Kerberos 5, how to build whole system including X11R6 with it ?
Hi ! Have a Cisco Router and want to play a bit with Kerberos support. As far as I know Cisco router support Kerberos 5 and I'm not sure, if it works with Kerberos 4 as well. So I though that it might perhaps be a good idea to re-build my FreeBSD 4.0 system and X11 with Kerberos5 support. Is it possible, to replace Kerberos4 support in FreeBSD with Kerberos 5 by simply defining KRB5_HOME=/usr in /etc/make.conf ? Would a make world then use Kerberos5 for FreeBSD ? Are the Kerberos 4 patches included in the XFree86 port Kerberos 4 specific or is there any chance to get it compiled and running with Kerberos 5 Support ??? What would you suggest ??? Try to replace systems Kerberos 4 with Kerberos 5 or build Kerberos 5 in /usr/local/krb5 like prepared in /etc/make.conf and then only link XFree86 with Kerberos 5 under /usr/local/krb5 (which surely make some patches necessary) ?! Thanks for any help Andreas /// -- Andreas Klemm http://www.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD Latest song from our band: http://www.freebsd.org/~andreas/mp3/schaukel.mp3 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: Kerberos 5, how to build whole system including X11R6 with it ?
On Sun, Aug 01, 1999 at 09:55:56PM +0200, Mark Murray wrote: > I have kerberos5 waiting in the wings for a compatible version > (Heimdal will be coming out Real Soon Now). > > In the meanwhile - Kerberos 5 is available as a port, and as > far as I know, X11R6.n K5 is broken, as it is based on a very > early beta of MIT K5. Ok, then a good strategy would be to use version 4 now, try it with Cisos and wait for some time ... Thanks ! Have a nice day (or evening) Andreas /// -- Andreas Klemm http://www.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD Latest song from our band: http://www.freebsd.org/~andreas/mp3/schaukel.mp3 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
-current runs really fine now (very performant)
Last days (week?) I silently complaint about slow/hanging xbuffy process and even mutt reading large inbox (20MB) was very very slow. Now it is again blindingly fast under -current SMP. Don't know, what change did it, but thanks to you all ! Andreas /// -- Andreas Klemm http://www.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD Get new songs from our band: http://www.freebsd.org/~andreas/64bits/index.html To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
several procmail jobs hang ...
A few days ago I updated -current and build /usr/local completely new. One remaining problem is, that procmail jobs seems to hang. First it was a port problem, I installed some (for me) basic services in /home/local and procmail tried to call /usr/local/bin/formail. Now I recompiled procmail using normal /usr/local as PREFIX, but the jobs still hang. After some time they seem to timeout and mail seems to be delivered. Can't say exactly if I have some mail loss. Here, what a ps -axuww shows. andreas 1038 0.0 0.5 1024 704 ?? INs 7:28PM 0:00.03 procmail -f owner [EMAIL PROTECTED] -Y -a -d andreas andreas 1039 0.0 0.5 1024 704 ?? RN7:28PM 0:00.00 procmail -f owner [EMAIL PROTECTED] -Y -a -d andreas andreas 1041 0.0 0.5 1024 704 ?? SNs 7:28PM 0:00.59 procmail -f owner [EMAIL PROTECTED] -Y -a -d andreas andreas 1338 0.0 0.5 1024 704 ?? INs 7:45PM 0:00.02 procmail -f owner [EMAIL PROTECTED] -Y -a -d andreas andreas 1339 0.0 0.5 1024 704 ?? RN7:45PM 0:00.00 procmail -f owner [EMAIL PROTECTED] -Y -a -d andreas andreas 1612 0.0 0.5 1024 712 ?? SNs 7:53PM 0:00.04 procmail -f owner [EMAIL PROTECTED] -Y -a -d andreas root@titan{1006} $ ps -axuww | grep sendmail root 173 0.0 0.7 1372 1060 ?? Is7:16PM 0:00.15 sendmail: accepti ng connections on port 25 (sendmail) root 1035 0.0 0.7 1420 1124 ?? I 7:28PM 0:00.10 /usr/sbin/sendmai l -oee -odi -oi -pUUCP [EMAIL PROTECTED] [EMAIL PROTECTED] root 1040 0.0 0.7 1420 1120 ?? I 7:28PM 0:00.09 /usr/sbin/sendmai l -oee -odi -oi -pUUCP [EMAIL PROTECTED] [EMAIL PROTECTED] root 1337 0.0 0.7 1420 1124 ?? I 7:45PM 0:00.08 /usr/sbin/sendmai l -oee -odi -oi -pUUCP [EMAIL PROTECTED] [EMAIL PROTECTED] root 1611 0.0 0.7 1420 1128 ?? I 7:53PM 0:00.09 /usr/sbin/sendmai l -oee -odi -oi -pUUCP [EMAIL PROTECTED] [EMAIL PROTECTED] .com When recompiling procmail I noticed, that procmail port has been updated as well. Is this port related or might this be due to signal changes in current, which I read shortly in the lists ??? -- Andreas Klemm http://www.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD Get new songs from our band: http://www.freebsd.org/~andreas/64bits/index.html To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: several procmail jobs hang ...
Well, found out, that I don't have any problems using the previous version of procmail 3.13.1. So it's solved for me now. The remaining question is, is this a procmail 3.14 bug, or does the new procmail version introduce some new features in area where in -current is something wrong. Not easy to say for me ... Remains to tell Andrey, that new procmail port is broken for -current. Andreas /// On Sun, Jan 02, 2000 at 08:00:03PM +0100, Andreas Klemm wrote: > A few days ago I updated -current and build /usr/local completely new. > One remaining problem is, that procmail jobs seems to hang. > First it was a port problem, I installed some (for me) basic services > in /home/local and procmail tried to call /usr/local/bin/formail. > Now I recompiled procmail using normal /usr/local as PREFIX, but > the jobs still hang. After some time they seem to timeout and > mail seems to be delivered. Can't say exactly if I have some mail > loss. > > Here, what a ps -axuww shows. > > andreas 1038 0.0 0.5 1024 704 ?? INs 7:28PM 0:00.03 procmail -f owner > [EMAIL PROTECTED] -Y -a -d andreas > andreas 1039 0.0 0.5 1024 704 ?? RN7:28PM 0:00.00 procmail -f owner > [EMAIL PROTECTED] -Y -a -d andreas > andreas 1041 0.0 0.5 1024 704 ?? SNs 7:28PM 0:00.59 procmail -f owner > [EMAIL PROTECTED] -Y -a -d andreas > andreas 1338 0.0 0.5 1024 704 ?? INs 7:45PM 0:00.02 procmail -f owner > [EMAIL PROTECTED] -Y -a -d andreas > andreas 1339 0.0 0.5 1024 704 ?? RN7:45PM 0:00.00 procmail -f owner > [EMAIL PROTECTED] -Y -a -d andreas > andreas 1612 0.0 0.5 1024 712 ?? SNs 7:53PM 0:00.04 procmail -f owner > [EMAIL PROTECTED] -Y -a -d andreas > root@titan{1006} $ ps -axuww | grep sendmail > root 173 0.0 0.7 1372 1060 ?? Is7:16PM 0:00.15 sendmail: accepti > ng connections on port 25 (sendmail) > root 1035 0.0 0.7 1420 1124 ?? I 7:28PM 0:00.10 /usr/sbin/sendmai > l -oee -odi -oi -pUUCP [EMAIL PROTECTED] [EMAIL PROTECTED] > root 1040 0.0 0.7 1420 1120 ?? I 7:28PM 0:00.09 /usr/sbin/sendmai > l -oee -odi -oi -pUUCP [EMAIL PROTECTED] [EMAIL PROTECTED] > root 1337 0.0 0.7 1420 1124 ?? I 7:45PM 0:00.08 /usr/sbin/sendmai > l -oee -odi -oi -pUUCP [EMAIL PROTECTED] [EMAIL PROTECTED] > root 1611 0.0 0.7 1420 1128 ?? I 7:53PM 0:00.09 /usr/sbin/sendmai > l -oee -odi -oi -pUUCP [EMAIL PROTECTED] [EMAIL PROTECTED] > .com > > When recompiling procmail I noticed, that procmail port has been > updated as well. > > Is this port related or might this be due to signal changes in current, > which I read shortly in the lists ??? > > -- > Andreas Klemm http://www.FreeBSD.ORG/~andreas > http://www.freebsd.org/~fsmp/SMP/SMP.html >powered by Symmetric MultiProcessor FreeBSD > Get new songs from our band: http://www.freebsd.org/~andreas/64bits/index.html > > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-current" in the body of the message -- Andreas Klemm http://www.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD Get new songs from our band: http://www.freebsd.org/~andreas/64bits/index.html To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: 4.0 code freeze scheduled for Jan 15th
On Thu, Jan 06, 2000 at 12:55:06PM +0100, Brad Knowles wrote: > More releases more often are better than indefinitely holding up > releases waiting for just that one last thing to be finished. Second that. And to follow on that... FreeBSD 4.0 will become the new STABLE. So 4.0 should become as stable as possible. I think there are certainly many people running on FreeBSD 2.x and 3.x who wait for something like 4.0 to become a new stable release. So we should get them the new STABLE toy ! In that short timeframe this can only be achieved by not including too much new technology into it. Otherwise we label something as STABLE which is in fact something like a -current with respect to IP V6 and IPSec. Additionally it gives developers and customers time to breath. IP V6 and IPSec should be integrated into the new 5.0(?)-current. With FreeBSD-4.0-RELEASE we will get a rapidly growing user base for 4.0 and we'll certainly have enough to do to make it really stable for everybody. In the meantime people have their new testbed in 5.0-current. If the dust has setteled in -current, I'd vote to merge IP V6 and IPsec with as much client tools as possible into something like 4.1-RELEASE. 4.0-STABLE I'd personally not touch with any brand new network code. So people have a chance to remain some time on 4.0-RELEASE or 4.0-STABLE. Another possibility would be to wait until the dust settles after merging IP V6 and IPsec into -current and release FreeBSD 4.0 complete with that features at a later time (+1-2 months). But that's probably not wanted... What do you think of that ?! Andreas /// -- Andreas Klemm http://www.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD Get new songs from our band: http://www.freebsd.org/~andreas/64bits/index.html To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: -pipe switch in kernel compilation
On Mon, Jan 10, 2000 at 04:55:43PM +, George Cox wrote: > G'day, > > While compiling a kernel today, I noticed that the '-pipe' option to gcc > was not being used. Is there any reason for this? I think this is the (historical) default, so that people with only 4-8 MB of RAM don't get into trouble ;-) Where 4 MB isn't sufficient anymore with a GENERIC kernel. You need at least 6 MB or so to boot, then compile a custom kernel and then, if you are lucky, can perhaps run with 4 MB. But that information is about 1-2 years old, don't know, if we perhaps already need 6-8 MB nowadays... Though it's zillions better than M$ crap. -- Andreas Klemm http://www.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD Get new songs from our band: http://www.freebsd.org/~andreas/64bits/index.html To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
update /etc (mergemaster) prior first boot after update (make world) ?
Well, thanks about the information, to recompile/install install (xinstall) prior installworld. One additional question... What would be the best time to update /etc after an update from 3.4-STABLE to 4.0-current ? - prior or - after booting freshly compiled updated system ? Of course I need a 4.0 kernel to boot ... -- Andreas Klemm http://www.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD Get new songs from our band: http://www.freebsd.org/~andreas/64bits/index.html To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
pid 48800 (install), uid 0: exited on signal 12 (core dump)
Problems to install parts of -current after make world (upgrade from 3.4-STABLE to 4.0) I wanted to install config to make a new kernel. As soon as I do a cd config make install I get install -c -s -o root -g wheel -m 555 config /usr/sbin pid 48800 (install), uid 0: exited on signal 12 (core dump) It looks, as If I'm stuck here in the installation process... Luckily I only did a make buildworld ;-) Any ideas ? -- Andreas Klemm http://www.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD Get new songs from our band: http://www.freebsd.org/~andreas/64bits/index.html To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
ata (CDROM mount) and PCCARD problems (xe driver) with 4.0
# Network loopback pseudo-device ether # Ethernet support pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device bpf #Berkeley packet filter -- Andreas Klemm http://www.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD Get new songs from our band: http://www.freebsd.org/~andreas/64bits/index.html To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: ata (CDROM mount) and PCCARD problems (xe driver) with 4.0
On Wed, Feb 02, 2000 at 10:06:56PM +0100, Soren Schmidt wrote: > It seems Andreas Klemm wrote: > > > > b) Can't mount cdrom > > > > mount /cdrom > > Device busy > > Have you upgraded you /dev entries ?? Sorry, pointy hat party here ... no cdrom was inserted :-( I thought it was still in > > # DeviceMountpoint FStype Options DumpPass# > > /dev/wd0s2b noneswapsw 0 0 > You should be using ad* for the disks... O.k., will do that ...sh MAKEDEV ran here ... -- Andreas Klemm http://www.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD Get new songs from our band: http://www.freebsd.org/~andreas/64bits/index.html To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: ata (CDROM mount) and PCCARD problems (xe driver) with 4.0
On Wed, Feb 02, 2000 at 04:48:18PM -0500, Ray Kohler wrote: > On Wed, Feb 02, 2000 at 09:54:04PM +0100, Andreas Klemm wrote: > > b) Can't mount cdrom > > > > mount /cdrom > > Device busy > > > > But I'm not under /cdrom and doesn't have a CD mounted > > I always get "Device busy" if I try to mount a CD without one in the > drive, but it works if I actually put a disk in ;) Oh god ... I thought it was still in (from being at work) ... I was so sure ... sorry about that one ! Well, somebody to pass me the hat ... BTW, what about the xe driver ... do I need 2 hats today ? ;-) -- Andreas Klemm http://www.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD Get new songs from our band: http://www.freebsd.org/~andreas/64bits/index.html To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: Doc on setting up NATd under 4.0-CURRENT ..
On Mon, Feb 07, 2000 at 12:38:26PM -0400, The Hermit Hacker wrote: > > Is there any one of these floating around? List search is still down, > else would have checked there first ... > > And/or, is it the same as 3.x? We've already got one box up, but I seem > to recall there being changes to the FIREWALL and whatnot ... but might be > remembering the wrong thread :( All I had to do is: /etc/rc.conf: firewall_enable="YES" firewall_type="open" natd_enable="YES" natd_interface="ed0" natd_flags="-log -use_sockets -same_ports -unregistered_only" kernel config file: options IPFIREWALL #firewall options IPDIVERT#divert sockets And you need an 'up to date' /etc/rc.firewall, so that this rule will be executed automatically: case ${natd_enable} in [Yy][Ee][Ss]) if [ -n "${natd_interface}" ]; then ${fwcmd} add divert natd all from any to any via ${natd_interface} fi ;; esac -- Andreas Klemm http://www.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD Get new songs from our band: http://www.freebsd.org/~andreas/64bits/index.html To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
solved (was Re: disklabels partition sizes differ ...)
Hi Bruce, it's running now. I removed every slice and started over. I randomly choosed another size for the WIn98 slice (~6GB) installed after that FreeBSD and now I don't get that messages anymore. Maybe fdisk was the culprit ... have no other explanation. Thanks for your help and patience Andreas /// -- Andreas Klemm http://www.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD Get new songs from our band: http://www.freebsd.org/~andreas/64bits/index.html To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
ad4s1: raw partition size != slice size (was Re: disklabels partition sizes differ from FreeBSDs syslog messages on mounting)
On Wed, Feb 23, 2000 at 12:19:29PM +0100, Andreas Klemm wrote: > ad4s1d: start 24322111, end 80035829, size 55713719 > ad4s1: rejecting partition in BSD label: it isn't entirely within the slice > ad4s1f: start 5447743, end 13836350, size 8388608 > ad4s1: rejecting partition in BSD label: it isn't entirely within the slice > ad4s1g: start 13836351, end 15933502, size 2097152 > ad4s1: rejecting partition in BSD label: it isn't entirely within the slice > ad4s1h: start 15933503, end 24322110, size 8388608 After mounting every new filesystem I even get these messages: (after adding fstab and mount -at ufs): ad4s1: raw partition size != slice size ad4s1: start 63, end 12289724, size 12289662 ad4s1c: start 63, end 80035829, size 80035767 ad4s1: truncating raw partition ad4s1: rejecting partition in BSD label: it isn't entirely within the slice ad4s1: start 63, end 12289724, size 12289662 ad4s1d: start 24322111, end 80035829, size 55713719 ad4s1: rejecting partition in BSD label: it isn't entirely within the slice ad4s1f: start 5447743, end 13836350, size 8388608 ad4s1: rejecting partition in BSD label: it isn't entirely within the slice ad4s1g: start 13836351, end 15933502, size 2097152 ad4s1: rejecting partition in BSD label: it isn't entirely within the slice ad4s1h: start 15933503, end 24322110, size 8388608 # DeviceMountpoint FStype Options DumpPass# /dev/ad4s2a /newufs rw 1 2 /dev/ad4s2e /new/varufs rw 1 2 /dev/ad4s2f /new/usrufs rw 1 2 /dev/ad4s2g /new/internet ufs rw 1 2 /dev/ad4s2h /new/home ufs rw 1 2 /dev/ad4s2d /new/data ufs rw 1 2 # /dev/rad4c: type: ESDI disk: ad4s2 label: flags: bytes/sector: 512 sectors/track: 63 tracks/cylinder: 255 sectors/cylinder: 16065 cylinders: 4217 sectors/unit: 67746105 rpm: 3600 interleave: 1 trackskew: 0 cylinderskew: 0 headswitch: 0 # milliseconds track-to-track seek: 0 # milliseconds drivedata: 0 8 partitions: #size offsetfstype [fsize bsize bps/cpg] a: 26214404.2BSD 1024 819216 # (Cyl.0 - 16*) b: 1048576 262144 swap# (Cyl. 16*- 81*) c: 677461050unused0 0 # (Cyl.0 - 4216) d: 37075257 306708484.2BSD 1024 819216 # (Cyl. 1909*- 4216*) e: 8388608 13107204.2BSD 1024 819216 # (Cyl. 81*- 603*) f: 8388608 96993284.2BSD 1024 819216 # (Cyl. 603*- 1125*) g: 4194304 180879364.2BSD 1024 819216 # (Cyl. 1125*- 1387*) h: 8388608 222822404.2BSD 1024 819216 # (Cyl. 1387*- 1909*) -- Andreas Klemm http://www.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD Get new songs from our band: http://www.freebsd.org/~andreas/64bits/index.html To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
ATAPI Problem on LAPTOP, resource_list_alloc: resource_entry busy
Hi, created a FreeBSD 4.0 SNAP yesterday. Made the experience, that 4.0 can't be booted on my Laptop. Unfortunately the reboot takes in effect after a very short time, too short to write down more lines from the kernel Could we perhaps raise the reboot time by default to something like 60 seconds ? Or that you have to hit return ? For an installation kernel this would be a good idea I think ... Hitting Pause didn't help. What informations do you need about the hardware ? I have win95 installed on the machine as well, so I could try to get some hardware info from there ... or wait until I have 3.x installed again. -- Andreas Klemm http://www.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD Get new songs from our band: http://www.freebsd.org/~andreas/64bits/index.html To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
timeout problems HighPoint HPT366 ATA66 controller && 40 GB Diamond Max Plus
6, start 32162193, end = 32772599, size 610407 : OK ad4s1: type 0xb, start 63, end = 8193149, size 8193087 : OK ad4s2: type 0xf, start 8193150, end = 32772599, size 24579450 : OK ad4s3: type 0xa5, start 32772600, end = 80035829, size 47263230 : OK ad4s5: type 0xb, start 8193213, end = 16386299, size 8193087 : OK ad4: type 0x5, start 16386300, end = 24579449, size 8193150 : OK ad4s6: type 0xb, start 16386363, end = 24579449, size 8193087 : OK ad4: type 0x5, start 24579450, end = 32162129, size 7582680 : OK ad4s7: type 0xb, start 24579513, end = 32162129, size 7582617 : OK ad4: type 0x5, start 32162130, end = 32772599, size 610470 : OK ad4s8: type 0x6, start 32162193, end = 32772599, size 610407 : OK splash: image decoder found: daemon_saver xl0: promiscuous mode enabled xl0: promiscuous mode disabled (da0:ahc0:0:0:0): tagged openings now 32 (da1:ahc0:0:1:0): tagged openings now 32 (da3:ahc0:0:3:0): tagged openings now 32 (da2:ahc0:0:2:0): tagged openings now 32 # # Kernel Config File: TITAN # # by Andreas Klemm, Sat Sep 25 21:30:05 CEST 1999 # machine i386 cpu I686_CPU ident TITAN maxusers100 #makeoptionsDEBUG=-g#Build kernel with gdb(1) debug symbols options INCLUDE_CONFIG_FILE #Include this file in kernel options INET#Internet communications protocols #option INET6 #IPv6 communications protocols #option IPSEC #IP security #option IPSEC_ESP #IP security (crypto; define w/ IPSEC) #option IPSEC_IPV6FWD #IP security tunnel for IPv6 ##options IPSEC_DEBUG #debug for IP security options FFS #Berkeley Fast Filesystem options FFS_ROOT#FFS usable as root device [keep this!] options MFS #Memory Filesystem options NFS #Network Filesystem options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options UCONSOLE#Allow users to grab the console options KTRACE #ktrace(1) syscall trace support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options SOFTUPDATES #Softupdates options MD5 options NSWAPDEV=4 options COMPAT_LINUX options SHOW_BUSYBUFS options P1003_1B options _KPOSIX_PRIORITY_SCHEDULING options _KPOSIX_VERSION=199309L options USER_LDT #optionsIPX #IPX/SPX communications protocols #optionsNCP #NetWare Core protocol #optionsNETATALK#Appletalk communications protocols #optionsCODA#CODA filesystem. #pseudo-device vcoda 4 #coda minicache <-> venus comm. # Size of the kernel message buffer. Should be N * pagesize. options MSGBUF_SIZE=40960 # To make an SMP kernel, the next two are needed options SMP # Symmetric MultiProcessor Kernel options APIC_IO # Symmetric (APIC) I/O # Optionally these may need tweaked, (defaults shown): #optionsNCPU=2 # number of CPUs #optionsNBUS=4 # number of busses #optionsNAPIC=1 # number of IO APICs #optionsNINTR=24# number of INTs # Options for the VM subsystem #optionsPQ_NOOPT# No coloring #optionsPQ_LARGECACHE # color for 512k/16k cache options PQ_HUGECACHE# color for 1024k/16k cache device isa0 #device pnp0# PnP support for ISA device pci0 # Floppy drives device fdc0at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 # SCSI Controllers # A single entry for any of these controllers (ncr, ahb, ahc) is # sufficient for any number of installed devices. device ahc0# AHA2940 and onboard AIC7xxx devices # SCSI Options options SCSI_DELAY=8000 #Be pessimistic about Joe SCSI device options AHC_ALLOW_MEMIO # SCSI peripherals # Only one of each of these is needed, they are dynamically allocated. device scbus0 # SCSI bus (required) device da0 # Direct Access (disks) device sa0 # Sequential Access (tape etc) device cd0 # CD device pass0 # Passthrough device (direct SCSI access) # atkbdc0 controls both the keyboard and the PS/2 mouse device
Re: timeout problems HighPoint HPT366 ATA66 controller && 40 GB Diamond Max Plus
Well, this settings hw.atamodes: ---,---,---,---,pio,---,---,---,---,---, result still in ad4: WRITE command timeout - resetting ata2: resetting devices .. done ad4: timeout waiting for DRQad4: WRITE command timeout - resetting ata2: resetting devices .. done ad4: timeout waiting for DRQ (was a bonnie -s 100) -- Andreas Klemm http://www.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD Get new songs from our band: http://www.freebsd.org/~andreas/64bits/index.html To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: timeout problems HighPoint HPT366 ATA66 controller && 40 GB Diamond Max Plus
On Tue, Feb 22, 2000 at 09:32:43AM +0100, Soren Schmidt wrote: > You have a config problem Oh ... > Now where did this come form: > > ata4: iobase=0x01f0 altiobase=0x03f6 bmaddr=0x > > ata4: mask=00 status0=ff status1=ff > > ata4: probe allocation failed > > > ata2-master: success setting up UDMA4 mode on HPT366 chip > > ad4: ATA-5 disk at ata2 as master > > ad4: 39082MB (80041248 sectors), 79406 cyls, 16 heads, 63 S/T, 512 B/S > > ad4: 16 secs/int, 1 depth queue, UDMA66 > > ad4: piomode=4 dmamode=2 udmamode=4 cblid=1 Hmmm... > > # ATA and ATAPI devices > > device ata0at isa? port IO_WD1 irq 14 Thought, this would be necessary. > > #device ata1at isa? port IO_WD2 irq 15 > > device ata > > device atadisk # ATA disk drives > > #device atapicd # ATAPI CDROM drives > > #device atapifd # ATAPI floppy drives > > #device atapist # ATAPI tape drives > > options ATA_STATIC_ID #Static device numbering > > #optionsATA_ENABLE_ATAPI_DMA#Enable DMA on ATAPI devices > > make that: > > deviceata > deviceatadisk > options ATA_STATIC_ID Will try that. BTW, I tried this night (til 5am *sigh*) to make the device run under the Boards IDE controller. To make that happen I did the (probably mistake), to set a cylinder limitation jumper and install a special BIOS on the disk using the MaxBlast software from Maxtors ftp site. Since then the disk only had 4111cyl/255heads/64sectors =66043215 sectors. Now the drive ran fine under Windows and FreeBSD, but when I removed the jumper on the disk and tried again the abit EIDE controller, the disk wasn't recognized anymore. O.k. at 5am I was f***ing tired... Did I do something wrong to my disk using this maxtor utility ? Does somebody know, if there is a magic trick, to remove the BIOS ? I'll now try, what FreeBSD says to the drive, when I install the new kernel and if I remove the jumpers... Andreas /// -- Andreas Klemm http://www.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD Get new songs from our band: http://www.freebsd.org/~andreas/64bits/index.html To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: timeout problems HighPoint HPT366 ATA66 controller && 40 GB Diamond Max Plus
mode enabled xl0: promiscuous mode disabled (da0:ahc0:0:0:0): tagged openings now 32 (da1:ahc0:0:1:0): tagged openings now 32 (da3:ahc0:0:3:0): tagged openings now 32 (da2:ahc0:0:2:0): tagged openings now 32 machine i386 cpu I686_CPU ident TITAN maxusers100 options INCLUDE_CONFIG_FILE #Include this file in kernel options INET#Internet communications protocols options FFS #Berkeley Fast Filesystem options FFS_ROOT#FFS usable as root device [keep this!] options MFS #Memory Filesystem options NFS #Network Filesystem options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options UCONSOLE#Allow users to grab the console options KTRACE #ktrace(1) syscall trace support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options SOFTUPDATES #Softupdates options MD5 options NSWAPDEV=4 options COMPAT_LINUX options SHOW_BUSYBUFS options P1003_1B options _KPOSIX_PRIORITY_SCHEDULING options _KPOSIX_VERSION=199309L options USER_LDT options MSGBUF_SIZE=40960 options SMP # Symmetric MultiProcessor Kernel options APIC_IO # Symmetric (APIC) I/O options PQ_HUGECACHE# color for 1024k/16k cache device isa0 device pci0 device fdc0at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 device ahc0# AHA2940 and onboard AIC7xxx devices options SCSI_DELAY=8000 #Be pessimistic about Joe SCSI device options AHC_ALLOW_MEMIO device scbus0 # SCSI bus (required) device da0 # Direct Access (disks) device sa0 # Sequential Access (tape etc) device cd0 # CD device pass0 # Passthrough device (direct SCSI access) device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 device psm0at atkbdc? irq 12 device vga0at isa? pseudo-device splash device sc0 at isa? options MAXCONS=4 # number of virtual consoles options SC_HISTORY_SIZE=200 # number of history buffer lines device npx0at nexus? port IO_NPX irq 13 device sio0at isa? port IO_COM1 flags 0x10 irq 4 device sio1at isa? port IO_COM2 irq 3 device ppc0at isa? port? irq 7 device ppbus0 # Parallel port bus (required) device lpt0at ppbus? # Printer device plip0 at ppbus? # TCP/IP over parallel device ppi0at ppbus? # Parallel port interface device options MROUTING# Multicast routing options IPFIREWALL #firewall options IPFIREWALL_VERBOSE #print information about dropped packets options IPFIREWALL_FORWARD #enable xparent proxy support options IPFIREWALL_VERBOSE_LIMIT=100#limit verbosity options IPDIVERT#divert sockets options ICMP_BANDLIM options DUMMYNET device miibus0 # MII bus support device xl0 # 3Com 3c90x (``Boomerang'', ``Cyclone'') device ed0 at isa? port 0x280 irq 5 iomem 0xd8000 pseudo-device loop# Network loopback pseudo-device ether # Ethernet support options PPP_BSDCOMP #PPP BSD-compress support options PPP_DEFLATE #PPP zlib/deflate/gzip support options PPP_FILTER #enable bpf filtering (needs bpfilter) pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device gzip# Exec gzipped a.out's pseudo-device bpf #Berkeley packet filter pseudo-device vn #Vnode driver (turns a file into a device) pseudo-device snp 3 #Snoop device - to look at pty/vty/etc.. pseudo-device ccd 4 #Concatenated disk driver device smbus0 device iicbus0 device iicbb0 device intpm0 device smb0at smbus? device ata device atadisk # ATA disk drives options ATA_STATIC_ID #Static device numbering -- Andreas Klemm http://www.FreeBSD.ORG/~andreas
Re: timeout problems HighPoint HPT366 ATA66 controller && 40 GB Diamond Max Plus
On Tue, Feb 22, 2000 at 01:39:46PM +0100, Soren Schmidt wrote: > Hmm, this looks very wierd, Oh yes ;-) BTW no problem with win98 or Win2000 installation. > how is your BIOS setup wrt to onboard ATA channels ?? > Try to use a "normal" ie 40pin cable, that will limit the disk to > UDMA33 mode, if that works, well... Will have to buy that. When I ran with the on board IDE chip I had a drive mode (something like) mdma2. That worked even with FreeBSD. I now tried BIOS setup values. First entered BIOS default values, which are turning off most features, then I enabled SETUP defaults and then changed no performance boosting things. RAM Timing I changed to automatic 70ns, although I have 60 ns RAM. On chip PCI IDE is completely disabled. Then I changed as a last resort method the mode to hw.atamodes: ---,---,---,---,pio,---,---,---, Even with PIO the drive has problems, but is then able to recover: ata2-master: success setting up PIO4 mode on HPT366 chip ad4: invalid primary partition table: no magic this is. because I newfs'd ad4c on the whole ... quick and dirty for testing... now bonnie -s 100 ad4: WRITE command timeout - resetting ata2: resetting devices .. ata2: mask=01 status0=50 status1=00 ata2-master: success setting up PIO4 mode on HPT366 chip done ad4: timeout waiting for DRQ How can I force the driver with kernel modifications to use mdma2 mode or something like this ??? BTW, I have a 5 Slot PCI machine ... in the first slot there is the abit controller in the last the Matrox Millenium card. They share the same IRQ 15... Is this sane ? Or might my problem be SMP related ??? Well, have to go to the supermarket now ... I'll remove one card later, to free one IRQ and will try to use a single cpu kernel... -- Andreas Klemm http://www.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD Get new songs from our band: http://www.freebsd.org/~andreas/64bits/index.html To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: timeout problems HighPoint HPT366 ATA66 controller && 40 GB Diamond Max Plus
On Tue, Feb 22, 2000 at 01:39:46PM +0100, Soren Schmidt wrote: > Try to use a "normal" ie 40pin cable, that will limit the disk to > UDMA33 mode, if that works, well... Hurray, using a normal cable works. I got 2 cables for $0 from a friend in a computershop ;-) A freebsd user, which I gave a promotion CD last year ;-) dmesg | grep ata: atapci0: at device 7.1 on pci0 atapci0: Busmastering DMA not enabled atapci1: port 0xac00-0xacff,0xa800-0xa803,0xa400-0xa407 irq 15 at device 14.0 on pci0 ata2: at 0xa400 on atapci1 atapci2: port 0xb800-0xb8ff,0xb400-0xb403,0xb000-0xb007 irq 15 at device 14.1 on pci0 ad4: 39082MB [79406/16/63] at ata2-master using UDMA33 Do you think there is a chance to get UDMA66 running, although for one disk UDMA/33 should be satisfactory ? BTW, what mode is MA DMA or something like this ? The abit supports two modes I never heard of before. PIO is known UDMA is known, but something like M DMA or MA DMA ??? Then an idea. What about something like atacontrol, to overwrite the speed settings, if you have to like in this case ? Would it be much work for you or worth the effort ? Would be fine to use the better cable with low speed... Andreas /// -- Andreas Klemm http://www.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD Get new songs from our band: http://www.freebsd.org/~andreas/64bits/index.html To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: Promise Ultra66 + Seagate ATA/66 => Ultra ATA/33 :(
On Wed, Feb 23, 2000 at 02:55:27AM +0900, Akinori -Aki- MUSHA wrote: > At Tue, 22 Feb 2000 18:14:23 +0100 (CET), > Soren Schmidt <[EMAIL PROTECTED]> wrote: > > Could I have a verbote boot log please, that would give some hints... > > Sorry but could you tell me how to increase verbosity? set boot_verbose=1 in the boot loader -- Andreas Klemm http://www.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD Get new songs from our band: http://www.freebsd.org/~andreas/64bits/index.html To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
thanks for your nice help ! (was Re: timeout problems ....)
On Tue, Feb 22, 2000 at 10:15:42PM +0100, Soren Schmidt wrote: > There are two posibilities, either the cable is bad or the disk is bad. > Since you could talk to it, and you didn't get ICRC errors, my bet is > that the particular Maxtor model is just as broken as most of its > other family memebers :( Hmm, too bad. But o.k. actually it's working now and a big thanks for your kind support !!! -- Andreas Klemm http://www.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD Get new songs from our band: http://www.freebsd.org/~andreas/64bits/index.html To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
disklabels partition sizes differ from FreeBSDs syslog messages on mounting
Hi ! I'm worried about this message and don't know if I may forget about it or not. I see a discrepany of disklabel partition sizes and those syslog messages I get, when I mount something from my 40GB EIDE disk. I did a normal FreeBSD 4.0 SNAP installation on a new 40 GB disk. On the largest filesystem I wanted to backup my old system. So I mounted now the ata disk under my SCSI environment, to do a backup. Please note: I did no manual fiddeling with disklabel or such on the EIDE disk, it was a normal installation from self burned CD and doing a custom installation. When I try to mount the largest filesystem from the EIDE disk I get these syslog messages and this worries me: ad4s1d: start 24322111, end 80035829, size 55713719 ad4s1: rejecting partition in BSD label: it isn't entirely within the slice ad4s1f: start 5447743, end 13836350, size 8388608 ad4s1: rejecting partition in BSD label: it isn't entirely within the slice ad4s1g: start 13836351, end 15933502, size 2097152 ad4s1: rejecting partition in BSD label: it isn't entirely within the slice ad4s1h: start 15933503, end 24322110, size 8388608 Look at the different partition sizes, I made a tabular, some values are equal, some greater, some less, no clear picture to me: ad4s1d:start 24322111, end 80035829, size 55713719 disklabel -r at4 value: 37075257 < ad4s1f:start 5447743, end 13836350, size 8388608 disklabel -r at4 value: 8388608 = ad4s1g:start 13836351, end 15933502, size 2097152 disklabel -r at4 value: 4194304 > ad4s1h:start 15933503, end 24322110, size 8388608 disklabel -r at4 value: 8388608 = kernel in core disklabel and on the disk are the same: This is thew exact output: disklabel -r ad4 # /dev/rad4c: type: ESDI disk: ad4s2 label: flags: bytes/sector: 512 sectors/track: 63 tracks/cylinder: 255 sectors/cylinder: 16065 cylinders: 4217 sectors/unit: 67746105 rpm: 3600 interleave: 1 trackskew: 0 cylinderskew: 0 headswitch: 0 # milliseconds track-to-track seek: 0 # milliseconds drivedata: 0 8 partitions: #size offsetfstype [fsize bsize bps/cpg] a: 26214404.2BSD 1024 819216 # (Cyl.0 - 16*) b: 1048576 262144 swap# (Cyl. 16*- 81*) c: 677461050unused0 0 # (Cyl.0 - 4216) d: 37075257 306708484.2BSD 1024 819216 # (Cyl. 1909*- 4216*) e: 8388608 13107204.2BSD 1024 819216 # (Cyl. 81*- 603*) f: 8388608 96993284.2BSD 1024 819216 # (Cyl. 603*- 1125*) g: 4194304 180879364.2BSD 1024 819216 # (Cyl. 1125*- 1387*) h: 8388608 222822404.2BSD 1024 819216 # (Cyl. 1387*- 1909*) And here for reference the output of /stand/sysinstall: Disk name: ad4FDISK Partition Editor DISK Geometry: 4982 cyls/255 heads/63 sectors = 80035830 sectors Offset SizeEnd Name PType Desc SubtypeFlags 0 63 62- 6 unused0 63 12289662 12289724ad4s1 2fat 11 12289725 67746105 80035829ad4s2 3freebsd 165C> 80035830 5418 80041247- 6 unused0> And here what the kernel says: ad4: 39082MB [79406/16/63] at ata2-master using UDMA33 Any thoughts ... should I simply install or better wait ??? ;-) -- Andreas Klemm http://www.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD Get new songs from our band: http://www.freebsd.org/~andreas/64bits/index.html To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: disklabels partition sizes differ from FreeBSDs syslog messages on mounting
On Wed, Feb 23, 2000 at 11:43:32PM +1100, Bruce Evans wrote: > On Wed, 23 Feb 2000, Andreas Klemm wrote: > > I'm worried about this message and don't know if I may forget about > > it or not. I see a discrepany of disklabel partition sizes and those > > syslog messages I get, when I mount something from my 40GB EIDE disk. > > Old systems don't support 40GB disks (except in LBA mode, which is > broken in other ways). Hi Bruce, what do you mean exactly with "old systems" ? Correct me if I'm wrong, but I don't "old hardware", since I have a *brand new* EIDE controller (Abit) which _is_ capable of recognizing the 40 GB harddisk. Please look here: FreeBSD is able to detect the drive in it's full size, kernel message: ad4: 39082MB [79406/16/63] at ata2-master using UDMA33 79406*16*63= 80041248 sectors FreeBSD offers during installation to use a more clever partitioning scheme (sector translation). The values seem reasonable for me: Systinstall displays in the first line: 4982 cyls/255 heads/63 sectors = 80035830 sectors 4982*255*63= 80035830 which is smaller than the total sector size of the drive (80041248) Disklabel also has reasonable entries: sectors/track: 63 tracks/cylinder: 255 cylinders: 4217 sectors/unit: 67746105 255*63*4217= 67746105 which should be the size of my FreeBSD slice Could you please be more verbose on what's going wrong in your opineon ? I assume you might have missed the point, that I use a brand new EIDE controller and turned off on board IDE ... Anyway, thanks for your answer Andreas /// -- Andreas Klemm http://www.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD Get new songs from our band: http://www.freebsd.org/~andreas/64bits/index.html To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: disklabels partition sizes differ from FreeBSDs syslog messages on mounting
On Thu, Feb 24, 2000 at 05:43:04AM +1100, Bruce Evans wrote: > > what do you mean exactly with "old systems" ? > FreeBSD-3.x, or FreeBSD--current with the wd driver. Oh, that you mean ... Well but I'm running a very up to date -current. FreeBSD titan.klemm.gtn.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Tue Feb 22 12:11:23 CET 2000 [EMAIL PROTECTED]:/usr/src/sys/compile/TITAN i386 I even updated the boot loader by cd /usr/src/sys/boot make clean all install -- Andreas Klemm http://www.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD Get new songs from our band: http://www.freebsd.org/~andreas/64bits/index.html To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
[andreas@klemm.gtn.com: -current install on Laptop, panic: resource_list_alloc: resource entry is busy]
Send one copy to -current, just for the case, that Soren is currently not available and somebody other could help. -- Andreas Klemm http://www.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD New APSFILTER 5.2.0 and songs from our band -> http://www.freebsd.org/~andreas Hi Søren, I have a problem to install a self created FreeBSD 4.0-SNAP-2311 on my LAPTOP: The last things I see on screen pcib0: on motherboard pci0: on pcib0 isab0: at device 1.0 on pci0 isa0: on isab0 atapci0: port 0x3f4-0x3f7,0x374-0x377,0x1f4-0x1f7,0x174-0x177 at device 1.1 on pci0 atapci0: Busmastering DMA not supported panic: resource_list_alloc: resource entry is busy Uptime: 0s Automatic reboot in 15 seconds . Is that info o.k. for you or do you need something from boot_verbose ? Currently I have FreeBSD 3.4 installed onto it, since 4.x didn't run. So I would have the possibility to build 4.0 and boot test kernels onto it... This boot was from the boot floppy of the SNAP. Would you have time and interest to make it run ? Andreas /// -- Andreas Klemm http://www.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD Get new songs from our band: http://www.freebsd.org/~andreas/64bits/index.html
Re: request for review: move of /var/cron/log to /var/log/cron.log
On Sun, Sep 05, 1999 at 11:32:35AM +0200, Nick Hibma wrote: > -/var/cron/log600 3 100 * Z > +/var/log/cron.log600 3 100 * Z > /var/log/amd.log 664 7 100 * Z > /var/log/kerberos.log664 7 100 * Z > /var/log/lpd-errs664 7 100 * Z Would it make sense (while you're there), to get rid of the ".log" suffix of certain log files like cron.log, amd.log, etc ... I think the fact that files live under /var/"log" should be enough to tell people, "here live logfiles". Since those files are rotated automatically by newsyslog there shouldn't be any reason to say "no, this breaks scripts", since the OS provides the newsyslog facility, so we can change it there as well... What do you think ? -- Andreas Klemm http://www.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD Get new songs from our band: http://www.freebsd.org/~andreas/64bits/index.html To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: request for review: move of /var/cron/log to /var/log/cron.log
On Mon, Sep 06, 1999 at 02:12:53PM -0700, David Greenman wrote: > >I think they should all have .log since there can be subdirectories and it > makes the files more easily identifiable. You're right ... I understand ... -- Andreas Klemm http://www.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD Get new songs from our band: http://www.freebsd.org/~andreas/64bits/index.html To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
-current problem: Network cards doesn't run
See ed0 When running a current kernel of some days ago, no problems. Were there perhaps changes in the last days that introduce this, that some NICs doesn't run ? Even the xl0 interface didn't run (DMZ). Ping to hosts in internet didn't succeed. Copyright (c) 1992-1999 The FreeBSD Project. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 4.0-CURRENT #0: Sun Oct 17 00:40:49 CEST 1999 [EMAIL PROTECTED]:/usr/src/sys/compile/TITAN Timecounter "i8254" frequency 1193182 Hz CPU: Pentium Pro (199.43-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x619 Stepping = 9 Features=0xfbff real memory = 159383552 (155648K bytes) avail memory = 151044096 (147504K bytes) Programming 24 pins in IOAPIC #0 FreeBSD/SMP: Multiprocessor motherboard cpu0 (BSP): apic id: 0, version: 0x00040011, at 0xfee0 cpu1 (AP): apic id: 1, version: 0x00040011, at 0xfee0 io0 (APIC): apic id: 2, version: 0x00170011, at 0xfec0 Preloaded elf kernel "kernel" at 0xc030c000. Pentium Pro MTRR support enabled ccd0-3: Concatenated disk drivers npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 isab0: at device 7.0 on pci0 isa0: on isab0 chip1: at device 7.1 on pci0 vga-pci0: at device 10.0 on pci0 xl0: <3Com 3c900-COMBO Etherlink XL> irq 19 at device 11.0 on pci0 xl0: Ethernet address: 00:60:97:aa:3a:db xl0: selecting 10baseT transceiver, half duplex pci0: unknown card (vendor=0x1102, dev=0x0002) at 12.0 irq 18 pci0: unknown card (vendor=0x1102, dev=0x7002) at 12.1 ahc0: irq 17 at device 13.0 on pci0 ahc0: aic7880 Single Channel A, SCSI Id=7, 16/255 SCBs ahc1: irq 16 at device 14.0 on pci0 ahc1: aic7880 Single Channel A, SCSI Id=7, 16/255 SCBs fdc0: at port 0x3f0-0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60-0x6f on isa0 atkbd0: irq 1 on atkbdc0 psm0: irq 12 on atkbdc0 psm0: model Generic PS/2 mouse, device ID 0 vga0: at port 0x3c0-0x3df iomem 0xa-0xb on isa0 sc0: on isa0 sc0: VGA <4 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 on isa0 sio1: type 16550A ppc0 at port 0x378-0x37f irq 7 flags 0x40 on isa0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/15 bytes threshold plip0: on ppbus 0 lpt0: on ppbus 0 lpt0: Interrupt-driven port ppi0: on ppbus 0 ed0 at port 0x280-0x29f iomem 0xd8000-0xdbfff irq 10 on isa0 ed0: address 00:00:c0:5a:98:2a, type WD8013EPC (16 bit) APIC_IO: Testing 8254 interrupt delivery APIC_IO: routing 8254 via pin 2 IP packet filtering initialized, divert enabled, rule-based forwarding enabled, logging limited to 100 packets/entry by default DUMMYNET initialized (990811) Waiting 8 seconds for SCSI devices to settle SMP: AP CPU #1 Launched! Creating DISK da0 Creating DISK da1 Creating DISK da2 Creating DISK da3 sa0 at ahc1 bus 0 target 4 lun 0 sa0: Removable Sequential Access SCSI-2 device sa0: 4.807MB/s transfers (4.807MHz, offset 8) Creating DISK cd0 Creating DISK cd1 changing root device to da0s2a cd1 at ahc1 bus 0 target 5 lun 0 cd1: Removable CD-ROM SCSI-2 device cd1: 10.000MB/s transfers (10.000MHz, offset 8) cd1: Attempt to query device size failed: NOT READY, Medium not present cd0 at ahc0 bus 0 target 6 lun 0 cd0: Removable CD-ROM SCSI-2 device cd0: 10.000MB/s transfers (10.000MHz, offset 15) cd0: Attempt to query device size failed: NOT READY, Medium not present da3 at ahc0 bus 0 target 3 lun 0 da3: Fixed Direct Access SCSI-2 device da3: 10.000MB/s transfers (10.000MHz, offset 15), Tagged Queueing Enabled da3: 2063MB (4226725 512 byte sectors: 255H 63S/T 263C) da1 at ahc0 bus 0 target 1 lun 0 da1: Fixed Direct Access SCSI-2 device da1: 10.000MB/s transfers (10.000MHz, offset 15), Tagged Queueing Enabled da1: 2063MB (4226725 512 byte sectors: 255H 63S/T 263C) da0 at ahc0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 10.000MB/s transfers (10.000MHz, offset 15), Tagged Queueing Enabled da0: 2063MB (4226725 512 byte sectors: 255H 63S/T 263C) da2 at ahc0 bus 0 target 2 lun 0 da2: Fixed Direct Access SCSI-2 device da2: 10.000MB/s transfers (10.000MHz, offset 15), Tagged Queueing Enabled da2: 2063MB (4226725 512 byte sectors: 255H 63S/T 263C) ed0: remote transmit DMA failed to complete ed0: NIC memory corrupt - invalid packet length 11564 xl0: promiscuous mode enabled -- Andreas Klemm http://www.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD Get new songs from our band: http://www.freebsd.org/~andreas/64bits/index.html To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: PATCH for testing
On Mon, Nov 15, 1999 at 05:44:12PM -0800, David Greenman wrote: >I agree that we need to get rid of 'e' and any other options that allow > reading another process's environment. I think it would be sufficient, to allow only root to use the 'e' option. There is no need to get rid of it entirely. Then other utility would have to go as well (tcpdump, ...). -- Andreas Klemm http://www.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD Get new songs from our band: http://www.freebsd.org/~andreas/64bits/index.html To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: PATCH for testing
On Thu, Nov 18, 1999 at 05:04:20PM -0800, Matthew Dillon wrote: > I am all for removing -e, but I don't really like the idea of making > it optional nor do I like the idea of trying to maintain the capability > for the user's own processes - that simply makes the code even more > complex then it already is. The danger is that the option exists in > the first place. Though I respect your statement about code complexity I'm not for removing the option, which has been available to the ps command for such a long time and definitively is a useful debugging tool (for root !). This would create a major difference to the other BSD's which is not easily understandable. "ps -e" and "ps -e -U" is useful for debugging purposes, so it should simply be restricted to root as it has been done for putting a network device into promiscous mode or other things. By simply removing it (without thinking about alternatives) I think FreeBSD looses some points ... I thought we were the team that doesn't do radical changes without a good reason ;-) Security is a good reason. But simply removing it without restricting it is in my opineon not a good style. Another alternative to restricting it to root would be, to combine it with the security level, that we can configure in rc.conf. But that's only an idea, I personally don't like magic things to happen, only because I raised a security level by one. Andreas /// -- Andreas Klemm http://www.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD Get new songs from our band: http://www.freebsd.org/~andreas/64bits/index.html To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
fsck successfull on checking root-fs but OS still can't mount it
Hi ! I'm seeing strange behaviour of fsck in -current. FreeBSD titan.klemm.gtn.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Wed Dec 22 07:07:11 CET 1999 root@:/usr/src/sys/compile/TITAN i386 SCSI bus hang, so I had to reboot. fsck checked every filesystem. But then mount was unable to mount the filesystem and tells you to check the fs using fsck. Did that again, nothing changed. You have to reboot. I was bitten by that 3 times. Another thing are the (I assume SCSI) hangs I got 3 times since I upgraded from 3.4-STABLE to -current. Next time I'll write down the messages. Two times the messages were hidden by another X Window. Nothing in /var/log/messages. -- Andreas Klemm http://www.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD Get new songs from our band: http://www.freebsd.org/~andreas/64bits/index.html To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: fsck not cleaning on first try
I have the problem on my system using pure scsi disks. My fstab entry: # DeviceMountpoint FStype Options DumpPass# /dev/da0s2b noneswapsw 0 0 /dev/da1s1b noneswapsw 0 0 /dev/da2s1b noneswapsw 0 0 /dev/da3s1b noneswapsw 0 0 /dev/da0s2b /tmpmfs rw,-s=1280000 0 /dev/da0s2a / ufs rw 1 1 ^^^ this is my root fs /dev/da0s2e /varufs rw 2 2 /dev/da0s2f /usrufs rw 2 2 /dev/ccd0c /objufs rw 1 2 /dev/ccd1c /news ufs rw,noatime 1 2 /dev/ccd2c /proxy ufs rw,noatime 1 2 /dev/ccd3c /home ufs rw 1 2 /dev/da0s1 /dosmsdos rw 0 0 /dev/cd0c /cdrom cd9660 ro,noauto 0 0 /dev/cd1c /cdrom2 cd9660 ro,noauto 0 0 proc/proc procfs rw 0 0 -- Andreas Klemm http://www.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD Get new songs from our band: http://www.freebsd.org/~andreas/64bits/index.html To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
-current, mutt hangs, xbuffy is slow and partly hangs...
Hi ! Merry Xmas to you all. Last recently I upgraded my box to -current, because only -current is capable of running staroffice5 with 2 CPUs. Staroffice5 now runs really fine. But I trapped into some other problems: xbuffy tends to hang if it starts up successfully it needs about 4 times as long as before. But many times an xbuffy process simply hangs. There is no way to kill the process. 2 days ago I had 4 xbuffy processes, which were not killable as root with signal 9. mutt process is really slow and sometimes hangs when reading a 28 MB large inbox with about 2000 messages. Using -STABLE it hasn't been a problem. Squid22 had to be recompiled, to get it run again. zebra port can't be compiled anymore: cc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/zebra/\" -I.. -I.. -I../lib-pipe -O -c vty.c vty.c: In function `vty_serv_sock_addrinfo': vty.c:1447: storage size of `req' isn't known vty.c:1453: sizeof applied to an incomplete type vty.c:1454: `AI_PASSIVE' undeclared (first use in this function) vty.c:1454: (Each undeclared identifier is reported only once vty.c:1454: for each function it appears in.) vty.c:1471: dereferencing pointer to incomplete type vty.c:1471: dereferencing pointer to incomplete type vty.c:1471: dereferencing pointer to incomplete type vty.c:1478: dereferencing pointer to incomplete type vty.c:1478: dereferencing pointer to incomplete type vty.c:1488: dereferencing pointer to incomplete type *** Error code 1 Stop in /home/data/ports/net/zebra/work/zebra-0.81/lib. Please help ;-) Otherwise I have to either wait for some more time if things settle or to downgrade. I'd like to help you if I can, to get things fixed but I need some infos how to help you. -- Andreas Klemm http://www.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD Get new songs from our band: http://www.freebsd.org/~andreas/64bits/index.html To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
can't get vmware to run ( on -current )
Hi ! Some time ago I fetched your vmware port from internet. I moved to -current because staroffice5 there is able to run with a SMP kernel. When trying to run vmware I encounter the following problems: This message shows up immediately after program start: kldload: can't load /usr/local/lib/vmware/lib/modules/vmmon.ko: Exec format error Then vmware programs starts, but a message box (which has to be accepted with ok button) shows an error: Cannot open /dev/tty0: No such file or directory. Virtual terminal initialization failed. Perhaps your kernel is not configured with virtual terminal support. What am I missing ??? Here my kernel config file: # # Kernel Config File: TITAN # # by Andreas Klemm, Sat Sep 25 21:30:05 CEST 1999 # machine i386 cpu I686_CPU ident TITAN maxusers100 #makeoptionsDEBUG=-g#Build kernel with gdb(1) debug symbols options INCLUDE_CONFIG_FILE #Include this file in kernel options INET#InterNETworking options FFS #Berkeley Fast Filesystem options FFS_ROOT#FFS usable as root device [keep this!] options MFS #Memory Filesystem options NFS #Network Filesystem options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options UCONSOLE#Allow users to grab the console options KTRACE #ktrace(1) syscall trace support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options SOFTUPDATES #Softupdates options MD5 options NSWAPDEV=4 options COMPAT_LINUX options SHOW_BUSYBUFS options P1003_1B options _KPOSIX_PRIORITY_SCHEDULING options _KPOSIX_VERSION=199309L #optionsIPX #IPX/SPX communications protocols #optionsNCP #NetWare Core protocol #optionsNETATALK#Appletalk communications protocols #optionsCODA#CODA filesystem. #pseudo-device vcoda 4 #coda minicache <-> venus comm. # Size of the kernel message buffer. Should be N * pagesize. options MSGBUF_SIZE=40960 # To make an SMP kernel, the next two are needed options SMP # Symmetric MultiProcessor Kernel options APIC_IO # Symmetric (APIC) I/O # Optionally these may need tweaked, (defaults shown): #optionsNCPU=2 # number of CPUs #optionsNBUS=4 # number of busses #optionsNAPIC=1 # number of IO APICs #optionsNINTR=24# number of INTs # Options for the VM subsystem #optionsPQ_NOOPT# No coloring #optionsPQ_LARGECACHE # color for 512k/16k cache options PQ_HUGECACHE# color for 1024k/16k cache controller isa0 #controller pnp0# PnP support for ISA controller pci0 # Floppy drives controller fdc0at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 # SCSI Controllers # A single entry for any of these controllers (ncr, ahb, ahc) is # sufficient for any number of installed devices. controller ahc0# AHA2940 and onboard AIC7xxx devices # SCSI Options options SCSI_DELAY=8000 #Be pessimistic about Joe SCSI device options AHC_ALLOW_MEMIO # SCSI peripherals # Only one of each of these is needed, they are dynamically allocated. controller scbus0 # SCSI bus (required) device da0 # Direct Access (disks) device sa0 # Sequential Access (tape etc) device cd0 # CD device pass0 # Passthrough device (direct SCSI access) # atkbdc0 controls both the keyboard and the PS/2 mouse controller atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 device psm0at atkbdc? irq 12 device vga0at isa? port ? conflicts # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? options MAXCONS=4 # number of virtual consoles options SC_HISTORY_SIZE=200 # number of history buffer lines # Floating point support - do not disable. device npx0at nexus? port IO_NPX irq 13 # Serial (COM) ports device sio0at isa? port IO_COM1 flags 0x10 irq 4 device sio1at isa? p
Re: can't get vmware to run ( on -current )
On Sat, Dec 25, 1999 at 01:11:06PM -0800, Mike Smith wrote: > > Hi ! > > > > Some time ago I fetched your vmware port from internet. > > I moved to -current because staroffice5 there is able to run > > with a SMP kernel. > > > > When trying to run vmware I encounter the following problems: > > > > This message shows up immediately after program start: > > > > kldload: can't load /usr/local/lib/vmware/lib/modules/vmmon.ko: Exec format error > > Check the console; you have a mismatch somewhere inbetween the vmmon > module and the Linux module, or between the vmmon module and your kernel. The console shows this message: link_elf: symbol linux_ioctl_handler_install undefined Do you have a clue what I should try next ??? Thanks for any help ! Best regards Andreas /// -- Andreas Klemm http://www.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD Get new songs from our band: http://www.freebsd.org/~andreas/64bits/index.html To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: can't get vmware to run ( on -current )
On Sat, Dec 25, 1999 at 01:11:06PM -0800, Mike Smith wrote: > Check the console; you have a mismatch somewhere inbetween the vmmon > module and the Linux module, or between the vmmon module and your kernel. Well, I think I had an outdated vmware port. I grabbed it new from the mindspring webserver. Then I had to manually load the vmmon.ko module from /usr/local/lib/vmware/lib/modules I created a new configuration and the only problem seems to be the following error messages: a) about missing /dev/rtc and b) could not open /usr/local/lib/vmware/lib/vmm (no such file or directory). -- Andreas Klemm http://www.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD Get new songs from our band: http://www.freebsd.org/~andreas/64bits/index.html To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: can't get vmware to run ( on -current )
On Sat, Dec 25, 1999 at 02:15:07PM -0800, Mike Smith wrote: > > On Sat, Dec 25, 1999 at 01:11:06PM -0800, Mike Smith wrote: > > > > Hi ! > > > > > > > > Some time ago I fetched your vmware port from internet. > > > > I moved to -current because staroffice5 there is able to run > > > > with a SMP kernel. > > > > > > > > When trying to run vmware I encounter the following problems: > > > > > > > > This message shows up immediately after program start: > > > > > > > > kldload: can't load /usr/local/lib/vmware/lib/modules/vmmon.ko: Exec format >error > > > > > > Check the console; you have a mismatch somewhere inbetween the vmmon > > > module and the Linux module, or between the vmmon module and your kernel. > > > > The console shows this message: > > link_elf: symbol linux_ioctl_handler_install undefined > > > > Do you have a clue what I should try next ??? > > *sigh* Sorry, I don't want to make you angry. Please see my other mail. BTW, my -current is from today, linux emulation and such has been installed the last days. > Yes, update your kernel and linux module, since they're (quite obviously) > not up to date. The problem was an older vmware port that I fetched some weeks (or so) ago. Too bad, that the vmware port isn't part of the ports tree and doesn't have a version number in the file name. Otherwise it would be more easily possible to communicate the exact software release status. -- Andreas Klemm http://www.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD Get new songs from our band: http://www.freebsd.org/~andreas/64bits/index.html To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: can't get vmware to run ( on -current )
On Sat, Dec 25, 1999 at 02:25:40PM -0800, Mike Smith wrote: > > Too bad, that the vmware port isn't part of the ports tree and > > doesn't have a version number in the file name. Otherwise it > > would be more easily possible to communicate the exact software > > release status. > > I think the idea just now is to avoid having people that complain quickly > like you and crabby people like me colliding over the period in which > rapid changes are being made. I'm sure there'd be more of these > exchanges otherwise. 8) O.K., o.k. ;-) -- Andreas Klemm http://www.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD Get new songs from our band: http://www.freebsd.org/~andreas/64bits/index.html To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: Integrating QMAIL in the world
On Fri, Apr 14, 2000 at 05:21:24PM -0500, Joe Greco wrote: > Remove Sendmail from the base system - or, at least, make it a "package" > that is removable with the package management tool. Then be able to add > another mailer (or an updated Sendmail) in its place. Ideally, Sendmail > would be available as a package for installation as part of the base > system, just like games or info or proflibs. Sounds all basically like a good idea to have different choices for a MTA. But I don't like _basic_ system functionalities to be out sourced completely to ports. Two examples: If I give people a FreeBSD-STABLE snapshot CD, I'd like to give them a complete Unix, and for me a MTA belongs to a basic package. If I want to do a complete upgrade of all of my system ports, because I come to the conclusion - I installed to much experimental crap and don't get it sorted out manually - or I want to upgrade everything to the latest and greatest I don't want to kill my MTA (sendmail) by performing a rm -rf /usr/local/* action. FreeBSD - as is - has all the basic system functionality in the base system and I wouldn't like to have a "neutral" "castrated" Unix just for the sake, that you can start later to customize things like sendmail and maybe other things > I would love to see this happen with other components of the system as > well, such as BIND. definitively not. I hate the Linux way to have a puzzle system. Could we please still agree on a base system that is complete, so that SNAP CD's still represent a complete BSD without having to create additional ports ??? Again FreeBSD != Linux. > While it is fantastic that FreeBSD comes out of the box so fully > functional, it does make it a bit of a pain for those of us who intend > to build servers - we have to disable the original before installing a > new package. :-/ Well ... for that purpose I'd vote for the following: a) make more NO_ (sendmail, bind, whatever) knobs in /etc/make.conf as needed b) make the Makefiles in the install target more complete by removing (old) occurrencies of sendmail, bind, if such a NO_XXX knob has been set. Then you get such an ISP server as you like after a make world session c) Split FreeBSD packaging any further (bin, man, doc, compat,...) Add something like a package internet (sendmail, bind, ...) Then you can install a sendmail, DNS free system as you like. But I wouldn't for a generally castrated BSD. -- Andreas Klemm http://people.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD New APSFILTER 533 and songs from our band - http://people.freebsd.org/~andreas To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
ssh/rsync trouble with freefall, session hangs since yesterday
Hi, am not sure if this is related to my -current kernel or last recent ssh changes but perhaps you have an idea. Since yesterday I'm not able, to upload some files using rsync over ssh. Attached is a short tcpdump. netstat shows it this way: input (xl0) output packets errs bytespackets errs bytes colls 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 60 3 0 4270 0 2 0120 0 0 0 0 2 0134 2 0 1320 0 send file list (rsync) 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 start of transmission of gzipped patch file 1 0 90 1 0 54 0 2 0 3028 2 0108 0 9 0 7864 16 0 15464 0 4 0 3148 7 0 9138 0 7 0 3762 3 0 1622 0 5 0300 0 0 0 0 1 0 60 0 0 0 0 0 0 0 0 0 0 0 from now on "0" traffic for 12 seconds, then 1 0 90 1 0 90 0 again "0" traffic ... and it hangs Here what I see as "user" andreas@freefall 52% getwebpages Enter passphrase for RSA key '[EMAIL PROTECTED]': term: Undefined variable. receiving file list ... done apsfilter/download/ apsfilter/download/diff-4.9.9-5.3.3.gz This hangs and I interrupt it with ^C ^C Received signal 30. Do you have an idea what might go wrong ? An upload to another server (FreeBSD-4.0, DEC Alpha) runs flawlessly. I'm starting this job on freefall with: #! /bin/sh umask 002 cd $HOME $HOME/bin/rsync -zrtvc \ -C \ -e "/usr/local/bin/ssh -c blowfish" \ andreas@${REMOTEHOST}:~/public_html/freefall/ \ public_html This rsync is version 2.4.1, on freefall 2.2.1 BTW, could someone on freefall please update the ports collection. Nothing works, if I want to build a port with the currently active make macros. -- Andreas Klemm http://people.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD New APSFILTER 533 and songs from our band - http://people.freebsd.org/~andreas ssh-trouble-freefall.tcpdump
Re: ssh/rsync trouble with freefall, session hangs since yesterday
On Sat, Apr 22, 2000 at 09:19:50AM +0200, Poul-Henning Kamp wrote: > > I have seen this problem with rsync as well. I think I solved it > by downstepping to an older rsync version. Thanks ! -- Andreas Klemm http://people.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD New APSFILTER 533 and songs from our band - http://people.freebsd.org/~andreas To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: ssh/rsync trouble with freefall, session hangs since yesterday
On Sat, Apr 22, 2000 at 02:47:58AM -0700, Kris Kennaway wrote: > > If you have a checked out copy of the ports collection in your home > directory you can point to it with the PORTSDIR variable and everything > will work fine. Having said that, an update of the /usr/ports dir would be > good. Yes indeed. andreas@freefall 119% make ===> rsync-2.4.1 : Your system is too old to use this bsd.port.mk. You need a fresh make world or an upgrade kit. Please go to http://www.FreeBSD.org/ports/ or a mirror site and follow the instructions. I already checked out mk freshly as well and used that by changing rsyncs Makefile: .include "../../../mk/bsd.port.pre.mk" [...] .include "../../../mk/bsd.port.post.mk" -- Andreas Klemm http://people.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD New APSFILTER 533 and songs from our band - http://people.freebsd.org/~andreas To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: ssh/rsync trouble with freefall, session hangs since yesterday
On Sat, Apr 22, 2000 at 09:19:50AM +0200, Poul-Henning Kamp wrote: > > I have seen this problem with rsync as well. I think I solved it > by downstepping to an older rsync version. Which version do you use ? I ask because using the old version on Freefall here as server for the session doesn't help. -- Andreas Klemm http://people.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD New APSFILTER 533 and songs from our band - http://people.freebsd.org/~andreas To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
apsfilter doesn't work anymore under current for remote print jobs
Somehting must have changed with permissions in the last weeks. The owner of a print sessions control file are different when printing over network compared to a local print job. The lineprinter input filter doesn't have permissions to grep through the control file during runtime. Precise problem descr in the PR I submitted last recently. Sorry, didn't get a number back ... -- Andreas Klemm http://people.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD New APSFILTER 533 and songs from our band - http://people.freebsd.org/~andreas To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: have a couple of problems.
otal 148) sio0: 1 more silo overflow (total 149) sio0: 1 more silo overflow (total 150) sio0: 1 more silo overflow (total 151) sio0: 1 more silo overflow (total 152) sio0: 1 more silo overflow (total 153) sio0: 1 more silo overflow (total 154) sio0: 1 more silo overflow (total 155) sio0: 1 more silo overflow (total 156) sio0: 1 more silo overflow (total 157) sio0: 1 more silo overflow (total 158) sio0: 1 more silo overflow (total 159) sio0: 1 more silo overflow (total 160) sio0: 1 more silo overflow (total 161) sio0: 1 more silo overflow (total 162) sio0: 1 more silo overflow (total 163) sio0: 1 more silo overflow (total 164) sio0: 1 more silo overflow (total 165) sio0: 1 more silo overflow (total 166) sio0: 1 more silo overflow (total 167) sio0: 1 more silo overflow (total 168) pid 18309 (gphoto), uid 1001: exited on signal 6 (core dumped) sio0: 1 more silo overflow (total 169) sio0: 1 more silo overflow (total 170) sio0: 1 more silo overflow (total 171) sio0: 1 more silo overflow (total 172) pid 20392 (gphoto), uid 1001: exited on signal 6 (core dumped) sio0: 1 more silo overflow (total 173) sio0: 1 more silo overflow (total 174) sio0: 1 more silo overflow (total 175) sio0: 1 more silo overflow (total 176) sio0: 1 more silo overflow (total 177) sio0: 1 more silo overflow (total 178) sio0: 1 more silo overflow (total 179) sio0: 1 more silo overflow (total 180) sio0: 1 more silo overflow (total 181) sio0: 1 more silo overflow (total 182) sio0: 1 more silo overflow (total 183) sio0: 1 more silo overflow (total 184) sio0: 1 more silo overflow (total 185) sio0: 1 more silo overflow (total 186) sio0: 1 more silo overflow (total 187) sio0: 1 more silo overflow (total 188) -- Andreas Klemm http://people.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD New APSFILTER 542 and songs from our band - http://people.freebsd.org/~andreas To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: Problem building a snapshot for current, no more "more"
-current of June 01: For me it was in stage 4 at: ln -sf libm.so.2 /usr/obj/usr/src/i386/usr/lib/libm.so cd /usr/src/lib/libncurses; make depend; make all; make install ./make_keys /usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/keys.lis t > init_keytry.h sh /usr/src/lib/libncurses/../../contrib/ncurses/ncurses/base/MKlib_gen.sh "cc - E -I. -I/usr/src/lib/libncurses -I/usr/src/lib/libncurses/../../contrib/ncurses/ ncurses -I/usr/src/lib/libncurses/../../contrib/ncurses/include" "awk" < curses .h | fgrep undef > nomacros.h *** Error code 1 Stop in /usr/src/lib/libncurses. *** Error code 1 Stop in /usr/src. *** Error code 1 -- Andreas Klemm http://people.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD New APSFILTER 542 and songs from our band - http://people.freebsd.org/~andreas To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
-current of 3 hours ago, can't get GENERIC kernel compiled
current of today, very recent. Just to drop you a note. cc -pipe -O -nostdinc -I/usr/src/sys/compile/GENERIC/../.. -I. -I/usr/include-o aicasm aicasm_gram.o aicasm_scan.o aicasm.o aicasm_symbol.o -ll ./aicasm -nostdinc -I- -I. -I../.. -I../../../include -o aic7xxx_seq.h -r aic7xxx_reg.h ../../dev/aic7xxx/aic7xxx.seq ./aicasm: 725 instructions used make: don't know how to make ../../crypto/blowfish/bf_cbc.c. Stop 5.922u 1.575s 0:11.54 64.9% 1350+1091k 312+4io 103pf+0w -- Andreas Klemm http://people.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD New APSFILTER 542 and songs from our band - http://people.freebsd.org/~andreas To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: RSA support..
On Thu, Jun 29, 2000 at 02:25:50AM -0500, Chris Csanady wrote: > I have been trying to get ssh working in current, but with no luck. > Since I updated recently, all I get is: > > ssh: no RSA support in libssl and libcrypto. See ssl(8). Same for me ... Wanted to make a ssh session to a site I maintain doesn't work since I use a new kernel (since yesterday)... andreas@titan{1001} $ ssh -c blowfish ssh: no RSA support in libssl and libcrypto. See ssl(8). Disabling protocol version 1 Protocol major versions differ: 2 vs. 1 -- Andreas Klemm http://people.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD New APSFILTER 542 and songs from our band - http://people.freebsd.org/~andreas To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: RSA support..
On Thu, Jun 29, 2000 at 11:29:40PM +0200, Mark Murray wrote: > Hi > > Either you have no RANDOMDEV in the kernel, or you have not loaded the > module. that's right, no RANDOMDEV and no module... Id Refs AddressSize Name 14 0xc010 2729e4 kernel 21 0xc0dc7000 4d000nfs.ko 31 0xc0e51000 4000 logo_saver.ko After loading the kernel module ssh again works like a charme. Thanks for your kind help and sorry for the false alarm. BTW: Maybe this should go into UPDATING ? Andreas /// -- Andreas Klemm http://people.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD New APSFILTER 542 and songs from our band - http://people.freebsd.org/~andreas To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
missing idea.h, still conflicting defines WITH_IDEA and MAKE_IDEA
On Fri, Jun 23, 2000 at 08:36:32AM +0200, Mark Murray wrote: > > Building world failed on my machine... (with USA_RESIDENT=NO) > > Does IDEA stuff compiled by default? > I messed this up. Fix coming. Something seems to be wrong with the logic concerning IDEA stuff. I ask because I can't build the security/p5-Net-SSLeay port anymore which is for example needed for webmin. It fails because idea.h can't be found. evp.h needs idea.h which isn't present: /usr/include/openssl/evp.h:#include There are several knobs to play with. I finally defined WITH_IDEA=YES in /etc/make.conf and did a make includes, but actually idea.h doesn't show up. When digging around under the secure src hierarchie I noticed, that WITH_IDEA only triggers a make variable secure/Makefile.inc: .if !defined(WITH_IDEA) || ${WITH_IDEA} != YES CFLAGS+= -DNO_IDEA .endif But that is not sufficient, since secure/lib/libcrypto/Makefile only includes IDEA stuff, if MAKE_IDEA is defined && set to "YES". [...] if defined(MAKE_IDEA) && ${MAKE_IDEA} == YES .PATH: ${LCRYPTO_SRC}/idea .endif [...] # idea .if defined(MAKE_IDEA) && ${MAKE_IDEA} == YES SRCS+= i_ecb.c i_cbc.c i_cfb64.c i_ofb64.c i_skey.c .endif [...] .if defined(MAKE_IDEA) && ${MAKE_IDEA} == YES HDRS+= idea/idea.h .endif That's the reason, why idea.h is missing in /usr/include. Two possibilities to fix the problem: A) etc/defaults/make.conf: DMAKE_IDEA=YES secure/Makefile.inc: .if !defined(WITH_IDEA) || ${WITH_IDEA} != YES CFLAGS+= -DNO_IDEA .else CFLAGS+= -DMAKE_IDEA .endif B) change the whole "ifdef MAKE_IDEA" stuff in secure/lib/libcrypto/Makefile to "ifdef WITH_IDEA" -- Andreas Klemm http://people.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD New APSFILTER 542 and songs from our band - http://people.freebsd.org/~andreas To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
make or fetch problem: hitting ^C doesn't terminate fetch process
Hi ! I'm using -current of yesterday and tcsh. When installing a FreeBSD port and I interrupt a "make all install clean" session, when make is in the "make fetch target", the fetch process isn't killed and continues to run alone although the "make" is terminated. Andreas /// -- Andreas Klemm http://people.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD New APSFILTER 542 and songs from our band - http://people.freebsd.org/~andreas To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: ATA66 support
On Wed, Aug 02, 2000 at 07:29:30PM +0200, Soren Schmidt wrote: > It seems j mckitrick wrote: > > > > A friend of a friend asked me to find out how ATA66 support was coming > > along. Is it still necessary to disable DMA or PIO settings for it to work? > > ATA66 has been working for quite some time now. Beware that there are > some disks that claim to be able to do ATA66 but actually can't. > Beware of Maxtor and WD disks in this regard. I can recommend IBM > drives, they work very well... I can confirm, that for example the Tyan Titan Pro has chipsets builtin that doesn't grok ATA66. I met somebody who programmed BIOSes and such ... So now I know, why even buying a separate ATA PCI controller didn't work ... so in this case its not the harddisk ... -- Andreas Klemm Songs from our bandhttp://people.freebsd.org/~andreas/ Powered by FreeBSD SMP...http://www.freebsd.org/~fsmp/SMP/SMP.html Please note: Apsfilter got a NEW HOMEhttp://www.apsfilter.org/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: ATA66 support
On Thu, Aug 03, 2000 at 06:56:55PM +0200, Soren Schmidt wrote: > It seems Andreas Klemm wrote: > > On Wed, Aug 02, 2000 at 07:29:30PM +0200, Soren Schmidt wrote: > > I can confirm, that for example the Tyan Titan Pro has chipsets > > builtin that doesn't grok ATA66. > > Ehm, you mean because the HW design on the board is broken, or > because the chip hasn't ATA66 support ? Because of the "chipset" ... "BX and such" which is needed for the flavour of CPU you use... Don't ask me on chipsets, can't remember the names ... > > I met somebody who programmed BIOSes and such ... > We dont use the BIOS for ATA DMA > What do you mean with the above statement ? Excuse me ... chipsets I mean not BIOS. > > So now I know, why even buying a separate ATA PCI controller didn't > > work ... so in this case its not the harddisk ... > > I bought a separate ATA PCI controller which is capable of ATA 66. But using an ATA-66 capable cable causes the system to hang during boot. atapci0: at device 7.1 on pci0 atapci0: Busmastering DMA not enabled atapci1: port 0xac00-0xacff,0xa800-0xa803,0xa400-0xa407 irq 15 at device 14.0 on pci0 ata2: at 0xa400 on atapci1 atapci2: port 0xb800-0xb8ff,0xb400-0xb403,0xb000-0xb007 irq 15 at device 14.1 on pci0 > The motherboard has to be severely broken if a PCI controller wont work... > What HW are we talking about here ? Tyan Titan Pro, SMP board, 2 x 200 PPro Copyright (c) 1992-2000 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.1-STABLE #0: Fri Jul 28 08:09:24 CEST 2000 [EMAIL PROTECTED]:/usr/src/sys/compile/TITAN Timecounter "i8254" frequency 1193182 Hz CPU: Pentium Pro (199.43-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x619 Stepping = 9 Features=0xfbff real memory = 159383552 (155648K bytes) avail memory = 150999040 (147460K bytes) Programming 24 pins in IOAPIC #0 IOAPIC #0 intpin 2 -> irq 0 IOAPIC #0 intpin 16 -> irq 15 IOAPIC #0 intpin 17 -> irq 11 IOAPIC #0 intpin 18 -> irq 10 IOAPIC #0 intpin 19 -> irq 14 FreeBSD/SMP: Multiprocessor motherboard cpu0 (BSP): apic id: 0, version: 0x00040011, at 0xfee0 cpu1 (AP): apic id: 1, version: 0x00040011, at 0xfee0 io0 (APIC): apic id: 2, version: 0x00170011, at 0xfec0 Preloaded elf kernel "kernel" at 0xc038f000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc038f09c. VESA: v2.0, 4096k memory, flags:0x1, mode table:0xc03289c2 (122) VESA: Matrox Graphics Inc. Pentium Pro MTRR support enabled md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: at device 7.1 on pci0 atapci0: Busmastering DMA not enabled pci0: at 10.0 xl0: <3Com 3c900-COMBO Etherlink XL> port 0x9400-0x943f irq 14 at device 11.0 on pci0 xl0: Ethernet address: 00:60:97:aa:3a:db xl0: selecting 10baseT transceiver, half duplex pcm0: port 0x9800-0x981f irq 10 at device 12.0 on pci0 ahc0: port 0xa000-0xa0ff mem 0xe200-0xe2000fff irq 11 at device 13.0 on pci0 ahc0: aic7880 Single Channel A, SCSI Id=7, 16/255 SCBs atapci1: port 0xac00-0xacff,0xa800-0xa803,0xa400-0xa407 irq 15 at device 14.0 on pci0 ata2: at 0xa400 on atapci1 atapci2: port 0xb800-0xb8ff,0xb400-0xb403,0xb000-0xb007 irq 15 at device 14.1 on pci0 fdc0: 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: at port 0x60,0x64 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 psm0: irq 12 on atkbdc0 psm0: model Generic PS/2 mouse, device ID 0 vga0: at port 0x3c0-0x3df iomem 0xa-0xb on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <4 virtual consoles, flags=0x300> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/15 bytes threshold ppbus0: IEEE1284 device found /NIBBLE/ECP Probing for PnP devices on ppbus0: ppbus0: MLC,PCL,PML ppi0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ed0 at port 0x280-0x29f iomem 0xd8000-0xdbfff irq 5 on isa0 ed0: address 00:00:c0:5a:98:2a, type WD8013EPC (16 bit) ahc0: Someone reset channel A APIC_IO: Testing 8254 interrupt delivery APIC_IO: routing 8254 via IOAPIC #0 intpin 2 IP packet filtering initialized, divert enabled, rule-based forwarding enabled, default to deny, logging limited to 100 packets/entry by default DUMMYNET initialized (000608) IPv6 packet filtering initialized, logging limited to 100 packets/entry SMP: AP CPU #1 Launched! ad4: 39082MB [79406/16/63] at ata2-master using UDMA33 Wa
Re: ATA66 support
On Thu, Aug 03, 2000 at 07:44:57PM +0200, Soren Schmidt wrote: > > ad4: 39082MB [79406/16/63] at ata2-master using UDMA33 > > AHA! try swap that with a known good drive (ie non Maxtor/WD) if you can Too bad... have to live with that now ;-) -- Andreas Klemm Songs from our bandhttp://people.freebsd.org/~andreas/ Powered by FreeBSD SMP...http://www.freebsd.org/~fsmp/SMP/SMP.html Please note: Apsfilter got a NEW HOMEhttp://www.apsfilter.org/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: ghostscript-gnu build broken
On Fri, Jan 11, 2002 at 08:33:25PM -0900, Beech Rintoul wrote: > Hi, > I'm glad to see the problem with hpijs is being fixed, however when I tried > to build the port it died with the following: > > >>> building hpijs server ... > cd . && aclocal > cd . && automake --foreign --include-deps Makefile > automake: configure.in: required file `./depcomp' not found > gmake: *** [Makefile.in] Error 1 > *** Error code 2 > > Stop in /usr/ports/print/ghostscript-gnu. > *** Error code 1 > > I'm running -current from wednesday. Well, I can't imagine I broke something in ghostscript-gnu by simply adding the hpijs patch that I tested in ghostscript-afpl since it only patches hpijs. Could you please test, if it makes a different, if you remove this patch, simply to test if its the patch or not. I assume the port was broken before or its something in -current. I would test now if I had the time, but I have to hurry now to cure a hacked internet server ... Andreas /// -- Andreas Klemm - Powered by FreeBSD Need a magic printfilter today ? http://www.apsfilter.org/ Songs from our band >> 64Bits << http://www.64bits.de Inofficial band pages with add-on stuff http://www.apsfilter.org/64bits.html msg33498/pgp0.pgp Description: PGP signature
Re: ghostscript-gnu build broken
On Fri, Jan 11, 2002 at 08:33:25PM -0900, Beech Rintoul wrote: > Hi, > I'm glad to see the problem with hpijs is being fixed, however when I tried > to build the port it died with the following: > > >>> building hpijs server ... > cd . && aclocal > cd . && automake --foreign --include-deps Makefile > automake: configure.in: required file `./depcomp' not found > gmake: *** [Makefile.in] Error 1 > *** Error code 2 > > Stop in /usr/ports/print/ghostscript-gnu. > *** Error code 1 That must be a -current problem, in the meantime I got the new ghostscript-gnu port compiled on FreeBSD titan.klemm.gtn.com 4.5-RC FreeBSD 4.5-RC #0: Thu Jan 10 21:12:33 CET 2002 [EMAIL PROTECTED]:/usr/src/sys/compile/TITAN i386 Andreas /// -- Andreas Klemm - Powered by FreeBSD Need a magic printfilter today ? http://www.apsfilter.org/ Songs from our band >> 64Bits << http://www.64bits.de Inofficial band pages with add-on stuff http://www.apsfilter.org/64bits.html msg33499/pgp0.pgp Description: PGP signature
Re: ghostscript-gnu build broken
On Sat, Jan 12, 2002 at 01:25:55PM +0200, John Hay wrote: > It is not a -current problem. It is if you use the latest automake port, > which is using v1.5. I tried that command manually with automake14 and > then I didn't get that error. John, what steps did you do exactly ? Do you think its possible to put "that logic" into the port ? Andreas /// -- Andreas Klemm - Powered by FreeBSD Need a magic printfilter today ? http://www.apsfilter.org/ Songs from our band >> 64Bits << http://www.64bits.de Inofficial band pages with add-on stuff http://www.apsfilter.org/64bits.html msg33520/pgp0.pgp Description: PGP signature
Re: ghostscript-gnu build broken
On Mon, Jan 14, 2002 at 08:17:39AM +0200, John Hay wrote: > > Do you think its possible to put "that logic" into the port ? > > I looked into it a bit. I think it is better if automake don't have to > be run. What about removeing files/patch-hpijs-1.0:configure.in and > patch the port Makefile with the appened patch? It seems to work here. This could really work bettern, since my patch doesn't work anymore since I updated my autconf and automake environment. So I trapped into the same as you ... Astonishing is, that after changing autoconf version, my patch doesn't work anymore, and -O is again in the CFLAGS :-/ > RCS file: /home/ncvs/ports/print/ghostscript-gnu/Makefile,v > retrieving revision 1.63 > diff -u -r1.63 Makefile > --- Makefile 11 Jan 2002 21:47:33 - 1.63 > +++ Makefile 14 Jan 2002 06:06:18 - > @@ -165,8 +165,10 @@ > ${PERL} -pi -e 's|^DEVICE_DEVS|#DEVICE_DEVS|g' \ > ${WRKSRC}/src/unix-gcc.mak > # for HPinkjet driver > - ${PERL} -pi -e 's|CFLAGS="-O2 -Wall"||g ; \ > - s|CXXFLAGS="-O2 -Wall"||g' ${WRKSRC}/${HPIJS_NAME}/configure > + # XXX The HPinkjet driver should not be compiled with optimization > + ${PERL} -pi -e 's|CFLAGS="-O2 -Wall"|CFLAGS="-pipe -Wall"|g ; \ > + s|CXXFLAGS="-O2 -Wall"|CXXFLAGS="-pipe -Wall"|g' \ > + ${WRKSRC}/${HPIJS_NAME}/configure > find ${WRKSRC}/${HPIJS_NAME} -name '*.h' | xargs ${PERL} -pi -e \ > 's|#include ||g' Can you commit it please ? I'm busy today (have a recert termin soon, in 3 hours ;-) Andreas /// -- Andreas Klemm Apsfilter Homepage http://www.apsfilter.org Support over mailing-lists (only!) http://www.apsfilter.org/support Mailing-list archive http://www.apsfilter.org/Lists-Archives Songs from our band >> 64Bits << http://www.64bits.de Inofficial band pages with add-on stuff http://www.apsfilter.org/64bits.html msg33525/pgp0.pgp Description: PGP signature
Re: ghostscript-gnu build broken
HP released a new version. 1.0.1. They have fixed a bug in the sources. Could someone try the new version with optimization -O / -O2 turned on ? I only can do it in 10 hours from now. Andreas /// -- Andreas Klemm Apsfilter Homepage http://www.apsfilter.org Support over mailing-lists (only!) http://www.apsfilter.org/support Mailing-list archive http://www.apsfilter.org/Lists-Archives Songs from our band >> 64Bits << http://www.64bits.de Inofficial band pages with add-on stuff http://www.apsfilter.org/64bits.html msg33589/pgp0.pgp Description: PGP signature
Re: HEADS UP: sendmail related changes
On Tue, Oct 10, 2000 at 11:19:43AM -0700, Gregory Neil Shapiro wrote: > 5. The sendmail cf building tools (contrib/sendmail/cf) are installed in >/usr/share/sendmail/cf. Hurray ! -- Andreas Klemm Powered by FreeBSD SMP Songs from our band >>64Bits<<http://www.apsfilter.org/64bits.html My homepage http://people.FreeBSD.ORG/~andreas Please note: Apsfilter got a NEW HOMEhttp://www.apsfilter.org/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: making an install CD
On Wed, Nov 01, 2000 at 09:53:59AM -0700, [EMAIL PROTECTED] wrote: > I tried this, but the make fails with error > install:/usr/obj/usr/src/include/osreldate.h: No such file or directory ^ !! > I just got the brand new current source, rebuilt the world and updated the > kernel. If the source file is supposed to be there, its probably missing > on the server. > > Any toughts - am I doing something wrong? You need at least to do a make buildworld first See the path above ... -- Andreas Klemm Powered by FreeBSD SMP Songs from our band >>64Bits<<http://www.apsfilter.org/64bits.html My homepage http://people.FreeBSD.ORG/~andreas Please note: Apsfilter got a NEW HOMEhttp://www.apsfilter.org/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: [current] Re: Confusing error messages from shell image activation
On Mon, Dec 11, 2000 at 12:37:54AM -0500, David Gilbert wrote: > ... but /usr/pkg supplanting /usr/local is one of the things that I > like about NetBSD. /usr/pkg sounds a little bit odd ... ( at least for my ears). Why not choose what Solaris uses (/opt) ? It would be an advantage, when designing filesystem size of your OS, that now you would have two completely separate paths /usr and /opt. Installing ports in /usr means, having a too large /usr or to mount a new filsystem under /usr (/usr/local). Mounting an fs under a mounted fs I dislike much ... What about the following installation hierarchy /opt/category/port/{bin,etc,include,lib,libexec,man,sbin,...} with symlinks to /opt/{bin,etc,include,lib,libexec,man,sbin,...} This would be an advantage for larger packages, as now you can very easily see, what belongs to a package and what not. Additionally you can install multiple versions of a port at the same time, and slowly migrate the configs/settings to the new port. For critical server application this scheme gives you more fine grained control, concerning what version to use and you can easily go back if you need... pkg_version -c is cool, but it simply overwrites your working port, keeps the configs, but pray, that everything runs. The above suggested symlinks are a needed evil, so that you again only need one place for manpages and binaries... It gives you a lot more directories and symlinks, but when installing it on a different filesystem, I think you can very easily live with it, concerning the better control over installed packages. Another plus is, that you now see _directly_, what files, config-files, etc belong to a software, that is huge and complex ... packages like KDE wouldn't f*up /usr/local as they do now. Teaching KDE to install in /usr/local/kde is complex and I lost fun doing so when I frist tried a year ago... Andreas /// -- Andreas Klemm Powered by FreeBSD SMP Songs from our band >>64Bits<<http://www.apsfilter.org/64bits.html My homepage http://people.FreeBSD.ORG/~andreas Please note: Apsfilter got a NEW HOMEhttp://www.apsfilter.org/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: 3.0.1 soon ?
On Fri, Jan 15, 1999 at 11:45:02PM -0500, Mike Tancsa wrote: > > Just wondering if there is an updated timeline for 3.0.1 release ? 15.01. + 'five' more days (Jordan said on -committers) -- Andreas Klemmhttp://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message
trouble to link new kernel
fined reference to `send_aux_command' psm.o: In function `set_mouse_resolution': psm.o(.text+0x28e): undefined reference to `send_aux_command_and_data' psm.o: In function `recover_from_error': psm.o(.text+0x393): undefined reference to `empty_both_buffers' psm.o(.text+0x399): undefined reference to `test_controller' psm.o(.text+0x3b5): undefined reference to `test_kbd_port' psm.o: In function `restore_controller': psm.o(.text+0x3eb): undefined reference to `empty_both_buffers' psm.o(.text+0x3f7): undefined reference to `set_controller_command_byte' psm.o: In function `doopen': psm.o(.text+0x49c): undefined reference to `kbdc_get_device_mask' psm.o(.text+0x4a8): undefined reference to `set_controller_command_byte' psm.o: In function `psmprobe': psm.o(.text+0x542): undefined reference to `kbdc_open' psm.o(.text+0x577): undefined reference to `kbdc_lock' psm.o(.text+0x5b2): undefined reference to `empty_both_buffers' psm.o(.text+0x5ba): undefined reference to `kbdc_get_device_mask' psm.o(.text+0x5c7): undefined reference to `get_controller_command_byte' psm.o(.text+0x610): undefined reference to `set_controller_command_byte' psm.o(.text+0x628): undefined reference to `write_controller_command' psm.o(.text+0x633): undefined reference to `test_aux_port' psm.o(.text+0x6be): undefined reference to `reset_aux_dev' psm.o(.text+0x939): undefined reference to `send_aux_command' psm.o(.text+0x9af): undefined reference to `empty_aux_buffer' psm.o(.text+0xa01): undefined reference to `set_controller_command_byte' psm.o(.text+0xa3d): undefined reference to `kbdc_set_device_mask' psm.o(.text+0xa47): undefined reference to `kbdc_lock' psm.o(.text+0xa70): undefined reference to `kbdc_set_device_mask' psm.o(.text+0xa7a): undefined reference to `kbdc_lock' psm.o: In function `psmopen': psm.o(.text+0xc16): undefined reference to `kbdc_lock' psm.o(.text+0xc38): undefined reference to `get_controller_command_byte' psm.o(.text+0xc4c): undefined reference to `kbdc_get_device_mask' psm.o(.text+0xc58): undefined reference to `set_controller_command_byte' psm.o(.text+0xc69): undefined reference to `kbdc_lock' psm.o(.text+0xcae): undefined reference to `kbdc_lock' psm.o: In function `psmclose': psm.o(.text+0xcdc): undefined reference to `kbdc_lock' psm.o(.text+0xcff): undefined reference to `get_controller_command_byte' psm.o(.text+0xd14): undefined reference to `kbdc_lock' psm.o(.text+0xd2e): undefined reference to `kbdc_get_device_mask' psm.o(.text+0xd3a): undefined reference to `set_controller_command_byte' psm.o(.text+0xd68): undefined reference to `empty_aux_buffer' psm.o(.text+0xdd7): undefined reference to `kbdc_get_device_mask' psm.o(.text+0xde3): undefined reference to `set_controller_command_byte' psm.o(.text+0xe0b): undefined reference to `empty_aux_buffer' psm.o(.text+0xe19): undefined reference to `kbdc_lock' psm.o: In function `block_mouse_data': psm.o(.text+0x114a): undefined reference to `kbdc_lock' psm.o(.text+0x1167): undefined reference to `get_controller_command_byte' psm.o(.text+0x117b): undefined reference to `kbdc_get_device_mask' psm.o(.text+0x1187): undefined reference to `set_controller_command_byte' psm.o(.text+0x119e): undefined reference to `kbdc_lock' psm.o(.text+0x11b2): undefined reference to `empty_aux_buffer' psm.o(.text+0x11ba): undefined reference to `read_aux_data_no_wait' psm.o: In function `unblock_mouse_data': psm.o(.text+0x11ec): undefined reference to `empty_aux_buffer' psm.o(.text+0x11f8): undefined reference to `kbdc_get_device_mask' psm.o(.text+0x1204): undefined reference to `set_controller_command_byte' psm.o(.text+0x121a): undefined reference to `kbdc_lock' psm.o: In function `psmintr': psm.o(.text+0x1730): undefined reference to `read_aux_data_no_wait' psm.o: In function `enable_kmouse': psm.o(.text+0x1cda): undefined reference to `empty_aux_buffer' *** Error code 1 Stop. -- Andreas Klemmhttp://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message
make release fails to build floppies.... (no space left)
mv /R/stage/kernels/BOOTMFS /R/stage/image.boot/kernel Getting symbols from /R/stage/image.boot/kernel for mfsroot Writing MFS image into kernel for boot floppy /R/stage/image.boot/kernel: 54.7% -- replaced with /R/stage/image.boot/kern el.gz disklabel: ioctl DIOCWLABEL: Operation not supported by device Warning: Block size restricts cylinders per group to 4. Warning: 2880 sector(s) in last cylinder unallocated /dev/rvn0c: 2880 sectors in 1 cylinders of 1 tracks, 5760 sectors 1.4MB in 1 cyl groups (4 c/g, 11.25MB/g, 32 i/g) super-block backups (for fsck -b #) at: 32, cpio: write error: No space left on device *** Error code 1 Stop. *** Error code 1 (ignored) *** Error code 1 Stop. *** Error code 1 -- Andreas Klemmhttp://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message
make release produces unbootable boot floppies, no boot loader, no /kernel
Hi ! Bad news, make release still produces non bootable floppies. I cvsupped yesterday evening at 8pm and did a make world and make release Now I tried the boot.flp image from the ftp subdir in /R/ First error message No /boot/loader Then the typical "boot banner" 2nd error message No /kernel When typing ? . .. kernel.gz When typing kernel.gz to load this kernel invalid format Well, there is _still_ something wron, believe me. Andreas /// -- Andreas Klemmhttp://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message
Re: make release produces unbootable boot floppies, no boot loader, no /kernel
On Mon, Jan 18, 1999 at 09:52:26PM -0800, Mike Smith wrote: > > Hi ! Bad news, make release still produces non bootable floppies. > > I cvsupped yesterday evening at 8pm and did a make world and > > make release > > > > Now I tried the boot.flp image from the ftp subdir in /R/ > > > > First error message > > No /boot/loader > > Then the typical "boot banner" > > 2nd error message > > No /kernel > > When typing ? > > . .. kernel.gz > > When typing kernel.gz to load this kernel > > invalid format > > Of course, it's gzipped. > > > Well, there is _still_ something wron, believe me. > > The single-floppy install is broken. Use the two-floppy install as > I've been encouraging people to do now since the 12th. This sounds like booting/installing from CD-ROM is currently impossible as well ??? Andreas /// -- Andreas Klemmhttp://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message
panic: vinvalbuf: dirty bufs (during reboot, several times)
seudo-device ccd 4 #Concatenated disk driver options PPP_BSDCOMP #PPP BSD-compress support options PPP_DEFLATE #PPP zlib/deflate/gzip support options PPP_FILTER #enable bpf filtering (needs bpfilter) # i4b passive ISDN cards support (isic - I4b Siemens Isdn Chipset driver) # note that the ``options'' and ``device'' lines must BOTH be defined ! # # Non-PnP Cards: # -- # # Teles S0/8 or Niccy 1008 #options "TEL_S0_8" #device isic0 at isa? iomem 0xd net irq 5 flags 1 # # Teles S0/16 or Creatix ISDN-S0 or Niccy 1016 #options "TEL_S0_16" #device isic0 at isa? port 0xd80 iomem 0xd net irq 5 flags 2 # # Teles S0/16.3 options "TEL_S0_16_3" #device isic0 at isa? port 0xd80 net irq 5 flags 3 device isic0 at isa? port 0xd80 net irq 9 flags 3 # # AVM A1 or AVM Fritz!Card #options "AVM_A1" #device isic0 at isa? port 0x340 net irq 5 flags 4 # # USRobotics Sportster ISDN TA intern #options "USR_STI" #device isic0 at isa? port 0x268 net irq 5 flags 7 # # ITK ix1 Micro #options "ITKIX1" #device isic0 at isa? port 0x398 net irq 10 flags 18 # # PnP-Cards: # -- # # Teles S0/16.3 PnP #options "TEL_S0_16_3_P" #device isic0 at isa? port ? net irq ? # # Creatix ISDN-S0 P&P #options "CRTX_S0_P" #device isic0 at isa? port ? net irq ? # # Dr. Neuhaus Niccy Go@ #options "DRN_NGO" #device isic0 at isa? port ? net irq ? # # Sedlbauer Win Speed #options "SEDLBAUER" #device isic0 at isa? port ? net irq ? # # Dynalink IS64PH #options "DYNALINK" #device isic0 at isa? port ? net irq ? # # ELSA QuickStep 1000pro ISA #options "ELSA_QS1ISA" #device isic0 at isa? port ? net irq ? # # PCI-Cards: # -- # # ELSA QuickStep 1000pro PCI #options "ELSA_QS1PCI" #device isic0 # # PCMCIA-Cards: # - # # AVM PCMCIA Fritz!Card #options "AVM_A1_PCMCIA" device isic0 at isa? port 0x340 net irq 5 flags 10 # # Active Cards: # - # # Stollmann Tina-dd control device #device tina0 at isa? port 0x260 net irq 10 # # ISDN Protocol Stack # --- # # Q.921 / layer 2 - i4b passive cards D channel handling pseudo-device "i4bq921" # # Q.931 / layer 3 - i4b passive cards D channel handling pseudo-device "i4bq931" # # layer 4 - i4b common passive and active card handling pseudo-device "i4b" # # ISDN devices # # # userland driver to do ISDN tracing (for passive cards only) pseudo-device "i4btrc"4 # # userland driver to control the whole thing pseudo-device "i4bctl" # # userland driver for access to raw B channel pseudo-device "i4brbch" 4 # # userland driver for telephony pseudo-device "i4btel"2 # # network driver for IP over raw HDLC ISDN pseudo-device "i4bipr"4 # enable VJ header compression detection for ipr i/f options IPR_VJ # # network driver for sync PPP over ISDN pseudo-device "i4bisppp" 4 -- Andreas Klemmhttp://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message
Re: panic: vinvalbuf: dirty bufs (during reboot, several times)
On Tue, Jan 19, 1999 at 11:00:55PM -0800, Matthew Dillon wrote: > > Hmm. Interesting, it's dying trying to fsync an FFS vnode. Are you > by any chance running NFS ( client *or* server ) on this box? No, no NFS compiled in and am not using it. See my kernel config. > First, if either of you are compiling up your own kernels, please > remember that if you are using SOFTUPDATES, the SOFTUPDATES code > does *NOT* reside in /usr/src/sys but instead resides in > /usr/src/contrib/sys ... when you update your kernel, also make sure > that /usr/src/contrib/sys is updated. I know this, but checked it to be sure, yes I use the 'up to date' softupdate source from contrib/sys. * from: @(#)ffs_softdep.c 9.28 (McKusick) 8/8/98 * $Id: ffs_softdep.c,v 1.20 1999/01/07 16:14:10 bde Exp $ * @(#)softdep.h 9.5 (McKusick) 2/11/98 * $Id: softdep.h,v 1.4 1998/05/19 23:07:25 julian Exp $ > If I can reproduce it on one of my machines, I can probably figure out > what is going on. If both of you are running NFS, it could possibly be > the NFS server forgetting to unbusy a page somewhere. If you aren't > running NFS, it could be an actual bug in FFS somewhere(!). No NFS. -- Andreas Klemmhttp://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message
Re: panic: vinvalbuf: dirty bufs (during reboot, several times)
On Thu, Jan 21, 1999 at 12:09:00PM +1030, Greg Lehey wrote: > On Wednesday, 20 January 1999 at 19:33:54 +0100, Andreas Klemm wrote: > > On Tue, Jan 19, 1999 at 11:00:55PM -0800, Matthew Dillon wrote: > >> > >> Hmm. Interesting, it's dying trying to fsync an FFS vnode. Are you > >> by any chance running NFS ( client *or* server ) on this box? > > > > No, no NFS compiled in and am not using it. See my kernel config. > > Where's your kernel config? Are you running vinum? I had some > problems with this in earlier versions, but I'm pretty sure none are > left. Im my first mail (where I reported the problem) I sent kernel config file and dmesg output. And no, sorry, am using ccd, not vinum. -- Andreas Klemmhttp://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message
klogin.o(.text+0x3e): undefined reference to `_pam_noticketsdontcomplain'
Just wanted to let you know ... cc -O -pipe -DSETPROCTITLE -DSKEY -DLOGIN_CAP -DVIRTUAL_HOSTING -Wall -I/home/src/libexec/ftpd/../../contrib-crypto/telnet -DKERBEROS -I/usr/obj/home/src/tmp/usr/include -o ftpd ftpd.o ftpcmd.o logwtmp.o popen.o skey-stuff.o klogin.o -lskey -lmd -lcrypt -lutil -lkrb -ldes ftpd.o: In function `pass': ftpd.o(.text+0x11c9): undefined reference to `klogin' klogin.o: In function `_pam_klogin': klogin.o(.text+0x3e): undefined reference to `_pam_noticketsdontcomplain' klogin.o(.text+0x96): undefined reference to `_pam_krbtkfile_env' klogin.o(.text+0x167): undefined reference to `_pam_notickets' *** Error code 1 1 error -- Andreas Klemmhttp://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message
make release, kernel.flp mfsroot.flp from Jan 21th doesn't work as well
Hi ho ! Someone recommended me a week or so ago, to use the "2 floppy install". Did so now with a FreeBSD 3.0-SNAP from Jan 21 1999. No success: my notebook 'sits' beneath me and tells me the following after inserting the 2nd floppy: zf_read: fill error [cpu register contents deleted] System halted JFYI -- Andreas Klemmhttp://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message
Re: make release, kernel.flp mfsroot.flp from Jan 21th doesn't work as well
On Fri, Jan 22, 1999 at 05:00:52PM +0100, Andreas Klemm wrote: > Hi ho ! > > Someone recommended me a week or so ago, to use the "2 floppy install". > Did so now with a FreeBSD 3.0-SNAP from Jan 21 1999. > No success: my notebook 'sits' beneath me and tells me the following > after inserting the 2nd floppy: > > zf_read: fill error > > [cpu register contents deleted] > > System halted Sorry ! This was because of an read error on the floppy ! Please give me the hat ;-) -- Andreas Klemmhttp://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message
some woes about rc.conf.site
Hi ! Sorry to say this, but after having to use rc.conf.site as it is now I really kind of 'hate' it. When we had one central rc.conf file it was fun to browse through it and having all supported knobs visible at a glance. No I have to use two vi sessions (or one ,more' and one ,vi' session) in two different (!) windows (especially after a new installation, when X isn't running anymore) and have to browse through both files, to see what's missing in rc.site.conf. Then rc.conf.site has a totally different sort order which is not very helpful/comfortable, when comparing rc.conf and rc.conf.site. Then rc.conf.site doesn't contain every knob which rc.conf has. Well, I think it comes soon to a point, that I have to compare /etc/rc.conf.site with /etc/rc.conf after a make world, to see, if I want/need to merge new knobs into /etc/rc.conf.site. In the good old days we had to compare /usr/src/etc/rc.conf with /etc/rc.conf, which is exactly the same but with one difference... We had a knifty tool named mergemaster, which helped us a lot, to update /etc/rc.conf very easily. Now with an incomplete /etc/rc.conf.site, which contains only a subset of knobs in /etc/rc.conf, you have to do it manually. Well, kill me or not, but I have a certain feeling, that /etc/rc.conf.site is a bit drainbamaged in handling a) after a new installation b) if you have to keep track of changes, since it's not mergemasters, it's your bloody manual task to update it. Well, maybe I overlooked some things advantages ;-) Then please tell me. What do you think ? Or what are your experiences ? Andreas /// -- Andreas Klemmhttp://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message
Re: some woes about rc.conf.site
On Sun, Feb 07, 1999 at 08:29:57AM -0800, Jordan K. Hubbard wrote: > > Sorry to say this, but after having to use rc.conf.site as it is now > > I really kind of 'hate' it. > > Sorry to say this, but you really don't understand it. :) What ? ;-) Don't tell me that ;-) > > When we had one central rc.conf file it was fun to browse through > > it and having all supported knobs visible at a glance. > > And you still have this now. In fact, with the unadulterated rc.conf, you > have the original "default" values for youre reference. Yes, true, but with the new concept of leaving this file untouched and only altering rc.conf.site I have the overhead as described in my mail. I have to choose things in rc.conf, but to change it in a different file. Browing and changing in one file (rc.conf) was easier for me. Well, my private workaround is now to remove rc.conf.site. > > Then rc.conf.site has a totally different sort order which is > > not very helpful/comfortable, when comparing rc.conf and rc.conf.site. > > Well now that much is true - I suppose I could sort it, or something. Would be fine, if it would have the same sortorder as rc.conf. This would make it easier to browse through both files in two windows. > > Then rc.conf.site doesn't contain every knob which rc.conf has. > > Erm, it's not supposed to. It's supposed to contain only those knobs > you want to change. Are we even talking about a 3.0/4.0 snapshot made > after 99/2/5 23:00 PST? I did send email out about this. Well I speak of a SNAPSHOT I made myself and I followed the discussion and found the idea nice. But now when having to edit rc.conf.site manually with vi, I have the feeling, that this concept sucks a bit. It's ok, if you always use the user interface (sysinstall). But if you want to fine tune system settings by hand with vi it has the overhead I descripbed in my previous e-mail: And that actually is: you have always to compare rc.conf and rc.conf.site if you want to add or modify a feature. Or you simply copy rc.conf over rc.conf.site and start over. > > Well, maybe I overlooked some things advantages ;-) Then please tell me. > > As usual, I think you're just out of date and we're not even talking about > current technology. :) Hmmm, I think your answer is a bit political, or am I really the only person, who hacks rc.conf.site with vi and has to browse through both files at the same time and is a bit annoyed by having to compare every single line and then to add the knob in rc.conf.site ?! Well browsing and modifying only one file (rc.conf) at the same time was a lot more comfortable for me. But, if I'm the only person who complains, then forget about it. It's not so important then ;-) Andreas /// -- Andreas Klemmhttp://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message
Re: some woes about rc.conf.site
On Sun, Feb 07, 1999 at 09:13:27AM -0800, Jordan K. Hubbard wrote: > > Hmmm, I think your answer is a bit political, or am I really the > > only person, who hacks rc.conf.site with vi and has to browse through > > both files at the same time and is a bit annoyed by having to compare > > every single line and then to add the knob in rc.conf.site ?! > > I still cannot see any reason for you to do this. I haven't had any > of the problems you describe since I can't even imaging approaching > the problem in the way that you have chosen to. :-( Don't take it too serious. Perhaps I should have put a smiley at the end of the sentence. Somtimes political means "bad things(tm)" I didn't meant it soo bad ;-) -- Andreas Klemmhttp://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message
Re: some woes about rc.conf.site
On Sun, Feb 07, 1999 at 12:41:17PM -0500, Chuck Robey wrote: > On Sun, 7 Feb 1999, John Robert LoVerso wrote: > > Or type "vi /etc/rc.conf /etc/rc.conf.site" and then hit ":N" to split > > the screen into two sessions, one in /etc/rc.conf and one in > > /etc/rc.conf.site. > > Use ^W to toggle between the the split screens. Ok, thanks, could do that. Then it would be nice, if Jordan could actually kind of sort things, so that it's easier to configure options in rc.conf.site. > > IMNO (not that it matters!), I'd prefer rc.conf to go away and be replaced > > by a SVR4-like "/etc/rc.init.d" with start and stop scripts. While I > > hated initially back in '92 when it was first inflicted upon, I find it > > much more useful than a single rc.conf file. Especially when adding in > > optional packages. > > When I last did SVR4 admin, with ESIX, I kind of liked that. Now I'm in > the midst of getting used to Solaris7 (which I stuck on the new machine, > to give me broader experience) and I have to say, the extreme > balkanization of the startup and shutdown scripts is disheartening. > It's no doubt a wonderful thing for the folks who write GUIs to manage > it, but I only like GUIs that are tightly under control (for years, I > wouldn't touch GUIs at all). The extreme splitting up of the scripts is > horrible for someone who wants to tweak scripts. Agreed. I like our way more, since renaming or deleting startup scripts to disable things isn't very comfortable. And you have to be very very careful about the design of the start and stop scripts ... -- Andreas Klemmhttp://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message
Re: some woes about rc.conf.site
On Sun, Feb 07, 1999 at 04:33:00PM -0800, Parag Patel wrote: > > Because rc.conf contains configuration variables, whereas rc contains > > commands to execute at boot time. > > Then I would suggest renaming rc.conf to be rc.vars or rc.config-vars > or something more appropriate than rc.conf, which like all the other > *.conf files is intended for local editing and maintainence. > > I do like the local overriding feature though. Yesterday I took out > all my local rc.conf mods into rc.conf.local and copied in the default > /usr/src/etc/rc.conf to /etc. The local mods are much smaller and much > more obvious as to what is different from the default setup. I think rc.conf and nothing else wasn't that bad. rc.conf was a _reference_ for all possible settings and easy manageable. And mergemaster is an excellent tool, to update it on demand. -- Andreas Klemmhttp://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message
Re: HEADS UP: lpt driver going away
> BE ADVISED that the nlpt driver will soon be renamed to lpt. Will the lpt driver be replaced in RELENG_3 as well ? -- Andreas Klemmhttp://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message
Re: Need Help
On Wed, Feb 10, 1999 at 01:47:58PM +0100, Ladavac Marino wrote: > and that you should > cd /dev > ./MAKEDEV > in order to try to recreate them. After that one should double check, if really every disk device has been recreated. With the new slice scheme in newer FreeBSD versions you have to create them explicitely: sh MAKEDEV sd0s1a or da0s1a in even newer FreeBSD versions (>=3.0) Make sure, that raw devices (rsd0s1a) are created as well. But as Ladavac wrote, you should know, where you typed this command... If you clobbered /etc, then you have to do a lot of more things. Best would then be to make a boot and fixit disk for your system and restore things from backup if you have a backup ... Andreas /// -- Andreas Klemmhttp://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message
Re: Slow seq. write on Seagate ST36530N
6196 > 16 40962306641 42949672 > 16 81923121342 52377649 > > Bonnie shows the following: > Seagate > ---Sequential Output ---Sequential Input-- > --Random-- > -Per Char- --Block--- -Rewrite-- -Per Char- --Block--- > --Seeks--- > MachineMB K/sec %CPU K/sec %CPU K/sec %CPU K/sec %CPU K/sec %CPU /sec > %CPU > 100 3251 44.0 1307 4.0 2285 11.5 5006 69.0 8644 23.0 115.1 > 4.2 > IBM > 100 45.0 2533 8.8 1878 10.1 4244 58.2 5140 19.7 76.4 > 3.3 > > If I interpret it correctly the Seagate is faster in everything but sequential > writes. > dmesg shows the following : > > da1 at ahc0 bus 0 target 1 lun 0 > da1: Fixed Direct Access SCSI-2 device > da1: 10.0MB/s transfers (10.0MHz, offset 15), Tagged Queueing Enabled > da1: 6208MB (12715920 512 byte sectors: 255H 63S/T 791C) > da0 at ahc0 bus 0 target 0 lun 0 > da0: Fixed Direct Access SCSI-2 device > da0: 10.0MB/s transfers (10.0MHz, offset 15), Tagged Queueing Enabled > da0: 2063MB (4226725 512 byte sectors: 255H 63S/T 263C) > > Anybody an idea ?? > > Paul > > -- > Paul van der Zwan paulz @ trantor.xs4all.nl > "I think I'll move to theory, everything works in theory..." > > > > > To Unsubscribe: send mail to majord...@freebsd.org > with "unsubscribe freebsd-current" in the body of the message -- Andreas Klemmhttp://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message
Re: compiler egcs 1.1.1 error
On Wed, Mar 03, 1999 at 05:39:04AM +0800, Chan Yiu Wah wrote: > Hello, > > I tried to compile the egcs 1.1.1 yesterday and encountered the following > error. Can anyone show me hoe to solve it. Thanks. > > Clarence JFYI, the port is now at: egcs-1.1.2-pre2 Maybe upgrading the port might help. It compiled and installed fine on 3.1-STABLE, but I didn't get a make world through ... fails at the very beginning when building make. -- Andreas Klemmhttp://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message
Re: gcc
On Sun, Feb 28, 1999 at 02:49:57PM -0800, Jordan K. Hubbard wrote: > > Please keep in mind that if, in our haste, we import a compiler that > > puts instability into FreeBSD, then we've drunk poison. The feature > > A legit concern, but also realize that all of us are talking about > 4.0 here - the new compiler would be an issue we'd have up to a full > year on before the product it's in goes mainstream. If that's not enough > time to work out the compiler issues after switching, I can't imagine > when we WILL have a better time to try and do this then. Progress > entails some pain, and if we're unwilling to suffer any at all then > progress ceases entirely. Agreed. -- Andreas Klemmhttp://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message
Re: gcc
On Fri, Mar 05, 1999 at 10:21:08AM -0800, Matthew Dillon wrote: > I like idea of being able to choose between two different compilers > on the fly -- as in with a kernel config option or a make.conf option. > > I don't think we can 'replace' gcc in 4.x. It will screw up too many > people trying to track down bugs, including me. And what about including it as an alternative system compiler ? base: cc gcc g++ c++ egcs: ecc egcceg++ec++ Would that be possible ? Like awk and nawk in the past ?! ;-) That would bering an option to people, who want to have it in the base OS ... Andreas /// -- Andreas Klemmhttp://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message
Re: error when make kernel using egcs-1.1.2pre
On Fri, Mar 05, 1999 at 04:40:33AM -0800, David O'Brien wrote: > > === make depend error === > > cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes > > -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual > > -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include > > -DKERNEL -DVM_STACK -include opt_global.h ../../i386/i386/genassym.c > > cc1: Invalid option `-fformat-extensions' > > *** Error code 1 > > If you are up to the task, you can download my bmake framework and > modified EGCS sources that have this FreeBSD'ism. > > FTP the cvs repository from ftp.nuxi.com:/pub/FreeBSD/egcs. FTP Directory: ftp://ftp.nuxi.com/pub/FreeBSD/egcs/ Parent Directory .: Permission denied [As plain directory] -- Andreas Klemmhttp://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message
Re: SMP
On Mon, Mar 15, 1999 at 08:39:17PM +0100, Thomas Schuerger wrote: > Hi! > > Will an SMP Kernel of 4.0-Current for two processors also run on > one processor? I'd like to check whether the SMP-kernel runs stable > on my Asus P2B-DS with two processors, but I'd like to be able to > switch back to the non-SMP kernel afterwards. No AFAIK two CPU's has to be there, so that the SMP kernel boots successfully. -- Andreas Klemm http://www.FreeBSD.ORG/~andreas FreeBSD SMP is approximately 120% of Linux SMP http://www.freebsd.org/~andreas/benches/index.html To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message
X problems using egcs as compiler
Got the latest egcs port # $Id: Makefile,v 1.53 1999/03/30 02:58:02 obrien Exp $ Build X11R6 with the following CFLAGS: -pipe -mpentiumpro -O2 I'm still running X11 and after ,make install' I'm unable to launch x applications (xterm, ...) andr...@titan{1001} $ xterm /usr/libexec/ld-elf.so.1: /usr/X11R6/lib/libXaw.so.6: Undefined symbol "__deregister_frame_info" Exit 1 Is this a problem with egcs ? Or did I overlook something ? My freebsd 3.1-STABLE kernel, compiled with -pipe -O2 -mpentiumpro, runs fine since half a day. -- Andreas Klemm http://www.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message
Re: X problems using egcs as compiler
On Sat, Apr 03, 1999 at 11:51:54AM -0800, David O'Brien wrote: > > andr...@titan{1001} $ xterm > > /usr/libexec/ld-elf.so.1: /usr/X11R6/lib/libXaw.so.6: Undefined symbol > > "__deregister_frame_info" > > Exit 1 > > > > Is this a problem with egcs ? Or did I overlook something ? > > Please recompile everything you did with the "-v" option, and send the > output. You may easily be linking with the wrong crt*.o or *.a files. Some output from building something in xterm subdir of XFree86 making all in programs/xterm... /usr/local/bin/egcc -v -pipe -mpentiumpro -O2 -ansi -pedantic -Dasm=__asm-I. ./.. -I../../exports/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -I. -DSCROLLBAR_RIGHT -c resize.c Reading specs from /usr/local/lib/gcc-lib/i386-portbld-freebsd3.1/egcs-2.91.66/s pecs gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release) /usr/local/lib/gcc-lib/i386-portbld-freebsd3.1/egcs-2.91.66/cpp -lang-c89 -v -I ../.. -I../../exports/include -I. -undef -D__GNUC__=2 -D__GNUC_MINOR__=91 -trigr aphs -D__STRICT_ANSI__ -D__i386__ -D__ELF__ -D__unix__ -D__FreeBSD__=3 -D__i386 -D__unix -Acpu(i386) -Amachine(i386) -Asystem(unix) -Asystem(FreeBSD) -D__OPTIMI ZE__ -pedantic -Asystem(unix) -Acpu(i386) -Amachine(i386) -D__i386 -D__i386__ -D __i686 -D__i686__ -D__pentiumpro -D__pentiumpro__ -Dasm=__asm -DCSRG_BASED -DFUN CPROTO=15 -DNARROWPROTO -DSCROLLBAR_RIGHT resize.c | /usr/local/lib/gcc-lib/i386-portbld-freebsd3.1/egcs-2.91.66/cc1 -quiet -dumpbas e resize.c -mpentiumpro -ansi -O2 -pedantic -ansi -version -o - | as -V -Qy -o resize.o - GNU CPP version egcs-2.91.66 19990314 (egcs-1.1.2 release) (i386 FreeBSD/ELF) #include "..." search starts here: GNU C version egcs-2.91.66 19990314 (egcs-1.1.2 release)#include <...> search st arts here: (i386-portbld-freebsd3.1)GNU assembler version 2.9.1 (i386-unknown-freebsdelf) ../.. compiled by GNU C version egcs-2.91.66 19990314 (egcs-1.1.2 release). ../../exports/include . /usr/local/include /usr/local/i386-portbld-freebsd3.1/include /usr/local/lib/gcc-lib/i386-portbld-freebsd3.1/egcs-2.91.66/include /usr/include End of search list. , using BFD version 2.9.1 rm -f resize /usr/local/bin/egcc -o resize -v -pipe -mpentiumpro -O2 -ansi -pedantic -Dasm=__ asm -L../../exports/lib resize.o -L/usr/X11R6/lib -lxpg4 -lrpcsvc -lkrb -ldes -lcrypt -ltermcap -Wl,-rpath,/usr/X11R6/lib Reading specs from /usr/local/lib/gcc-lib/i386-portbld-freebsd3.1/egcs-2.91.66/s pecs gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release) /usr/local/lib/gcc-lib/i386-portbld-freebsd3.1/egcs-2.91.66/collect2 -m elf_i38 6 -dynamic-linker /usr/libexec/ld-elf.so.1 -o resize /usr/lib/crt1.o /usr/lib/cr ti.o /usr/local/lib/gcc-lib/i386-portbld-freebsd3.1/egcs-2.91.66/crtbegin.o -L.. /../exports/lib -L/usr/X11R6/lib -L/usr/local/lib/gcc-lib/i386-portbld-freebsd3. 1/egcs-2.91.66 -L/usr/local/i386-portbld-freebsd3.1/lib -L/usr/local/lib resize. o -lxpg4 -lrpcsvc -lkrb -ldes -lcrypt -ltermcap -rpath /usr/X11R6/lib -lgcc -lc -lgcc /usr/local/lib/gcc-lib/i386-portbld-freebsd3.1/egcs-2.91.66/crtend.o /usr/ lib/crtn.o -- Andreas Klemm http://www.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message
Re: if_xl borked in current!!
On Wed, Aug 13, 2003 at 02:34:38PM +0200, Soeren Schmidt wrote: > > Upgraded laptop from 5.1 to -current was as usual a bad idea, this > time the xl driver broke (and wi is still useless BTW) leaving me > with no networks working :( Well, you lucky one, when I insert a Xircom PCMCIA card -current panics ;-) Also wanted to upgrade my laptop, since my normal machine is really running fine under current, but his was really a showstopper. Would have loved to convert everything. Andreas /// -- Andreas Klemm - Powered by FreeBSD 4.8-STABLE Need a magic printfilter today ? -> http://www.apsfilter.org/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"
-current install: panics if PCMCIA card (Xircom REM56-100) isinserted
Tried to install FreeBSD 5.1 on my Toshiba Satellite Pro 4360. No matter if ACPI enabled or disabled (boot option 1/2) it panics after displaying: Timecounter "TSC" frequency 696583708 Hz Timecounter tick every 10. msec Fatal trap 12: page fault while in kernel mode current process: 6 (cbb0) Stopped at pccard_scan_cis+0x1b5: movzbl 0(%eax,%edx,1), %eax db> trace pccard_scan_cis pccard_read_cis pccard_attach_card exca_insert cbb_insert cbb_event_thread fork_exit fork_trampoline --- trap 0x1, eip = 0, esp = 0xcad., ebp = 0 --- This happens with old 5.1 Japan snapshot of 2003 06 20 as well as with the latest snapshot of yesterday the 18th. 3rd attempt is now trying to boot without my xircom realport card (10/100+Modem 56, REM56G-100). Thats it ... theres something wrong with Card probing/mounting Sorry, I have no other card to test to see if this is card specific. Andreas /// -- Andreas Klemm - Powered by FreeBSD 4.8-STABLE Need a magic printfilter today ? -> http://www.apsfilter.org/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: if_xl borked in current!!
On Sat, Aug 16, 2003 at 11:16:53AM -0600, M. Warner Losh wrote: > nothing. The 16-bit cards have always had issues on some machines or > with some cards. rather than mapping the cis in, 0's are read back. I never had issues with this card in the same laptop since about 2 years under 4.x-STABLE. Therefore I assume this is a bug in -current. Andreas /// -- Andreas Klemm - Powered by FreeBSD 4.8-STABLE Need a magic printfilter today ? -> http://www.apsfilter.org/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"
PCMCIA trouble with Xircom, "CIS is too long -- truncating"
? Andreas /// -- Andreas Klemm - Powered by FreeBSD 4.8-STABLE Need a magic printfilter today ? -> http://www.apsfilter.org/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: PCMCIA trouble with Xircom, "CIS is too long -- truncating"
On Wed, Aug 27, 2003 at 03:08:45PM +0400, Sergey A. Osokin wrote: > > What more infos do you need ? > > Yes, please tell more about your kernel config file. > I think you use > devicecbb > devicepccard > devicecardbus > > Please comment this lines and add > devicepcic > devicecard 1 Sorry not possible. Reason is, that I can't install current on my laptop, since I need it with ethernet for the job. I can only migrate to current if network is running. Sounds like a chicken and egg problem ;-) Currently I run 4.8-STABLE on it. And the failures I had were with a 5.1-current JPSNAP CD. So to say with a normal GENERIC kernel. Could you offer me boot floppies containing the change you wanted me to test ? Then I could tell you, if kernel detects the NIC. Andreas /// -- Andreas Klemm - Powered by FreeBSD 4.8-STABLE Need a magic printfilter today ? -> http://www.apsfilter.org/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: cvs commit: src/gnu/usr.bin Makefile src/lib Makefile src/sbinMakefile src/usr.bin Makefile src/usr.sbin Makefile
On Sat, Aug 30, 2003 at 03:46:53AM -0700, Doug Barton wrote: > On Sat, 30 Aug 2003, Poul-Henning Kamp wrote: > > > In message <[EMAIL PROTECTED]>, Doug Barton writes: > > >Poul-Henning, > > > > > >Please don't forget to update src/share/examples/etc/make.conf > > >accordingly. > > > > Hmm, so this stuff is documented both in make.conf(5) and an examples > > file ? Sounds like one place too many to me. > > Well, there's "always" been an example make.conf file. In previous > incarnations it's lived in /etc, then /etc/defaults. I also agree with > the previous poster that it's useful to have such an example, and > mergemaster uses it for the -p option. In former times the make.conf file has been installed in /etc when doing a fresh FreeBSD installation. It contained useful commented out options. If memory serves me right, the file isn't installed anymore by default. Is there a reason ? I regarded this as useful tro have it around under /etc, so to say "ready for use". Andreas /// -- Andreas Klemm - Powered by FreeBSD 4.8-STABLE Need a magic printfilter today ? -> http://www.apsfilter.org/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"
-current of today, kconsole and others crash with signal 6
/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered ulpt0: Hewlett-Packard PSC 2200 Series, rev 2.00/1.00, addr 2, iclass 7/1 ulpt0: using bi-directional mode ugen0: Syncrosoft Protected Executer, rev 1.10/1.01, addr 3 uhci1: port 0xd000-0xd01f irq 10 at device 4.3 on pci0 usb1: on uhci1 usb1: USB revision 1.0 uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered pci0: at device 9.0 (no driver attached) fxp0: port 0xa400-0xa43f mem 0xed00-0xed0f,0xed80-0xed800fff irq 10 at device 10.0 on pci0 fxp0: Ethernet address 00:d0:b7:ba:c1:c2 miibus0: on fxp0 inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fdc0: port 0x3f7,0x3f2-0x3f5 irq 6 drq 2 on acpi0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 sio0 port 0x3f8-0x3ff irq 4 on acpi0 sio0: type 16550A atkbdc0: port 0x64,0x60 irq 1 on acpi0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 psm0: irq 12 on atkbdc0 psm0: model IntelliMouse Explorer, device ID 4 orm0: at iomem 0xcc000-0xccfff,0xc-0xcb7ff on isa0 sc0: on isa0 sc0: VGA <16 virtual consoles, flags=0x200> vga0: at port 0x3c0-0x3df iomem 0xa-0xb on isa0 sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled Timecounter "TSC" frequency 997461594 Hz quality 800 Timecounters tick every 10.000 msec acpi_cpu: throttling enabled, 16 steps (100% to 6.2%), currently 100.0% ad0: 176700MB [359010/16/63] at ata0-master UDMA66 acd0: CDRW at ata0-slave PIO4 ad2: 176700MB [359010/16/63] at ata1-master UDMA66 acd1: DVDROM at ata1-slave PIO4 Mounting root from ufs:/dev/ad2s1a ipfw2 initialized, divert disabled, rule-based forwarding enabled, default to deny, logging disabled fxp0: promiscuous mode enabled -- Andreas Klemm - Powered by FreeBSD 4.8-STABLE Need a magic printfilter today ? -> http://www.apsfilter.org/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: fxp0: device timeout in -current from 31.8.
tnx for the pointer. I changed the card placement and free'd one IRQ (3) by disabling COM2 in BIOS. This did the trick. Andreas /// -- Andreas Klemm - Powered by FreeBSD 5.1-CURRENT Need a magic printfilter today ? -> http://www.apsfilter.org/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"
fxp0: device timeout in -current from 31.8.
I tried to install FreeBSD 5.1-current from 30.07. and 31.08 on my wifes machine. Unluckily I experience problems with the fxp driver. On google I found a similar report from June 3rd. http://lists.freebsd.org/pipermail/freebsd-current/2003-June/004739.html What I tried: since USB and fxp driver shared the same IRQ I disabled USB in the BIOS and made sure, that the NIC has an IRQ of its own, but still no success. Here a dmesg with USB enabled 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.1-20030831-SNAP #0: Sun Aug 31 09:33:55 GMT 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC Preloaded elf kernel "/boot/kernel/kernel" at 0xc0752000. Preloaded elf module "/boot/kernel/acpi.ko" at 0xc07521f4. Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel Pentium III (902.05-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x686 Stepping = 6 Features=0x383f9ff real memory = 1073725440 (1023 MB) avail memory = 1035276288 (987 MB) Pentium Pro MTRR support enabled npx0: on motherboard npx0: INT 16 interface acpi0: on motherboard pcibios: BIOS version 2.10 Using $PIR table, 6 entries at 0xc00f0eb0 acpi0: power button is handled as a fixed feature programming model. Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0xe408-0xe40b on acpi0 acpi_cpu0: on acpi0 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pcib0: slot 4 INTD is routed to irq 9 pcib0: slot 4 INTD is routed to irq 9 pcib0: slot 9 INTA is routed to irq 5 pcib0: slot 10 INTA is routed to irq 9 pcib0: slot 11 INTA is routed to irq 10 agp0: mem 0xfc00-0xfdff at device 0.0 on pci0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pcib1: slot 0 INTA is routed to irq 11 pci1: at device 0.0 (no driver attached) isab0: at device 4.0 on pci0 isa0: on isab0 atapci0: port 0xd800-0xd80f at device 4.1 on pci 0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0xd400-0xd41f irq 9 at device 4.2 on pci 0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhub0: port error, restarting port 1 uhub0: port error, giving up port 1 uhub0: port error, restarting port 2 uhub0: port error, giving up port 2 uhci1: port 0xd000-0xd01f irq 9 at device 4.3 on pci 0 usb1: on uhci1 usb1: USB revision 1.0 uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered uhub1: port error, restarting port 1 uhub1: port error, giving up port 1 uhub1: port error, restarting port 2 uhub1: port error, giving up port 2 pci0: at device 9.0 (no driver attached) pci0: at device 9.1 (no driver attached) fxp0: port 0xb000-0xb03f mem 0xed00-0xed0 f,0xed80-0xed800fff irq 9 at device 10.0 on pci0 fxp0: Ethernet address 00:d0:b7:bd:03:b3 miibus0: on fxp0 inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto ahc0: port 0xa800-0xa8ff mem 0xec80-0xec80 0fff irq 10 at device 11.0 on pci0 aic7880: Ultra Single Channel A, SCSI Id=7, 16/253 SCBs fdc0: port 0x3f7,0x3f2-0 x3f5 irq 6 drq 2 on acpi0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 sio0 port 0x3f8-0x3ff irq 4 on acpi0 sio0: type 16550A sio1 port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A atkbdc0: port 0x64,0x60 irq 1 on acpi0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 psm0: irq 12 on atkbdc0 psm0: model IntelliMouse, device ID 3 orm0: at iomem 0xd4000-0xd47ff,0xd-0xd0fff,0xcc000-0xc,0xc -0xcbfff on isa0 pmtimer0 on isa0 ppc0: parallel port not found. sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa-0xb on isa0 Timecounter "TSC" frequency 902054218 Hz quality 800 Timecounters tick every 10.000 msec acpi_cpu: throttling enabled, 16 steps (100% to 6.2%), currently 100.0% ad0: 38166MB [77545/16/63] at ata0-master UDMA66 acd0: DVDROM at ata0-slave PIO4 ad2: 38166MB [77545/16/63] at ata1-master UDMA66 acd1: CDRW at ata1-slave PIO4 Waiting 15 seconds for SCSI devices to settle Mounting root from ufs:/dev/ad2s1a fxp0: device timeout fxp0: device timeout fxp0: device timeout fxp0: device timeout fxp0: device timeout fxp0: device timeout fxp0: device timeout fxp0: device timeout fxp0: device timeout fxp0: device timeout fxp0: device timeout fxp0: device timeout fxp0: device timeout fxp0: device timeout Andreas /// -- Andreas Klemm - Powered by FreeBSD 5.1-CURRENT Need a magic printfilter today ? -> http://www.apsfilter.org/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"