Re: Cannot use cvsup

2005-07-14 Thread Igor Robul
Brian John wrote: Hello, I can't use cvsup for some reason. I just tried upgrading from 5.3 to 5.4. When I try to use cvsup, it says this: su-2.05b# cvsup /libexec/ld-elf.so.1: Shared object "libXaw.so.8" not found, required by "cvsup" If you dont have X11 on this machine, then you need "cv

RE: Spyware on FreeBSD?

2005-07-14 Thread Ted Mittelstaedt
>-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] Behalf Of Lane >Sent: Thursday, July 14, 2005 9:42 AM >To: freebsd-questions@freebsd.org >Subject: Re: Spyware on FreeBSD? > > >Not only that, but since we don't have enough money to spend on >proprietary >software,

RE: Using Multiple Internet Connections with FreeBSD

2005-07-14 Thread Ted Mittelstaedt
There isn't any such thing unless you speak BGP and minimum cost of entry on that (at least in the United States) are 2 T1's and a business justification to consume a minimum of a /20 of address space, so that you can obtain your own AS #. The fee on a /20 is about $2,250.00 a year. Now, if you

RE: Softupdates Question

2005-07-14 Thread Norbert Koch
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Alex de Kruijff > Sent: Thursday, July 14, 2005 4:57 PM > To: Scott Sipe > Cc: freebsd-questions@freebsd.org > Subject: Re: Softupdates Question > > > On Tue, Jun 28, 2005 at 03:40:41PM -0400, Scott Sipe

Re: Xorg changing modes

2005-07-14 Thread Greg 'groggy' Lehey
[trimmed, resequenced] On Thursday, 14 July 2005 at 22:36:09 -0700, Ross Penner wrote: > On 7/14/05, Greg 'groggy' Lehey <[EMAIL PROTECTED]> wrote: >> On Thursday, 14 July 2005 at 22:05:31 -0700, Ross Penner wrote: >>> I've been having trouble getting Xorg to change video modes. I want it >>> to r

Re: dangerous situation with shutdown process

2005-07-14 Thread Chuck Swiger
[ ...crossposting trimmed... ] Sergey N. Voronkov wrote: On Thu, Jul 14, 2005 at 04:17:06PM -0400, asym wrote: [ ... ] The funny thing about all the replies here.. is that this guy is not saying that sync doesn't work. He's saying that the timeout built into shutdown causes it to *terminate*

Re: Nvidia Driver

2005-07-14 Thread Ian Moore
On Friday 15 July 2005 12:37, Adam Stroud wrote: > All: > > I am having a problem getting my nvidia video card to work since I > portupgraded to the latest nvidia driver in the port. I had > everything working find using many of the old verions. Then I > upgraded to the latest version and now whe

Re: dangerous situation with shutdown process

2005-07-14 Thread Sergey N. Voronkov
On Thu, Jul 14, 2005 at 04:17:06PM -0400, asym wrote: > At 15:19 7/14/2005, Wilko Bulte wrote: > >On Thu, Jul 14, 2005 at 12:14:49PM -0700, Kevin Oberman wrote.. > >> > Date: Thu, 14 Jul 2005 20:38:15 +0200 > >> > From: Anatoliy Dmytriyev <[EMAIL PROTECTED]> > >> > Sender: [EMAIL PROTECTED] > >> >

Re: Xorg changing modes

2005-07-14 Thread Greg 'groggy' Lehey
On Thursday, 14 July 2005 at 22:05:31 -0700, Ross Penner wrote: > I've been having trouble getting Xorg to change video modes. I want it > to run in 1280x1024 but it drops to 640x480 when I test it. I used the > handbook as my guide. > > My hardware is pretty old. I have a PIII 500 with a voodoo 3

Xorg changing modes

2005-07-14 Thread Ross Penner
I've been having trouble getting Xorg to change video modes. I want it to run in 1280x1024 but it drops to 640x480 when I test it. I used the handbook as my guide. My hardware is pretty old. I have a PIII 500 with a voodoo 3 (agp). I've attached my Xorg.conf as well as the log file. hopefully th

slo-o-ow sound with Creative Player 5.1

2005-07-14 Thread Ilia Chipitsine
Dear Sirs, is somebody using Creative Player 5.1 with FreeBSD-5.3/5.4/6.0 I subsequetnly migrated 5.2.1 --> 5.3 --> 5.4 --> 6.0 and there's no good sound support since 5.2.1, everything was like and a charm and it is too slow right now. Cheers, Ilia Chipitsine ___

Re: Problem Piping iostat -c to awk!

2005-07-14 Thread Paul Chvostek
On Thu, Jul 14, 2005 at 11:43:39PM -0400, Hakim Singhji wrote: > > | iostat -c 300 1 | awk '!/[a-zA-Z]|^$/ {print $1}' > > This doesn't seem to work for me... awk tells me: > > awk syntax error at source line 1 > *** > /[a: Event not found. That's because you're using tcsh, and the exlcam

Re: Problem Piping iostat -c to awk!

2005-07-14 Thread Dan Nelson
In the last episode (Jul 14), Hakim Singhji said: > > | iostat -c 300 1 | awk '!/[a-zA-Z]|^$/ {print $1}' > > This doesn't seem to work for me... awk tells me: > > awk syntax error at source line 1 > *** > /[a: Event not found. > > Not sure how to allow awk to delete two top rows of iosta

Re: Problem Piping iostat -c to awk!

2005-07-14 Thread Hakim Singhji
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dan, | iostat -c 300 1 | awk '!/[a-zA-Z]|^$/ {print $1}' This doesn't seem to work for me... awk tells me: awk syntax error at source line 1 *** /[a: Event not found. Not sure how to allow awk to delete two top rows of iostat... other that

Re: FreeBSD 5.x raid...

2005-07-14 Thread David Kelly
On Jul 14, 2005, at 7:56 PM, Casper wrote: I can`t find gvinum man on my 5.4 and in google too :) What I was told a year ago was that vinum development and support in the 5.x series had ceased and that gvinum was slated to replace vinum. As I said previously vinum worked once running but

Re: Problem Piping iostat -c to awk!

2005-07-14 Thread Dan Nelson
In the last episode (Jul 14), Hakim Singhji said: > I am having problems with a shell script that I am writing. I am > looking to pipe the output of iostat to awk however the shell is > hanging... even at the command line it hangs. The code looks like > this: > > # iostat -c 300 2 | egrep -v

Nvidia Driver

2005-07-14 Thread Adam Stroud
All: I am having a problem getting my nvidia video card to work since I portupgraded to the latest nvidia driver in the port. I had everything working find using many of the old verions. Then I upgraded to the latest version and now when I attempt tp startx, I get: X Window System Version 6.8.2

Re: Problem with linprocfs (SOLVED)

2005-07-14 Thread Tom Parquette
Tsampros Leonidas wrote: On Wed, Jul 13, 2005 at 07:18:58PM -0400, Tom Parquette wrote: Hi. I only subscribe to the digest. Please CC me. I know it's protocol but sometimes it does not happen. The double edged sword of digest mode. TIA... I'm trying to build Java and I ran into the pro

Re: Examine IP packet

2005-07-14 Thread Bob Bomar
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Olivier Nicole wrote: | Hi, | | Could you recommend a tool that I can use to examine the validity of | the headers in an IP packet? | | One of the things I need to check is the IP header checksum. | | snort, ethereal, tcpdump Those are what I use.

Re: Cannot use cvsup

2005-07-14 Thread Bob Bomar
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian John wrote: | Hello, | I can't use cvsup for some reason. I just tried upgrading from 5.3 to | 5.4. When I try to use cvsup, it says this: | su-2.05b# cvsup | /libexec/ld-elf.so.1: Shared object "libXaw.so.8" not found, required by | "cvsup" |

Problem Piping iostat -c to awk!

2005-07-14 Thread Hakim Singhji
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Everyone, I am having problems with a shell script that I am writing. I am looking to pipe the output of iostat to awk however the shell is hanging... even at the command line it hangs. The code looks like this: # iostat -c 300 2 | egrep

Examine IP packet

2005-07-14 Thread Olivier Nicole
Hi, Could you recommend a tool that I can use to examine the validity of the headers in an IP packet? One of the things I need to check is the IP header checksum. TIA. Olivier - --2874F43D48.1121392997/mx1.FreeBSD.org-- --- End of forwarded message --- _

Re: (KAME-snap 9155) Simple question

2005-07-14 Thread Keiichi SHIMA
Hello, From: "Tiago Sousa" <[EMAIL PROTECTED]> Date: Thu, 14 Jul 2005 19:24:49 +0100 > In what concern to my previous mails I can summarize and simplify the > problem: > > Why when I enable the ipv6_gateway_enable="YES" in /etc/rc.conf the > following error occurs (I am using freebsd 5.4 and the

Re: lspci on freebsd

2005-07-14 Thread Chuck Robey
Galdes, Andrew (ERHS) wrote: Hello all, I'm new to BSD. In linux i could run "#lspci" to see a list of the attached hardware. How can i do the same in FreeBSD 5? scanpci is part of Xorg and XFree86 both, I think. It'll give you the info you're after. Thanks, -Andrew _

Re: FreeBSD 5.x raid...

2005-07-14 Thread Casper
I can`t find gvinum man on my 5.4 and in google too :) I`m thinking for my server better tool is gmirror? Casper David Kelly wrote: On Thu, Jul 14, 2005 at 09:49:07AM -0500, David Kelly wrote: Uh, he wants all data on one SATA drive and a mirror on the other. Therefore he does not want to "c

Re: Cannot use cvsup

2005-07-14 Thread Frank Steinborn
Brian John <[EMAIL PROTECTED]> schrieb: > If I do pkg_add -r cvsup it says this: > su-2.05b# pkg_add -r cvsup > Fetching > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.4-release/Latest/cvsup.tbz... > Done. > pkg_add: package 'cvsup-16.1h_2' or its older version already installed Deinst

Re: Cannot use cvsup

2005-07-14 Thread Brian John
If I do pkg_add -r cvsup it says this: su-2.05b# pkg_add -r cvsup Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.4-release/Latest/cvsup.tbz... Done. pkg_add: package 'cvsup-16.1h_2' or its older version already installed Then if I try to run cvsup it says this: su-2.05b# cvsup /l

Re: 5.4-REL random reboots

2005-07-14 Thread Casey Scott
> Just a little follow-up to conclude my problem. > > I solved it by switching from a realtek NIC for my internet interface to a > 3COM NIC and i can run everything without these 'random' reboots now. > > It's still strange to me though because this problem came up out of the > blue. > > Well it's

Re: Cannot use cvsup

2005-07-14 Thread Gary W. Swearingen
"Brian John" <[EMAIL PROTECTED]> writes: > su-2.05b# cvsup > /libexec/ld-elf.so.1: Shared object "libXaw.so.8" not found, required by > "cvsup" Looks like cvsup port needs this port: /usr/ports/x11-toolkits/libXaw > And if I try to re-add cvsup, it says this: > su-2.05b# cd /usr/ports/net/cvsup/

Re: lspci on freebsd

2005-07-14 Thread Jonathan Glaschke
On Thu, Jul 14, 2005 at 09:02:00AM +0930, Galdes, Andrew (ERHS) wrote: > Hello all, > > I'm new to BSD. In linux i could run "#lspci" to see a list of the attached > hardware. How can i do the same in FreeBSD 5? > > Thanks, > -Andrew Hello, you can install "pciutils", too. Thats where lspci ist

Re: dangerous situation with shutdown process

2005-07-14 Thread Matthias Buelow
Lowell Gilbert <[EMAIL PROTECTED]> writes: >Jon Dama <[EMAIL PROTECTED]> writes: >> however, journaling fairs no better, and request barriers do nothing to >> solve the problem. > >I had assumed that the sequence of operations in a journal would be >idempotent. Is that a reasonable design criteri

Re: 5.4-REL random reboots

2005-07-14 Thread Bas Essers
Just a little follow-up to conclude my problem. I solved it by switching from a realtek NIC for my internet interface to a 3COM NIC and i can run everything without these 'random' reboots now. It's still strange to me though because this problem came up out of the blue. Well it's all good now

Re: Cannot use cvsup

2005-07-14 Thread Michael C. Shultz
On Thursday 14 July 2005 13:54, Brian John wrote: > Hello, > I can't use cvsup for some reason. I just tried upgrading from 5.3 to > 5.4. When I try to use cvsup, it says this: > su-2.05b# cvsup > /libexec/ld-elf.so.1: Shared object "libXaw.so.8" not found, required by > "cvsup" > > And if I try

mms is not s registered protocol

2005-07-14 Thread g_rus
In English and then in Spanish I just read a portuguese page with instructions to fix this on Mozilla http://www.vivaolinux.com.br/dicas/verDica.php?codigo=1392 In Mozilla browser writte in addres area: about:config Then on the opened page click with the rigth buttom mouse and select NEW, and th

Re: using -t option with unix sort ?

2005-07-14 Thread Csaba Henk
On Thu, Jul 14, 2005 at 10:47:50AM -0700, Daniel Malaby wrote: > The sample data has 9 fields, I am trying to sort on the fifth field, > here is what I have tried. > > sort -t\t +4 -5 -o test.txt sample.txt > > I did try removing the space and it did not work, I have also tried > removing the -

Re: dangerous situation with shutdown process

2005-07-14 Thread Lowell Gilbert
Jon Dama <[EMAIL PROTECTED]> writes: > softupdates is perfectly safe with SCSI. > > its well known that ide and sata w/wo ncq fails to provide suitable > semantics for softupdates > > however, journaling fairs no better, and request barriers do nothing to > solve the problem. I had assumed that

Re: How do I build i386 arch on Athlon 64?

2005-07-14 Thread Gary W. Swearingen
[EMAIL PROTECTED] (Gary W. Swearingen) writes: > make TARGET_ARCH=i386 TARGET_CPUTYPE=athlon-xp Well, that built OK, but the resulting kernel panic'd (the same way) with or without the TARGET_CPUTYPE in there: Mounting root from ufs:/dev/ad0s4a exec /sbin/init : error 8 ... init: not fo

Re: Cannot use cvsup

2005-07-14 Thread Frank Steinborn
Brian John <[EMAIL PROTECTED]> schrieb: > And if I try to re-add cvsup, it says this: > su-2.05b# cd /usr/ports/net/cvsup/ > su-2.05b# make install > make: don't know how to make install. Stop Try to get a binary package from cvsup using "pkg_add -r cvsup" and if it succeeds, cvsup a new portstre

Re: trouble booting 5.4 installation media (repost)

2005-07-14 Thread Ito Kazumitsu
Hi, On Fri May 27 02:27:35 PDT 2005, dave dmehler26 at woh.rr.com wrote: > Didn't get a response so i'm going to try this again. I'm trying to do a > fresh install of 5.4 on a test machine, which previously ran 5.3 just fine. > I'm doing the install via a serial terminal as this box is headle

Re: mysql-4.1.12 errors after portupgrade

2005-07-14 Thread Ken Gunderson
On Fri, 15 Jul 2005 00:34:12 + Tsampros Leonidas <[EMAIL PROTECTED]> wrote: > On Thu, Jul 14, 2005 at 03:17:52PM -0600, Ken Gunderson wrote: > > On Thu, 14 Jul 2005 23:40:06 + > > Tsampros Leonidas <[EMAIL PROTECTED]> wrote: > > > > > On Thu, Jul 14, 2005 at 11:03:18AM -0600, Ken Gunderso

Re: mysql-4.1.12 errors after portupgrade

2005-07-14 Thread Tsampros Leonidas
On Thu, Jul 14, 2005 at 03:17:52PM -0600, Ken Gunderson wrote: > On Thu, 14 Jul 2005 23:40:06 + > Tsampros Leonidas <[EMAIL PROTECTED]> wrote: > > > On Thu, Jul 14, 2005 at 11:03:18AM -0600, Ken Gunderson wrote: > > > Hello: > > > > > > This is driving me bonkers! I portupgraded mysql41 to 4

FreeBSD 4.11 + named + sandbox options

2005-07-14 Thread patrick
I've enabled the commented out named_flags="-u bind -g bind" in my rc.conf to start named in a sandbox, but whenever I do a "named.reload", I get the following message in my logs: Jul 14 14:20:55 pompom named[34352]: couldn't create pid file '/var/run/named.pid' It doesn't really seem to be a big

Re: dangerous situation with shutdown process

2005-07-14 Thread Jon Dama
if the FUA bit in the sata command header is properly respected. if the flush cache command on an ata device is properly respected. if the flush cache command on an ata device is implemented (it's optional) if the flush cache command exists when the ata device was made (it isn't in the earlier

Re: mysql-4.1.12 errors after portupgrade

2005-07-14 Thread Ken Gunderson
On Thu, 14 Jul 2005 23:40:06 + Tsampros Leonidas <[EMAIL PROTECTED]> wrote: > On Thu, Jul 14, 2005 at 11:03:18AM -0600, Ken Gunderson wrote: > > Hello: > > > > This is driving me bonkers! I portupgraded mysql41 to 4.1.12. Now > > mysql won't start from the rc.d/mysql-server.sh, either at st

FW: Re: BUS ERROR from freecolor

2005-07-14 Thread PK
hi I have Compaq Deskpro 4000, Processor Celeron 400MHz # sysctl hw hw.machine: i386 hw.model: Pentium II/Pentium II Xeon/Celeron hw.ncpu: 1 hw.byteorder: 1234 hw.physmem: 527929344 hw.usermem: 424464384 hw.pagesize: 4096 hw.floatingpoint: 1 hw.machine_arch: i386 hw.realmem: 536870912 hw.aac.ios

Re: using -t option with unix sort ?

2005-07-14 Thread jdyke
Tsampros Leonidas wrote: On Thu, Jul 14, 2005 at 10:47:50AM -0700, Daniel Malaby wrote: Nelis Lamprecht wrote: On 7/14/05, Nelis Lamprecht <[EMAIL PROTECTED]> wrote: On 7/14/05, Daniel Malaby <[EMAIL PROTECTED]> wrote: E00219085 GENERAL DYNAMICS5031802 E-GL/VX/B/R1.0

Cannot use cvsup

2005-07-14 Thread Brian John
Hello, I can't use cvsup for some reason. I just tried upgrading from 5.3 to 5.4. When I try to use cvsup, it says this: su-2.05b# cvsup /libexec/ld-elf.so.1: Shared object "libXaw.so.8" not found, required by "cvsup" And if I try to re-add cvsup, it says this: su-2.05b# cd /usr/ports/net/cvsup/

Re: using -t option with unix sort ?

2005-07-14 Thread Tsampros Leonidas
On Thu, Jul 14, 2005 at 10:47:50AM -0700, Daniel Malaby wrote: > > > Nelis Lamprecht wrote: > >On 7/14/05, Nelis Lamprecht <[EMAIL PROTECTED]> wrote: > > > >>On 7/14/05, Daniel Malaby <[EMAIL PROTECTED]> wrote: > >> > E002 19085 GENERAL DYNAMICS5031802 E-GL/VX/B/R1.0 SFT CD, GL >

Re: Using Multiple Internet Connections with FreeBSD

2005-07-14 Thread Александр Деревянко
John Barbieri wrote: Howdy, To start off, I have a FreeBSD router running Nat and dhcp, it is currently the router for my LAN. I was wondering if there was a way to aggregate more then one internet connection using FreeBSD? That is, have 2 or 3 internet connections coming in on seperate NIC

Re: mysql-4.1.12 errors after portupgrade

2005-07-14 Thread Tsampros Leonidas
On Thu, Jul 14, 2005 at 11:03:18AM -0600, Ken Gunderson wrote: > Hello: > > This is driving me bonkers! I portupgraded mysql41 to 4.1.12. Now > mysql won't start from the rc.d/mysql-server.sh, either at startup or > when I run manually. I didn't change any options in /etc/ > rc.conf.local. Mysq

Re: dangerous situation with shutdown process

2005-07-14 Thread Matthias Buelow
Jon Dama wrote: >Request Barriers under linux exist to prevent the low level kernel block >device layer from reordering write operations from the upper file system >layers. Request Barriers consist of nothing more than tagging internal >queues within the Linux kernel itself. They do nothing to r

Re: Gnome upgrade killed mouse

2005-07-14 Thread Greg Barniskis
Paul Schmehl wrote: --On Wednesday, July 13, 2005 17:22:31 -0500 Greg Barniskis <[EMAIL PROTECTED]> wrote: I understand that your mouse problem got "solved", but just out of curiosity, was it PS/2 and was there a KVM switch box in the mix? Are you also tracking -STABLE? It is a USB Logitech

Re: dangerous situation with shutdown process

2005-07-14 Thread asym
At 15:19 7/14/2005, Wilko Bulte wrote: On Thu, Jul 14, 2005 at 12:14:49PM -0700, Kevin Oberman wrote.. > > Date: Thu, 14 Jul 2005 20:38:15 +0200 > > From: Anatoliy Dmytriyev <[EMAIL PROTECTED]> > > Sender: [EMAIL PROTECTED] > > > > Hello, everybody! > > > > I have found unusual and dangerous situ

Re: /dev/ufs

2005-07-14 Thread Dan Nelson
In the last episode (Jul 14), Heinrich Rebehn said: > Hmm, it does not work: > > [EMAIL PROTECTED] [~] # kldstat > Id Refs AddressSize Name > 19 0xc040 3c8ed4 kernel > 2 14 0xc07c9000 56270acpi.ko > 31 0xc3c38000 17000linux.ko > 41 0xc961 4000 geom_l

Re: Obtaining portsmanager meta package for alternate OS

2005-07-14 Thread Michael C. Shultz
On Thursday 14 July 2005 11:37, Garrett Cooper wrote: > Hello, > I was wondering if anyone could point me to the release notes or > code so I could look up the dependencies for the portsmanager package > and possibly compile it on Mac OS X Tiger. Try running configure then make just like any o

Re: dangerous situation with shutdown process

2005-07-14 Thread Anatoliy Dmytriyev
Kevin Oberman wrote: SCSI or ATA? If it's ATA, turn off write cache with (atacontrol(8) or the sysctl. The problem is that disks lie about whether they have actually written data. If the power goes off before the data is in cache, it's lost. I am not sure if write-cache can be turned off on SC

Re: dangerous situation with shutdown process

2005-07-14 Thread Kevin Oberman
> Date: Thu, 14 Jul 2005 20:38:15 +0200 > From: Anatoliy Dmytriyev <[EMAIL PROTECTED]> > Sender: [EMAIL PROTECTED] > > Hello, everybody! > > I have found unusual and dangerous situation with shutdown process: > I did a copy of 200 GB data on the 870 GB partition (softupdates is > enabled) by cp

Re: Left/right arrow and backspace translation confusion

2005-07-14 Thread Doug Lee
On Thu, Jul 14, 2005 at 11:57:51AM -0700, Ben Jencks wrote: > Did you start the screen session from within the local/telnet/ssh/serial > connection you're attempting to use it from? I've found that if you > start a screen session with one keyboard/OS/keymap/method of connection, > and attempt to us

Re: Left/right arrow and backspace translation confusion

2005-07-14 Thread Ben Jencks
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Doug Lee <[EMAIL PROTECTED]> writes: > This one is making me feel dumb...I've been using FreeBSD for at least > six years but I can't seem to figure this out... > > I have two FreeBSD systems running 4.10/4.11 (these problems have > plagued me through

dangerous situation with shutdown process

2005-07-14 Thread Anatoliy Dmytriyev
Hello, everybody! I have found unusual and dangerous situation with shutdown process: I did a copy of 200 GB data on the 870 GB partition (softupdates is enabled) by cp command. It took a lot of time when I did umount for this partition exactly after cp, but procedure finished correctly. In cas

Obtaining portsmanager meta package for alternate OS

2005-07-14 Thread Garrett Cooper
Hello, I was wondering if anyone could point me to the release notes or code so I could look up the dependencies for the portsmanager package and possibly compile it on Mac OS X Tiger. My FreeBSD machine is currently at home (sadly without an internet connection to the outside world :(),

Re: FreeBSD 5.x raid...

2005-07-14 Thread David Kelly
On Thu, Jul 14, 2005 at 09:49:07AM -0500, David Kelly wrote: > > Uh, he wants all data on one SATA drive and a mirror on the other. > Therefore he does not want to "concat" but to "mirror". The man page > examples often complicatate things by concating some drives then > mirroring the concated.

Kerberos support in sudo?

2005-07-14 Thread Danny Howard
Hello, First off, I'll admit up front that PAM makes no sense to me whatever. So, maybe the anser is in my PAM config. I have a 5.3 system running in a Kerberos 5 environment. I have configured ssh to authenticate against Kerberos just fine. And ksu works just right too. But sudo, I can not ge

Simple question

2005-07-14 Thread Tiago Sousa
Hello to all In what concern to my previous mails I can summarize and simplify the problem: Why when I enable the ipv6_gateway_enable="YES" in /etc/rc.conf the following error occurs (I am using freebsd 5.4 and the last kame snap): in6_if2idlen:unknown link type (34) in6_if2idlen:unkn

Re: DHCP assigned unregistered IP address

2005-07-14 Thread Sean Hafeez
Most cable modems have an RCF1918 on their external management address. This is not part of the routing you see. The modem bridges your NIC to the Cable headend interface - like a layer 2 ethernet. Do a TCPDUMP on your external interface. Here in Cox Cable land you will see packets from 10.

Re: Gnome upgrade killed mouse

2005-07-14 Thread Paul Schmehl
--On Wednesday, July 13, 2005 17:22:31 -0500 Greg Barniskis <[EMAIL PROTECTED]> wrote: I understand that your mouse problem got "solved", but just out of curiosity, was it PS/2 and was there a KVM switch box in the mix? Are you also tracking -STABLE? It is a USB Logitech Wheel Mouse. There's n

Re: How do I build i386 arch on Athlon 64?

2005-07-14 Thread Gary W. Swearingen
I finally found a clue right there in /usr/src/Makefile, where it talks about "TARGET_ARCH". But when I used it with i386, it seemed to be compiling for the default gcc (386, I suppose), even when I had CPUTYPE=athlon-xp in "/etc/make.conf". This seems to be doing the job (though it's still build

Re: DHCP assigned unregistered IP address

2005-07-14 Thread Bob Hall
Thanks for all the replies. Responses to everyone's comments and suggestions: 1) It is a Motorola cable modem. (SB5100) 2) I can access 192.168.100.1 after modifying the firewall rules that stop RFC1918 nets on the outside interface. (IPFW) There's no checkbox to disable DHCP. I downloaded the mo

Re: using -t option with unix sort ?

2005-07-14 Thread Daniel Malaby
Nelis Lamprecht wrote: On 7/14/05, Nelis Lamprecht <[EMAIL PROTECTED]> wrote: On 7/14/05, Daniel Malaby <[EMAIL PROTECTED]> wrote: Hi All, I am trying to sort a tab delimited file with sort. The problem I am having is with the -t option. I do not know how to pass a tab. sort -t \t

Re: usr data/fax modem under 5.4

2005-07-14 Thread Alex Zbyslaw
dave wrote: I've enabled sio2 and set it's irq to 2, also 4, 5, and 9, all of which give me the error: configured irq x not in bitmap of probed irq's 0 under dmesg output i see the sio2 port, it's i/o address, and the fact that fbsd sees the modem's uart as a 16550a which again if i remember rig

Re: Using Multiple Internet Connections with FreeBSD

2005-07-14 Thread John Barbieri
Thanks for the reply, but this isnt exactly what I was looking for. This one is used to force packets out to a specific network depending on the destination IP address and such. I was looking for something that would allow for both rundunancy and speed increase, similar to PPP multi-link or conn

Re: Cloning FreeBSD installations

2005-07-14 Thread Marshall Pierce
On Jul 14, 2005, at 8:34, Peter wrote: Hi all, I've some PC with identical HW with FreeBSD 5.4. I'm looking for a way to clone FreeBSD installations from one PC to another. I've read in mailing list about script clone.sh. "The script copies the MBR and disklabel from ad0 to ad1 and then

mysql-4.1.12 errors after portupgrade

2005-07-14 Thread Ken Gunderson
Hello: This is driving me bonkers! I portupgraded mysql41 to 4.1.12. Now mysql won't start from the rc.d/mysql-server.sh, either at startup or when I run manually. I didn't change any options in /etc/ rc.conf.local. Mysql error logs whine thusly: [ERROR] Can't find messagefile '/usr/local/shar

Re: Cloning FreeBSD installations

2005-07-14 Thread Steve Quinn
Peter Macko wrote > Hi all, > > I've some PC with identical HW with FreeBSD 5.4. I'm looking for a way to > clone FreeBSD installations from one PC to another. > I've read in mailing list about script clone.sh. "The script copies the MBR > and disklabel from ad0 to ad1 and then creates the file

Re: Spyware on FreeBSD?

2005-07-14 Thread Lane
On Thursday 14 July 2005 11:18, Ted Mittelstaedt wrote: > >-Original Message- > >From: [EMAIL PROTECTED] > >[mailto:[EMAIL PROTECTED] Behalf Of Gayn Winters > >Sent: Wednesday, July 13, 2005 9:49 AM > >To: [EMAIL PROTECTED] > >Subject: Spyware on FreeBSD? > > > > > >I was wondering if anyon

RE: Spyware on FreeBSD?

2005-07-14 Thread Ted Mittelstaedt
>-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] Behalf Of Gayn Winters >Sent: Wednesday, July 13, 2005 9:49 AM >To: [EMAIL PROTECTED] >Subject: Spyware on FreeBSD? > > >I was wondering if anyone had had any trouble with spyware on their >FreeBSD systems, or if we a

Re: Cloning FreeBSD installations

2005-07-14 Thread lars
Peter wrote: Hi all, I've some PC with identical HW with FreeBSD 5.4. I'm looking for a way to clone FreeBSD installations from one PC to another. I've read in mailing list about script clone.sh. "The script copies the MBR and disklabel from ad0 to ad1 and then creates the file systems and copi

Re: FreeBSD 5.x raid...

2005-07-14 Thread David Kelly
On Thu, Jul 14, 2005 at 06:24:44PM +0300, Casper wrote: > > > David Kelly wrote: > >On Thu, Jul 14, 2005 at 03:55:38PM +0200, FreeBSD questions mailing list > >wrote: > > > >>'plex org raid1 512k' is invalid > >>you should use: > >>'plex org concat' > > > > > >Uh, he wants all data on one SATA d

Re: How to reset root passwd FreeBSdD4.7

2005-07-14 Thread Alex Zbyslaw
Rick Preston wrote: On 7/14/05, Aaron Peterson <[EMAIL PROTECTED]> wrote: I was under the impression that if you had physical access to the console and a default init setup, ctrl-alt-delete would reboot even if one wasn't logged in... perhaps I'm mistaken though. Thanks for pointing

Cloning FreeBSD installations

2005-07-14 Thread Peter
Hi all, I've some PC with identical HW with FreeBSD 5.4. I'm looking for a way to clone FreeBSD installations from one PC to another. I've read in mailing list about script clone.sh. "The script copies the MBR and disklabel from ad0 to ad1 and then creates the file systems and copies data with du

Re: Left/right arrow and backspace translation confusion

2005-07-14 Thread Doug Lee
On Thu, Jul 14, 2005 at 07:57:05AM -0700, Gary W. Swearingen wrote: > You didn't mention these (albeit unlikely) things: > -- Different "console driver" (sc vs. vt) in kernel. Both are the same; not using pcvt. > -- Different "keymap" (see /etc/default/rc.conf). Not setting key maps. >

Re: FreeBSD 5.x raid...

2005-07-14 Thread Casper
David Kelly wrote: On Thu, Jul 14, 2005 at 03:55:38PM +0200, FreeBSD questions mailing list wrote: 'plex org raid1 512k' is invalid you should use: 'plex org concat' Uh, he wants all data on one SATA drive and a mirror on the other. Therefore he does not want to "concat" but to "mirror".

Re: /dev/ufs

2005-07-14 Thread Heinrich Rebehn
Dan Nelson wrote: In the last episode (Jul 14), Heinrich Rebehn said: I am trying to mount disks by label. The glabel(8) manpage suggests: tunefs -L data /dev/da4s1a mount /dev/ufs/data /mnt/data I tried that, but i don't see a /dev/ufs at all. Does it have to be mounted?

Re: Softupdates Question

2005-07-14 Thread Alex de Kruijff
On Tue, Jun 28, 2005 at 03:40:41PM -0400, Scott Sipe wrote: > > Hi, > > At work we're running some rather old accounting software that tells > us to disable oplocks and all caheing on our file server (and our > clients)--Samba/FreeBSD isn't officially supported (the only > platforms that ar

Re: Left/right arrow and backspace translation confusion

2005-07-14 Thread Gary W. Swearingen
Doug Lee <[EMAIL PROTECTED]> writes: > characters intact instead of clearing them. I have verified that the > following are identical on both systems: You didn't mention these (albeit unlikely) things: -- Different "console driver" (sc vs. vt) in kernel. -- Different "keymap" (see /etc/d

Re: FreeBSD 5.x raid...

2005-07-14 Thread David Kelly
On Thu, Jul 14, 2005 at 03:55:38PM +0200, FreeBSD questions mailing list wrote: > > 'plex org raid1 512k' is invalid > you should use: > 'plex org concat' Uh, he wants all data on one SATA drive and a mirror on the other. Therefore he does not want to "concat" but to "mirror". The man page examp

Re: portmanager upgrade question

2005-07-14 Thread Alistair Sutton
On 14/07/05, Bart Silverstrim <[EMAIL PROTECTED]> wrote: > Is there a way to force a rebuild with new dependencies when you get > errors like: > ** > OLD ethereal-0.10.11_1 built with old dependency net-snmp-5.2.1_2, > current dependency is net-snmp-5.2.1.2 > OLD gtk-2.6.8 built with old depend

FreeBSD 5.4 CD and Adaptec 2010s controller w/ RAID 10

2005-07-14 Thread M. L.
Hi list, I'm having a strange problem while trying to install FreeBSD on a pentium 4 server with an adaptec 2010s controller with a built RAID 10. It goes fine until it tries to read the CD (to install FreeBSD), at that point it starts spitting random numbers and letters in blocks, something

Re: /dev/ufs

2005-07-14 Thread Dan Nelson
In the last episode (Jul 14), Heinrich Rebehn said: > I am trying to mount disks by label. The glabel(8) manpage suggests: > >tunefs -L data /dev/da4s1a >mount /dev/ufs/data /mnt/data > > I tried that, but i don't see a /dev/ufs at all. Does it have to be > mounted? If so,

portmanager upgrade question

2005-07-14 Thread Bart Silverstrim
Is there a way to force a rebuild with new dependencies when you get errors like: ** OLD ethereal-0.10.11_1 built with old dependency net-snmp-5.2.1_2, current dependency is net-snmp-5.2.1.2 OLD gtk-2.6.8 built with old dependency libxml2-2.6.19, current dependency is libxml2-2.6.20 OLD sha

Re: How to reset root passwd FreeBSdD4.7

2005-07-14 Thread Rick Preston
On 7/14/05, Aaron Peterson <[EMAIL PROTECTED]> wrote: > On 7/14/05, Björn König <[EMAIL PROTECTED]> wrote: > > Rick Preston wrote: > > > > > I was going to offer something more complicated, thanks for the tip. > > > I came to realize that both our ideas require shutting down the > > > system. What

Re: FreeBSD 5.x raid...

2005-07-14 Thread FreeBSD questions mailing list
On 14 jul 2005, at 15:27, Casper wrote: Hi, I have web server with one ata system disk and two sata disks for www stuff... I wanted to make that all www stuff is on one sata disk and mirror (backups) it to second disk if first sata brakes... So I have little experience with vinum (one

/dev/ufs

2005-07-14 Thread Heinrich Rebehn
Hi all, I am trying to mount disks by label. The glabel(8) manpage suggests: tunefs -L data /dev/da4s1a mount /dev/ufs/data /mnt/data I tried that, but i don't see a /dev/ufs at all. Does it have to be mounted? If so, how? I use FreeBSD 5.4-RELEASE-p4 Thanks for any su

freecolor won't start because of BUS ERROR

2005-07-14 Thread PK
hi I have a fresh installation of freeBSD 5.4 and did ports tree update. I've installed freecolor from ports, but won't start: # /usr/local/bin/freecolor -o Bus error ___ Join Excite! - http://www.excite.com The most personalized portal on the Web

FreeBSD 5.x raid...

2005-07-14 Thread Casper
Hi, I have web server with one ata system disk and two sata disks for www stuff... I wanted to make that all www stuff is on one sata disk and mirror (backups) it to second disk if first sata brakes... So I have little experience with vinum (one samba server vinum raid5 working ok without

Re: How to reset root passwd FreeBSdD4.7

2005-07-14 Thread Aaron Peterson
On 7/14/05, Björn König <[EMAIL PROTECTED]> wrote: > Rick Preston wrote: > > > I was going to offer something more complicated, thanks for the tip. > > I came to realize that both our ideas require shutting down the > > system. What would be the safest way to do that with out causing > > potentia

Re: How to reset root passwd FreeBSdD4.7

2005-07-14 Thread Ivailo Tanusheff
This is described in FAQ. Generally boot in single user mode, go to console and change the password :) Ivailo Tanusheff Senior System administrator ProCredit Bank (Bulgaria) AD tel. +359 2 921 7161 fax +359 2 921 7110 http://www.procreditbank.bg Disclaimer: The information contained in this me

Re: Apache 1.3 FreeBsd Port missing mod_auth_digest

2005-07-14 Thread Chris Roos
Glenn Dawson wrote: At 04:47 AM 7/14/2005, Chris Roos wrote: Glenn Dawson wrote: Ok. I had already seen the apache page detailing the fact that it should already be available in the Apache distribution since 1.3.8, which is why I was confused when I couldn't find it. The problem I hav

Re: Apache 1.3 FreeBsd Port missing mod_auth_digest

2005-07-14 Thread Glenn Dawson
At 04:47 AM 7/14/2005, Chris Roos wrote: Glenn Dawson wrote: At 01:52 AM 7/14/2005, Chris Roos wrote: Hi, I'm not entirely convinced this is the right place for this question as it may be an Apache issue rather than FreeBsd/Port issue. Either way, I thought I'd start here first. I've bee

Re: Left/right arrow and backspace translation confusion

2005-07-14 Thread Doug Lee
On Thu, Jul 14, 2005 at 04:43:32AM -0700, Glenn Dawson wrote: > Check TERM in the environment of a shell that's inside screen. It should > be 'screen'. If it's not, or there's no entry for screen in termcap you'll > have exactly the problem you are seeing. "screen" it is, and here's the /etc/t

  1   2   >