Discussion:
Help? Programs not Running?
David C. Moody
2013-05-02 21:30:51 UTC
Permalink
Hello everyone,

I need some help. I was doing my standard update today to keep the system up to date and it blew up in my face.

Now after finally working all day and getting the users able to log back in. They can log in, and run any apps that run via ltsp-local-apps, however any apps that run on the base system cause the user to get kicked out back to the login screen.

Pertinent system information:

[***@shopltsp ~]# rpm -qa|grep ltsp
ltsp-release-5-9.el6.noarch
ltsp-server-5.4.5-20.el6.i686
ltspfs-1.1-7.el6.i686

[***@shopltsp ~]# cat /etc/*release*
CentOS release 6.4 (Final)
LSB_VERSION=base-4.0-ia32:base-4.0-noarch:core-4.0-ia32:core-4.0-noarch:graphics-4.0-ia32:graphics-4.0-noarch:printing-4.0-ia32:printing-4.0-noarch
cat: /etc/lsb-release.d: Is a directory
CentOS release 6.4 (Final)
CentOS release 6.4 (Final)
cpe:/o:centos:linux:6:GA


This is what I'm seeing in messages log:

[***@shopltsp log]# tail messages
May 2 17:36:17 shopltsp gnome-keyring-daemon[3579]: dbus failure unregistering from session: Connection is closed
May 2 17:36:18 shopltsp xinetd[1474]: START: ldminfod pid=3673 from=::ffff:192.168.10.15
May 2 17:36:18 shopltsp xinetd[1474]: EXIT: ldminfod status=0 pid=3673 duration=0(sec)
May 2 17:36:41 shopltsp spice-vdagent[3861]: Missing virtio device '/dev/virtio-ports/com.redhat.spice.0': No such file or directory
May 2 17:37:00 shopltsp gnome-keyring-daemon[3863]: dbus failure unregistering from session: Connection is closed
May 2 17:37:00 shopltsp gnome-keyring-daemon[3863]: dbus failure unregistering from session: Connection is closed
May 2 17:37:01 shopltsp xinetd[1474]: START: ldminfod pid=3963 from=::ffff:192.168.10.15
May 2 17:37:01 shopltsp xinetd[1474]: EXIT: ldminfod status=0 pid=3963 duration=0(sec)
May 2 17:37:57 shopltsp spice-vdagent[4151]: Missing virtio device '/dev/virtio-ports/com.redhat.spice.0': No such file or directory
May 2 17:40:14 shopltsp avahi-daemon[1195]: Invalid query packet.


I've done some googling, but I've been unable to turn up anything that corrects the problem as of yet.

Thanks for any help!
-David
Barry Cisna
2013-05-03 12:40:48 UTC
Permalink
David,

It is a long shot but try running (as root)

ltsp-update-sshkeys

Barry
David C. Moody
2013-05-03 14:36:44 UTC
Permalink
Yeah, I had already tried the ltsp-update-sshkeys, it does nothing.
Burke Almquist
2013-05-03 17:02:08 UTC
Permalink
You might want to try creating a new user. It could possibly be something, that would tell us if it's something in their /home that is causing it to crash, or if it's something with the base system itself.
Post by David C. Moody
Yeah, I had already tried the ltsp-update-sshkeys, it does nothing.
_______________________________________________
K12OSN mailing list
https://www.redhat.com/mailman/listinfo/k12osn
For more info see <http://www.k12os.org>
Sergio Chaves
2013-05-05 13:22:04 UTC
Permalink
Not to Hijack the thread but I updated 02 of my servers - Scientific Linux
6 - yesterday afternoon and after that, clients no longer can authenticate
and get a login screen. Also updated ssh-keys, verified the dhcp server,
etc.
The only noticeable error message I see is that when the servers are coming
up, the system says that either ltspbr0 is duplicated by dev or, it is
garbage.
Eth1 however, initializes fine. Just no DHCP offers. I have uninstalled the
ltsp-server, re-installed it and rebuilt the client with ltsp-build-client.
Something must have changed in a config file that I am missing it big time.
Google returned many unrelated things
If I cannot figure it out soon, it will be a long night tonight.

Sergio
Post by David C. Moody
Hello everyone,
I need some help. I was doing my standard update today to keep the
system up to date and it blew up in my face.
Now after finally working all day and getting the users able to log back
in. They can log in, and run any apps that run via ltsp-local-apps,
however any apps that run on the base system cause the user to get kicked
out back to the login screen.
ltsp-release-5-9.el6.noarch
ltsp-server-5.4.5-20.el6.i686
ltspfs-1.1-7.el6.i686
CentOS release 6.4 (Final)
LSB_VERSION=base-4.0-ia32:base-4.0-noarch:core-4.0-ia32:core-4.0-noarch:graphics-4.0-ia32:graphics-4.0-noarch:printing-4.0-ia32:printing-4.0-noarch
cat: /etc/lsb-release.d: Is a directory
CentOS release 6.4 (Final)
CentOS release 6.4 (Final)
cpe:/o:centos:linux:6:GA
May 2 17:36:17 shopltsp gnome-keyring-daemon[3579]: dbus failure
unregistering from session: Connection is closed
May 2 17:36:18 shopltsp xinetd[1474]: START: ldminfod pid=3673 from=::ffff:192.168.10.15
May 2 17:36:18 shopltsp xinetd[1474]: EXIT: ldminfod status=0 pid=3673 duration=0(sec)
May 2 17:36:41 shopltsp spice-vdagent[3861]: Missing virtio device
'/dev/virtio-ports/com.redhat.spice.0': No such file or directory
May 2 17:37:00 shopltsp gnome-keyring-daemon[3863]: dbus failure
unregistering from session: Connection is closed
May 2 17:37:00 shopltsp gnome-keyring-daemon[3863]: dbus failure
unregistering from session: Connection is closed
May 2 17:37:01 shopltsp xinetd[1474]: START: ldminfod pid=3963 from=::ffff:192.168.10.15
May 2 17:37:01 shopltsp xinetd[1474]: EXIT: ldminfod status=0 pid=3963 duration=0(sec)
May 2 17:37:57 shopltsp spice-vdagent[4151]: Missing virtio device
'/dev/virtio-ports/com.redhat.spice.0': No such file or directory
May 2 17:40:14 shopltsp avahi-daemon[1195]: Invalid query packet.
I've done some googling, but I've been unable to turn up anything that
corrects the problem as of yet.
Thanks for any help!
-David
_______________________________________________
K12OSN mailing list
https://www.redhat.com/mailman/listinfo/k12osn
For more info see <http://www.k12os.org>
Jim Kinney
2013-05-05 19:39:55 UTC
Permalink
double check that the bridge device ltspbr0 actually exists (check lsmod -
check ifconfig and /etc/sysconfig/network_scripts/ifcfg-* )
Double check that ip_forwarding is still OK

watch the dhcpd log with tail -f while things are trying to connect and
see if the server "sees" anything.

double check the firewall allows incoming dhcp requests.

HOWEVER: I'm assuming the clients are regular LTSP clients so they already
get dhcp during their PXE boot phase - thus dhcp IS working.

run back through the /var/log/yum.log and see what was updated.
Post by Sergio Chaves
Not to Hijack the thread but I updated 02 of my servers - Scientific Linux
6 - yesterday afternoon and after that, clients no longer can authenticate
and get a login screen. Also updated ssh-keys, verified the dhcp server,
etc.
The only noticeable error message I see is that when the servers are
coming up, the system says that either ltspbr0 is duplicated by dev or, it
is garbage.
Eth1 however, initializes fine. Just no DHCP offers. I have uninstalled
the ltsp-server, re-installed it and rebuilt the client with
ltsp-build-client.
Something must have changed in a config file that I am missing it big time.
Google returned many unrelated things
If I cannot figure it out soon, it will be a long night tonight.
Sergio
Post by David C. Moody
Hello everyone,
I need some help. I was doing my standard update today to keep the
system up to date and it blew up in my face.
Now after finally working all day and getting the users able to log
back in. They can log in, and run any apps that run via ltsp-local-apps,
however any apps that run on the base system cause the user to get kicked
out back to the login screen.
ltsp-release-5-9.el6.noarch
ltsp-server-5.4.5-20.el6.i686
ltspfs-1.1-7.el6.i686
CentOS release 6.4 (Final)
LSB_VERSION=base-4.0-ia32:base-4.0-noarch:core-4.0-ia32:core-4.0-noarch:graphics-4.0-ia32:graphics-4.0-noarch:printing-4.0-ia32:printing-4.0-noarch
cat: /etc/lsb-release.d: Is a directory
CentOS release 6.4 (Final)
CentOS release 6.4 (Final)
cpe:/o:centos:linux:6:GA
May 2 17:36:17 shopltsp gnome-keyring-daemon[3579]: dbus failure
unregistering from session: Connection is closed
May 2 17:36:18 shopltsp xinetd[1474]: START: ldminfod pid=3673 from=::ffff:192.168.10.15
May 2 17:36:18 shopltsp xinetd[1474]: EXIT: ldminfod status=0 pid=3673 duration=0(sec)
May 2 17:36:41 shopltsp spice-vdagent[3861]: Missing virtio device
'/dev/virtio-ports/com.redhat.spice.0': No such file or directory
May 2 17:37:00 shopltsp gnome-keyring-daemon[3863]: dbus failure
unregistering from session: Connection is closed
May 2 17:37:00 shopltsp gnome-keyring-daemon[3863]: dbus failure
unregistering from session: Connection is closed
May 2 17:37:01 shopltsp xinetd[1474]: START: ldminfod pid=3963 from=::ffff:192.168.10.15
May 2 17:37:01 shopltsp xinetd[1474]: EXIT: ldminfod status=0 pid=3963 duration=0(sec)
May 2 17:37:57 shopltsp spice-vdagent[4151]: Missing virtio device
'/dev/virtio-ports/com.redhat.spice.0': No such file or directory
May 2 17:40:14 shopltsp avahi-daemon[1195]: Invalid query packet.
I've done some googling, but I've been unable to turn up anything that
corrects the problem as of yet.
Thanks for any help!
-David
_______________________________________________
K12OSN mailing list
https://www.redhat.com/mailman/listinfo/k12osn
For more info see <http://www.k12os.org>
_______________________________________________
K12OSN mailing list
https://www.redhat.com/mailman/listinfo/k12osn
For more info see <http://www.k12os.org>
--
--
James P. Kinney III
*
*Every time you stop a school, you will have to build a jail. What you gain
at one end you lose at the other. It's like feeding a dog on his own tail.
It won't fatten the dog.
- Speech 11/23/1900 Mark Twain
*
http://electjimkinney.org
http://heretothereideas.blogspot.com/
*
Sergio Chaves
2013-05-06 01:08:52 UTC
Permalink
Jim,

Thanks for the tips.
Got one server ready to go. I will check on the failing one tomorrow
afternoon and let you know of the results.
Post by Jim Kinney
double check that the bridge device ltspbr0 actually exists (check lsmod -
check ifconfig and /etc/sysconfig/network_scripts/ifcfg-* )
Double check that ip_forwarding is still OK
watch the dhcpd log with tail -f while things are trying to connect and
see if the server "sees" anything.
double check the firewall allows incoming dhcp requests.
HOWEVER: I'm assuming the clients are regular LTSP clients so they already
get dhcp during their PXE boot phase - thus dhcp IS working.
run back through the /var/log/yum.log and see what was updated.
Post by Sergio Chaves
Not to Hijack the thread but I updated 02 of my servers - Scientific
Linux 6 - yesterday afternoon and after that, clients no longer can
authenticate and get a login screen. Also updated ssh-keys, verified the
dhcp server, etc.
The only noticeable error message I see is that when the servers are
coming up, the system says that either ltspbr0 is duplicated by dev or, it
is garbage.
Eth1 however, initializes fine. Just no DHCP offers. I have uninstalled
the ltsp-server, re-installed it and rebuilt the client with
ltsp-build-client.
Something must have changed in a config file that I am missing it big time.
Google returned many unrelated things
If I cannot figure it out soon, it will be a long night tonight.
Sergio
Post by David C. Moody
Hello everyone,
I need some help. I was doing my standard update today to keep the
system up to date and it blew up in my face.
Now after finally working all day and getting the users able to log
back in. They can log in, and run any apps that run via ltsp-local-apps,
however any apps that run on the base system cause the user to get kicked
out back to the login screen.
ltsp-release-5-9.el6.noarch
ltsp-server-5.4.5-20.el6.i686
ltspfs-1.1-7.el6.i686
CentOS release 6.4 (Final)
LSB_VERSION=base-4.0-ia32:base-4.0-noarch:core-4.0-ia32:core-4.0-noarch:graphics-4.0-ia32:graphics-4.0-noarch:printing-4.0-ia32:printing-4.0-noarch
cat: /etc/lsb-release.d: Is a directory
CentOS release 6.4 (Final)
CentOS release 6.4 (Final)
cpe:/o:centos:linux:6:GA
May 2 17:36:17 shopltsp gnome-keyring-daemon[3579]: dbus failure
unregistering from session: Connection is closed
May 2 17:36:18 shopltsp xinetd[1474]: START: ldminfod pid=3673
from=::ffff:192.168.10.15
May 2 17:36:18 shopltsp xinetd[1474]: EXIT: ldminfod status=0 pid=3673 duration=0(sec)
May 2 17:36:41 shopltsp spice-vdagent[3861]: Missing virtio device
'/dev/virtio-ports/com.redhat.spice.0': No such file or directory
May 2 17:37:00 shopltsp gnome-keyring-daemon[3863]: dbus failure
unregistering from session: Connection is closed
May 2 17:37:00 shopltsp gnome-keyring-daemon[3863]: dbus failure
unregistering from session: Connection is closed
May 2 17:37:01 shopltsp xinetd[1474]: START: ldminfod pid=3963
from=::ffff:192.168.10.15
May 2 17:37:01 shopltsp xinetd[1474]: EXIT: ldminfod status=0 pid=3963 duration=0(sec)
May 2 17:37:57 shopltsp spice-vdagent[4151]: Missing virtio device
'/dev/virtio-ports/com.redhat.spice.0': No such file or directory
May 2 17:40:14 shopltsp avahi-daemon[1195]: Invalid query packet.
I've done some googling, but I've been unable to turn up anything that
corrects the problem as of yet.
Thanks for any help!
-David
_______________________________________________
K12OSN mailing list
https://www.redhat.com/mailman/listinfo/k12osn
For more info see <http://www.k12os.org>
_______________________________________________
K12OSN mailing list
https://www.redhat.com/mailman/listinfo/k12osn
For more info see <http://www.k12os.org>
--
--
James P. Kinney III
*
*Every time you stop a school, you will have to build a jail. What you
gain at one end you lose at the other. It's like feeding a dog on his own
tail. It won't fatten the dog.
- Speech 11/23/1900 Mark Twain
*
http://electjimkinney.org
http://heretothereideas.blogspot.com/
*
_______________________________________________
K12OSN mailing list
https://www.redhat.com/mailman/listinfo/k12osn
For more info see <http://www.k12os.org>
Joshua Trimm
2013-05-06 20:37:10 UTC
Permalink
_______________________________________________
K12OSN mailing list
***@redhat.com
https://www.redhat.com/mailman/listinfo/k12osn
For more info see <http://www.k12os.org>
Sergio Chaves
2013-05-06 21:32:35 UTC
Permalink
Joshua,

Thanks for the follow up.
I did not have a chance to get to the "bad" server yet - I do not like
Mondays :-)
It maybe later tonight or tomorrow afternoon before I get to it.
Any luck with getting things working? I am the K12Linux developer for EL6
LTSP and I can assist if anyone is still having issues. I also am available
by skype username: joshtrimm until about 6pm CST
Jim,
Thanks for the tips.
Got one server ready to go. I will check on the failing one tomorrow
afternoon and let you know of the results.
Post by Jim Kinney
double check that the bridge device ltspbr0 actually exists (check
lsmod - check ifconfig and /etc/sysconfig/network_scripts/ifcfg-* )
Double check that ip_forwarding is still OK
watch the dhcpd log with tail -f while things are trying to connect and
see if the server "sees" anything.
double check the firewall allows incoming dhcp requests.
HOWEVER: I'm assuming the clients are regular LTSP clients so they
already get dhcp during their PXE boot phase - thus dhcp IS working.
run back through the /var/log/yum.log and see what was updated.
Post by Sergio Chaves
Not to Hijack the thread but I updated 02 of my servers - Scientific
Linux 6 - yesterday afternoon and after that, clients no longer can
authenticate and get a login screen. Also updated ssh-keys, verified the
dhcp server, etc.
The only noticeable error message I see is that when the servers are
coming up, the system says that either ltspbr0 is duplicated by dev or, it
is garbage.
Eth1 however, initializes fine. Just no DHCP offers. I have
uninstalled the ltsp-server, re-installed it and rebuilt the client with
ltsp-build-client.
Something must have changed in a config file that I am missing it big time.
Google returned many unrelated things
If I cannot figure it out soon, it will be a long night tonight.
Sergio
Post by David C. Moody
Hello everyone,
I need some help. I was doing my standard update today to keep the
system up to date and it blew up in my face.
Now after finally working all day and getting the users able to log
back in. They can log in, and run any apps that run via ltsp-local-apps,
however any apps that run on the base system cause the user to get kicked
out back to the login screen.
ltsp-release-5-9.el6.noarch
ltsp-server-5.4.5-20.el6.i686
ltspfs-1.1-7.el6.i686
CentOS release 6.4 (Final)
LSB_VERSION=base-4.0-ia32:base-4.0-noarch:core-4.0-ia32:core-4.0-noarch:graphics-4.0-ia32:graphics-4.0-noarch:printing-4.0-ia32:printing-4.0-noarch
cat: /etc/lsb-release.d: Is a directory
CentOS release 6.4 (Final)
CentOS release 6.4 (Final)
cpe:/o:centos:linux:6:GA
May 2 17:36:17 shopltsp gnome-keyring-daemon[3579]: dbus failure
unregistering from session: Connection is closed
May 2 17:36:18 shopltsp xinetd[1474]: START: ldminfod pid=3673
from=::ffff:192.168.10.15
May 2 17:36:18 shopltsp xinetd[1474]: EXIT: ldminfod status=0 pid=3673
duration=0(sec)
May 2 17:36:41 shopltsp spice-vdagent[3861]: Missing virtio device
'/dev/virtio-ports/com.redhat.spice.0': No such file or directory
May 2 17:37:00 shopltsp gnome-keyring-daemon[3863]: dbus failure
unregistering from session: Connection is closed
May 2 17:37:00 shopltsp gnome-keyring-daemon[3863]: dbus failure
unregistering from session: Connection is closed
May 2 17:37:01 shopltsp xinetd[1474]: START: ldminfod pid=3963
from=::ffff:192.168.10.15
May 2 17:37:01 shopltsp xinetd[1474]: EXIT: ldminfod status=0 pid=3963
duration=0(sec)
May 2 17:37:57 shopltsp spice-vdagent[4151]: Missing virtio device
'/dev/virtio-ports/com.redhat.spice.0': No such file or directory
May 2 17:40:14 shopltsp avahi-daemon[1195]: Invalid query packet.
I've done some googling, but I've been unable to turn up anything
that corrects the problem as of yet.
Thanks for any help!
-David
_______________________________________________
K12OSN mailing list
https://www.redhat.com/mailman/listinfo/k12osn
For more info see <http://www.k12os.org>
_______________________________________________
K12OSN mailing list
https://www.redhat.com/mailman/listinfo/k12osn
For more info see <http://www.k12os.org>
--
--
James P. Kinney III
*
*Every time you stop a school, you will have to build a jail. What you
gain at one end you lose at the other. It's like feeding a dog on his own
tail. It won't fatten the dog.
- Speech 11/23/1900 Mark Twain
*
http://electjimkinney.org
http://heretothereideas.blogspot.com/
*
_______________________________________________
K12OSN mailing list
https://www.redhat.com/mailman/listinfo/k12osn
For more info see <http://www.k12os.org>
_______________________________________________
For more info see <http://www.k12os.org> <http://www.k12os.org>
_______________________________________________
K12OSN mailing list
https://www.redhat.com/mailman/listinfo/k12osn
For more info see <http://www.k12os.org>
Sergio Chaves
2013-05-08 10:56:30 UTC
Permalink
Well, no joy on my end.
I tried the tips given here and could not make it work. System still
claimed ltspbr0 as garbage.
Not willing to give up, I decided to remove the bridge with "ifdown eth1;
brctl delbr ltspbr0" and reboot.
Not the brightest idea; now I get an instant kernel panic at boot.

Time for reload.
These servers are for kids classes at church and need to be ready for the
weekend.
Thanks everybody for the help and the tips.

Sergio
Post by Sergio Chaves
Joshua,
Thanks for the follow up.
I did not have a chance to get to the "bad" server yet - I do not like
Mondays :-)
It maybe later tonight or tomorrow afternoon before I get to it.
Any luck with getting things working? I am the K12Linux developer for
EL6 LTSP and I can assist if anyone is still having issues. I also am
available by skype username: joshtrimm until about 6pm CST
Jim,
Thanks for the tips.
Got one server ready to go. I will check on the failing one tomorrow
afternoon and let you know of the results.
Post by Jim Kinney
double check that the bridge device ltspbr0 actually exists (check
lsmod - check ifconfig and /etc/sysconfig/network_scripts/ifcfg-* )
Double check that ip_forwarding is still OK
watch the dhcpd log with tail -f while things are trying to connect
and see if the server "sees" anything.
double check the firewall allows incoming dhcp requests.
HOWEVER: I'm assuming the clients are regular LTSP clients so they
already get dhcp during their PXE boot phase - thus dhcp IS working.
run back through the /var/log/yum.log and see what was updated.
Post by Sergio Chaves
Not to Hijack the thread but I updated 02 of my servers - Scientific
Linux 6 - yesterday afternoon and after that, clients no longer can
authenticate and get a login screen. Also updated ssh-keys, verified the
dhcp server, etc.
The only noticeable error message I see is that when the servers are
coming up, the system says that either ltspbr0 is duplicated by dev or, it
is garbage.
Eth1 however, initializes fine. Just no DHCP offers. I have
uninstalled the ltsp-server, re-installed it and rebuilt the client with
ltsp-build-client.
Something must have changed in a config file that I am missing it big time.
Google returned many unrelated things
If I cannot figure it out soon, it will be a long night tonight.
Sergio
On Thu, May 2, 2013 at 5:30 PM, David C. Moody <
Post by David C. Moody
Hello everyone,
I need some help. I was doing my standard update today to keep the
system up to date and it blew up in my face.
Now after finally working all day and getting the users able to log
back in. They can log in, and run any apps that run via ltsp-local-apps,
however any apps that run on the base system cause the user to get kicked
out back to the login screen.
ltsp-release-5-9.el6.noarch
ltsp-server-5.4.5-20.el6.i686
ltspfs-1.1-7.el6.i686
CentOS release 6.4 (Final)
LSB_VERSION=base-4.0-ia32:base-4.0-noarch:core-4.0-ia32:core-4.0-noarch:graphics-4.0-ia32:graphics-4.0-noarch:printing-4.0-ia32:printing-4.0-noarch
cat: /etc/lsb-release.d: Is a directory
CentOS release 6.4 (Final)
CentOS release 6.4 (Final)
cpe:/o:centos:linux:6:GA
May 2 17:36:17 shopltsp gnome-keyring-daemon[3579]: dbus failure
unregistering from session: Connection is closed
May 2 17:36:18 shopltsp xinetd[1474]: START: ldminfod pid=3673
from=::ffff:192.168.10.15
May 2 17:36:18 shopltsp xinetd[1474]: EXIT: ldminfod status=0
pid=3673 duration=0(sec)
May 2 17:36:41 shopltsp spice-vdagent[3861]: Missing virtio device
'/dev/virtio-ports/com.redhat.spice.0': No such file or directory
May 2 17:37:00 shopltsp gnome-keyring-daemon[3863]: dbus failure
unregistering from session: Connection is closed
May 2 17:37:00 shopltsp gnome-keyring-daemon[3863]: dbus failure
unregistering from session: Connection is closed
May 2 17:37:01 shopltsp xinetd[1474]: START: ldminfod pid=3963
from=::ffff:192.168.10.15
May 2 17:37:01 shopltsp xinetd[1474]: EXIT: ldminfod status=0
pid=3963 duration=0(sec)
May 2 17:37:57 shopltsp spice-vdagent[4151]: Missing virtio device
'/dev/virtio-ports/com.redhat.spice.0': No such file or directory
May 2 17:40:14 shopltsp avahi-daemon[1195]: Invalid query packet.
I've done some googling, but I've been unable to turn up anything
that corrects the problem as of yet.
Thanks for any help!
-David
_______________________________________________
K12OSN mailing list
https://www.redhat.com/mailman/listinfo/k12osn
For more info see <http://www.k12os.org>
_______________________________________________
K12OSN mailing list
https://www.redhat.com/mailman/listinfo/k12osn
For more info see <http://www.k12os.org>
--
--
James P. Kinney III
*
*Every time you stop a school, you will have to build a jail. What you
gain at one end you lose at the other. It's like feeding a dog on his own
tail. It won't fatten the dog.
- Speech 11/23/1900 Mark Twain
*
http://electjimkinney.org
http://heretothereideas.blogspot.com/
*
_______________________________________________
K12OSN mailing list
https://www.redhat.com/mailman/listinfo/k12osn
For more info see <http://www.k12os.org>
_______________________________________________
For more info see <http://www.k12os.org> <http://www.k12os.org>
_______________________________________________
K12OSN mailing list
https://www.redhat.com/mailman/listinfo/k12osn
For more info see <http://www.k12os.org>
Burke Almquist
2013-05-09 02:37:31 UTC
Permalink
From the looks of the new instructions here. http://wiki.ltsp.org/wiki/Category:Fedora if you read the /usr/share/doc/ltsp-server-5.4.5/README.rpminstall file, you will see they aren't using the bridge anymore. At least that was my understanding when I read it. It's not totally clear to me. The thin client network and dhcp appears to be set up to use the 192.168.67.0 subnet.
Looks like the jump to the newer versions of LTSP that were setup to use EL 6.4 made a number of changes. If you update you are going to have to check your configuration. It's not just a simple update.
Well, no joy on my end.
I tried the tips given here and could not make it work. System still claimed ltspbr0 as garbage.
Not willing to give up, I decided to remove the bridge with "ifdown eth1; brctl delbr ltspbr0" and reboot.
Not the brightest idea; now I get an instant kernel panic at boot.
Time for reload.
These servers are for kids classes at church and need to be ready for the weekend.
Thanks everybody for the help and the tips.
Sergio
Joshua,
Thanks for the follow up.
I did not have a chance to get to the "bad" server yet - I do not like Mondays :-)
It maybe later tonight or tomorrow afternoon before I get to it.
Any luck with getting things working? I am the K12Linux developer for EL6 LTSP and I can assist if anyone is still having issues. I also am available by skype username: joshtrimm until about 6pm CST
Post by Sergio Chaves
Jim,
Thanks for the tips.
Got one server ready to go. I will check on the failing one tomorrow afternoon and let you know of the results.
double check that the bridge device ltspbr0 actually exists (check lsmod - check ifconfig and /etc/sysconfig/network_scripts/ifcfg-* )
Double check that ip_forwarding is still OK
watch the dhcpd log with tail -f while things are trying to connect and see if the server "sees" anything.
double check the firewall allows incoming dhcp requests.
HOWEVER: I'm assuming the clients are regular LTSP clients so they already get dhcp during their PXE boot phase - thus dhcp IS working.
run back through the /var/log/yum.log and see what was updated.
Not to Hijack the thread but I updated 02 of my servers - Scientific Linux 6 - yesterday afternoon and after that, clients no longer can authenticate and get a login screen. Also updated ssh-keys, verified the dhcp server, etc.
The only noticeable error message I see is that when the servers are coming up, the system says that either ltspbr0 is duplicated by dev or, it is garbage.
Eth1 however, initializes fine. Just no DHCP offers. I have uninstalled the ltsp-server, re-installed it and rebuilt the client with ltsp-build-client.
Something must have changed in a config file that I am missing it big time.
Google returned many unrelated things
If I cannot figure it out soon, it will be a long night tonight.
Sergio
Hello everyone,
I need some help. I was doing my standard update today to keep the system up to date and it blew up in my face.
Now after finally working all day and getting the users able to log back in. They can log in, and run any apps that run via ltsp-local-apps, however any apps that run on the base system cause the user to get kicked out back to the login screen.
ltsp-release-5-9.el6.noarch
ltsp-server-5.4.5-20.el6.i686
ltspfs-1.1-7.el6.i686
CentOS release 6.4 (Final)
LSB_VERSION=base-4.0-ia32:base-4.0-noarch:core-4.0-ia32:core-4.0-noarch:graphics-4.0-ia32:graphics-4.0-noarch:printing-4.0-ia32:printing-4.0-noarch
cat: /etc/lsb-release.d: Is a directory
CentOS release 6.4 (Final)
CentOS release 6.4 (Final)
cpe:/o:centos:linux:6:GA
May 2 17:36:17 shopltsp gnome-keyring-daemon[3579]: dbus failure unregistering from session: Connection is closed
May 2 17:36:18 shopltsp xinetd[1474]: START: ldminfod pid=3673 from=::ffff:192.168.10.15
May 2 17:36:18 shopltsp xinetd[1474]: EXIT: ldminfod status=0 pid=3673 duration=0(sec)
May 2 17:36:41 shopltsp spice-vdagent[3861]: Missing virtio device '/dev/virtio-ports/com.redhat.spice.0': No such file or directory
May 2 17:37:00 shopltsp gnome-keyring-daemon[3863]: dbus failure unregistering from session: Connection is closed
May 2 17:37:00 shopltsp gnome-keyring-daemon[3863]: dbus failure unregistering from session: Connection is closed
May 2 17:37:01 shopltsp xinetd[1474]: START: ldminfod pid=3963 from=::ffff:192.168.10.15
May 2 17:37:01 shopltsp xinetd[1474]: EXIT: ldminfod status=0 pid=3963 duration=0(sec)
May 2 17:37:57 shopltsp spice-vdagent[4151]: Missing virtio device '/dev/virtio-ports/com.redhat.spice.0': No such file or directory
May 2 17:40:14 shopltsp avahi-daemon[1195]: Invalid query packet.
I've done some googling, but I've been unable to turn up anything that corrects the problem as of yet.
Thanks for any help!
-David
_______________________________________________
K12OSN mailing list
https://www.redhat.com/mailman/listinfo/k12osn
For more info see <http://www.k12os.org>
_______________________________________________
K12OSN mailing list
https://www.redhat.com/mailman/listinfo/k12osn
For more info see <http://www.k12os.org>
--
--
James P. Kinney III
Every time you stop a school, you will have to build a jail. What you gain at one end you lose at the other. It's like feeding a dog on his own tail. It won't fatten the dog.
- Speech 11/23/1900 Mark Twain
http://electjimkinney.org
http://heretothereideas.blogspot.com/
_______________________________________________
K12OSN mailing list
https://www.redhat.com/mailman/listinfo/k12osn
For more info see <http://www.k12os.org>
_______________________________________________
K12OSN mailing list
https://www.redhat.com/mailman/listinfo/k12osn
For more info see
<http://www.k12os.org>
_______________________________________________
K12OSN mailing list
https://www.redhat.com/mailman/listinfo/k12osn
For more info see <http://www.k12os.org>
_______________________________________________
K12OSN mailing list
https://www.redhat.com/mailman/listinfo/k12osn
For more info see <http://www.k12os.org>
Sergio Chaves
2013-05-09 11:05:09 UTC
Permalink
Yes.
I read the docs and also assumed that ltspbr0 was no longer needed.
I went ahead and properly deleted the bridge with "brctl delbr ltspbr0".
"Service network restart" did not do the trick; clients still would not
connect.
The next logical thing for me was to reboot the server. Was I surprised
when I got a Kernel Panic as soon as SL started to load.
Used some live CDs to recreate the bridge to at least have a booting system
but no such luck.
Time was running out and I could not spend to much of it to continue
troubleshooting it.
Rebuilding the server was a faster option for me.

Sergio
From the looks of the new instructions here.
http://wiki.ltsp.org/wiki/Category:Fedora if you read the
/usr/share/doc/ltsp-server-5.4.5/README.rpminstall file, you will see they
aren't using the bridge anymore. At least that was my understanding when I
read it. It's not totally clear to me. The thin client network and dhcp
appears to be set up to use the 192.168.67.0 subnet.
Looks like the jump to the newer versions of LTSP that were setup to use
EL 6.4 made a number of changes. If you update you are going to have to
check your configuration. It's not just a simple update.
Well, no joy on my end.
I tried the tips given here and could not make it work. System still
claimed ltspbr0 as garbage.
Not willing to give up, I decided to remove the bridge with "ifdown
eth1; brctl delbr ltspbr0" and reboot.
Not the brightest idea; now I get an instant kernel panic at boot.
Time for reload.
These servers are for kids classes at church and need to be ready for
the weekend.
Thanks everybody for the help and the tips.
Sergio
Joshua,
Thanks for the follow up.
I did not have a chance to get to the "bad" server yet - I do not like
Mondays :-)
It maybe later tonight or tomorrow afternoon before I get to it.
Any luck with getting things working? I am the K12Linux developer for
EL6 LTSP and I can assist if anyone is still having issues. I also am
available by skype username: joshtrimm until about 6pm CST
Post by Sergio Chaves
Jim,
Thanks for the tips.
Got one server ready to go. I will check on the failing one tomorrow
afternoon and let you know of the results.
Post by Sergio Chaves
double check that the bridge device ltspbr0 actually exists (check
lsmod - check ifconfig and /etc/sysconfig/network_scripts/ifcfg-* )
Post by Sergio Chaves
Double check that ip_forwarding is still OK
watch the dhcpd log with tail -f while things are trying to connect
and see if the server "sees" anything.
Post by Sergio Chaves
double check the firewall allows incoming dhcp requests.
HOWEVER: I'm assuming the clients are regular LTSP clients so they
already get dhcp during their PXE boot phase - thus dhcp IS working.
Post by Sergio Chaves
run back through the /var/log/yum.log and see what was updated.
Not to Hijack the thread but I updated 02 of my servers - Scientific
Linux 6 - yesterday afternoon and after that, clients no longer can
authenticate and get a login screen. Also updated ssh-keys, verified the
dhcp server, etc.
Post by Sergio Chaves
The only noticeable error message I see is that when the servers are
coming up, the system says that either ltspbr0 is duplicated by dev or, it
is garbage.
Post by Sergio Chaves
Eth1 however, initializes fine. Just no DHCP offers. I have uninstalled
the ltsp-server, re-installed it and rebuilt the client with
ltsp-build-client.
Post by Sergio Chaves
Something must have changed in a config file that I am missing it big
time.
Post by Sergio Chaves
Google returned many unrelated things
If I cannot figure it out soon, it will be a long night tonight.
Sergio
Hello everyone,
I need some help. I was doing my standard update today to keep the
system up to date and it blew up in my face.
Post by Sergio Chaves
Now after finally working all day and getting the users able to log
back in. They can log in, and run any apps that run via ltsp-local-apps,
however any apps that run on the base system cause the user to get kicked
out back to the login screen.
Post by Sergio Chaves
ltsp-release-5-9.el6.noarch
ltsp-server-5.4.5-20.el6.i686
ltspfs-1.1-7.el6.i686
CentOS release 6.4 (Final)
LSB_VERSION=base-4.0-ia32:base-4.0-noarch:core-4.0-ia32:core-4.0-noarch:graphics-4.0-ia32:graphics-4.0-noarch:printing-4.0-ia32:printing-4.0-noarch
Post by Sergio Chaves
cat: /etc/lsb-release.d: Is a directory
CentOS release 6.4 (Final)
CentOS release 6.4 (Final)
cpe:/o:centos:linux:6:GA
May 2 17:36:17 shopltsp gnome-keyring-daemon[3579]: dbus failure
unregistering from session: Connection is closed
Post by Sergio Chaves
May 2 17:36:18 shopltsp xinetd[1474]: START: ldminfod pid=3673
from=::ffff:192.168.10.15
Post by Sergio Chaves
May 2 17:36:18 shopltsp xinetd[1474]: EXIT: ldminfod status=0 pid=3673
duration=0(sec)
Post by Sergio Chaves
May 2 17:36:41 shopltsp spice-vdagent[3861]: Missing virtio device
'/dev/virtio-ports/com.redhat.spice.0': No such file or directory
Post by Sergio Chaves
May 2 17:37:00 shopltsp gnome-keyring-daemon[3863]: dbus failure
unregistering from session: Connection is closed
Post by Sergio Chaves
May 2 17:37:00 shopltsp gnome-keyring-daemon[3863]: dbus failure
unregistering from session: Connection is closed
Post by Sergio Chaves
May 2 17:37:01 shopltsp xinetd[1474]: START: ldminfod pid=3963
from=::ffff:192.168.10.15
Post by Sergio Chaves
May 2 17:37:01 shopltsp xinetd[1474]: EXIT: ldminfod status=0 pid=3963
duration=0(sec)
Post by Sergio Chaves
May 2 17:37:57 shopltsp spice-vdagent[4151]: Missing virtio device
'/dev/virtio-ports/com.redhat.spice.0': No such file or directory
Post by Sergio Chaves
May 2 17:40:14 shopltsp avahi-daemon[1195]: Invalid query packet.
I've done some googling, but I've been unable to turn up anything that
corrects the problem as of yet.
Post by Sergio Chaves
Thanks for any help!
-David
_______________________________________________
K12OSN mailing list
https://www.redhat.com/mailman/listinfo/k12osn
For more info see <http://www.k12os.org>
_______________________________________________
K12OSN mailing list
https://www.redhat.com/mailman/listinfo/k12osn
For more info see <http://www.k12os.org>
--
--
James P. Kinney III
Every time you stop a school, you will have to build a jail. What you
gain at one end you lose at the other. It's like feeding a dog on his own
tail. It won't fatten the dog.
Post by Sergio Chaves
- Speech 11/23/1900 Mark Twain
http://electjimkinney.org
http://heretothereideas.blogspot.com/
_______________________________________________
K12OSN mailing list
https://www.redhat.com/mailman/listinfo/k12osn
For more info see <http://www.k12os.org>
_______________________________________________
K12OSN mailing list
https://www.redhat.com/mailman/listinfo/k12osn
For more info see
<http://www.k12os.org>
_______________________________________________
K12OSN mailing list
https://www.redhat.com/mailman/listinfo/k12osn
For more info see <http://www.k12os.org>
_______________________________________________
K12OSN mailing list
https://www.redhat.com/mailman/listinfo/k12osn
For more info see <http://www.k12os.org>
_______________________________________________
K12OSN mailing list
https://www.redhat.com/mailman/listinfo/k12osn
For more info see <http://www.k12os.org>
William Fragakis
2013-05-05 17:41:11 UTC
Permalink
Sergio,
Was this just a nightly yum update or did you update the ltsp packages,
too?

Just wanting to know how much sleep I may be losing myself tonight.

thanks,
William
Message: 1
Date: Sun, 5 May 2013 09:22:04 -0400
To: "Support list for open source software in schools."
Subject: Re: [K12OSN] Help? Programs not Running?
Content-Type: text/plain; charset="iso-8859-1"
Not to Hijack the thread but I updated 02 of my servers - Scientific Linux
6 - yesterday afternoon and after that, clients no longer can authenticate
and get a login screen. Also updated ssh-keys, verified the dhcp server,
etc.
The only noticeable error message I see is that when the servers are coming
up, the system says that either ltspbr0 is duplicated by dev or, it is
garbage.
Eth1 however, initializes fine. Just no DHCP offers. I have uninstalled the
ltsp-server, re-installed it and rebuilt the client with ltsp-build-client.
Something must have changed in a config file that I am missing it big time.
Google returned many unrelated things
If I cannot figure it out soon, it will be a long night tonight.
Sergio
Post by David C. Moody
Hello everyone,
I need some help. I was doing my standard update today to keep the
system up to date and it blew up in my face.
Now after finally working all day and getting the users able to log back
in. They can log in, and run any apps that run via ltsp-local-apps,
however any apps that run on the base system cause the user to get kicked
out back to the login screen.
ltsp-release-5-9.el6.noarch
ltsp-server-5.4.5-20.el6.i686
ltspfs-1.1-7.el6.i686
CentOS release 6.4 (Final)
LSB_VERSION=base-4.0-ia32:base-4.0-noarch:core-4.0-ia32:core-4.0-noarch:graphics-4.0-ia32:graphics-4.0-noarch:printing-4.0-ia32:printing-4.0-noarch
cat: /etc/lsb-release.d: Is a directory
CentOS release 6.4 (Final)
CentOS release 6.4 (Final)
cpe:/o:centos:linux:6:GA
May 2 17:36:17 shopltsp gnome-keyring-daemon[3579]: dbus failure
unregistering from session: Connection is closed
May 2 17:36:18 shopltsp xinetd[1474]: START: ldminfod pid=3673
from=::ffff:192.168.10.15
May 2 17:36:18 shopltsp xinetd[1474]: EXIT: ldminfod status=0 pid=3673
duration=0(sec)
May 2 17:36:41 shopltsp spice-vdagent[3861]: Missing virtio device
'/dev/virtio-ports/com.redhat.spice.0': No such file or directory
May 2 17:37:00 shopltsp gnome-keyring-daemon[3863]: dbus failure
unregistering from session: Connection is closed
May 2 17:37:00 shopltsp gnome-keyring-daemon[3863]: dbus failure
unregistering from session: Connection is closed
May 2 17:37:01 shopltsp xinetd[1474]: START: ldminfod pid=3963
from=::ffff:192.168.10.15
May 2 17:37:01 shopltsp xinetd[1474]: EXIT: ldminfod status=0 pid=3963
duration=0(sec)
May 2 17:37:57 shopltsp spice-vdagent[4151]: Missing virtio device
'/dev/virtio-ports/com.redhat.spice.0': No such file or directory
May 2 17:40:14 shopltsp avahi-daemon[1195]: Invalid query packet.
I've done some googling, but I've been unable to turn up anything that
corrects the problem as of yet.
Thanks for any help!
-David
_______________________________________________
K12OSN mailing list
https://www.redhat.com/mailman/listinfo/k12osn
For more info see <http://www.k12os.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.redhat.com/archives/k12osn/attachments/20130505/31314333/attachment.html>
------------------------------
_______________________________________________
K12OSN mailing list
https://www.redhat.com/mailman/listinfo/k12osn
End of K12OSN Digest, Vol 108, Issue 7
**************************************
Sergio Chaves
2013-05-05 19:26:08 UTC
Permalink
ltsp packages.

I am in the process of rebuilding one server while troubleshooting the
other one and see if I can fix it before I hit the point of reinstall it as
well.
Post by William Fragakis
Sergio,
Was this just a nightly yum update or did you update the ltsp packages,
too?
Just wanting to know how much sleep I may be losing myself tonight.
thanks,
William
Message: 1
Date: Sun, 5 May 2013 09:22:04 -0400
To: "Support list for open source software in schools."
Subject: Re: [K12OSN] Help? Programs not Running?
<CAKvT5tYrOdYEjRpSNe6sy=
Content-Type: text/plain; charset="iso-8859-1"
Not to Hijack the thread but I updated 02 of my servers - Scientific
Linux
6 - yesterday afternoon and after that, clients no longer can
authenticate
and get a login screen. Also updated ssh-keys, verified the dhcp server,
etc.
The only noticeable error message I see is that when the servers are
coming
up, the system says that either ltspbr0 is duplicated by dev or, it is
garbage.
Eth1 however, initializes fine. Just no DHCP offers. I have uninstalled
the
ltsp-server, re-installed it and rebuilt the client with
ltsp-build-client.
Something must have changed in a config file that I am missing it big
time.
Google returned many unrelated things
If I cannot figure it out soon, it will be a long night tonight.
Sergio
Post by David C. Moody
Hello everyone,
I need some help. I was doing my standard update today to keep the
system up to date and it blew up in my face.
Now after finally working all day and getting the users able to log
back
Post by David C. Moody
in. They can log in, and run any apps that run via ltsp-local-apps,
however any apps that run on the base system cause the user to get
kicked
Post by David C. Moody
out back to the login screen.
ltsp-release-5-9.el6.noarch
ltsp-server-5.4.5-20.el6.i686
ltspfs-1.1-7.el6.i686
CentOS release 6.4 (Final)
LSB_VERSION=base-4.0-ia32:base-4.0-noarch:core-4.0-ia32:core-4.0-noarch:graphics-4.0-ia32:graphics-4.0-noarch:printing-4.0-ia32:printing-4.0-noarch
Post by David C. Moody
cat: /etc/lsb-release.d: Is a directory
CentOS release 6.4 (Final)
CentOS release 6.4 (Final)
cpe:/o:centos:linux:6:GA
May 2 17:36:17 shopltsp gnome-keyring-daemon[3579]: dbus failure
unregistering from session: Connection is closed
May 2 17:36:18 shopltsp xinetd[1474]: START: ldminfod pid=3673
from=::ffff:192.168.10.15
May 2 17:36:18 shopltsp xinetd[1474]: EXIT: ldminfod status=0 pid=3673
duration=0(sec)
May 2 17:36:41 shopltsp spice-vdagent[3861]: Missing virtio device
'/dev/virtio-ports/com.redhat.spice.0': No such file or directory
May 2 17:37:00 shopltsp gnome-keyring-daemon[3863]: dbus failure
unregistering from session: Connection is closed
May 2 17:37:00 shopltsp gnome-keyring-daemon[3863]: dbus failure
unregistering from session: Connection is closed
May 2 17:37:01 shopltsp xinetd[1474]: START: ldminfod pid=3963
from=::ffff:192.168.10.15
May 2 17:37:01 shopltsp xinetd[1474]: EXIT: ldminfod status=0 pid=3963
duration=0(sec)
May 2 17:37:57 shopltsp spice-vdagent[4151]: Missing virtio device
'/dev/virtio-ports/com.redhat.spice.0': No such file or directory
May 2 17:40:14 shopltsp avahi-daemon[1195]: Invalid query packet.
I've done some googling, but I've been unable to turn up anything that
corrects the problem as of yet.
Thanks for any help!
-David
_______________________________________________
K12OSN mailing list
https://www.redhat.com/mailman/listinfo/k12osn
For more info see <http://www.k12os.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <
https://www.redhat.com/archives/k12osn/attachments/20130505/31314333/attachment.html
------------------------------
_______________________________________________
K12OSN mailing list
https://www.redhat.com/mailman/listinfo/k12osn
End of K12OSN Digest, Vol 108, Issue 7
**************************************
_______________________________________________
K12OSN mailing list
https://www.redhat.com/mailman/listinfo/k12osn
For more info see <http://www.k12os.org>
b***@thealmquists.net
2013-05-05 23:14:47 UTC
Permalink
I wonder if the el updates wiped out the ltsp specific configuration in the dhcp config file.
Post by Sergio Chaves
Not to Hijack the thread but I updated 02 of my servers - Scientific Linux
6 - yesterday afternoon and after that, clients no longer can authenticate
and get a login screen. Also updated ssh-keys, verified the dhcp server,
etc.
The only noticeable error message I see is that when the servers are coming
up, the system says that either ltspbr0 is duplicated by dev or, it is
garbage.
Eth1 however, initializes fine. Just no DHCP offers. I have uninstalled the
ltsp-server, re-installed it and rebuilt the client with ltsp-build-client.
Something must have changed in a config file that I am missing it big time.
Google returned many unrelated things
If I cannot figure it out soon, it will be a long night tonight.
Sergio
Post by David C. Moody
Hello everyone,
I need some help. I was doing my standard update today to keep the
system up to date and it blew up in my face.
Now after finally working all day and getting the users able to log back
in. They can log in, and run any apps that run via ltsp-local-apps,
however any apps that run on the base system cause the user to get kicked
out back to the login screen.
ltsp-release-5-9.el6.noarch
ltsp-server-5.4.5-20.el6.i686
ltspfs-1.1-7.el6.i686
CentOS release 6.4 (Final)
LSB_VERSION=base-4.0-ia32:base-4.0-noarch:core-4.0-ia32:core-4.0-noarch:graphics-4.0-ia32:graphics-4.0-noarch:printing-4.0-ia32:printing-4.0-noarch
cat: /etc/lsb-release.d: Is a directory
CentOS release 6.4 (Final)
CentOS release 6.4 (Final)
cpe:/o:centos:linux:6:GA
May 2 17:36:17 shopltsp gnome-keyring-daemon[3579]: dbus failure
unregistering from session: Connection is closed
May 2 17:36:18 shopltsp xinetd[1474]: START: ldminfod pid=3673
from=::ffff:192.168.10.15
May 2 17:36:18 shopltsp xinetd[1474]: EXIT: ldminfod status=0 pid=3673
duration=0(sec)
May 2 17:36:41 shopltsp spice-vdagent[3861]: Missing virtio device
'/dev/virtio-ports/com.redhat.spice.0': No such file or directory
May 2 17:37:00 shopltsp gnome-keyring-daemon[3863]: dbus failure
unregistering from session: Connection is closed
May 2 17:37:00 shopltsp gnome-keyring-daemon[3863]: dbus failure
unregistering from session: Connection is closed
May 2 17:37:01 shopltsp xinetd[1474]: START: ldminfod pid=3963
from=::ffff:192.168.10.15
May 2 17:37:01 shopltsp xinetd[1474]: EXIT: ldminfod status=0 pid=3963
duration=0(sec)
May 2 17:37:57 shopltsp spice-vdagent[4151]: Missing virtio device
'/dev/virtio-ports/com.redhat.spice.0': No such file or directory
May 2 17:40:14 shopltsp avahi-daemon[1195]: Invalid query packet.
I've done some googling, but I've been unable to turn up anything that
corrects the problem as of yet.
Thanks for any help!
-David
_______________________________________________
K12OSN mailing list
https://www.redhat.com/mailman/listinfo/k12osn
For more info see <http://www.k12os.org>
_______________________________________________
K12OSN mailing list
https://www.redhat.com/mailman/listinfo/k12osn
For more info see <http://www.k12os.org>
Jim Kinney
2013-05-06 00:37:45 UTC
Permalink
That's likely if the default itsp config was used. In that case the config
is unchanged and can be updated with the next version
Post by b***@thealmquists.net
I wonder if the el updates wiped out the ltsp specific configuration in
the dhcp config file.
Post by Sergio Chaves
Not to Hijack the thread but I updated 02 of my servers - Scientific Linux
6 - yesterday afternoon and after that, clients no longer can authenticate
and get a login screen. Also updated ssh-keys, verified the dhcp server,
etc.
The only noticeable error message I see is that when the servers are
coming
Post by Sergio Chaves
up, the system says that either ltspbr0 is duplicated by dev or, it is
garbage.
Eth1 however, initializes fine. Just no DHCP offers. I have uninstalled
the
Post by Sergio Chaves
ltsp-server, re-installed it and rebuilt the client with
ltsp-build-client.
Post by Sergio Chaves
Something must have changed in a config file that I am missing it big
time.
Post by Sergio Chaves
Google returned many unrelated things
If I cannot figure it out soon, it will be a long night tonight.
Sergio
Post by David C. Moody
Hello everyone,
I need some help. I was doing my standard update today to keep the
system up to date and it blew up in my face.
Now after finally working all day and getting the users able to log
back
Post by Sergio Chaves
Post by David C. Moody
in. They can log in, and run any apps that run via ltsp-local-apps,
however any apps that run on the base system cause the user to get
kicked
Post by Sergio Chaves
Post by David C. Moody
out back to the login screen.
ltsp-release-5-9.el6.noarch
ltsp-server-5.4.5-20.el6.i686
ltspfs-1.1-7.el6.i686
CentOS release 6.4 (Final)
LSB_VERSION=base-4.0-ia32:base-4.0-noarch:core-4.0-ia32:core-4.0-noarch:graphics-4.0-ia32:graphics-4.0-noarch:printing-4.0-ia32:printing-4.0-noarch
Post by Sergio Chaves
Post by David C. Moody
cat: /etc/lsb-release.d: Is a directory
CentOS release 6.4 (Final)
CentOS release 6.4 (Final)
cpe:/o:centos:linux:6:GA
May 2 17:36:17 shopltsp gnome-keyring-daemon[3579]: dbus failure
unregistering from session: Connection is closed
May 2 17:36:18 shopltsp xinetd[1474]: START: ldminfod pid=3673
from=::ffff:192.168.10.15
May 2 17:36:18 shopltsp xinetd[1474]: EXIT: ldminfod status=0 pid=3673
duration=0(sec)
May 2 17:36:41 shopltsp spice-vdagent[3861]: Missing virtio device
'/dev/virtio-ports/com.redhat.spice.0': No such file or directory
May 2 17:37:00 shopltsp gnome-keyring-daemon[3863]: dbus failure
unregistering from session: Connection is closed
May 2 17:37:00 shopltsp gnome-keyring-daemon[3863]: dbus failure
unregistering from session: Connection is closed
May 2 17:37:01 shopltsp xinetd[1474]: START: ldminfod pid=3963
from=::ffff:192.168.10.15
May 2 17:37:01 shopltsp xinetd[1474]: EXIT: ldminfod status=0 pid=3963
duration=0(sec)
May 2 17:37:57 shopltsp spice-vdagent[4151]: Missing virtio device
'/dev/virtio-ports/com.redhat.spice.0': No such file or directory
May 2 17:40:14 shopltsp avahi-daemon[1195]: Invalid query packet.
I've done some googling, but I've been unable to turn up anything that
corrects the problem as of yet.
Thanks for any help!
-David
_______________________________________________
K12OSN mailing list
https://www.redhat.com/mailman/listinfo/k12osn
For more info see <http://www.k12os.org>
_______________________________________________
K12OSN mailing list
https://www.redhat.com/mailman/listinfo/k12osn
For more info see <http://www.k12os.org>
_______________________________________________
K12OSN mailing list
https://www.redhat.com/mailman/listinfo/k12osn
For more info see <http://www.k12os.org>
Loading...