[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

/bin/bash: bad interpreter: Numerical result out of range



hi!

gegeben sei ein QEMU/KVM gast mit Debian Jessie und dem home mit hilfe
von 9p gemountet. (der host ist noch auf Wheezy.)

tux@vmdropin:~$ uname -a
Linux vmdropin 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt9-3~deb8u1
(2015-04-24) x86_64 GNU/Linux

tux@vmdropin:~$ mount | grep home
/virtfs/home on /home type 9p
(rw,relatime,sync,dirsync,trans=virtio,version=9p2000.L)

seit dem upgrade auf Jessie erhalte ich bei ausführung von bash aber
auch von perl skripten im home folgende fehlermeldung. sonst überall
anders funktionieren die skripte.

tux@vmdropin:~$ ./hello_world.sh
-bash: ./hello_world.sh: /bin/bash: bad interpreter: Numerical result
out of range
tux@vmdropin:~$ ./hello_world.pl
-bash: ./hello_world.pl: /usr/bin/perl: bad interpreter: Numerical
result out of range

ohne zuhilfenahme des shebang funktionierts.

tux@vmdropin:~$ bash ./hello_world.sh
hello world
tux@vmdropin:~$ perl ./hello_world.pl
hello world


man findet dazu zwar einen haufen (alter) meldungen, aber eigentlich
keine lösung.
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1242211
http://lists.gnu.org/archive/html/qemu-discuss/2013-11/msg00009.html
http://www.spinics.net/lists/kvm/msg96477.html
https://www.mail-archive.com/kvm@vger.kernel.org/msg95821.html
https://bugs.archlinux.org/task/36992

ausser hier https://bugzilla.novell.com/show_bug.cgi?id=861051 da solls
mit 3.11.10 gelöst sein, scheint aber nicht so.


irgendwer eine idee ob das bei mir eventuell doch ein anderes problem
sein könnte oder ist das in Debians aktuellem kernel einfach nicht gepatcht?

vielen dank & gre3tings, Klaus


Reply to: