mgetty fails in -current

2003-10-06 Thread Christoph Kukulies
I don't know if it is a problem with 5.1 or with my ASUS P4SX (sio on board,
Sis chipset) or with the Devolo Fun II (ELSA Microlink) modem.

Anyway, I spent the sunday afternoon sending log files into the
mgetty+sendfax list (Gert Doering, the maintainer and author of mgetty)
was so king to help and analyze the problem.

He came to the conclusion that while mgetty should stay in a select()
waiting loop it gets unexpected input on the descriptor and
thinks a RING would come in. Instead the input comes from previous
chat with the modem and it looks if characters are not coming not fast
enough or delayed from the preceeding chat dialog.
I'm appending a piece of log:

10/05 16:47:11 aa0got:[0d][0a]ERROR[0d]
10/05 16:47:11 aa0   mdm_command: string 'ERROR' - ERROR
10/05 16:47:11 aa0   no class 2/2.0 faxmodem, no faxing available
10/05 16:47:11 aa0   waiting for line to clear (select), read: 
10/05 16:47:12 aa0select returned 0
10/05 16:47:12 aa0   removing lock file
10/05 16:47:12 aa0  waiting...
10/05 16:47:12 aa0   checking lockfiles, locking the line
10/05 16:47:12 aa0   makelock(cuaa0) called
10/05 16:47:12 aa0   do_makelock: lock='/var/spool/lock/LCK..cuaa0'
10/05 16:47:12 aa0   lock made
10/05 16:47:12 aa0  wfr: waiting for ``RING''
10/05 16:47:12 aa0   got: [0a]
10/05 16:47:22 aa0  mdm_read_byte: read returned -1: Interrupted system call
10/05 16:47:22 aa0  wfr: timeout waiting for RING
10/05 16:47:22 aa0   wfr: rc=-1, drn=0
10/05 16:47:22 aa0  huh? Junk on the line?
10/05 16:47:22 aa0could be a dial-out program without proper locking - check 
this!
10/05 16:47:22 aa0   removing lock file
--
10/05 16:47:22 aa0  mgetty: experimental test release 1.1.30-Dec16
10/05 16:47:22 aa0   mgetty.c compiled at Oct  5 2003, 16:16:48
10/05 16:47:22 aa0   user id: 0, pid: 29530, parent pid: 1
10/05 16:47:22 aa0   reading configuration data for port 'cuaa0'
10/05 16:47:22 aa0   reading /usr/local/etc/mgetty+sendfax/mgetty.config...
10/05 16:47:22 aa0   conf lib: read: 'port cuaa0'
10/05 16:47:22 aa0   section: port cuaa0, **found**
10/05 16:47:22 aa0   conf lib: read: 'debug 4'
10/05 16:47:22 aa0   conf lib: read: 'fax-id 49 2405 x'
10/05 16:47:22 aa0   conf lib: read: 'speed 38400'
10/05 16:47:22 aa0   conf lib: read: 'direct NO'
10/05 16:47:22 aa0   conf lib: read: 'blocking YES'
10/05 16:47:22 aa0   conf lib: read: 'port-owner uucp'
10/05 16:47:22 aa0   conf lib: read: 'port-group uucp'


--
Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


illegal instruction (core dumped) during make cleandir in rescue

2003-09-19 Thread Christoph Kukulies

Strange, very strange. SOeren, you know my hardware, it is the same MB
(ASUS P4S8X or the like - off memory).

I built a couple of worlds during the past months.

But with the recent cvsups I don't get through. make world or make buildworld
both fail nearly exactly at the same place during the cleandir phase.

I can repeat the problem when I

cd /usr/src/rescue/rescue

MAKEOBJDIRPREFIX=/usr/src/rescue/rescue make cleandir


cd /usr/src/rescue/rescue/../../usr.bin/vi   MAKEOBJDIRPREFIX=/usr/obj/usr/src
/rescue/rescue/usr/src/rescue/rescue make cleandepend
rm -f .depend GPATH GRTAGS GSYMS GTAGS
cd /usr/src/rescue/rescue/../../gnu/usr.bin/gzip   MAKEOBJDIRPREFIX=/usr/obj/u
sr/src/rescue/rescue/usr/src/rescue/rescue make cleandepend
rm -f .depend GPATH GRTAGS GSYMS GTAGS
cd /usr/src/rescue/rescue/../../gnu/usr.bin/tar   MAKEOBJDIRPREFIX=/usr/obj/us
r/src/rescue/rescue/usr/src/rescue/rescue make cleandepend
rm -f .depend GPATH GRTAGS GSYMS GTAGS
=== doc
Illegal instruction (core dumped)
# 


Doing it another time:

rm -f .depend GPATH GRTAGS GSYMS GTAGS
cd /usr/src/rescue/rescue/../../bin/test   MAKEOBJDIRPREFIX=/usr/obj/usr/src/r
escue/rescue/usr/src/rescue/rescue make cleandir
rm -f test test.o test.1.gz test.1.cat.gz
rm -f .depend GPATH GRTAGS GSYMS GTAGS
cd /usr/src/rescue/rescue/../../bin/rcp   MAKEOBJDIRPREFIX=/usr/obj/usr/src/re
scue/rescue/usr/src/rescue/rescue make cleandir
rm -f rcp rcp.o util.o rcp.1.gz rcp.1.cat.gz
Segmentation fault (core dumped)
rm -f .depend GPATH GRTAGS GSYMS GTAGS
*** Error code 139

Stop in /usr/src/rescue/rescue.
#

Should I swap memory? It's a 1.8 GHz P4.


--
Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


devfs.conf - no man page

2003-09-10 Thread Christoph Kukulies

Is devfs.conf still valid? I didn't find a man page. Also man devfs
doesn't list any FILES section.

I want to have

own  da0  root:stick
perm da0  0660

and when I put this in /etc/devfs.conf it doesn't seem to have any effect.


--
Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


.fsck_snapshot file

2003-09-02 Thread Christoph Kukulies
I have a file .fsck_snapshot in /usr (of 7 GB ?!)
-r   1 root   wheel  7220781056 Aug 22 18:08 .fsck_snapshot

I hope I can delete it without consequences (after chmod'ing it
of course :-)

--
Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


strange error with xterm/libXaw

2003-09-02 Thread Christoph Kukulies
In the course of portsupgrading it happened that some X11 stuff
got rebuilt (don't know if it came from wrongly applying 
portsupgrade -r instead of -R) anyway, I noticed that
I was bailed out of my xsession as soon as an xterm was opened.

Starting the xterm in a shell reveiled the following error message:

$ xterm
/usr/libexec/ld-elf.so.1: /usr/X11R6/lib/libXaw.so.7: Unsupported relocation
type 203 in non-PLT relocations

Strangely I had a libXaw.so.7 stamped 1 Sep when that larger
port depency build ran on my machine.

I re-installed XFree86-libraries from ftp.freebsd.org 5.1-RELEASE/packages
and the problem is gone.

How do I make a complete X11 system (all binaries, Servers, clients, libs
matching -current ?)


--
Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


su in free(): warning: chunk is already free

2003-08-30 Thread Christoph Kukulies

On my 5.1-current I logged in from outside and tried
su getting:
$ su
su in free(): warning: chunk is already free
su: pam_start: system error

I'm not sure whether my system is absolutely in sync but
I'd think with make buildworld, installworld, buildkernel, installkernel
reboot it should be.


--
Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


hints file version mismatch 1979654256

2003-08-29 Thread Christoph Kukulies

This occured since a recent cvsup when I moved from 5.0-R to
5.1-CURRENT:

kernel message:
hints file version mismatch 1979654256

How do I sync this?
--
Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


linux emu, syscall, sysctl, XFree86

2003-08-29 Thread Christoph Kukulies
While doing a portupgrade on my 5.0R-5.1-CURRENT migrated
system I just saw the following message pass by on my screen:
XFree86-libs-4.0.3-5.i386.rpm
/sbin/ldconfig: File /usr/lib/libGL.so.1.0.4365 is too small, not checked.
/sbin/ldconfig: File /usr/lib/libGL.so.1 is too small, not checked.
linux: pid 41294 (glidelink): sysctl {1,23} is not implemented
linux: pid 41294 (glidelink): syscall syslog not implemented
linux: pid 41294 (glidelink): syscall syslog not implemented
zlib-1.1.4-8.7x.i386.rpm
/sbin/ldconfig: File /usr/lib/libGL.so.1.0.4365 is too small, not checked.
/sbin/ldconfig: File /usr/lib/libGL.so.1 is too small, not checked.
libstdc++-2.96-112.7.1.i386.rpm
/sbin/ldconfig: File /usr/lib/libGL.so.1.0.4365 is too small, not checked.
/sbin/ldconfig: File /usr/lib/libGL.so.1 is too small, not checked.
kern.fallback_elf_brand: 3 - -1
install  -m 644 /u/ports/emulators/linux_base/files/yp.conf /compat/linux/etc
/usr/bin/touch /compat/linux/etc/mtab

Installation of the Linux base system is finished. The Linux kernel
mode, which must be enabled for Linux binaries to run, is now
enabled. Linux mode can be enabled permanently with the linux_enable
variable of rc.conf(5).

When using NIS, don't forget to edit yp.conf in /compat/linux/etc.

===   Registering installation for linux_base-7.1_5

The escaped (please forgive the escape sequences) were kernel
messages.

--
Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


__fpclassifyd

2003-08-29 Thread Christoph Kukulies

I did a cvsup and rebuild of world and ports, portupgrade,
reinstalled mod_php4, apache and still get this
sh apache.sh start
Syntax error on line 237 of /usr/local/etc/apache/httpd.conf:
Cannot load /usr/local/libexec/apache/libphp4.so into server: 
/usr/local/libexec/apache/libphp4.so: Undefined symbol __fpclassifyd

I'm pretty sure that my binaries are in sync. A dangling libraries somewhere?

--
Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


nvidia.ko freezes system in -current

2003-08-28 Thread Christoph Kukulies
I cvsuped world and kernel today, built world, installed world,
did a reinstall (with compilation) of the nvidia module 1.0-4365
and the kernel module loads fine but when I startx I get
a few screen flashes and the reboot.

I have agp_load=YES in loader.conf (as I had before).
I did not choose WITH_FREBSD_AGP as the port makefile
gives as option.

Need urgent help since I did this (boo boo) on a production server
Well the server runs (httpd) but I have no X at the moment and
I cannot afford frequent compiles and reboots at the moment.

--
Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


-0166: *** Error: UtAllocate: Attempt to allocate zero bytes

2003-08-14 Thread Christoph Kukulies
I was told it comes from the new ACPI those mass messages that are spit
during bootup:
-0166: *** Error: UtAllocate: Attempt to allocate zero bytes
-0166: *** Error: UtAllocate: Attempt to allocate zero bytes
-0166: *** Error: UtAllocate: Attempt to allocate zero bytes
-0166: *** Error: UtAllocate: Attempt to allocate zero bytes
-0166: *** Error: UtAllocate: Attempt to allocate zero bytes
-0166: *** Error: UtAllocate: Attempt to allocate zero bytes
-0166: *** Error: UtAllocate: Attempt to allocate zero bytes
-0166: *** Error: UtAllocate: Attempt to allocate zero bytes
-0166: *** Error: UtAllocate: Attempt to allocate zero bytes
-0166: *** Error: UtAllocate: Attempt to allocate zero bytes
-0166: *** Error: UtAllocate: Attempt to allocate zero bytes
-0166: *** Error: UtAllocate: Attempt to allocate zero bytes
-0166: *** Error: UtAllocate: Attempt to allocate zero bytes
-0166: *** Error: UtAllocate: Attempt to allocate zero bytes
-0166: *** Error: UtAllocate: Attempt to allocate zero bytes
-0166: *** Error: UtAllocate: Attempt to allocate zero bytes

How do I get rid of them?

--
Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


openpam_load_module():no pam_wheel.so found

2003-08-11 Thread Christoph Kukulies

When I do an su command from a normal user on my 5.1-current of
yesterday I'm getting a segfault/core dump.

/var/log/messages then shows:
Aug 10 15:27:44 kukuboo2k su: in openpam_load_module(): no pam_wheel.so found
Aug 10 15:27:44 kukuboo2k kernel: pid 54586 (su), uid 0: exited on signal 10 (core 
dumped)

I also get this when I try to do a sh /etc/periodic/weekly/310.locate.

I almost there again with 5.1-current and X on my notebook after a disk
crash and data loss. Compiled the XFree86-4.3.1 tree and NVIDIA drivers today
after a complete cvsup and kernel build yesterday. 


--
Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


X11 fonts ugly

2003-08-11 Thread Christoph Kukulies
I compiled XFree86/4.3.1 and installed mozilla 1.4 as package
and when I start mozilla fonts show up unevenly weighted (rounding
problems?)

I wonder if this is a problem with the installed fonts themselves, 
or with X11?

XF86Config looks like this (regarding fontpath):

Section Files

RgbPath /usr/X11R6/lib/X11/rgb
#FontPath   unix/:-1
FontPath/usr/X11R6/lib/X11/fonts/local/
FontPath/usr/X11R6/lib/X11/fonts/misc/
FontPath/usr/X11R6/lib/X11/fonts/75dpi/:unscaled
FontPath/usr/X11R6/lib/X11/fonts/100dpi/:unscaled
FontPath/usr/X11R6/lib/X11/fonts/Type1/
FontPath/usr/X11R6/lib/X11/fonts/CID/
FontPath/usr/X11R6/lib/X11/fonts/Speedo/
FontPath/usr/X11R6/lib/X11/fonts/75dpi/   
FontPath/usr/X11R6/lib/X11/fonts/100dpi/
EndSection  

I read somewhere of antialiasing can be switched on or of
but I forgot whether it was with X11, mozilla or NVIDIA driver
compilation.


--
Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


world build fails since yesterday

2003-06-26 Thread Christoph Kukulies

I tried to sync my source tree and build the world. Yesterday 
world build failed. Today it seemd to get further but still failed
with signal 4 (SIGILL !?) 

cd /usr/include/fs/fdescfs;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  done
cd /usr/include/fs/fifofs;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  done
cd /usr/include/fs/msdosfs;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  done
cd /usr/include/fs/ntfs;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  done
cd /usr/include/fs/nullfs;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  done
*** Signal 4


--
Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


mpd, ng, Cisco VPN, resource leak

2003-06-16 Thread Christoph Kukulies

For months I'm trying to get back to a working VPN using mpd
on a FreeBSD 4.4 client site and a Cisco VPN server on the peer end.

With 5.0 and 5.1-current the network connection stopped working.

I could work for a minute or so then the connection got hung.
Trying to reconnect with a new ssh session got some message
about 'resource deadlock avoided' and a subsequent ping to the peer side
gets the onminous 'no buffers space available' or an additional :


[EMAIL PROTECTED] ssh acc01
ssh: connect to host acc01 port 22: Connection refused
[EMAIL PROTECTED] ping acs01
PING acc01 (138.134.123.12): 56 data bytes
ping: sendto: Resource deadlock avoided
ping: sendto: No buffer space available
ping: sendto: No buffer space available
^C
--- acc01 ping statistics ---
3 packets transmitted, 0 packets received, 100% packet loss


The connection refused occurs on the peer side where the previous
ssh connection had succeeded. It's not that the sshd died. Rebooting
my system allows be to connect again for a minute or 2 and then again
the hang.

How could I pinpoint the problem so that some knowing kernel/netgraph person
will be available to find the cause?

Is there a way to do a continous netstat -m  or vmstat -m during a session
setup? I mean other than writing it to a file in a shell while loop?

--
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


XFree86 port does not compile in -current and other issues

2003-04-12 Thread Christoph Kukulies


I tried to build XFree86 from ports since somehow I had no X11
on my server machine - maybe I initially installed a system w/o X11.

Now I want to install X and thought I just install /usr/ports/x11/XFree86.

But compilation failed somewhere  in wrapper.c, security/pam_misc.h not found.

I cvsuped all, built world, kernel, resupped ports tree, same failure.

Then I installed XFree86-4. That built but I get a core dump
when doing a XFree86 -configure.

My card is a GeForce2 MX400 64MB.

Anyone having an XF86Config for me?

Do I need the NVIDIA kernel module?
--
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]





___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


no buffer space available

2003-04-05 Thread Christoph Kukulies

I'm using FreeBSD 5.0 as a gateway machine in my home network.
I'm running a DSL (pppoe) and over that also a vpn tunnel (mpd) to the campus.

From time to time, when my provider has problems with his router or whatever
he is doing (resetting the link or something) - I have a fixed IP btw -,
ppp breaks down and the link doesn't come up by itself.

Pinging then to some known address I'm getting

no buffer space available

and if I wouldn't now reboot the machine it would probably never
get online again.

What is the problem with this buffer space leak?


--
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


kermit hoses my system, too

2003-03-08 Thread Christoph Kukulies

I posted a note that mgetty was hosing my system because it
clobbered /etc/ttys with data froim /etc/passwd
and Terry meant it could have to do with some old FreeBSD VM bug.

Today I tried to connect to the modem via kermit and the system got frozen
bad.


dmesg:

w.bus.devctl_disable: 
WARNING: /tmp was not properly dismounted
WARNING: /usr was not properly dismounted
WARNING: /var was not properly dismounted
pid 494 (squid), uid 0: exited on signal 6 (core dumped)
no matching session
no matching session
no matching session
pid 576 (squid), uid 0: exited on signal 6 (core dumped)
Waiting (max 60 seconds) for system process `vnlru' to stop...stopped
Waiting (max 60 seconds) for system process `bufdaemon' to stop...stopped
Waiting (max 60 seconds) for system process `syncer' to stop...stopped

syncing disks, buffers remaining... 7 7 1 1 
done
Copyright (c) 1992-2003 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 5.0-CURRENT #5: Sat Mar  1 23:32:22 GMT 2003
[EMAIL PROTECTED]:/usr/src/sys/i386/compile/GENERIC
Preloaded elf kernel /boot/kernel/kernel at 0xc06c3000.
Preloaded elf module /boot/kernel/acpi.ko at 0xc06c30a8.
Timecounter i8254  frequency 1193182 Hz
Timecounter TSC  frequency 1800135028 Hz
CPU: Intel(R) Pentium(R) 4 CPU 1.80GHz (1800.14-MHz 686-class CPU)
  Origin = GenuineIntel  Id = 0xf24  Stepping = 4
  
Features=0x3febfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM
real memory  = 536854528 (511 MB)
avail memory = 514134016 (490 MB)
Allocating major#253 to net
Allocating major#252 to pci
Pentium Pro MTRR support enabled
npx0: math processor on motherboard
npx0: INT 16 interface
acpi0: ASUS   P4S8Xon motherboard
ACPI-0625: *** Info: GPE Block0 defined as GPE0 to GPE15
ACPI-0625: *** Info: GPE Block1 defined as GPE16 to GPE31
pcibios: BIOS version 2.10
Using $PIR table, 11 entries at 0xc00f1720
acpi0: power button is handled as a fixed feature programming model.
Timecounter ACPI-fast  frequency 3579545 Hz
acpi_timer0: 24-bit timer at 3.579545MHz port 0xe408-0xe40b on acpi0
acpi_cpu0: CPU on acpi0
acpi_cpu1: CPU on acpi0
acpi_button0: Power Button on acpi0
pcib0: ACPI Host-PCI bridge port 0xcf8-0xcff on acpi0
pci0: ACPI PCI bus on pcib0
agp0: SIS Generic host to PCI bridge mem 0xe800-0xebff at device 0.0 on pci0
pcib1: ACPI PCI-PCI bridge at device 1.0 on pci0
pci1: ACPI PCI bus on pcib1
pci1: display, VGA at device 0.0 (no driver attached)
isab0: PCI-ISA bridge at device 2.0 on pci0
isa0: ISA bus on isab0
pci0: serial bus, FireWire at device 2.3 (no driver attached)
atapci0: SiS 963 UDMA133 controller port 
0xb400-0xb40f,0xb800-0xb803,0xd000-0xd007,0xd400-0xd403,0xd800-0xd807 irq 11 at device 
2.5 on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
pci0: multimedia, audio at device 2.7 (no driver attached)
ohci0: SiS 5571 USB controller mem 0xe600-0xe6000fff irq 3 at device 3.0 on pci0
usb0: OHCI version 1.0, legacy support
usb0: SiS 5571 USB controller on ohci0
usb0: USB revision 1.0
uhub0: SiS OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
ohci1: SiS 5571 USB controller mem 0xe580-0xe5800fff irq 5 at device 3.1 on pci0
usb1: OHCI version 1.0, legacy support
usb1: SiS 5571 USB controller on ohci1
usb1: USB revision 1.0
uhub1: SiS OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
ohci2: SiS 5571 USB controller mem 0xe500-0xe5000fff irq 9 at device 3.2 on pci0
usb2: OHCI version 1.0, legacy support
usb2: SiS 5571 USB controller on ohci2
usb2: USB revision 1.0
uhub2: SiS OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
pci0: serial bus, USB at device 3.3 (no driver attached)
sis0: SiS 900 10/100BaseTX port 0x9800-0x98ff mem 0xe400-0xe4000fff irq 4 at 
device 4.0 on pci0
sis0: Ethernet address: 00:e0:18:d3:f4:e0
miibus0: MII bus on sis0
rlphy0: RTL8201L 10/100 media interface on miibus0
rlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
ed0: NE2000 PCI Ethernet (RealTek 8029) port 0x9400-0x941f irq 10 at device 9.0 on 
pci0
ed0: address 00:e0:7d:7e:2c:3a, type NE2000 (16 bit) 
pci0: simple comms at device 10.0 (no driver attached)
cbb0: RF5C475 PCI-CardBus Bridge irq 4 at device 11.0 on pci0
cardbus0: CardBus bus on cbb0
pccard0: 16-bit PCCard bus on cbb0
atapci1: Promise SATA UDMA133 controller port 
0x8000-0x807f,0x8400-0x840f,0x8800-0x883f mem 
0xe280-0xe281,0xe300-0xe3000fff irq 11 at device 14.0 on pci0
atapci1: Busmastering DMA not configured
ata2: at 0x8800 on atapci1
fdc0: Enhanced floppy controller (i82077, NE72065 or clone) port 0x3f7,0x3f2-0x3f5 
irq 6 drq 2 on acpi0
fdc0: FIFO enabled, 8 bytes threshold
ppc0 port 0x778-0x77b,0x378-0x37f irq 7 drq 3 on acpi0
ppc0: SMC-like 

mgetty in ttys hoses system

2003-03-02 Thread Christoph Kukulies

I installed the /usr/ports/comms/mgetty+sendfax to get my
new servers functions completed and found after installing the
port and giving a kill -HUP 1 - the port adds the
line 
cuaa0 /usr/local/sbin/mgetty unknown on insecure
to /etc/ttys.

After that the system was hosed. After rebooting
the system seemed to got hung in multi user mode.
No vtys and I booted into single user.

Found that /etc/ttys contained passwd entries instead, totally
hosed. It never happended to me that I got FS corruption
like this before.

I took out the mgetty entry and live without fax at the moment
but hope to find a solution soon.

Just install the mgetty+sendfax port in a -current system
answer all the questions in the setup dialog with defaults
and kill -HUP 1 and you'll be left with a hosed system.


--
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message


wi0 - need help

2003-03-01 Thread Christoph Kukulies

I still havn't yet got my wireless lan working after upgrade to 5.0-current
I applied a wi timeout patch of yesterday but the kernel message
is still there (tx failed).

I disabled all firewalling for the moment to have nothing in the way
that might occlude the problem.

The control lights at both WLAN cards are flashing as normal but 
no packets seem to cross the interface.

On my notebook (which has been held constant operating system release wise)
I see that the interface wi0 has correct IP (not by DHCP, hard wired
per ifconfig) wicontrol doesn't look suspicious ether.

Only, when I say ifconfig wi0 I get

status: no carrier
ssid  1:

Not sure whether this is normal?

Help please.

--
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message


kernel panic

2003-03-01 Thread Christoph Kukulies
With my three days old 5.0-current I had a kernel panic this afternoon
while I had wi0 in promiscous mode (FWIW).

Message was:

panic: headlocked should be 0


--
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message


sh: turning off NDELAY mode

2003-02-24 Thread Christoph Kukulies

I'm getting this from time to time in an xterm on my notebook
running 5.0-current

--
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message


sh: turning off NDELAY mode

2003-02-24 Thread Christoph Kukulies

sh: turning off NDELAY mode 

appears from time to time in an xterm n my notebook
running 5.0-current

(sorry, forgot to mention actual message in body on previous post)

--
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message


ports make index returns warnings/errors

2003-02-24 Thread Christoph Kukulies
I cvsupped a moment before including ports-all
and  - since I've learnt to 'make index' afterwards -
making index returns 
Generating INDEX-5 - please wait../nonexistentlocal: not found
Makefile, line 30: warning: /nonexistentlocal returned non-zero status

and more of that.


--
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message


performance / /usr/src/UPDATING

2003-02-24 Thread Christoph Kukulies

In /usr/src/UPDATING I read that -current is always compiled withlots of debugging 
flags on etc.

Can this be switched off with a single switch in the Makefile?

--
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message


make world fails in libexec/pt_chown

2003-02-24 Thread Christoph Kukulies
Freshly supped and got:

=== libexec/pt_chown
cc -O -pipe -mcpu=pentiumpro   -Wformat=2 -Wno-format-extra-args -Werror  -c 
/usr/src/libexec/pt_chown/pt_chown.c
cc1: warnings being treated as errors
/usr/src/libexec/pt_chown/pt_chown.c: In function `main':
/usr/src/libexec/pt_chown/pt_chown.c:86: warning: assignment makes pointer from 
integer without a cast
*** Error code 1

Stop in /usr/src/libexec/pt_chown.
*** Error code 1

Stop in /usr/src/libexec.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.


Should I cvsup again?

--
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message


ata0: resetting device - ASUS P4S8X

2003-02-01 Thread Christoph Kukulies

I bought new hardware for a server today, an ASUS P4S8X with
an 1.8 GHZ P4 CPU, nothing fancy I would say, which has an
onboard RAID controller (Promise) but I'm not using it
for the moment. I attached an IBM 60GB Deskstar ATA/IDE disk to
the IDE 1 port. FreeBSD 5.0R boots until the point where
it says:

ad0: READ command timeout tag=0 serv=0 - resetting
ata0: resetting device

and there it hangs forever.

--
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Cisco vpnclient

2003-01-31 Thread Christoph Kukulies

Cisco is offering a VPN client for Linux. I wonder if it would be possible
to run this under FreeBSD. An extra linux kernel module is being built.
Is this already the 'ruled out'?

If this won't work, I'm afraid I will have to set a dedicated redhat 6.x/7.x
beside my FreeBSD gateway. Would it be possible to use NAT to
extend the VPN (I only have one dedicated fixed IP on the gateway).

Excuse if this is not exactly on target of -current.

--
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



need current kernel

2002-09-23 Thread Christoph Kukulies


I have the signal 12 hen-egg problem. cannot install a newly built kernel
because of

sh ../../conf/newvers.sh GENERIC
*** Signal 12

I tried with the 4.7 mini iso CD image, I also could boot the CD and do
the upgrade but the syscall kernel change seems to bee more recent.


Could someone send me a -current GENERIC kernel? Or does anybody
have a better idea how to get around this?


--
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



failure in make buildworld

2002-09-22 Thread Christoph Kukulies


I tried to build glade2 (IDE for gtk toolkit) under my 4.6R
system but the port build failed in building the esd (esound) server
or whatever this is. 

To make a long story short: I cvsuped and started make buildworld
which ran into an error:

=== lib/libbz2
rm -f .depend
mkdep -f .depend -a-I/usr/src/lib/libbz2/../../contrib/bzip2  
/usr/src/lib/libbz2/../../contrib/bzip2/bzlib.c 
/usr/src/lib/libbz2/../../contrib/bzip2/blocksort.c 
/usr/src/lib/libbz2/../../contrib/bzip2/compress.c 
/usr/src/lib/libbz2/../../contrib/bzip2/crctable.c 
/usr/src/lib/libbz2/../../contrib/bzip2/decompress.c 
/usr/src/lib/libbz2/../../contrib/bzip2/huffman.c 
/usr/src/lib/libbz2/../../contrib/bzip2/randtable.c
=== lib/libc
make: don't know how to make wcstoimax.c. Stop
*** Error code 2

Stop in /usr/src/lib.
*** Error code 1

Stop in /usr/src.


Any clues?

--
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



signal 12 - lotsa

2002-09-22 Thread Christoph Kukulies


In a 4.6 environment I'm trying to upgrade to -current but
make installworld as well as kernelbuild fails with signal 12 lots of.

Seems that new system calls and a mix of old kernel and
new binaries is now fighting against another on my system.

How can I get out of this situation? Boot from a floppy ?

--
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



kernel compilation fails in vm/vm_map.c:231

2002-03-19 Thread Christoph Kukulies

I cvsup'ed this morning to get a -current system with all
recent changes regarding NEWCARD and finally get one time through
everything from buildworld/installworld through kernel build/install.

World built and installed fine. (I had to learn that it was make installworld
and not make install).

But compiling the kernel yields the following error:


cc -c -O -pipe  -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -ansi 
-g -nostdinc -I-  -I. -I../../.. -I../../../dev -I../../../contrib/dev/acpica 
-I../../../contrib/ipfilter -I../../../../include  -D_KERNEL -ffreestanding -include 
opt_global.h -fno-common -elf  -mpreferred-stack-boundary=2 -Werror  
../../../vm/vm_map.c
cc1: warnings being treated as errors
../../../vm/vm_map.c: In function `vm_map_zdtor':
../../../vm/vm_map.c:231: warning: long unsigned int format, vm_size_t arg (arg 3)
*** Error code 1

Stop in /usr/src/sys/i386/compile/KUKUBOOKNEW.

Probably I hit the moment between important changes ?!

-- 
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



cc1 warning as errors - can one switch this off?

2002-03-19 Thread Christoph Kukulies

I cvsuped again. Got the vm_map.c now compiled but now
kernel compilation stops somehwere in ipv6 files.

Can one switch off compiler pickyness?

-- 
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



ping with usec resolution

2002-03-11 Thread Christoph Kukulies

I'm looking for a ping with usec (microsecond) resolution
(as Redhat 7.2 is using). Could FreeBSD have it too? Anyone
got the source for it? 

We want to build up a small experiment for students
to measure the speed of light using ping.

Found this neat story on the net btw. 
http://ftp.arl.mil/~mike/ping.html

-- 
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: ping with usec resolution

2002-03-11 Thread Christoph Kukulies

On Mon, Mar 11, 2002 at 02:11:51AM -0800, David Greenman wrote:
 I'm looking for a ping with usec (microsecond) resolution
 (as Redhat 7.2 is using). Could FreeBSD have it too? Anyone
 got the source for it? 
 
FreeBSD's ping has had microsecond resolution since version 1.

Oh yeah. Sorry. I totally overlooked. Its just the format that changes
(dynamically to usec when it falls below 1 ms) in the linux version.

Thanks.
--
 
 -DG
 
 David Greenman
 Co-founder, The FreeBSD Project - http://www.freebsd.org
 President, TeraSolutions, Inc. - http://www.terasolutions.com
 President, Download Technologies, Inc. - http://www.downloadtech.com
 Pave the road of life with opportunities.

-- 
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



buildworld failed in tcsh

2002-02-25 Thread Christoph Kukulies


cvsup'ed yesterday and make install (after a successful
make buildworld) failed somewhere in building tcsh.

I don't know though if the ritual of building the world has
changed over time so significantly that intuition always fails.

-- 
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



procfs.o undef'd refs

2002-02-12 Thread Christoph Kukulies


I dared to cvsup -current yesterday to my notebook
computer (had 4.4 R installed before that) and now
being half there (did a buildworld already successfully)
kernel compilation fails with a lot of undefined references in procfs.o:

pfs_create_file
pfs_create_link
pfs_mount
pfs_init
pfs_unint
pfs_unmount
pfs_root
pfs_statfs

Am I missing a new config option?

-- 
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



undef'd nfs_dskless symbol when no NFS option defined

2002-02-12 Thread Christoph Kukulies


When migrating a 4.4 kernel to -current it happened that I 
had no NFSCLIENT or NFSSERVER option defined because
I took out the offending obsolete NFS option when trying
to tweak my old kernel config file so that it got through
without synrax or obsolete option errors.

I then only had the FFS option in it. This lead to
nfs_dskless (or something like that) being undefined
in locore.o.

I'm just mentioning it. Maybe it also came from not
purging ../compile/CONFIG everytime I made a new config
and not doing a fresh make depend everytime. 

-- 
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



delock pccard to pci adapter

2001-12-26 Thread Christoph Kukulies

I probablz made the mistake not to look into the
hardware compatibility list when buying this card
to build a wireless access point using an ELSA
Airlancer MC-11 PCMCIA with tis DeLock (www.delock.de)

Any clues to get it working with a FreeBSD 4.4R?

:r ls
:r l
Copyright (c) 1992-2001 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 4.4-RELEASE #10: Wed Dec 26 10:38:18 CET 2001
[EMAIL PROTECTED]:/usr/src/sys/compile/BGATEI4B
Timecounter i8254  frequency 1193182 Hz
CPU: AMD Am5x86 Write-Through (486-class CPU)
  Origin = AuthenticAMD  Id = 0x4e4  Stepping = 4
  Features=0x1FPU
real memory  = 67108864 (65536K bytes)
avail memory = 62201856 (60744K bytes)
Preloaded elf kernel kernel at 0xc0314000.
Preloaded userconfig_script /boot/kernel.conf at 0xc031409c.
npx0: math processor on motherboard
npx0: INT 16 interface
pcib0 on motherboard
pci0: PCI bus on pcib0
chip0: Intel 82424ZX (Saturn) cache DRAM controller at device 0.0 on pci0
ncr0: ncr 53c810 fast10 scsi port 0xe800-0xe8ff mem 0xfafef000-0xfafef0ff irq 9 at 
device 1.0 on pci0
isab0: Intel 82378ZB PCI to ISA bridge at device 2.0 on pci0
isa0: ISA bus on isab0
de0: Digital 21041 Ethernet port 0xe400-0xe47f mem 0xfafee000-0xfafee07f irq 10 at 
device 4.0 on pci0
de0: SMC 21041 [10Mb/s] pass 2.1
de0: address 00:e0:29:0b:7a:4e
pci0: Matrox MGA Millennium 2064W graphics accelerator at 5.0 irq 11
chip1: PCI to CardBus bridge (vendor=1180 device=0475) irq 12 at device 6.0 on pci0
orm0: Option ROMs at iomem 0xc-0xc7fff,0xe8000-0xebfff,0xec000-0xe on isa0
fdc0: NEC 72065B or clone at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1440-KB 3.5 drive on fdc0 drive 0
ata0 at port 0x1f0-0x1f7,0x3f6 irq 14 on isa0
atkbdc0: Keyboard controller (i8042) at port 0x60,0x64 on isa0
atkbd0: AT Keyboard irq 1 on atkbdc0
vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on isa0
sc0: System console on isa0
sc0: VGA 8 virtual consoles, flags=0x200
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1 at port 0x2f8-0x2ff irq 3 flags 0x10 on isa0
sio1: type 16550A
ppc0: Parallel port at port 0x378-0x37f irq 7 on isa0
ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode
lpt0: Printer on ppbus0
lpt0: Interrupt-driven port
pcfclock0: PCF-1.0 on ppbus0
ppi0: Parallel I/O on ppbus0
pps0: Pulse per second Timing Interface on ppbus0
plip0: PLIP network interface on ppbus0
ed0 at port 0x280-0x29f iomem 0xcc000-0xc irq 5 on isa0
ed0: address 00:00:c0:d2:c2:9e, type SMC8216/SMC8216C (16 bit) 
de0: enabling 10baseT port
IP packet filtering initialized, divert enabled, rule-based forwarding disabled, 
default to deny, logging limited to 100 packets/entry by default
ad0: 6149MB WDC AC26400R [13328/15/63] at ata0-master BIOSPIO
Waiting 4 seconds for SCSI devices to settle
Mounting root from ufs:/dev/ad0s1a
da0 at ncr0 bus 0 target 0 lun 0
da0: QUANTUM MAVERICK 540S 0901 Fixed Direct Access SCSI-2 device 
da0: 10.000MB/s transfers (10.000MHz, offset 8)
da0: 516MB (1057758 512 byte sectors: 64H 32S/T 516C)

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: newer GENERIC (4.2) don't support mcd0

2000-12-26 Thread Christoph Kukulies

On Mon, Dec 25, 2000 at 04:55:08PM -0800, Mike Smith wrote:
  Trying to upgrade an existing 3.4 system to 4.2 
  failed due to kernel.GENERIC not having mcd0 built in
  anymore (MITSUMI CDROM) :-(
  
  Please add that back again.
 
 No.  The Matsushita/Mitsumi/Sony CDROM interfaces have gone the way of 
 the 3c501.  The drivers are there, and if you're really desperate, you're 
 welcome to try them, but they're not supported install devices anymore.
 
 Note that it's trivial to build a custom installation kernel these days,
 and in your case, it would be the simplest answer.

Well, although I may have the tools and host machines around normally,
in this particular case, where I'm upgrading an ISDN gateway machine
I'm really on my own and have no 4.2 kernel build environment at hand.

When the drivers are there, what would be the price for adding them into
the GENERIC installation kernel? Couldn't the drivers be loaded 
as modules and test against presence of the hardware similar like Linux or NT
do it?  We have a two floppy installation kit anyway, so it should not
be a disk space problem only.

-- 
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



newer GENERIC (4.2) don't support mcd0

2000-12-25 Thread Christoph Kukulies

Trying to upgrade an existing 3.4 system to 4.2 
failed due to kernel.GENERIC not having mcd0 built in
anymore (MITSUMI CDROM) :-(

Please add that back again.

-- 
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



sys/mutex.h - compilation errors

2000-12-08 Thread Christoph Kukulies


I cvsuped src , built world and tried to compile a new kernel.
Presently compilation fails with error in ASM line 601 in ../../sys/mutex.h.

Any ideas? 

(that code seems to be used by i4b sppp routines)

-- 
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: sys/mutex.h - compilation errors

2000-12-08 Thread Christoph Kukulies

On Fri, Dec 08, 2000 at 03:37:46AM -0800, Jake Burkholder wrote:
  
  I cvsuped src , built world and tried to compile a new kernel.
  Presently compilation fails with error in ASM line 601 in ../../sys/mutex.h.
  
  Any ideas? 
  
  (that code seems to be used by i4b sppp routines)
 
 This should be fixed, or at least worked around for a while.
 Re-cvsup and try again.

Easier said than done with a broken isdn link (due to a system running an
old kernel with new system binaries :)

Could you tell me which files were related to that fix? mutex.h itself doesn't
seem to be upgraded since Dec 1, so it may be some other essential
header files?


-- 
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



world build fails - usbhidctl.c

2000-10-18 Thread Christoph Kukulies

I cvssupped a couple of times in the past three days
and the problem does not go away:

report_size'
/c/src/usr.bin/usbhidctl/usbhid.c:160: incompatible type for argument 3 of 
`hid_report_size'
/c/src/usr.bin/usbhidctl/usbhid.c: In function `dumpdata':
/c/src/usr.bin/usbhidctl/usbhid.c:228: incompatible type for argument 3 of 
`hid_report_size'
*** Error code 1

Stop in /c/src/usr.bin/usbhidctl.
*** Error code 1

Stop in /c/src/usr.bin.
*** Error code 1

Stop in /c/src.
*** Error code 1

Stop in /c/src.
*** Error code 1

Stop in /c/src.


-- 
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: world build fails - usbhidctl.c

2000-10-18 Thread Christoph Kukulies

On Wed, Oct 18, 2000 at 10:26:45AM +0200, Vallo Kallaste wrote:
 On Wed, Oct 18, 2000 at 09:32:27AM +0200, Christoph Kukulies 
[EMAIL PROTECTED] wrote:
 
  I cvssupped a couple of times in the past three days
  and the problem does not go away:
  
  report_size'
  /c/src/usr.bin/usbhidctl/usbhid.c:160: incompatible type for argument 3 of 
`hid_report_size'
  /c/src/usr.bin/usbhidctl/usbhid.c: In function `dumpdata':
  /c/src/usr.bin/usbhidctl/usbhid.c:228: incompatible type for argument 3 of 
`hid_report_size'
  *** Error code 1
  
  Stop in /c/src/usr.bin/usbhidctl.
  *** Error code 1
 
 Same here.


Thanks for the data point. But it seems to be gone already by
cvsup this morning.

 -- 
 
 Vallo Kallaste
 [EMAIL PROTECTED]

-- 
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



scp times out or gets crc errors

2000-10-13 Thread Christoph Kukulies

I'm getting strange crc errors and timeouts when trying to use scp (secure
rcp from ssh) to copy some files.

kuku scp *.jpg remotehost:
[EMAIL PROTECTED]'s password: 
kukuck1.jpg  100% |*|   196 KB00:06
Read from remote host [EMAIL PROTECTED]: Operation timed out
lost connection

I'm not sure whether it could be also an isdn issue so I'm cc'ing to the
isdn list.

-- 
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: scp times out or gets crc errors

2000-10-13 Thread Christoph Kukulies

Forgot to mention that it's -current of two days ago while
it used to work on a 6 months old -current.


On Fri, Oct 13, 2000 at 09:45:03AM +0200, Christoph Kukulies wrote:
 I'm getting strange crc errors and timeouts when trying to use scp (secure
 rcp from ssh) to copy some files.
 
 kuku scp *.jpg remotehost:
 [EMAIL PROTECTED]'s password: 
 kukuck1.jpg  100% |*|   196 KB00:06
 Read from remote host [EMAIL PROTECTED]: Operation timed out
 lost connection
 
 I'm not sure whether it could be also an isdn issue so I'm cc'ing to the
 isdn list.
 
 -- 
 Chris Christoph P. U. Kukulies [EMAIL PROTECTED]
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with "unsubscribe freebsd-current" in the body of the message

-- 
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



locate dumps core

2000-10-12 Thread Christoph Kukulies

I cvsup'ed -current yesterday into my living 6 months
old -current, built world, tweaked here and there to get
kernel config file working, disk devide nodes etc.
am up and running again but locate dumps core at the end
of the list of found files.

-- 
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]
"The Hammond Tonewheel Organ - God's harmonica"
http://blues.physik.rwth-aachen.de/hammond.html



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



panic in the morning

2000-04-19 Thread Christoph Kukulies


With a kernel built Apr 18th (and also today, Apr 19th) I'm getting
panics when starting up in multiuser mode but also strange things
happen when trying to boot /kernel -s

In the latter case I was dropped into ddb after being prompted with
something like mountroot
 
I'm running i4b (isdnd) and the old PCI shims (ncr), FWIW.
 
Also I don't know if it is now a bug or a feature: I compiled DDB into
the kernel this morning after getting the panics (which were in strcmp()
or strcpy() in the kernel, process was 'sh' in the panic log. After booting
this DDB kernel first time the kernel didn't panic apparently but it
was 'shutdown' smoothly (bufdaemon was stopped and kernel was halted).
 
(looked like a feature but I couldn't see any benefit since I don't know
whether it really panick'ed and if, where it did).
 
All in all strange things are happening at the moment. Also ftpd
tells me some module could not be loaded (auth_pam).

I was hardly able to get up . Only with heavily hitting ^C through the daemon
starup phase I got the kernel running. Maybe some daemon is the
culprit (Mysqld, squid, sshd)?


Will supply dmesg and CONFIG later - in a hurry at the moment...
 
-- 
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: panic in the morning

2000-04-19 Thread Christoph Kukulies

On Wed, Apr 19, 2000 at 12:44:22PM +0200, Christoph Kukulies wrote:
 
 With a kernel built Apr 18th (and also today, Apr 19th) I'm getting
 panics when starting up in multiuser mode but also strange things
 happen when trying to boot /kernel -s
 
 In the latter case I was dropped into ddb after being prompted with
 something like mountroot
  
 I'm running i4b (isdnd) and the old PCI shims (ncr), FWIW.
  
 Also I don't know if it is now a bug or a feature: I compiled DDB into
 the kernel this morning after getting the panics (which were in strcmp()
 or strcpy() in the kernel, process was 'sh' in the panic log. After booting
 this DDB kernel first time the kernel didn't panic apparently but it
 was 'shutdown' smoothly (bufdaemon was stopped and kernel was halted).
  
 (looked like a feature but I couldn't see any benefit since I don't know
 whether it really panick'ed and if, where it did).
  
 All in all strange things are happening at the moment. Also ftpd
 tells me some module could not be loaded (auth_pam).
 
 I was hardly able to get up . Only with heavily hitting ^C through the daemon
 starup phase I got the kernel running. Maybe some daemon is the
 culprit (Mysqld, squid, sshd)?
 
 
 Will supply dmesg and CONFIG later - in a hurry at the moment...

OK, here goes:
Copyright (c) 1992-2000 The FreeBSD Project.
Copyright (c) 1982, 1986, 1989, 1991, 1993
The Regents of the University of California. All rights reserved.
FreeBSD 5.0-CURRENT #1: Wed Apr 19 12:13:34 CEST 2000
[EMAIL PROTECTED]:/usr/src/sys/compile/MONKAVMIFB
Timecounter "i8254"  frequency 1193182 Hz
Timecounter "TSC"  frequency 499946900 Hz
CPU: Pentium III/Pentium III Xeon (499.95-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x673  Stepping = 3
  
Features=0x387f9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,PN,MMX,FXSR,XMM
real memory  = 134152192 (131008K bytes)
avail memory = 126861312 (123888K bytes)
Preloaded elf kernel "kernel" at 0xc037f000.
Pentium Pro MTRR support enabled
npx0: math processor on motherboard
npx0: INT 16 interface
pcib0: Intel 82443BX (440 BX) host to PCI bridge on motherboard
pci0: PCI bus on pcib0
pcib1: Intel 82443BX (440 BX) PCI-PCI (AGP) bridge at device 1.0 on pci0
pci1: PCI bus on pcib1
pci1: NVidia Riva Ultra Vanta TNT2 graphics accelerator at 0.0 irq 11
isab0: Intel 82371AB PCI to ISA bridge at device 7.0 on pci0
isa0: ISA bus on isab0
atapci0: Intel PIIX4 ATA33 controller port 0xf000-0xf00f at device 7.1 on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
pci0: Intel 82371AB/EB (PIIX4) USB controller at 7.2 irq 10
chip1: Intel 82371AB Power management controller port 0x5000-0x500f at device 7.3 on 
pci0
pcm0: AudioPCI ES1371 port 0xe400-0xe43f irq 12 at device 10.0 on pci0
xl0: 3Com 3c905B-TX Fast Etherlink XL port 0xe800-0xe87f mem 0xe900-0xe97f 
irq 10 at device 11.0 on pci0
xl0: Ethernet address: 00:50:04:52:4f:73
miibus0: MII bus on xl0
xlphy0: 3Com internal media interface on miibus0
xlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
ncr0: ncr 53c810a fast10 scsi port 0xec00-0xecff mem 0xe9001000-0xe90010ff irq 11 at 
device 12.0 on pci0
ncr0: driver is using old-style compatability shims
fdc0: NEC 72065B or clone at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1440-KB 3.5" drive on fdc0 drive 0
atkbdc0: Keyboard controller (i8042) at port 0x60,0x64 on isa0
atkbd0: AT Keyboard irq 1 on atkbdc0
vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on isa0
sc0: System console on isa0
sc0: VGA 16 virtual consoles, flags=0x200
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1 at port 0x2f8-0x2ff irq 3 flags 0x10 on isa0
sio1: type 16550A
ppc0: Parallel port at port 0x378-0x37f irq 7 on isa0
ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode
ppbus0: IEEE1284 device found 
Probing for PnP devices on ppbus0:
ppi0: Parallel I/O on ppbus0
ppi0: can't allocate irq
device_probe_and_attach: ppi0 attach returned 12
lpt0: Printer on ppbus0
lpt0: Interrupt-driven port
plip0: PLIP network interface on ppbus0
isic0 at port 
0x1b40-0x1b5f,0x1720-0x173f,0x720-0x73f,0xf20-0xf3f,0x1340-0x135f,0x340-0x35f,0xb40-0xb5f
 irq 5 flags 0x4 on isa0
isic0: AVM A1 or Fritz!Card Classic
unknown: PNP can't assign resources
unknown0: PNP0200 at port 0-0xf,0x81-0x83,0x87,0x89-0x8b,0x8f-0x91,0xc0-0xdf drq 4 
on isa0
unknown1: PNP0100 at port 0x40-0x43 irq 0 on isa0
unknown2: PNP0b00 at port 0x70-0x71 irq 8 on isa0
unknown: PNP0303 can't assign resources
pca0: AT-style speaker sound at port 0x61 on isa0
unknown3: PNP0c04 at port 0xf0-0xff irq 13 on isa0
unknown4: PNP0c01 at iomem 0-0x9,0xfffe-0x,0x10-0x7ff on isa0
unknown5: PNP0c02 at iomem 
0xf-0xf3fff,0xf4000-0xf7fff,0xf8000-0xf,0xd-0xd3fff on isa0
unknown6: PNP0a03 at port 
0x294-0x297,0x4d0-0x4d1,0xcf8-0xcff,0x480-0x48f,0x4000-0x403f,0x5000

Re: panic in the morning

2000-04-19 Thread Christoph Kukulies

On Wed, Apr 19, 2000 at 03:24:05PM +0200, Christoph Kukulies wrote:
 On Wed, Apr 19, 2000 at 12:44:22PM +0200, Christoph Kukulies wrote:
  
  With a kernel built Apr 18th (and also today, Apr 19th) I'm getting
  panics when starting up in multiuser mode but also strange things
  happen when trying to boot /kernel -s
  
  In the latter case I was dropped into ddb after being prompted with
  something like mountroot
   
  I'm running i4b (isdnd) and the old PCI shims (ncr), FWIW.
   
  Also I don't know if it is now a bug or a feature: I compiled DDB into
  the kernel this morning after getting the panics (which were in strcmp()
  or strcpy() in the kernel, process was 'sh' in the panic log. After booting
  this DDB kernel first time the kernel didn't panic apparently but it
  was 'shutdown' smoothly (bufdaemon was stopped and kernel was halted).
   
  (looked like a feature but I couldn't see any benefit since I don't know
  whether it really panick'ed and if, where it did).
   
  All in all strange things are happening at the moment. Also ftpd
  tells me some module could not be loaded (auth_pam).
  
  I was hardly able to get up . Only with heavily hitting ^C through the daemon
  starup phase I got the kernel running. Maybe some daemon is the
  culprit (Mysqld, squid, sshd)?

The panic is gone. I disabled the loading of the linuxulator in /etc/rc.local
and re-brandelf'ed it. Unfortunately I have no longer any proof that
it really *was* the linux emulator (should have made a copy). So what.


-- 
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: panic in the morning

2000-04-19 Thread Christoph Kukulies

On Wed, Apr 19, 2000 at 10:18:38AM -0400, Bill Fumerola wrote:
 On Wed, Apr 19, 2000 at 03:49:28PM +0200, Christoph Kukulies wrote:
 
  The panic is gone. I disabled the loading of the linuxulator in /etc/rc.local
  and re-brandelf'ed it. Unfortunately I have no longer any proof that

Yikes! Nonesense. Wipe out. rubbish. Make unsaid! brandelf is for linux
binaries, not the module. Had a bad day.

  it really *was* the linux emulator (should have made a copy). So what.
 
 Module out of date with kernel?

I cvsup'ed, built world and kernel. Hhmm, actually I see no reason why
there should be a problem since everything should be done by make world.

 
 -- 
 Bill Fumerola - Network Architect
 Computer Horizons Corp - CVM
 e-mail: [EMAIL PROTECTED] / [EMAIL PROTECTED]
 Office: 800-252-2421 x128 / Cell: 248-761-7272
 
 

-- 
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



world build fails - somewhere in netgraph stuff

2000-04-10 Thread Christoph Kukulies

=== sys/modules/netgraph/mppc
@ - /usr/src/sys
machine - /usr/src/sys/i386/include
touch opt_netgraph.h
echo "#define NETGRAPH_MPPC_ENCRYPTION 1"  opt_netgraph.h
make: don't know how to make rc4.c. Stop
*** Error code 2

Stop in /usr/src/sys/modules/netgraph.
*** Error code 1

-- 
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



FDDI cards in -current

2000-03-16 Thread Christoph Kukulies


Planning a router between FDDI and Fast Ethernet I'm wondering
if I'm on the safe side when using FreeBSD 4.0-current for this project
rather than being more conservative and use an older version of the OS.

What FDDI cards could be recommended? (There aren't many, though, I believe).

-- 
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



cd9660 - device not configured

2000-03-01 Thread Christoph Kukulies


-current of Feb, 26th. 

Innocently I wanted to

mount -t cd9660 /dev/acd1c /dist

to grab some newer XF86 from the CD when 

cd9660: device not configured 

was thrown at me.


-- 
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: cd9660 - device not configured

2000-03-01 Thread Christoph Kukulies

On Wed, Mar 01, 2000 at 03:40:38PM +0100, Soren Schmidt wrote:
 It seems Christoph Kukulies wrote:
  
  -current of Feb, 26th. 
  
  Innocently I wanted to
  
  mount -t cd9660 /dev/acd1c /dist
  
  to grab some newer XF86 from the CD when 
  
  cd9660: device not configured 
  
  was thrown at me.
 
 And you have an acd1 device ??
 check you /dev for up to date entries...

isdn-kukulies# ls -l acd*
crw-r-  1 root  operator  117,   0  1 Mär 12:57 acd0a
crw-r-  1 root  operator  117,   2  1 Mär 12:57 acd0c
brw-r-  1 root  operator   19,   8  8 Feb 08:30 acd1a
brw-r-  1 root  operator   19,  10  8 Feb 08:30 acd1c
isdn-kukulies# 

dmesg:

atapci0: Intel PIIX4 ATA33 controller port 0xf000-0xf00f at device 7.1 on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0

...

ad0: 19574MB IBM-DPTA-372050 [39770/16/63] at ata0-master using UDMA33
acd0: CDROM FX400_02 at ata1-master using PIO3
acd1: CDROM ATAPI 48X CDROM at ata1-slave using PIO4

 
 -Søren

-- 
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: RSA/openssl compile problem

2000-02-28 Thread Christoph Kukulies

On Mon, Feb 28, 2000 at 11:47:22PM +0800, Peter Wemm wrote:
 "Jordan K. Hubbard" wrote:
   OK, I browsed through the source tree to locate something looking 
   like an RSA package and found  /usr/src/crypto/openssl
  
  /usr/src/crypto is just like /usr/src/contrib - you *never* attempt
  to build things out of it.  That will fail.

OK, I cvsup'ed from ftp.internat.freebsd.org cvs-crypto
Just for the record, FWIW:

# make -i
=== lib
=== lib/libcipher
=== lib/libtelnet
=== lib/libcrypto
=== lib/librsaglue
=== lib/libssl
=== lib/librsausa
Warning: Object directory not changed from original /usr/src/secure/lib/librsausa
=== lib/librsaintl
Warning: Object directory not changed from original /usr/src/secure/lib/librsaintl
=== lib/libssh
=== libexec
=== libexec/telnetd
=== usr.bin
=== usr.bin/bdes
=== usr.bin/telnet
=== usr.bin/openssl
cc -O -pipe -DMONOLITH -DNO_IDEA -I/usr/src/secure/usr.bin/openssl-o openssl 
apps.o asn1pars.o ca.o ciphers.o crl.o crl2p7.o dgst.o dh.o dsa.o dsaparam.o enc.o 
errstr.o gendh.o gendsa.o genrsa.o nseq.o openssl.o pkcs12.o pkcs7.o pkcs8.o req.o 
rsa.o s_cb.o s_client.o s_server.o s_socket.o s_time.o sess_id.o speed.o verify.o 
version.o x509.o  -lssl -lcrypto
speed.o: In function `speed_main':
speed.o(.text+0x5f7): undefined reference to `RSA_PKCS1'
*** Error code 1 (ignored)
=== usr.bin/scp
=== usr.bin/ssh
=== usr.bin/ssh-add
=== usr.bin/ssh-agent
=== usr.bin/ssh-keygen
=== usr.sbin
=== usr.sbin/sshd

Anyway, make -i install got around this and /usr/bin/ssh now works:

# ldd /usr/bin/ssh
/usr/bin/ssh:
libcrypto.so.1 = /usr/lib/libcrypto.so.1 (0x2807c000)
libutil.so.3 = /usr/lib/libutil.so.3 (0x28118000)
libz.so.2 = /usr/lib/libz.so.2 (0x28122000)
libc.so.4 = /usr/lib/libc.so.4 (0x2812f000)

  
  What you need is simply the rsaref package.  I think somebody was
  supposed to improve the wording that the stubs emit, the version I
  originally committed (but Peter now has sole responsibility for :)
  having only place-holder text.  The real text should talk about
  installing the rsaref package if you're in the US or the rsaintl
  package if you're outside the US.  Of course, the rsaintl package
  doesn't quite *exist* yet, but that's another story. :-)
 
 librsaintl existed right from the start of the rsa (not rsaref) dlopen()
 functionality, see src/secure/lib/librsaintl.
 
 Cheers,
 -Peter

-- 
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



RSA/openssl compile problem

2000-02-27 Thread Christoph Kukulies


After my nightly build of -current ran through on Feb 26th and had installed
everything I find myself with things broken WRT ssh.

My first invocation of ssh resulted in a warning that it was
creating a new host entry in known_hosts, then I got :
** R_RandomInit: Unable to find an rsaref shared library (librsaref.so).
** Install an RSA package on your system and run this program again

OK, I browsed through the source tree to locate something looking 
like an RSA package and found  /usr/src/crypto/openssl

But trying to compile/install fails. I did a 
Configure FreeBSD-elf and everything looked fine in the first place
but then:

making links in crypto/rc5...
Makefile = Makefile.ssl
rc5.h = ../../include/openssl/rc5.h
rc5test.c = ../../test/rc5test.c
cd: can't cd to idea
*** Error code 2


and also ..

Making all in crypto...
make: don't know how to make ../include/openssl/bio.h. Stop
*** Error code 1

Stop in /usr/src/crypto/openssl.
 then:

-- 
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



4.0 snapshot install problems

2000-02-14 Thread Christoph Kukulies

(440 BX AGP), PIII/350 (Celeron)

I have had problems today when I wanted to upgrade a system from 3.3 to
4.0-2208-snapshot.

Despite from my root partition was overflowing causing me
a lot of trouble in the first place subsequent installs
got hung at the point where devices were probed. last device
probed was ad0. Then it hung forever. (that was already under the sysinstall
interface).

Also during boot probing the ata0 PCI device I was observing the system
hanging for a long time (a minute or so). Then there was isa0 detected
and later pci-isa0 (or something flagged as already installed).

I've fallen back to 3.4 for the moment.


-- 
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



ntop problem

2000-02-08 Thread Christoph Kukulies

Sorry, this is not -current (FreeBSD 3.2) but 
to file a bug report I think it's still too vague...

I ran ntop (/usr/ports/net/ntop) for a moment,
typed j inadvertently and ntop bailed out.

 From then on I'm hearing beeps all the way. I restarted
ntop. Beeps went away. q in ntop. Beeps are there again.
reran ntop. Suddenly:

 'Cannot set scheduling timer' at line ? in file 
/usr/src/lib/libc_r/uthread/uthread_kern.c 


Hm, think I'll have to reboot ...


-- 
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: locking problem FreeBSD 3.4 - kermit and mgetty

2000-01-27 Thread Christoph Kukulies

On Wed, Jan 26, 2000 at 11:13:55PM +0100, Gert Doering wrote:
 Hi,
 
 On Tue, Jan 25, 2000 at 08:51:40PM +0100, Christoph Kukulies wrote:
  But as a result mgetty gets into kermit's ways such that when a
  modem connection is made I suddenly get a modem prompt like
  +FCON as if someone (mgetty) is either messing with my local
  or the remote modem while kermit opens the connection.
 
 The modem is in fax mode, and has established a fax connection.  Have
 kermit send an AT+FCLASS=0 first.

OK, this may be a repair but I'm wondering why that worked before
and now I have to take special measures. Or is it perhaps 
kermit's fault?

 
 gert
 -- 
 USENET is *not* the non-clickable part of WWW!
//www.muc.de/~gert/
 Gert Doering - Munich, Germany [EMAIL PROTECTED]
 fax: +49-89-35655025[EMAIL PROTECTED]

-- 
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



locking problem FreeBSD 3.4 - kermit and mgetty

2000-01-25 Thread Christoph Kukulies


C-Kermit 7.0.196 Beta.11, 6 Dec 1999, for FreeBSD 3.0
mgetty: experimental test release 1.1.21-Jul24

FreeBSD 3.4

I had running kermit and mgetty running happily together,
one not disturbing the other (I had a mgetty running on cuaa1 (/etc/ttys))
and when I hand dialed via kermit mgetty got politely out of the way.
(never cared about it - it used to work under FreeBSD 2.2.8).

Now after an upgrade to FreeBSD 3.4 I added the packages above (kermit
and mgetty) to have up-to-date binaries.

But as a result mgetty gets into kermit's ways such that when a
modem connection is made I suddenly get a modem prompt like
+FCON as if someone (mgetty) is either messing with my local
or the remote modem while kermit opens the connection.

Clueless. Can only do a kill -TSTP 1 , kill the last mgetty and
use kermit and have to kill -HUP 1 after that.


-- 
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



sysinstall - ALT F2 black screen

1999-02-16 Thread Christoph Kukulies

I'm installing on a ASUS P55T2P4 again on an IBM DHEA 38451 with the
3.0 STABLE install floppies. 

Making filesystem on wd0s1f took quite long and did not end. Trying to
switch to the DEBUG screen (ALT F2) gives me a black screen.

Anyone seen this?

Or is my hardware still screwed? Not finding the wdc controllers
in previous efforts was caused by some special wiring the colleague added
to disable the hard disks by a switch on the front panel (which took
off power from the hard drive while leaving it cabled to the controller).


-- 
Chris Christoph P. U. Kukulies k...@gil.physik.rwth-aachen.de


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


Re: sysinstall - ALT F2 black screen

1999-02-16 Thread Christoph Kukulies
On Tue, Feb 16, 1999 at 12:26:46PM -0800, Mike Smith wrote:
  
  I'm installing on a ASUS P55T2P4 again on an IBM DHEA 38451 with the
  3.0 STABLE install floppies. 
  
  Making filesystem on wd0s1f took quite long and did not end. Trying to
  switch to the DEBUG screen (ALT F2) gives me a black screen.
  
  Anyone seen this?

Second boot and doing it all over again didn't show the black screen
and the system got installed fine fed from ftp.freebsd.org.

Thanks.

 
 Works fine here on an 8GB Western Digital.
 

-- 
Chris Christoph P. U. Kukulies k...@gil.physik.rwth-aachen.de


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



3.0 install woes

1999-02-09 Thread Christoph Kukulies

I took a 3.0 kernel #3 floppy and tried to install 3.0 on two systems
and both failed:

1. System:

 PCB Motherboard , Amd 386/40, Cyrix FasMath (w/ or w/o)
 8 MB, IDE IBM DHEA 38451 (16384/16/63)

 The most I could achieve was booting up into blue install screen
 mode but got hung during probing devices (only NE2000, VGA and IDE
 controller present, nothing fancy).

2. System

 ASUS P55T2P4, same HD, but also SCSI disks and a Syquest removable
 medium. P5/200, 128 MB, xl0 network device.

 Symptoms:

 at boot: prompt there is a long beep (for a second or so) 

 finds xl0, SCSI disks but wdc0 and wdc1 are not found !.
 (although the HD is there in the BIOS)
 
 Comes up into install mode, but when choosing custom-partition
 there are No disks found.


-- 
Chris Christoph P. U. Kukulies k...@gil.physik.rwth-aachen.de

To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message


Re: 3.0 install woes

1999-02-09 Thread Christoph Kukulies
On Tue, Feb 09, 1999 at 01:37:16PM +0200, Maxim Sobolev wrote:
 This sometimes can happen :( However, to avoid hungs - boot with -c option
 and in visual configure mode disable all devices which you doesn't have.

I should have mentioned that I did that already. The installation disk 
lets you enter into this mode anyway, so there is no need for the -c option
or am I wrong?

 
 Maxim
 
 Christoph Kukulies wrote:
 
  I took a 3.0 kernel #3 floppy and tried to install 3.0 on two systems
  and both failed:
 
  1. System:
 
   PCB Motherboard , Amd 386/40, Cyrix FasMath (w/ or w/o)
   8 MB, IDE IBM DHEA 38451 (16384/16/63)
 
   The most I could achieve was booting up into blue install screen
   mode but got hung during probing devices (only NE2000, VGA and IDE
   controller present, nothing fancy).
 
  2. System
 
   ASUS P55T2P4, same HD, but also SCSI disks and a Syquest removable
   medium. P5/200, 128 MB, xl0 network device.
 
   Symptoms:
 
   at boot: prompt there is a long beep (for a second or so)
 
   finds xl0, SCSI disks but wdc0 and wdc1 are not found !.
   (although the HD is there in the BIOS)
 
   Comes up into install mode, but when choosing custom-partition
   there are No disks found.
   
 
  --
  Chris Christoph P. U. Kukulies k...@gil.physik.rwth-aachen.de
 
  To Unsubscribe: send mail to majord...@freebsd.org
  with unsubscribe freebsd-current in the body of the message

-- 
--Chris Christoph P. U. Kukulies k...@gil.physik.rwth-aachen.de

To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message