Help debugging, machine won't boot anymore.

2008-12-02 Thread Baldur Gislason
I have a machine running 7.0-STABLE/amd64 and it has suddenly stopped booting. It just leaves me at the debugger with this message: Fatal trap 9: general protection fault while in kernel mode cpuid = 0; apic id = 00 instruction pointer = 0x8:0x804d913d stack pointer = 0x10:0x

Re: doubt about IPSEC - Freebsd 7

2007-11-26 Thread Baldur Gislason
And since we're on this subject... is it possible to do IPSEC over UDP tunnels in FreeBSD now? I have a couple of networks with dumb NAT and need a way to tunnel out of them in a reliable manner. Baldur On Sat, Nov 24, 2007 at 04:08:54PM +0100, VANHULLEBUS Yvan wrote: > Hi. > > > On Sat, Nov 24

Re: Source ScreenSaver

2006-05-28 Thread Baldur Gislason
see /usr/ports/misc/matrix-kmod Isn't this similiar? Baldur On Sun, May 28, 2006 at 10:18:13PM -0300, Eder wrote: > Hi all, > > Already postei the code of screensaver, now would like to know if it can > be enclosed to src of the FreeBSD. > > Or that I must modify ! > > Thanks, > > Eder. > >

Re: Spam from NAT boxes

2006-03-06 Thread Baldur Gislason
With the fwd rule, you can only redirect to 127.0.0.1 when you want your machine to intercept the connection. I'd suggest putting a tcp proxy or smtp proxy listening on 127.0.0.1 port 25 that just forwards to the mailserver box. Baldur On Mon, Mar 06, 2006 at 09:39:46AM -0300, Cesar wrote: > Hi,

Re: system password's file

2005-10-14 Thread Baldur Gislason
This will not work, but I did migrate a 100 users from Linux to FreeBSD a couple of years ago. What I did was I used an application that comes with john the ripper called deshadow or something like that to combine the shadow and the passwd files into a passwd file with the hashes in place. Then I w

Re: Real and Free Memory

2005-07-20 Thread Baldur Gislason
You must understand that in FreeBSD there is not much "free" memory as free memory is wasted memory. However, most memory listed as buffers or cache will be given up by the kernel whenever requested. top has a good level of information about your memory usage. You can also fetch a program in ports

Re: prioritizing small ip packets?

2005-06-13 Thread Baldur Gislason
IPFW does have a queue feature which is a part of dummynet. You can match packets based on size and send them to different queues. Baldur On Mon, Jun 13, 2005 at 09:36:57PM +0300, Erik Udo wrote: > I came across this idea for prioritizing small > IP packets, so that for example HTTP requests, > g

Re: gif device

2004-11-04 Thread Baldur Gislason
ifconfig gif0 create perharps Baldur Robert Dormer wrote: Hello all, I've added the requisite pseudo-device gif 4 line to my kernel config and recompiled it, to no avail - the gif device does not appear in the ifconfig listing, and any attempt to use gifconfig fails. Can anyone shed any li

Weird crashes

2004-08-17 Thread Baldur Gislason
ted to use quite a bit of swap. I'm mostly filling the ram with lots of browser windows opening heavy graphics off the network. Any debugging ideas? brgds. Baldur Gislason ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/

Scanning for printers on remote host

2004-05-04 Thread Baldur Gislason
I was wondering how I can get a list of the printers attached to LPD on a remote host. I know Windoze can do this when you enter an IP address of a print server it gives you a list of the printers available on it, and asks which one you want to add. How can I do this on FreeBSD? I have a 3 port eth

Re: Invalid realloc size of 0 when installing on an AMD athlonXP barton poweredmachine

2004-04-14 Thread Baldur Gislason
install. Baldur On Tuesday 13 April 2004 21:55, jason wrote: > Baldur Gislason wrote: > >I'm trying to install 5.2.1-rel from FTP with an intel 100Mb network card > > on an AMD AthlonXP barton 2500+ with an Aopen AK77-8XN motherboard and > > 1GB ram. When at 6

Invalid realloc size of 0 when installing on an AMD athlonXP barton powered machine

2004-04-02 Thread Baldur Gislason
I'm trying to install 5.2.1-rel from FTP with an intel 100Mb network card on an AMD AthlonXP barton 2500+ with an Aopen AK77-8XN motherboard and 1GB ram. When at 65% through extracting base, sysinstall crashes with the message: Fatal error: Invalid realloc size of 0! - PRESS ANY KEY TO REBOOT I k

Re: Show me the light

2002-10-27 Thread Baldur Gislason
I have powered leds from the parallel port, there's about 10mA of current available on each data pin without destroying anything. so I wired 8 leds, each with a 330 ohm series resistor, no external power supply. Baldur On Sunday 27 October 2002 22:48, you wrote: > On Mon, 28 Oct 2002 [EMAIL PRO

Re: Suggestion: usbd.conf uses rc.conf for options

2002-10-27 Thread Baldur Gislason
I agree, that would be a nice feature in usbd, but a workaround to gain the same functionality would be: attach "/usr/sbin/moused `/usr/bin/perl -e 'while(<>) { $foo = $_ . $foo; } if($foo =~ /^moused_flags="(.*?)"$/im) { print $1; }' < /etc/rc.conf` -p /dev/${DEVNAME} -I /var/run/moused.${DEVN

Cardbus

2002-09-08 Thread Baldur Gislason
Doesn't FreeBSD support 32 bit cardbus cards? Is it being worked on? Baldur To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: load balancing with 2 nic cards possible?

2002-04-27 Thread Baldur Gislason
, 3com 905C and Intel EtherExpress 100 Baldur Gislason On Saturday 27 April 2002 06:07, you wrote: > Gary Stanley wrote: > > Is it possible to split the load of IP traffic with 2 ethernet cards on a > > 4.x machine? I'm new to "load balancing" in a sense, however,

Re: Getting more system information

2002-03-29 Thread Baldur Gislason
See top(1), either parse the output from that in batch mode, or use the source luke, the source! Baldur On Friday 29 March 2002 23:56, you wrote: > Hi, > > I can get information like memory size, cpu load from > sysctl, however, I need CPU nice, CPU user, CPU > system, and CPU idle. > > Can I a