Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Sep 1995 18:25:57 +0200 (MET DST)
From:      Andreas Klemm <andreas@knobel.gun.de>
To:        hackers@freebsd.org
Subject:   FreeBSD-stable: kernel: execve: failed to allocate string space
Message-ID:  <199509201625.SAA00356@knobel.gun.de>

next in thread | raw e-mail | index | archive | help
Hi !

Have a 2.0.5 Release system with a -stable kernel.

Was just unpacking XFree86 the following way:

	foreach i *.tgz
	tar xvpfC $i /usr &
	end

;-))

Then I got the following messages:

execve: failed to allocate string space
execve: failed to allocate string space

Here is my kernel: System memory is 32 MB.


machine		"i386"
cpu		"I586_CPU"
ident		KNOBEL
maxusers	10

options		INET			#InterNETworking
options		FFS			#Berkeley Fast Filesystem
options		MSDOSFS			#MSDOS Filesystem
options		"CD9660"		#ISO 9660 Filesystem
options		PROCFS			#Process filesystem
options		"COMPAT_43"		#Compatible with BSD 4.3
options		"SCSI_DELAY=5"		#Be pessimistic about Joe SCSI device
options		UCONSOLE		#Allow users to grab the console
options		GATEWAY

config		kernel	root on sd0 

controller	isa0
controller	pci0

controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk		fd0	at fdc0 drive 0

controller	ahc0

controller	scbus0
device		sd0
device		st0
device		cd0	#Only need one of these, the code dynamically grows

# syscons is the default console driver, resembling an SCO console
device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr

device		npx0	at isa? port "IO_NPX" irq 13 vector npxintr

device		sio0	at isa? port "IO_COM1" tty irq 4 vector siointr
device		sio1	at isa? port "IO_COM2" tty irq 3 vector siointr

device		lpt0	at isa? port? tty irq 7 vector lptintr

device ed0 at isa? port 0x300 net irq 10 iomem 0xcc000 vector edintr

pseudo-device	loop
pseudo-device	ether
pseudo-device	log
pseudo-device	tun	1
pseudo-device	pty	16
pseudo-device	gzip		# Exec gzipped a.out's

Any idea ?

	Andreas ///
-- 
Andreas Klemm       You have lpd and need an intelligent print filter ?!!
                    Ok, this might help: "apsfilter ... irgendwie clever"
ftp it from ------> ftp://sunsite.unc.edu/pub/Linux/Incoming/aps-491.tgz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509201625.SAA00356>