add porteus runtime-guest guide
This commit is contained in:
parent
db458d4c05
commit
c7851ee2a0
31
content/posts/porteus/xdg-runtime-guest-error/index.md
Normal file
31
content/posts/porteus/xdg-runtime-guest-error/index.md
Normal 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/.*
|
||||
```
|
BIN
content/posts/porteus/xdg-runtime-guest-error/porteus-error.webp
Normal file
BIN
content/posts/porteus/xdg-runtime-guest-error/porteus-error.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 123 KiB |
Loading…
Reference in New Issue
Block a user