Discussion:
[Grml] grml64-small upgrade error
Xi Shen
2011-04-08 11:27:41 UTC
Permalink
Hi,

I ran 'apt-get update' then 'apt-get upgrade', and I got the following error:

dpkg: warning: parsing file '/var/lib/dpkg/status' near line 1728
package 'linux-image-2.6.36-grml64':
error in Version string 'grml.02': version number does not start with digit
(Reading database ... 21612 files and directories currently installed.)
Preparing to replace libslang2 2.2.3-2 (using
.../libslang2_2.2.3-3_amd64.deb) ...
Unpacking replacement libslang2 ...
dpkg: warning: parsing file '/var/lib/dpkg/status' near line 1728
package 'linux-image-2.6.36-grml64':
error in Version string 'grml.02': version number does not start with digit
Setting up libslang2 (2.2.3-3) ...
dpkg: warning: parsing file '/var/lib/dpkg/status' near line 1728
package 'linux-image-2.6.36-grml64':
error in Version string 'grml.02': version number does not start with digit
(Reading database ... 21612 files and directories currently installed.)
Preparing to replace slsh 2.2.3-2 (using .../slsh_2.2.3-3_amd64.deb) ...
Unpacking replacement slsh ...
Preparing to replace libslang2-modules 2.2.3-2 (using
.../libslang2-modules_2.2.3-3_amd64.deb) ...
Unpacking replacement libslang2-modules ...
dpkg: warning: parsing file '/var/lib/dpkg/status' near line 1728
package 'linux-image-2.6.36-grml64':
error in Version string 'grml.02': version number does not start with digit
Setting up grub-pc (1.99~rc1-8) ...
/usr/sbin/grub-probe: error: cannot stat `aufs'.
dpkg: error processing grub-pc (--configure):
subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of grub:
grub depends on grub-pc; however:
Package grub-pc is not configured yet.
dpkg: error processing grub (--configure):
dependency problems - leaving unconfigured
Setting up libslang2-modules (2.2.3-3) ...
configured to not write apport reports
configured to not write apport reports
Setting up slsh (2.2.3-3) ...
Installing new version of config file /etc/slsh.rc ...
Errors were encountered while processing:
grub-pc
grub


How can I fix? Or I can just wait for an update?
--
Best Regards,
Xi Shen (David)

http://twitter.com/davidshen84/
Michael Prokop
2011-04-11 09:23:11 UTC
Permalink
Hi Xi,

please subscribe to the mailinglist before sending mails, otherwise
it's going through list moderation and can take some time ;)
Post by Xi Shen
dpkg: warning: parsing file '/var/lib/dpkg/status' near line 1728
error in Version string 'grml.02': version number does not start with digit
(Reading database ... 21612 files and directories currently installed.)
Preparing to replace libslang2 2.2.3-2 (using
.../libslang2_2.2.3-3_amd64.deb) ...
Unpacking replacement libslang2 ...
dpkg: warning: parsing file '/var/lib/dpkg/status' near line 1728
error in Version string 'grml.02': version number does not start with digit
Setting up libslang2 (2.2.3-3) ...
dpkg: warning: parsing file '/var/lib/dpkg/status' near line 1728
error in Version string 'grml.02': version number does not start with digit
(Reading database ... 21612 files and directories currently installed.)
Whereas those look like errors they're actually just warnings, see
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620566 and
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620699

[...]
Post by Xi Shen
/usr/sbin/grub-probe: error: cannot stat `aufs'.
subprocess installed post-installation script returned error exit status 1
[...]

We'd have to know what your 'aufs' mount looks like,
seems to be a problem with your setup/configuration.

BTW: Please note that grml2hd installations are NOT supported and
you should be able to deal with Debian/unstable.

regards,
-mika-
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
URL: <http://lists.mur.at/pipermail/grml/attachments/20110411/62524f62/attachment.pgp>
Ulrich Dangel
2011-04-11 09:24:14 UTC
Permalink
* Xi Shen wrote [08.04.11 13:27]:
Hi,
Post by Xi Shen
Hi,
See
http://blog.grml.org/archives/353-Grml-kernels-cant-be-installed-with-dpkg-1.16.0.html
for the problem description.

But you seem to have two different kind of problems. One is the dpkg
warning message. You can get rid of it with installing the latest grml
kernel from the grml testing repostory.
Post by Xi Shen
error in Version string 'grml.02': version number does not start with digit
Setting up grub-pc (1.99~rc1-8) ...
/usr/sbin/grub-probe: error: cannot stat `aufs'.
subprocess installed post-installation script returned error exit status 1
Package grub-pc is not configured yet.
dependency problems - leaving unconfigured
Setting up libslang2-modules (2.2.3-3) ...
configured to not write apport reports
configured to not write apport reports
Setting up slsh (2.2.3-3) ...
Installing new version of config file /etc/slsh.rc ...
grub-pc
grub
It seems that you want to upgrade your iso image via apt-get upgrade. I
assume you have setup a persistent partition and want to update your usb
stick. This does not work with grub as it tries to load the support for
your specific fs (in your case aufs) which does not exist and exists.

I dont know a solution you just may uninstall grub and just install a
dummy package (equivs) to resolve the dependencies of the kernel image.

Ulrich
--
twitter: @mr_ud | identica: @mru
IRCNet: mru | freenode: mrud
Ulrich Dangel
2011-04-11 11:31:00 UTC
Permalink
* Xi Shen wrote [11.04.11 12:32]:
Hi,

Please always reply to the list (reply to all/list reply) as others may
also help you and need the information you provided to me.
Yes, I am using a USB pen drive, and I have persistent setup.
So, updating grub on usb pen drive is not supposed to work? Then how
can we update it?
You can replace the squashfs file direclty with a version from a daily
image.

Please note that i am no using the persisency feature myself, maybe
other have better ideas.

Ulrich
Michael Prokop
2011-04-11 11:36:33 UTC
Permalink
Post by Ulrich Dangel
Yes, I am using a USB pen drive, and I have persistent setup.
So, updating grub on usb pen drive is not supposed to work? Then how
can we update it?
You can replace the squashfs file direclty with a version from a daily
image.
ACK.

We should maybe investigate the grup-pc issue on live system
upgrades and find a way how to prevent it from erroring out.

regards,
-mika-
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
URL: <http://lists.mur.at/pipermail/grml/attachments/20110411/8fc8dec6/attachment.pgp>
Xi Shen
2011-04-11 12:03:07 UTC
Permalink
I see, thanks.

Thanks,
David
Post by Michael Prokop
Post by Ulrich Dangel
Yes, I am using a USB pen drive, and I have persistent setup.
So, updating grub on usb pen drive is not supposed to work? Then how
can we update it?
You can replace the squashfs file direclty with a version from a daily
image.
ACK.
We should maybe investigate the grup-pc issue on live system
upgrades and find a way how to prevent it from erroring out.
regards,
-mika-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mur.at/pipermail/grml/attachments/20110411/72dd469d/attachment.html>
Xi Shen
2011-04-11 12:03:07 UTC
Permalink
I see, thanks.

Thanks,
David
Post by Michael Prokop
Post by Ulrich Dangel
Yes, I am using a USB pen drive, and I have persistent setup.
So, updating grub on usb pen drive is not supposed to work? Then how
can we update it?
You can replace the squashfs file direclty with a version from a daily
image.
ACK.
We should maybe investigate the grup-pc issue on live system
upgrades and find a way how to prevent it from erroring out.
regards,
-mika-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ml.grml.org/pipermail/grml/attachments/20110411/72dd469d/attachment-0002.html>
Xi Shen
2011-04-11 12:03:07 UTC
Permalink
I see, thanks.

Thanks,
David
Post by Michael Prokop
Post by Ulrich Dangel
Yes, I am using a USB pen drive, and I have persistent setup.
So, updating grub on usb pen drive is not supposed to work? Then how
can we update it?
You can replace the squashfs file direclty with a version from a daily
image.
ACK.
We should maybe investigate the grup-pc issue on live system
upgrades and find a way how to prevent it from erroring out.
regards,
-mika-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ml.grml.org/pipermail/grml/attachments/20110411/72dd469d/attachment-0003.html>
Michael Prokop
2011-04-11 11:36:33 UTC
Permalink
Post by Ulrich Dangel
Yes, I am using a USB pen drive, and I have persistent setup.
So, updating grub on usb pen drive is not supposed to work? Then how
can we update it?
You can replace the squashfs file direclty with a version from a daily
image.
ACK.

We should maybe investigate the grup-pc issue on live system
upgrades and find a way how to prevent it from erroring out.

regards,
-mika-
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
URL: <http://ml.grml.org/pipermail/grml/attachments/20110411/8fc8dec6/attachment-0002.pgp>
Michael Prokop
2011-04-11 11:36:33 UTC
Permalink
Post by Ulrich Dangel
Yes, I am using a USB pen drive, and I have persistent setup.
So, updating grub on usb pen drive is not supposed to work? Then how
can we update it?
You can replace the squashfs file direclty with a version from a daily
image.
ACK.

We should maybe investigate the grup-pc issue on live system
upgrades and find a way how to prevent it from erroring out.

regards,
-mika-
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
URL: <http://ml.grml.org/pipermail/grml/attachments/20110411/8fc8dec6/attachment-0003.pgp>
Ulrich Dangel
2011-04-11 11:31:00 UTC
Permalink
* Xi Shen wrote [11.04.11 12:32]:
Hi,

Please always reply to the list (reply to all/list reply) as others may
also help you and need the information you provided to me.
Yes, I am using a USB pen drive, and I have persistent setup.
So, updating grub on usb pen drive is not supposed to work? Then how
can we update it?
You can replace the squashfs file direclty with a version from a daily
image.

Please note that i am no using the persisency feature myself, maybe
other have better ideas.

Ulrich
Ulrich Dangel
2011-04-11 11:31:00 UTC
Permalink
* Xi Shen wrote [11.04.11 12:32]:
Hi,

Please always reply to the list (reply to all/list reply) as others may
also help you and need the information you provided to me.
Yes, I am using a USB pen drive, and I have persistent setup.
So, updating grub on usb pen drive is not supposed to work? Then how
can we update it?
You can replace the squashfs file direclty with a version from a daily
image.

Please note that i am no using the persisency feature myself, maybe
other have better ideas.

Ulrich
Xi Shen
2011-04-08 11:27:41 UTC
Permalink
Hi,

I ran 'apt-get update' then 'apt-get upgrade', and I got the following error:

dpkg: warning: parsing file '/var/lib/dpkg/status' near line 1728
package 'linux-image-2.6.36-grml64':
error in Version string 'grml.02': version number does not start with digit
(Reading database ... 21612 files and directories currently installed.)
Preparing to replace libslang2 2.2.3-2 (using
.../libslang2_2.2.3-3_amd64.deb) ...
Unpacking replacement libslang2 ...
dpkg: warning: parsing file '/var/lib/dpkg/status' near line 1728
package 'linux-image-2.6.36-grml64':
error in Version string 'grml.02': version number does not start with digit
Setting up libslang2 (2.2.3-3) ...
dpkg: warning: parsing file '/var/lib/dpkg/status' near line 1728
package 'linux-image-2.6.36-grml64':
error in Version string 'grml.02': version number does not start with digit
(Reading database ... 21612 files and directories currently installed.)
Preparing to replace slsh 2.2.3-2 (using .../slsh_2.2.3-3_amd64.deb) ...
Unpacking replacement slsh ...
Preparing to replace libslang2-modules 2.2.3-2 (using
.../libslang2-modules_2.2.3-3_amd64.deb) ...
Unpacking replacement libslang2-modules ...
dpkg: warning: parsing file '/var/lib/dpkg/status' near line 1728
package 'linux-image-2.6.36-grml64':
error in Version string 'grml.02': version number does not start with digit
Setting up grub-pc (1.99~rc1-8) ...
/usr/sbin/grub-probe: error: cannot stat `aufs'.
dpkg: error processing grub-pc (--configure):
subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of grub:
grub depends on grub-pc; however:
Package grub-pc is not configured yet.
dpkg: error processing grub (--configure):
dependency problems - leaving unconfigured
Setting up libslang2-modules (2.2.3-3) ...
configured to not write apport reports
configured to not write apport reports
Setting up slsh (2.2.3-3) ...
Installing new version of config file /etc/slsh.rc ...
Errors were encountered while processing:
grub-pc
grub


How can I fix? Or I can just wait for an update?
--
Best Regards,
Xi Shen (David)

http://twitter.com/davidshen84/
Michael Prokop
2011-04-11 09:23:11 UTC
Permalink
Hi Xi,

please subscribe to the mailinglist before sending mails, otherwise
it's going through list moderation and can take some time ;)
Post by Xi Shen
dpkg: warning: parsing file '/var/lib/dpkg/status' near line 1728
error in Version string 'grml.02': version number does not start with digit
(Reading database ... 21612 files and directories currently installed.)
Preparing to replace libslang2 2.2.3-2 (using
.../libslang2_2.2.3-3_amd64.deb) ...
Unpacking replacement libslang2 ...
dpkg: warning: parsing file '/var/lib/dpkg/status' near line 1728
error in Version string 'grml.02': version number does not start with digit
Setting up libslang2 (2.2.3-3) ...
dpkg: warning: parsing file '/var/lib/dpkg/status' near line 1728
error in Version string 'grml.02': version number does not start with digit
(Reading database ... 21612 files and directories currently installed.)
Whereas those look like errors they're actually just warnings, see
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620566 and
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620699

[...]
Post by Xi Shen
/usr/sbin/grub-probe: error: cannot stat `aufs'.
subprocess installed post-installation script returned error exit status 1
[...]

We'd have to know what your 'aufs' mount looks like,
seems to be a problem with your setup/configuration.

BTW: Please note that grml2hd installations are NOT supported and
you should be able to deal with Debian/unstable.

regards,
-mika-
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
URL: <http://ml.grml.org/pipermail/grml/attachments/20110411/62524f62/attachment-0002.pgp>
Ulrich Dangel
2011-04-11 09:24:14 UTC
Permalink
* Xi Shen wrote [08.04.11 13:27]:
Hi,
Post by Xi Shen
Hi,
See
http://blog.grml.org/archives/353-Grml-kernels-cant-be-installed-with-dpkg-1.16.0.html
for the problem description.

But you seem to have two different kind of problems. One is the dpkg
warning message. You can get rid of it with installing the latest grml
kernel from the grml testing repostory.
Post by Xi Shen
error in Version string 'grml.02': version number does not start with digit
Setting up grub-pc (1.99~rc1-8) ...
/usr/sbin/grub-probe: error: cannot stat `aufs'.
subprocess installed post-installation script returned error exit status 1
Package grub-pc is not configured yet.
dependency problems - leaving unconfigured
Setting up libslang2-modules (2.2.3-3) ...
configured to not write apport reports
configured to not write apport reports
Setting up slsh (2.2.3-3) ...
Installing new version of config file /etc/slsh.rc ...
grub-pc
grub
It seems that you want to upgrade your iso image via apt-get upgrade. I
assume you have setup a persistent partition and want to update your usb
stick. This does not work with grub as it tries to load the support for
your specific fs (in your case aufs) which does not exist and exists.

I dont know a solution you just may uninstall grub and just install a
dummy package (equivs) to resolve the dependencies of the kernel image.

Ulrich
--
twitter: @mr_ud | identica: @mru
IRCNet: mru | freenode: mrud
Xi Shen
2011-04-08 11:27:41 UTC
Permalink
Hi,

I ran 'apt-get update' then 'apt-get upgrade', and I got the following error:

dpkg: warning: parsing file '/var/lib/dpkg/status' near line 1728
package 'linux-image-2.6.36-grml64':
error in Version string 'grml.02': version number does not start with digit
(Reading database ... 21612 files and directories currently installed.)
Preparing to replace libslang2 2.2.3-2 (using
.../libslang2_2.2.3-3_amd64.deb) ...
Unpacking replacement libslang2 ...
dpkg: warning: parsing file '/var/lib/dpkg/status' near line 1728
package 'linux-image-2.6.36-grml64':
error in Version string 'grml.02': version number does not start with digit
Setting up libslang2 (2.2.3-3) ...
dpkg: warning: parsing file '/var/lib/dpkg/status' near line 1728
package 'linux-image-2.6.36-grml64':
error in Version string 'grml.02': version number does not start with digit
(Reading database ... 21612 files and directories currently installed.)
Preparing to replace slsh 2.2.3-2 (using .../slsh_2.2.3-3_amd64.deb) ...
Unpacking replacement slsh ...
Preparing to replace libslang2-modules 2.2.3-2 (using
.../libslang2-modules_2.2.3-3_amd64.deb) ...
Unpacking replacement libslang2-modules ...
dpkg: warning: parsing file '/var/lib/dpkg/status' near line 1728
package 'linux-image-2.6.36-grml64':
error in Version string 'grml.02': version number does not start with digit
Setting up grub-pc (1.99~rc1-8) ...
/usr/sbin/grub-probe: error: cannot stat `aufs'.
dpkg: error processing grub-pc (--configure):
subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of grub:
grub depends on grub-pc; however:
Package grub-pc is not configured yet.
dpkg: error processing grub (--configure):
dependency problems - leaving unconfigured
Setting up libslang2-modules (2.2.3-3) ...
configured to not write apport reports
configured to not write apport reports
Setting up slsh (2.2.3-3) ...
Installing new version of config file /etc/slsh.rc ...
Errors were encountered while processing:
grub-pc
grub


How can I fix? Or I can just wait for an update?
--
Best Regards,
Xi Shen (David)

http://twitter.com/davidshen84/
Michael Prokop
2011-04-11 09:23:11 UTC
Permalink
Hi Xi,

please subscribe to the mailinglist before sending mails, otherwise
it's going through list moderation and can take some time ;)
Post by Xi Shen
dpkg: warning: parsing file '/var/lib/dpkg/status' near line 1728
error in Version string 'grml.02': version number does not start with digit
(Reading database ... 21612 files and directories currently installed.)
Preparing to replace libslang2 2.2.3-2 (using
.../libslang2_2.2.3-3_amd64.deb) ...
Unpacking replacement libslang2 ...
dpkg: warning: parsing file '/var/lib/dpkg/status' near line 1728
error in Version string 'grml.02': version number does not start with digit
Setting up libslang2 (2.2.3-3) ...
dpkg: warning: parsing file '/var/lib/dpkg/status' near line 1728
error in Version string 'grml.02': version number does not start with digit
(Reading database ... 21612 files and directories currently installed.)
Whereas those look like errors they're actually just warnings, see
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620566 and
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620699

[...]
Post by Xi Shen
/usr/sbin/grub-probe: error: cannot stat `aufs'.
subprocess installed post-installation script returned error exit status 1
[...]

We'd have to know what your 'aufs' mount looks like,
seems to be a problem with your setup/configuration.

BTW: Please note that grml2hd installations are NOT supported and
you should be able to deal with Debian/unstable.

regards,
-mika-
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
URL: <http://ml.grml.org/pipermail/grml/attachments/20110411/62524f62/attachment-0003.pgp>
Ulrich Dangel
2011-04-11 09:24:14 UTC
Permalink
* Xi Shen wrote [08.04.11 13:27]:
Hi,
Post by Xi Shen
Hi,
See
http://blog.grml.org/archives/353-Grml-kernels-cant-be-installed-with-dpkg-1.16.0.html
for the problem description.

But you seem to have two different kind of problems. One is the dpkg
warning message. You can get rid of it with installing the latest grml
kernel from the grml testing repostory.
Post by Xi Shen
error in Version string 'grml.02': version number does not start with digit
Setting up grub-pc (1.99~rc1-8) ...
/usr/sbin/grub-probe: error: cannot stat `aufs'.
subprocess installed post-installation script returned error exit status 1
Package grub-pc is not configured yet.
dependency problems - leaving unconfigured
Setting up libslang2-modules (2.2.3-3) ...
configured to not write apport reports
configured to not write apport reports
Setting up slsh (2.2.3-3) ...
Installing new version of config file /etc/slsh.rc ...
grub-pc
grub
It seems that you want to upgrade your iso image via apt-get upgrade. I
assume you have setup a persistent partition and want to update your usb
stick. This does not work with grub as it tries to load the support for
your specific fs (in your case aufs) which does not exist and exists.

I dont know a solution you just may uninstall grub and just install a
dummy package (equivs) to resolve the dependencies of the kernel image.

Ulrich
--
twitter: @mr_ud | identica: @mru
IRCNet: mru | freenode: mrud
Loading...