drbl was running on fedora 2.6.22.9-61.fc6 (it worked well)
but after running drblsrv -i it went wrong.
Whenever i boot a client i get a segmentation fault:
/sbin/init: line 129: 975 Segmentation fault touch /test-rw 2>/dev/null
any ideas on what happend? when i ran drblsrv -i again it looks like it updated the fedora 2.6 machine with some new packages. But in some way these packages trouble the server setup. It lookes to me like the new packages that have come out for fedora core 6 Trouble the setup for DRBL...
could these updatges have something to do with it?
rpm --rebuilddb didn't give me any results back.
after running drblsrv and drblpush again the client kept giving the same error!
but...
I had been changing a lot of user and group right within the /tftpboot directory.
so i though i would let drblsrv build up the whole directory structure again...
I renamed /nbi_img /node_root /nodes
after that i ran drblsrv and drblpush again.
And with succes! it's up and running again.
I think drblsrv had some problems overwriting the old files or something like that, because i changed the rights to those directories. When it could create those file again it went okee.
Thnx for the reply.
Regards,
SchaapMansZ
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well, when you run drblpush, it asks if you want to keep the old files, if you say not, it will clean them.
In your case, since drblpush uses rsync to update the files, those newer (you modified) won't be overwritten.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi ppl,
drbl was running on fedora 2.6.22.9-61.fc6 (it worked well)
but after running drblsrv -i it went wrong.
Whenever i boot a client i get a segmentation fault:
/sbin/init: line 129: 975 Segmentation fault touch /test-rw 2>/dev/null
any ideas on what happend? when i ran drblsrv -i again it looks like it updated the fedora 2.6 machine with some new packages. But in some way these packages trouble the server setup. It lookes to me like the new packages that have come out for fedora core 6 Trouble the setup for DRBL...
could these updatges have something to do with it?
hpijs.i386 1:1.7.4a-2.fc6 1:1.7.4a-3.fc6
hplip.i386 1.7.4a-2.fc6 1.7.4a-3.fc6
libsane-hpaio.i386 1.7.4a-2.fc6 1.7.4a-3.fc6
libwnck.i386 2.16.3-1.fc6 2.16.3-2.fc6
openssh.i386 4.3p2-19.fc6 4.3p2-25.fc6
openssh-askpass.i386 4.3p2-19.fc6 4.3p2-25.fc6
openssh-clients.i386 4.3p2-19.fc6 4.3p2-25.fc6
openssh-server.i386 4.3p2-19.fc6 4.3p2-25.fc6
openssl.i686 0.9.8b-14.fc6 0.9.8b-15.fc6
system-config-printer.i386 0.7.63.3-1.fc6 0.7.63.4-1.fc6
system-config-printer-libs.i38 0.7.63.3-1.fc6 0.7.63.4-1.fc6
util-linux.i386 2.13-0.48.fc6 2.13-0.49.fc6
regards,
SchaapMansZ
ah when i am running drblpush i see an error!
Install kernel for clients... ...
The kernel for client is from specific package /tmp/client_kernel_PKG.y22804/kernel-2.6.22.9-61.fc6.i586.rpm.
Installing /tmp/client_kernel_PKG.y22804/kernel-2.6.22.9-61.fc6.i586.rpm for clients...
It might take several minutes to install this kernel, please be patient...
error: rpmdbNextIterator: skipping h# 689 Header V3 DSA signature: BAD, key ID 4f2a6fd2
warning: /tmp/client_kernel_PKG.y22804/kernel-2.6.22.9-61.fc6.i586.rpm: Header V3 DSA signature: NOKEY, key ID 532f7270
Preparing... error: rpmdbNextIterator: skipping h# 689 Header V3 DSA signature: BAD, key ID 4f2a6fd2
########################################### [100%]
error: rpmdbNextIterator: skipping h# 689 Header V3 DSA signature: BAD, key ID 4f2a6fd2
warning: kernel-2.6.22.9-61.fc6: Header V3 DSA signature: NOKEY, key ID 00000000
1:kernel ########################################### [100%]
error: rpmdbNextIterator: skipping h# 689 Header V3 DSA signature: BAD, key ID 4f2a6fd2
done!
Generating modules.dep and map files for clients... done!
Maybe you can try to run
rpm --rebuilddb
in the server, check the results then run drblsrv and drblpush again.
Problem solved!
rpm --rebuilddb didn't give me any results back.
after running drblsrv and drblpush again the client kept giving the same error!
but...
I had been changing a lot of user and group right within the /tftpboot directory.
so i though i would let drblsrv build up the whole directory structure again...
I renamed /nbi_img /node_root /nodes
after that i ran drblsrv and drblpush again.
And with succes! it's up and running again.
I think drblsrv had some problems overwriting the old files or something like that, because i changed the rights to those directories. When it could create those file again it went okee.
Thnx for the reply.
Regards,
SchaapMansZ
Well, when you run drblpush, it asks if you want to keep the old files, if you say not, it will clean them.
In your case, since drblpush uses rsync to update the files, those newer (you modified) won't be overwritten.
Correct, i choose NOT to update those files. While i should have.
thnx for your awnser.