add porteus runtime-guest guide

This commit is contained in:
Alexander Popov 2022-07-08 07:17:42 +03:00
parent db458d4c05
commit c7851ee2a0
2 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
---
title: "Лечим ошибку /tmp/xdg-runtime-guest в Porteus"
date: 2022-07-08T06:58:34+03:00
draft: false
tags: [porteus, linux, error, tips]
---
После очередного перезапуска [Porteus](http://porteus.org/), у меня вылезла ошибка.
Запускал я не чистую систему, а из `savefile`.
![](porteus-error.webp)
```
INIT: Entering runlevel: 4
chown: changing ownership of `/tmp/xdg/runtime-guest`: Operation not permitted
chmod: changing permissions of `/tmp/xdg/runtime-guest`: Operation not permitted
```
### Решение
Решение достаточно простое
```
rm -rf /tmp/xdg/runtime-guest
```
И для профилактики, всё равно систему засоряет
```
rm -rf /home/guest/*
rm -rf /home/guest/.*
```

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB