public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] (mostly) good news!
@ 2005-12-09 23:59 maxim wexler
  2005-12-10  0:54 ` Dale
  0 siblings, 1 reply; 13+ messages in thread
From: maxim wexler @ 2005-12-09 23:59 UTC (permalink / raw
  To: gentoo-user

Hello everybody,

Imagine my relief and joy when the boot process sailed
past the point of no return and dropped me into my new
gentoo environment on a heretofore unreachable SATA
partition.

What I did was, after chrooting to it, I ran pon then
emerge --sync && emerge -Du system && emerge -Du
gentoo-sources. Phew! 24 hours -- no phone!

I'm now using the 2.6.14-r4 kernel. As opposed to the
*r2 which didn't seem to work

--the bad news

Using my grub floppy I can get in but PPP balks at:
...
pppd: Serial connection established
pppd: Couldn't set tty to PPP discipline: Invalid
argument.
...
and it hangs up.

The only thing that's changed is that I've modularized
the PPP drivers and have to modprobe them. But all the
config files: resolv, secrets etc are the same as
before when I would boot the LiveCD, mount and chroot
to the SATA partition /dev/sda6 which held my
fully(except for the booting part) functioning OS, and
from where the web was accessible via pon and PPP.

So I'm still stuck as far as using web is concerned
with the OS on my IDE drive where pon also works a la
sudo.

Here's grep "=[ym]" for the new kernel in case some
sharp-eyed soul might see the source of my difficulty.
Or even of my triumph over non-bootingness since at
best I was making educated guesses about what works
and what doesn't :)

CONFIG_X86=y
CONFIG_SEMAPHORE_SLEEPERS=y
CONFIG_MMU=y
CONFIG_UID16=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_IOMAP=y
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
CONFIG_EXPERIMENTAL=y
CONFIG_CLEAN_COMPILE=y
CONFIG_BROKEN_ON_SMP=y
CONFIG_LOCK_KERNEL=y
CONFIG_LOCALVERSION_AUTO=y
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_POSIX_MQUEUE=y
CONFIG_SYSCTL=y
CONFIG_AUDIT=y
CONFIG_AUDITSYSCALL=y
CONFIG_HOTPLUG=y
CONFIG_KOBJECT_UEVENT=y
CONFIG_KALLSYMS=y
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_EPOLL=y
CONFIG_SHMEM=y
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
CONFIG_OBSOLETE_MODPARM=y
CONFIG_KMOD=y
CONFIG_X86_PC=y
CONFIG_M586=y
CONFIG_X86_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_X86_PPRO_FENCE=y
CONFIG_X86_F00F_BUG=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_ALIGNMENT_16=y
CONFIG_PREEMPT=y
CONFIG_PREEMPT_BKL=y
CONFIG_X86_UP_APIC=y
CONFIG_X86_UP_IOAPIC=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
CONFIG_X86_MCE=y
CONFIG_X86_CPUID=m
CONFIG_DCDBAS=m
CONFIG_NOHIGHMEM=y
CONFIG_SELECT_MEMORY_MODEL=y
CONFIG_FLATMEM_MANUAL=y
CONFIG_FLATMEM=y
CONFIG_FLAT_NODE_MEM_MAP=y
CONFIG_MTRR=y
CONFIG_SECCOMP=y
CONFIG_HZ_250=y
CONFIG_PM=y
CONFIG_ACPI=y
CONFIG_ACPI_FAN=m
CONFIG_ACPI_PROCESSOR=m
CONFIG_ACPI_THERMAL=m
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_SYSTEM=y
CONFIG_PCI=y
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_MMCONFIG=y
CONFIG_ISA_DMA_API=y
CONFIG_HOTPLUG_PCI=m
CONFIG_HOTPLUG_PCI_FAKE=m
CONFIG_HOTPLUG_PCI_ACPI=m
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_AOUT=m
CONFIG_BINFMT_MISC=m
CONFIG_NET=y
CONFIG_PACKET=m
CONFIG_UNIX=m
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
CONFIG_IP_FIB_HASH=y
CONFIG_TCP_CONG_BIC=y
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=m
CONFIG_CONNECTOR=m
CONFIG_PARPORT=m
CONFIG_PARPORT_PC=m
CONFIG_PARPORT_SERIAL=m
CONFIG_PARPORT_1284=y
CONFIG_BLK_DEV_FD=y
CONFIG_BLK_DEV_LOOP=m
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_AS=m
CONFIG_IOSCHED_DEADLINE=m
CONFIG_IOSCHED_CFQ=m
CONFIG_IDE=y
CONFIG_BLK_DEV_IDE=y
CONFIG_BLK_DEV_IDEDISK=m
CONFIG_BLK_DEV_IDECD=y
CONFIG_IDE_GENERIC=y
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_IDEPCI_SHARE_IRQ=y
CONFIG_BLK_DEV_GENERIC=m
CONFIG_BLK_DEV_IDEDMA_PCI=y
CONFIG_BLK_DEV_AMD74XX=y
CONFIG_BLK_DEV_SIIMAGE=y
CONFIG_BLK_DEV_IDEDMA=y
CONFIG_SCSI=y
CONFIG_BLK_DEV_SD=y
CONFIG_SCSI_SATA=y
CONFIG_SCSI_SATA_NV=y
CONFIG_SCSI_SATA_SIL=y
CONFIG_SCSI_QLA2XXX=y
CONFIG_IEEE1394=y
CONFIG_IEEE1394_OHCI1394=y
CONFIG_IEEE1394_RAWIO=y
CONFIG_NETDEVICES=y
CONFIG_DUMMY=m
CONFIG_NET_ETHERNET=y
CONFIG_MII=m
CONFIG_NET_PCI=y
CONFIG_FORCEDETH=m
CONFIG_S2IO=m
CONFIG_PLIP=m
CONFIG_PPP=m
CONFIG_SLIP=m
CONFIG_INPUT=y
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
CONFIG_SERIO_LIBPS2=y
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_CORE=y
CONFIG_UNIX98_PTYS=y
CONFIG_PRINTER=m
CONFIG_NVRAM=m
CONFIG_RTC=m
CONFIG_GEN_RTC=m
CONFIG_AGP=m
CONFIG_AGP_NVIDIA=m
CONFIG_DRM=m
CONFIG_DRM_RADEON=m
CONFIG_I2C=m
CONFIG_I2C_ALGOBIT=m
CONFIG_FB=m
CONFIG_FB_CFB_FILLRECT=m
CONFIG_FB_CFB_COPYAREA=m
CONFIG_FB_CFB_IMAGEBLIT=m
CONFIG_FB_SOFT_CURSOR=m
CONFIG_FB_MODE_HELPERS=y
CONFIG_FB_NVIDIA=m
CONFIG_FB_NVIDIA_I2C=y
CONFIG_FB_RADEON_OLD=m
CONFIG_FB_RADEON=m
CONFIG_FB_RADEON_I2C=y
CONFIG_FB_RADEON_DEBUG=y
CONFIG_VGA_CONSOLE=y
CONFIG_DUMMY_CONSOLE=y
CONFIG_SOUND=m
CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_RAWMIDI=m
CONFIG_SND_SEQUENCER=m
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
CONFIG_SND_SEQUENCER_OSS=y
CONFIG_SND_AC97_CODEC=m
CONFIG_SND_AC97_BUS=m
CONFIG_SND_ENS1370=m
CONFIG_SND_ENS1371=m
CONFIG_SND_INTEL8X0=m
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB=m
CONFIG_USB_DEVICEFS=y
CONFIG_USB_EHCI_HCD=m
CONFIG_USB_OHCI_HCD=m
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
CONFIG_USB_UHCI_HCD=m
CONFIG_USB_STORAGE=m
CONFIG_USB_HID=m
CONFIG_USB_HIDINPUT=y
CONFIG_USB_HIDDEV=y
CONFIG_EXT2_FS=y
CONFIG_REISERFS_FS=y
CONFIG_INOTIFY=y
CONFIG_DNOTIFY=y
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
CONFIG_UDF_FS=m
CONFIG_UDF_NLS=y
CONFIG_FAT_FS=m
CONFIG_MSDOS_FS=m
CONFIG_VFAT_FS=m
CONFIG_NTFS_FS=y
CONFIG_NTFS_DEBUG=y
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
CONFIG_RAMFS=y
CONFIG_SQUASHFS=m
CONFIG_NFS_FS=m
CONFIG_NFSD=m
CONFIG_NFSD_TCP=y
CONFIG_LOCKD=m
CONFIG_EXPORTFS=m
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=m
CONFIG_MSDOS_PARTITION=y
CONFIG_NLS=y
CONFIG_NLS_CODEPAGE_437=y
CONFIG_NLS_ISO8859_1=y
CONFIG_DEBUG_KERNEL=y
CONFIG_DEBUG_PREEMPT=y
CONFIG_DEBUG_BUGVERBOSE=y
CONFIG_DEBUG_INFO=y
CONFIG_DEBUG_FS=y
CONFIG_FRAME_POINTER=y
CONFIG_EARLY_PRINTK=y
CONFIG_KPROBES=y
CONFIG_X86_FIND_SMP_CONFIG=y
CONFIG_X86_MPPARSE=y
CONFIG_CRC32=y
CONFIG_LIBCRC32C=m
CONFIG_ZLIB_INFLATE=m
CONFIG_GENERIC_HARDIRQS=y
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_X86_BIOS_REBOOT=y
CONFIG_PC=y


-mw



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-user] (mostly) good news!
  2005-12-09 23:59 [gentoo-user] (mostly) good news! maxim wexler
@ 2005-12-10  0:54 ` Dale
  2005-12-10  4:54   ` maxim wexler
  2005-12-11 13:45   ` [gentoo-user] bad interpreter cucu ionut cristian
  0 siblings, 2 replies; 13+ messages in thread
From: Dale @ 2005-12-10  0:54 UTC (permalink / raw
  To: gentoo-user

maxim wexler wrote:

>Hello everybody,
>
>Imagine my relief and joy when the boot process sailed
>past the point of no return and dropped me into my new
>gentoo environment on a heretofore unreachable SATA
>partition.
>
>What I did was, after chrooting to it, I ran pon then
>emerge --sync && emerge -Du system && emerge -Du
>gentoo-sources. Phew! 24 hours -- no phone!
>
>I'm now using the 2.6.14-r4 kernel. As opposed to the
>*r2 which didn't seem to work
>
>--the bad news
>
>Using my grub floppy I can get in but PPP balks at:
>...
>pppd: Serial connection established
>pppd: Couldn't set tty to PPP discipline: Invalid
>argument.
>...
>and it hangs up.
>
>The only thing that's changed is that I've modularized
>the PPP drivers and have to modprobe them. But all the
>config files: resolv, secrets etc are the same as
>before when I would boot the LiveCD, mount and chroot
>to the SATA partition /dev/sda6 which held my
>fully(except for the booting part) functioning OS, and
>from where the web was accessible via pon and PPP.
>
>So I'm still stuck as far as using web is concerned
>with the OS on my IDE drive where pon also works a la
>sudo.
>
>Here's grep "=[ym]" for the new kernel in case some
>sharp-eyed soul might see the source of my difficulty.
>Or even of my triumph over non-bootingness since at
>best I was making educated guesses about what works
>and what doesn't :)
>  
>
Well, I don't know about everybody else but I compile my ppp stuff in my
kernel.  pon and poff works fine here.  May be worth a shot.

This is how my config looks:

> <*>   PPP (point-to-point protocol) support
>  [ ]     PPP multilink support (EXPERIMENTAL)
>  [*]     PPP filtering       
> <*>     PPP support for async serial ports   
> <*>     PPP support for sync tty ports
>  <*>     PPP Deflate compression    
> <*>     PPP BSD-Compress compression  

That is from the config screen itself, not the .config file.

Dale
:-)


-- 
To err is human, I'm most certainly human.

I have four rigs:

1:  Home built; Abit NF7 ver 2.0 w/ AMD 2500+ CPU, 1GB of ram and right now two 80GB hard drives.  
2:  Home built; Iwill KK266-R w/ AMD 1GHz CPU, 256MBs of ram and a 4GB drive.
3:  Home built; Gigabyte GA-71XE4 w/ 800MHz CPU, 128MBs of ram and a 2.5GB drive.
4:  Compaq Proliant 6000 Server w/ Quad 200MHz CPUs, 128MBs of ram and a 4.3GB SCSI drive.

All run Gentoo, all run folding. #1 is my desktop, 2, 3, and 4 are set up as servers.  

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-user] (mostly) good news!
  2005-12-10  0:54 ` Dale
@ 2005-12-10  4:54   ` maxim wexler
  2005-12-10  9:04     ` Dale
  2005-12-11 13:45   ` [gentoo-user] bad interpreter cucu ionut cristian
  1 sibling, 1 reply; 13+ messages in thread
From: maxim wexler @ 2005-12-10  4:54 UTC (permalink / raw
  To: gentoo-user

> Well, I don't know about everybody else but I
> compile my ppp stuff in my
> kernel.  pon and poff works fine here.  May be worth
> a shot.

hehe. We're both wrong. I had overlooked
CONFIG_PPP_ASYNC; after compiling it as a module and
modprobing it I was able to reach the web.
> 



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-user] (mostly) good news!
  2005-12-10  4:54   ` maxim wexler
@ 2005-12-10  9:04     ` Dale
  0 siblings, 0 replies; 13+ messages in thread
From: Dale @ 2005-12-10  9:04 UTC (permalink / raw
  To: gentoo-user

maxim wexler wrote:

>>Well, I don't know about everybody else but I
>>compile my ppp stuff in my
>>kernel.  pon and poff works fine here.  May be worth
>>a shot.
>>    
>>
>
>hehe. We're both wrong. I had overlooked
>CONFIG_PPP_ASYNC; after compiling it as a module and
>modprobing it I was able to reach the web.
>  
>
> 
>  
>
My kernel does not have that.  I did a search.  It was not wrong, it's
just different ways of doing things.  When I have something that does
not work, I find someone with it that it does work for then try to do
that way.

Honestly though, the only modules I have is nvidia and my hardware
sensors,  I made them as modules because they lock up after a while and
I can reset them without rebooting.

Glad you got it going though.

Dale
:-)

-- 
To err is human, I'm most certainly human.

I have four rigs:

1:  Home built; Abit NF7 ver 2.0 w/ AMD 2500+ CPU, 1GB of ram and right now two 80GB hard drives.  
2:  Home built; Iwill KK266-R w/ AMD 1GHz CPU, 256MBs of ram and a 4GB drive.
3:  Home built; Gigabyte GA-71XE4 w/ 800MHz CPU, 128MBs of ram and a 2.5GB drive.
4:  Compaq Proliant 6000 Server w/ Quad 200MHz CPUs, 128MBs of ram and a 4.3GB SCSI drive.

All run Gentoo, all run folding. #1 is my desktop, 2, 3, and 4 are set up as servers.  

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-user] bad interpreter
  2005-12-11 13:45   ` [gentoo-user] bad interpreter cucu ionut cristian
@ 2005-12-11 13:14     ` Rafael Fernández López
  2005-12-11 14:19       ` Uwe Thiem
  2005-12-11 15:21       ` cucu ionut cristian
  2005-12-11 14:11     ` Uwe Thiem
                       ` (2 subsequent siblings)
  3 siblings, 2 replies; 13+ messages in thread
From: Rafael Fernández López @ 2005-12-11 13:14 UTC (permalink / raw
  To: gentoo-user

Have you read Building steps ??

http://live.gnome.org/Luminocity

Requirements: a Mar 25, 2005 or newer jhbuild (see the "Getting jhbuild"
below if you have not already used jhbuild); glib 2.6 or add glib (this
requires you have docbook-style-xsl installed) before xserver in the
jhbuild build command below.

Run: jhbuild build xserver luminocity

There are some issues with "DAMAGE" in the xserver module. You need to
apply a small patch that hacks around some issues, and rebuild the xserver
module. You can get the patch from
http://www.gnome.org/~seth/xserver.patch . If you do not apply this patch,
wobbly windows will probably run very slowly.

Run: patch -p0 < xserver.patch from inside the xserver source directory

Run: jhbuild buildone -n xserver to rebuild the xserver with the patch
included

Bye,
Rafael Fernández López.

> tryng to install various aplications that wore not in portage found the
> folowing error: bad interpreter: Permission denied
> As I remeber i got this error tring to install luminocity and now e17
> modules; concrete: trying moon from e17 tar xfvz and then ./autogen.sh
> gives me: bash: ./autogen.sh: /bin/sh: bad interpreter: Permision denied
> i'm doing sh ./autogen.sh and then
>  sh ./autogen.sh
> Running aclocal...
> Running autoheader...
> Running autoconf...
> Running libtoolize...
> Running automake...
> ./autogen.sh: ./configure: /bin/sh: bad interpreter: Permission denied
> Again same thing doing it as root so what to do?
>
> --
> gentoo-user@gentoo.org mailing list
>
>


-- 
"A la vista de suficientes ojos todos los errores resultan evidentes" -
Linus Torvalds
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 13+ messages in thread

* [gentoo-user] bad interpreter
  2005-12-10  0:54 ` Dale
  2005-12-10  4:54   ` maxim wexler
@ 2005-12-11 13:45   ` cucu ionut cristian
  2005-12-11 13:14     ` Rafael Fernández López
                       ` (3 more replies)
  1 sibling, 4 replies; 13+ messages in thread
From: cucu ionut cristian @ 2005-12-11 13:45 UTC (permalink / raw
  To: gentoo-user

tryng to install various aplications that wore not in portage found the
folowing error: bad interpreter: Permission denied
As I remeber i got this error tring to install luminocity and now e17
modules; concrete: trying moon from e17 tar xfvz and then ./autogen.sh
gives me: bash: ./autogen.sh: /bin/sh: bad interpreter: Permision denied
i'm doing sh ./autogen.sh and then 
 sh ./autogen.sh
Running aclocal...
Running autoheader...
Running autoconf...
Running libtoolize...
Running automake...
./autogen.sh: ./configure: /bin/sh: bad interpreter: Permission denied
Again same thing doing it as root so what to do?

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-user] bad interpreter
  2005-12-11 13:45   ` [gentoo-user] bad interpreter cucu ionut cristian
  2005-12-11 13:14     ` Rafael Fernández López
@ 2005-12-11 14:11     ` Uwe Thiem
  2005-12-11 15:23       ` cucu ionut cristian
  2005-12-11 14:55     ` Eugene Rosenzweig
  2005-12-11 15:51     ` Matthias Langer
  3 siblings, 1 reply; 13+ messages in thread
From: Uwe Thiem @ 2005-12-11 14:11 UTC (permalink / raw
  To: gentoo-user

On 11 December 2005 15:45, cucu ionut cristian wrote:
> tryng to install various aplications that wore not in portage found the
> folowing error: bad interpreter: Permission denied
> As I remeber i got this error tring to install luminocity and now e17
> modules; concrete: trying moon from e17 tar xfvz and then ./autogen.sh
> gives me: bash: ./autogen.sh: /bin/sh: bad interpreter: Permision denied
> i'm doing sh ./autogen.sh and then
>  sh ./autogen.sh
> Running aclocal...
> Running autoheader...
> Running autoconf...
> Running libtoolize...
> Running automake...
> ./autogen.sh: ./configure: /bin/sh: bad interpreter: Permission denied
> Again same thing doing it as root so what to do?

Is /bin/sh a symlink to /bin/bash?
If so, is /bin/sh executable?

I guess /bin/bash *is* executable. Otherwise, you wouldn't be able to run a 
shell at all. But just in case: Check whether it is.

Uwe

-- 
Unix is sexy:
who | grep -i blonde | date
cd ~; unzip; touch; strip; finger
mount; gasp; yes; uptime; umount
sleep
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-user] bad interpreter
  2005-12-11 13:14     ` Rafael Fernández López
@ 2005-12-11 14:19       ` Uwe Thiem
  2005-12-11 15:21       ` cucu ionut cristian
  1 sibling, 0 replies; 13+ messages in thread
From: Uwe Thiem @ 2005-12-11 14:19 UTC (permalink / raw
  To: gentoo-user

On 11 December 2005 15:14, Rafael Fernández López wrote:
> Have you read Building steps ??

[ snip ]

> There are some issues with "DAMAGE" in the xserver module. You need to
> apply a small patch that hacks around some issues, and rebuild the xserver
> module. You can get the patch from
> http://www.gnome.org/~seth/xserver.patch . If you do not apply this patch,
> wobbly windows will probably run very slowly.
>
> Run: patch -p0 < xserver.patch from inside the xserver source directory
>
> Run: jhbuild buildone -n xserver to rebuild the xserver with the patch
> included

... and what does that have to do with the error below?

Uwe

>
> Bye,
> Rafael Fernández López.
>
> > tryng to install various aplications that wore not in portage found the
> > folowing error: bad interpreter: Permission denied
> > As I remeber i got this error tring to install luminocity and now e17
> > modules; concrete: trying moon from e17 tar xfvz and then ./autogen.sh
> > gives me: bash: ./autogen.sh: /bin/sh: bad interpreter: Permision denied
> > i'm doing sh ./autogen.sh and then
> >  sh ./autogen.sh
> > Running aclocal...
> > Running autoheader...
> > Running autoconf...
> > Running libtoolize...
> > Running automake...
> > ./autogen.sh: ./configure: /bin/sh: bad interpreter: Permission denied
> > Again same thing doing it as root so what to do?
> >
> > --
> > gentoo-user@gentoo.org mailing list
>
> --
> "A la vista de suficientes ojos todos los errores resultan evidentes" -
> Linus Torvalds

-- 
Unix is sexy:
who | grep -i blonde | date
cd ~; unzip; touch; strip; finger
mount; gasp; yes; uptime; umount
sleep

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-user] bad interpreter
  2005-12-11 13:45   ` [gentoo-user] bad interpreter cucu ionut cristian
  2005-12-11 13:14     ` Rafael Fernández López
  2005-12-11 14:11     ` Uwe Thiem
@ 2005-12-11 14:55     ` Eugene Rosenzweig
  2005-12-11 15:51     ` Matthias Langer
  3 siblings, 0 replies; 13+ messages in thread
From: Eugene Rosenzweig @ 2005-12-11 14:55 UTC (permalink / raw
  To: gentoo-user

cucu ionut cristian wrote:

>tryng to install various aplications that wore not in portage found the
>folowing error: bad interpreter: Permission denied
>As I remeber i got this error tring to install luminocity and now e17
>modules; concrete: trying moon from e17 tar xfvz and then ./autogen.sh
>gives me: bash: ./autogen.sh: /bin/sh: bad interpreter: Permision denied
>i'm doing sh ./autogen.sh and then 
> sh ./autogen.sh
>Running aclocal...
>Running autoheader...
>Running autoconf...
>Running libtoolize...
>Running automake...
>./autogen.sh: ./configure: /bin/sh: bad interpreter: Permission denied
>Again same thing doing it as root so what to do?
>  
>
I've had a similar error when trying to run scripts with DOS line 
endings. Open ./configure in vi and see if it says [dos] on the status 
line and if it does type :set fileformat=unix and save. Probably not 
this though, the error I get from this is:

./test.sh
: bad interpreter: No such file or directory

Eugene.

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-user] bad interpreter
  2005-12-11 13:14     ` Rafael Fernández López
  2005-12-11 14:19       ` Uwe Thiem
@ 2005-12-11 15:21       ` cucu ionut cristian
  1 sibling, 0 replies; 13+ messages in thread
From: cucu ionut cristian @ 2005-12-11 15:21 UTC (permalink / raw
  To: gentoo-user

On Sun, 2005-12-11 at 14:14 +0100, Rafael Fernández López wrote:
> Have you read Building steps ??
i'm preati sure it aint just about that it's some shell variable i have
to setup and i donnt know what, where and how. because 1.i have tried
the build steps with copy paste even and got the same error
2. the same error apears in very similar processes

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-user] bad interpreter
  2005-12-11 14:11     ` Uwe Thiem
@ 2005-12-11 15:23       ` cucu ionut cristian
  0 siblings, 0 replies; 13+ messages in thread
From: cucu ionut cristian @ 2005-12-11 15:23 UTC (permalink / raw
  To: gentoo-user

On Sun, 2005-12-11 at 16:11 +0200, Uwe Thiem wrote:
> 
> Is /bin/sh a symlink to /bin/bash? 
yes and bash is also executable

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-user] bad interpreter
  2005-12-11 13:45   ` [gentoo-user] bad interpreter cucu ionut cristian
                       ` (2 preceding siblings ...)
  2005-12-11 14:55     ` Eugene Rosenzweig
@ 2005-12-11 15:51     ` Matthias Langer
  2005-12-11 18:34       ` cucu ionut cristian
  3 siblings, 1 reply; 13+ messages in thread
From: Matthias Langer @ 2005-12-11 15:51 UTC (permalink / raw
  To: gentoo-user

On Sun, 2005-12-11 at 13:45 +0000, cucu ionut cristian wrote:
> tryng to install various aplications that wore not in portage found the
> folowing error: bad interpreter: Permission denied
> As I remeber i got this error tring to install luminocity and now e17
> modules; concrete: trying moon from e17 tar xfvz and then ./autogen.sh
> gives me: bash: ./autogen.sh: /bin/sh: bad interpreter: Permision denied
> i'm doing sh ./autogen.sh and then 
>  sh ./autogen.sh
> Running aclocal...
> Running autoheader...
> Running autoconf...
> Running libtoolize...
> Running automake...
> ./autogen.sh: ./configure: /bin/sh: bad interpreter: Permission denied
> Again same thing doing it as root so what to do?
> 

Well i had this problem too some time ago; The reason for this on my box
was that the location from where i worked was mounted on a partition
with restricted permissions. If this may be the case for you, check your
fstab and try the mount the suspect partition with 'defaults' instead of
'user' or something else.

HTH,
Matthias

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-user] bad interpreter
  2005-12-11 15:51     ` Matthias Langer
@ 2005-12-11 18:34       ` cucu ionut cristian
  0 siblings, 0 replies; 13+ messages in thread
From: cucu ionut cristian @ 2005-12-11 18:34 UTC (permalink / raw
  To: gentoo-user


> Well i had this problem too some time ago; The reason for this on my box
> was that the location from where i worked was mounted on a partition
> with restricted permissions. If this may be the case for you, check your
> fstab and try the mount the suspect partition with 'defaults' instead of
> 'user' or something else.
Yes i'r reight that did soplved my problem! Thanks. My emodules are now
loaded :D gonna try later that luminocity
> HTH,
> Matthias
> 

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2005-12-11 17:46 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-09 23:59 [gentoo-user] (mostly) good news! maxim wexler
2005-12-10  0:54 ` Dale
2005-12-10  4:54   ` maxim wexler
2005-12-10  9:04     ` Dale
2005-12-11 13:45   ` [gentoo-user] bad interpreter cucu ionut cristian
2005-12-11 13:14     ` Rafael Fernández López
2005-12-11 14:19       ` Uwe Thiem
2005-12-11 15:21       ` cucu ionut cristian
2005-12-11 14:11     ` Uwe Thiem
2005-12-11 15:23       ` cucu ionut cristian
2005-12-11 14:55     ` Eugene Rosenzweig
2005-12-11 15:51     ` Matthias Langer
2005-12-11 18:34       ` cucu ionut cristian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox