RE: atom based servers

2009-11-11 Thread David Rawling
-Original Message- >From: Brian Whalen >Sent: Thu 12/11/2009 9:26 AM > >I see supermicro and potentially others have atom servers available, >anyone tried these on freebsd with success? > >Brian Hi Brian Indeed, I have a FreeBSD 8.0RC1 system running as my primary time server for the hom

Re: Problems with FreeBSD assembly

2009-11-11 Thread Charlie Kester
On Wed 11 Nov 2009 at 17:32:41 PST Charlie Kester wrote: One more thing: Notice that the system call number (or any other dword) should also be pushed onto the stack before the int 80h. The reason for this is given at the top of the page: although the kernel is accessed using int 80h, it

Re: Problems with FreeBSD assembly

2009-11-11 Thread Charlie Kester
On Wed 11 Nov 2009 at 11:43:21 PST David Jackson wrote: I am having great difficulty running a very simple assembler program on FreeBSD on x86 in my efforts to learn some assembly programming on FreeBSD. I have tried to compile the following with nasm, however i get nothing in response when I

Re: 7.2-STABLE X mouse & keyboard issues

2009-11-11 Thread Warren Block
On Wed, 11 Nov 2009, stan wrote: I just built a brand new 7.2 STABLE machine, and the xorg package. startx brings up a nice screen, but neither the mouse, nor the keyboard (both USB) function in X. The Handbook has an up-to-date section on xorg configuration: http://www.freebsd.org/doc/en_US.

Re: cannot boot freebsd

2009-11-11 Thread Warren Block
On Wed, 11 Nov 2009, Jerry McAllister wrote: I have heard some complaints about MS-Vista and having to do some other monkeying around to get an MBR to handle it correctly, but I don't know details and I do not (lucky me) have any Vista machines to joust with. EasyBCD from neosmart.net is an ea

zfs raidz2 marked as UNAVAIL even though only one vdev is missing?

2009-11-11 Thread Steven Schlansker
Hello, This morning I found that one of my disks was going bad, so I thought I would replace it (using zpool replace) with a new disk. This worked fine, and it was about 1/3 of the way through. Then, as I was moving things around, I accidentally jostled some of the cables. This of course made the

zfs raidz2 marked as UNAVAIL even though only one vdev is missing?

2009-11-11 Thread Steven Schlansker
Hello, This morning I found that one of my disks was going bad, so I thought I would replace it (using zpool replace) with a new disk. This worked fine, and it was about 1/3 of the way through. Then, as I was moving things around, I accidentally jostled some of the cables. This of course made the

Re: 7.2-STABLE X mouse & keyboard issues

2009-11-11 Thread Enno Davids
On Thu, Nov 12, 2009 at 4:25 AM, stan wrote: > I just built a brand new 7.2 STABLE machine, and the xorg package. startx > brings up a nice screen, but neither the mouse, nor the keyboard (both USB) > function in X. > > I have not created a /etx/X11/ config file yet. Do I need to do so? If so, >

atom based servers

2009-11-11 Thread Brian Whalen
I see supermicro and potentially others have atom servers available, anyone tried these on freebsd with success? Brian ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any m

Re: 7.2-STABLE X mouse & keyboard issues

2009-11-11 Thread herbert langhans
This can be the notorious HAL. If you dont need it for another reason you may compile x11-server again, but switch the hal-support off. Should work well then.. Cheers herb langhans On Wed, Nov 11, 2009 at 12:25:01PM -0500, stan wrote: > I just built a brand new 7.2 STABLE machine, and the xorg

Re: Problems with FreeBSD assembly

2009-11-11 Thread Mihai Donțu
On Wednesday 11 November 2009 21:43:21 David Jackson wrote: > I am having great difficulty running a very simple assembler program on > FreeBSD on x86 in my efforts to learn some assembly programming on > FreeBSD. I have tried to compile the following with nasm, however i get > nothing in response

Re: cannot boot freebsd

2009-11-11 Thread Chris Rees
2009/11/11 Jerry McAllister wrote: > That is because MS-Win doesn't play > very well if installed later and/or in a different slice. Windows behaves fine for me whatever slice it's installed in. What IS important is that it's installed first, as you said before. You can choose it to go whereve

Can I prevent freebsd-update from installing kernel debug files

2009-11-11 Thread Jason Fried
I have a fairly old install and not much room on my ROOT is there a way to prevent freebsd-update from installing ".symbols" files. Thanks, ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsu

Problems with freebsd assembly

2009-11-11 Thread David Jackson
I am having great difficulty running a very simple assembler program on FreeBSD on x86 in my efforts to learn some assembly programming on FreeBSD. I have tried to compile the following with nasm, however i get nothing in response when I attempt to run this program: section .data

Re: networking won't come back up until reboot after ISP outage

2009-11-11 Thread Michael Powell
umage wrote: [snip] >> In my case the router does get the renewed ip, as I described earlier. >> However, even after waiting 8+ hours, the system will not recover from >> the outage properly (reason unknown). That's what this thread is all >> about. > When I started the system today, I found that

Problems with FreeBSD assembly

2009-11-11 Thread David Jackson
I am having great difficulty running a very simple assembler program on FreeBSD on x86 in my efforts to learn some assembly programming on FreeBSD. I have tried to compile the following with nasm, however i get nothing in response when I attempt to run this program: section .data

Re: FFTW + jna + java

2009-11-11 Thread Dan Nelson
In the last episode (Nov 11), Frank Staals said: > > I'm trying to run a java application which uses JNA to use the native FFTW > libraries. The application was given as a netbeans project which was > configured for use in Windows. I changed the paths to the windows > libraries to the FreeBSD ve

Re: cannot boot freebsd

2009-11-11 Thread Jerry McAllister
On Wed, Nov 11, 2009 at 01:22:58PM -0600, Jesús Abidan wrote: > ok. the slices in freebsd are little tricky, i will check my installation > and send some feedback later. ?? FreeBSD slices are pretty straight forward. They are just the name of the 4 primary divisions of a disk - limited to 4 b

Re: 7.2-STABLE X mouse & keyboard issues

2009-11-11 Thread Tim Judd
On 11/11/09, stan wrote: > I just built a brand new 7.2 STABLE machine, and the xorg package. startx > brings up a nice screen, but neither the mouse, nor the keyboard (both USB) > function in X. > > I have not created a /etx/X11/ config file yet. Do I need to do so? If so, > what;s the best way?

FFTW + jna + java

2009-11-11 Thread Frank Staals
Hey everyone, I'm trying to run a java application which uses JNA to use the native FFTW libraries. The application was given as a netbeans project which was configured for use in Windows. I changed the paths to the windows libraries to the FreeBSD versions. However when I try to start the ap

advice on setting up new site

2009-11-11 Thread PJ
Hi guys, I appreciate the help you have given me in the past and present... I am not competent to handle the project we are emarking on, so let me ask (offer ?) it here: We're about to start new enterprise in the food service sector (I hate the terms industry for anything related to food) which is

Re: cannot boot freebsd

2009-11-11 Thread Jerry McAllister
On Wed, Nov 11, 2009 at 12:27:13PM -0600, Jesús Abidan wrote: > i pressed f2 for freebsd and nothing happens... i pressed f1 for windows. > > I install freebsd on the first partition and now it occurs the viceversa, i > cannot boot windows, does it have to be something with the order of the > par

7.2-STABLE X mouse & keyboard issues

2009-11-11 Thread stan
I just built a brand new 7.2 STABLE machine, and the xorg package. startx brings up a nice screen, but neither the mouse, nor the keyboard (both USB) function in X. I have not created a /etx/X11/ config file yet. Do I need to do so? If so, what;s the best way? -- A: Because it messes up the orde

Re: cannot boot freebsd

2009-11-11 Thread Neal Hogan
On Wed, Nov 11, 2009 at 11:02 AM, Jesús Abidan wrote: > Hi there, i have a problem here, i installed windows in mi box and i left a > partition for freebsd, i finished install of freebsd and installed the boot > mgr of freebsd but when i reboot only windows boots with f1 pressed? how can > I make

Re: cannot boot freebsd

2009-11-11 Thread Jerry McAllister
On Wed, Nov 11, 2009 at 11:02:35AM -0600, Jesús Abidan wrote: > Hi there, i have a problem here, i installed windows in mi box and i left a > partition for freebsd, i finished install of freebsd and installed the boot > mgr of freebsd but when i reboot only windows boots with f1 pressed? how can >

cannot boot freebsd

2009-11-11 Thread Jesús Abidan
Hi there, i have a problem here, i installed windows in mi box and i left a partition for freebsd, i finished install of freebsd and installed the boot mgr of freebsd but when i reboot only windows boots with f1 pressed? how can I make the system boots both?

Re: Ruby Enterprise Edition 1.8.7 Apache / Passenger on FreeBSD 7.2

2009-11-11 Thread Konstantinos Pachnis
This is happening because in freebsd the stack protector is enabled by default. When you build ruby enterprise edition set to the CFLAGS / CXXFLAGS the -fno-stack-protector parameter. From a security perspective, I don't think that this is the best solution. On Nov 10, 2009, at 8:45 PM, Konstan

Re: ssh-agent and ordering of keys

2009-11-11 Thread krad
2009/11/11 Matthias Apitz > El día Wednesday, November 11, 2009 a las 03:09:44PM +, Vincent Hoffman > escribió: > > > Hi all, > > I've a bit of an annoying problem that hopefully someone > > here has delt with before. I have a large(ish) number of ssh keys as i > > like to keep t

Re: networking won't come back up until reboot after ISP outage

2009-11-11 Thread umage
On 9. 11. 2009 1:27, umage wrote: > When the connection goes down and comes back up it will take 5 minutes > before my FreeBSD gateway box checks the lease and decides if a renewal is > in order. This is automatic. If I am sitting in front of my computer and I > want to speed this up I issue /e

Re: ssh-agent and ordering of keys

2009-11-11 Thread Matthias Apitz
El día Wednesday, November 11, 2009 a las 03:09:44PM +, Vincent Hoffman escribió: > Hi all, > I've a bit of an annoying problem that hopefully someone > here has delt with before. I have a large(ish) number of ssh keys as i > like to keep things nicely seperated, I also use longi

ssh-agent and ordering of keys

2009-11-11 Thread Vincent Hoffman
Hi all, I've a bit of an annoying problem that hopefully someone here has delt with before. I have a large(ish) number of ssh keys as i like to keep things nicely seperated, I also use longish passphrases. To deal with long pass phrases I have started to use ssh-agent, which is working

Opencrypto patch/driver code upload

2009-11-11 Thread Brendan Kennedy
Hi All, I've a patch to opencrypto and I have a crypto driver that I would like to present for inclusion with the freebsd 7 release. Could you give me some pointers on getting that done? The opencrypto patch is relavent for FreeBSD 8 and 9 also... Some questions for the driver release:

Re: Cut/Paste with USB mouse inoperative

2009-11-11 Thread Carmel
On Tue, 10 Nov 2009 23:38:27 +0100 Polytropon Polytropon replied: >On Tue, 10 Nov 2009 17:13:12 -0500, Carmel >wrote: >> 'X' has nothing to do with it. It fails to work both in and out of >> 'X'. With the old mouse it worked fine. > >The moused program offers a diagnostics mode: > > # mous

NIC Support

2009-11-11 Thread Jack Barnett
Is the RealTek RTL8112L PCIe gigabit LAN Controller support in FreeBSD 7.2? I could not find this in the hardware notes. Is it listed under another name? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd