Home » General » Support » *SOLVED* CentOS5 Template Metadata package?
Re: udev breaky things [message #16509 is a reply to message #16496] |
Mon, 10 September 2007 12:12   |
 |
dowdle
Messages: 261 Registered: December 2005 Location: Bozeman, Montana
|
Senior Member |
|
|
Steve,
I've had a problem with udev breaking systems (if it gets installed to satisfy a dependency) for a long time now. It I recall correctly, I broke a FC5 VPS over a year ago... which I was able to salvage by removing udev.
In any event, I think you are asking the wrong question. To the best of my knowledge, none of the OS Templates have udev installed and vzdev was created for a reason, right?
Regarding your question about /sys, I just checked a CentOS 4 based VPS (on a CentOS 4 based HN) and indeed /sys is empty.
Regarding /proc/mount, the same system has:
[root@vps1 ~]# cat /proc/mounts
simfs / simfs rw 0 0
proc /proc proc rw,nodiratime 0 0
devpts /dev/pts devpts rw 0 0
[root@vps1 ~]#
Now I'll check a CentOS 5 based VPS on a CentOS 5 based HN:
[root@img ~]# ls -lR /sys
/sys:
total 0
drwxr-xr-x 4 root root 0 Aug 22 14:35 class
/sys/class:
total 0
drwxr-xr-x 4 root root 0 Aug 22 14:35 net
drwxr-xr-x 3 root root 0 Aug 22 14:35 tty
/sys/class/net:
total 0
drwxr-xr-x 2 root root 0 Aug 22 14:35 lo
drwxr-xr-x 3 root root 0 Aug 22 14:35 venet0
/sys/class/net/lo:
total 0
lrwxrwxrwx 1 root root 0 Sep 10 08:09 subsystem -> ../../../class/net
--w------- 1 root root 4096 Sep 10 08:09 uevent
/sys/class/net/venet0:
total 0
drwxr-xr-x 2 root root 0 Aug 22 14:35 statistics
lrwxrwxrwx 1 root root 0 Sep 10 08:09 subsystem -> ../../../class/net
--w------- 1 root root 4096 Sep 10 08:09 uevent
/sys/class/net/venet0/statistics:
total 0
-r--r--r-- 1 root root 4096 Sep 10 08:09 collisions
-r--r--r-- 1 root root 4096 Sep 10 08:09 multicast
-r--r--r-- 1 root root 4096 Sep 10 08:09 rx_bytes
-r--r--r-- 1 root root 4096 Sep 10 08:09 rx_compressed
-r--r--r-- 1 root root 4096 Sep 10 08:09 rx_crc_errors
-r--r--r-- 1 root root 4096 Sep 10 08:09 rx_dropped
-r--r--r-- 1 root root 4096 Sep 10 08:09 rx_errors
-r--r--r-- 1 root root 4096 Sep 10 08:09 rx_fifo_errors
-r--r--r-- 1 root root 4096 Sep 10 08:09 rx_frame_errors
-r--r--r-- 1 root root 4096 Sep 10 08:09 rx_length_errors
-r--r--r-- 1 root root 4096 Sep 10 08:09 rx_missed_errors
-r--r--r-- 1 root root 4096 Sep 10 08:09 rx_over_errors
-r--r--r-- 1 root root 4096 Sep 10 08:09 rx_packets
-r--r--r-- 1 root root 4096 Sep 10 08:09 tx_aborted_errors
-r--r--r-- 1 root root 4096 Sep 10 08:09 tx_bytes
-r--r--r-- 1 root root 4096 Sep 10 08:09 tx_carrier_errors
-r--r--r-- 1 root root 4096 Sep 10 08:09 tx_compressed
-r--r--r-- 1 root root 4096 Sep 10 08:09 tx_dropped
-r--r--r-- 1 root root 4096 Sep 10 08:09 tx_errors
-r--r--r-- 1 root root 4096 Sep 10 08:09 tx_fifo_errors
-r--r--r-- 1 root root 4096 Sep 10 08:09 tx_heartbeat_errors
-r--r--r-- 1 root root 4096 Sep 10 08:09 tx_packets
-r--r--r-- 1 root root 4096 Sep 10 08:09 tx_window_errors
/sys/class/tty:
total 0
drwxr-xr-x 2 root root 0 Aug 22 14:35 ptmx
/sys/class/tty/ptmx:
total 0
-r--r--r-- 1 root root 4096 Sep 10 08:09 dev
lrwxrwxrwx 1 root root 0 Sep 10 08:09 subsystem -> ../../../class/tty
--w------- 1 root root 4096 Sep 10 08:09 uevent
[root@img ~]#
Now for /proc/mounts:
[root@img ~]# cat /proc/mounts
simfs / simfs rw 0 0
proc /proc proc rw 0 0
sysfs /sys sysfs rw 0 0
devpts /dev/pts devpts rw 0 0
iso9660 /var/www/html/linux/centos/4.5/i386/base iso9660 ro 0 0
iso9660 /var/www/html/linux/centos/5.0/i386/base iso9660 ro 0 0
iso9660 /var/www/html/linux/centos/5.0/x86_64/base iso9660 ro 0 0
[root@img ~]#
It's an image server so I have some isos mounted too.
--
TYL, Scott Dowdle
Belgrade, Montana, USA
|
|
|
 |
|
*SOLVED* CentOS5 Template Metadata package?
By: dowdle on Fri, 11 May 2007 18:56
|
 |
|
Re: CentOS5 Template Metadata package?
|
 |
|
Re: CentOS5 Template Metadata package?
By: sspt on Tue, 15 May 2007 12:47
|
 |
|
Re: CentOS5 Template Metadata package?
By: sspt on Tue, 15 May 2007 14:16
|
 |
|
Re: CentOS5 Template Metadata package?
|
 |
|
Re: CentOS5 Template Metadata package?
By: steve on Sat, 09 June 2007 19:24
|
 |
|
Re: CentOS5 Template Metadata package?
By: sspt on Sat, 09 June 2007 21:20
|
 |
|
Re: CentOS5 Template Metadata package?
By: steve on Sat, 09 June 2007 22:08
|
 |
|
Re: CentOS5 Template Metadata package?
By: tpso on Mon, 23 July 2007 11:03
|
 |
|
Re: *SOLVED* CentOS5 Template Metadata package?
By: steve on Tue, 24 July 2007 07:35
|
 |
|
Re: *SOLVED* CentOS5 Template Metadata package?
By: tpso on Tue, 24 July 2007 21:47
|
 |
|
Re: *SOLVED* CentOS5 Template Metadata package?
By: dowdle on Tue, 14 August 2007 15:23
|
 |
|
Re: *SOLVED* CentOS5 Template Metadata package?
By: dowdle on Tue, 14 August 2007 16:06
|
 |
|
Re: *SOLVED* CentOS5 Template Metadata package?
By: dowdle on Tue, 14 August 2007 17:34
|
 |
|
Re: *SOLVED* CentOS5 Template Metadata package?
By: steve on Wed, 25 July 2007 02:20
|
 |
|
Re: *SOLVED* CentOS5 Template Metadata package?
By: tpso on Wed, 25 July 2007 07:59
|
 |
|
Re: *SOLVED* CentOS5 Template Metadata package?
By: tpso on Wed, 25 July 2007 18:28
|
 |
|
Re: *SOLVED* CentOS5 Template Metadata package? (udev problem)
By: tpso on Wed, 25 July 2007 21:11
|
 |
|
Re: *SOLVED* CentOS5 Template Metadata package?
By: steve on Thu, 26 July 2007 02:06
|
 |
|
Re: *SOLVED* CentOS5 Template Metadata package?
By: steve on Wed, 15 August 2007 04:35
|
 |
|
Re: *SOLVED* CentOS5 Template Metadata package?
By: dowdle on Wed, 15 August 2007 15:21
|
 |
|
Re: *SOLVED* CentOS5 Template Metadata package?
By: tpso on Wed, 15 August 2007 18:26
|
 |
|
Re: *SOLVED* CentOS5 Template Metadata package?
By: steve on Thu, 16 August 2007 06:40
|
 |
|
Re: *SOLVED* CentOS5 Template Metadata package?
By: dranch on Thu, 16 August 2007 16:36
|
 |
|
Re: *SOLVED* CentOS5 Template Metadata package?
By: dranch on Thu, 16 August 2007 16:42
|
 |
|
Re: *SOLVED* CentOS5 Template Metadata package?
By: steve on Thu, 16 August 2007 20:30
|
 |
|
Re: *SOLVED* CentOS5 Template Metadata package?
By: tpso on Thu, 16 August 2007 20:38
|
 |
|
Re: *SOLVED* CentOS5 Template Metadata package?
|
 |
|
Re: *SOLVED* CentOS5 Template Metadata package?
By: steve on Thu, 16 August 2007 06:58
|
 |
|
Re: *SOLVED* CentOS5 Template Metadata package?
By: dowdle on Thu, 16 August 2007 16:36
|
 |
|
Another (minor) problem I've noticed...
By: dowdle on Thu, 16 August 2007 17:58
|
 |
|
Re: *SOLVED* CentOS5 Template Metadata package?
By: dranch on Thu, 16 August 2007 01:28
|
 |
|
Re: *SOLVED* CentOS5 Template Metadata package?
By: steve on Thu, 16 August 2007 02:07
|
 |
|
Re: *SOLVED* CentOS5 Template Metadata package?
By: dranch on Thu, 16 August 2007 16:29
|
 |
|
Re: *SOLVED* CentOS5 Template Metadata package?
By: steve on Thu, 16 August 2007 20:03
|
 |
|
Re: *SOLVED* CentOS5 Template Metadata package?
|
 |
|
Re: *SOLVED* CentOS5 Template Metadata package?
|
 |
|
Re: *SOLVED* CentOS5 Template Metadata package?
By: dranch on Fri, 17 August 2007 20:55
|
 |
|
Re: *SOLVED* CentOS5 Template Metadata package?
|
 |
|
Re: *SOLVED* CentOS5 Template Metadata package?
By: tpso on Fri, 17 August 2007 22:08
|
 |
|
Re: *SOLVED* CentOS5 Template Metadata package?
By: dranch on Fri, 17 August 2007 22:11
|
 |
|
Re: *SOLVED* CentOS5 Template Metadata package?
By: tpso on Sat, 18 August 2007 13:45
|
 |
|
Re: *SOLVED* CentOS5 Template Metadata package?
By: tomp on Sat, 25 August 2007 17:15
|
 |
|
Re: *SOLVED* CentOS5 Template Metadata package?
By: steve on Wed, 29 August 2007 05:35
|
 |
|
udev breaky things
By: dowdle on Wed, 29 August 2007 07:28
|
 |
|
Re: udev breaky things
By: dowdle on Sun, 02 September 2007 15:38
|
 |
|
Re: udev breaky things
By: dowdle on Sun, 02 September 2007 15:50
|
 |
|
Re: udev breaky things
By: steve on Mon, 10 September 2007 06:33
|
 |
|
Re: udev breaky things
By: dowdle on Mon, 10 September 2007 12:12
|
 |
|
Re: udev breaky things
By: steve on Thu, 20 September 2007 18:14
|
 |
|
Re: udev breaky things
By: dowdle on Thu, 20 September 2007 20:26
|
 |
|
Re: udev breaky things
By: steve on Fri, 21 September 2007 06:10
|
 |
|
Re: udev breaky things
By: mcluver on Fri, 09 November 2007 08:32
|
 |
|
Re: udev breaky things
By: dowdle on Fri, 09 November 2007 13:51
|
 |
|
Re: *SOLVED* CentOS5 Template Metadata package?
By: Bodysplit on Sun, 09 September 2007 13:01
|
Goto Forum:
Current Time: Sun Jul 20 23:08:29 GMT 2025
Total time taken to generate the page: 0.07088 seconds
|