bwi spitting out errors during bootstrap

2009-12-22 Thread Steven Friedrich
bwi: base tssi measure failed bwi: need multicast callback update Ok, the second error repeats, but it looks like a ToDo item for the programmer. I'm running FreeBSD 8, and bwi is new in 8. ___ freebsd-questions@freebsd.org mailing list

Re: Where is gfortran in FreeBSD 7.2 Release (i386)?

2009-12-22 Thread Anton Shterenlikht
On Tue, Dec 22, 2009 at 12:31:13AM +0100, Erik Trulsson wrote: On Mon, Dec 21, 2009 at 01:14:22PM -0800, Jeff Hamann wrote: I've been trying to figure out where gfortran went since it doesn't appear in the /usr/ports collection in FreeBSD 7.2 (i386). I need it to build plots of

Re: editing a binary file

2009-12-22 Thread Anton Shterenlikht
well, one of my colleagues pointed out a feature of fortran 2003, which I, being an idiot, have missed. YOu have access='stream' in f2003, which is all I need. No record separators, just data. many thanks for all your help and advice. anton -- Anton Shterenlikht Room 2.6, Queen's Building

Re: ZFS: Strange performance issues

2009-12-22 Thread Christopher Key
Hello, I'm seeing exactly the same issues on my 5 disk raidz pool again. In brief: I can only write to the filesystem at ~20MB/s, and read from it at ~25MB/s. Normally, I'd expect to be able to write at nearer 50-100 MB/s, and read at ~200MB/s. The values from zpool iostat -v are also strange.

Setting fonts and other defaults in Xorg--new q? on font menu

2009-12-22 Thread Mark Terribile
2) fonts: There are a couple of cool commands, fc-list and xfontsel to list the installed fonts. I used these to set fonts after testing options by starting some variations with xterm -fa 'Liberation Mono' -fs 10 xterm -fa Bitstream Vera

Re: Loadbalance outgoing traffic over two cable modems in same network

2009-12-22 Thread Craig Butler
On 22/12/2009 00:46, Mel Flynn wrote: On Monday 21 December 2009 09:56:11 Nikos Vassiliadis wrote: On 12/21/2009 6:03 AM, Mel Flynn wrote: Hi, I've looked over http://www.openbsd.org/faq/pf/pools.html but this assumes two different gateways for the two interfaces. I'm faced with two

RE: Signal over range, WAS: X -configure fails: Number of created screens does not match number of detected devices. Configuration failed.

2009-12-22 Thread Anton Shterenlikht
On Sun, Dec 20, 2009 at 11:20:12PM +0100, Marius Strobl wrote: On Sun, Dec 20, 2009 at 10:10:10PM +, Anton Shterenlikht wrote: On Sun, Dec 20, 2009 at 04:00:05PM +0100, Marius Strobl wrote: On Sat, Dec 19, 2009 at 09:48:03PM +, Anton Shterenlikht wrote: I've built X without

Help with ipfw please

2009-12-22 Thread Tiago
Im trying to add a basic rule in my ipfw. My server has 2 network address, one for external access (x.x.x.x) and other for the local network(y.y.y.y). The mysql is binded to the local network, but I would like to allow my home computer (z.z.z.z) to connect to the mysql by the external ip. so

Re: cups-1.4.2 usb printer not recognized [solved]

2009-12-22 Thread Peter Ulrich Kruppa
Am Freitag, den 18.12.2009, 04:41 +0100 schrieb Peter Ulrich Kruppa: Am Dienstag, den 15.12.2009, 07:28 -0500 schrieb Lowell Gilbert: Peter Ulrich Kruppa ulr...@pukruppa.net writes: since my update to cups-1.4.2 I can't print anymore :-( I have got a HP Deskjet 990 Cxi attached to

Re: Wireless interface says privacy OFF

2009-12-22 Thread Paul B Mahol
On 12/22/09, Steven Friedrich free...@insightbb.com wrote: What does privacy mean and why isn't it explained in any man page? Here's my ifconfig: wlan0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu 1500 ether 00:14:a5:2a:a5:db inet 192.168.2.254 netmask

Re: Compiling only shared libraries?

2009-12-22 Thread Roland Smith
On Mon, Dec 21, 2009 at 03:00:27PM -0800, Matthew Fleming wrote: We have a bunch of libraries to support our product and as far as I know we only link to the shared library version. I'd like to skip the build of the static version of our libraries to speed up our builds and save on disk

Re: FreeBSD beastie plush toy?

2009-12-22 Thread Alexandre L.
You can find here too http://shop.mensys.nl/uk/catalogue/mns_FreeBSDDaemon.html --- En date de : Lun 21.12.09, Bruce Cran br...@cran.org.uk a écrit : De: Bruce Cran br...@cran.org.uk Objet: Re: FreeBSD beastie plush toy? À: Aleksandr Miroslav alexmiros...@gmail.com Cc:

anybody uses Netgear WG311T PCI wireless card? any issues?

2009-12-22 Thread Anton Shterenlikht
It's quite confusing trying to figure out which card is which. ath(4) only gives chipsets as AR5210, AR5211, AR5212 and AR5416. But the manufacturers rarely say which chipsets their cards are using. After some search I can see that Netgear WG311T is ar5212, so should be supported. But, just to

Help building/running SDL/OpenGL code

2009-12-22 Thread Richard Mace
I developed a small molecular dynamics simulation under Linux some time ago. Since recently moving to FreeBSD I thought that I'd try to get it running here, too. However, although I am able to get the code to build, it dumps core -- apparently before getting to any user code! During the build

FreeBSD port : audio/mpdscribble

2009-12-22 Thread Alexandre L.
I have found a solution to my problem. I have created a directory mpdscribble in /var/run Then, I changed rights of /var/run/mpdscribble to 777 and I rebooted the system. At startup, there were no error message. In /var/run/mpdscribble the pid file was present and was owned by nobody user. Then I

Re: anybody uses Netgear WG311T PCI wireless card? any issues?

2009-12-22 Thread Roland Smith
On Tue, Dec 22, 2009 at 02:23:26PM +, Anton Shterenlikht wrote: It's quite confusing trying to figure out which card is which. ath(4) only gives chipsets as AR5210, AR5211, AR5212 and AR5416. But the manufacturers rarely say which chipsets their cards are using. If you are looking at a

Re: Help building/running SDL/OpenGL code

2009-12-22 Thread Roland Smith
On Tue, Dec 22, 2009 at 05:36:19PM +0200, Richard Mace wrote: I developed a small molecular dynamics simulation under Linux some time ago. Since recently moving to FreeBSD I thought that I'd try to get it running here, too. However, although I am able to get the code to build, it dumps

want to configure an old HP 6000 omnibook

2009-12-22 Thread Henry Olyer
And I can get the basic screens up but have no working keyboard or mouse. To each of you, thank you very much for your assistance. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe,

Re: Help with ipfw please

2009-12-22 Thread Коньков Евгений
Здравствуйте, Tiago. Вы писали 22 декабря 2009 г., 14:59:50: T Im trying to add a basic rule in my ipfw. T My server has 2 network address, one for external access (x.x.x.x) and other T for the local network(y.y.y.y). T The mysql is binded to the local network, but I would like to allow my home

FTDI's FT232R device driver

2009-12-22 Thread Michael Huang
Hello, Are you aware of any this driver available? Thanks. Mike ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: Help with ipfw please

2009-12-22 Thread Igor V. Ruzanov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 22 Dec 2009, Коньков Евгений wrote: |Здравствуйте, Tiago. | |Вы писали 22 декабря 2009 г., 14:59:50: | |T Im trying to add a basic rule in my ipfw. |T My server has 2 network address, one for external access (x.x.x.x) and other |T for the

Re: Help building/running SDL/OpenGL code

2009-12-22 Thread Richard Mace
On Tuesday 22 December 2009 18:28:07 you wrote: On Tue, Dec 22, 2009 at 05:36:19PM +0200, Richard Mace wrote: I developed a small molecular dynamics simulation under Linux some time ago. Since recently moving to FreeBSD I thought that I'd try to get it running here, too. However,

Re: Help with ipfw please

2009-12-22 Thread Igor V. Ruzanov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 22 Dec 2009, Igor V. Ruzanov wrote: |-BEGIN PGP SIGNED MESSAGE- |Hash: SHA1 | |On Tue, 22 Dec 2009, Коньков Евгений wrote: | ||Здравствуйте, Tiago. || ||Вы писали 22 декабря 2009 г., 14:59:50: || ||T Im trying to add a basic rule in

Re: Help building/running SDL/OpenGL code

2009-12-22 Thread Roland Smith
On Tue, Dec 22, 2009 at 07:06:47PM +0200, Richard Mace wrote: On Tuesday 22 December 2009 18:28:07 you wrote: On Tue, Dec 22, 2009 at 05:36:19PM +0200, Richard Mace wrote: I developed a small molecular dynamics simulation under Linux some time ago. Since recently moving to FreeBSD I

.Xdefaults file

2009-12-22 Thread Rem P Roberti
On my desktop box I settled on an xterm font and font size by experimenting thus: xterm -fa 'Bitstream Vera Sans Mono' -fs 10 I went through a number of fonts until I settled on the one I liked most. Then I created an .Xdefaults file in my home directory which included: Xterm*faceName

Re: Help building/running SDL/OpenGL code

2009-12-22 Thread Richard Mace
On Tuesday 22 December 2009 19:31:31 you wrote: What version of the nvidia driver are you using? The one in /usr/ports/x11/nvidia-driver-173. I have to use this for the aging FX 5200. Have a look at the x11-drivers/xf86-video-nouveau port. Maybe that works for you? (BTW, problems

Re: kernel panic on SATA drive

2009-12-22 Thread Jason
You may wish to check and see if your firmware is up-to-date on all of your disk drives, and your controller. On Mon, Dec 21, 2009 at 10:40:10PM +0200, Alex thus spake: Dear John, Any progress for bellow? I have the same problem with PCI SATA Controller ST-Lab A-173 Sil3512 It's not RAID, but

Re: kernel panic on SATA drive

2009-12-22 Thread Adam Vande More
On Tue, Dec 22, 2009 at 11:52 AM, Jason jhelf...@e-e.com wrote: = Any progress for bellow? I have the same problem with PCI SATA Controller ST-Lab A-173 Sil3512 It's not RAID, but when copying to HDD: LOG--- ad6:FAILURE - device detached

Re: .Xdefaults file

2009-12-22 Thread Jamie Griffin
On Tue, Dec 22, 2009 at 09:38:19AM -0800, Rem P Roberti wrote: rendered correctly, but I can't get X to read the .Xdefaults file. ideas on why .Xdefauts works on the desktop box but not the laptop? Could it be that you need to make sure your xterm is executing a login shell when it starts,

fsck fat32 fs

2009-12-22 Thread Dánielisz László
Hi, Do you have any idea how to run fsck to a FAT32 fs, I tried fsck_msdosfs but it seems that is not for FAT32, I always get the following: root# fsck_msdosfs -y /dev/da0s1 ** /dev/da0s1 backup doesn't compare to primary bootblock Thank you! László

RE: Signal over range, WAS: X -configure fails: Number of created screens does not match number of detected devices. Configuration failed.

2009-12-22 Thread Warren Block
On Tue, 22 Dec 2009, Anton Shterenlikht wrote: ok, I moved a step further. 'X -configure' is now successful. All I had to do is to move the graphics card to another pci slot. Perhaps where xvr600 was, is not a standard pci slot at all? pgx64 worked fine there in the text mode, but not in the

Re: Help building/running SDL/OpenGL code

2009-12-22 Thread Roland Smith
On Tue, Dec 22, 2009 at 07:50:19PM +0200, Richard Mace wrote: On Tuesday 22 December 2009 19:31:31 you wrote: What version of the nvidia driver are you using? The one in /usr/ports/x11/nvidia-driver-173. I have to use this for the aging FX 5200. Have a look at the

Re: Signal over range, WAS: X -configure fails: Number of created screens does not match number of detected devices. Configuration failed.

2009-12-22 Thread Anton Shterenlikht
On Tue, Dec 22, 2009 at 11:12:35AM -0700, Warren Block wrote: On Tue, 22 Dec 2009, Anton Shterenlikht wrote: ok, I moved a step further. 'X -configure' is now successful. All I had to do is to move the graphics card to another pci slot. Perhaps where xvr600 was, is not a standard pci slot

Re: .Xdefaults file

2009-12-22 Thread Rem P Roberti
On 2009.12.22 18:03:00 +, Jamie Griffin wrote: On Tue, Dec 22, 2009 at 09:38:19AM -0800, Rem P Roberti wrote: rendered correctly, but I can't get X to read the .Xdefaults file. ideas on why .Xdefauts works on the desktop box but not the laptop? Could it be that you need to make sure

Re: Signal over range, WAS: X -configure fails: Number of created screens does not match number of detected devices. Configuration failed.

2009-12-22 Thread Warren Block
On Tue, 22 Dec 2009, Anton Shterenlikht wrote: Warren, thank you, but this doesn't help. I've added: Section Monitor Identifier Monitor0 HorizSync 30-50 VertRefresh 60 EndSection Section Device Identifier Card0 Driver mach64

Re: .Xdefaults file

2009-12-22 Thread Yuri Pankov
On Tue, Dec 22, 2009 at 09:38:19AM -0800, Rem P Roberti wrote: On my desktop box I settled on an xterm font and font size by experimenting thus: xterm -fa 'Bitstream Vera Sans Mono' -fs 10 I went through a number of fonts until I settled on the one I liked most. Then I created an

Re: Help building/running SDL/OpenGL code

2009-12-22 Thread Richard Mace
On Tuesday 22 December 2009 20:35:19 you wrote: On Tue, Dec 22, 2009 at 07:50:19PM +0200, Richard Mace wrote: On Tuesday 22 December 2009 19:31:31 you wrote: What version of the nvidia driver are you using? The one in /usr/ports/x11/nvidia-driver-173. I have to use this for the aging

Re: Signal over range, WAS: X -configure fails: Number of created screens does not match number of detected devices. Configuration failed.

2009-12-22 Thread Anton Shterenlikht
On Tue, Dec 22, 2009 at 12:26:03PM -0700, Warren Block wrote: On Tue, 22 Dec 2009, Anton Shterenlikht wrote: Warren, thank you, but this doesn't help. I've added: Section Monitor Identifier Monitor0 HorizSync 30-50 VertRefresh 60 EndSection Section Device

SOLVED: Re: Signal over range, WAS: X -configure fails: Number of created screens does not match number of detected devices. Configuration failed.

2009-12-22 Thread Anton Shterenlikht
On Tue, Dec 22, 2009 at 12:26:03PM -0700, Warren Block wrote: On Tue, 22 Dec 2009, Anton Shterenlikht wrote: Warren, thank you, but this doesn't help. I've added: Section Monitor Identifier Monitor0 HorizSync 30-50 VertRefresh 60 EndSection Section Device

Re: Signal over range, WAS: X -configure fails: Number of created screens does not match number of detected devices. Configuration failed.

2009-12-22 Thread Marius Strobl
On Tue, Dec 22, 2009 at 08:12:14PM +, Anton Shterenlikht wrote: On Tue, Dec 22, 2009 at 12:26:03PM -0700, Warren Block wrote: On Tue, 22 Dec 2009, Anton Shterenlikht wrote: Warren, thank you, but this doesn't help. I've added: Section Monitor Identifier Monitor0

Re: Signal over range, WAS: X -configure fails: Number of created screens does not match number of detected devices. Configuration failed.

2009-12-22 Thread Anton Shterenlikht
On Tue, Dec 22, 2009 at 09:29:54PM +0100, Marius Strobl wrote: On Tue, Dec 22, 2009 at 08:12:14PM +, Anton Shterenlikht wrote: On Tue, Dec 22, 2009 at 12:26:03PM -0700, Warren Block wrote: On Tue, 22 Dec 2009, Anton Shterenlikht wrote: Warren, thank you, but this doesn't help. I've

Re: Signal over range, WAS: X -configure fails: Number of created screens does not match number of detected devices. Configuration failed.

2009-12-22 Thread Marius Strobl
On Tue, Dec 22, 2009 at 08:47:19PM +, Anton Shterenlikht wrote: On Tue, Dec 22, 2009 at 09:29:54PM +0100, Marius Strobl wrote: On Tue, Dec 22, 2009 at 08:12:14PM +, Anton Shterenlikht wrote: On Tue, Dec 22, 2009 at 12:26:03PM -0700, Warren Block wrote: On Tue, 22 Dec 2009, Anton

Re: Help building/running SDL/OpenGL code

2009-12-22 Thread Roland Smith
On Tue, Dec 22, 2009 at 09:57:57PM +0200, Richard Mace wrote: In the end, as a last resort, I de-installed the nvidia driver and started X with an empty /etc/X11/xorg.conf (which presumably loads the nv driver). I re-built my code and it runs, albeit without the smoothest of graphics. On a

Re: .Xdefaults file

2009-12-22 Thread Rem P Roberti
On 2009.12.22 22:05:10 +, Yuri Pankov wrote: On Tue, Dec 22, 2009 at 09:38:19AM -0800, Rem P Roberti wrote: On my desktop box I settled on an xterm font and font size by experimenting thus: xterm -fa 'Bitstream Vera Sans Mono' -fs 10 I went through a number of fonts until I

Problem upgrading linux-pango to f10

2009-12-22 Thread David LeCount
I've tried to upgrade my Linux subsystem to f10 and ended up with a mess. Some are upgraded and some aren't. Pango is currently refusing to upgrade. Here's what I get: [r...@bahamut /usr/ports]# portupgrade -o x11-toolkits/linux-f10-pango/ linux-pango ** Detected a package name change:

I have mail, but where?

2009-12-22 Thread Andrea Venturoli
Hello. This evening something new appeared on my box. When I open an xterm or a KDE shell, I get: You have 10 mail messages in /var/mail/. This does not happen when I login on ttyvX. Nothing mail related is on this box (apart from KMail and Thunderbird) and ls -l /var/mail gives only zero

Re: Setting fonts and other defaults in Xorg--new q? on font menu

2009-12-22 Thread Thomas Dickey
On Tue, Dec 22, 2009 at 02:48:15AM -0800, Mark Terribile wrote: After finding what you like simply add the lines to ~/.Xdefaults: XTerm*faceName: Liberation Mono XTerm*faceSize: 10 Is there a way to change the contents of the xterm font menu without

Re: .Xdefaults file

2009-12-22 Thread Jamie Griffin
On Tue, Dec 22, 2009 at 01:45:52PM -0800, Rem P Roberti wrote: I think case matters here, i.e. XTerm*, not Xterm or xterm. Exactly the problem. Thank you! Curious, on my system (7.2) my ~/.Xdefaults uses lowercase 'xterm*...' values. At least you got it working which is the main thing.

Re: I have mail, but where?

2009-12-22 Thread APseudoUtopia
On Tue, Dec 22, 2009 at 4:55 PM, Andrea Venturoli m...@netfence.it wrote: Hello. This evening something new appeared on my box. When I open an xterm or a KDE shell, I get: You have 10 mail messages in /var/mail/. This does not happen when I login on ttyvX. Nothing mail related is on this

Re: I have mail, but where?

2009-12-22 Thread Andrea Venturoli
APseudoUtopia ha scritto: Type mail You have 10 mail messages in /var/mail/. %mail No mail for andrea % I had already tried that, but AFAIK mail reads from /var/mail/andrea and that file is not there (in spite of the above message). FreeBSD has a daily cron security and status

Re: FreeBSD 8.0 not detecting hot swap drive insertion

2009-12-22 Thread Rob
It should be noted that my raid controller card driver (htprr) is exhibiting the same issue. Before 8.0, both the ata and htprr drivers would recognize a HD insertion and the disks information would be scanned and device nodes created. On 8.0, the best I can see is that the drive insertion

Re: Loadbalance outgoing traffic over two cable modems in same network

2009-12-22 Thread Mel Flynn
On Tuesday 22 December 2009 02:48:58 Craig Butler wrote: On 22/12/2009 00:46, Mel Flynn wrote: On Monday 21 December 2009 09:56:11 Nikos Vassiliadis wrote: On 12/21/2009 6:03 AM, Mel Flynn wrote: Hi, I've looked over http://www.openbsd.org/faq/pf/pools.html but this assumes two

the Opera broswer?

2009-12-22 Thread Gary Kline
Folks, This is exacrtly a FreeBSD question [for a change]. I read on another list that the Opera broswer has a builtin speech option and am wondering in our port/pkg/version has this capability. Anybody know off hand? gary -- Gary Kline

Re: the Opera broswer?

2009-12-22 Thread alex
Yep Gary Kline wrote: Folks, This is exacrtly a FreeBSD question [for a change]. I read on another list that the Opera broswer has a builtin speech option and am wondering in our port/pkg/version has this capability. Anybody know off hand? gary

Re: the Opera broswer?

2009-12-22 Thread Rod Person
On Tue, 22 Dec 2009 15:16:41 -0800 Gary Kline kl...@thought.org wrote: Folks, This is exacrtly a FreeBSD question [for a change]. I read on another list that the Opera broswer has a builtin speech option and am wondering in our port/pkg/version has this

freebsd-doc-en

2009-12-22 Thread ajtiM
My system: FreeBSD 8.0 I had a problem with update freebsd-doc-en ** Error: /undefinedfilename in --file-- Operand stack:

Re: I have mail, but where?

2009-12-22 Thread Ed Jobs
On Wednesday 23 December 2009 00:50, Andrea Venturoli wrote: I had already tried that, but AFAIK mail reads from /var/mail/andrea and that file is not there (in spite of the above message). In my box, there is the ~/mbox file that has the messages in it. you can check out if it exists... --

Re: I have mail, but where?

2009-12-22 Thread Steve Randall
On Tue, 22 Dec 2009 23:50:54 +0100 Andrea Venturoli m...@netfence.it wrote: APseudoUtopia ha scritto: Type mail You have 10 mail messages in /var/mail/. %mail No mail for andrea Are there really two spaces in a row there? That's a vital clue. For some reason your 'USER' environment

Re: Help building/running SDL/OpenGL code

2009-12-22 Thread Pieter de Goeje
On Tuesday 22 December 2009 22:00:51 Roland Smith wrote: On Tue, Dec 22, 2009 at 09:57:57PM +0200, Richard Mace wrote: In the end, as a last resort, I de-installed the nvidia driver and started X with an empty /etc/X11/xorg.conf (which presumably loads the nv driver). I re-built my code and

Re: the Opera broswer?

2009-12-22 Thread Gary Kline
On Tue, Dec 22, 2009 at 06:27:46PM -0500, Rod Person wrote: On Tue, 22 Dec 2009 15:16:41 -0800 Gary Kline kl...@thought.org wrote: Folks, This is exacrtly a FreeBSD question [for a change]. I read on another list that the Opera broswer has a builtin speech option

Re: Help building/running SDL/OpenGL code

2009-12-22 Thread Richard Mace
On Wednesday 23 December 2009 04:20:28 Pieter de Goeje wrote: On Tuesday 22 December 2009 22:00:51 Roland Smith wrote: On Tue, Dec 22, 2009 at 09:57:57PM +0200, Richard Mace wrote: In the end, as a last resort, I de-installed the nvidia driver and started X with an empty

Re: freebsd-doc-en

2009-12-22 Thread Manolis Kiagias
On 23/12/2009 2:03 π.μ., ajtiM wrote: My system: FreeBSD 8.0 I had a problem with update freebsd-doc-en ** Error: /undefinedfilename in --file-- Operand stack:

Re: Problem upgrading linux-pango to f10

2009-12-22 Thread Boris Samorodov
On Tue, 22 Dec 2009 13:47:09 -0800 (PST) David LeCount wrote: I've tried to upgrade my Linux subsystem to f10 and ended up with a mess. Some are upgraded and some aren't. Pango is currently refusing to upgrade. Here's what I get: [r...@bahamut /usr/ports]# portupgrade -o

Re: I have mail, but where?

2009-12-22 Thread Andrea Venturoli
Ed Jobs ha scritto: In my box, there is the ~/mbox file that has the messages in it. you can check out if it exists... Nope. bye av. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions