Re: How to safty unplug a USB Stick

2005-12-20 Thread Dinesh Nair
On 12/20/05 07:44 Thomas Linton said the following: Besides umount, to keep the FS consistant, I belive it would be necessary to actually turn off the USB stick before you remove it. With Windows and Linux there is also a way to safety remove -power off- a USB stick. i've just unmounted and

Possible solution to lockups on FreeBSD 6?

2005-12-20 Thread Luke Dean
In my ongoing quest to figure out why my machine keeps locking up since I upgraded from 5.4 to 6.0, I came across this interesting passage in man (5) pf.conf: BUGS Due to a lock order reversal (LOR) with the socket layer, the use of the group and user filter parameter in conjuction with

How native is the native JDK14?

2005-12-20 Thread Foo Ji-Haw
Hi all, I am still compiling the /usr/port/java/jdk14/, which I think is the native Java implementation. But as I see the compiling going on, I read a couple of lines saying that they are going to turn on linux binary compatibility. My question is: did they turn it on just for the purpose of

Re: How native is the native JDK14?

2005-12-20 Thread Erik Norgaard
Foo Ji-Haw wrote: My question is: did they turn it on just for the purpose of the compilation, or is jdk14/ not a real native implementation? The linux stuff is required for the first compilation because to compile java you need java. You can deinstall the linux packages after java is

Re: Problem with install GCC4.2

2005-12-20 Thread Dimitar Vasilev
Stop in /usr/ports/lang/gcc42. --- Sorry for big log, but I do not know what I need to send. What I need to do? 2. I update src and ports throught cvsup. Please explain me, how I can update may system to FreeBSD 6.0 Stable? What I

Installing mysql 5 with linuxthreads from ports

2005-12-20 Thread Valerio daelli
Hi I have problem installing mysql 50 on FreeBSD 5.4. I am trying to install it with linuxthreads and I keep getting these errors: $ cd /usr/ports/databases/mysql50-server $ make -DWITH_LINUXTHREADS -DDATA_DIR=/data/mysql CONFIGURE_ARGS=--without-debug --without-readline \

Re: Running qmail

2005-12-20 Thread Gojyo
I manually started qmail-smtp. However, even if it's running, it doesn't listen on any socket. I think I'm missing something, but what? Is there some other thing that should I do? ___ freebsd-questions@freebsd.org mailing list

Re: Recursive ACLs commands

2005-12-20 Thread Igor Robul
On Sat, Dec 17, 2005 at 10:08:01AM -0500, bazzoola wrote: Greetings, I was just wondering if I can set or lists acls recursively on specific directories ? I couldn't find the usual '-R' option for setfacl Is there another way to do this? find . -type f -exec setfacl -m xxx {} \; or

Re: Running qmail

2005-12-20 Thread Giorgos Keramidas
On 2005-12-20 12:01, Gojyo [EMAIL PROTECTED] wrote: I manually started qmail-smtp. However, even if it's running, it doesn't listen on any socket. Please quote the original message when you reply. I usually reply to 50-100 messages every day and this does *not* include the work-related email

Re: Running qmail

2005-12-20 Thread Svein Halvor Halvorsen
On 12/20/05, Gojyo [EMAIL PROTECTED] wrote: I manually started qmail-smtp. However, even if it's running, it doesn't listen on any socket. I think I'm missing something, but what? Is there some other thing that should I do? I don't think qmail-smtpd is listening on any socket, but rather on

Intel 855 AGP blues

2005-12-20 Thread Svein Halvor Halvorsen
I've got agp in my kernel, but get no /dev/agpgart device, and hence no xvideo in xorg. No trace of agp in my dmesg (neither in verbose mode). I recompiled my kernel from RELENG_6 today, but to no avail. I've asked this question before also, but got no replies. I can seem to find any traces of it

php5-mbstring (5.1.1) compile error on amd64 r5.4

2005-12-20 Thread Feczak Szabolcs
Hi everyone, yesterday I wanted to upgrade the ports. I cvsupped and run portupgrade. Today I have realized that the mbstring extension is out of order. After some investigation I found that even though in the /usr/ports/lang/php5/Makefile I read PORTVERSION= 5.1.1, /usr/ports$ make search

Re: Fine-tuning access

2005-12-20 Thread Michael P. Soulier
On 12/19/05, Daniel A. [EMAIL PROTECTED] wrote: I've thought a possible solution for this: Adding the www user to all my users groups, thus enabling the www user to read all files chmodded with read permissions for group. Are there any drawbacks of this solution? Is there a better solution

Re: How to safty unplug a USB Stick

2005-12-20 Thread Thomas Linton
I don't have FS problems. After a umount the USB stick has still the Power LED on. Under Linux an eject turns the Power LED off. I tried /usr/ports/sysutils/eject without success (freeBSD 5.4) I went a little bit through the source of an linux eject and the *BSD eject. The Linux Verion is using

Can you run Xen on FreeBSD?

2005-12-20 Thread Kevin Crenshaw
Xen supports installation on Red Hat and Suse Linux. Does this mean that Xen will run on FreeBSD using linux binary compatibility? Does anyone have a recommendation for Virtualization software to run on FreeBSD? Kevin ___

how to create device files in FreeBSD 6

2005-12-20 Thread c.s.prakash
hai, i have an external modem connected to serial port, i cant find any deivce /dev/cuaa0 for serial port to connect, and i cant able to create using mknod in /dev/ directory but i it is possible in other directory, i did this as root. how can i create the device uing devfs,

Re: how to create device files in FreeBSD 6

2005-12-20 Thread Erik Norgaard
c.s.prakash wrote: i have an external modem connected to serial port, i cant find any deivce /dev/cuaa0 for serial port to connect, and i cant able to create using mknod in /dev/ directory but i it is possible in other directory, i did this as root. how can i create the device uing devfs,

Re: Multiple server monitoring with HPs iLO ... ?

2005-12-20 Thread Ian Lord
At 20:33 2005-12-19, Marc G. Fournier wrote: On Mon, 19 Dec 2005, lars wrote: But for the SSH bit of iLO, I just logged into one of our servers. It has an SSH interface. The iLO command line is a bit odd, but usable. So remotely power cycling or marking a server from a Unix box is doable.

Re: Multiple server monitoring with HPs iLO ... ?

2005-12-20 Thread Ian Lord
At 20:33 2005-12-19, Marc G. Fournier wrote: On Mon, 19 Dec 2005, lars wrote: But for the SSH bit of iLO, I just logged into one of our servers. It has an SSH interface. The iLO command line is a bit odd, but usable. So remotely power cycling or marking a server from a Unix box is doable.

Re: how to create device files in FreeBSD 6

2005-12-20 Thread Bob Johnson
On 12/20/05, Erik Norgaard [EMAIL PROTECTED] wrote: c.s.prakash wrote: i have an external modem connected to serial port, i cant find any deivce /dev/cuaa0 for serial port to connect, and i cant able to create using mknod in /dev/ directory but i it is possible in other directory, i did

Re: unmounting USB key (sorry, lost the original title)

2005-12-20 Thread Thomas Linton
I tried the same thing, but the LED stays on; my laptop IBM TP43 has dual-boot with WinXP and under WinXP it is possible to safety remove (turn off) the USB stick. On my previous laptop IBM TP42 with Fedora Core 1 an eject was able to Power Off the USB Stick (LED off). Update from Micah is

Bricked my machine, HELP

2005-12-20 Thread Tuc at T-B-O-H
Hi, I was trying to upgrade from 4.X to 5.4 and I bricked my laptop... When it boots, the last thing I see is : atapci0: Intel PIIX4 UDMA33 controller port 0x376,0x170-0x177,0x3f6,0x1f0-0x1f 7 at device 5.1 on pci0 atapci0: Lazy allocation of 0x10 bytes rid 0x20 type 4 at 0

Linux Realplayer

2005-12-20 Thread James Bailie
For all those folks out there who could not get the standalone helix realplayer to display menu text or button images, or who had the acrobat plugin recognized by Firefox but not working, I have found installing the latest linux-pango and linux-gtk fixed things on my system. Since the

Hardware supported

2005-12-20 Thread Aguiar Magalhaes
Hi list, I´d like to known if the external tape drive DAT USB 2.0 (HP or other) is supported in FreeBSD 6.0 AMD64 bits I couldn´t get any information about it Could you help me ? Thanks Aguiar ___

Re: Courier and postfix

2005-12-20 Thread Igor Robul
On Sat, Dec 17, 2005 at 01:28:43AM +0300, Playnet wrote: Hello freebsd-questions, How i can install subj? Or i need use Exim? I have LDAP server and userlist within. What better for auth via LDAP and good work? Postfix + ... (cyrus?) or Exim + ... (courier?) ? Personaly I use

db_dump185 Utility?

2005-12-20 Thread Drew Tomlinson
I suspect I have a corrupted bayes token database for SpamAssassin. ‘file’ says it’s a Berkeley DB 1.85 hash file. I googled for ways to repair it and came across many references to a man page for the db_dump utility. I don’t seem to have this on my system. The man page states that db_dump is

Re: Linux Realplayer

2005-12-20 Thread James Bailie
James Bailie wrote: The mystery for me, was where the older version of the library came from. I originally tried to portupgrade linux-gtk2, but it told me that port wasn't installed. It occurs to me, it was probably installed by sysinstall when I installed 5.x from scratch in the summer.

fwe driver under 6.0-RELEASE

2005-12-20 Thread Jonathon McKitrick
Hey guys, I just got a new laptop, and I'm trying to get the onboard ethernet over firewire to work so I can download the iwi driver. :-) I can't seem to ping anything, even the router, after bringing up fwe0. Are there any tricks to this I need to be aware of? jm --

Occasional console freezing in 6.0-stable

2005-12-20 Thread Neal Rigney
I previously sent out a query about a graid3 volume causing my system to lock hard, but there's now a new wrinkle: I removed the graid3 volume from my system, and am attempting to copy data off to a NFS mount. The NFS mount is connected via a GigE connection. The GigE card is a re(4)-based

nslookup strangeness

2005-12-20 Thread doug
I was using nslookup because of its convenient syntax to do some stuff. My workstation communicates via a gateway which also severs as its name server. I get the following: nslookup *** Can't find server name for address 192.168.3.1: Non-existent host/domain *** Can't find server name for

Re: Multiple server monitoring with HPs iLO ... ?

2005-12-20 Thread lars
Hi, we have a bunch of Hp servers in our server room. The ilo card (standard or upgraded) doesnt support ssh. It's a web based device. In fact, you don't need the advanced feature unless you want graphical view of your server or if you want to mounth isos in the virtual cdrom. I think you

Re: Multiple server monitoring with HPs iLO ... ?

2005-12-20 Thread Ian Lord
At 13:18 2005-12-20, lars wrote: Hi, we have a bunch of Hp servers in our server room. The ilo card (standard or upgraded) doesnt support ssh. It's a web based device. In fact, you don't need the advanced feature unless you want graphical view of your server or if you want to mounth isos in the

RE: Polling For 100 mbps Connections? (Was Re: Freebsd Theme Song)

2005-12-20 Thread Danial Thom
LOL. Trying to dig ditches with ice cream sticks boys? --- Ted Mittelstaedt [EMAIL PROTECTED] wrote: Sasa, Try this ping flooder then: http://my-security.net/outofsite/ICMP%20Ping%20Flood.zip Ted -Original Message- From: Sasa Stupar [mailto:[EMAIL PROTECTED] Sent:

RE: nslookup strangeness

2005-12-20 Thread Ruben Bloemgarten
Hi Douglas, If you are using dns relay on your gateway why would you want to use named ? Also, it might be an idea to put the dns server ( i.e. the gateway) in your resolv.conf. Furthermore, neither your hosts ip4 ip (192.168.3.1) nor your non existant ip6 ip (:::) should be able to be resolved,

Re: network monitoring tool

2005-12-20 Thread Peter
--- Imran Imtiaz [EMAIL PROTECTED] wrote: can anyone tell me which is the best network monitoring tool for unix which can tell me that from which ip the traffic is comming and the type of traffic and in which i can give a criteria like today which ip has downloaded how much amount of data. I

Re: Multiple server monitoring with HPs iLO ... ?

2005-12-20 Thread lars
Hmmm I just tried a bunch of my servers: G1 servers are accepting telnet, but not ssh G3 servers are accepting neither Connecting with telnet only gives me the status of the server (up or down) But I don't have G2 neither G4 servers perhaps it's a new feature of G4 servers... I couldn't say,

Re: New to FreeBSD, need some questions answered

2005-12-20 Thread Andrew Falanga
You mean you got through the install and when you were asked on which slice you wanted to install FreeBSD you were only offered the choice of the SATA drive? If you have a working FreeBSD system, what does dmesg say? What does fdisk (from inside FreeBSD) say? They both only see the SATA

Re: How to Safely unplug USB stick

2005-12-20 Thread Daniel Gonzalez
I went a little bit through the source of an linux eject and the *BSD eject. The Linux Verion is using cdrom.h and *BSD cdio.h. I think that both eject's are actually doing the same (*BSD: ioctl(fd,CDIOEJECT); Linux ioctl (fd,CDROMEJECT)). I'm not a kernel/driver programmer, but I think the

Re: fwe driver under 6.0-RELEASE

2005-12-20 Thread Brooks Davis
On Tue, Dec 20, 2005 at 05:21:06PM +, Jonathon McKitrick wrote: Hey guys, I just got a new laptop, and I'm trying to get the onboard ethernet over firewire to work so I can download the iwi driver. :-) I can't seem to ping anything, even the router, after bringing up fwe0. Are there

Re: Courier and postfix

2005-12-20 Thread Scott Smith
I am running Postfix and Courier IMAP without problems. I had some trouble with my delivery agent because the latest versions of maildrop don't seem to support mysql, but I'm not using it anymore. Scott Igor Robul wrote: On Sat, Dec 17, 2005 at 01:28:43AM +0300, Playnet wrote: Hello

Re: Hi,sos!

2005-12-20 Thread mattw
--- Your message has *not* been delivered! --- Hi, Thank you for attempting to contact Matt Wright at Matt's Script Archive. The email address you just attempted to use is no longer in service. It has been distributed over the internet for many years now and therefore receives an

Ntop on 6.0

2005-12-20 Thread Drew Tomlinson
I installed ntop 3.2_1 from the ports on a machine running FBSD 6.0. It appeared to install fine and seems OK when I start it. However whenever I try and access it via a browser, I just get a blank page. ntop reports the following warning: Tue Dec 20 14:20:58 2005 **WARNING** gzflush

Re: Ntop on 6.0

2005-12-20 Thread Kurt Buff
Drew Tomlinson wrote: I installed ntop 3.2_1 from the ports on a machine running FBSD 6.0. It appeared to install fine and seems OK when I start it. However whenever I try and access it via a browser, I just get a blank page. ntop reports the following warning: Tue Dec 20 14:20:58 2005

Re: I'm looking for school of freebsd in montreal

2005-12-20 Thread Aftab Jahan Subedar
Hey hey hey, Why not come n visit Bangladesh. plus get a free FreeBSD training, just for you.!!! Not joking.. For others US$499. + Free stay at my home. Aftab Jahan Subedar CEO/Software Engineer Subedar Technologies Subedar Baag Bibir Bagicha #1 North Jatrabari Dhaka 1204 Bangladesh

Re: Ntop on 6.0

2005-12-20 Thread Drew Tomlinson
On 12/20/2005 3:06 PM Kurt Buff wrote: Drew Tomlinson wrote: I installed ntop 3.2_1 from the ports on a machine running FBSD 6.0. It appeared to install fine and seems OK when I start it. However whenever I try and access it via a browser, I just get a blank page. ntop reports the

Re: Ntop on 6.0

2005-12-20 Thread Kurt Buff
Drew Tomlinson wrote: On 12/20/2005 3:06 PM Kurt Buff wrote: Drew Tomlinson wrote: I installed ntop 3.2_1 from the ports on a machine running FBSD 6.0. It appeared to install fine and seems OK when I start it. However whenever I try and access it via a browser, I just get a blank page.

Re: Ntop on 6.0

2005-12-20 Thread Drew Tomlinson
On 12/20/2005 3:55 PM Kurt Buff wrote: Drew Tomlinson wrote: On 12/20/2005 3:06 PM Kurt Buff wrote: Drew Tomlinson wrote: I installed ntop 3.2_1 from the ports on a machine running FBSD 6.0. It appeared to install fine and seems OK when I start it. However whenever I try

php port using pear to get PEAR_Frontend_Web

2005-12-20 Thread Robert Fitzpatrick
Can't seem to get this pear package to install, others install OK. Does anyone know of an issue with the php port that could cause this? Not sure about segmentation fault, I also see this on successfully installed package. According to the PEAR site, there is no 0.5 version. esmtp# pear install

Re: Ntop on 6.0

2005-12-20 Thread Kurt Buff
Drew Tomlinson wrote: Been Googling all day and I've seen those posts. However I just realized it was you. :) Well, not *just* me. :) I just edited the Makefile to add --without-zlib and am recompiling now. We'll see if that works around this problem for now. But I'd sure like to know

New host and apache?

2005-12-20 Thread Daniel A.
Just yesterday, I decided that I would move over my domain to use it with my home server. So I did all the DNS-related stuff, and it worked fine. But, to change the host on the server was not so easy. After doing this: hostname shizlit.info edit /etc/hosts to reflect changes --snip etc/hosts--

Re: Video / Audio Capture Framework in FreeBSD ?

2005-12-20 Thread Nikolas Britton
On 12/19/05, Roshan [EMAIL PROTECTED] wrote: Hello list. Does anyone know if there will be a Video / Audio capture framework that will be part of FreeBSD in the next few years ? I currently use the bktr device for image capture, but it would be nice if there was some kind of interface that

Re: getting an old server up to scratch...

2005-12-20 Thread Nikolas Britton
On 12/20/05, Jeff D. Hamann [EMAIL PROTECTED] wrote: I've been trying to build a new server and I've gotten to stage where I can start moving some of the data over from the old server. In the process I've decided to move my version control software from cvs to svn and have been using svn

Re: Can you run Xen on FreeBSD?

2005-12-20 Thread Nikolas Britton
On 12/20/05, Kevin Crenshaw [EMAIL PROTECTED] wrote: Xen supports installation on Red Hat and Suse Linux. Does this mean that Xen will run on FreeBSD using linux binary compatibility? Does anyone have a recommendation for Virtualization software to run on FreeBSD? I don't see why not, it's

Re: getting an old server up to scratch...

2005-12-20 Thread Giorgos Keramidas
On 2005-12-20 19:23, Nikolas Britton [EMAIL PROTECTED] wrote: On 12/20/05, Jeff D. Hamann [EMAIL PROTECTED] wrote: I've been trying to build a new server and I've gotten to stage where I can start moving some of the data over from the old server. In the process I've decided to move my version

RE: Can you run Xen on FreeBSD?

2005-12-20 Thread Kevin Crenshaw
Thanks for your reply. I'll look into it. Kevin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nikolas Britton Sent: Tuesday, December 20, 2005 8:28 PM To: Kevin Crenshaw Cc: freebsd-questions@freebsd.org Subject: Re: Can you run Xen on FreeBSD? On

Re: Hardware supported

2005-12-20 Thread Nikolas Britton
On 12/20/05, Aguiar Magalhaes [EMAIL PROTECTED] wrote: Hi list, I´d like to known if the external tape drive DAT USB 2.0 (HP or other) is supported in FreeBSD 6.0 AMD64 bits I couldn´t get any information about it USB?, Probably not. Check the hardware notes pages:

Re: Can you run Xen on FreeBSD?

2005-12-20 Thread Aaron Peterson
On 12/20/05, Aaron Peterson [EMAIL PROTECTED] wrote: On 12/20/05, Nikolas Britton [EMAIL PROTECTED] wrote: On 12/20/05, Kevin Crenshaw [EMAIL PROTECTED] wrote: Xen supports installation on Red Hat and Suse Linux. Does this mean that Xen will run on FreeBSD using linux binary

Re: Can you run Xen on FreeBSD?

2005-12-20 Thread Aaron Peterson
On 12/20/05, Aaron Peterson [EMAIL PROTECTED] wrote: On 12/20/05, Kevin Crenshaw [EMAIL PROTECTED] wrote: Thanks for your reply. I'll look into it. Kevin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nikolas Britton Sent: Tuesday,

Re: unmounting USB key (sorry, lost the original title)

2005-12-20 Thread Micah
Thomas Linton wrote: I tried the same thing, but the LED stays on; my laptop IBM TP43 has dual-boot with WinXP and under WinXP it is possible to safety remove (turn off) the USB stick. On my previous laptop IBM TP42 with Fedora Core 1 an eject was able to Power Off the USB Stick (LED off).

Re: Can you run Xen on FreeBSD?

2005-12-20 Thread Micah
Kevin Crenshaw wrote: Xen supports installation on Red Hat and Suse Linux. Does this mean that Xen will run on FreeBSD using linux binary compatibility? Does anyone have a recommendation for Virtualization software to run on FreeBSD? Kevin From what looks like their home page

HP Pavillion laptop can't boot FreeBSD

2005-12-20 Thread Derrick Ryalls
Greetings, I recently purchased an HP Pavillion laptop (dv8000) that has an AMD-64 CPU, with the intent on running FreeBSD 6.0 (i386) as a dual boot option. I have installed BSD numerous times on various desktops, but this is my first attempt on a laptop. When I boot off the CD, before the boot

Re: getting an old server up to scratch...

2005-12-20 Thread Jeff D. Hamann
This is the result after a cvsup attempt using the following cvsupfile: stimpy# cd /etc stimpy# cat cvsupfile *default host=cvsup5.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs *default tag=RELENG_4 *default delete use-rel-suffix *default compress src-all

Re: Can you run Xen on FreeBSD?

2005-12-20 Thread Nikolas Britton
On 12/20/05, Micah [EMAIL PROTECTED] wrote: Kevin Crenshaw wrote: Xen supports installation on Red Hat and Suse Linux. Does this mean that Xen will run on FreeBSD using linux binary compatibility? Does anyone have a recommendation for Virtualization software to run on FreeBSD? Kevin

FreeBSD on Intel SR1435VP2 Server

2005-12-20 Thread Skye Poier
Hi BSDers, I've been looking at buying an Intel SR1435VP2 1U server (se7320vp2 mobo) for my modest FreeBSD based ISP, it appears the chipset is fully supported (especially the 6300ESB onboard hotswap SATA RAID with management tools, most importantly) but I was just curious if anyone else is

Re: network monitoring tool

2005-12-20 Thread Deepak Naidu
You can try bandwidthd, iftop, iptraff applications which i used in Linux.. I hope u may get BSD equilavent of them Cheers, Deepak Naidu. Peter [EMAIL PROTECTED] wrote: --- Imran Imtiaz wrote: can anyone tell me which is the best network monitoring tool for unix which can tell me