search for: devpts

Displaying 20 results from an estimated 373 matches for "devpts".

2013 Jun 10
1
Re: libvirt_lxc and sysfs
...ature. >>> >>> Thanks! >>> > Thanks for the quick reply. > I was surprised too. I didn't post /proc/mounts to container. I mean show the /proc/mounts of container and host in container: cat /proc/mounts [root@Donkey /]# cat /proc/mounts rootfs / rootfs rw 0 0 devpts /dev/pts devpts rw,nosuid,relatime,gid=5,mode=620,ptmxmode=666 0 0 devfs /dev tmpfs rw,nosuid,relatime,size=64k,mode=755 0 0 /dev/sdb2 / ext4 rw,relatime,data=ordered 0 0 proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0 proc /proc/sys proc ro,relatime 0 0 sysfs /sys sysfs ro,relatime 0 0 libvirt...
2012 Apr 12
1
Console to RHEL6.1 container
.... Is there something similar or docs with virtmgr ? We started out making a copy of the root fs and using that copy as the root for the container. I made a couple of tweaks to the container rootfs: 1. ensured that /dev/ptmx is a symlink to pts/ptmx 2. Added 'newinstance' option to the devpts mount in fstab The container xml file is attached. If devpts entry in container's fstab has the 'newinstance' option, I get a brief "domain test01 started" message on the stdout. When I run 'virsh consle test01', I only see a few messages --- Setting hostname node0...
2006 Jan 06
0
linux-2.6-xen.hg and missing devpts
I can''t seem to configure /dev/pts under a linux-2.6-xen.hg kernel (even in the recent update to 2.6.15). The usual DEVPTS config options (support for UNIX98 ptys, if embedded config is selected, and DEVPTS Xattrs and security labels) don''t appear as kernel config options, and CONFIG_UNIX98_PTYS doesn''t seem to be a valid option in my .config. Naturally, things like ssh in any booted domains (I...
2016 Sep 15
0
New error: Failed to create chardev
...uilt no longer start our VMs, failing with the error: error: internal error: process exited while connecting to monitor: 2016-09-15T10:15:12.839724Z qemu-kvm: -chardev pty,id=charserial0: Failed to create chardev Various sites list remounting /dev/pts to solve this, with the command: mount -n -t devpts -o remount,mode=0620,gid=5 devpts /dev/pts After this command, the mount entry for devpts changed: devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,seclabel,gid=5,mode=620,ptmxmode=000) devpts on /dev/pts type devpts (rw,relatime,seclabel,gid=5,mode=620,ptmxmode=000) However, the charde...
2008 May 09
1
disk partitioning - I'm missing something simple, I think
.../home ext3 defaults 1 2 LABEL=/home/adminusers /home/adminusers ext3 defaults 1 2 LABEL=/boot /boot ext3 defaults 1 2 tmpfs /dev/shm tmpfs defaults 0 0 devpts /dev/pts devpts gid=5,mode=620 0 0 sysfs /sys sysfs defaults 0 0 proc /proc proc defaults 0 0 /dev/VolGroup00/LogVol01 swap swap defaults 0 0 =...
2006 Sep 01
3
Anyone seeing mock breakage after updating to 4.4?
...sult/: | Executing /usr/sbin/mock-helper mount -t proc proc | /var/lib/mock/c3-i386/root/proc | mount: proc already mounted or /var/lib/mock/c3-i386/root/proc busy | mount: according to mtab, proc is already mounted on | /var/lib/mock/c3-i386/root/proc | | Executing /usr/sbin/mock-helper mount -t devpts devpts | /var/lib/mock/c3-i386/root/dev/pts | mount: devpts already mounted or /var/lib/mock/c3-i386/root/dev/pts busy | mount: according to mtab, devpts is already mounted on | /var/lib/mock/c3-i386/root/dev/pts When mock is trying to install the rpms for the buildroot then, I see: | error: can&...
2012 May 22
0
Failed to mount devpts
Hi all, I've been trying to start a LXC container using libvirt, but I keep getting `Failed to mount devpts on /vservers/quantum/fs/dev/pts: Invalid argument'. I found a similar thread on the mailing list a couple months ago (https://www.redhat.com/archives/libvirt-users/2012-January/msg00052.html), but the solution posted didn't work for me. Anyone has any ideas? Extra Info: Libvirt version...
2008 Nov 26
8
disk space issues...any help is greatly appreciated
...L=/home /home ext3 defaults 1 2 LABEL=/home/905 /home/905 ext3 defaults 1 2 LABEL=/boot /boot ext3 defaults 1 2 tmpfs /dev/shm tmpfs defaults 0 0 devpts /dev/pts devpts gid=5,mode=620 0 0 sysfs /sys sysfs defaults 0 0 proc /proc proc defaults 0 0 /dev/VolGroup00/LogVol01 swap swap defaults 0 0...
2010 Nov 14
3
RAID Resynch...??
.../boot ext3 defaults 1 2 /dev/md0 /home ext4 noatime,defaults 0 2 /dev/md0 /mnt/data-raid ext4 noatime,defaults 0 2 tmpfs /dev/shm tmpfs defaults 0 0 devpts /dev/pts devpts gid=5,mode=620 0 0 sysfs /sys sysfs defaults 0 0 proc /proc proc defaults 0 0 LABEL=SWAP-sda2 swap swap defaults 0 0 T...
2001 Nov 03
1
getting ext3 on suse-7.3? (long post)
...urnal files were created on each partition, apparently uneventfully. wishing to avoid ai irreversable situation, i initially edited /etc/fstab thusly: /dev/hda2 / ext2 defaults 1 1 /dev/cdrecorder /media/cdrecorder auto ro,noauto,user,exec 0 0 /dev/cdrom /media/cdrom auto ro,noauto,user,exec 0 0 devpts /dev/pts devpts defaults 0 0 /dev/hda3 /usr auto defaults 1 2 /dev/hda4 /home auto defaults 1 2 /dev/fd0 /media/floppy auto noauto,user,sync 0 0 proc /proc proc defaults 0 0 /dev/hda1 swap swap pri=42 0 0 this merely changed the filetype for hda3 and hda4 from ext2. and i received this error at b...
2007 Apr 25
17
Multiple swap partitions
I have a machine with two swap partitions (sda2 and sda8). Both will have none as mount point. When I try to use puppet (using mount type) for managing fstab I get problems because "name" in both instances (i.e. mount path) will be "none". How should I fix this within puppet? Regards Halvard Moe
2013 Jul 06
2
Permission problem with /dev/net/tun
...tc/apparmor.d/abstractions/lxc/container-base - no change. (I know, it seems kind of pointless - because it's about permissions to a device, not a path. You may deduce my desperation from this ... SELinux is not active. Mounts on /dev look normal to me: devfs on /dev type tmpfs (rw,mode=0755) devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620) devpts on /dev/ptmx type devpts (rw,nosuid,relatime,gid=5,mode=620,ptmxmode=666) cgroup on /sys/fs/cgroup/devices type cgroup (rw,relatime,devices) Now comes the weird part: Once I umount /dev inside the container, the "hidden" /...
2006 Jul 26
2
exec of init (/sbin/init) failed!!!
...39;'file:/root/vmrootfs,sda1,w'' ] name = "ExampleDomain" vif = [ '''' ] root = "/dev/sda1" extra = "4" The /etc/fstab file of the file system that the vm will use is: /dev/sda1 / ext3 defaults 1 1 none /dev/pts devpts gid=5,mode=620 0 0 none /dev/shm tmpfs defaults 0 0 none /proc proc defaults 0 0 none /sys sysfs defaults 0 0 And I have also tried with the following alternate versions of /etc/fstab: 1) /dev/sda1 / ext3 defaults 1...
2009 May 27
2
Problem with OCFS2 on RHEL5.0 while installing CRS 10.2.01
...ient]# cat /etc/fstab LABEL=/ / ext3 defaults 1 1 LABEL=/software /software ext3 defaults 1 2 LABEL=/opt /opt ext3 defaults 1 2 LABEL=/tmp /tmp ext3 defaults 1 2 LABEL=/var /var ext3 defaults 1 2 LABEL=/usr /usr ext3 defaults 1 2 LABEL=/boot /boot ext3 defaults 1 2 tmpfs /dev/shm tmpfs defaults 0 0 devpts /dev/pts devpts gid=5,mode=620 0 0 sysfs /sys sysfs defaults 0 0 proc /proc proc defaults 0 0 LABEL=SWAP-sda5 swap swap defaults 0 0 LABEL=SWAP-sdb1 swap swap defaults 0 0 /dev/sdc1 /CRS_DISK ocfs2 _netdev,defaults 0 0 /dev/sdd1 /ORA_DATA ocfs2 _netdev,defaults 0 0 [root at eregtest1 client]# ca...
2010 Oct 21
2
Bug? Mount and fstab
...L=/ / ext3 defaults 1 1 LABEL=/state/partition /state/partition1 ext3 defaults 1 2 LABEL=/var /var ext3 defaults 1 2 tmpfs /dev/shm tmpfs defaults 0 0 devpts /dev/pts devpts gid=5,mode=620 0 0 sysfs /sys sysfs defaults 0 0 proc /proc proc defaults 0 0 LABEL=SWAP-sda3 swap swap defaults 0 0 /d...
2001 Sep 24
7
ext3 and kernel 2.4.10
...defaults 1 1 /dev/fd0 /mnt/floppy auto noauto,owner 0 0 /dev/cdrom /mnt/cdrom iso9660 noauto,owner,ro 0 0 none /proc proc defaults 0 0 none /dev/pts devpts gid=5,mode=620 0 0 /dev/hda6 swap swap defaults 0 0 /dev/hda7 swap swap defaults 0 0 Weierstrass:[~] > cat /etc/mtab /dev/hda5 / ext3 rw 0 0 none /proc proc rw 0 0 none /dev/pts devpts rw,gid=5,mode=620 0 0...
2001 Nov 19
2
df report
...ounted on /dev/hda3 9.0G 169M 8.3G 2% / /dev/hda1 61M 5.0M 52M 9% /boot as expected. Running 'mount' on the <type> "auto" mounted system gives: /dev/hda3 on / type auto (rw,errors=remount-ro,errors=remount-ro) proc on /proc type proc (rw) devpts on /dev/pts type devpts (rw,gid=5,mode=620) /dev/hda1 on /boot type ext3 (rw) while running 'mount' on "ext3" mounted gives: /dev/hda3 on / type ext3 (rw,errors=remount-ro,errors=remount-ro) proc on /proc type proc (rw) devpts on /dev/pts type devpts (rw,gid=5,mode=620) /dev/hda...
2008 Dec 19
2
Installation Problem: exec of init (/sbin/init) failed!!!: No such file or directory
...l/xen-users/2007-04/msg00570.html The environment is CentOS but the problem and the steps I''ve taken are exactly the same. The guest''s fstab is dev/sda10 / ext3 defaults 1 1 tmpfs /dev/shm tmpfs defaults 0 0 devpts /dev/pts devpts gid=5,mode=620 0 0 sysfs /sys sysfs defaults 0 0 proc /proc proc defaults 0 0 LABEL=SWAP-sda2 swap swap defaults 0 0...
2013 Jul 04
1
sda and sdb reverse order with an external USB drive
...========================= The following mount command was issued by first completely booting CentOS and then inserting the external USB Drive. Note the sda3 is / and sda1 is /boot. [root at XoticPC ~]# mount /dev/sda3 on / type ext4 (rw) proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) devpts on /dev/pts type devpts (rw,gid=5,mode=620) tmpfs on /dev/shm type tmpfs (rw) /dev/sda1 on /boot type ext4 (rw) none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw) sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw) /dev/sdb1 on /media/GoFlex type ext3 (rw,nosuid,nodev,uhelper=udisks) ======...
2008 Apr 24
4
Slightly OT: Extra icons on desktop
...ay - this is secondary). Suggestions welcome. Here is my /etc/fstab: LABEL=/ / ext3 defaults 1 1 LABEL=/boot /boot ext3 defaults 1 2 tmpfs /dev/shm tmpfs defaults 0 0 devpts /dev/pts devpts gid=5,mode=620 0 0 sysfs /sys sysfs defaults 0 0 proc /proc proc defaults 0 0 /dev/sda2 swap swap defaults 0 0 LA...