Re: your advice on vinum, RAIDs

2005-12-29 Thread Robert Slade
On Thu, 2005-12-29 at 15:05, Joe Auty wrote: > On Dec 29, 2005, at 4:14 AM, Robert Slade wrote: > > > On Thu, 2005-12-29 at 06:09, Joe Auty wrote: > >> Hello, > >> > >> I've been considering buying another hard drive for my FreeBSD > >> machi

forwarding http requests with ipfw

2005-12-30 Thread Robert Collins
I've got a situation where I've got an internal host using a private ip/domainname. Let's say for the sake of this discussion the host is privatehost.internal.freebsd.org. privatehost isn't running a webserver. But I would like machines on the internal.freebsd.org network to query privatehost a

Re: forwarding http requests with ipfw

2005-12-30 Thread Robert Collins
At 09:07 PM 12/30/2005, Robert Collins wrote: I've got a situation where I've got an internal host using a private ip/domainname. Let's say for the sake of this discussion the host is privatehost.internal.freebsd.org. privatehost isn't running a webserver. But I would

Re: forwarding http requests with ipfw

2005-12-30 Thread Robert Collins
- Original Message - From: "Glenn Dawson" <[EMAIL PROTECTED]> To: "Robert Collins" <[EMAIL PROTECTED]>; Sent: Saturday, December 31, 2005 1:46 AM Subject: Re: forwarding http requests with ipfw At 10:34 PM 12/30/2005, Robert Collins wrote: At 09:

Re: forwarding http requests with ipfw

2005-12-31 Thread Robert Collins
What's happening here is that since the dest address is not changed, the packet never leaves the machine with the fwd rule. If you want to see it, make your fwd rule look like this: fwd 216.136.204.117 log tcp from any to me dst-port 80 then tail -f /var/log/security when you try to browse t

Re: Kernel Compilation...

2006-01-02 Thread Robert Slade
On Mon, 2006-01-02 at 16:15, Crispy Beef wrote: > Hi All, > > Just joined this list. The last time I used FreeBSD was with 4.6-RELEASE, so > a while ago now. I have just installed 6.0-RELEASE on my old laptop and have > been configuring the system, am onto the kernel at the moment, have follow

Re: Kernel Compilation...

2006-01-02 Thread Robert Huff
ve the kernel config file elsewhere and delete /usr/src and /usr/obj. THe next time you need to rebuild you'll need to clear the disk and download the entire source tree, but you'll have the disk available until then. Robert Huff _

Re: Detect hardware changes

2006-01-02 Thread Robert Huff
correct driver? This page: http://wwwhttp://www.freebsd.org/releases/6.0R/hardware-i386.html#ETHERNET puts the EG-1032 under both "nge" and "sk" Robert Huff boot probes Jan 2 23:24

How long to compile...

2006-01-03 Thread Robert Huff
he 500mhz Celeron being an overnight or all-day job. Robert Huff ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Kernel Compilation...

2006-01-04 Thread Robert Huff
Including reading /ysr/src/UPDATING. Robert Huff ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Can someone please repost the fix for installing OpenOffice on FreeBSD 6.0

2006-01-05 Thread Robert Slade
A. On Thu, 2006-01-05 at 14:36, Tim Greening-Jackson wrote: > Hello there. I am trying to install Open Office on my new FreeBSD > workstation, and have downloaded the appropriate BZ2 file from > OpenOffice.org and unzipped it. > > Now when I ask pkg_add to add it I get the following: > >

hyperactive dhclient?

2006-01-06 Thread Robert Huff
t is about any particular version.) Robert Huff ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Spamcop listed - need help to diagnose why

2006-01-06 Thread Robert Slade
On Sat, 2006-01-07 at 05:45, David Banning wrote: > My server just was listed with Spamcop. Before I exercise my -one time- > option to de-list it I need to verify that indeed my server is not sending > spam. I have 3 win boxes routing through my FreeBSD box. > > Also there are a few windows comp

Re: /dev/eth0 question - prefer reply in next 20mins

2006-01-06 Thread Robert Slade
A. On Sat, 2006-01-07 at 00:48, Peter Leftwich wrote: > ...Well today, I have a question that *is* unixey (yoo-knicks-ee) in > nature, but admittedly not having to do with BSD; Here,let me start > this way: > > When I boot my dual-boot PC to Linux Fedora Core 4, instead of > FreeBSD *wink* I

Re: Sparc dual boot problems

2006-01-06 Thread Robert Slade
On Sat, 2006-01-07 at 03:47, jasonharback wrote: > Here's the situation > > > > The machine is a SUN ULTRA 5 and I have 4 IDE devices. I am new to SUN > hardware I know much more about PC's. The first device primary master is the > cdrom which Solaris 10 and FreeBSD were successfully install

Re: Problem in install USB data cabel (based on prolific 2303 chip) for Siemens C72 mobile phone.

2006-01-07 Thread Robert Slade
On Sat, 2006-01-07 at 17:10, [EMAIL PROTECTED] wrote: > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" I would send your question in th

RE: Sparc vs i386 architecture

2006-01-07 Thread Robert Slade
[EMAIL PROTECTED] > >[mailto:[EMAIL PROTECTED] Behalf Of Michael > >Bernstein > >Sent: Saturday, January 07, 2006 1:53 PM > >To: Robert Slade; jasonharback > >Cc: freebsd-questions@freebsd.org > >Subject: Sparc vs i386 architecture > > > > > >H

portmanager core dumps

2006-01-08 Thread Robert Marella
atus and safe update utility Thanks Robert ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

SSH problem

2006-01-09 Thread Robert Stevenson
I'm able to log-in to my FreeBSD box using SSH just a few days ago, but now I can't. Whenever I try I only get to enter my username and the password prompt does not appear anymore. It seems authentication stops after I enter my username. I'm using PUTTY as a client I can login directly to the box

Re: how should I (best practice) set up permissions for rsync ?

2006-01-11 Thread Robert Slade
On Wed, 2006-01-11 at 03:47, user wrote: > On Wed, 11 Jan 2006, Wojciech Puchar wrote: > > > > Hi, > > > > > > I want to rsync /usr/home from one machine to another, for purposes of > > > backup. > > > > > > > i do: > > > > rsync -e "rsh" -avzrlHpogDtS --delete --delete-excluded --force > > \ -

Re: Slightly OT, question about nvidia X driver & screensaver

2006-01-12 Thread Robert Slade
On Thu, 2006-01-12 at 21:18, Nathan Vidican wrote: > Have the nvidia driver installed on my laptop, it's running Linux/amd64... > I'm a > FreeBSD guy, and relatively new to linux. To be honest, not thrilled at all - > but it works, hardware support for this thing under FreeBSD's just not there

Re: XFree86 on FreeBSD 5.4

2006-01-13 Thread Robert Slade
On Fri, 2006-01-13 at 11:21, offbyone wrote: > My problem: > Running FreeBSD_5.4-RELEASE with XFree86-4.5.0, there is a mis-match: > the underlying o.s. and newly installed and upgraded ports expect X.org > After portupgrade of an X-supported port, this mis-match shows up as > "stale dependency(i

Re: cups at bootup

2006-01-13 Thread Robert Slade
On Fri, 2006-01-13 at 15:00, Andrew L. Gould wrote: > After a complete system and port upgrade, cups does not start at > bootup. During bootup, I see the following line: > > Usage: cups {reload|restart|start|status|stop} > > The command 'ps ax | grep cups' returns nothing. If I start cups as > ro

Re: cups at bootup

2006-01-13 Thread Robert Slade
On Fri, 2006-01-13 at 16:03, Andrew L. Gould wrote: > On Fri, 13 Jan 2006 15:30:01 + > Robert Slade <[EMAIL PROTECTED]> wrote: > > > On Fri, 2006-01-13 at 15:00, Andrew L. Gould wrote: > > > After a complete system and port upgrade, cups does not start at >

Re: Re FreeBSD v 6.0 (boxed cd set)

2006-01-13 Thread Robert Slade
On Sat, 2006-01-14 at 01:01, je killen wrote: > (On e-Machine with Intel Sempron processor and 256 mb memory). > I'm not able to log into x via kdm as root and not able to su to root > when in Gnome (or KDE for that matter). > It also goes through what seem to be excessive sleep cycles (two > las

problems mounting a ext2 disk image

2006-01-14 Thread Robert Lowe
Hi, I have a dd image of a hard drive from a Linux box, which I'm trying to look at using a FreeBSD system. fdisk shows the following: Media sector size is 512 Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 1 is: sysid 131 (0x83),(

Re: Re FreeBSD v 6.0 (boxed cd set)

2006-01-15 Thread Robert Slade
On Sun, 2006-01-15 at 08:19, je killen wrote: > On Jan 14, 2006, at 12:01 PM, je killen wrote: > > > > > On Jan 13, 2006, at 11:27 PM, Robert Slade wrote: > > > >> On Sat, 2006-01-14 at 01:01, je killen wrote: > >>> (On e-Machine with Intel Sempron pro

Re: Mail filtering at server

2006-01-15 Thread Robert Slade
On Sun, 2006-01-15 at 04:52, Micah wrote: > Frank Staals wrote: > > Hey, > > > > I'm running FreeBSD 5-stable and I'm using the system as mailserver, so > > I set up sendmail using this guide: > > http://www.puresimplicity.net/~hemi/freebsd/sendmail.html as imap server > > I'm using imap-uw. No

Re: message appears at prompt

2006-01-15 Thread Robert Slade
On Sun, 2006-01-15 at 18:50, je killen wrote: > The following messages are appearing at my terminal on a frequent basis: > > (Jan 15 09:23:05 e-mach login: ROOT LOGIN (root) ON ttyv0 > Jan 15 09:25:43 e-mach login: ROOT LOGIN (root) ON ttyv0 preceeding > from /var/log/messages) > (these are t

Re: rpm equivalent to 'pkg_add -r'?

2006-01-17 Thread Robert Slade
On Tue, 2006-01-17 at 08:36, Garrett Cooper wrote: > On Jan 16, 2006, at 11:17 PM, Gregory Nou wrote: > > > Marc G. Fournier wrote: > >> As the subject asks, is there an equivalent? I'm trying to > >> install linux apache2 on a FreeBSD box, and would like have rpm do > >> as much as possible

Re: how to upgrade

2006-01-21 Thread Robert Slade
On Sat, 2006-01-21 at 21:20, Jose Jesus Ortega wrote: > I installed AfterStep from the freeBSD ports but a new > version here > ftp://ftp.afterstep.org/stable/AfterStep-2.2.0-noimages.tar.bz2 > > is up but I'm new, how do I upgrade to 2.2.0. thanks. Jose, Short answer is wait until the FreeBsd p

package tools out of date?

2006-01-22 Thread Robert Fitzpatrick
read_plist: unknown command '@dirrmtry %D/etc/openldap' (package tools out of date?) pkg_create: write_plist: unknown command type -1 (etc/openldap/schema) *** Error code 2 Stop in /usr/ports/net/openldap22-sasl-server. *** Error code 1 Stop in /usr/ports/net/open

Re: Post-Install update steps?

2006-01-23 Thread Robert Huff
s of Java. Robert Huff ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

mga_hal driver broken under Xorg > 6.8.2

2006-01-25 Thread Robert Huff
ning using the vesa driver and poked around, finding this: http://lists.debian.org/debian-x/2006/01/msg1.html Sure enough, renaming mga_hal.drv.so fixed the problem. Looks like the module needs to be rebuilt. R

Re: serial console for dummies?

2006-01-29 Thread Robert Slade
On Sun, 2006-01-29 at 08:39, Scott I. Remick wrote: > Hello... I'm trying to set up a serial console for watching console error > messages while in X, but am having a real hard time getting my head around > the concepts of what I need to do (and don't need to). > > I've seen http://www.freebsd.org

Re: what with privileges

2006-01-29 Thread Robert Slade
On Sun, 2006-01-29 at 20:06, Playnet wrote: > Hello freebsd-questions, > > I try add machine into domain. If i run smbldap-useradd manually, all > ok. But from samba i get errors: > > Jan 29 22:47:04 sstand net: smbldap_open: cannot access LDAP when not root.. > Jan 29 22:47:04 sstand net: [200

Re: Starting mysql at boot time.

2006-01-29 Thread Robert Slade
On Sun, 2006-01-29 at 20:32, fbsd_user wrote: > I installed the mysql-server port. > How do I get it to start at boot time? > Is there some how-to for apache/mysql? > > Thanks > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/

Re: Re[2]: what with privileges

2006-01-30 Thread Robert Slade
On Sun, 2006-01-29 at 21:35, Playnet wrote: > Hello Robert, > > Sunday, January 29, 2006, 11:26:05 PM, you wrote: > > RS> Hmm I think the 1st line says it all. You are not using the correct > RS> admin user ie one with sufficient privileges. to add the user to ldap. &

Re: Activity?

2006-01-30 Thread Robert Slade
On Mon, 2006-01-30 at 17:12, Daniel A. wrote: > During my subscription period on this list, I've recieved seven emails. > Is this the correct activity level or have I misconfigured something? > ___ > freebsd-questions@freebsd.org mailing list > http://lis

Re: Proper mail headers

2006-01-30 Thread Robert Slade
On Mon, 2006-01-30 at 17:13, Duane Whitty wrote: > Hi everyone, > > I wanted to check to see if I am using the proper etiquette when filling > in my headers, especially when responding to someone's post. Should I > just let let my reply go to the person named in Reply-To or should I > reply to

Re: Activity?

2006-01-30 Thread Robert Slade
On Mon, 2006-01-30 at 17:29, Robert Slade wrote: > On Mon, 2006-01-30 at 17:12, Daniel A. wrote: > > During my subscription period on this list, I've recieved seven emails. > > Is this the correct activity level or have I mis

Re: apache2

2006-01-30 Thread Robert Slade
On Mon, 2006-01-30 at 20:46, serge wrote: > Hi. > Frank Bonnet wrote: > >serge wrote: > >> Hi. > >> > >> Help to adjust please apache-1.3.33 or apache-2 and a file httpd.conf. > >> I change some parameters in this file but I can not start > >> apache. Look please, that I do not so. What it is nece

Re: Can't see second CPU on IBM eServer x346 (FBSD5.4 and 6.0 amd64)

2006-01-31 Thread Robert Slade
On Tue, 2006-01-31 at 07:59, Anto Prijosoesilo wrote: > Hi, > > I'm having a problem installing FreeBSD/amd64 SMP on a > couple of IBM x346 servers. Both have dual XEON 3.0GHz > EM64T processors but OS seems to only enable one of > them. > > ACPI has to be disabled on both machines for them to >

Re: Java Virtual Machine

2006-02-01 Thread Robert Huff
4.2/bin/java # Linux-Sun-JDK1.4.2.10 ? Robert Huff ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Java Virtual Machine

2006-02-01 Thread Robert Huff
Nikolas Britton writes: > So what your saying is that once you have a native jdk built and > installed (say 1.4.2) you can compile the native jdk15 port with > the native jdk14 port and not need the linux jdk14 port? Yes. Ro

Re: Java Virtual Machine

2006-02-01 Thread Robert Huff
nctionally three separate lines of software (which just happen to overlap functionally). Upgrading from, say, 1.4.2p to 1.4.2p is usually* safe. 1.4.2 to 1.5 is not. Robert Huff * - Usually. Note that p7->p8 broke something (details in the java@ archives wit

Running custom command via Nagios

2006-02-02 Thread Robert Fitzpatrick
esn't work either. How can I run this script in the same context as Nagios to test from the commandline? -- Robert ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send a

Re: "Firefox is already running" problem on 6.0

2006-02-03 Thread Robert Huff
Firefox lock files." > I don't have any Mozilla lock files either, for that matter. May we see the output of: ps -ax run as root? Robert Huff ___ freebsd-questions@freebs

Re: choosing a UPS

2006-02-03 Thread Robert Huff
RTFM_. You may have to may certain minor changes to the kernel for things to work properly. I haven't checked the APC website, but I don't think any current models ship with a serial port. Robert Huff ___

Re: 6.0 on DVD

2006-02-04 Thread Robert Slade
On Sat, 2006-02-04 at 13:38, Chris wrote: > It would be nice if FBSD offered at least a torrent download of the DVD. > If it's out there - where? There is no DVD, only cd ISO's - you can get away with the 1st cd if necessary. Rob ___ freebsd-questions@

Re: Why does portsdb -Uu run so long?

2006-02-04 Thread Robert Huff
Nikolas Britton writes: > 4. pkg_version | grep "<" Consider instead: portsversion -l "<" to which I usually append: | sendmail huff in case I want to do the upgrade later.

Re: Invisible port 80

2006-02-04 Thread Robert Huff
machine itself using the machine IP address, but from my office > >> port 80 seems invisible. The other machine works exactly as expected. Firewall?? Robert Huff ___ freebsd-questions@freebsd.org

Re: Why does portsdb -Uu run so long?

2006-02-05 Thread Robert Huff
and without provocation Done the Wrong Thing. Similar behavior can be observed in other posters, with a statistical bias toward the more technically experienced. (Your mileage may vary.) Robert Huff ___ freebsd-questi

Re: dhclient in 6.0

2006-02-06 Thread Robert Huff
le config files, that is. I am using my (ISC) dhclient.conf unmodified under (OpenBSD) dhclient with (as far as I know) no adverse results. And I think I specificly remember the announcement of the change explicitly saying most config files would need no changes. Ro

Re: Porblem with Openoffice 2.0.1

2006-02-07 Thread Robert Huff
o. You're other options are to try > WITHOUT_JAVA, Note: invoking WITHOUT_JAVA will disable certain (and in my opinion essential) features ... like the ability to save files in .odt (OpenDocument) and even .sx? (OpenOffice naitve) formats.

Re: Tracking Security in Ports and Base System

2006-02-08 Thread Robert Huff
hit one of the monsters (java, mozilla, gnome, openoffice, etc.) it's less than an hour. Robert Huff ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsub

MySQL port

2006-02-08 Thread Robert Uzzi
Am I missing something or is the MySQL ports missing the switches to compile with the CSV engine enabled? Mysql itself has them but not the port? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions T

Re: Protecting Windows

2006-02-09 Thread Robert Huff
out that I.B.M. has (or had at one point) a Linux-native version of ViaVoice. Robert Huff ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe,

Re: is upgrading from 4.x to 6.x possible?

2006-02-10 Thread Robert Huff
alll feasible) to buy a new disk and start over. It's amazing the amount of crud that accumulates on most people's disks. Mount the old disk read-only, and copy off any desired files, then store it as "ultimate backup" for six months or so. Ro

stale dependencies in pkgdb

2006-02-10 Thread Robert Huff
le dependencies. This may take some effort the first time around. Beyond that, I question the wisdom of any "automatic" solution. There are definitely times when I do _not_ want to accept the fixes proposed by pkgdb -F. Robert Huff ___

Re: FreeBSD 6 on DVD

2006-02-10 Thread Robert Slade
On Fri, 2006-02-10 at 14:10, Chris wrote: > On Fri, 10 Feb 2006, Duane Whitty wrote: > > > Chris wrote: > >> Anyone have a mirror that supports at least a torrent for 6.0 on DVD? > >> I hate the ISO's with all that damned swithing of the CD's. > >> > >> Better yet, doe anyone know the layout used

SATA Raid

2006-02-10 Thread Robert Uzzi
Anyone know of any of the cheaper SATA raid cards that work well under FreeBSD. I'd love to go get a 3ware but they are fairly pricey. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscri

Re: Help Installing FreeBSD 6.0 with GUI

2006-02-10 Thread Robert Slade
On Fri, 2006-02-10 at 22:24, Alexandre Adao wrote: > I am VERY new on FeeBSD and I installed it using the > standard option. How can have freeBSD 6.0 runing on > GUI? Is there any step by step proceedure? > > Thanks for any help. > --Alex > Alex, Welcome Every thing you should need to know is

FreeBSD 6.0, amd64, A8N-SLI and 4gb ram

2006-02-11 Thread Robert Leftwich
red, but adding that generates an 'invalid option PEA' error when running make. Is it possible for FreeBSD to access the full 4gb on this m/b? Robert ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: FreeBSD 6.0, amd64, A8N-SLI and 4gb ram

2006-02-11 Thread Robert Leftwich
On Sat, 11 Feb 2006 23:19:07 +1100, "Robert Leftwich" <[EMAIL PROTECTED]> said: > I've been running FreeBSD 6.0 stable on an A8N-SLI Premium amd64 box > with 2gb of ram for a few weeks now and it has been running well, ...[snip] Forgot to mention, I'm ru

RE: SATA Raid

2006-02-11 Thread Robert Uzzi
A v1.0 > Slave: no device present > ATA channel 3: > Master: ad6 Serial ATA v1.0 > Slave: no device present > mail# > > mail# atacontrol status ar0 > ar0: ATA RAID1 subdisks: ad4 ad6 status: READY > mai

Re: FreeBSD 6.0, amd64, A8N-SLI and 4gb ram

2006-02-11 Thread Robert Leftwich
uired, but adding that generates an 'invalid option PEA' > ^ > > is it typo now or in kernel config? Typo is now (unfortunately), it says 'invalid option PAE' Robert __

Re: Samba vulnerability & make problem

2006-02-11 Thread Robert Slade
On Sat, 2006-02-11 at 20:36, Denny White wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > 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 > ===>Verify

Re: incorrect logins

2006-02-12 Thread Robert Slade
On Sun, 2006-02-12 at 04:39, Playnet wrote: > Hello FreeBSD, > > I see many records as > Feb 10 21:08:55 sstand sshd[84600]: Failed password for root from > 61.218.130.20 port 46356 ssh2 > > How can i block these IP, who try "root" as login? > Have any soft in ports? In the default setup of S

Re: Dell 530 RAID 5 Recommendations

2006-02-12 Thread Robert Slade
On Sun, 2006-02-12 at 02:19, Matt Sullivan wrote: > I am considering using FreeBSD 6 on an old Dell Precision Workstation > 530 MT. > It has Dual Xeon 1.5 GHz CPUs, 4 x Fujitsu AIC-7892A MAJ3182M SCSI HDs, > 1 GB RDRAM, Nvidia Elsa Gloria II Pro video, Integrated 3Com NIC, > Lynksys Wireless-G USB

Re: LDAP authentication problems

2006-02-12 Thread Robert Slade
On Sun, 2006-02-12 at 13:37, Pavel Duda wrote: > Hi, > I have problems to get LDAP authentiction working (pam_ldap)and after > two days of struggle I'm almost giving up... > > I've tried few howtos like that one from samba.idealx.org but without > success. First I wanted to run Samba PDC on Free

Memory leak?

2006-02-12 Thread Robert Leftwich
, 17% Inuse real memory = 3221159936 (3071 MB) avail memory = 3106529280 (2962 MB) What's the best way to track down more information as to the cause of this problem? Thanks Robert ___ freebsd-questions@freebsd.org mailing list

Re: Memory leak?

2006-02-13 Thread Robert Leftwich
; available now. > Unfortunately no, its cli only, no x, pretty much just Postgres and Python and C :-( Robert ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

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

Re: Memory leak?

2006-02-13 Thread Robert Leftwich
Wired, 145M Cache, 214M Buf, 4664K Free Swap: 4068M Total, 108K Used, 4068M Free which totals 2700.6M Are my assumptions incorrect, should the totals displayed by top be at least approximately equal? Robert ___ freebsd-questions@freebsd.

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,

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 memor

Re: SATA Raid

2006-02-15 Thread Robert Uzzi
t; - Original Message - > From: "bsd" <[EMAIL PROTECTED]> > To: "Robert Uzzi" <[EMAIL PROTECTED]> > Cc: "Liste FreeBSD" > Sent: Wednesday, February 15, 2006 5:26 PM > Subject: Re: SATA Raid > > >> From a little 1U server I am using

Re: SATA Raid

2006-02-15 Thread Robert Uzzi
That still dosen't connedt SATA to a non sata board though. That's my situation I have 6 SATA drives but no SATA native board. Looking for a cheap addin card to build this upon. > In that case maybe you want to consider software raid on freebsd. It's > dead > easy to install and configure. > http:

Re: Blocking an individual email address

2006-02-15 Thread Robert Slade
On Wed, 2006-02-15 at 15:52, James Csoka wrote: > I am running a FreeBSD 5.4p10 machine at my office. It functions as our > firewall and mailserver. I am running Mailscanner, which invokes sendmail > when necessary to process mail. Sendmail is not started by > defaultMailscanner invokes i

PAE kernel

2006-02-15 Thread Robert Uzzi
What is the secret to compiling a PAE kernel? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

UTF-8 locales and display corruption

2006-02-16 Thread Robert Huff
Not familiar with the details, but have you recompiled the offenders? Robert Huff ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

make depend error

2006-02-16 Thread Robert Uzzi
Any clues to this error? [EMAIL PROTECTED] CUSTOM-SMP # make depend cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I../../.. -I../../../cont

Re: FreeBSD 6.0, amd64, A8N-SLI and 4gb ram

2006-02-16 Thread Robert Leftwich
or more' and it appears to be the only way to get it to enable the last 1gb. After some discussion on the Ubuntu 64 forum I'm going to try the Live CD 64 bit to see if it boots up ok with the 4gb turned on in the bios and if so, it looks like I will have to move to that distro to

Re: Mysterious reboot

2006-02-16 Thread Robert Huff
ess than an hour, the longest several weeks, the average 4-5 days. After an update in October (??), things slowly got better; several further updates and I haven't seen it in weeks. Robert Huff

Re: Mysql 5 Cluster & FreeBSD

2006-02-16 Thread Robert Uzzi
Add this to /usr/local/etc/pkgtools.conf in your MAKE_ARGS statement. It's the WITH_NDB=1 switch that will enable building with cluster support, the rest is up to you. Then use the portinstall command to build the port. >From there on it is like any other OS to build the MySQL cluster. MAKE_ARGS

Re: Anyone interpret this ?

2006-02-17 Thread Robert Uzzi
You got port scanned. >> +Limiting closed port RST response from 216 to 200 packets/sec > > By analogy with the rate limiting on icmp echo (ping) I'd say that > someone try to access to a closed service 216 times per second and > that the reset (RST) response is limited to 200. > > Olivier > _

Re: 80 pin SCSI hard drives.

2006-02-17 Thread Robert Huff
r, as well as jumpers to > > define SCSI id. > > So you can confirm that using these adaptors works OK? I have a AHA-2940U2W whose connection to a SEAGATE SX150176LC involves a third party adapter. Running over a year, zero observed problems.

Re: Remving All of MySQL Database

2006-02-17 Thread Robert Uzzi
> hello i need to remove all of the mysql databases... i messed it up... > and now cant log in? please help. I tried deleting the /var/dg/mysql and > running mysql_install_sh > Try looking at the MySQL manual. http://dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html

Linksys EG1032 -- couldn't map ports/memory; skc0 attach returned 6

2006-02-18 Thread Robert Huff
gt; Please advise, If it is a recent model 1032, then "skc" is the wrong driver. Try "re" instead; you may want, or need, to put if_re_load="YES in "/boot/loader.conf". Robert "been there, done that" Huff &quo

Multiple DNS

2006-02-18 Thread Robert Slade
Hi, I am looking for some advice. I have a network which is based on a number of servers running FreeBsd 6.0 serving Win XP work stations. (yes I know but..) The network is large enough to use DHCP and DNS for the internal network, I have setup a DHCP server with a Dynamic DNS (Bind 9) on one of t

Re: help

2006-02-19 Thread Robert Slade
On Sun, 2006-02-19 at 08:54, FuLLBLaST wrote: > Dear FreeBSD developers, > I've installed FreeBSD on my home computer and i'm having following > problems: > Hello and welcome > 1) > When starting up system, after each login i must type "startx" to enable > the desktop environment. This is cover

portupgrade log

2006-02-21 Thread Robert Huff
ow the logs from certain make sessions are treated, but I have never used them. It is always possible to capture the output of a portupgrade run to disk using the shell. Robert Huff ___ freebsd-questions@freeb

using Realplayer codecs with mplayer

2006-02-21 Thread Robert Huff
yer 10 (even under comaptibility) over mplayer. Robert Huff ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Looking for a mentor on php/mysql

2006-02-22 Thread Robert Uzzi
> I am trying to teach my self php/mysql/html programming. > I have done native static html web sites before. > Running FreeBSD 6.0 with apache13, php, and mysql all installed and > working. > > Have read a few php books and searched the web for code snippets. > Have been on some of the php forum s

Re: Newbie Alert : pkg_add and packages Q (do not want to compile)

2006-02-22 Thread Robert Huff
y*?? > > bash-3.1.10 > > [/snip] > > Don't worry. Its normal. Any loose ends with respect to > dependencies will get tied up later. Confirmed. Robert Huff ___ freebsd-questions@

Re: New Computer System

2006-02-23 Thread Robert Huff
also plus 1 gig of swap. Robert Huff ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: 10 years of "The Complete FreeBSD"

2006-02-23 Thread Robert Marella
l gentleman. If you are ever on The Big Island of Hawai`i, the beer is on me. Mahalo Robert ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Remove a Port and All Dependencies

2006-02-24 Thread Robert Huff
at a chance of removing something prematurely. However, I have done this manually by repeated application of pkg_cutleaves (sysutils/pkg_cutleaves) + pkg_delete. Robert "back to the libtool upgrade" Huff _

Re: winmodem driver

2006-02-25 Thread Robert Slade
On Sat, 2006-02-25 at 11:21, kalin mintchev wrote: > hi all... > > is there a win modem driver in 6.0 that can be used with the build-in > modem on ibm thinkpads? > > thanks... Kalin, Probably not as the Win bit normally stands for windows.. Have you looked in the supported HW list: http://w

<    5   6   7   8   9   10   11   12   13   14   >