Re: can't arrive to install sid on virt-manager
On Tue, 2025-11-11 at 15:03 +0100, Jean-Christophe Énée wrote:
> https://images.franceserv.fr/image/EJW
> i have some bug with mini.iso
> https://wiki.debian.org/DebianUnstable
> best regards
O.k. i chroot on my trixie with sid version
can't arrive to startx -- :1 on tty
jean-christophe@blues-softwares:/home/forky/var/log$ cat Xorg.0.log
[ 25425.232] _XSERVTransSocketUNIXCreateListener:
...SocketCreateListener() failed
[ 25425.232] _XSERVTransMakeAllCOTSServerListeners: server already
running
[ 25425.232] (EE)
Fatal server error:
[ 25425.232] (EE) Cannot establish any listening sockets - Make sure an
X server isn't already running(EE)
[ 25425.232] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 25425.232] (EE) Please also check the log file at
"/var/log/Xorg.0.log" for additional information.
[ 25425.232] (EE)
[ 25425.232] (EE) Server terminated with error (1). Closing log file.
jean-christophe@blues-softwares:/home/forky/var/log$
---
no pcsx2 on sid
---
https://paste.debian.net/1405801/
#!/bin/bash
## mount chroot environement
chroot="mount chroot environment";
destdir=/home/forky
if [ -f "$destdir" ]
then
echo "$var" > "$destdir"
fi
# Before entering the chroot a number of directories must be mounted:
mount --rbind /dev $var/dev
mount --make-rslave $var/dev
mount -t proc /proc $var/proc
mount --rbind /sys $var/sys
mount --make-rslave $var/sys
mount --rbind /tmp $var/tmp
mount --bind /run $var/run
https://wiki.gentoo.org/wiki/Chroot_for_package_testing
---
how can i startx -- :1 ?
how can i mount /dev/pts ?
best,
jean-christophe
Reply to: