Re: Nut and RAID on FreeBSD 7.0

2008-01-10 Thread Derek Ragona
At 06:51 PM 1/9/2008, Derrick Ryalls wrote: Greetings, I have a RAID fileserver plugged into a UPS and nut is able to communicate with it successfully. With the winds making the lights flicker, I started looking into having the computer shut down when power goes out for more than say 5 minutes

Re: mail from: field question

2008-01-10 Thread Jim Bow
Lowell Gilbert wrote: The answer will probably depend on the MTA you're using (which you didn't mention, so it's probably sendmail) You've guessed it. Its out-of-the-box sendmail. Run the script from the command line and in particular just call mail the way the script does. If I run the

Re: apache portupgrade conflicts with apr-db43

2008-01-10 Thread Volodymyr Kostyrko
Tankko пишет: Does anyone know the answer to this? I am stuck as to how to proceed? Rebuild subversion with apache support. That way you would not need separate apr package. -- Sphinx of black quartz judge my vow. ___

Re: mail from: field question

2008-01-10 Thread Mike Bristow
[ apologies to Jim Bow who gets this twice due to my fingers typing faster than my brain. ] On Thu, Jan 10, 2008 at 10:46:30AM +, Jim Bow wrote: If I run the script (or just send a mail) on the command line using sudo, then it's sent as me and not root. Same happens if I su to root first.

How to run GUI under root in FreeBSD?

2008-01-10 Thread Unga
Hi all I want to run ddd debugger under root. I ran following before become root: xhost localhost Under root: echo $DISPLAY :0.0 When I run ddd: Xlib: connection to :0.0 refused by server Xlib: No protocol specified Error: Can't open display: :0.0 What else I should do in FreeBSD? I'm

goffice fails to install

2008-01-10 Thread Ghirai
Hello list, I had gnumeric installed, and wanted to upgrade. portupgrade gnumeric failed because it wanted a newer version of goffice. I deinstalled the old goffice and did make install. It fails here: ... -- Installing ./html/right.png -- Installing ./html/style.css -- Installing

Re: How to run GUI under root in FreeBSD?

2008-01-10 Thread Jonathan Horne
On Thursday 10 January 2008 06:52:38 am Unga wrote: Hi all I want to run ddd debugger under root. I ran following before become root: xhost localhost Under root: echo $DISPLAY :0.0 When I run ddd: Xlib: connection to :0.0 refused by server Xlib: No protocol specified Error: Can't

Re: mail from: field question

2008-01-10 Thread Jim Bow
Mike Bristow wrote: On Thu, Jan 10, 2008 at 10:46:30AM +, Jim Bow wrote: If I run the script (or just send a mail) on the command line using sudo, then it's sent as me and not root. Same happens if I su to root first. use 'su -'. It means you get a login shell (which sets up the

Re: How to run GUI under root in FreeBSD?

2008-01-10 Thread Unga
--- Jonathan Horne [EMAIL PROTECTED] wrote: On Thursday 10 January 2008 06:52:38 am Unga wrote: Hi all I want to run ddd debugger under root. I ran following before become root: xhost localhost Under root: echo $DISPLAY :0.0 When I run ddd: Xlib: connection to :0.0

Freebsd Soekris

2008-01-10 Thread Denis Beltramo
Good morning, I have a question. I am installing freebsd on soekris net4801. I have set console speed on soekris at 9600 an I have wrote console=comconsole on /boot/loader.conf (this path in into my tftp server) When i write: boot f0 start but it stop on: Starting the BTX loader suggestion?

Re: Boot Loader Broken?

2008-01-10 Thread Lowell Gilbert
Schiz0 [EMAIL PROTECTED] writes: I recently upgraded from 6.3-PRERELEASE to 7.0-PRERELEASE. I had some problem with the ports, but I got that taken care of. Now I'm having another very odd problem. I originally noticed something odd when I tried to shutdown from multiuser mode into single

RE: Python threading - some ports depend on it, others break with it

2008-01-10 Thread Jim Stapleton
I'm having so much trouble with this. I'm hosting a trac based project which is implemented in python and uses an sqlite db backend along with its python bindings. Now it turns out that pysqlite breaks badly (compiles and installs fine but chokes on import, see

Re: mail from: field question

2008-01-10 Thread Paul Schmehl
--On Thursday, January 10, 2008 13:22:47 + Jim Bow [EMAIL PROTECTED] wrote: Mike Bristow wrote: On Thu, Jan 10, 2008 at 10:46:30AM +, Jim Bow wrote: If I run the script (or just send a mail) on the command line using sudo, then it's sent as me and not root. Same happens if I su to

RE: How to run GUI under root in FreeBSD?

2008-01-10 Thread Jim Stapleton
I would suggest using I ran following before become root: xhost localhost Under root: echo $DISPLAY :0.0 When I run ddd: Xlib: connection to :0.0 refused by server Xlib: No protocol specified Error: Can't open display: :0.0 why not sudo ddd instead? That should work just as well if

Network monitoring program.

2008-01-10 Thread Darryl Hoar
Greetings, I need to monitor the network traffic from specific IP addresses. I need to be able to deduce the applications that are running that are generating the traffic. What software in the ports collection will allow me to do this ? thanks, Darryl

Re: Network monitoring program.

2008-01-10 Thread Eric Crist
tcpdump and pump that through ethereal? On Jan 10, 2008, at 9:14 AM, Darryl Hoar wrote: Greetings, I need to monitor the network traffic from specific IP addresses. I need to be able to deduce the applications that are running that are generating the traffic. What software in the ports

system programming

2008-01-10 Thread Michael S
Good day all. I am a computer science student taking the operating systems course. All of our assignments are supposed run on Linux and I don't have a Linux machine. I was wondering mostly if FreeBSD uses the same functions for process / thread handling, whether the header files (e.g. unistd.h,

Re: mail from: field question

2008-01-10 Thread Jim Bow
Paul Schmehl wrote: I'm not sure what, but something is wrong. I did the exact same thing you did, but the results are completely different. The only difference I can spot is that you are using Postfix, while the hosts I'm using all run standard Sendmail. Could this be the problem? I might

Re: Boot Loader Broken?

2008-01-10 Thread Schiz0
On Jan 10, 2008 10:23 AM, Lowell Gilbert [EMAIL PROTECTED] wrote: Schiz0 [EMAIL PROTECTED] writes: I recently upgraded from 6.3-PRERELEASE to 7.0-PRERELEASE. I had some problem with the ports, but I got that taken care of. Now I'm having another very odd problem. I originally noticed

Re: system programming

2008-01-10 Thread Heiko Wundram (Beenic)
Am Donnerstag, 10. Januar 2008 16:38:47 schrieb Michael S: I am a computer science student taking the operating systems course. All of our assignments are supposed run on Linux and I don't have a Linux machine. I was wondering mostly if FreeBSD uses the same functions for process / thread

Re: Network monitoring program.

2008-01-10 Thread Norman Maurer
trafshow ... bye Norman Am Donnerstag, den 10.01.2008, 09:47 -0600 schrieb Eric Crist: tcpdump and pump that through ethereal? On Jan 10, 2008, at 9:14 AM, Darryl Hoar wrote: Greetings, I need to monitor the network traffic from specific IP addresses. I need to be able to deduce

re :Network monitoring program.

2008-01-10 Thread Philip Brown
if any of your network devices have NetFlow capability you could try IPFlow ( http://www.ipflow.utc.fr/index.php/Main_Page ) as a collector. There are binaries for FreeBSD and as a flow collector goes it is quite straightforward. It can also be hooked up with RRDTool. Phil

Re: SATA DVD Drive Install Problem

2008-01-10 Thread Xn Nooby
I've been able to get 6.3-R3 and 7.0-RC1 to install from SATA DVD, but not any previous versions. On Jan 9, 2008 6:50 PM, Derrick Ryalls [EMAIL PROTECTED] wrote: On Jan 9, 2008 3:08 PM, Sean Murphy [EMAIL PROTECTED] wrote: Is anyone successful in installing FreeBSD from a SATA DVD Drive?

Re: dell Power Edge 2950

2008-01-10 Thread Brian A. Seklecki
On Wed, 9 Jan 2008, Dennis Glatting wrote: As stupid as this is going to sound, I solved my dump problem on one of my 2950s running amd64 7.0 with two dual core processors. The problem was when I did a level 0 dump, regardless of partition. At random times the dump would halt, never to

Re: Postfix with Cyrus SASL

2008-01-10 Thread Shawn Barnhart
Michal F. Hanula wrote: Your postfix is trying to use saslauthd, which usually listens on /var/run/saslauthd/mux. The right way to fix this depends on whether you want to use saslauthd and the place you store your e-mail user data. I want authentication against /etc/passwd (ultimately), not

Re: Nut and RAID on FreeBSD 7.0

2008-01-10 Thread Derrick Ryalls
Greetings, I have a RAID fileserver plugged into a UPS and nut is able to communicate with it successfully. With the winds making the lights flicker, I started looking into having the computer shut down when power goes out for more than say 5 minutes or so. Looking at the

Re: Postfix with Cyrus SASL

2008-01-10 Thread Paul Schmehl
--On Thursday, January 10, 2008 13:44:23 -0600 Shawn Barnhart [EMAIL PROTECTED] wrote: Michal F. Hanula wrote: Your postfix is trying to use saslauthd, which usually listens on /var/run/saslauthd/mux. The right way to fix this depends on whether you want to use saslauthd and the place you

Re: FreeBSD's problems as seen by the BSDForen.de community

2008-01-10 Thread Erik Osterholm
Sorry to cold-CC you on this, yongari--please ignore if this doesn't interest you. On Thu, Jan 10, 2008 at 09:40:50PM +0100, Kris Kennaway wrote: Erik Osterholm wrote: On Thu, Jan 10, 2008 at 11:56:15PM +0900, Adrian Chadd wrote: On 10/01/2008, Dominic Fandrey [EMAIL PROTECTED] wrote: This

Re: freebsd6 authenticating against openldap 2.4?

2008-01-10 Thread Jonathan McKeown
Hi Dave If you don't mind I'm going to reply on-list in case anyone else has comments. I might also teach you to suck eggs, a bit, because, not knowing your setup or experience level, I'm going to start a bit further back than your initial question, and mention a few things that I either think

Re: Postfix with Cyrus SASL

2008-01-10 Thread Shawn Barnhart
Paul Schmehl wrote: It should, because it calls this: .if defined(WITH_SASL2) LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 POSTFIX_CCARGS+=-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I${LOCALBASE}/include -I${LOCALBASE}/include/sasl POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib

How to add proxy modules to Apache22 on FreeBSD 6.3

2008-01-10 Thread John Almberg
I have just spent the whole day trying to figure out how to enable mod_proxy, mod_proxy_http, and mod_proxy_balancer in Apache22 on FreeBSD 6.3. As I was writing up the question, I figured it out (isn't that so often the case?) It was stupidly simple, so perhaps this email will save

Re: Nut and RAID on FreeBSD 7.0

2008-01-10 Thread Derek Ragona
At 01:40 PM 1/10/2008, Derrick Ryalls wrote: Greetings, I have a RAID fileserver plugged into a UPS and nut is able to communicate with it successfully. With the winds making the lights flicker, I started looking into having the computer shut down when power goes out for more than

Re: Postfix with Cyrus SASL

2008-01-10 Thread Gerard
On Thu, 10 Jan 2008 15:46:33 -0600 Shawn Barnhart [EMAIL PROTECTED] wrote: Paul Schmehl wrote: It should, because it calls this: .if defined(WITH_SASL2) LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 POSTFIX_CCARGS+=-DUSE_SASL_AUTH -DUSE_CYRUS_SASL

Re: Postfix with Cyrus SASL

2008-01-10 Thread Paul Schmehl
--On Thursday, January 10, 2008 15:46:33 -0600 Shawn Barnhart [EMAIL PROTECTED] wrote: Paul Schmehl wrote: It should, because it calls this: .if defined(WITH_SASL2) LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 POSTFIX_CCARGS+=-DUSE_SASL_AUTH -DUSE_CYRUS_SASL

How backup huge pgsql ?

2008-01-10 Thread Albert Shih
Hi all I want to known how can I make backup of huge postgresql database (huge mean ~ 2To). I can stop the access of the database during N1 hours. Any idea about this ? Regards. -- Albert SHIH Observatoire de Paris Meudon SIO batiment 15 Heure local/Local time: Jeu 10 jan 2008 23:05:00 CET

Re: Postfix with Cyrus SASL

2008-01-10 Thread Paul Schmehl
--On Thursday, January 10, 2008 17:01:03 -0500 Gerard [EMAIL PROTECTED] wrote: On Thu, 10 Jan 2008 15:46:33 -0600 Shawn Barnhart [EMAIL PROTECTED] wrote: Paul Schmehl wrote: It should, because it calls this: .if defined(WITH_SASL2) LIB_DEPENDS+=

Re: Network monitoring program.

2008-01-10 Thread Kurt Buff
If you have the correct network setup available (network tap, hubs, SPAN/mirror port) then ntop will give you a good deal of help. On Jan 10, 2008 7:14 AM, Darryl Hoar [EMAIL PROTECTED] wrote: Greetings, I need to monitor the network traffic from specific IP addresses. I need to be able to

Re: Python threading - some ports depend on it, others break with it

2008-01-10 Thread Gunther Mayer
Jim Stapleton wrote: I'm having so much trouble with this. I'm hosting a trac based project which is implemented in python and uses an sqlite db backend along with its python bindings. Now it turns out that pysqlite breaks badly (compiles and installs fine but chokes on import, see

Re: Nut and RAID on FreeBSD 7.0

2008-01-10 Thread Derrick Ryalls
Greetings, I have a RAID fileserver plugged into a UPS and nut is able to communicate with it successfully. With the winds making the lights flicker, I started looking into having the computer shut down when power goes out for more than say 5 minutes or so. Looking at the

Re: Nut and RAID on FreeBSD 7.0

2008-01-10 Thread Derek Ragona
At 04:43 PM 1/10/2008, Derrick Ryalls wrote: Greetings, I have a RAID fileserver plugged into a UPS and nut is able to communicate with it successfully. With the winds making the lights flicker, I started looking into having the computer shut down when power goes out for

Re: Nut and RAID on FreeBSD 7.0

2008-01-10 Thread Bob Johnson
On 1/10/08, Derrick Ryalls [EMAIL PROTECTED] wrote: Perhaps I need to re-evaluate my line of thinking. Light sometime flicker, but power almost never goes out. When it does it is either back on in less than 1 minute, or out for hours. If the UPS detects critical correctly and gives me at

Problem with Groups

2008-01-10 Thread Andrew Stevens
Hi everybody Freebsd 6.2 sorry this question is a bit thick I know but after getting the usb and cdrom open as root I tried as user and got the following message A security policy in place prevents this sender from sending this message to this recipient, see message bus configuration file

Re: Nut and RAID on FreeBSD 7.0

2008-01-10 Thread Kurt Buff
On Jan 10, 2008 3:14 PM, Bob Johnson [EMAIL PROTECTED] wrote: On 1/10/08, Derrick Ryalls [EMAIL PROTECTED] wrote: Perhaps I need to re-evaluate my line of thinking. Light sometime flicker, but power almost never goes out. When it does it is either back on in less than 1 minute, or out

Re: Problem with Groups

2008-01-10 Thread Yuri Pankov
On Thu, Jan 10, 2008 at 11:28:17PM +, Andrew Stevens wrote: Hi everybody Freebsd 6.2 sorry this question is a bit thick I know but after getting the usb and cdrom open as root I tried as user and got the following message A security policy in place prevents this sender from

Re: HOW-TO get Flash7 working!

2008-01-10 Thread Rudy
Aryeh M. Friedman wrote: rm /usr/ports/distfiles/flashplugin/fp7_archive.zip An other way to fix it in some ways is to run a make makesum to update the distfile checksums The fp7_archive.zip was an odd case were I felt more comfortable deleting it -- hadn't see that error before (and

Re: FreeBSD's problems as seen by the BSDForen.de community

2008-01-10 Thread Pyun YongHyeon
On Thu, Jan 10, 2008 at 03:06:55PM -0600, Erik Osterholm wrote: Sorry to cold-CC you on this, yongari--please ignore if this doesn't interest you. I'm interesting in fixing drivers in tree. txp(4) is one of drivers that need more attention, I guess. It seems that datasheet for 3Com Typhoon

Re: Network monitoring program.

2008-01-10 Thread Olivier Nicole
Hi, I need to monitor the network traffic from specific IP addresses. I need to be able to deduce the applications that are running that are generating the traffic. Unless you have full acess to the machine with that specific IP, you will never be able to do more than guessing what are the

Re: system programming

2008-01-10 Thread Olivier Nicole
Hi, I am a computer science student taking the operating systems course. All of our assignments are supposed run on Linux and I don't have a Linux machine. Programming the operating system is very dependent on the operating system. Talk your prof to accept a project based on FreeBSD, that

Re: HOW-TO get Flash7 working!

2008-01-10 Thread Warren Block
On Thu, 10 Jan 2008, Rudy wrote: Aryeh M. Friedman wrote: rm /usr/ports/distfiles/flashplugin/fp7_archive.zip An other way to fix it in some ways is to run a make makesum to update the distfile checksums The fp7_archive.zip was an odd case were I felt more comfortable deleting it --

configure printers

2008-01-10 Thread Bob Falanga
I would like to configure a HP laserjet 1018 USB on freebsd. So far I have had no luck. During the boot cycle I can see the Laserjet 1018 listed as a peripheral (ulpt0 HP LaserJet 1018 address 3 rev 9.00/1.00 iclass 7/1 using bi directional niods). when I go to settings in the pop-down menu then

Re: mail from: field question

2008-01-10 Thread Ian Smith
On Thu, 10 Jan 2008 13:22:47 + Jim Bow [EMAIL PROTECTED] wrote: Mike Bristow wrote: On Thu, Jan 10, 2008 at 10:46:30AM +, Jim Bow wrote: If I run the script (or just send a mail) on the command line using sudo, then it's sent as me and not root. Same happens if I su to root

Re: configure printers

2008-01-10 Thread Predrag Punosevac
Bob Falanga wrote: I would like to configure a HP laserjet 1018 USB on freebsd. So far I have had no luck. During the boot cycle I can see the Laserjet 1018 listed as a peripheral (ulpt0 HP LaserJet 1018 address 3 rev 9.00/1.00 iclass 7/1 using bi directional niods). when I go to settings in the

RE: system programming

2008-01-10 Thread David Christensen
Michael wrote: I am a computer science student taking the operating systems course. All of our assignments are supposed run on Linux and I don't have a Linux machine. I've taken programming classes and learned the hard way that the only way to ensure that my software worked correctly on the

Re: configure printers

2008-01-10 Thread Manolis Kiagias
Bob Falanga wrote: I would like to configure a HP laserjet 1018 USB on freebsd. So far I have had no luck. During the boot cycle I can see the Laserjet 1018 listed as a peripheral (ulpt0 HP LaserJet 1018 address 3 rev 9.00/1.00 iclass 7/1 using bi directional niods). when I go to settings in the

Shell Menu that populates from /var/db/pkg

2008-01-10 Thread Dan Mahoney, System Admin
Hello all, I'd like to have a shell menu on my system that gives them available programs they can learn, but that also learns from ports/packages which options are available. (I.e. it won't list every branch port, but will list things from, say, editors, games, and possibly only certain

Cannot get multiport serial card working with puc driver

2008-01-10 Thread Barry Mishler
I have a 4-port serial card (REX-PCI64) made by RATOC Systems that is apparently only available in Japan. It's based on the EXAR XR17C154 chip. I'd like to use it with tip(1) to support console access to various Cisco devices. I've seen posts indicating that the card works natively on NetBSD

Re: Nut and RAID on FreeBSD 7.0

2008-01-10 Thread Derrick Ryalls
On Jan 10, 2008 3:52 PM, Kurt Buff [EMAIL PROTECTED] wrote: On Jan 10, 2008 3:14 PM, Bob Johnson [EMAIL PROTECTED] wrote: On 1/10/08, Derrick Ryalls [EMAIL PROTECTED] wrote: Perhaps I need to re-evaluate my line of thinking. Light sometime flicker, but power almost never goes out.

Unable to unmount idle filesystem on 6.2

2008-01-10 Thread Darren Pilgrim
I'm unable to unmount an idle filesystem (or even drop it to read-only): # mount /dev/da0s1a on / (ufs, local, noatime) devfs on /dev (devfs, local) /dev/da0s1d on /var (ufs, local, noatime, soft-updates) /dev/da0s1e on /usr (ufs, local, noatime, soft-updates) /dev/da0s1fp1 on /usr/obj (ufs,