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

Re-2: Soekris net4501 & syslogd



It's a modification of the original file, so I suppose they are tabs. 
I also tried the original syslog.conf with no success.
In the meantime I tried writing with 'logger' while syslogd is started
with -d -> no entry in 'messages' and no output from syslogd.
I'm confused...

Jens

> Are those spaces or tabs in your syslogd.conf? It matters...
> 
> On Mar 2, 2004, at 2:51 PM, openbsd@sybrespace.de wrote:
> 
> > Hi Group,
> >
> > I'm currently working on a setup for a Soekris net4501. Now that works
> > quite impressivly but at the moment I have trouble getting pppoe to 
> > work.
> > The other problem is, that can't debug nor see the output of 'ppp' 
> > because
> > syslogd isn't writing anything in its log files except for start, 
> > restart an
> > shutdown messages. The system was created with Chris' flashdist and 
> > modified
> > as needed based on OpenBSD 3.4 stable.
> > I tried using 'logger' to create entries in the message log but no 
> > luck here.
> > The syslog.conf I use is the following:
> >
> > ---snip---
> > #       $OpenBSD: syslog.conf,v 1.13 2003/06/26 18:24:25 jmc Exp $
> > #
> >
> > *.err;kern.debug;auth.notice;authpriv.none;mail.crit    /dev/console
> >
> > *.notice;auth,authpriv,cron,ftp,kern,lpr,mail,user.none 
> > /tmp/var/log/messages
> > kern.debug,user.info,syslog.info                        
> > /tmp/var/log/messages
> > auth.info,authpriv.debug                                
> > /tmp/var/log/authlog
> > daemon.info                                             
> > /tmp/var/log/daemon
> >
> > *.err                                                   root
> > *.notice;auth.debug                                     root
> > *.alert                                                 root
> > *.emerg                                                 *
> > ---snap---
> >
> > Syslogd itself is started with '-p /tmp/log' as /tmp is the mfs 
> > filesystem. The other fs / is mounted -ro (it is the CF-Card).
> >
> > So could anyone point me towards the 'root of the evil'? Except for 
> > syslogd
> > and ppp the things runs smoothly :)
> >
> > DMESG output:
> >
> > ---dmesg snip---
> > root@psychotrope/> dmesg
> > OpenBSD 3.4 (NET4501_v6) #0: Mon Dec  8 22:32:31 CET 2003
> >     root@daemonette:/usr/src/sys/arch/i386/compile/NET4501_v6
> > cpu0: AMD Am5x86 W/B 133/160 ("AuthenticAMD" 486-class)
> > cpu0: FPU
> > real mem  = 66695168 (65132K)
> > avail mem = 59838464 (58436K)
> > using 839 buffers containing 3436544 bytes (3356K) of memory
> > mainbus0 (root)
> > bios0 at mainbus0: AT/286+(00) BIOS, date 20/21/13, BIOS32 rev. 0 @ 
> > 0xf00c0
> > pcibios0 at bios0: rev. 2.0 @ 0xf0000/0x10000
> > pcibios0: pcibios_get_intr_routing - function not supported
> > pcibios0: PCI IRQ Routing information unavailable.
> > pcibios0: PCI bus #0 is the last bus
> > bios0: ROM list: 0xc8000/0xa000
> > pci0 at mainbus0 bus 0: configuration mode 1 (bios)
> > elansc0 at pci0 dev 0 function 0 "AMD ElanSC520 Host-PCI" rev 0x00
> > : product 0 stepping 1.1, CPU clock 133MHz, reset 40<SCP>
> > sis0 at pci0 dev 18 function 0 "NS DP83815 10/100" rev 0x00: irq 10 
> > address 00:00:24:c1:30:18
> > nsphyter0 at sis0 phy 0: DP83815 10/100 integrated, rev. 1
> > sis1 at pci0 dev 19 function 0 "NS DP83815 10/100" rev 0x00: irq 11 
> > address 00:00:24:c1:30:19
> > nsphyter1 at sis1 phy 0: DP83815 10/100 integrated, rev. 1
> > sis2 at pci0 dev 20 function 0 "NS DP83815 10/100" rev 0x00: irq 5 
> > address 00:00:24:c1:30:1a
> > nsphyter2 at sis2 phy 0: DP83815 10/100 integrated, rev. 1
> > isa0 at mainbus0
> > isadma0 at isa0
> > wdc0 at isa0 port 0x1f0/8 irq 14
> > wd0 at wdc0 channel 0 drive 0: <Flash Card>
> > wd0: 1-sector PIO, LBA, 500MB, 1017 cyl, 16 head, 63 sec, 1025136 
> > sectors
> > wd0(wdc0:0:0): using BIOS timings
> > npx0 at isa0 port 0xf0/16: using exception 16
> > pccom0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
> > pccom0: console
> > pccom1 at isa0 port 0x2f8/8 irq 3: ns16550a, 16 byte fifo
> > biomask 4000 netmask 4c20 ttymask 4c20
> > dkcsum: wd0 matched BIOS disk 80
> > root on wd0a
> > rootdev=0x0 rrootdev=0x300 rawdev=0x302
> > ---dmesg snap---
> >
> > I hope that someone has an idea I oversaw.
> >
> > Greets!
> > Jens
> >
> 
> 
> 
> To: openbsd@sybrespace.de