Re: Memory leak?

2006-02-13 Thread Erik Norgaard
Robert Leftwich wrote: After running some number crunching for the last twelve hours I noticed my box starting to use swap. Given that it has 4gb in it (of which 3gb is available, see my other email for that issue) and I know that the app never uses more than around 1gb I was surprised. Looking a

Re: File verification script

2006-02-13 Thread Kristian Vaaf
At 15:40 12.02.2006, Lowell Gilbert wrote: Kristian Vaaf <[EMAIL PROTECTED]> writes: > I need a simple script that uses CFV to report on broken MP3 albums. > All my MP3 albums contain an .sfv file that list MP3 tracks with their > CRC values. There are a bunch of them in ports, under the securi

How to ensure one blank line on top of ASCII files?

2006-02-13 Thread Kristian Vaaf
Hello! I need to make sure all my ASCII files start with one blank line. I just need to know what command to use, I've written the rest of the script to do this for me: -- for file in `find -s . -type f -not -name ".*"`; do if file -b "$file" | grep -q 'text'; then W

Upgrading 4.8 -> 6.0

2006-02-13 Thread gandalf
Hello Guys, I would like to upgrade my server from 4.8 to 6.0. I think I know how to upgrade a system, I already did that for 4.3->4.8. I need the upgrade because some ports starting to throw errors and refuse to build. :-( It is a production server and I need to be careful. I have some ques

Re: Upgrading 4.8 -> 6.0

2006-02-13 Thread Alec Berryman
gandalf on 2006-02-13 10:11:12 +0100: > 2. The server is using a special .so file that was compiled for > 4.8. We do not have the sources. Will this shared lib work with 6.0? Probably with the compat4x port, but you'll want to test it out. > 3. Should I upgrade to 5.4 first, or can I upgrade dir

lprps: ioctl(TIOCFLUSH): Operation not permitted

2006-02-13 Thread Bjarne Wichmann Petersen
Hi I did something stuppid and messed up my lpd-setup. I looked around in KDE's "Printer Manager" in administrator-mode, and even though I didn't apply any changes it activated cupsd (should it do that?) which in turn overwrote my /etc/printcap. Now I can't get back to the old and working setup

FreeBSD installing on PC w/ Intel 64bit CPU

2006-02-13 Thread Albert yu
Dear Support, Nice to meet you all first. I have a question on Hardware compatability while installing FreeBSD 4.8 on some newly built PCs. May I know is FreeBSD version 4.8 support Intel 64bit CPU w/ 915GV chipset Motherboard ? As I am gonna run some programs that can only be installed on versio

Re: Memory leak?

2006-02-13 Thread Robert Leftwich
On Mon, 13 Feb 2006 09:29:03 +0100, "Erik Norgaard" <[EMAIL PROTECTED]> said: > > Do you run other applications also? > > There was a discussion on CURRENT@ some weeks ago about a memory leak > that turned out to be firefox with some extensions, updates are > available now. > Unfortunately n

Interested in selling retail freeBSD sets

2006-02-13 Thread René Luckow - Cortex Systems
Hi We're interested in selling freeBSD along with a range of other OS distributions on our website, which caters the European market. How would we going about obtaining these? Kind regards, René Luckow Technical & Sales Consultant Cortex Systems Snoldelev Bygade 59 DK4621 Gadstrup Denmark

need help with pcmcia wireless network card

2006-02-13 Thread Teemu Korhonen
I have a laptop with freebsd-6.0 and I've got everything working except my Buffalo WLI-CB-G54S wireless network card. When I insert the card I get following message "cardbus0: at device 0.0 (no driver attached)" I found two pages that seems to be instructions to get the card working: http:/

Long list of stale dependencies for tomcat55 port

2006-02-13 Thread Ashley Moran
Does anyone know how my Tomcat installation on a 5.4 box has ended up including the following as tomcat dependencies? atk-1.10.3 libXft-2.1.7 xorg-fonts-encodings-6.9.0_1 desktop-file-utils-0.10_3 pango-1.10.3 glib-2.8.6 cairo-1.0.2_1 gtk-2.8.12 mozilla-1.7.12_5,2 tiff-3.8.0 bitstream-vera-1.10_2

Re: How to ensure one blank line on top of ASCII files?

2006-02-13 Thread Norberto Meijome
Kristian Vaaf wrote: > > Hello! > > I need to make sure all my ASCII files start with one blank line. > > I just need to know what command to use, > I've written the rest of the script to do this for me: > > -- > echo "" > MY_BLANK_LINE.txt > for file in `find -s . -type f -not -name ".*"`;

Re: need help with pcmcia wireless network card

2006-02-13 Thread Beech Rintoul
On Monday 13 February 2006 02:25, Teemu Korhonen wrote: > I have a laptop with freebsd-6.0 and I've got everything working except my > Buffalo WLI-CB-G54S wireless network card. > When I insert the card I get following message "cardbus0: at > device 0.0 (no driver attached)" > > I found two pages

Re: need help with pcmcia wireless network card

2006-02-13 Thread Fabian Keil
Teemu Korhonen <[EMAIL PROTECTED]> wrote: > I have a laptop with freebsd-6.0 and I've got everything working > except my Buffalo WLI-CB-G54S wireless network card. > When I insert the card I get following message "cardbus0: > at device 0.0 (no driver attached)" > > I found two pages that seems t

6.0-release hanging without a clue (gmirror related?)

2006-02-13 Thread Ville Lundberg
Hi, I have a 6.0-release-p4 system that is hanging constantly after about a week of uptime. Nothing is printed to the logs - it just hangs, the HD light is stuck on. I don't know if anything is printed out on the console, as the system is at client's premises. The system is a Epox 4PDA3I mb (Inte

make buildworld fails

2006-02-13 Thread gandalf
Hello, I have this file /etc/sup.sys: *default host=cvsup.hu.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs tag=RELENG_6 *default delete use-rel-suffix *default compress src-all Then I traverse to /usr and execute this command: cvsup /etc/sup.sys After successful

Re: need help with pcmcia wireless network card

2006-02-13 Thread Teemu Korhonen
Fabian Keil <[EMAIL PROTECTED]> wrote Mon, 13 Feb 2006 13:48:50 +0200: Teemu Korhonen <[EMAIL PROTECTED]> wrote: I have a laptop with freebsd-6.0 and I've got everything working except my Buffalo WLI-CB-G54S wireless network card. When I insert the card I get following message "cardbus0: at

Re: need help with pcmcia wireless network card

2006-02-13 Thread Teemu Korhonen
Beech Rintoul <[EMAIL PROTECTED]> wrote Mon, 13 Feb 2006 13:42:58 +0200: On Monday 13 February 2006 02:25, Teemu Korhonen wrote: I have a laptop with freebsd-6.0 and I've got everything working except my Buffalo WLI-CB-G54S wireless network card. When I insert the card I get following messa

IntelSRCS16 SATA RAID Controller

2006-02-13 Thread Beastie
Dear List.. Is there any compatibility issue regarding IntelSRCS16 SATA RAID Controller with FreeBSD-6.0 Stable ? I'm planning to buy one, but first, ask for experience user in this list for it's compatibility and performance. Please enlight me. regards reza _

Re: FreeBSD installing on PC w/ Intel 64bit CPU

2006-02-13 Thread Chuck Swiger
Albert yu wrote: > I have a question on Hardware compatability while installing FreeBSD 4.8 on > some newly built PCs. > May I know is FreeBSD version 4.8 support Intel 64bit CPU w/ 915GV chipset > Motherboard ? I think the answer is no, I believe 64-bit support was added around 5.2.1: http://www

Re: Interested in selling retail freeBSD sets

2006-02-13 Thread Chuck Swiger
René Luckow - Cortex Systems wrote: > We're interested in selling freeBSD along with a range of other OS > distributions on our website, which caters the European market. OK. Have fun... > How would we going about obtaining these? http://www.freebsd.org/where.html If you wanted to become a Fre

More tomcat wierdness

2006-02-13 Thread Ashley Moran
I've reinstalled Tomcat (now in www/tomcat55) because it was going mental (100% CPU) and now the stop/start isn't working through the rc.d script. Tomcat starts and records the PID in /var/run/tomcat55.pid. But when I call the script with stop I get an error saying "tomcat not started? check pi

Sendmail - IMAP-UW - Cyrus-SASL2 - SMTPAUTH problems

2006-02-13 Thread Greg Groth
I'm trying to set up a FreeBSD 6.0 box as a mail server, and while everything seems to be working OK for the most part, I have run into two issues that I cannot resolve (I'm new to BSD, please bear with me). Install went as follows: Installed via FTP last night along with "src - Sources for ev

SMP ATA woes on 6.0-RELEASE

2006-02-13 Thread Steve Coles
I have a strange deterministic boot problem with ATA devices on 2-way dell precision machines which boot from their SCSI disks. I have 4 of these boxes, and the only difference is the add-in ATA controller in the affected box. A good summary would be "which kernels work": a) GENERIC from the dis

Re: Firefox-1.5.0.1 not starting after successfull instalation

2006-02-13 Thread Goran Gajic
Hi, Have you tried rm -rf ~/.mozilla and then staring firefox? I have experienced same problem and solved it by removing old .mozilla everything seems ok. Regards, gg. Hi, I encountered same problem, Firefox doesn't want start. It took some (not short) time but I've installed new Firefox-1

qpopper/gdbm

2006-02-13 Thread J.D. Bronson
I am trying to compile qpopper (from src) and use APOP with the gdbm database. gdbm was installed from ports and works fine. I setup my env as such: LDFLAGS=-L/usr/lib -L/usr/local/lib -R/usr/lib -R/usr/local/lib and ldconfig shows gdbm: # ldconfig -r | grep gdbm 86:-lgdbm.3 => /usr/lo

Firewall/Web server difficulties

2006-02-13 Thread Brian Bobowski
All right. I've got my firewall up and running, and my workstation can get almost anywhere it needs to just fine. The lone exception being the web server located on the firewall machine itself. I can access it by directly referencing the private-interface IP, but if my workstation tries to g

IPFILTER rule error

2006-02-13 Thread Maxim Vetrov
Hi, I'm running FreeBSD 6.0, IPFilter 4.1.8(416). Setting line for rpc outbound calls pass out quick on rl0 \ proto udp from any to any port = sunrpc keep state group 20 gives me this error: ioctl (add/insert rule): No such process What is the process i'm missing? Regards, muxas __

Re: IPFILTER rule error

2006-02-13 Thread Giorgos Keramidas
On 2006-02-14 10:09, Maxim Vetrov <[EMAIL PROTECTED]> wrote: > Hi, > > I'm running FreeBSD 6.0, IPFilter 4.1.8(416). > > Setting line for rpc outbound calls > > pass out quick on rl0 \ > proto udp from any to any port = sunrpc keep state group 20 > > gives me this error: > > ioctl (add/insert rule

Re: Contents of freebsd-questions Digest, Vol 123, Issue 19 ([PATCH] (/usr/lib/libxpg4.so.3 missing - Did I miss a memo?)

2006-02-13 Thread Trix Farrar
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 10 Feb 2006 15:37:56 -0500, Kris Kennaway wrote: > On Fri, Feb 10, 2006 at 02:02:17PM -0600, Trix Farrar wrote: >> > On my network, I have several hosts that were originally installed with >> > FreeBSD 5.2.1-RELEASE, 5.3-RELEASE, and 5.4-RELEA

Re: Firewall/Web server difficulties

2006-02-13 Thread Norberto Meijome
Brian Bobowski wrote: > All right. I've got my firewall up and running, and my workstation can > get almost anywhere it needs to just fine. you dont' say if you are using ipfw, ipf , pf > I can access it by directly referencing the private-interface IP, but if > my workstation tries to get t

Re: IPFILTER rule error

2006-02-13 Thread Erik Norgaard
Maxim Vetrov wrote: Hi, I'm running FreeBSD 6.0, IPFilter 4.1.8(416). Setting line for rpc outbound calls pass out quick on rl0 \ proto udp from any to any port = sunrpc keep state group 20 gives me this error: ioctl (add/insert rule): No such process What is the process i'm missing? Do

Re: Firewall/Web server difficulties

2006-02-13 Thread Brian Bobowski
Norberto Meijome wrote: Brian Bobowski wrote: All right. I've got my firewall up and running, and my workstation can get almost anywhere it needs to just fine. you dont' say if you are using ipfw, ipf , pf Sure I do. IPFW; mentioned lower down. I can access it by directly r

Re: make buildworld fails

2006-02-13 Thread Kevin Kinsey
gandalf wrote: Hello, I have this file /etc/sup.sys: *default host=cvsup.hu.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs tag=RELENG_6 *default delete use-rel-suffix *default compress src-all Then I traverse to /usr and execute this command: cvsup /etc/sup.sys

Re: Firewall/Web server difficulties

2006-02-13 Thread Norberto Meijome
Brian Bobowski wrote: > Norberto Meijome wrote: > >> Brian Bobowski wrote: >> >> >>> All right. I've got my firewall up and running, and my workstation can >>> get almost anywhere it needs to just fine. >>> >> >> you dont' say if you are using ipfw, ipf , pf >> >> >> > Sure I do. IPFW;

Re: Contents of freebsd-questions Digest, Vol 123, Issue 19 ([PATCH] (/usr/lib/libxpg4.so.3 missing - Did I miss a memo?)

2006-02-13 Thread Dan Langille
On 13 Feb 2006 at 8:18, Trix Farrar wrote: > On Fri, 10 Feb 2006 15:37:56 -0500, Kris Kennaway wrote: > > > On Fri, Feb 10, 2006 at 02:02:17PM -0600, Trix Farrar wrote: > >> > On my network, I have several hosts that were originally installed with > >> > FreeBSD 5.2.1-RELEASE, 5.3-RELEASE, and 5.

Re: SMP ATA woes on 6.0-RELEASE

2006-02-13 Thread Danial Thom
--- Steve Coles <[EMAIL PROTECTED]> wrote: > I have a strange deterministic boot problem > with ATA devices on 2-way dell > precision machines which boot from their SCSI > disks. I have 4 of these > boxes, and the only difference is the add-in > ATA controller in the affected > box. > > A good

video/x-ms-asf-plugin for firefox

2006-02-13 Thread Alessandro Buono
Hi did you had an answer on this plug in? I am getting crazy and can find no answer... Thanks in advance, Kind regards. Alessandro Buono. ___ Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB http://mail.yahoo.it ___

core dump with dump command in single user mode

2006-02-13 Thread Joe Auty
Hello, Following the instructions here: http://www.unixcities.com/howto/ index.html I did a: dump -0f - /usr | restore -rf - /backup/usr And after a while (after copying .56% of my files), gave me the following error: no space for string table asked me if I want to abort, I said no, an

kinit and Cannot Verify Certificate Error...

2006-02-13 Thread JP
Hello, I am attempting perform the following command to ensure that my client can access the KDC: %kinit [EMAIL PROTECTED] [EMAIL PROTECTED]'s Password: xxx But I keep getting this failure message. I've attempted this on 2 other FreeBSD 6.0 boxes and the same error occurs.

Re: FreeBSD compiles to what POSIX or XPG?

2006-02-13 Thread Lowell Gilbert
Göran Nilsson <[EMAIL PROTECTED]> writes: > I have tried google, and tried bsdfourms. Now I'll put my hope to > this list instead. > > Does FreeBSD compiles to the POSIX or X/Open Portability Guide > XPG/1, /2, /3, /4 standards? I have found out that > Aix,HP-UX,Solaris are three of them that co

Help needed - Hard lockups and reboots on laptop

2006-02-13 Thread Norberto Meijome
(sending again, i think the list server rejected the big attachments) Hi all, I've been running FBSD 6 on my laptop(hardware and software specs below) for the last 3 weeks. I have been experiencing spontaneous reboots (NOT panics, just blip, off it goes to restart), lockups and some app crashes (ma

Re: Re[2]: CD installation and file flags

2006-02-13 Thread Lowell Gilbert
Alex Renn <[EMAIL PROTECTED]> writes: > Hello Lowell Gilbert! Hello! [Don't top-post, please.] > SUID/SGID files in my default installation do not have any flags set: > > $ uname -a > FreeBSD 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13 UTC 2005 > [EMAIL PROTECTED]:/usr/obj/us

Re: File verification script

2006-02-13 Thread Lowell Gilbert
Kristian Vaaf <[EMAIL PROTECTED]> writes: > I just want a simple script that uses cfv to verify MP3 albums, > the same way I showed you my other script that uses cfv to seal my MP3 albums. Well, cksfv seems to be appropriate for that application. I haven't actually tried any of these myself;

Undefined Symbol "resVgaShared" after upgrade to xorg 6.9

2006-02-13 Thread Tom Grove
I did a portupgrade this weekend and today my screen res went to 1024x768...that's not my normal resolution. I did some tinkering and found that no drivers showed up in xorgcfg when I try to setup my card. I looked at some logs and found this error message: Undefined symbol "resVgaShared"

Re: Unable to Startx Following Upgrade--Error in Locking Authority File

2006-02-13 Thread Lowell Gilbert
Bob Perry <[EMAIL PROTECTED]> writes: > Not sure if I updated folks on this but the problem persists. (E-mail > problems). I've since requested assistance from the gnome and x11 > mailing list since the problem started following recent upgrades to > those ports. The base system has added some "

Re: "#:Failed to force tx and rx idle state"

2006-02-13 Thread Lowell Gilbert
Thiago Esteves <[EMAIL PROTECTED]> writes: > --- Lowell Gilbert > <[EMAIL PROTECTED]> escreveu: > > Thiago Esteves <[EMAIL PROTECTED]> writes: > > > > > Hi, I've had troubles with a ethernet adapter > > "dc" It send the mensage ::: > > > > > > => dc0: Failed to force tx and

Re: Long list of stale dependencies for tomcat55 port

2006-02-13 Thread Ceri Davies
On 13 Feb 2006, at 11:28, Ashley Moran wrote: Does anyone know how my Tomcat installation on a 5.4 box has ended up including the following as tomcat dependencies? atk-1.10.3 libXft-2.1.7 xorg-fonts-encodings-6.9.0_1 desktop-file-utils-0.10_3 pango-1.10.3 glib-2.8.6 cairo-1.0.2_1 gtk-2.8.12 mo

Re: make buildworld fails

2006-02-13 Thread László Nagy
Here's what I would try. Upgrade to RELENG_4 via the cvsup/buildworld process, read Bruce Mah's 4.11-5.X Migration Guide, and be sure and include "mergemaster -p" in your buildworld cycle. Can you tell me where is that migration guide? When I google for it, I only get posts about that gui

Re: More tomcat wierdness

2006-02-13 Thread Ceri Davies
On 13 Feb 2006, at 13:00, Ashley Moran wrote: I've reinstalled Tomcat (now in www/tomcat55) because it was going mental (100% CPU) and now the stop/start isn't working through the rc.d script. Tomcat starts and records the PID in /var/run/tomcat55.pid. But when I call the script with st

Re: SMP ATA woes on 6.0-RELEASE

2006-02-13 Thread Lowell Gilbert
"Steve Coles" <[EMAIL PROTECTED]> writes: > I have a strange deterministic boot problem with ATA devices on 2-way dell > precision machines which boot from their SCSI disks. I have 4 of these > boxes, and the only difference is the add-in ATA controller in the affected > box. > > A good summary w

Re: More tomcat wierdness

2006-02-13 Thread Lowell Gilbert
Ashley Moran <[EMAIL PROTECTED]> writes: > I've reinstalled Tomcat (now in www/tomcat55) because it was going mental > (100% CPU) and now the stop/start isn't working through the rc.d script. > > Tomcat starts and records the PID in /var/run/tomcat55.pid. But when I call > the script with stop

Syslog-NG at Boot (WAS: Re: cvs commit: ports/sysutils/syslog-ng Makefile distinfo pkg-plist)

2006-02-13 Thread Brian A. Seklecki
might expect to talk to it. I assume you put syslogng_enable="YES" into /etc/rc.conf? as well as syslogd_enable="NO". (Or, it might work just to change syslogd_program="/path/to/syslogngd" and not bother with changing anything else). --Alex Just to clarify, even the latest src/etc/rc.d/

Re: need help with pcmcia wireless network card

2006-02-13 Thread Teemu Korhonen
Okay. I've got it sorted out. I found some instructions here, http://dannyman.toldme.com/2005/01/05/freebsd-howto-ndisulate-windows-drivers/ I used Dell drivers with ndisgen instead of Buffalo's and got it working. Thanks for kicking me in the right direction :) _

Re: Flash Plugin for Firefox

2006-02-13 Thread Lowell Gilbert
Chris Maness <[EMAIL PROTECTED]> writes: > What do I use for a flash plugin for Firefox? The auto plugin > installer do-dad choked (I guess it was expecting linux) Try the www/linuxpluginwrapper port, along with the www/linux-flashplugin6 port. ___ fre

Re: Undefined Symbol "resVgaShared" after upgrade to xorg 6.9

2006-02-13 Thread Kevin Kinsey
Tom Grove wrote: I did a portupgrade this weekend and today my screen res went to 1024x768...that's not my normal resolution. I did some tinkering and found that no drivers showed up in xorgcfg when I try to setup my card. I looked at some logs and found this error message: Undefined symbol "r

Re: Flash Plugin for Firefox

2006-02-13 Thread Chris Maness
Lowell Gilbert wrote: Chris Maness <[EMAIL PROTECTED]> writes: What do I use for a flash plugin for Firefox? The auto plugin installer do-dad choked (I guess it was expecting linux) Try the www/linuxpluginwrapper port, along with the www/linux-flashplugin6 port. It installed OK

Re: Interested in selling retail freeBSD sets

2006-02-13 Thread Robert Slade
On Mon, 2006-02-13 at 11:21, René Luckow - Cortex Systems wrote: > Hi > > We're interested in selling freeBSD along with a range of other OS > distributions on our website, which caters the European market. > > How would we going about obtaining these? > > Kind regards, > > René Luckow > Techn

FreeBSD & Windows Boot?

2006-02-13 Thread Chris Maness
If for what ever reason the FreeBSD boot loader does load windows, is there a way to repair the windows boot sector? I remember trying this in the past with ill results. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/l

Re: More tomcat wierdness

2006-02-13 Thread Jonathan Chen
On Mon, Feb 13, 2006 at 01:00:37PM +, Ashley Moran wrote: > I've reinstalled Tomcat (now in www/tomcat55) because it was going mental > (100% CPU) and now the stop/start isn't working through the rc.d script. > > Tomcat starts and records the PID in /var/run/tomcat55.pid. But when I call >

Re: Interested in selling retail freeBSD sets

2006-02-13 Thread Charles Swiger
On Feb 13, 2006, at 12:48 PM, Robert Slade wrote: As I understand it, you are free to redistribute it provided that you do not claim to have produced it nor charge for it. You can charge for producing the CDs though. You are welcome to charge as much for FreeBSD as you like, actually. Of cou

Re: FreeBSD & Windows Boot?

2006-02-13 Thread Jerry McAllister
> > If for what ever reason the FreeBSD boot loader does load windows, is > there a way to repair the windows boot sector? I remember trying this > in the past with ill results. Probably depends on what is wrong. Probably there is some MS utility that can repair it. Someone else will have to t

Re: How to ensure one blank line on top of ASCII files?

2006-02-13 Thread Kristian Vaaf
At 12:42 13.02.2006, Norberto Meijome wrote: Kristian Vaaf wrote: > > Hello! > > I need to make sure all my ASCII files start with one blank line. > > I just need to know what command to use, > I've written the rest of the script to do this for me: > > -- > echo "" > MY_BLANK_LINE.txt > for fil

Help with strange web server problem

2006-02-13 Thread Jerry Bell
It's hit or miss, but the first time someone visits the web site, they get a "server not found" page. On hitting refresh, they get the page - no problems. If I wait a while and try again, I get the same problem. The problem appears to be something in the initial communication with the web server

Re: Help with strange web server problem

2006-02-13 Thread Joe Auty
I think I"ve seen this before too... Is it possible that FreeBSD spins down the hard drive after inactivity, and the server doesn't always spin up the HD with a network request like this? On Feb 13, 2006, at 7:58 AM, Jerry Bell wrote: It's hit or miss, but the first time someone visits t

Re: Samba vulnerability & make problem

2006-02-13 Thread Denny White
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Feb 12 Robert Slade spake forth boldly: Was trying to setup apsfilter to be able to print to my winbox printer. Got as far as the follwing: ===> apsfilter-7.2.6_2 depends on executable: smbclient - not found ===>Verifying install for smbc

The FreeBSD 6.0 ISO cd...

2006-02-13 Thread sergio lenzi
Hello I am a FreeBSD user for a long time, but now I have a question about the ISO cdrom In FreeBSD 6.0-release, disk1 iso image it shows mounted in my FreeBSD release the folowing information from mount... Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/acd0 588840 58

Re: LDAP authentication problems

2006-02-13 Thread Igor Robul
On Sun, Feb 12, 2006 at 03:44:54PM +0100, Pavel Duda wrote: > Now I have tried to do > 'id testuser' You need nss_ldap too. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send an

Re: Flash Plugin for Firefox

2006-02-13 Thread Lowell Gilbert
Chris Maness <[EMAIL PROTECTED]> writes: > Lowell Gilbert wrote: > > Chris Maness <[EMAIL PROTECTED]> writes: > > > > > >> What do I use for a flash plugin for Firefox? The auto plugin > >> installer do-dad choked (I guess it was expecting linux) > >> > > > > Try the www/linuxpluginwrapper port,

Re: Flash Plugin for Firefox

2006-02-13 Thread Peter
--- Chris Maness <[EMAIL PROTECTED]> wrote: > > > Lowell Gilbert wrote: > > Chris Maness <[EMAIL PROTECTED]> writes: > > > > > >> What do I use for a flash plugin for Firefox? The auto plugin > >> installer do-dad choked (I guess it was expecting linux) > >> > > > > Try the www/linuxpl

Re: The FreeBSD 6.0 ISO cd...

2006-02-13 Thread Lowell Gilbert
sergio lenzi <[EMAIL PROTECTED]> writes: > I need to make a new cd1 with xorg version 6.9.0 > and some packages for my own use... but I was > unable to rebuild the cd... with an 600Mb size... > > My question is: > Where can I find a documentation about the way > the FreeBSD 6.0 release cd1 is bu

Re: Help with strange web server problem

2006-02-13 Thread Jerry Bell
It's certainly possible. This is a Dell PE 750, and I didn't do anything in bios or in FreeBSD to enable that, so I'm thinking it might not be that, but I'll investigate it. Thanks! Jerry > I think I"ve seen this before too... > > Is it possible that FreeBSD spins down the hard drive after > ina

Re: Help with strange web server problem

2006-02-13 Thread Ken Stevenson
Jerry Bell wrote: It's hit or miss, but the first time someone visits the web site, they get a "server not found" page. On hitting refresh, they get the page - no problems. If I wait a while and try again, I get the same problem. The problem appears to be something in the initial communication

Re: Help Installing FreeBSD 6.0 with GUI

2006-02-13 Thread Igor Robul
On Sat, Feb 11, 2006 at 07:36:08AM +, Robert Slade wrote: > There are some minor issues with nvida video 3d cards but there are > nvida drivers for BSD. ATI cards are a bit more of a problem. In both > cases search the mailing list archives the info is there. I dont see any problems with ATI Ra

Re: Help with strange web server problem

2006-02-13 Thread Joe Auty
So ACPI is disabled? On Feb 13, 2006, at 2:37 PM, Jerry Bell wrote: It's certainly possible. This is a Dell PE 750, and I didn't do anything in bios or in FreeBSD to enable that, so I'm thinking it might not be that, but I'll investigate it. Thanks! Jerry I think I"ve seen this before to

Re: Help with strange web server problem

2006-02-13 Thread Charles Swiger
On Feb 13, 2006, at 7:58 AM, Jerry Bell wrote: It's hit or miss, but the first time someone visits the web site, they get a "server not found" page. On hitting refresh, they get the page - no problems. If I wait a while and try again, I get the same problem. Path MTU problem? The problem a

FBSD 6.0 kernel panic on boot

2006-02-13 Thread Joe Auty
Hello, I'm testing 6.0 on my test machine, and even in safe mode the machine kernel panics on boot. Where is the file that contains the kernel panic dumps, and where should I send my report to? --- Joe Auty NetMusician: web publishing software for musicians http://www.netmusicia

Re: randomized source IP for userland app?!

2006-02-13 Thread Igor Robul
On Fri, Feb 10, 2006 at 11:46:42PM +0100, Wojciech Puchar wrote: > is it possible for userland application (or many of then) for TCP > connections to select it's source IP address from a list random or > round-robin way? (say 2-4 different IP's) socket() with SOCK_RAW as 3rd parameter. you need

Re: Firewall/Web server difficulties

2006-02-13 Thread Brian Bobowski
Norberto Meijome wrote: Brian Bobowski wrote: I'm poking at that now, yes. I had difficulty getting it to work with virtual hosts... but I can at least reference it by the private-side IP address and get places. assuming you are using Apache, you can use * for Ip address and let it be

Re: Help with strange web server problem

2006-02-13 Thread Jerry Bell
I didn't want to spam the link out, but it's www.musiclodge.com. I will gather the capture data from working and non working sessions and send it out. Thanks! > On Feb 13, 2006, at 7:58 AM, Jerry Bell wrote: >> It's hit or miss, but the first time someone visits the web site, >> they get >> a "s

Re: Help with strange web server problem

2006-02-13 Thread Jerry Bell
> So ACPI is disabled? I'm assuming it's enabled. Can that be a problem? Aug 29 12:04:46 www syslogd: kernel boot file is /boot/kernel/kernel Aug 29 12:04:46 www kernel: Copyright (c) 1992-2005 The FreeBSD Project. Aug 29 12:04:46 www kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 199

Re: Help with strange web server problem

2006-02-13 Thread Joe Auty
I'm hardly on expert on these sorts of things, but I *believe* that ACPI is responsible for power management stuff, including possibly spinning down your hard drive after inactivity. Try restarting with ACPI enabled (which you can do on your boot menu), or disable ACPI within your BIOS for

Re: Help with strange web server problem

2006-02-13 Thread Jerry Bell
I will give that a try. Thank you for your help! Jerry > I'm hardly on expert on these sorts of things, but I *believe* that > ACPI is responsible for power management stuff, including possibly > spinning down your hard drive after inactivity. Try restarting with > ACPI enabled (which you can do

Re: Help with strange web server problem

2006-02-13 Thread Joe Auty
Some software (such as VMWare) will only work with ACPI disabled anyway. Even in our Mac labs here, we disable all Energy Saver settings - it just isn't worth the hassle, especially when there isn't much to gain on a Desktop machine, IMHO. On Feb 13, 2006, at 3:21 PM, Jerry Bell wrote: I

Re: File verification script

2006-02-13 Thread Kristian Vaaf
At 16:24 13.02.2006, Lowell Gilbert wrote: Kristian Vaaf <[EMAIL PROTECTED]> writes: > I just want a simple script that uses cfv to verify MP3 albums, > the same way I showed you my other script that uses cfv to seal my MP3 albums. Well, cksfv seems to be appropriate for that application. I

RE: Sendmail - IMAP-UW - Cyrus-SASL2 - SMTPAUTH problems

2006-02-13 Thread Kirk Davis
Hi Greg, > I'm trying to set up a FreeBSD 6.0 box as a mail server, and while > everything seems to be working OK for the most part, I have > run into two > issues that I cannot resolve (I'm new to BSD, please bear > with me). Install > went as follows: Installed via FTP last night along wi

Re: Flash Plugin for Firefox

2006-02-13 Thread Beech Rintoul
On Monday 13 February 2006 08:03, Lowell Gilbert wrote: > Chris Maness <[EMAIL PROTECTED]> writes: > > What do I use for a flash plugin for Firefox? The auto plugin Try my how-to located here: http://akparadise.byethost33.com/freebsd/linuxpluginwrapper_how_to.txt Beech -- ---

Re: Memory leak?

2006-02-13 Thread David Scheidt
On Mon, Feb 13, 2006 at 09:30:17PM +1100, Robert Leftwich wrote: > From: Robert Leftwich <[EMAIL PROTECTED]> > > On Mon, 13 Feb 2006 09:29:03 +0100, "Erik Norgaard" > <[EMAIL PROTECTED]> said: > > > > Do you run other applications also? > > > > There was a discussion on CURRENT@ some weeks ago a

Re: Help with strange web server problem

2006-02-13 Thread Charles Swiger
On Feb 13, 2006, at 3:12 PM, Jerry Bell wrote: I didn't want to spam the link out, but it's www.musiclodge.com. I will gather the capture data from working and non working sessions and send it out. Well, I can confirm the behavior you've described. It looks somewhat like a stateful firewa

Re: Sendmail - IMAP-UW - Cyrus-SASL2 - SMTPAUTH problems

2006-02-13 Thread Joe Auty
Hey Greg, Sorry if this completely throws a monkey wrench into your plans, but I feel inspired to interject since I once had a nearly identical setup as you... I switched to Postfix and Courier-IMAP since I found that performance of large mailboxes in IMAP-UW was pretty poor, especially o

Re: Memory leak?

2006-02-13 Thread Charles Swiger
On Feb 13, 2006, at 4:40 PM, David Scheidt wrote: Unfortunately no, its cli only, no x, pretty much just Postgres and Python and C :-( I've seen (very, very, very, very) large memory leaks on long-lived Python processes. I haven't looked at it to figure out if it's python, some module, or the

Re: Help with strange web server problem

2006-02-13 Thread Gerard Seibert
Jerry Bell wrote: > I didn't want to spam the link out, but it's www.musiclodge.com. I will > gather the capture data from working and non working sessions and send it > out. > > Thanks! > > > On Feb 13, 2006, at 7:58 AM, Jerry Bell wrote: > >> It's hit or miss, but the first time someone visit

Re: pear problem

2006-02-13 Thread Albert Shih
Le 12/02/2006 à 00:22:41+0100, Uwe Laverenz a écrit > On Fri, Feb 10, 2006 at 10:25:12PM +0100, Albert Shih wrote: > > > On a FreeBSD 5.4-p8 I've a problem to install pear ports. > > Do you use nss-ldap/pam-ldap on this machine? yes. > > > the ports install stop with core dump (php.core). > >

Re: Memory leak?

2006-02-13 Thread Robert Leftwich
On Mon, 13 Feb 2006 16:40:54 -0500, "David Scheidt" <[EMAIL PROTECTED]> said: > > I've seen (very, very, very, very) large memory leaks on long-lived > Python processes. I haven't looked at it to figure out if it's > python, some module, or the application doing something stupid. But > the proc

horde on freebsd6

2006-02-13 Thread Dave
Hello, I've got php4 and apache installed on freebsd6 with several php4 extensions. Now i want to install horde and imp to test them out while atempting to decide if horde would be suitable as a webmail solution. I try the install via ports, but pear always stops saying the port requires the

Re: FreeBSD & Windows Boot?

2006-02-13 Thread Gerard Seibert
Jerry McAllister wrote: > > > > If for what ever reason the FreeBSD boot loader does load windows, is > > there a way to repair the windows boot sector? I remember trying this > > in the past with ill results. > > Probably depends on what is wrong. > Probably there is some MS utility that can

Re: Memory leak?

2006-02-13 Thread Charles Swiger
On Feb 13, 2006, at 5:13 PM, Robert Leftwich wrote: After 1 dataset it is: Mem: 107M Active, 1919M Inact, 158M Wired, 16K Cache, 214M Buf, 570M Free Swap: 4068M Total, 4068M Free which totals 2968M While running on the 6th dataset: Mem: 1032M Active, 1045M Inact, 260M Wired

Re: Memory leak?

2006-02-13 Thread Robert Leftwich
On Mon, 13 Feb 2006 17:58:07 -0500, "Charles Swiger" <[EMAIL PROTECTED]> said: > On Feb 13, 2006, at 5:13 PM, Robert Leftwich wrote: > > Possibly your database is using lots of SysV shared memory, which > would explain why "wired" is going up so much, otherwise perhaps > something in the kern

Re: horde on freebsd6

2006-02-13 Thread Philip Hallstrom
Hello, I've got php4 and apache installed on freebsd6 with several php4 extensions. Now i want to install horde and imp to test them out while atempting to decide if horde would be suitable as a webmail solution. I try the install via ports, but pear always stops saying the port requires the

Re: Memory leak?

2006-02-13 Thread Robert Leftwich
On Tue, 14 Feb 2006 11:00:46 +1100, "Robert Leftwich" > > I can't see anything that explains the discrepancy. Below is the top -o > size after a reboot, followed by the current top after 8 datasets (the > extra python process is the analysis app - at a low memory usage point): Oops, just noticed

  1   2   >