Re: Backup HD running ZFS

2006-06-26 Thread Ian Pulsford
Kyrre Nygard wrote: Hey! I just bought me one of these to back up all my stuff to: http://www.wdmybook.com Is there any way of getting ZFS running on it? And using it along with FreeBSD as well as Windows XP? That would be incredible. Don't know, but if you were looking for backup soluti

Re: firefox with flash and java!

2006-06-26 Thread Chris Maness
On Tue, 23 May 2006 23:40:37 + "Marwan Sultan" @hotmail.com> wrote: > hello everyone! > I'm really

Re: SSHD errors: will not forward X11 connections

2006-06-26 Thread Andrew
On Mon, 2006-06-26 at 07:44 +0200, [EMAIL PROTECTED] wrote: > El día Sunday, June 25, 2006 a las 10:05:03PM -0500, Andrew escribió: > > > Hello, > > > > I have a FreeBSD 6.1 machine at home that I use for remote backups, and > > sort of an application server for my home network. I occasionally ru

Re: /bin/cat: Permission denied

2006-06-26 Thread Micah
jdow wrote: From: "Viktoras Veitas" <[EMAIL PROTECTED]> Hello. I suddenly cannot run "cat" command as /bin/cat file appears to be without execute permissions (all other files in /bin directory are with them) and I get "/bin/cat: Permission denied" error. I had a misfortune to "chmod 555

Re: from STABLE to RELENG? (done)

2006-06-26 Thread Jonathan Horne
On Friday 23 June 2006 08:08, John Nielsen wrote: > On Friday 23 June 2006 00:46, Jonathan Horne wrote: > > On Thursday 22 June 2006 23:16, Chad Leigh -- Shire.Net LLC wrote: > > > On Jun 22, 2006, at 10:09 PM, Jonathan Horne wrote: > > > > generally, how risky of an operation is it to change the b

Re: Cant buildworld

2006-06-26 Thread Jim Stapleton
Also, I've had issues with custom CFLAGS, CPUTYPE, and CXXFLAGS settings in my make.conf file, you may want to look at that as well, that seems to stop the process at semi-random points (at least it seems that way with my limited knowledge). -Jim Stapleton On 6/26/06, pid42 <[EMAIL PROTECTED]> w

Re: Cant buildworld

2006-06-26 Thread pid42
Ooops. I think I did just that. Cant try without right now but Ill get back to it. Thanks alot. -- View this message in context: http://www.nabble.com/Cant-buildworld-t1843687.html#a5058310 Sent from the freebsd-questions forum at Nabble.com. ___ freeb

Re: /bin/cat: Permission denied

2006-06-26 Thread jdow
From: "Viktoras Veitas" <[EMAIL PROTECTED]> Hello. I suddenly cannot run "cat" command as /bin/cat file appears to be without execute permissions (all other files in /bin directory are with them) and I get "/bin/cat: Permission denied" error. I had a misfortune to "chmod 555 /bin/cat", then

Re: Error Message with Procmail

2006-06-26 Thread Gerard Seibert
Lowell Gilbert wrote: > "Gerard E. Seibert" <[EMAIL PROTECTED]> writes: > > > I just installed 'procmail' onto my FSBD 6.1 stable system. The > > following error message keeps appearing on screen at what appears > > random intervals. This one appeared as I booted up the system. > > > > Jun 24 11:

Re: iwi-firmware

2006-06-26 Thread Derrick Ryalls
Lowell Gilbert wrote: > "Derrick Ryalls" <[EMAIL PROTECTED]> writes: > >> Prior to updating to 6.1, my Intel 2200 BG worked fairly well using >> iwi-firmware and wpa_supplicant. Now, the firmware fails to load so I >> cannot connect. I did some searching and some people recommend >> installing i

/bin/cat: Permission denied

2006-06-26 Thread Viktoras Veitas
Hello. I suddenly cannot run "cat" command as /bin/cat file appears to be without execute permissions (all other files in /bin directory are with them) and I get "/bin/cat: Permission denied" error. I had a misfortune to "chmod 555 /bin/cat", then my machine panicked (when trying to run "cat")

ipopd3 core dumps - can't log into pop3 server

2006-06-26 Thread Andreas Widerøe Andersen
Many mails from me here today. Sorry about that. Having more problems than skills I guess... I have upgraded to imap-uw-2004g_1,1 and now my users can't log into the server using pop3. Every time I try to log in from Ie. Eudora on my Windows box the ipop3 core dumps on the server. telnet my.dom

RE: vgetty Help

2006-06-26 Thread fbsd
you have to use your modems native "AT" commands to tell it to answer inbound calls and then save that config on the modem and set it as the default config to use when the modem is powered on. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Robert McIntosh Se

Re: Need urgent help to get Sendmail running again

2006-06-26 Thread Andreas Widerøe Andersen
Why is the server trying to connect to localhost, anyway? Did you do special configuration in order to have Sendmail deliver mail to 127.0.0.1 as part of your (former) configuration with Spamassassin? If so, did you undo these statements so that Sendmail would now deliver normally? Not quite

Re: dd wont work

2006-06-26 Thread Bill Schoolcraft
At Mon, 26 Jun 2006 it looks like Lowell Gilbert composed: > Migs <[EMAIL PROTECTED]> writes: > > > I've already looked around and found that dd will work on cd's only if > > the bs=2k argument is present. > > > > However, ive tried it both without (before knowing this) and with the > > argument,

Re: iwi-firmware

2006-06-26 Thread Erik Nørgaard
Lowell Gilbert wrote: > "Derrick Ryalls" <[EMAIL PROTECTED]> writes: > >> Prior to updating to 6.1, my Intel 2200 BG worked fairly well using >> iwi-firmware and wpa_supplicant. Now, the firmware fails to load so I >> cannot connect. I did some searching and some people recommend >> installing i

Re: dd wont work

2006-06-26 Thread Migs
Lowell Gilbert wrote: > Migs <[EMAIL PROTECTED]> writes: > > >> I've already looked around and found that dd will work on cd's only if >> the bs=2k argument is present. >> >> However, ive tried it both without (before knowing this) and with the >> argument, but I still cant pick up an image of t

Re: Learn more about ld-elf and FreeBSD

2006-06-26 Thread Corey Brune
What kind of questions do you have? On 6/23/06, swygue <[EMAIL PROTECTED]> wrote: Corey, Thanks for your help, /usr/local/pgsql/lib/ permission was: 2 drwx-- 2 root wheel I changed it to pgsql:pgsql, and it work's. Where can I find more information about shared library objects ? I r

Re: libpthread.so.1

2006-06-26 Thread Corey Brune
libpthread should not be in the ports. It should reside under /usr/lib. Do an 'ls /usr/lib/libpthread*' and see what it returns. Also, try 'locate libpthread.so.1' On 6/25/06, Saifi <[EMAIL PROTECTED]> wrote: Hi: Trying to install and configure java jdk and jre on FreeBSD 6.1 The installati

Re: place to obtain 4.11 install ISOs

2006-06-26 Thread D G Teed
I was looking for something under: ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/4.11-RELEASE i didn't see the little ISO-IMAGES listed in the folder above that after 6.0. That is what happens when viewing this from seamonkey, it is easier to notice stuff at the top than a

Re: libpthread.so.1

2006-06-26 Thread Lowell Gilbert
"Saifi" <[EMAIL PROTECTED]> writes: > Hi: > > Trying to install and configure java jdk and jre on FreeBSD 6.1 > > The installation of both the .tgz packages was successful. > > However, on executing the interpreter, 'java' the following error is > displayed. > /libexec/ld-elf.so.1: Shared object

Re: iwi-firmware

2006-06-26 Thread Lowell Gilbert
"Derrick Ryalls" <[EMAIL PROTECTED]> writes: > Prior to updating to 6.1, my Intel 2200 BG worked fairly well using > iwi-firmware and wpa_supplicant. Now, the firmware fails to load so I > cannot connect. I did some searching and some people recommend > installing iwi-firmware-kmod. When I try

Re: Need urgent help to get Sendmail running again

2006-06-26 Thread Kevin Kinsey
Andreas Widerøe Andersen wrote: Hi, I had a recent downtime on the mailserver I'm running due to remote location and trouble with upgrading FreeBSD. I upgraded from 4.7 STABLE to the latest 4.11 with complete make world and new kernel, at first the machine didn't come back up again due to a di

Re: dd wont work

2006-06-26 Thread Lowell Gilbert
Migs <[EMAIL PROTECTED]> writes: > I've already looked around and found that dd will work on cd's only if > the bs=2k argument is present. > > However, ive tried it both without (before knowing this) and with the > argument, but I still cant pick up an image of the cd. > > I know that this should

Re: Opinions Wanted: Dell PowerEdge Servers ... ?

2006-06-26 Thread Jerry McAllister
> > Mike Galvez wrote: > [ ... ] > > No small thing you need to consider when choosing Dell is that they DO NOT > > support > > FreeBSD. They support Windows and Red Hat Linux. If the machine is not > > lights-out > > and the OS is not one of the above, they will not send parts or a > > technic

Re: need driver for wlan-adapter

2006-06-26 Thread Shantanoo Mahajan
Cc'ing to questions- instead of drivers list. +++ Pontus Falk [freebsd] [26-06-06 12:23 +0200]: | | So, i have just d/l'ed 6.1, am about to install it any minute now, but | the only internet connection i have right now is via a | usb-wlan-adapter, which i can't find in the supported list. |

vgetty Help

2006-06-26 Thread Robert McIntosh
Hi, I'm running into problems getting vgetty to function as an answering machine. I've got a Creative ModemBlaster V.92 Serial DE5621 on /dev/cuaa1 I'll call my number and the modem simply does not pick up. I the modem reports to be a voice modem from minicom, so I know it has this capabili

Re: place to obtain 4.11 install ISOs

2006-06-26 Thread Andy Reitz
On Sun, 25 Jun 2006, D G Teed wrote: > Hi, > > I cannot locate 4.11 installer CD ISOs. The mirror says they > are moved to the archive FTP site, but they are not in that > site, at least not as an ISO. > > Anyone have a hint/tip? Actually, the I believe that the ISOs are stored on the archive FT

Re: Opinions Wanted: Dell PowerEdge Servers ... ?

2006-06-26 Thread Alex Zbyslaw
Mike Galvez wrote: No small thing you need to consider when choosing Dell is that they DO NOT support FreeBSD. They support Windows and Red Hat Linux. If the machine is not lights-out and the OS is not one of the above, they will not send parts or a technician. I found this out the hard way a

Re: Opinions Wanted: Dell PowerEdge Servers ... ?

2006-06-26 Thread David Kelly
On Mon, Jun 26, 2006 at 10:31:06AM -0700, Gayn Winters wrote: > > I suggest a small slice with Red Hat or Fedora on any Dell Server that > runs FreeBSD. As Chuck suggests, downloading the diagnostics for your > machine in advance is good advice. I've found Dell's Linux support team > is helpful,

RE: Opinions Wanted: Dell PowerEdge Servers ... ?

2006-06-26 Thread Gayn Winters
> [mailto:[EMAIL PROTECTED] On Behalf Of Chuck Swiger > Sent: Monday, June 26, 2006 7:57 AM > To: Mike Galvez > Cc: freebsd-questions@freebsd.org > Subject: Re: Opinions Wanted: Dell PowerEdge Servers ... ? > > > Mike Galvez wrote: > [ ... ] > > No small thing you need to consider when choosing D

Re: Dual DVI, PCI-Express, xorg and FreeBSD

2006-06-26 Thread Paul Schmehl
Kelsey Cummings wrote: Can anyone recommend a PCI Express graphics card with functional dual DVI output on FreeBSD for use with X to drive a pair of 1600x1200 displays? I don't care at all about 3d performance. Just something that works. Mine is working fine - Radeon X300 (RV370) 5B60 (PCIE)"

Re: Opinions Wanted: Dell PowerEdge Servers ... ?

2006-06-26 Thread Paul Schmehl
Greg Barniskis wrote: Chuck Swiger wrote: Second that. They're not as good as in the past, but we have had hardware assistance on a FreeBSD-driven server on the condition of proving hardware fault using Dell's own bootable diagnostics. Also, it seems like "YMMV" definitely applies to Dell, g

postfix+mysql not working with amavisd-new

2006-06-26 Thread Kyrre Nygard
Hello! Sorry if this is a bit off topic ... It appears that postfix won't use my mysql setup whenever amavisd-new is around. Does anyone know what to do? Thanks, Kyrre # tail /var/log/maillog amavis[46670]: (46670-02) Blocked TEMPFAIL, [80.201.214.30] <[EMAIL PROTECTED]> -> <[EMAIL PROT

Dual DVI, PCI-Express, xorg and FreeBSD

2006-06-26 Thread Kelsey Cummings
Can anyone recommend a PCI Express graphics card with functional dual DVI output on FreeBSD for use with X to drive a pair of 1600x1200 displays? I don't care at all about 3d performance. Just something that works. -K ___ freebsd-questions@freebsd.org

Re: Opinions Wanted: Dell PowerEdge Servers ... ?

2006-06-26 Thread Joao Barros
On 6/26/06, Mike Galvez <[EMAIL PROTECTED]> wrote: My problem was with my backup server being FreeBSD and running AMANDA. The Powervault autoloader was generating SCSI errors. After I setup AMANDA on Linux and got the same errors, they were willing to replace the Powervault autoloader. With t

Re: Opinions Wanted: Dell PowerEdge Servers ... ?

2006-06-26 Thread Mike Galvez
On Mon, Jun 26, 2006 at 11:24:54AM -0400, Jerry McAllister wrote: > > > > Mike Galvez wrote: > > [ ... ] > > > No small thing you need to consider when choosing Dell is that they DO > > > NOT support > > > FreeBSD. They support Windows and Red Hat Linux. If the machine is not > > > lights-out >

Re: Monitoring Server Health

2006-06-26 Thread Derek Ragona
I use bigsister, which is in the ports. Bigsister trys to use snmp and to be non-invasive. However, any monitoring comes with some overhead. On the good side bigsister is cross-platform and can be used on Windows servers as well as FreeBSD (and other 'NIXs too.)Bigsister can be configure

Re: Need urgent help to get Sendmail running again

2006-06-26 Thread Derek Ragona
You email didn't state if you rebuilt sendmail too, when you rebuilt world. This is an option in /etc/make.conf. The current sendmail is 8.13.7 so you may not have rebuilt sendmail. The logs show that you are not able to authenticate to localhost, but your email didn't state how you have sen

Re: Opinions Wanted: Dell PowerEdge Servers ... ?

2006-06-26 Thread David Robillard
I'm currently weighing options ... my last two servers were HP Proliant, and I *really* like them, but I might have a line on a supplier in Panama that deals in Dell Servers and not HP ... Looking at Dell's web site, the PowerEdge has an optional "Remote Access Controller" that will it *sounds* l

Re: Opinions Wanted: Dell PowerEdge Servers ... ?

2006-06-26 Thread Greg Barniskis
Chuck Swiger wrote: I've heard that Dells tech support isn't as helpful as it used to be, but I've had them replace a CD-ROM drive and a 4mm DAT tape backup on Dell machines dedicated to FreeBSD without any problems. Try running the diagnostic CD or floppy that came with the machine? (Or can

Re: Keyspan USBSerial not recognizing!

2006-06-26 Thread Atom Powers
I have a similar device. How are you trying to use it, ie what commands? On 6/25/06, Remington <[EMAIL PROTECTED]> wrote: I just bought a Keyspan USB2Serial Adapter(Part No #USA-19HS), and when I plug it in all I get is: ugen0: Keyspan, a division of InnoSys Inc. Keyspan USA-19H, rev 1.10/1.00,

Re: Hot-Swapping hard drives on Dell PowerEdge 2850 running FBSD 5.5-PRE

2006-06-26 Thread Scott Mitchell
On Mon, Jun 26, 2006 at 01:54:14PM +0100, Joao Barros wrote: > On 6/26/06, Scott Mitchell <[EMAIL PROTECTED]> wrote: > >Yeah, megarc does have possibly the worst interface I've seen in quite a > >long time. Allegedly the Linux monitoring tools for these adapters will > >work with 6.1, although I h

Need urgent help to get Sendmail running again

2006-06-26 Thread Andreas Widerøe Andersen
Hi, I had a recent downtime on the mailserver I'm running due to remote location and trouble with upgrading FreeBSD. I upgraded from 4.7 STABLE to the latest 4.11 with complete make world and new kernel, at first the machine didn't come back up again due to a disk error, but now it's online again.

Re: CUPS, USB printers & "Permission Denied"

2006-06-26 Thread Sergey Akifyev
On вс, 2006-06-25 at 23:32 -0400, John Nielsen wrote: > On Sunday 25 June 2006 20:04, Anthony Agelastos wrote: > > On Jun 25, 2006, at 7:35 PM, John Nielsen wrote: > > > On Sunday 25 June 2006 19:28, Anthony Agelastos wrote: > > >> I updated CUPS and I cannot print to my USB laser printer. The web

Re: Problem after update to 6.1

2006-06-26 Thread Martin Schweizer
Hello Lowell Am Mon, Jun 26, 2006 at 08:25:34AM -0400 Lowell Gilbert schrieb: > Martin Schweizer <[EMAIL PROTECTED]> writes: > > > Since I updated 5.4R to 6.1R I get the following messages after reboot: > > > > [snip] > > Starting sshd. > > Starting cyrus_imapd. > > Starting sendmail. > > Startin

Re: Opinions Wanted: Dell PowerEdge Servers ... ?

2006-06-26 Thread Chuck Swiger
Mike Galvez wrote: [ ... ] No small thing you need to consider when choosing Dell is that they DO NOT support FreeBSD. They support Windows and Red Hat Linux. If the machine is not lights-out and the OS is not one of the above, they will not send parts or a technician. I found this out the har

Re: CUPS, USB printers & "Permission Denied"

2006-06-26 Thread John Nielsen
On Monday 26 June 2006 00:15, Micah wrote: > John Nielsen wrote: > > On Sunday 25 June 2006 20:04, Anthony Agelastos wrote: > >> On Jun 25, 2006, at 7:35 PM, John Nielsen wrote: > >>> On Sunday 25 June 2006 19:28, Anthony Agelastos wrote: > I updated CUPS and I cannot print to my USB laser pri

Re: Opinions Wanted: Dell PowerEdge Servers ... ?

2006-06-26 Thread Mike Galvez
On Sat, Jun 24, 2006 at 10:03:42PM -0300, Marc G. Fournier wrote: > > I'm currently weighing options ... my last two servers were HP Proliant, > and I *really* like them, but I might have a line on a supplier in Panama > that deals in Dell Servers and not HP ... > > Looking at Dell's web site,

rndc reload: connection to remote host closed

2006-06-26 Thread Kyrre Nygard
Hello! I just tried reloading my nameserver after adding a new domain. Then this happened: # rndc reload rndc: connection to remote host closed This may indicate that the remote server is using an older version of the command protocol, this host is not authorized to connect, or the key is inva

Re: Regarding Fujitsu Siemens Primergy RX220 AMD64.

2006-06-26 Thread Lowell Gilbert
Mattias Björk <[EMAIL PROTECTED]> writes: > Hi List members, > > Have recently acquired me an "Fujitsu Siemens Primergy RX220 AMD64". > Everything works fine except one thing, the build in dual broadcom > 5780 NIC. I see that 6.1 does not support that hardware according to > http://www.freebsd.org

Re: Glib1 vs Glib2

2006-06-26 Thread Norberto Meijome
On Mon, 26 Jun 2006 08:04:36 -0400 Lowell Gilbert <[EMAIL PROTECTED]> wrote: > > Is the only alternative to uninstall glib2. while i'm building pkgs that > > need glib1 ? > > They should co-exist just fine; I've never had problems with it. > > Did you, perhaps, miss an update step at some point

Re: Serial Communication

2006-06-26 Thread bc
The -f option works ok if located directly after 'stty'. In Windows ( not necessarily bragging here at all) I just set com1 to 2400, 8, N, 1 with no flow control. I just need to trouble shoot further and sort through the many serial options now. Thanks for getting me started in the right direc

Re: Hot-Swapping hard drives on Dell PowerEdge 2850 running FBSD 5.5-PRE

2006-06-26 Thread Joao Barros
On 6/26/06, Scott Mitchell <[EMAIL PROTECTED]> wrote: Yeah, megarc does have possibly the worst interface I've seen in quite a long time. Allegedly the Linux monitoring tools for these adapters will work with 6.1, although I haven't tried this myself yet. Yes, I think it was Doug Ambrisko who

Re: Problem after update to 6.1

2006-06-26 Thread Lowell Gilbert
Martin Schweizer <[EMAIL PROTECTED]> writes: > Since I updated 5.4R to 6.1R I get the following messages after reboot: > > [snip] > Starting sshd. > Starting cyrus_imapd. > Starting sendmail. > Starting cron. > Local package initialization: apcupsd. > Additional TCP options:. > Starting default mo

Re: Error Message with Procmail

2006-06-26 Thread Lowell Gilbert
"Gerard E. Seibert" <[EMAIL PROTECTED]> writes: > I just installed 'procmail' onto my FSBD 6.1 stable system. The > following error message keeps appearing on screen at what appears > random intervals. This one appeared as I booted up the system. > > Jun 24 11:41:14 seibercom procmail[749]: defaul

Re: Glib1 vs Glib2

2006-06-26 Thread Lowell Gilbert
Norberto Meijome <[EMAIL PROTECTED]> writes: > hi all, > I am having some problems when installing ports that use GLIB 1.x , and I > *also* have glib 2.x installed. I have, of course, packages that need 2.x. > > when building the pkgs that need glib 1.x (pretty much any package) i get: > [] >

Re: mpd simultaneous connection limited to 2 (VPN connectio limit)

2006-06-26 Thread Nikos Vassiliadis
On Monday 26 June 2006 13:31, Ertan Küçükoglu wrote: > On 6/26/06, Nikos Vassiliadis <[EMAIL PROTECTED]> wrote: > > On Monday 26 June 2006 12:09, Ertan Küçükoglu wrote: > > > Hello, > > > > > > I had the problem of VPN connection limit. I want to have 10-20 VPN > > > connections at the same time. H

MPx220 and FreeBSD

2006-06-26 Thread Andrey Slusar
Hello! I have the Motorola MPx220 windows 2003 SE smartphone. I need soft for upload files to this phone. Please, recommend me it's soft. Thanks! ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: place to obtain 4.11 install ISOs

2006-06-26 Thread D G Teed
Thanks for the link. The answer is standardization. When you have 16 of them, people don't like 4 different versions in use. --Donald On 6/26/06, Nikolas Britton <[EMAIL PROTECTED]> wrote: On 6/25/06, D G Teed <[EMAIL PROTECTED]> wrote: > Hi, > > I cannot locate 4.11 installer CD ISOs. The m

Re: Hot-Swapping hard drives on Dell PowerEdge 2850 running FBSD 5.5-PRE

2006-06-26 Thread Scott Mitchell
On Mon, Jun 26, 2006 at 11:32:18AM +0100, Alex Zbyslaw wrote: > Joao Barros wrote: > > > > >Contrary to what megarc says, it's -h not -? for help. > >Hope this helps. > > > ? is special to the shell so you need to escape it with a \. > > h does not produce the same output for me - it's just treat

Re: Hot-Swapping hard drives on Dell PowerEdge 2850 running FBSD 5.5-PRE

2006-06-26 Thread Joao Barros
On 6/26/06, Alex Zbyslaw <[EMAIL PROTECTED]> wrote: Joao Barros wrote: > > Contrary to what megarc says, it's -h not -? for help. > Hope this helps. > ? is special to the shell so you need to escape it with a \. h does not produce the same output for me - it's just treated as an unknown command

Need help restoring from filesystem failure

2006-06-26 Thread Maxim Vetrov
Hi to all, I'm running 6.1 release compiled from source. For a half of june it run smoothly. But then somehow I got a filesystem crash - it just refused to start after reaching fstab mounts, saying that fs (/data) was not properly dismounted: ... WARNING: /data was not properly dismounted /da

Re: help with 'tar|rsh tar'

2006-06-26 Thread Alex Zbyslaw
Nikolas Britton wrote: I need to backup the /data directory on hostA to /data on hostB, about 1TB of data on a gigabit link. Right now I'm using scp but the handshake latency and ssh overhead is killing me. Try openssh-portable from ports and set these two: HPN "Enab

Re: Hot-Swapping hard drives on Dell PowerEdge 2850 running FBSD 5.5-PRE

2006-06-26 Thread Alex Zbyslaw
Joao Barros wrote: Contrary to what megarc says, it's -h not -? for help. Hope this helps. ? is special to the shell so you need to escape it with a \. h does not produce the same output for me - it's just treated as an unknown command. It also doesn't work as a param to commands, but help

Re: mpd simultaneous connection limited to 2 (VPN connectio limit)

2006-06-26 Thread Ertan Küçükoglu
On 6/26/06, Nikos Vassiliadis <[EMAIL PROTECTED]> wrote: On Monday 26 June 2006 12:09, Ertan Küçükoglu wrote: > Hello, > > I had the problem of VPN connection limit. I want to have 10-20 VPN > connections at the same time. However, only 2 connections can be made. > 3rd person wait for somebody to

Re: Hot-Swapping hard drives on Dell PowerEdge 2850 running FBSD 5.5-PRE

2006-06-26 Thread Alex Zbyslaw
Alex Franks wrote: Sadly, amrstat-20060414 doesn't build on FBSD 6.0 or earlier (or so says the error msg I get when trying to build it). I've got megarc installed but have no idea how to use it and no man page was included with the port. Anyone more familiar with this utility? Type # megarc

Re: mpd simultaneous connection limited to 2 (VPN connectio limit)

2006-06-26 Thread Nikos Vassiliadis
On Monday 26 June 2006 12:09, Ertan Küçükoglu wrote: > Hello, > > I had the problem of VPN connection limit. I want to have 10-20 VPN > connections at the same time. However, only 2 connections can be made. > 3rd person wait for somebody to logout. > > I use mpd from the ports. There are 20 differe

Re: which options/files/chunks of the kernel source define xpt_done and xpt_release?

2006-06-26 Thread Jim Stapleton
Thank you, -Jim Stapleton On 6/25/06, Dan Nelson <[EMAIL PROTECTED]> wrote: In the last episode (Jun 25), Jim Stapleton said: > I am trying to work on some stuff, and it references those functions, > but I can't seem to find where they are in the kernel. xpt_done and a lot of xpt_release_* fun

mpd simultaneous connection limited to 2 (VPN connectio limit)

2006-06-26 Thread Ertan Küçükoglu
Hello, I had the problem of VPN connection limit. I want to have 10-20 VPN connections at the same time. However, only 2 connections can be made. 3rd person wait for somebody to logout. I use mpd from the ports. There are 20 different netgraph connections defined in mpd.conf and mpd.links file a

USB Keyboards (media keys)

2006-06-26 Thread Jeff Molofee
I'm sure this has been asked before, but I'd love to know the answer :) I have a Saitek USB keyboard. It has just 3 additional media keys. I have tried xev, xkeybind, etc and can not get a response from any of the keys. Aside from these three keys returning nothing at all, the keyboard works f