subscribe

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

Re: Using float emulator on a system with FPU?

1999-07-13 Thread Oliver Fromme
6SX processors don't have FPUs either.) Regards Oliver PS: No, I'm not doing "make world" on it. (In fact, I removed the compiler toolchain to save HD space.) -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:[EMAIL PROTECTED]) "In jedem Stück K

Permissions still broken on current.freebsd.org

1999-07-23 Thread Oliver Fromme
Oliver (desperate mirror admin ;-) -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:[EMAIL PROTECTED]) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" (Terry Pratchett) To Unsubscribe:

Re: optional 'make release' speed-up patch

1999-09-12 Thread Oliver Fromme
speeds up the next two commands. -rm -rf ${CHROOTDIR} -chflags -R noschg ${CHROOTDIR}/. -rm -rf ${CHROOTDIR} /quote Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:[EMAIL PROTECTED]) "In jedem Stück Kohle warte

Re: optional 'make release' speed-up patch

1999-09-13 Thread Oliver Fromme
Sheldon Hearn wrote in list.freebsd-current: On Sun, 12 Sep 1999 15:58:01 +0200, Oliver Fromme wrote: quote # The first command will fail on a handful of files that have their schg # flags set. But it greatly speeds up the next two commands. -rm -rf ${CHROOTDIR

Re: gcc optimizer in -current system ...

1999-09-23 Thread Oliver Fromme
a system compiled with anything more than -O (especially on production servers). The higher optimization levels don't provide much of a speed improvement anyway, sometimes they make the code even slower. YMMV. Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info

Re: ccd build failure

1999-09-23 Thread Oliver Fromme
, like: [...] Uhm... Maybe I misunderstand what your 100-line perl script does, but I use the following 3-line shell script instead: #!/bin/sh - cvs status | grep '^File:' | grep -v 'Status: Up-to-date$' true Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany

Re: gcc optimizer in -current system ...

1999-09-24 Thread Oliver Fromme
timings don't appear to be the playing/processing of the mp3 file. Probably something like this: time mpg123 -qt file.mp3 Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:[EMAIL PROTECTED]) "In jedem Stück Kohle wartet ein

Re: ccd build failure

1999-09-24 Thread Oliver Fromme
""; print; } /cvs server: Examining/ { dir = $4; }' Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:[EMAIL PROTECTED]) "In jedem Stück Kohle

Re: gcc optimizer in -current system ...

1999-09-25 Thread Oliver Fromme
out that gcc does a pretty poor job. :-( Unfortunately, I'm not an expert in writing compilers, and I don't dare to touch the gcc source code. After all, the compiler is one of the most critical parts of the system. Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany

Re: Loss of Functionality with newpnp

1999-09-26 Thread Oliver Fromme
regard C source code as "documentation"). Anyway. Downgrading that particular machine went fast and easy, and now everything works fine again. Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:[EMAIL PROTECTED]) "In jedem Stück Kohle

Re: FICL breakage...

1999-09-30 Thread Oliver Fromme
, rendering them unreadable and unmaintainable -- a common problem with perl.) Just my 0.02 Euro... Regards Oliver PS: If you need something ported to awk or written in awk, just let me know. :) -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:[EMAIL

Re: The eventual fate of BLOCK devices.

1999-10-10 Thread Oliver Fromme
at it, I sent a "which" command to the majordomo, and the result did not list me as a member of freebsd-announce and freebsd-security- notifications. When I tried to re-subscribe, it told me that I am already subscribed... Seems like majordomo is major buggy. ;-) Regards Oliver -- Oli

Re: The eventual fate of BLOCK devices.

1999-10-10 Thread Oliver Fromme
as successful. For the other two lists, I received a notice that I (the newsgate account) was already subscribed. this is not a majordomo bug. It is. Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:[EMAIL

Re: man reads /etc/rc.conf?

1999-11-10 Thread Oliver Fromme
read them. Is this just my system or is man really reading rc.conf(.local)? I think that's perfectly legal. Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:[EMAIL PROTECTED]) "In jedem Stück Kohle wartet ein Diamant a

Re: PATCH for testing

1999-11-15 Thread Oliver Fromme
sing ps -e and grepping for the DISPLAY variable, in order to find out if it's an abandoned local process, or if it was redirected to some remote host. That's what I'd need ps -e for. or is there another, possibly easier way to accomplish that? Regards Oliver -- Oliver Fromme, Leibnizstr. 18

Re: PATCH for testing

1999-11-17 Thread Oliver Fromme
to be excluded as well. FWIW, I'd be against removing or restricting -e at all. Programs that put sensitive data into environment variables (or expect the user to do that) are just _broken_. Removing or restricting the -e option encourages such brokenness. Just my 0.02 Euro. Regards Oliver

Re: PATCH for testing

1999-11-17 Thread Oliver Fromme
Julian Elischer wrote in list.freebsd-current: On Wed, 17 Nov 1999, Oliver Fromme wrote: Adam Wight wrote in list.freebsd-current: x I like the -e option when I'm root and trying to debug things. I x think that peter's fix seems to be ideal. You can find out about your x

Re: When do you plan 5.0-RELEASE?

2002-11-16 Thread Oliver Fromme
that 5.0-Release might not happen in 2002. Disclaimer: I'm not an official release engineer etc., and I'm sure someone will tell me that I don't have a clue anyway. :-) Regards Oliver -- Oliver Fromme, secnetix GmbH Co KG, Oettingenstr. 2, 80538 München Any opinions expressed in this message

Re: Asking for tester (small patch to chown(8)/chgrp(1))

2002-11-16 Thread Oliver Fromme
David Wolfskill [EMAIL PROTECTED] wrote: On Sat, Nov 16, 2002 at 12:29:20PM +0100, Oliver Fromme wrote: I've submitted a small patch (bin/45333) for both -stable and -current, but I haven't been able to test it under -current (due to lack of a spare machine). Would someone please

Re: Asking for tester (small patch to chown(8)/chgrp(1))

2002-11-17 Thread Oliver Fromme
Alexander Leidinger [EMAIL PROTECTED] wrote: Oliver Fromme [EMAIL PROTECTED] wrote: The patch adds an option -r to chown(8) and chgrp(1), which does pretty much the same as the -r option of touch(1) and truncate(1). Basically, it let's you copy ownerships and group memberships from

Re: ssh strangeness in -current...

2000-03-06 Thread Oliver Fromme
Kris Kennaway [EMAIL PROTECTED] wrote in list.freebsd-current: On Mon, 6 Mar 2000, Oliver Fromme wrote: the ports (yeah, stupid me), to no avail. It complained about some RSA library missing. Did you read the error message? Yes, I did, it was not helpful. In fact, it was confusing

Re: kern/16487: please apply newpcm fix

2000-03-06 Thread Oliver Fromme
Seigo Tanimura [EMAIL PROTECTED] wrote in list.freebsd-current: On Mon, 6 Mar 2000 01:22:41 +0100 (CET), Oliver Fromme [EMAIL PROTECTED] said: Oliver Would someone please (pretty please) have a look at kern/16487 Oliver and commit the trivial fix in it? It's just one line

Re: sshd in current....no config files in /etc/ssh

2000-03-07 Thread Jay Oliver
Regardless, without using mergemaster, the NEW config files will never have gotten placed into /etc Make world does not in and of itself in any way touch those configuration files. - Jay Oliver - Original Message - From: "William Woods" [EMAIL PROTECTED] To: "Oscar

Re: which(1), rewritten in C?

2000-03-03 Thread Oliver Fromme
if bar is a binary, a shell script, a perl hack or whatever, without having to know where it is. Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:[EMAIL PROTECTED]) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt"

ssh strangeness in -current...

2000-03-05 Thread Oliver Fromme
is list, then I must have missed it. Regards Oliver PS: Just in case if it matters, I have USA_RESIDENT=NO in my make.conf. -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:[EMAIL PROTECTED]) "In jedem Stück Kohle wartet ein

Re: NODESCRYPTLINKS=true doesn't work

2000-03-12 Thread Oliver Fromme
was a very sensible and POLA-conforming default. I'm always using the DES-capable crypt lib (to be able to share passwords with Solaris boxes), and a "make world" never changed the symlinks. Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: fi

NODESCRYPTLINKS=true doesn't work

2000-03-12 Thread Oliver Fromme
/make.conf, "make buildworld", "make installworld", and couldn't log in anymore because the symlinks had been set to libscrypt (and I'm using DES passwords). I guess that's not how it's supposed to work, is it? Regards Oliver PS: Apart from that, all is working well. I had t

Compaq SMART EISA and ida driver - kernel panic

2000-03-13 Thread Oliver Schonefeld
ut the driver the machine runs just rock solid (lacking a raid, of course). so something must be wrong, when probing for the controller. any ideas? if more information is needed, i will try to provide them, cheers, oliver -- email: [

Re: Compaq SMART EISA and ida driver - kernel panic

2000-03-14 Thread Oliver Schonefeld
completed = 0x (so propably not initalized?!) qcb_done = 0x0 cheers, oliver -- And remember: "To Infinity And Far Beyond ... Somehow?!" email: [EMAIL PROTECTED]

Re: Compaq SMART EISA and ida driver - kernel panic

2000-03-14 Thread Oliver Schonefeld
) at DEVICE_ATTACH+0x2e regards, oliver -- And remember: "To Infinity And Far Beyond ... Somehow?!" email: [EMAIL PROTECTED] [EMAIL PROTECTED] Hi! I'm a .signature virus! Copy

Re: Compaq SMART EISA and ida driver - kernel panic

2000-03-14 Thread Oliver Schonefeld
Eines schoenen Tages schrieb Matthew N. Dodd: On Tue, 14 Mar 2000, Oliver Schonefeld wrote: hmm ... the controller shows up with another io-adress, but now the driver panics because of a time out :-( Try this patch: [snip] again, no success. the driver counts down the timeout

Re: Linksys Revisted..

2000-03-14 Thread Jay Oliver
via dc? - Original Message - From: "Alex Zepeda" [EMAIL PROTECTED] To: "Jay Oliver" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, March 14, 2000 10:29 PM Subject: Re: Linksys Revisted.. Different "revisions" of the Linksys NICs use different chips,

Re: Why not gzip iso images?

2000-03-15 Thread Oliver Fromme
nd is good for -- no reason to start over at all. Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:[EMAIL PROTECTED]) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" (Terry Pratchett) To Un

Re: cvs commit: src/sys/dev/ida ida_eisa.c

2000-04-15 Thread Oliver Schonefeld
hello! [snipped-a-lot] i am currently building world and will be testing the driver. in about 4 - 5 hours (it's not the fastet machine ;-) i will be able to send feedback ... cheers, oliver -- "Mein Gott, es ist voller Sterne!&qu

Re: cvs commit: src/sys/dev/ida ida_eisa.c

2000-04-17 Thread Oliver Schonefeld
: irq 15 (level) on eisa0 slot 6 ida0: drives=1 firm_rev=1.66 i am running 2.26 on that board. maybe you should upgrade regards, oliver -- And remember: "To Infinity And Far Beyond ... Somehow?!&qu

Serious Network Troubles (with vx driver?)

2000-04-19 Thread Oliver Schonefeld
orld cvsup'ed as of 7:20 GMT+1 and will see, what happens but i have the bad feeling my network will still be broken ... regards, oliver -- And remember: "To Infinity And Far Beyond ... Somehow?!" email: [

Network Trouble II - kernel panic

2000-04-19 Thread Oliver Schonefeld
swi_net_next(c895cac0,6,c8967f10,0,807c2a0) at swi_new_next sendto(c895cac0,c8967f80,40,807c2a,32a) at sendto+0x4d syscall2(2f,2f,2f,32a,807c2a0) at syscall2+0x1f1 Xint0x80_syscall() at Xint0x80_syscall+0x26 regards, oliver -- And remember

Re: ed driver broken in today's -CURRENT?

2000-05-07 Thread Oliver Schonefeld
badly. rpc calls and nfs stopped working. i am using the vx driver on a 3com 3c597 EISA board. network card is ok, packet filtering rules have not been altered since the last kernel version. is nobody else seeing this? any clues? regards, oliver

Re: ed driver broken in today's -CURRENT?

2000-05-07 Thread Oliver Schonefeld
Eines schoenen Tages schrieb Oliver Schonefeld: [snip] It is not dead card, it is broken TCP, see my similar report in -current, I notice it several hours ago right after TCP changes was commited. Same thing here, but the problems have gone to -stabe too. due to a probable tcp breakage i

Re: cvsup on recent -CURRENT

2000-05-15 Thread Oliver Schonefeld
dealing with TCP/IP seemed broken. 60% packet loss on ethernet is more than strange. But it seemed nobody else ws having this problem ... regards, oliver -- And remember: "To Infinity And Far Beyond ... Somehow?!" email: [EMAIL

rc.subr jail devfs handling

2003-09-17 Thread Oliver Eikemeier
the /dev/console links right. Can someone with a little devfs knowledge point me in the right direction? Thanks Oliver ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to [EMAIL

panic: softdep_deallocate_dependencies: dangling deps

2003-10-12 Thread Oliver Fischer
My notebook was a little bit panic this night. After rebooting I found this message in my system log: panic: softdep_deallocate_dependencies: dangling deps ? Regards, Oliver Fischer ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org

Re: panic: softdep_deallocate_dependencies: dangling deps

2003-10-14 Thread Oliver Fischer
Jeff Roberson wrote: When are your sources from? My last cvs up is two days ago. Regards, Oliver Fischer ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to [EMAIL PROTECTED]

ThinkPad T20 with 5.0R wakes up from halt -p

2003-06-10 Thread Oliver Fischer
Hello, I run my laptop (IBM ThinkPad T20) under FreeBSD 5.0 R. Everything is quite ok, only the ACPI stuff doesn't work up to 100%. If I turn off my notebook via halt -p, it is turned of via ACPI. BUT after some time it starts again. Why? Any ideas? Thanks in advance Oliver Fischer

Re: ThinkPad T20 with 5.0R wakes up from halt -p

2003-06-11 Thread Oliver Fischer
1999. Did you mean that version? When you say Everything is quite ok, does that include suspend (S3)? I have no reports of that working on any T series ThinkPad. S3 works mostly fine. Ciao Oliver ___ [EMAIL PROTECTED] mailing list http

Re: ThinkPad T20 with 5.0R wakes up from halt -p

2003-06-12 Thread Oliver Fischer
Hello Kevin, sorry for the question, but what is IYET60WW? Bye Oliver Kevin Oberman wrote: This is a bit odd, but version IYET60WW shows a BIOS date in 12/99, but a release date of 30-Apr-2003. I have been told by others that is really is a new release. You probably should check your BIOS

Re: Problem with wi in CURRENT (and 5.1)

2003-06-17 Thread Oliver Brandmueller
[and further] complete dmesg, debugging output and stuff will be sent on request. I was silently hoping that others have this problem too and somebody cares, because I do not have any time to do anything at the moment. But at least I offer my help in giving hints. Thanx, Oliver -- | Oliver

Re: Problems with wi on 5.1-CURRENT

2003-06-19 Thread Oliver Brandmueller
. Robert, Warner: feel free to repost it to mobile@ - I don't have time to subscribe there also at the moment, but if I could help with more information or some patches to test, just send me an e-mail. - Oliver -- | Oliver Brandmueller | Offenbacher Str. 1 | Germany D-14197 Berlin | | Fon +49

Re: Problem with wi in CURRENT (and 5.1)

2003-06-23 Thread Oliver Brandmueller
and check if the problem is still there? - Oliver -- | Oliver Brandmueller | Offenbacher Str. 1 | Germany D-14197 Berlin | | Fon +49-172-3130856 | Fax +49-172-3145027 | WWW: http://the.addict.de/ | | Ich bin das Internet. Sowahr ich Gott helfe. | | Eine

Re: WLAN card not working anymore

2003-07-03 Thread Oliver Brandmueller
your tests. - Oliver -- | Oliver Brandmueller | Offenbacher Str. 1 | Germany D-14197 Berlin | | Fon +49-172-3130856 | Fax +49-172-3145027 | WWW: http://the.addict.de/ | | Ich bin das Internet. Sowahr ich Gott helfe. | | Eine gewerbliche Nutzung aller enthaltenen

ACPI / HP Omnibook 500

2003-07-15 Thread Oliver Brandmueller
cabnot figure out when this works. With APM battery display works fine. In APM mode als also see the messages system power profile changed to 'economy', when changing from acline to battery. If you need more information (Kernel Config, file revisions), please let me know. Thanx, Oliver

Question about devd concept

2003-02-01 Thread Oliver Brandmueller
to the wavelan pccard, if interface wi0 is found during boot. I think this cannot be the considered solution for that problem? What am I missing about the concept of devd? Thanx, Oliver -- | Oliver Brandmueller | Offenbacher Str. 1 | Germany D-14197 Berlin | | Fon +49-172-3130856 | Fax +49-172

Re: Question about devd concept

2003-02-02 Thread Oliver Brandmueller
? - Oliver -- | Oliver Brandmueller | Offenbacher Str. 1 | Germany D-14197 Berlin | | Fon +49-172-3130856 | Fax +49-172-3145027 | WWW: http://the.addict.de/ | | Ich bin das Internet. Sowahr ich Gott helfe. | | Eine gewerbliche Nutzung aller enthaltenen

Re: Question about devd concept

2003-02-02 Thread Oliver Brandmueller
Hi. Sorry for answering my own mail now. On Sun, Feb 02, 2003 at 03:19:24PM +0100, Oliver Brandmueller wrote: action /usr/local/etc/netconf/bin/netconf $device-name start; David Wolfskill gave a good pointer, that devd starts before all non-root disks are mounted. I'm just trying

Re: Question about devd concept

2003-02-02 Thread Oliver Brandmueller
for some time or better until a certain event for the booting case. Comments from anyone who's involved in devd development? - Oliver -- | Oliver Brandmueller | Offenbacher Str. 1 | Germany D-14197 Berlin | | Fon +49-172-3130856 | Fax +49-172-3145027 | WWW: http://the.addict.de

Re: Question about devd concept

2003-02-03 Thread Oliver Brandmueller
! Great work! - Oliver -- | Oliver Brandmueller | Offenbacher Str. 1 | Germany D-14197 Berlin | | Fon +49-172-3130856 | Fax +49-172-3145027 | WWW: http://the.addict.de/ | | Ich bin das Internet. Sowahr ich Gott helfe. | | Eine gewerbliche Nutzung aller enthaltenen

5.0 issues

2003-02-05 Thread Oliver Fromme
of 628, which seems more reasonable. Regards Oliver -- Oliver Fromme, secnetix GmbH Co KG, Oettingenstr. 2, 80538 München Any opinions expressed in this message may be personal to the author and may not necessarily reflect the opinions of secnetix in any way. All that we see or seem is just

Re: Preferred Gigabit interfaces for -CURRENT

2003-02-07 Thread Oliver Fromme
(because they are production servers), and our packet profile is probably very different from yours (most of the traffic is NFS, HTTP, SQL queries and similar things). Regards Oliver PS: a bunch == about 20 of them, more to come. -- Oliver Fromme, secnetix GmbH Co KG, Oettingenstr. 2

Re: machdep.guessed_bootdev sysctl on i386

2003-02-24 Thread Oliver Fromme
? If it does: mount | sed -n 's/^\([^ ]*\) on \/ .*/\1/p' Doesn't win a beauty contest, but saves one exec. (It could be done with ed, too, if there's no sed.) Regards Oliver -- Oliver Fromme, secnetix GmbH Co KG, Oettingenstr. 2, 80538 München Any opinions expressed in this message may

BCM4401 network driver?

2003-03-18 Thread Oliver Brandmueller
on the web by now. Thanx, Oliver -- | Oliver Brandmueller | Offenbacher Str. 1 | Germany D-14197 Berlin | | Fon +49-172-3130856 | Fax +49-172-3145027 | WWW: http://the.addict.de/ | | Ich bin das Internet. Sowahr ich Gott helfe. | | Eine gewerbliche Nutzung aller

Re: anonymous-ftp cracked

2001-09-13 Thread Oliver Fromme
directory, it is probably a good idea to disable ls and read-permission in that directory. That way people can upload things, but they can neither list nor download them without prior operator intervention. Regards Oliver -- Oliver Fromme, secnetix GmbH Co KG, Oettingenstr. 2, 80538 München

Re: ACPI??? was - Re: -current TCP performance hosed?

2001-09-16 Thread Oliver Fromme
with some DEC clone NIC connected to a FastEthernet switch (running full-duplex), and there's no TCP performance problem. Regards Oliver -- Oliver Fromme, secnetix GmbH Co KG, Oettingenstr. 2, 80538 München Any opinions expressed in this message may be personal to the author and may

Re: ACPI??? was - Re: -current TCP performance hosed?

2001-09-17 Thread Oliver Fromme
Geoff Rehmet [EMAIL PROTECTED] wrote: On Sun, Sep 16, 2001 at 12:37:53PM +0200, Oliver Fromme wrote: Have you verified that the duplex setting of your network interface is correct? It should be set to half-duplex if the machine is connected to a hub. Don't trust autoselect. Check

Re: lots of Linux zombies (mtvp)

2001-10-06 Thread Oliver Fromme
.) root@aldan:~ (220) ps -alwwx | grep 68256 105 68256 1 0 96 0 00 - Z p10:00,00 (mtvp) This might be a strange idea, but have you tried to kill -CHLD 1? This wouldn't be a real solution, of course. Regards Oliver -- Oliver Fromme, secnetix GmbH Co KG

Re: adding athlon xp to bsd.cpu.mk

2001-10-29 Thread Oliver Fromme
get the 'MP' and I don't: CPU: AMD Athlon(tm) Processor (1194.46-MHz 686-class CPU) Origin = AuthenticAMD Id = 0x661 Stepping = 1 The string is programmed by the BIOS into the CPU. So it depends on the BIOS. Regards Oliver -- Oliver Fromme, secnetix GmbH Co KG, Oettingenstr. 2

Re: New features for -current

2001-10-14 Thread Oliver Fromme
like a real filesystem (I don't think this would have any real advan- tage), you could wrap an NFS userland server around the code. Bloating the kernel with such stuff is a bad idea, IMO. Regards Oliver PS: oPhoto: http://www.fromme.com/ophoto/ -- Oliver Fromme, secnetix GmbH Co KG

Re: SMP system hangs on current, not stable

2002-01-02 Thread Oliver Fromme
last will and testament first, etc. Regards Oliver -- Oliver Fromme, secnetix GmbH Co KG, Oettingenstr. 2, 80538 München Any opinions expressed in this message may be personal to the author and may not necessarily reflect the opinions of secnetix in any way. All that we see or seem is just

Re: Why no CDR ioctls for SCSI cds?

2000-08-24 Thread Oliver Fromme
might make it preferable over dd.) Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:[EMAIL PROTECTED]) Addresses will change soon!! If in doubt: www.fromme.com "In jedem Stück Kohle wartet ein Diamant auf seine G

Re: People running with LOCALBASE set to something other than /usr/local?

2000-08-24 Thread Oliver Fromme
e use /usr/local for software that we install ourself manually, i.e. not from a ready-made package. Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:[EMAIL PROTECTED]) Addresses will change soon!! If in doubt: www.fromme.com "In jedem Stü

5.0-20000917 Snapshot and Gericom Notebook - bad crash

2000-09-20 Thread Oliver Schonefeld
ers dumped. unfortunalty everything scrolls too fast, i cannot really read anything. It any aditional information is needed, please contact me. Regards, Oliver -- And remember: "To Infinity And Far Beyond ... Somehow?!" email: [EMAIL PROT

Re: rsync 5.x breakage

2002-06-16 Thread Oliver Braun
[CC ports@ and current@] * Kris Kennaway [EMAIL PROTECTED] [2002-06-16 13:02]: Looks like the ${REINPLACE_CMD} patch didn't work: http://bento.freebsd.org/errorlogs/5-latest/rsync-2.5.5_1.log Fixed in PR ports/39365. But I am not very happy with that fix. The problem is that sed(1) on

Re: rsync 5.x breakage

2002-06-16 Thread Oliver Braun
* Doug Barton [EMAIL PROTECTED] [2002-06-16 20:20]: Oliver Braun wrote: The problem is that sed(1) on -current fails with sed -i.bak file, if file.bak already exists, but perl does not. Since net/rsync/Makefile uses 3 ${REINPLACE_CMD}s on one file (rsync.h), I have removed the backup

Re: rsync 5.x breakage

2002-06-18 Thread Oliver Braun
* David O'Brien [EMAIL PROTECTED] [2002-06-18 05:32]: On Sun, Jun 16, 2002 at 02:30:29PM +0200, Oliver Braun wrote: The problem is that sed(1) on -current fails with sed -i.bak file, if file.bak already exists, but perl does not. Please file a PR about this. done Since net/rsync

[OT] ACPI based support for suspend to disk?

2002-06-20 Thread Fischer, Oliver
Hello, is there a upcomming feature similar to W2K's ability to suspend the current state of the machine to a disk and to restore it from there? Thanks, Oliver To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: [OT] ACPI based support for suspend to disk?

2002-06-20 Thread Fischer, Oliver
. If the bios does it, it restores always the last suspended OS. Bye Oliver - Original Message - From: David W. Chapman Jr. [EMAIL PROTECTED] To: Fischer, Oliver [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, June 20, 2002 8:39 PM Subject: Re: [OT] ACPI based support for suspend to disk

Re: cp -d dir patch for review (or 'xargs'?)

2001-04-21 Thread Oliver Fromme
solve the whole class of problems. Putting that option into cp seems rather GNUish to me, but not very UNIXish. :-) Just my 2 Euro cents. Regards Oliver -- Oliver Fromme, secnetix GmbH Co KG, Oettingenstr. 2, 80538 Mnchen Any opinions expressed in this message may be personal to the author

Re: cp -d dir patch for review (or 'xargs'?)

2001-04-21 Thread Oliver Fromme
048 by default). Oh by the way, in this particular example it is probably a good idea to use cpio. This will even work with our xargs (which doesn't support -i yet): cd /topdir; find . -type f | cpio -dup /otherdir should do exactly that job. Regards Oliver -- Oliver Fromme, secnetix GmbH Co

Re: cp -d dir patch for review (or 'xargs'?)

2001-04-21 Thread Oliver Fromme
Sheldon Hearn [EMAIL PROTECTED] wrote: On Sat, 21 Apr 2001 16:51:24 +0200, Oliver Fromme wrote: That can overflow your shell's command line limit (at the "for" command). True, our /bin/sh doesn't has such a limit, AFAIK, but there _are_ shells that do). That's actuall

/bin/df set-gid operator

2001-04-21 Thread Oliver Fromme
a clue either. -1- Am I missing something? What? -2- If I'm not missing anything, then shouldn't the BINMODE line be removed from src/bin/df/Makefile? -3- Shall I send-pr a patch? :-) Regards Oliver -- Oliver Fromme, secnetix GmbH Co KG, Oettingenstr. 2, 80538 Mnchen Any opinions

Re: /bin/df set-gid operator

2001-04-21 Thread Oliver Fromme
Paul Herman [EMAIL PROTECTED] wrote: On Sat, 21 Apr 2001, Oliver Fromme wrote: I'm wondering why /bin/df is set-gid to the operator group by default. It's to df filesystems that aren't mounted. Try "df /dev/ad0s1a" (or whatever) as user nobody with chmod 555 /bin/df.

Re: cp -d dir patch for review (or 'xargs'?)

2001-04-21 Thread Oliver Fromme
Jordan Hubbard [EMAIL PROTECTED] wrote: From: Oliver Fromme [EMAIL PROTECTED] Not all users use /bin/sh. Scripts needn't be written in /bin/sh ... Actually, just to jump in and correct this, scripts *should* be written in /bin/sh. It depends. I often happen to write zsh scripts

Re: cp -d dir patch for review (or 'xargs'?)

2001-04-21 Thread Oliver Fromme
; % cat ReallyBigListOfFiles | xargs cp -d target That's actually a bad example anyway, because you would use cpio in that case, not xargs|cp. It's also a bad example for using cat, but that's a different story. :-) cpio -dup target ReallyBigListOfFiles Regards Oliver

Re: cp -d dir patch for review (or 'xargs'?)

2001-04-21 Thread Oliver Fromme
atch looks good. At leat it would solve the problem which this thread is about, although I think it doesn't comply with SUSv2. Regards Oliver -- Oliver Fromme, secnetix GmbH Co KG, Oettingenstr. 2, 80538 Mnchen Any opinions expressed in this message may be personal to the author and may not n

Fix for union mount problem

2001-04-22 Thread Oliver Fromme
! Regards Oliver -- Oliver Fromme, secnetix GmbH Co KG, Oettingenstr. 2, 80538 Mnchen Any opinions expressed in this message may be personal to the author and may not necessarily reflect the opinions of secnetix in any way. "All that we see or seem is just a dream within a dr

Re: cp -d dir patch for review (or 'xargs'?)

2001-04-23 Thread Oliver Fromme
non-standard options to xargs. If I'm not mistaken, the size of the environment is already taken into account by the xargs utility (subtracted from ARG_MAX). So this isn't an issue at all. Regards Oliver -- Oliver Fromme, secnetix GmbH Co KG, Oettingenstr. 2, 80538 München Any opinions

Re: cp -d dir patch for review (or 'xargs'?)

2001-04-24 Thread Oliver Fromme
probably up to the script writer to chose a sensible value for xargs -s n. Regards Oliver -- Oliver Fromme, secnetix GmbH Co KG, Oettingenstr. 2, 80538 München Any opinions expressed in this message may be personal to the author and may not necessarily reflect the opinions of secnetix in any way

Re: quick query

2001-08-04 Thread Oliver Fromme
then, with SMP enabled, Soft-updates and what-have-you. Of course you should read src/UPDATING and have an eye on this mailing list and on the commits. Regards Oliver PS: My reason to try out -current was the umass driver. I was hoping to get a USB-IDE box running, but it does not look like it's

Re: Copyright Contradiction in libalias

2001-08-22 Thread Oliver Fromme
with it without asking you, _but_ you are still the original author, with all associated rights that you have as such. Actually you don't even have to include a phrase like Copyright (C) 2001 by John Doe, because it's implied. Regards Oliver -- Oliver Fromme, secnetix GmbH Co KG, Oettingenstr. 2

Re: Why is csh tcsh? This can be a bad thing...

2001-08-25 Thread Oliver Fromme
), but installing or copying the port into /bin isn't exactly a clean solution. Not having a real /bin/csh on a BSD system is like removing /usr/games. Sacrilege. ;-) Just my 2 Euro Cents. Regards Oliver PS: Should we redirect this to -chat? Or perhaps better yet, to private mail. (No Reply

Re: Why is csh tcsh? This can be a bad thing...

2001-08-26 Thread Oliver Fromme
can't be happy with tcsh, especially if he has to change frequently between using FreeBSD and other systems. It's a real PITA. Regards Oliver -- Oliver Fromme, secnetix GmbH Co KG, Oettingenstr. 2, 80538 München Any opinions expressed in this message may be personal to the author and may

[10-STABLE, 11-CURRENT] something wrong between cam and eventtimer or geom and eventtimer

2013-11-05 Thread Oliver Pinter
Hi all! The machine is a Haswell machine, the disc performance was very poor (20-30MByte/sec). When I change the kern.eventtimer.idletick from 0 to 1, the normal performance restored back to normal (70-90MByte/sec). The default eventtimer was LAPIC. On other machine Q9300, this was fully

Re: [10-STABLE, 11-CURRENT] something wrong between cam and eventtimer or geom and eventtimer

2013-11-05 Thread Oliver Pinter
to see what sleep state(s) your CPU is entering. Thanks! -adrian On 5 November 2013 06:07, Oliver Pinter oliver.p...@gmail.com wrote: Hi all! The machine is a Haswell machine, the disc performance was very poor (20-30MByte/sec). When I change the kern.eventtimer.idletick from 0 to 1

Re: [10-STABLE, 11-CURRENT] something wrong between cam and eventtimer or geom and eventtimer

2013-11-05 Thread Oliver Pinter
that aren't immediately causing the driver thread to be scheduled (and thus things enter HLT until the next interrupt.) I had to deal with this crap on MIPS for quite some time. sysctl machdep.idle=hlt -adrian On 5 November 2013 09:25, Oliver Pinter oliver.p...@gmail.com wrote: op@perpetua

Re: [10-STABLE, 11-CURRENT] something wrong between cam and eventtimer or geom and eventtimer

2013-11-05 Thread Oliver Pinter
dmesg corrected On 11/5/13, Oliver Pinter oliver.p...@gmail.com wrote: On 11/5/13, Adrian Chadd adr...@freebsd.org wrote: Ok, so it's only hitting C1. It's not going into C2. Is this a dual core CPU with hyperthreading enabled, or a quad core CPU? quad core, i5-4670 How about changing

Re: [10-STABLE, 11-CURRENT] something wrong between cam and eventtimer or geom and eventtimer

2013-11-05 Thread Oliver Pinter
of network dropped from 113MByte/s to 70+/-15 MByte/s machdep.idle_mwait=1/0 has no effect machdep.idle=htl has no effect On 11/5/13, Oliver Pinter oliver.p...@gmail.com wrote: dmesg corrected On 11/5/13, Oliver Pinter oliver.p...@gmail.com wrote: On 11/5/13, Adrian Chadd adr...@freebsd.org

Re: Centrino Wireless N2230 support

2013-12-07 Thread Oliver Pinter
Hi Adrian! Please commit the attached patch, to fix iwn2030 when compiled in to kernel. On 12/7/13, Adrian Chadd adr...@freebsd.org wrote: Hi, I don't plan a backport of any of this just yet. I'd like to let the changes shake out a bit first. There's been some reports about things not

Re: SOLVED: Problem with -fno-strict-overflow (was: Re: RFC: (Unconditionally) enable -fno-strict-overflow for kernel builds)

2013-12-19 Thread Oliver Pinter
On 12/19/13, Stefan Esser s...@freebsd.org wrote: Am 30.11.2013 14:56, schrieb Konstantin Belousov: I propose to unconditionally add the switch -fno-strict-overflow to the kernel compilation. See the patch at the end of message for exact change proposed. What does it do. It disallows

Re: Heavy I/O blocks FreeBSD box for several seconds

2011-07-06 Thread Oliver Pinter
On 7/6/11, Hartmann, O. ohart...@zedat.fu-berlin.de wrote: On 07/06/11 21:36, Steve Kargl wrote: On Wed, Jul 06, 2011 at 03:18:35PM -0400, Arnaud Lacombe wrote: Hi, On Wed, Jul 6, 2011 at 12:28 PM, Steve Kargl s...@troutmask.apl.washington.edu wrote: On Wed, Jul 06, 2011 at 05:29:24PM

Re: [PATCH] Make top -P an interactive toggle

2011-07-08 Thread Oliver Pinter
On 7/8/11, Alexander Best arun...@freebsd.org wrote: On Fri Jul 8 11, John Baldwin wrote: This patch lets you use 'P' while top is running to toggle between per-CPU and global CPU stats. very cool. i always thought that being able to interactivly enable/disable per-cpu stats in top would

  1   2   3   4   >