Sunday, September 28, 2008
Saturday, September 27, 2008
Yum upgrade hangs on LDAP stuff
I have to reinstall, and do the LDAP stuff AFTER all basic installs are done.
DAMN!!!!!
Sometimes yum will sit there on some "install" or "update" for 10-15 min.
MAYBE one of the things it gets hung up on is user and or group creation.
2316 tty1 S+ 3:10 /usr/bin/python /usr/bin/yum -y upgrade
2469 tty1 S+ 0:00 /bin/sh /var/tmp/rpm-tmp.79204 2
2489 tty1 S+ 0:00 /usr/sbin/useradd -l -c Rpcbind Daemon -d /var/lib/rpcbind -g 32 -M -s /sbin/nologin -u 32 rpc
2494 pts/0 Ss 0:00 -bash
2522 pts/0 R+ 0:00 ps a
[root@mawu ~]# ps a
PID TTY STAT TIME COMMAND
2299 tty4 Ss+ 0:00 /sbin/mingetty tty4
2300 tty5 Ss+ 0:00 /sbin/mingetty tty5
2301 tty2 Ss+ 0:00 /sbin/mingetty tty2
2302 tty3 Ss+ 0:00 /sbin/mingetty tty3
2304 tty6 Ss+ 0:00 /sbin/mingetty tty6
2343 tty1 Ss 0:00 -bash
2483 tty1 S+ 1:05 /usr/bin/python /usr/bin/yum -y groupinstall Development Tools
2488 tty1 S+ 0:00 /bin/sh /var/tmp/rpm-tmp.73502 1
2490 tty1 S+ 0:00 groupadd -r stapdev
2507 pts/0 Ss 0:00 -bash
2539 pts/0 R+ 0:00 ps a
[root@mawu ~]#
DAMN!!!!!
Sometimes yum will sit there on some "install" or "update" for 10-15 min.
MAYBE one of the things it gets hung up on is user and or group creation.
2316 tty1 S+ 3:10 /usr/bin/python /usr/bin/yum -y upgrade
2469 tty1 S+ 0:00 /bin/sh /var/tmp/rpm-tmp.79204 2
2489 tty1 S+ 0:00 /usr/sbin/useradd -l -c Rpcbind Daemon -d /var/lib/rpcbind -g 32 -M -s /sbin/nologin -u 32 rpc
2494 pts/0 Ss 0:00 -bash
2522 pts/0 R+ 0:00 ps a
[root@mawu ~]# ps a
PID TTY STAT TIME COMMAND
2299 tty4 Ss+ 0:00 /sbin/mingetty tty4
2300 tty5 Ss+ 0:00 /sbin/mingetty tty5
2301 tty2 Ss+ 0:00 /sbin/mingetty tty2
2302 tty3 Ss+ 0:00 /sbin/mingetty tty3
2304 tty6 Ss+ 0:00 /sbin/mingetty tty6
2343 tty1 Ss 0:00 -bash
2483 tty1 S+ 1:05 /usr/bin/python /usr/bin/yum -y groupinstall Development Tools
2488 tty1 S+ 0:00 /bin/sh /var/tmp/rpm-tmp.73502 1
2490 tty1 S+ 0:00 groupadd -r stapdev
2507 pts/0 Ss 0:00 -bash
2539 pts/0 R+ 0:00 ps a
[root@mawu ~]#
Network problems
I had to manually edit the /sysconfig/network-scripts/ifcfg-eth0 to get the network through the gateway. I got the values from mercurial. Jeeze that was a good idea.
The nvidia driver is NVIDIA-Linux-x86-173.14.12-pkg1.run
NVIDIA-Linux-x86-173.14.12-pkg1.run
It would be nice to store it here....
It would be nice to store it here....
Note, the entire etc directory is in mercurial
http://hg.hymesruzicka.org/etc/
And for the whole index:
http://hg.hymesruzicka.org/
I'm not sure how to update single files.....
And for the whole index:
http://hg.hymesruzicka.org/
I'm not sure how to update single files.....
Tuesday, September 23, 2008
mount USB drive
mount -t ufat /dev/sdc /tmp/usb00
fix /etc/ldap.conf with file on usb
fix selinux
semanage port -a -t ldap_port_t -p tcp 11562
semanage port -a -l ldap_port_ -p udp 11562
fix ldap
edit nsswitch, needs "ldap" on protocols and services
fix krb5.conf
fix openldap/ldap.conf ; used example, removed trailing slash and appended "ldap-master" url
mount -t ufat /dev/sdc /tmp/usb00
fix /etc/ldap.conf with file on usb
fix selinux
semanage port -a -t ldap_port_t -p tcp 11562
semanage port -a -l ldap_port_ -p udp 11562
fix ldap
edit nsswitch, needs "ldap" on protocols and services
fix krb5.conf
fix openldap/ldap.conf ; used example, removed trailing slash and appended "ldap-master" url
Subscribe to:
Comments (Atom)