Re: sparse files from shell [Re: file size different from ls to du]

2003-07-29 Thread Kris Kennaway
On Wed, Jul 30, 2003 at 09:14:25AM +0400, Dmitry Morozovsky wrote: On Tue, 29 Jul 2003, Joshua Oreman wrote: [snip] JO Usually programs will manage their own sparse files; it's something hard JO to do at the shell. dd is your friend. See also truncate(1) Kris pgp0.pgp

Re: mount_ext2fs : device not found

2003-07-17 Thread Kris Kennaway
On Thu, Jul 17, 2003 at 12:40:10AM +0200, Marc Hufschmitt wrote: I've a IDE hard drive sliced in 4 part ad0s1 : NTFS ad0s2 : linux swap ad0s3 : linux ext2fs ad0s4[a-f] : ffs (FreeBSD 5.1) mount_ntfs /dev/ad0s1 /mnt/XP : It works. mount_ext2fs /dev/ad0s3 /mnt/linux : /dev/ad0s3 not

Re: PPP vs mpd (was: FreeBSD lacks PPPoE (pppoa3 solution))

2003-07-11 Thread Kris Kennaway
On Fri, Jul 11, 2003 at 05:46:02AM +0100, Pedro F. Giffuni wrote: Hi; I wanted to bring this up a little later but since there is a somewhat related thread I thought I might as well bring this now. Our default PPPd is extremely outdated. The version in the distribution is a patched-up

Re: gethostbyname_r

2003-07-02 Thread Kris Kennaway
On Wed, Jul 02, 2003 at 02:45:49PM -0700, Wes Peters wrote: On Monday 30 June 2003 14:39, Kris Kennaway wrote: On Mon, Jun 30, 2003 at 04:43:27PM +0200, Stijn Hoop wrote: Hi, I was wondering if anybody was working on an implementation of a reentrant gethostbyname_r function, mostly

Re: pkg_create broken by design?

2003-06-24 Thread Kris Kennaway
On Tue, Jun 24, 2003 at 05:21:14PM -0700, Julian Elischer wrote: I'm trying to make a package.. according to the man page for pkg_create: Look into the ports collections for thousands of examples of how to create packages. Kris pgp0.pgp Description: PGP signature

Re: English Police Officers (was Re: Interview in Byte with ChrisSontag/SCO and FUD relating toBSDsettlement agreement)

2003-06-20 Thread Kris Kennaway
On Fri, Jun 20, 2003 at 11:12:00AM +0100, Paul Robinson wrote: On Thu, Jun 19, 2003 at 09:50:14PM -0700, Terry Lambert wrote: Like the English policeman, they were alarmed when they thought about it, but about all they could contractually do was say Stop! Or we'll ask you to 'Stop!'

Re: [SUGGEST] CPUTYPE reflects to FFLAGS in bsd.cpu.mk

2003-06-15 Thread Kris Kennaway
On Sun, Jun 15, 2003 at 11:23:41PM +0900, Norikatsu Shigemura wrote: Humm.. Like following diff? Not really what I had in mind. CXXFLAGS ?= ${CFLAGS:C/-std=[a-z:0-9]+//} FFLAGS should be set similar to this. Kris pgp0.pgp Description: PGP signature

Re: [SUGGEST] CPUTYPE reflects to FFLAGS in bsd.cpu.mk

2003-06-14 Thread Kris Kennaway
On Sun, Jun 15, 2003 at 05:05:54AM +0900, Norikatsu Shigemura wrote: When I checked octave port, I noticed that FORTRAN source was compiled without reflecting CPUTYPE. I think this should be changed behavior. If no problem, please commit this. - - - - - - - - - - - - - -

Re: Hey, man

2003-05-27 Thread Kris Kennaway
On Tue, May 27, 2003 at 11:58:29PM +, Nikolai Krylenko wrote: What's up? I hear you use Debian! WORST TROLL EVER! Kris pgp0.pgp Description: PGP signature

Re: ports and /var/db/pkg

2003-04-03 Thread Kris Kennaway
On Thu, Apr 03, 2003 at 11:06:06AM +0300, Danny Braniss wrote: Only if you've never run 'make clean' (unlikely, if he's following directions). :-), specially since disk space tends to run out. so, if i understand the drift, there is no simple way to sync 'what is' with 'what should'

Re: ports and /var/db/pkg

2003-04-03 Thread Kris Kennaway
On Thu, Apr 03, 2003 at 02:06:39PM +0300, Danny Braniss wrote: Correct. ok, so i wrote a small script (tcl, since i don't know perl), that does some checking, it reports for each package, the number of files how many are realy there, and if so, checks the MD5. now, if im not to far

Re: ports and /var/db/pkg

2003-04-02 Thread Kris Kennaway
On Wed, Apr 02, 2003 at 06:18:24PM +0300, Danny Braniss wrote: hi all, is there some 'easy' way to resync /var/db/pkg from /usr/local (after some rm's on it?), i guess i could write a script to would try and match the info in /var/db/pkg, and if it's not where it's supposed to be would

Re: ports and /var/db/pkg

2003-04-02 Thread Kris Kennaway
On Wed, Apr 02, 2003 at 02:58:43PM -0800, Brian O'Shea wrote: Danny, If you built your packages from ports, you could always reinstall them. You just have to check for /usr/ports/group/port/work/.install_done.* Only if you've never run 'make clean' (unlikely, if he's following directions).

Re: Lots of kernel core dumps

2003-03-22 Thread Kris Kennaway
On Sun, Mar 23, 2003 at 12:10:38AM +0100, Daniela wrote: Yes, I read the Early Adopter's Guide. Is there any way to solve this without upgrading to -current? If you wanted to dig through the CVS commit logs to find the change that fixed this problem (this may be difficult), you could back-port

Re: Lots of kernel core dumps

2003-03-21 Thread Kris Kennaway
On Fri, Mar 21, 2003 at 10:26:01PM +0100, Daniela wrote: On Friday 21 March 2003 22:10, Kris Kennaway wrote: On Fri, Mar 21, 2003 at 08:37:46PM +0100, Daniela wrote: Hi all! I'm getting lots of kernel core dumps on my server. My RAM is OK, I tested it. Below are more detailed

Re: arc4random() range

2003-02-18 Thread Kris Kennaway
On Tue, Feb 18, 2003 at 04:04:57PM -0800, Paul Herman wrote: What's the concesus that arc4random() should be a drop-in replacement for rand()/random()? Consider the following that caclulates the average of a bunch of random numbers on [0.0, 1.0]: rand() and random() return signed values (int

Re: FreeSBIE-0.9.0 (beta) released

2003-02-15 Thread Kris Kennaway
On Sat, Feb 15, 2003 at 10:13:41PM +0100, Dario Freni wrote: Fire up your download managers guys, I'm proud to announce that freesbie 0.9.0 livecd is out and ready for download at It might generate more enthusiasm for testing if you could briefly mention what FreeSBIE does. Kris

Re: [eugene@securityarchitects.com: Re: Preventing exploitation with rebasing]

2003-02-05 Thread Kris Kennaway
On Tue, Feb 04, 2003 at 11:51:14AM -0800, Justin Lundy wrote: Has similar work been done in FreeBSD been done? This would be a nice feature in 5.0-CURRENT. We had SecureBSD, and the IBM port of propolice, but both projects appear to be defunct at present. What happened to Propolice? The 4.x

Re: SSHD PRNG Not seeded under jail

2003-01-23 Thread Kris Kennaway
On Wed, Jan 22, 2003 at 02:22:27AM +, Andrew Alston wrote: Hi All, FBSD 5-RC2 was giving me a SSHD PRNG not seeded problem when running under jails, is this a problem with my configuration or a bug? And if a bug, has it been fixed in -RELEASE? Do you have a devfs instance mounted in

Re: SSHD PRNG Not seeded under jail

2003-01-23 Thread Kris Kennaway
On Fri, Jan 24, 2003 at 08:33:32AM +, Andrew Alston wrote: Nope, I will try that though I simply went and did a MAKEDEV jail in /dev in the jail Could that be my problem? Yes. Kris msg39389/pgp0.pgp Description: PGP signature

Re: RFC: Adding a new (safer) data entry function to libdialog

2003-01-21 Thread Kris Kennaway
On Tue, Jan 21, 2003 at 10:15:02AM +0100, Miguel Mendez wrote: On Mon, 20 Jan 2003 17:59:47 -0800 Kris Kennaway [EMAIL PROTECTED] wrote: [making libdialog safer } libdialog is rife with overflowable buffers..I'm not sure it would be safe even with this input method. Okay, I have

Re: patch to remove random #define MIN/MAX implementations from around the kernel

2003-01-21 Thread Kris Kennaway
On Tue, Jan 21, 2003 at 07:25:44PM -0800, Matthew Dillon wrote: This patch is going to go in on the weekend unless someone has any worthwhile nits about it. It was submitted by Hiten Pandya. Index: contrib/dev/oltr/if_oltr.c Index: contrib/ipfilter/netinet/ip_proxy.c Index:

Re: patch to remove random #define MIN/MAX implementations from around the kernel

2003-01-21 Thread Kris Kennaway
On Tue, Jan 21, 2003 at 08:02:59PM -0800, Matthew Dillon wrote: :You shouldn't modify vendor code for minor purposes. : :Kris The vendor code in question has been modified *extensively* since it was imported, (and of course I would give Darren a head's up in regards to

Re: RFC: Adding a new (safer) data entry function to libdialog

2003-01-20 Thread Kris Kennaway
On Mon, Jan 20, 2003 at 12:18:51PM +0100, Miguel Mendez wrote: Hello hackers, Currently, when one wants the user to enter data in a libdialog based program, one uses the following function: int dialog_inputbox(unsigned char *title, unsigned char *prompt, int

Re: Weak port system or how can I attract attention to my PRs?

2003-01-16 Thread Kris Kennaway
On Thu, Jan 16, 2003 at 08:15:44PM +0300, Sergey Matveychuk wrote: It was 1 December 2002. Till now there is no reactions. I'v wrote a few mails to portmgr but I'v just ignored. You've forgotten that we've been deep in the middle of a release cycle for the past several months. I want to look

Re: MAKEDEV not present

2002-12-19 Thread Kris Kennaway
On Thu, Dec 19, 2002 at 11:05:51AM +0100, Ferruccio Vitale wrote: Hi hackers, I just upgraded my 4.7 box to 5.0 and 'everything' works fine... ;-) Looking at my /dev directory, I can't find MAKEDEV file. I tried to rebuild everything, to create that file, to copy, but it always say that

Re: help compiling propolice gcc

2002-12-08 Thread Kris Kennaway
On Sun, Dec 08, 2002 at 05:22:24PM -0800, Lamont Granquist wrote: And if I try to go into /usr/src/gnu/usr.bin/cc/cc_int and do a make I get only this: Warning: Object directory not changed from original /usr/src/gnu/usr.bin/cc/cc_int This indicates you probably have stale cruft in your

Re: /usr/bin/finger problems...

2002-12-02 Thread Kris Kennaway
On Mon, Dec 02, 2002 at 10:01:22PM +1100, J R Matthews wrote: I can submit a patch to fix this if you want or not.. I honestly dont give a damn to be honest ;) Submitting a PR containing a patch is the best way to get this fixed. Thanks! Kris msg38430/pgp0.pgp Description: PGP

Re: X11 display problem

2002-10-24 Thread Kris Kennaway
On Thu, Oct 24, 2002 at 08:10:19PM -0500, Brandon D. Valentine wrote: On Thu, 24 Oct 2002, Chuck Robey wrote: The fix that I've found so far is either to start X with xdm (which doesn't have that default off), to start startx with the -listen_tcp option, or to edit the startx script to

Re: malloc

2002-10-21 Thread Kris Kennaway
On Mon, Oct 21, 2002 at 11:25:43AM +0200, Danny Braniss wrote: comments? That code is a REALLY inefficient use of malloc(). You can always write bizarre code that exaggerates the differences between different algorithms (e.g. Linux malloc vs FreeBSD malloc). Kris msg37495/pgp0.pgp

Re: Linux compatibility and /dev/null

2002-10-17 Thread Kris Kennaway
On Thu, Oct 17, 2002 at 09:53:37AM -0400, Robert Withrow wrote: Hmm??? Doing chmod 666 /compat/linux/dev/null fixes the problem. This looks like a bug in the linux-base port. I'll file a PR. The port already does this: # # Make sure we have a /dev/null in the chrooted environment.

Re: Building FreeBSD 4.6 with GCC 3.2

2002-10-15 Thread Kris Kennaway
On Tue, Oct 15, 2002 at 02:12:51PM -0700, Deepankar Das wrote: All, Has anyone tried building FreeBSD 4.6 with GCC 3.2? I am seeing pre-processor problems during the make depend stage. Anything that I need to know to make GCC 3.2 build FreeBSD 4.6? It requires code changes, i.e. you can't

Re: libfetch bug.

2002-09-20 Thread Kris Kennaway
On Mon, Sep 16, 2002 at 09:37:21PM -0700, Alfred Perlstein wrote: libfetch seems to have a bug such that if a disconnect happens at a particular point it spins in a tight loop. I tracked it down to this fix: I'm still seeing this. Have you heard anything from DES? If not, please go ahead

Re: Updating bsd.cpu.mk (Re: -fomit-frame-pointer for the world build)

2002-09-11 Thread Kris Kennaway
On Tue, Sep 10, 2002 at 09:41:56PM -0700, David O'Brien wrote: +. if ${CPUTYPE} == athlon-mp || ${CPUTYPE} == athlon-xp || ${CPUTYPE} == athlon-4 || ${CPUTYPE} == athlon +_CPUCFLAGS = -march=${CPUTYPE} . elif ${CPUTYPE} == k6-3 _CPUCFLAGS = -march=k6-3 . elif ${CPUTYPE} == k6-2 Why

Updating bsd.cpu.mk (Re: -fomit-frame-pointer for the world build)

2002-09-06 Thread Kris Kennaway
On Tue, Aug 06, 2002 at 06:55:11PM -0700, Peter Wemm wrote: `-mcpu=CPU-TYPE' Tune to CPU-TYPE everything applicable about the generated code, except for the ABI and the set of available instructions. The choices for CPU-TYPE are `i386', `i486', `i586', `i686',

Re: Updating bsd.cpu.mk (Re: -fomit-frame-pointer for the world build)

2002-09-06 Thread Kris Kennaway
On Fri, Sep 06, 2002 at 05:55:47PM -0700, Maxime Henrion wrote: I've got a very similar patch which I believe to be a bit more complete because it also updates the MACHINE_CPU variable which lists the features available on a particular CPU. I attach it to this mail. Oops, I forgot that

Re: Updating bsd.cpu.mk (Re: -fomit-frame-pointer for the world build)

2002-09-06 Thread Kris Kennaway
On Fri, Sep 06, 2002 at 06:08:23PM -0700, Maxime Henrion wrote: Kris Kennaway wrote: On Fri, Sep 06, 2002 at 05:55:47PM -0700, Maxime Henrion wrote: I've got a very similar patch which I believe to be a bit more complete because it also updates the MACHINE_CPU variable which lists

Re: inuring FreeBSD to the apache bug without upgrading apache ?

2002-06-21 Thread Kris Kennaway
On Thu, Jun 20, 2002 at 07:33:54PM -0700, Frank Mayhar wrote: Kris Kennaway wrote: Surely it's easier to just upgrade the apache port, instead of recompiling your kernel and the entire OS. Not always. (I'm running an old version of Covalent Raven SSL and I'm loathe to upgrade

Re: inuring FreeBSD to the apache bug without upgrading apache ?

2002-06-20 Thread Kris Kennaway
On Thu, Jun 20, 2002 at 02:17:41PM -0700, Patrick Thomas wrote: Is it possible to patch/recompile FreeBSD 4.5 in such a way that your system is no longer vulnerable to the chunking attack, even if you are still running a vulnerable apache ? Surely it's easier to just upgrade the apache

[therman@lsil.com: 3rd party drivers]

2002-05-23 Thread Kris Kennaway
- Forwarded message from Herman, Thomas [EMAIL PROTECTED] - Delivered-To: [EMAIL PROTECTED] Delivered-To: [EMAIL PROTECTED] Delivered-To: [EMAIL PROTECTED] From: Herman, Thomas [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: 3rd party drivers Date: Thu, 23 May 2002

Re: Help : ps: proc size mismatch

2002-04-14 Thread Kris Kennaway
On Sun, Apr 14, 2002 at 01:47:43PM -0700, Diego Wentz Antunes wrote: Hey Guys, I'm having some trouble with ps and top process. I recently compiled my kernel from the FreeBSD 4.4 Release, everything on boot is fine. The problem is that when I run the ps and top commands I receive a

Re: gcc -O broken in CURRENT

2002-03-13 Thread Kris Kennaway
On Wed, Mar 13, 2002 at 02:08:55PM +0100, Martin Blapp wrote: I removed now #undef DEFAULT_VTABLE_THUNKS and set again #define DWARF2_UNWIND_INFO 1 in the port. The -O tests still succeeded. All cpp* files are the same in the port and our system compilers. And ideas and pointers which

Re: gcc -O broken in CURRENT

2002-03-13 Thread Kris Kennaway
On Wed, Mar 13, 2002 at 11:42:46PM +0100, Martin Blapp wrote: Hi Kris, Did you pursue my suggestion of comparing recent patches in the port and in the source tree? Easy to say, hard to do. STABLE is broken as current is, and it seems that 4.4 and 4.3 are also broken for the STLport

Re: gcc -O broken in CURRENT

2002-03-13 Thread Kris Kennaway
On Wed, Mar 13, 2002 at 11:49:52PM +0100, Martin Blapp wrote: Kris, fixes things, or at least identify a list of possible changes which others can test. How can I compile gcc without doing a make world ? cd /usr/src/gnu/usr.bin/cc make all Kris msg32812/pgp0.pgp

Re: gcc -O broken in CURRENT

2002-03-12 Thread Kris Kennaway
On Tue, Mar 12, 2002 at 01:49:02AM +0100, Martin Blapp wrote: Hi all, Here are my test news. The -O bug doesn't happen with gcc295 from ports ! Since this problem was apparently introduced recently, can you check the commits against the gcc code in -current with the patches to the port?

Re: Userland Hacker Task: divert socket listener...

2002-03-12 Thread Kris Kennaway
On Tue, Mar 12, 2002 at 11:49:53PM +0100, Poul-Henning Kamp wrote: Here is something I miss a lot: I would like a small program which can listen to a specified divert(4) socket and act on the incoming packets. There are a number of ports which may do something similar to what you require.

Re: Performance of FreeBSD vs NetBSD (was: Re: Performance of -current vs -stable)

2002-03-11 Thread Kris Kennaway
On Mon, Mar 11, 2002 at 08:23:38AM -0500, Brian T.Schellenberger wrote: On Monday 11 March 2002 03:25 am, Kris Kennaway wrote: | On Sun, Mar 10, 2002 at 09:05:28PM +0100, BOUWSMA Beery wrote: | I built both a WITNESS and a WITNESSless kernel with more recent | k0deZ, and in the case

Re: Sun idlc broken with our libc_r [Please help]

2002-03-06 Thread Kris Kennaway
On Wed, Mar 06, 2002 at 02:31:32PM -0500, Daniel Eischen wrote: On Wed, 6 Mar 2002, Martin Blapp wrote: Thanks Daniel ! + joiner-join_status.error = ESRCH; + joiner-join_status.ret = NULL; + joiner-join_status.thread = NULL;

Module versioning and linux.ko

2002-02-16 Thread Kris Kennaway
Is there anything which can be done in -stable to prevent new kernels from accepting old linux.ko modules? At some point in the past 3 months something changed in the kernel causing the old module to panic at runtime in elf_linux_fixup(). Yes, people should be upgrading their old modules when

Re: upgrading to the new version of libpcap?

2002-02-08 Thread Kris Kennaway
On Fri, Feb 08, 2002 at 06:10:16PM +0100, Marco Molteni wrote: Hi, FreeBSD -current and -stable have libpcap 0.6.2, imported 10 months ago. The current libpcap from www.tcpdump.org is 0.7.1 (and has features I am interested in, namely the parsing of 802.11 frames). Is there a rule on

Re: helo

2002-01-26 Thread Kris Kennaway
On Sun, Jan 27, 2002 at 10:34:27AM +0100, al paqino wrote: hi how are you im sorry if i butting you but can you send me the unlocking code of the DREAMWEAVER in my addres and that is [EMAIL PROTECTED] thanks any way. Hi Al, You can obtain all sorts of codez and hacks at this ftp site:

Re: if_rl autodetect problems?

2002-01-25 Thread Kris Kennaway
On Fri, Jan 25, 2002 at 06:35:53PM -0500, [EMAIL PROTECTED] wrote: A MB with an onboard RTL8100 autonegotiates a 100Mb/s FDX connection ok on a crossover an a 10/100 switch, but it doesnt detect a 10Mb/s hub at all in 4.4-RELEASE. Is this a known problem? The realtek is known to be a

Re: Antivirus in FreeBSD?

2002-01-23 Thread Kris Kennaway
On Wed, Jan 23, 2002 at 07:47:30PM -0800, Matt wrote: Is there any free or not free antivirus software availble in FreeBSD? Yes. Did you even look? :) Kris msg31097/pgp0.pgp Description: PGP signature

Re: which port for libcrypto.so.2

2002-01-18 Thread Kris Kennaway
On Tue, Jan 15, 2002 at 06:27:14PM -0500, James Housley wrote: Alwyn Goodloe wrote: When trying to run ethereal I get the message %./ethereal /usr/libexec/ld-elf.so.1: Shared object libcrypto.so.2 not found Anyone know which package I can get this from??? Check the compat

Re: NFS v4

2002-01-18 Thread Kris Kennaway
On Mon, Jan 14, 2002 at 08:39:33PM -0500, Dylan Carlson wrote: Hi, I know that work is already underway to incorporate this into the Linux kernel. I'm wondering if there are people within the FreeBSD project who are also working on this. Noteworthy features: firewall-friendly,

Re: Amount of free memory available in system?

2002-01-12 Thread Kris Kennaway
On Sat, Jan 12, 2002 at 11:30:27AM -0700, Nate Williams wrote: Is there a simple sysctl or a command line utility I can use to determine how much free memory is available in a system? I've got an embedded application that has *very* limited memory, and I was trying to figure out how much

Re: gcc 3.0.1 compile on ALPHA

2002-01-09 Thread Kris Kennaway
On Wed, Jan 09, 2002 at 09:59:26PM +0100, Floris 'Tamama' van Gog wrote: Hi, I tried to install gcc 3.0.1 from the ports, but. stage1/xgcc -Bstage1/ -B/usr/local/alpha-portbld-freebsd4.4/bin/ -c -DI N_GCC-g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-p rototypes

Re: Another filesystem test program

2001-12-22 Thread Kris Kennaway
On Fri, Dec 21, 2001 at 09:22:22AM -0500, Peter Dufault wrote: I'll throw it in there tomorrow. -Matt We ought to add a standard way of running the tests expected to pass, maybe a script in the subdirs ./regress pass that runs the tests

Re: userland program panics freebsd 4.3

2001-12-20 Thread Kris Kennaway
On Thu, Dec 20, 2001 at 09:10:14AM -0500, Michael Scheidell wrote: I doubt hardware related I can get it to do it on two seperate boxes. OK, then you need to get more details as explained. Updating to freebsd 4.4 is a bad option, with all the reported ports and services broken. I'm not

Re: userland program panics freebsd 4.3

2001-12-20 Thread Kris Kennaway
On Thu, Dec 20, 2001 at 12:45:51PM -0500, Michael Scheidell wrote: I'm not aware of any services that broke between 4.3 and 4.4. Care to elaborate? scan through freebsd-questions, freebsd-mobile and freebsd-ports That's completely non-helpful. I read -questions and -ports, and don't

Re: userland program panics freebsd 4.3

2001-12-20 Thread Kris Kennaway
On Thu, Dec 20, 2001 at 09:08:36PM -0600, Paul Halliday wrote: On Thu, 20 Dec 2001, Kris Kennaway wrote: On Thu, Dec 20, 2001 at 12:45:51PM -0500, Michael Scheidell wrote: I'm not aware of any services that broke between 4.3 and 4.4. Care to elaborate? scan through

Re: userland program panics freebsd 4.3

2001-12-20 Thread Kris Kennaway
On Thu, Dec 20, 2001 at 09:26:53PM -0600, Paul Halliday wrote: My soundcard on my lappy has been broken since 4.4. And to be brutally honest, it's really starting to piss me off. Which PR contains your bug report? I couldn't see one. Kris Due to my limited intelligence

Re: userland program panics freebsd 4.3

2001-12-19 Thread Kris Kennaway
On Tue, Dec 18, 2001 at 03:29:17PM -0500, Michael Scheidell wrote: I have a userland program that canpanic/reboot a freebsd 4.3 system. Can you upgrade to 4.4-STABLE and test whether the problem persists? Chances are it's either a) fixed, or b) hardware-related. Kris msg30305/pgp0.pgp

Re: the crash screen usually after 4 to 13 days not good...

2001-12-19 Thread Kris Kennaway
On Wed, Dec 19, 2001 at 08:17:58PM -, [EMAIL PROTECTED] wrote: What happens is the network card on xl0 going to down and its light goes off on the hub and I get this crash address straight after. It's a 3Com 900TPO 10Mbps Usually it reboots but its locked this time with it on the

Re: sha1 program

2001-12-17 Thread Kris Kennaway
On Sun, Dec 16, 2001 at 01:57:44PM +1030, Daniel O'Connor wrote: On 15-Dec-2001 Kris Kennaway wrote: Or just ln -sf /usr/bin/openssl /usr/bin/sha1 OpenSSL already checks the name it's invoked under and behaves accordingly. Does it grok the options for md5? :) -s would be easy

Re: sha1 program

2001-12-15 Thread Kris Kennaway
On Sat, Dec 15, 2001 at 06:12:53PM +0100, Alson van der Meulen wrote: Why not have one program for all the supported hash algorithms as opposed to individual ones for each (md5, sha1) ? You could use something like: hash -a md5 /some/file hash -a sha1 /some/other/file It's

Re: Performance issue

2001-12-14 Thread Kris Kennaway
On Fri, Dec 14, 2001 at 02:26:51AM -0600, Alfred Perlstein wrote: This could easily be hung off CPUTYPE like we do for the asm code in OpenSSL, right? That's not the point, you're proposing a static configuration which i honestly don't like. What makes more sense is to teach the

Re: SSL_connect fails

2001-12-13 Thread Kris Kennaway
On Mon, Dec 10, 2001 at 10:45:30AM +0100, KAISER Laszlo wrote: On Sun, Dec 09, 2001 at 06:41:43PM +0100, KAISER Laszlo wrote: I'm doing a port of a little OpenSSL program to FreeBSD from linux, but the code which works fine on linux fails on FreeBSD at SSL_connect(). This function allways

Re: Performance issue

2001-12-13 Thread Kris Kennaway
On Sun, Dec 09, 2001 at 03:23:28PM -0800, Peter Wemm wrote: Poul-Henning Kamp wrote: There are many effects that could cause this, for instance if FreeBSD manages to align things differently in relation to the CPU cache you could get some very interesting waste of time that way.

Re: who is postmaster?

2001-11-30 Thread Kris Kennaway
On Fri, Nov 30, 2001 at 03:56:47PM -0800, Julian Elischer wrote: I've tried getting information about our (FreeBSD) mail system by mailing to postmaster but no-one answers.. so, who IS the postmaster at the moment? Still jmb. Kris msg29419/pgp0.pgp Description: PGP signature

Re: Whos the list coward???

2001-11-29 Thread Kris Kennaway
On Thu, Nov 29, 2001 at 07:58:25PM -0500, [EMAIL PROTECTED] wrote: Whos the pimply-faced moron who keeps blocking my addresses...are you hiding behind your computer and feeling important? You are aware that there are an infinite number of email addresses, right? db Dennis, The FreeBSD

Re: compare and contrast vmware and jail ?

2001-11-26 Thread Kris Kennaway
On Mon, Nov 26, 2001 at 02:11:42PM -0700, Joesh Juphland wrote: I am going to be setting up four freeBSD servers as a test environment - they need to be totally isolated machines. However, I would like to see if I can do all of this on one server. The choice that comes to mind

Re: Bugmeister discussion list

2001-11-26 Thread Kris Kennaway
On Mon, Nov 26, 2001 at 02:40:58AM -0800, David O'Brien wrote: On Thu, Nov 22, 2001 at 11:19:25PM -0500, Andrew R. Reiter wrote: I thought it was normal process for a new FreeBSD mailing list to be hosted on another site until it was deemed beneficial to have @FreeBSD.org host it.

Re: Ok, who broke timed?

2001-11-19 Thread Kris Kennaway
On Mon, Nov 19, 2001 at 03:06:28PM -0800, John Baldwin wrote: Does timed have some major 64 bit issues or something? Trying to run timed on my 5.0 alpha from a 4.4 x86 box proves disastrous. 5.0 x86 clients work fine. The alpha keeps getting its date set back into 1970: It's probably

Re: Ok, who broke timed?

2001-11-19 Thread Kris Kennaway
On Mon, Nov 19, 2001 at 05:57:06PM -0800, John Baldwin wrote: On 20-Nov-01 Kris Kennaway wrote: On Mon, Nov 19, 2001 at 03:06:28PM -0800, John Baldwin wrote: Does timed have some major 64 bit issues or something? Trying to run timed on my 5.0 alpha from a 4.4 x86 box proves disastrous

Re: syslogd and kqueue

2001-10-26 Thread Kris Kennaway
On Fri, Oct 26, 2001 at 11:39:57PM +0100, void wrote: If syslogd used the kqueue interface, I believe it could open a new log file as soon as it was created, rather than waiting to receive a signal. Would this be worth doing, or would it be too big a divergence from the traditional behavior?

Re: bleh. Re: ufs_rename panic

2001-10-07 Thread Kris Kennaway
On Fri, Oct 05, 2001 at 04:17:14PM -0700, Yevgeniy Aleynikov wrote: And why FreeBSD security officer's email address always bounces my mail? Don't know, it's apparently still working fine for others. Kris msg29046/pgp0.pgp Description: PGP signature

Re: Problem(s) With FreeBSD-Current

2001-09-30 Thread Kris Kennaway
On Sat, Sep 29, 2001 at 05:48:37PM -0700, Luigi Rizzo wrote: Hello, I have tried to compile FreeBSD Current (several times) over the last couple of days and get the following message when trying to run XFree86 and a number of other applications: /user/lib/libpam.so.1 :

Re: power supplies

2001-09-27 Thread Kris Kennaway
On Thu, Sep 27, 2001 at 08:04:40PM -0700, Dan wrote: ya but even putting the old nic back in the machine does not still boot up. I don't think this has to do with the nic but you never know. fxp1: Intel Pro 10/100B/100+ Ethernet You overloaded and burned out the power supply? Kris

Re: librsa and 4.4

2001-09-26 Thread Kris Kennaway
On Tue, Sep 25, 2001 at 02:54:51PM -0700, Peter Wemm wrote: Julian Elischer wrote: In a related problem: we have a set of 4.1.1 binaries we want ot run on 4.4 but they (apache+other stuff) want to find a librsaUSA.so but can't.. I fixed it by copying the one from 4.1.1 into

Re: librsa and 4.4

2001-09-26 Thread Kris Kennaway
On Wed, Sep 26, 2001 at 11:12:17AM -0700, Julian Elischer wrote: On Wed, 26 Sep 2001, Kris Kennaway wrote: On Tue, Sep 25, 2001 at 02:54:51PM -0700, Peter Wemm wrote: Julian Elischer wrote: In a related problem: we have a set of 4.1.1 binaries we want ot run on 4.4

Re: No tools on 4.4-RELEASE ISO?

2001-09-21 Thread Kris Kennaway
On Fri, Sep 21, 2001 at 03:44:56PM +, Olafur Osvaldsson wrote: On Fri, 21 Sep 2001, Alfred Perlstein wrote: Wouldn't it be trivial to just mount the ISO, tar copy it, add the files then rerun mkisofs? This would result in all mirrors re-downloading the image wich is not such a

Re: Compiling top in SMP

2001-09-20 Thread Kris Kennaway
On Tue, Sep 18, 2001 at 08:00:35PM -0500, Hassan Halta wrote: Hello, I hope some person will be able to help in this problem. I have a SMP enviorment with 2 CPUs, and things are working just fine, and the kernel recognizes everything. But The only problem that's top is misbehaving.

Re: No tools on 4.4-RELEASE ISO?

2001-09-20 Thread Kris Kennaway
On Thu, Sep 20, 2001 at 10:00:03PM -0700, Annelise Anderson wrote: On Thu, 20 Sep 2001, Jason Andresen wrote: Is the tools directory supposed to be missing on the 4.4 CDs? I downloaded the full disk 1 ISO yesterday and burned it only to discover that fdimage.exe was nowhere to be found

Re: local changes to CVS tree

2001-09-10 Thread Kris Kennaway
On Sat, Sep 08, 2001 at 09:28:27PM -0700, Mark D. Anderson wrote: Terry Lambert [EMAIL PROTECTED] wrote: Any chance of getting CVSup to transfer from a remote repository to a local vendor branch, instead of from a remote repository to a local repository? This would be incredibly

Re: Interest Contributing to the FreeBsd

2001-09-07 Thread Kris Kennaway
On Fri, Sep 07, 2001 at 11:53:16AM +0100, Philip Taylor wrote: Hello Freebsd I have used FreeBsd For several Months including using linux and unix for about 5 Years. I have studied Information Technology and Programming for two years. I have came to the point where i believe i could help

undocumented wall(1) feature

2001-09-06 Thread Kris Kennaway
Does anyone object to this? Kris Index: wall.c === RCS file: /mnt/ncvs/src/usr.bin/wall/wall.c,v retrieving revision 1.19 diff -u -r1.19 wall.c --- wall.c 2001/05/08 11:11:42 1.19 +++ wall.c 2001/09/06 10:06:06 @@

Re: undocumented wall(1) feature

2001-09-06 Thread Kris Kennaway
On Thu, Sep 06, 2001 at 04:08:54PM +0300, Ruslan Ermilov wrote: On Thu, Sep 06, 2001 at 03:06:57AM -0700, Kris Kennaway wrote: Does anyone object to this? Just a bit of history. This has been added with this CSRG commit: : D 4.5 81/06/12 13:23:15 root 5 43/1/00129

Re: FreeBSD Security Advisory FreeBSD-SA-01:59.rmuser

2001-09-05 Thread Kris Kennaway
On Wed, Sep 05, 2001 at 10:23:57AM +0200, Chojin wrote: When I apply the patch : [ /usr/src/usr.sbin/adduser]$patch -p /home/chojin/patch/rmuser.patch Hmm... Looks like a unified diff to me... The text leading up to this was: -- |Index: rmuser.perl

Re: gzipped crashdumps

2001-09-03 Thread Kris Kennaway
On Sun, Sep 02, 2001 at 10:22:14AM -0700, David O'Brien wrote: --- /dev/null Sat Sep 1 01:13:34 2001 +++ zopen.c Sat Sep 1 01:10:14 2001 @@ -0,0 +1,39 @@ +/* + * Public domain stdio wrapper for libz, written by Johan Danielsson. + */ Can we add this to libz or some other

gzipped crashdumps

2001-09-01 Thread Kris Kennaway
Anyone else think this patch from NetBSD is worthwhile? Should I also extend it to support bzip2'ed dumps now that that's in the base system, or would that be overkill? Kris Index: Makefile === RCS file:

Re: gzipped crashdumps

2001-09-01 Thread Kris Kennaway
On Sat, Sep 01, 2001 at 12:29:18PM -0700, John Polstra wrote: In article [EMAIL PROTECTED], Kris Kennaway [EMAIL PROTECTED] wrote: Anyone else think this patch from NetBSD is worthwhile? Yes yes yes yes yes! That's 5 votes in favor of it already. :-) :-) Should I also extend

Re: cvsup RELENG_4 = 4.4-RC1 ?

2001-08-25 Thread Kris Kennaway
On Sat, Aug 25, 2001 at 10:10:25AM +0200, Chojin wrote: Hello, I want to know if RELENG_4 will download 4.4-RC1 or lastest 4.3-STABLE files ? Because I don't want to be in 4.4-RC1, too many problems. The latest 4.3-STABLE *is* 4.4-RC. See the handbook for a full description of how FreeBSD

Re: cvsup RELENG_4 = 4.4-RC1 ?

2001-08-25 Thread Kris Kennaway
On Sat, Aug 25, 2001 at 10:21:49AM +0200, Chojin wrote: And then RELENG_4_3 is to update lastest files for 4.3-STABLE. Right ? No, RELENG_4_3 is the 4.3-RELEASE security fix branch. It only contains security patches (which are also in RELENG_4). Kris PGP signature

Re: [PATCH] install -s -s(trip-me-harder)

2001-08-22 Thread Kris Kennaway
On Wed, Aug 22, 2001 at 09:26:44AM -0700, David O'Brien wrote: On Wed, Aug 22, 2001 at 01:40:07AM -0700, Kris Kennaway wrote: Getting rid of .note[.ABI-tag] will interfere with ELF branding. How will it do so? This is the ELF ABI standard-approved way of doing ELF branding: Section

[PATCH] install -s -s(trip-me-harder)

2001-08-20 Thread Kris Kennaway
What do people think about the following patch to install(1) to make it strip additional useless (at runtime - they may be used for debugging purposes) symbols and ELF sections from binaries at install-time, if the '-s' option is used multiple times? This usually saves a few tens of kilobytes

Re: 4.4-20010815-RC1 GENERIC kernel build fails

2001-08-19 Thread Kris Kennaway
On Sun, Aug 19, 2001 at 02:54:59PM -0700, Ed Hudson wrote: cc: Internal compiler error: program ld got fatal signal 11 *** Error code 1 Stop in /usr/src/sys/compile/GENERIC. *** Error code 1 Stop in /usr/src/sys/compile/GENERIC. See the FAQ entry about sig11's. Kris PGP signature

Re: Php4 Installation error

2001-08-15 Thread Kris Kennaway
On Wed, Aug 15, 2001 at 02:44:55PM +0200, Chojin wrote: Hello, I noticed an error in lastest PHP version installation. Were you using the port? If so, this mail should have gone to the PHP maintainer and/or the [EMAIL PROTECTED] list. If not, why aren't you using the port? :-) Kris PGP

Re: Denial of Service Research

2001-08-12 Thread Kris Kennaway
On Sun, Aug 12, 2001 at 11:36:41AM -0500, Mike Meyer wrote: Likewise, when I let it pay attention to the authors font choices, I'm amazed at how unreadably small much of it is. Fixing that generates it's own problems, but they are usually not as bad as eyestrain. It all makes me ashamed to

Re: How to visit physical memory above 4G?

2001-08-01 Thread Kris Kennaway
On Thu, Aug 02, 2001 at 08:53:38AM +0800, craig wrote: I know PIII can support 64G physical memory. In FreeBSD how can I visit such range memory(4G-64G) ? You can't, right now. Kris PGP signature

<    1   2   3   4   5   6   7   >