Advise on PCIX dual network card

2009-03-16 Thread Olivier Nicole
Hi, I need to buy a PCI eXtended dual network card, any advise on what brand is supported and work reliabily? TIA, Olivier ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send a

Re: Advise on PCIX dual network card

2009-03-16 Thread Wojciech Puchar
look at chips that are on that card. On Mon, 16 Mar 2009, Olivier Nicole wrote: Hi, I need to buy a PCI eXtended dual network card, any advise on what brand is supported and work reliabily? TIA, Olivier ___ freebsd-questions@freebsd.org mailing lis

Re: Advise on PCIX dual network card

2009-03-16 Thread Olivier Nicole
Hi, > look at chips that are on that card. > > I need to buy a PCI eXtended dual network card, any advise on what > > brand is supported and work reliabily? I would need to have the card to lok at the chips, but I need to know "what card is good" before I order it and before I can look at the chi

FreeBSD 8.0-CUURENT/amd64 coredumps when shutdown

2009-03-16 Thread O. Hartmann
Hello. I have a difficult problem and apart from possible hardware problems I need to track down problems. My lab's box is a Intel Q6600 driven box with a ASUS P5K-Deluxe WiFi mainboard (Intel P35 chipset, ICH9, 8GB DDR2-800 RAM). Symptomatics: Whenever I shutdown or reboot the box, it dumps

Re: Advise on PCIX dual network card

2009-03-16 Thread Wojciech Puchar
so first check what chips it uses before ordering ask manufacturer/seller. or if it's intel - buy without checking :) On Mon, 16 Mar 2009, Olivier Nicole wrote: Hi, look at chips that are on that card. I need to buy a PCI eXtended dual network card, any advise on what brand is supported an

Mar 16 10:41:41 thusnelda kernel: Mar 16 10:41:41 thusnelda sshd[19231]: fatal: login_get_lastlog: Cannot find account for uid XXX

2009-03-16 Thread O. Hartmann
After updating the LDAP server from OpenLDAP 2.4.14/db46 to 2.4.15/db47 I receive on an attached client the following message when trying to log in via ssh: Mar 16 10:41:41 thusnelda kernel: Mar 16 10:41:41 thusnelda sshd[19231]: fatal: login_get_lastlog: Cannot find account for uid I'm able

Re: Advise on PCIX dual network card

2009-03-16 Thread Erik Trulsson
On Mon, Mar 16, 2009 at 03:28:03PM +0700, Olivier Nicole wrote: > Hi, > > I need to buy a PCI eXtended dual network card, any advise on what > brand is supported and work reliabily? The Intel PRO/1000 series should all work fine. -- Erik Trulsson ertr1...@student.uu.se __

Re: Advise on PCIX dual network card

2009-03-16 Thread Derek Ragona
At 03:28 AM 3/16/2009, Olivier Nicole wrote: Hi, I need to buy a PCI eXtended dual network card, any advise on what brand is supported and work reliabily? TIA, Olivier I use the intel PCI-X cards with multiple OS's. They have 2 and 4 port versions. -Derek -- This message has bee

Re: MGA(0): Unable to map BAR 0. Invalid argument (22) / X.Org Server V. 1.5.3, mga_drv V. 1.9.100, 7.1-STABLE

2009-03-16 Thread Peter Cornelius
Hi Warren, > The last time I saw that error was on a -CURRENT test system several > months ago. That system is updating now to the latest -CURRENT. Time > will not be available for at least the next few days to try 7.1, but > I'll see what I can do. I know that feeling, so thanks for offerin

Re: Advise on PCIX dual network card

2009-03-16 Thread Robert Huff
Derek Ragona writes: > >I need to buy a PCI eXtended dual network card, any advise on what > >brand is supported and work reliabily? > > I use the intel PCI-X cards with multiple OS's. They have 2 and > 4 port versions. /Nota bene/: I bought an (AGP) PRO/1000 GT dual port a while

LibSM: You should recreate aclocal.m4

2009-03-16 Thread michel
Hello, I'm having problems upgrading LibSM.. I'm getting "You should recreate aclocal.m4". I tried to run aclocal in work/libSM-1.1.0 but it didn't really help. Thanks for your help Michel FreeBSD 6.2-RELEASE-p12 i386 ---> Upgrading 'libSM-1.1.0,1' to 'libSM-1.1.0_1,1' (x11/libSM) ---> Buil

Re: Inetd and multiple IP addresses

2009-03-16 Thread Frank Shute
On Fri, Mar 13, 2009 at 03:38:05AM +0100, skx wrote: > > I have inetd configured to open a listening port for leafnode > nntp stream tcp nowait news /usr/libexec/tcpd /usr/local/sbin/leafnode > but this opens the port on all IP addresses associated with this machine. > I would like to choose onl

Re: cvsup TreeList failed connection timed out

2009-03-16 Thread Troy
On Mon, Mar 16, 2009 at 05:22:04AM +, RW wrote: > On Sun, 15 Mar 2009 22:32:49 -0500 > Troy wrote: > > > I'm having a problem with cvsup and it just started happening. I have > > other servers on the same LAN that are having no problem connecting > > to the very same servers. I found other p

Re: Advise on PCIX dual network card

2009-03-16 Thread Wojciech Puchar
I use the intel PCI-X cards with multiple OS's. They have 2 and 4 port versions. /Nota bene/: I bought an (AGP) PRO/1000 GT dual port a while back. PRO/1000s generally were harder to find and (if I remember correctly) the two- and four-porters more expensive per port tham /N/ single-

Re: Issue with apcupsd and gd.h missing?

2009-03-16 Thread smagnuson
Eric Sheesley-2 wrote: > > When trying to do a portupgrade of apcupsd I received the following error: > > checking for gd2/gd.h... no > configure: error: Found system GD library but no header file. > Please find the file gd.h in your system >

Re: netstat -NM uses

2009-03-16 Thread Dan Nelson
In the last episode (Mar 16), Cipta H said: > I found these options in netstat and I'm interested in what they're for: > > -M    Extract values associated with the name list from the specified >    core instead of the default /dev/kmem. > > -N    Extract the name list from the s

links vs real directories

2009-03-16 Thread John Almberg
I always thought that links to real directories were pretty much the same as real directories, but I've just discovered a situation where they are not and I'm wondering if I'm doing something wrong... I have a Ruby on Rails application running on a FreeBSD server. All Rails apps use the sam

Re: links vs real directories

2009-03-16 Thread Erik Trulsson
On Mon, Mar 16, 2009 at 11:22:13AM -0400, John Almberg wrote: > I always thought that links to real directories were pretty much the > same as real directories, but I've just discovered a situation where > they are not and I'm wondering if I'm doing something wrong... A *soft* link to a direct

Re: links vs real directories

2009-03-16 Thread John Almberg
On Mar 16, 2009, at 11:22 AM, John Almberg wrote: I always thought that links to real directories were pretty much the same as real directories, but I've just discovered a situation where they are not and I'm wondering if I'm doing something wrong... I have a Ruby on Rails application runn

Re: links vs real directories

2009-03-16 Thread John Almberg
On Mar 16, 2009, at 11:39 AM, Erik Trulsson wrote: On Mon, Mar 16, 2009 at 11:22:13AM -0400, John Almberg wrote: I always thought that links to real directories were pretty much the same as real directories, but I've just discovered a situation where they are not and I'm wondering if I'm doing

Re: Xorg - Resolution issues

2009-03-16 Thread Martin Turgeon
Francis Dubé a écrit : Francis Dubé wrote : Hi everyone, I got this TV : http://www.samsung.com/ca/consumer/detail/spec.do?group=tv&type=tv&subtype=lcd&model_cd=LN40A330J1DXZC&fullspec=F I'm trying to use it as my screen under FreeBSD 7.1-RELEASE with a resolution of 1366x768 which is sup

Re: links vs real directories

2009-03-16 Thread John Almberg
On Mar 16, 2009, at 11:47 AM, John Almberg wrote: On Mar 16, 2009, at 11:39 AM, Erik Trulsson wrote: On Mon, Mar 16, 2009 at 11:22:13AM -0400, John Almberg wrote: I always thought that links to real directories were pretty much the same as real directories, but I've just discovered a situat

Re: links vs real directories

2009-03-16 Thread Erik Trulsson
On Mon, Mar 16, 2009 at 11:47:23AM -0400, John Almberg wrote: > > On Mar 16, 2009, at 11:39 AM, Erik Trulsson wrote: > > > On Mon, Mar 16, 2009 at 11:22:13AM -0400, John Almberg wrote: > >> I always thought that links to real directories were pretty much the > >> same as real directories, but I'v

Re: links vs real directories

2009-03-16 Thread Chris Rees
2009/3/16 John Almberg : > > On Mar 16, 2009, at 11:39 AM, Erik Trulsson wrote: > >> On Mon, Mar 16, 2009 at 11:22:13AM -0400, John Almberg wrote: >>> >>> I always thought that links to real directories were pretty much the >>> same as real directories, but I've just discovered a situation where >>

grammer checker

2009-03-16 Thread Aryeh M. Friedman
I use editors/openoffice.org-3 and need to grammer check a text file but there seems to be no option (or plugin) for this in OoO and a search of the ports tree for "grammer" returned nothing either... ideas (I want to avoid wine+MS office if possible) ___

Re: links vs real directories

2009-03-16 Thread Bill Moran
In response to John Almberg : > > A little more information on this... from the Rails log, I can see > that a Ruby script in the config directory cannot load ('require') a > needed file because it can't find it: > > /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > `gem_o

Re: grammer checker

2009-03-16 Thread Matt
On Mon, Mar 16, 2009 at 11:32 AM, Aryeh M. Friedman wrote: > I use editors/openoffice.org-3 and need to grammer check a text file but > there seems to be no option (or plugin) for this in OoO and a search of the > ports tree for "grammer" returned nothing either... ideas (I want to avoid > wine+MS

Re: grammer checker

2009-03-16 Thread Bill Moran
In response to "Aryeh M. Friedman" : > I use editors/openoffice.org-3 and need to grammer check a text file but > there seems to be no option (or plugin) for this in OoO and a search of > the ports tree for "grammer" returned nothing either... ideas (I want to > avoid wine+MS office if possible

portsnap ignores REFUSE directives

2009-03-16 Thread Charles Howse
Hi, I just installed 6.4-RELEASE on the way to -STABLE. I chose NOT to install the ports during installation. I configured /etc/portsnap.conf, uncommenting the REFUSE directives, because I only speak English. I created the proper directories, including /usr/ports. I ran 'portsnap fetch extract

What happened with KWeather (from kde3) applet in kde4?

2009-03-16 Thread Yuri
I installed kde4. And can't find KWeather that happily worked in kde3.5. It's not in any list and can't be found in ports either. Thanks, Yuri ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: links vs real directories

2009-03-16 Thread Wojciech Puchar
drwxr-xr-x 4 master master 512 Mar 16 11:06 db etc... So, I guess a link is NOT exactly equivalent to a directory. At least not the way I am doing it. I'm guessing I'm making a real newbie mistake, so if anyone can set me straight, I'd appreciate it. IMHO you did everything properly, t

Re: bsd vs gpl

2009-03-16 Thread Chad Perrin
On Wed, Mar 11, 2009 at 08:36:21AM +, Saifi Khan wrote: > > There are two rights associated. > Rights to Usage > Rights to Modify > > When you take a piece of code licensed under GPL and "modify" it, you > are required to make your changes available and also under the same > license ie. GPL

Shared ftp access to a apache root

2009-03-16 Thread DAve
Good afternoon all, I have a strange request and mind is just not up to the task today. We have a client who wants each web developer (there are four) to have a unique login to the same apache site root. I am not even certain that is possible. Anyone have any ideas? This is a dedicated serve

Re: Shared ftp access to a apache root

2009-03-16 Thread DAve
DAve wrote: Good afternoon all, I have a strange request and mind is just not up to the task today. We have a client who wants each web developer (there are four) to have a unique login to the same apache site root. That would be a unique FTP login, again, my mind is toast today. DAve I

Re: Shared ftp access to a apache root

2009-03-16 Thread Rodrigo Gonzalez
DAve wrote: > Good afternoon all, > > I have a strange request and mind is just not up to the task today. We > have a client who wants each web developer (there are four) to have a > unique login to the same apache site root. > > I am not even certain that is possible. Anyone have any ideas? This i

Re: bsd vs gpl

2009-03-16 Thread Chad Perrin
On Wed, Mar 11, 2009 at 12:36:44PM -0700, prad wrote: > > thank you everyone for your comments on this topic. A few more links: + Copyfree licensing http://copyfree.org/ + Copyfree vs. Copyleft http://www.wikivs.com/wiki/Copyfree_vs_Copyleft + BSD/Copyfree vs. Corporate Copyleft

Re: portsnap ignores REFUSE directives

2009-03-16 Thread RW
On Mon, 16 Mar 2009 12:18:06 -0500 Charles Howse wrote: > Hi, > I just installed 6.4-RELEASE on the way to -STABLE. > I chose NOT to install the ports during installation. > I configured /etc/portsnap.conf, uncommenting the REFUSE directives, > because I only speak English. > > I created the p

installing packages

2009-03-16 Thread marco.borsat...@libero.it
Hi, this are my questions. 1) I've installed many packages using pkg_add -rK [package] because I had the idea to use the same packages on a different PC. Packages are present in the directory i used as a repository, but only the requested packages, not the dependecies. When I tried on another

Re: installing packages

2009-03-16 Thread Vasadi I. Claudiu Florin
Is this the only possibility or is there a better way to install a big program with a lot of dependecies? Not the best way, but certainly the fastest. Best way if you ask me is through the ports system. Keep in mind that it takes so much longer (~days) ___

Re: portsnap ignores REFUSE directives

2009-03-16 Thread Charles Howse
On Mar 16, 2009, at 2:28 PM, RW wrote: On Mon, 16 Mar 2009 12:18:06 -0500 Charles Howse wrote: Hi, I just installed 6.4-RELEASE on the way to -STABLE. I chose NOT to install the ports during installation. I configured /etc/portsnap.conf, uncommenting the REFUSE directives, because I only spe

installing packages

2009-03-16 Thread marco.borsat...@libero.it
This is the reason why I prefer to use packages. I don't need a perfect machine as I don't use it it for professional purposes.So I will use this method.> Is this the only possibility or is there a better way to install a big > program with a lot of dependecies?>Not the best way, but certainly

Re: Speeding up exit(2)?

2009-03-16 Thread Dan
Wojciech Puchar(woj...@wojtek.tensor.gdynia.pl)@2009.03.15 19:14:57 +0100: > would be really nice about advocacy of GOOD web browser that not only > exits faster, but WORKS faster. i don't know any, except links but links > doesn't have CSS support I know one: Google Chrome - but it's only for

Re: MSI "nettop" supported?

2009-03-16 Thread Lowell Gilbert
Jaime writes: > I'm considering getting one of MSI's "nettop" computers to run a small > server in my home. I was wondering if anyone could tell me if it > would run FreeBSD or not? There is a model with Linux pre-installed, > so I'm hopeful. I just figured I'd ask before spending a few hundre

Re: Portinstall insists on rebuilding openldap client

2009-03-16 Thread Frank Shute
On Sat, Mar 14, 2009 at 01:12:56PM -0400, Robert Fitzpatrick wrote: > > I was trying to install samba and it keeps wanting to build the openldap > client package that I already have installed. I really don't want to > mess with that as it is also supporting other packages for the mail > system. Why

Re: installing packages

2009-03-16 Thread Roland Smith
On Mon, Mar 16, 2009 at 08:22:02PM +0100, marco.borsat...@libero.it wrote: > > Hi, this are my questions. > > 1) I've installed many packages using pkg_add -rK [package] because I > had the idea to use the same packages on a different PC. Packages are > present in the directory i used as a reposi

Re: Speeding up exit(2)?

2009-03-16 Thread Wojciech Puchar
I know one: Google Chrome - but it's only for Windows. Not only was it designed to be faster, but also more secure. You mean more securely getting all data about user for google. NO THANKS! ___ freebsd-questions@freebsd.org mailing list http://lists.

Re: issues in XFCE 4.6

2009-03-16 Thread Keith Seyffarth
> Keith Seyffarth said the following on 2009-03-16 02:38: > >> Sorry, should have had you do rmconfig-recursive first. There's a > > > > OK. I'll have to think about that. It is mostly working now, having > > added an xrandr line to the .xinitrc file to fix the resolution. > > What line was th

Re: portsnap ignores REFUSE directives

2009-03-16 Thread Charles Howse
On Mar 16, 2009, at 2:43 PM, Charles Howse wrote: On Mar 16, 2009, at 2:28 PM, RW wrote: On Mon, 16 Mar 2009 12:18:06 -0500 Charles Howse wrote: Hi, I just installed 6.4-RELEASE on the way to -STABLE. I chose NOT to install the ports during installation. I configured /etc/portsnap.conf, u

Re: MSI "nettop" supported?

2009-03-16 Thread Peter Cornelius
Re... > Flash disks are no big deal, especially if they will already be inserted > at boot time. I take it that the atom CPU just works, right? Regarding the WindPC 2713 (if that's the one you look at), I am not even sure whether there is a WLAN card in it at all (the Wind U100X netbook alleged

Re: MGA(0): Unable to map BAR 0. Invalid argument (22) / X.Org Server V. 1.5.3, mga_drv V. 1.9.100, 7.1-STABLE

2009-03-16 Thread Peter Cornelius
Hiya, re... > > The 1.4.9 version of mga may work. I'd give portdowngrade instructions > > for it, but the anoncvs server isn't answering. > > I did eye that, funny you say so. I found on some X.org repository that > 1.4.9 was considerably 'younger' than 1.9.100. I may (might) have a look at >

Re: Speeding up exit(2)?

2009-03-16 Thread Dan
No, that's not what I meant. ___ 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"

Software RAID performance? RAID-Z or vinum and RAID5?

2009-03-16 Thread Mike Manlief
I'm looking into moving a workstation from Ubuntu 10 to FreeBSD 7.1 (both amd64) and I'm a bit worried about storage -- specifically moving from mdadm, which performs very well for me. Current in Linux I use an mdadm RAID5 of 5 disks. After investigating FreeBSD storage options, RAID-Z sounds opt

Re: Installing 7.1 amd64 on Dell powerEdge 2950

2009-03-16 Thread Steve Polyack
Olivier Nicole wrote: I spent a couple of days trying to install FreeBSD 7.1 amd64 on a Dell PowerEdge 2950. It won't finish booting properly from the installation CD I've had(and have) several fairly new Dell PowerEdge2950 servers running FreeBSD 7.1/amd64 just fine. Is this a brand new

libburnia / xfburn won't recognize NEC ND-3500AG

2009-03-16 Thread Steve Franks
I've had this drive forever. I actually burn CD's with it all the time, but you know, sometimes, a gui really is more convineient. Xfburn stubbornly refuses to detect it, however...even when I run as root... Thanks, Steve ___ freebsd-questions@freebsd.o

snd_hda questions

2009-03-16 Thread Jimmie James
With the recent snd_hda changes, I have more audio devices than ever: hdac0: HDA Codec #0: Realtek ALC880 pcm0: at cad 0 nid 1 on hdac0 pcm1: at cad 0 nid 1 on hdac0 pcm2: at cad 0 nid 1 on hdac0 pcm3: at cad 0 nid 1 on hdac0 hd...@pci0:0:27:0: class=0x040300 card=0x814e1043 chip=0x26688086

Re: installing packages

2009-03-16 Thread icemaca
marco.borsat...@libero.it wrote: Hi, this are my questions. 1) I've installed many packages using pkg_add -rK [package] because I had the idea to use the same packages on a different PC. Packages are present in the directory i used as a repository, but only the requested packages, not the dep

Need help for acroread8

2009-03-16 Thread Manish Jain
Hi all, After browsing mailing lists for hours, I was finally able to install acroread8 on my FreeBSD 7.1R system. But it STILL does not start. Attached below is the output (repeated messages removed) : Gtk-Message: Failed to load module "gnomebreakpad": > libgnomebreakpad.so: cannot open s

Compiling everything myself?

2009-03-16 Thread Daniel
Hi list This may be a basic question, but a question non the less. I have been using Debian for some years and have gotten tired by system freezes, having a slow system, and having a package system that requires that I install every skin of KDE to get KDE up and running. I hope FreeBSD will be

Re: Compiling everything myself?

2009-03-16 Thread Mike Jeays
-- On March 16, 2009 09:11:32 pm Daniel wrote: > Hi list > > This may be a basic question, but a question non the less. > > I have been using Debian for some years and have gotten tired by system > freezes, having a slow system, and having a package system that requires > that I install every sk

Re: Compiling everything myself?

2009-03-16 Thread Ivan "Rambius" Ivanov
Hello On Tue, Mar 17, 2009 at 3:11 AM, Daniel wrote: > Hi list > > This may be a basic question, but a question non the less. > > I have been using Debian for some years and have gotten tired by system > freezes, having a slow system, and having a package system that requires that > I install e

Re: Advise on PCIX dual network card

2009-03-16 Thread Olivier Nicole
Hi, > PRO/1000s generally were harder to find and (if I remember > correctly) the two- and four-porters more expensive per port tham > /N/ single-port cards. Thanks, but I have only one slot (1U rack) and I need 2 ports, so I have little choice :) Bests, Olivier

Re: Installing 7.1 amd64 on Dell powerEdge 2950

2009-03-16 Thread Olivier Nicole
Hi, > I've had(and have) several fairly new Dell PowerEdge2950 servers running > FreeBSD 7.1/amd64 just fine. Is this a brand new 2950 (2950 III, or > whatever), or an older one? Depends how new is new, we bought it at the end of last year. > I'd make sure that the BIOS, BMC, and PERC > (i

FreeBSD7.1/i386 crash (fatal trap 12)

2009-03-16 Thread anborn
Hello, I have problem with FreeBSD 7.1-STABLE/i386. We have FreeBSD-based cluster of VPN servers (mpd3.18 as PPTP server), and sometimes its fall down. #dmesg | less Fatal trap 12: page fault while in kernel mode cpuid = 1; apic id = 01 fault virtual address = 0x1ac fault code = su

Re: Need help for acroread8

2009-03-16 Thread bf
--- On Mon, 3/16/09, Manish Jain wrote: > From: Manish Jain > Subject: Need help for acroread8 > To: freebsd-questions@freebsd.org, bf20...@yahoo.com > Date: Monday, March 16, 2009, 9:03 PM > Hi all, > > After browsing mailing lists for hours, I was finally able > to install acroread8 on my

Webinar: Learning About CRM

2009-03-16 Thread Matthew Kallas
Your invitation to join our webinar: Everything you always wanted to know about CRM (But Were Afraid to Ask) Thu, Mar 19, 2009 No cost to attendees, but space is limited. Sign up here: http://online.intelestream.net/em/link.php?M=560226&N=247&L=52&F=T Intelestream's Chief Operating Officer Richa

Re: make installworld fails on RELEASE6.4 amd64

2009-03-16 Thread Olivier Nicole
> > I am facing a problem that I cannot solve when trying to reinstall > > wolrd on 6.4 amd 64. > More about this issue. Regarding adjkerntz -i. Places that are ahead of UTC don't need to do the adjkerntz -i after rebooting in single user. Suppose you are in a time zone at UTC +7. Boot in multi