Re: sudo and LDAP

2006-07-03 Thread Dan Nelson
In the last episode (Jul 02), ACM Staff said: Ok, so I am running a box with 6.0-STABLE Problem is I can't get sudo working for my LDAP based users. I compiled sudo from the ports tree with LDAP support. Here is some output as a user: [EMAIL PROTECTED]:~$ id notroot uid=2018(notroot)

Re: Root crontab for backup

2006-07-03 Thread Xian
On Monday 03 July 2006 00:29, Greg 'groggy' Lehey wrote: It's a good idea to leave /etc/periodic as it is; it makes updating easier. I personally put this sort of thing in /etc/crontab, though arguably (also because of upgrades) root's crontab is a better place. You can use

Portupgrade ruby problem

2006-07-03 Thread bsd
Hello, I have a new problem that has just occured on my main mail server. I am upgrading the ports on this server every two or three days using portsnap and portupgrade. After portsnap has updated it's index I do a portupgrade -arR to upgrade all ports on the system. Mutt needed an

Re: Root crontab for backup

2006-07-03 Thread Greg 'groggy' Lehey
On Monday, 3 July 2006 at 6:57:27 +0100, Xian wrote: On Monday 03 July 2006 00:29, Greg 'groggy' Lehey wrote: It's a good idea to leave /etc/periodic as it is; it makes updating easier. I personally put this sort of thing in /etc/crontab, though arguably (also because of upgrades) root's

Re: gdb in realloc(): error: junk pointer, too high to make sense on FreeBSD 5.2+

2006-07-03 Thread Paul Querna
Philip M. Gollucci wrote: Hi, 2 years ago, PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/68727 was filed about gdb itself segfaulting when trying to debug httpd. This PR hasn't seen any action AFAIK. This appears to be a duplicate of this one:

Re: sudo and LDAP

2006-07-03 Thread Jim Lester
Ya, that worked. I didn't think about it from that angel. I suppose it has to auth the user somehow and I don't have ldap in system, I just have it in ssh. Thanks. On 7/2/06, Dan Nelson [EMAIL PROTECTED] wrote: In the last episode (Jul 02), ACM Staff said: Ok, so I am running a box with

Re: Kill an stopped process

2006-07-03 Thread O. Hartmann
Corey Brune wrote: On 7/2/06, *O. Hartmann* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Sometimes it happens on my FreeBSD 6.1-STABLE/AMD box, that a process, in most cases xine, firefox oder thunderbird, show status 'STOP' in top and are unkillable! Trying to kill them

Re: [Xorp-feedback] Xorp and CARP on FreeBSD]

2006-07-03 Thread Bohuslav Plucinsky
Hello, here is a reply from one of the XORP developers, Pavlin Radoslavov. What is your opinion to this problem? Thanks, Bohus - Forwarded message from Pavlin Radoslavov [EMAIL PROTECTED] - To: [EMAIL PROTECTED] Subject: Re: [Xorp-feedback] Xorp and CARP on FreeBSD Date: Thu, 29

Re: Slow server

2006-07-03 Thread Olivier Nicole
2) as there are many connections comming from search engines siders (90% of all the established connections), I'd like to limit the ressources that spiders are using. One way would be through IPFW, but are there better ways? Is there a way to limit/prioritize in Apache (not

Re: Kill an stopped process

2006-07-03 Thread Nikos Vassiliadis
On Sunday 02 July 2006 14:22, O. Hartmann wrote: Sometimes it happens on my FreeBSD 6.1-STABLE/AMD box, that a process, in most cases xine, firefox oder thunderbird, show status 'STOP' in top and are unkillable! they are stopped... Trying to kill them as root (sending signal 9 throught

shell scripting: help appreciated

2006-07-03 Thread [EMAIL PROTECTED]@mgedv.net
short and weird problem description (from my point of view): /bin/sh stops working correctly with a content-controlled do-loop. the shell-script layout is as follows: (it's not that trivial, just to show the meaning) --- /test/foo.conf

Re: speed of PPPoE

2006-07-03 Thread Nikos Vassiliadis
On Monday 03 July 2006 06:11, Benny Au wrote: Hello, The speed of PPPoE in FreeBSD is slower than in Windows XP. and sometimes I have to wait for a moment to visit the same web site again. Is your name server setup correct? check /etc/resolv.conf and use nslookup to check if everything is

Re: setting ntp-servers for ntpdate via dhcp

2006-07-03 Thread Erik Norgaard
Jonathan Horne wrote: On Sunday 02 July 2006 15:49, Erik Nørgaard wrote: There is a dhcp-option, ntp-servers, to set which ntp-server to use. It would be quite useful with ntpdate. Does anyone have a patch to ntpdate startup script or other hack that use this option? - just before I start

Interrupt using all the CPU

2006-07-03 Thread nocturnal
Hi I'm having a few problems with a webserver. Today the idle was at 0.0 and it's still like this. It doesn't look like it's affecting web services but it looks weird and i'm afraid that the CPU is working it's ass off with something. Of course nothing shows up in top or ps that could

Re: Portupgrade ruby problem

2006-07-03 Thread Jacques S.
bsd wrote: Hello, I have a new problem that has just occured on my main mail server. I am upgrading the ports on this server every two or three days using portsnap and portupgrade. After portsnap has updated it's index I do a portupgrade -arR to upgrade all ports on the system. Mutt

Re: transparent proxy howto

2006-07-03 Thread Oliver A. Rojo
Skylar Thompson wrote: Oliver A. Rojo wrote: hi! Im using freebsd-5.2.1-RELEASE-p14 and I just want to ask if how can I setup transparent proxying with squid using ipnat? You're going to want something like this in your ipnat configuration: rdr int0 0/0 port 80 - 192.168.0.1 port

screen blanking and kde

2006-07-03 Thread dick hoogendijk
The machine I use fvwm on blanks the screen after a period of time (the default from Xorg). However, a machine running KDE does not(!), even without the screensaver enabled (in kde). Disabling the saver results in a screen never go blank. So, I guess, kde interfeares with xorg somewhere (disabling

require pam_deny in auth chain causes logins to fail

2006-07-03 Thread Jonathan McKeown
pam.d/README says: Note that having a sufficient module as the last entry for a particular service and module type may result in surprising behaviour. To get the intended semantics, add a required entry listing the pam_deny module at the end of the chain. But in fact auth sufficient pam_unix.so

Re: Interrupt using all the CPU

2006-07-03 Thread Fabian Keil
nocturnal [EMAIL PROTECTED] wrote: I'm having a few problems with a webserver. Today the idle was at 0.0 and it's still like this. It doesn't look like it's affecting web services but it looks weird and i'm afraid that the CPU is working it's ass off with something. Of course nothing shows

Re: screen blanking and kde

2006-07-03 Thread Alastair G. Hogge
On Monday 03 July 2006 09:34, dick hoogendijk wrote: The machine I use fvwm on blanks the screen after a period of time (the default from Xorg). However, a machine running KDE does not(!), even without the screensaver enabled (in kde). Disabling the saver results in a screen never go blank.

Re: Interrupt using all the CPU

2006-07-03 Thread Daan Vreeken [PA4DAN]
On Monday 03 July 2006 10:38, nocturnal wrote: Hi I'm having a few problems with a webserver. Today the idle was at 0.0 and it's still like this. It doesn't look like it's affecting web services but it looks weird and i'm afraid that the CPU is working it's ass off with something. Of course

Re: Interrupt using all the CPU

2006-07-03 Thread nocturnal
Hi The clock? interrupt total rate irq0: clk 25130235 99 irq1: atkbd0 4 0 irq6: fdc0 1 0 irq7: ppc0 1 0 irq8: rtc

Re: Interrupt using all the CPU

2006-07-03 Thread Daan Vreeken [PA4DAN]
On Monday 03 July 2006 12:26, nocturnal wrote: Hi The clock? interrupt total rate irq0: clk 25130235 99 irq1: atkbd0 4 0 irq6: fdc0 1 0 irq7: ppc0

(no subject)

2006-07-03 Thread jan polomsky
I want to be a programmer, but i have not any good-to-understand form of learning. (i like DOS, but i want to build my own OS too.) can you help me? -- Krasne fotografie, rady a inspiracie. Pre skusenych aj zacinajucich fotografov knihy Zoner Press! Preklady aj publikacie domacich

Re: Interrupt using all the CPU

2006-07-03 Thread nocturnal
Hi No powerd running and i've never heard of that daemon. It's a pretty basic noname machine acting as a small scale webserver and a non-public nameserver. I've asked aroung and nobody can remember how long it's been like this so it's very possible that it's been acting like this since we

Re: Interrupt using all the CPU

2006-07-03 Thread nocturnal
Hi I'm sorry for the second e-mail but the uname is. FreeBSD unix.swebase.com 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386 We haven't even recompiled the kernel since the install. It was supposed to be a temporary

Re: Interrupt using all the CPU

2006-07-03 Thread Nikos Vassiliadis
On Monday 03 July 2006 14:06, Daan Vreeken [PA4DAN] wrote: On Monday 03 July 2006 12:26, nocturnal wrote: Hi The clock? interrupt total rate irq0: clk 25130235 99 irq1: atkbd0 4 0 irq6:

Re: Interrupt using all the CPU

2006-07-03 Thread Chuck Swiger
Nikos Vassiliadis wrote: On Monday 03 July 2006 14:06, Daan Vreeken [PA4DAN] wrote: [ ... ] interrupt total rate irq0: clk 25130235 99 irq1: atkbd0 4 0 irq6: fdc0 1

Re: Intel PRO/1000 PT

2006-07-03 Thread Lowell Gilbert
Nikolas Britton [EMAIL PROTECTED] writes: What are the difference between the Intel PRO/1000 PT Server and Desktop Adapters? Intel PRO/1000 PT Server Adapter: $130 ~ 150 Intel PRO/1000 PT Desktop Adapter: $40 ~ 60 Both use the i82572EI chip and both appear to use the same PCB. Would I be

Re: (no subject)

2006-07-03 Thread Mario Lobo
On 3 Jul 2006 at 10:17, jan polomsky wrote: I want to be a programmer, but i have not any good-to-understand form of learning. (i like DOS, but i want to build my own OS too.) can you help me? -- Krasne fotografie, rady a inspiracie. Pre skusenych aj zacinajucich fotografov

Re: Snapshot problems

2006-07-03 Thread Lowell Gilbert
Andrea Venturoli [EMAIL PROTECTED] writes: Hello. I run an amd64 6.1 IMAP server. I do nightly backups by stopping cyrus imapd, taking a snapshot, restarting the server and then backup from the snapshot. However, I get two kind of problems: a) when I mount the snapshot I get: Jun 30

Re: portversion and sudo

2006-07-03 Thread Lowell Gilbert
Tankko [EMAIL PROTECTED] writes: I have two machines running the same version of 5.3, and all ports are current on both, but, on one of the machines, if I run portversion I get this: undefined method `each' for nil:NilClass /usr/local/sbin/portversion:239: [BUG] Bus Error ruby 1.8.4

Re: (no subject)

2006-07-03 Thread tequnix
Am Mon, 03 Jul 2006 09:57:35 -0300 schrieb Mario Lobo [EMAIL PROTECTED]: On 3 Jul 2006 at 10:17, jan polomsky wrote: I want to be a programmer, but i have not any good-to-understand form of learning. (i like DOS, but i want to build my own OS too.) can you help me? --

can't verify hostname-logs error

2006-07-03 Thread Marwan Sultan
Hello Listers! my logs full of hundreds of these lines..nd since few days only up to day - Jul 2 00:00:03 server mysqld[28598]: warning: /etc/hosts.allow, line 25: can't verify hostname: getaddrinfo(host73.hostname_net, AF_INET) failed Jul 2 00:00:27 server sshd[83738]: warning:

Re: transparent proxy howto

2006-07-03 Thread Skylar Thompson
Oliver A. Rojo wrote: Skylar Thompson wrote: Oliver A. Rojo wrote: hi! Im using freebsd-5.2.1-RELEASE-p14 and I just want to ask if how can I setup transparent proxying with squid using ipnat? You're going to want something like this in your ipnat configuration: rdr int0 0/0

Re: shell scripting: help appreciated

2006-07-03 Thread Atom Powers
On 7/3/06, [EMAIL PROTECTED]@mgedv.net [EMAIL PROTECTED] wrote: if i change the line /bin/sh -c subprogram.sh $h_val1 $h_val2 $h_opt1; to echo /bin/sh -c subprogram.sh $h_val1 $h_val2 $h_opt1; the program loops for all records in the foo.conf correctly. if i remove the echo

Re: Intel PRO/1000 PT

2006-07-03 Thread Nikolas Britton
On 7/3/06, Lowell Gilbert [EMAIL PROTECTED] wrote: Nikolas Britton [EMAIL PROTECTED] writes: What are the difference between the Intel PRO/1000 PT Server and Desktop Adapters? Intel PRO/1000 PT Server Adapter: $130 ~ 150 Intel PRO/1000 PT Desktop Adapter: $40 ~ 60 Both use the i82572EI

Re: problems with Nice and Dump in FreeBSD 6.1-Current (Stable-#5)

2006-07-03 Thread Alex Zbyslaw
[EMAIL PROTECTED] wrote: --- Alex Zbyslaw [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: I forgot about nice being interal to csh, that is likely to source of my problems... I use this for a dump dump -0 -C 32 -f - |bzip2 --best | dd of=/foo/bar.dbz2 and then on a

Re: cannot upgrade

2006-07-03 Thread jan gestre
On 7/4/06, jan gestre [EMAIL PROTECTED] wrote: On 7/3/06, Kent Stewart [EMAIL PROTECTED] wrote: On Sunday 02 July 2006 14:23, Jim Stapleton wrote: I would guess that means the file was corrupted somehow, though I don't know how. At any rate, I don't know how to fix that, and not

Re: firewalls' behavior help

2006-07-03 Thread efrenba
Box:freeBSD 6.0, ipf: IP Filter: v4.1.8 (416), Kernel: IP Filter: v4.1.8 Network layout: --- other building [ PCs - 192.168.80.0/24 ] | g1 (ipf - vr0:192.168.80.2 - sis0:10.10.10.13) | My Lan ( 10.10.10.0/24 ) [ PCs (DefaultGw = g2) ] [ MailSrv (10.10.10.12) (pop3/smtp/ssh)

Re: cannot upgrade

2006-07-03 Thread jan gestre
On 7/3/06, Kent Stewart [EMAIL PROTECTED] wrote: On Sunday 02 July 2006 14:23, Jim Stapleton wrote: I would guess that means the file was corrupted somehow, though I don't know how. At any rate, I don't know how to fix that, and not loose the stored information. You pkgdb -fu and it

Sendmail Bind FreeBSD 5.3 Issue

2006-07-03 Thread Derrick Schimcek
I have a machine that I have installed bind and sendmail from the ports collection it is a mail gateway. When I do a nslookup from the box when it first boots up I do an nslookup on the host name mail2.memorialcare.org It returns the correct ip address. But when I send an email through

Re: Portupgrade

2006-07-03 Thread jan gestre
On 7/3/06, Bill Moran [EMAIL PROTECTED] wrote: E. J. Cerejo [EMAIL PROTECTED] wrote: I'm running FreeBSD 6.1 release and after upgrading portupgrade using portupgrade itself I'm getting this message (message bellow) or similar one everytime I run one of the portupgrade commands like pkgdb -u

Re: Intel PRO/1000 PT

2006-07-03 Thread Nikolas Britton
On 7/3/06, Lowell Gilbert [EMAIL PROTECTED] wrote: Nikolas Britton [EMAIL PROTECTED] writes: On 7/3/06, Lowell Gilbert [EMAIL PROTECTED] wrote: Nikolas Britton [EMAIL PROTECTED] writes: What are the difference between the Intel PRO/1000 PT Server and Desktop Adapters? Intel PRO/1000

Re: Intel PRO/1000 PT

2006-07-03 Thread Lowell Gilbert
Nikolas Britton [EMAIL PROTECTED] writes: On 7/3/06, Lowell Gilbert [EMAIL PROTECTED] wrote: Nikolas Britton [EMAIL PROTECTED] writes: What are the difference between the Intel PRO/1000 PT Server and Desktop Adapters? Intel PRO/1000 PT Server Adapter: $130 ~ 150 Intel PRO/1000 PT

Re: shell scripting: help appreciated

2006-07-03 Thread Parv
in message [EMAIL PROTECTED], wrote [EMAIL PROTECTED]@mgedv.net thusly... /bin/sh stops working correctly with a content-controlled do-loop. the shell-script layout is as follows: (it's not that trivial, just to show the meaning)

Re: Intel PRO/1000 PT

2006-07-03 Thread Lowell Gilbert
Nikolas Britton [EMAIL PROTECTED] writes: The 82571EB is for dual port adapters. Ah, yes. Sorry about that; I was definitely thinking of dual-port cards. ___ freebsd-questions@freebsd.org mailing list

Re: FreeBSD 6.0 compat with DL320 G4

2006-07-03 Thread William
Did you guys say the card I've got in another box wont fit into a 320? On 03/07/06, Antony Mawer [EMAIL PROTECTED] wrote: On 29/06/2006 9:27 PM, Erik Trulsson wrote: On Fri, Jun 30, 2006 at 07:56:00AM +0100, William wrote: Antony, I've got an Intel card in production already on a homebrew

Re: firewalls' behavior help

2006-07-03 Thread efrenba
Sorry, this mail was for the ipfilter's list... Box:freeBSD 6.0, ipf: IP Filter: v4.1.8 (416), Kernel: IP Filter: v4.1.8 Network layout: --- other building [ PCs - 192.168.80.0/24 ] | g1 (ipf - vr0:192.168.80.2 - sis0:10.10.10.13) | My Lan ( 10.10.10.0/24 ) [ PCs

Re: Sendmail Bind FreeBSD 5.3 Issue

2006-07-03 Thread Derek Ragona
It sounds like your server is expecting to be the authoritative server for this domain, but is not. The authoritative server's records always are assumed to be the correct ones. -Derek At 11:30 AM 7/3/2006, Derrick Schimcek wrote: I have a machine that I have installed bind and

Re: cups 1.2 - no output

2006-07-03 Thread Rainer Heesen
the permissions of /dev/ulp* are: crw-rw 1 root cups0, 169 Jul 3 20:35 /dev/ulpt0 crw-rw 1 root cups0, 170 Jul 3 20:35 /dev/unlpt0 the directory /var/cache/cups is group writable when I start a print job I get the message printer Minolta now printing Minolta-59.

Re: sudo and LDAP

2006-07-03 Thread ACM Staff
Ok, so its working but I realized a slight problem today when went back to check on things. Its not prompting for a password. Sudoers isn't on NOPASSWD so I am assuming its my pam.d/sudo file. What am I missing? risk# cat /etc/pam.d/sudo # # $FreeBSD: src/etc/pam.d/su,v 1.16 2003/07/09 18:40:49

HD Errors

2006-07-03 Thread Robert McIntosh
Hi, I'm seeing the following messages in /var/log/messages and am concerned about the integrity of the hard drive: ad0: WRITE command timeout tag=0 serv=0 - resetting cd9660: RockRidge Extension ad0: READ command timeout tag=0 serv=0 - resetting ad0: READ command timeout tag=0 serv=0 -

Re: Enermax USB enclosure

2006-07-03 Thread mal content
On 03/07/06, mal content [EMAIL PROTECTED] wrote: Anybody had any luck getting one of these working? It's specifically an Enermax External Enclosure EB305C, IDE/SATA to USB2.0. Sorry, forgot to mention that I'm on FreeBSD-6.0-RELEASE on generic i386 hardware. MC

Enermax USB enclosure

2006-07-03 Thread mal content
Anybody had any luck getting one of these working? It's specifically an Enermax External Enclosure EB305C, IDE/SATA to USB2.0. Upon plugging in the device, with an unformatted Maxtor (hack, spit) hard disk: Jul 3 20:50:44 logik kernel: umass0: Macpower Tytech Tech USB2.0 Enclosure, rev

Re: firefox with flash and java!

2006-07-03 Thread Bob Middaugh
-- Original message -- From: Gerard Seibert [EMAIL PROTECTED] Bob Middaugh wrote: fwiw, I've followed these instructions on a few boxes, all 6.1-RELEASE, and have had no problems: http://www.unixlike.com.br/?p=%2081 Is that available in English?

Re: Snapshot problems

2006-07-03 Thread Andrea Venturoli
Lowell Gilbert wrote: I believe the first one is a known problem, any more info? Any hint on the second? Not really; seems strange. Are you able to fsck the snapshot? Hm... guess so. Is it fsck /var/local/snapmnt? Just a question before I try it... this is a production system, will it

Re: cups 1.2 - no output

2006-07-03 Thread Jan-Espen Pettersen
Rainer Heesen wrote: the permissions of /dev/ulp* are: crw-rw 1 root cups0, 169 Jul 3 20:35 /dev/ulpt0 crw-rw 1 root cups0, 170 Jul 3 20:35 /dev/unlpt0 the directory /var/cache/cups is group writable when I start a print job I get the message printer

Re: Enermax USB enclosure

2006-07-03 Thread mal content
I've noticed that even Mac OS X seems to get the disk sizes wrong for this disk, it thinks that it's a 2TB (!) drive when it's actually 160gb. I've just tried a couple of other disks and I'm beginning to suspect that the culprit is actually this crappy Maxtor disk. I've managed to mount an old

Re: screen blanking and kde

2006-07-03 Thread Micah
dick hoogendijk wrote: The machine I use fvwm on blanks the screen after a period of time (the default from Xorg). However, a machine running KDE does not(!), even without the screensaver enabled (in kde). Disabling the saver results in a screen never go blank. So, I guess, kde interfeares with

sysutils/ipmi-kmod errors

2006-07-03 Thread Josh Paetzel
I'm attempting to install sysutil/ipmi-kmod on a 6.1-RELEASE system. I get the following output from the port: === Installing for ipmi-kmod-20060418 === Generating temporary packing list === Checking if sysutils/ipmi-kmod already installed install -o root -g wheel -m 444

Re: sysutils/ipmi-kmod errors

2006-07-03 Thread Josh Paetzel
On Monday 03 July 2006 17:04, Josh Paetzel wrote: I'm attempting to install sysutil/ipmi-kmod on a 6.1-RELEASE system. I get the following output from the port: === Installing for ipmi-kmod-20060418 === Generating temporary packing list === Checking if sysutils/ipmi-kmod already

RE: Enermax USB enclosure

2006-07-03 Thread fbsd
Try putting it on a windows box and try to run fdisk on it. If fdisk don't work throw it away as no good. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of mal content Sent: Monday, July 03, 2006 4:22 PM To: freebsd-questions@freebsd.org Subject: Re: Enermax

Re: Portupgrade ruby problem

2006-07-03 Thread bsd
Mmmh... I have followed your instructions and am still facing a problem : root 0:34 ~ # portversion -l [Rebuilding the pkgdb format:bdb_btree in /var/db/pkg ... [Rebuilding the pkgdb format:bdb_btree in /var/db/pkg ... uninitialized constant PkgDB::BDB: Cannot update the pkgdb!] Command

3 NIC firewall help

2006-07-03 Thread Mark Moellering
Hello All, I have a problem which I think must be simple, I just can't figure out exactly what I need to do. I have a gateway / firewall (freebsd 6.1) with 3 nic cards. I just added the third card, rl1, which I have attached to a wireless access point. I can ping the access

Re: firefox with flash and java!

2006-07-03 Thread Derrick Ryalls
-- Original message -- From: Gerard Seibert [EMAIL PROTECTED] Bob Middaugh wrote: fwiw, I've followed these instructions on a few boxes, all 6.1-RELEASE, and have had no problems: http://www.unixlike.com.br/?p=%2081 Is that available in English? --

Unable to install FreeBSD 6.1... Question

2006-07-03 Thread Kevin Cortez
Hello, I have a Compaq Precario desktop with an amd 64bit athalon, and an SATA 200gb drive (No Raid Support). When i first tried to install FreeBSD the installation froze which I was able to fix by disabling APCI. Then I hit a problem agian. The installer freezes after the line rr232x no

KDE not in 6-stable anymore

2006-07-03 Thread Rico Secada
Hi I have noticed that KDE 3.5.2 has been removed from packages-6-stable. Why is that? Best and kind regards, Rico. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

rdiff-backup 1.1.5 on FreeBSD 4.11

2006-07-03 Thread Noah
Hi there, So I built a new server and it is running rdiff-backup 1.1.5 but my freeBSD-4.11 rdiff-backup clients are running the latest port version of 1.0.4_1 any chance somebody got rdiff-back 1.1.5 running well on FreeBSD? My build is failing and can use a had please. Contact me

Ports doubt, check network performance...?

2006-07-03 Thread perikillo
Hi people. I have some problems on my network, and i want to use my freebsd box to see if i can find the problems on my network, we have two networks in two countrys connected by a private link, but i have seen just a couple a weeks ago that we have some problems between both links, we are

Re: shell scripting: help appreciated

2006-07-03 Thread Parv
in message [EMAIL PROTECTED], wrote Parv thusly... in message [EMAIL PROTECTED], wrote [EMAIL PROTECTED]@mgedv.net thusly... By the way [EMAIL PROTECTED]@mgedv.net do something about ... Reporting-MTA: dns; mta9.adelphia.net Arrival-Date: Mon, 3 Jul 2006 13:49:48 -0400

Re: gdb in realloc(): error: junk pointer, too high to make sense on FreeBSD 5.2+

2006-07-03 Thread Philip M. Gollucci
Paul Querna wrote: Can you try to get this into a simple test case? Calling apr_dso_load twice? I didn't seem to be able to cause it in a simple case; any great ideas ? gcc -g -O0 \ -I/usr/local/software/freebsd-6.1-stable/3.4.4/apr/trunk/include/apr-1 \

Re: Unable to install FreeBSD 6.1... Question

2006-07-03 Thread Nikolas Britton
On 7/3/06, Kevin Cortez [EMAIL PROTECTED] wrote: Hello, I have a Compaq Precario desktop with an amd 64bit athalon, and an SATA 200gb drive (No Raid Support). When i first tried to install FreeBSD the installation froze which I was able to fix by disabling APCI. Then I hit a problem agian. The

Sendmail on FreeBSD 6.1 rejected

2006-07-03 Thread Al Plant
Aloha and Happy 4th of July. I am trying to make a mail server with sendmail and have not done this before. I am getting the following errors. Does anyone know what file holds the relaying that needs to be set up to make it work. The doumentation I have been able to find either has errors

Re: Sendmail on FreeBSD 6.1 rejected

2006-07-03 Thread Philip M. Gollucci
Al Plant wrote: Sun 2006-07-02 20:43:17: -- RCPT To:[EMAIL PROTECTED] Sun 2006-07-02 20:43:17: -- 550 5.7.1 [EMAIL PROTECTED]... Relaying denied Assuming you want to ACCEPT mail for that domain, you need to create / add to /etc/mail/local-host-names See here:

Re: Ports doubt, check network performance...?

2006-07-03 Thread Philip M. Gollucci
perikillo wrote: I want to use my freebsd box running 6.0 but just want to know if some one could recomend me wich ports to check to see if i can find wich device is causing this problem. [EMAIL PROTECTED] /usr/ports 11 0make search name=ethereal | grep ^Path Path: /usr/ports/net/ethereal

Sendmail on FreeBSD 6.1 rejected

2006-07-03 Thread Robert Huff
Al Plant writes: I am trying to make a mail server with sendmail and have not done this before. I am getting the following errors. Does anyone know what file holds the relaying that needs to be set up to make it work. The doumentation I have been able to find either has errors or is

TCP timeout

2006-07-03 Thread scuba
Hi folks, I'm facing some troubles with mail server on a busy slow link. I'm getting a lot of sendmail: SYSERR: collect: read timeout on connection from entries in the logs. I found this page showing an workaround for Solaris. Is it applicable for Free BSD 5.4? If positive, is

RE: HD Errors

2006-07-03 Thread Tamouh H.
Hi, I'm seeing the following messages in /var/log/messages and am concerned about the integrity of the hard drive: ad0: WRITE command timeout tag=0 serv=0 - resetting cd9660: RockRidge Extension ad0: READ command timeout tag=0 serv=0 - resetting ad0: READ command timeout tag=0

Re: FreeBSD 6.0 compat with DL320 G4

2006-07-03 Thread Ted Mittelstaedt
Correct, it will not fit - unless you order the PCI-X riser card from HP and replace the PCI-Express riser card that ships with the 320 with the PCI-X riser card. Ted - Original Message - From: William [EMAIL PROTECTED] To: Antony Mawer [EMAIL PROTECTED] Cc:

Sendmail version change with p2?

2006-07-03 Thread Mike Loiterman
I just upgrade to 6.1 p2 with the Sendmail security update, but my Sendmail version remains unchanged at 3.13.6. Shouldn't it have been bumped to 3.13.7? How can I check that my Sendmail installation is safe from the new DOS problem? -- Mike Loiterman GrantAdler Tel:

Re: Is there a daemon/program for FreeBSD that accepts Microsoft RDP connections?

2006-07-03 Thread Andrew Pantyukhin
On 5/14/06, Tom Norris [EMAIL PROTECTED] wrote: Hello everyone, I'm trying to convince my boss to let me set up a FreeBSD system as file server. He said he would allow it if he could use Microsoft's RDP client (not VNC or SSH :( ) to connect and monitor the machine at his whim. Are there any