help with panic/kgdb

2004-05-07 Thread Charles Sprickman
Hi, First off, let me say it's been a very long time since I've had to deal with a FreeBSD box panicing, so bear with me. This particular machine has been acting up since I upgraded to 4.8-p18 from 4.8-p6(?). The only bit of "odd" hardware in it is a 3Ware IDE RAID card (full dmesg below). This

Re: Connecting to a Headless machine, after install

2004-05-07 Thread Rob
Bruce Hunter wrote: I have setup a headless machine via a null modem cable. Instalation went fine. The only problem now, is connecting to the machine after the install. When I #cu -l /dev/cuaao/ I see the boot process, but it gets to the date prompt but doesn't show the login: i did install ssh,

Re: Connecting to a Headless machine, after install

2004-05-07 Thread Stijn Hoop
On Fri, May 07, 2004 at 05:01:29PM +0900, Rob wrote: > Funny, that I'm struggling with opposite problem: I do not get the > boot messages over the serial cable, but do get the login prompt, > which I do not understand :(. You probably need to tell the kernel to use the serial console: # echo '-h'

tr A-Z a-z

2004-05-07 Thread Christoph Kukulies
Strange: I was used to do upper case lower case conversion always like this and it suddenly doesn't work anymore: $ echo Z | tr "[A-Z]" "[a-z]" ÿ -- Chris Christoph P. U. Kukulies kuku_at_kukulies.org ___ [EMAIL PROTECTED] mailing list http://lists.fre

Re: tr A-Z a-z

2004-05-07 Thread vxla
On Fri, 2004-05-07 at 10:53:01 +0200, Christoph Kukulies proclaimed... > Strange: I was used to do upper case lower case conversion always like this > and it suddenly doesn't work anymore: > > $ echo Z | tr "[A-Z]" "[a-z]" Works fine for me. However, maybe this would help? echo Z | tr [:upper:]

Re: tr A-Z a-z

2004-05-07 Thread Kris Kennaway
On Fri, May 07, 2004 at 10:53:01AM +0200, Christoph Kukulies wrote: > Strange: I was used to do upper case lower case conversion always like this > and it suddenly doesn't work anymore: > > $ echo Z | tr "[A-Z]" "[a-z]" > ÿ Something locale-related? Kris pgp0.pgp Description: PGP signature

Makefile for XFree86-fontScalable-4.3.0 port is broken?

2004-05-07 Thread Daniel Wijnands
Did you find a solution for this problem ? Greetings daniel ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Tracing DNS queries

2004-05-07 Thread Mark
Hello, Is there a way, on FreeBSD 4.9R, to trace the origin of outgoing DNS queries? I mean, a determination which process is sending the queries? Something ktrace like. De firewall, ipfw, cannot do it. Thanks, - Mark ___ [EMAIL PROTECTED] mailing lis

Re: Netfinity 5000 and 5.2.1-RELEASE

2004-05-07 Thread Toomas Aas
Hello! Yesterday I wrote: > Earlier today, I wrote: > > > So, I'm trying to install 5.2.1 on IBM Netfinity 5000 and I'm not > > having much luck. Before going into great technical detail (ha!) and > > frustrating stories of my failures, I just thought to ask, is anyone > > at all running this co

Re: Suexec with Apache 1.3.29

2004-05-07 Thread Mikkel Christensen
On Monday 03 May 2004 08:26, Mikkel Christensen wrote: > On Friday 30 April 2004 07:58, Mikkel Christensen wrote: > > On Thursday 29 April 2004 19:54, Mikkel Christensen wrote: > > > On Thursday 29 April 2004 18:20, Marty Landman wrote: > > > > At 01:13 PM 4/29/2004, Mikkel Christensen wrote: > > >

Re: Connecting to a Headless machine, after install

2004-05-07 Thread Rob
Stijn Hoop wrote: On Fri, May 07, 2004 at 05:01:29PM +0900, Rob wrote: Funny, that I'm struggling with opposite problem: I do not get the boot messages over the serial cable, but do get the login prompt, which I do not understand :(. You probably need to tell the kernel to use the serial console

Re: tr A-Z a-z

2004-05-07 Thread Christoph P. Kukulies
On Fri, May 07, 2004 at 03:57:25AM -0500, [EMAIL PROTECTED] wrote: > On Fri, 2004-05-07 at 10:53:01 +0200, Christoph Kukulies proclaimed... > > > Strange: I was used to do upper case lower case conversion always like this > > and it suddenly doesn't work anymore: > > > > $ echo Z | tr "[A-Z]" "[a

Re: tr A-Z a-z

2004-05-07 Thread Christoph P. Kukulies
On Fri, May 07, 2004 at 01:59:01AM -0700, Kris Kennaway wrote: > On Fri, May 07, 2004 at 10:53:01AM +0200, Christoph Kukulies wrote: > > Strange: I was used to do upper case lower case conversion always like this > > and it suddenly doesn't work anymore: > > > > $ echo Z | tr "[A-Z]" "[a-z]" > > ÿ

Re: Connecting to a Headless machine, after install

2004-05-07 Thread Stijn Hoop
On Fri, May 07, 2004 at 08:06:37PM +0900, Rob wrote: > Stijn Hoop wrote: > > On Fri, May 07, 2004 at 05:01:29PM +0900, Rob wrote: > > > Funny, that I'm struggling with opposite problem: I do not get the > > > boot messages over the serial cable, but do get the login prompt, > > > which I do not und

ipfw q

2004-05-07 Thread Gregory Edigarov
Hello, list. Can anybody help me as I can really understand nothing. The scenario: there is two nets: 192.168.5.0/24 and 192.168.7.0/24. All users normally sit in 192.168.5.0/24, using 192.168.7.0/24 as VPN addresses. All VPN users have access to squid, socks, mail, and pop3. everithing works fi

RE: Problem with FreeBSD 4.8, ipf, ipfnat and forwarding for pcAnywhere

2004-05-07 Thread JJB
For your telnet test to pcanywhere ports on target Lan pc to work you have to tell telnet on the target to listen on those ports. I believe pcanywhere is one of those applications that imbed the ip address of the remote and host into the packet data and used by the application to establish bi-dire

buildworld failed

2004-05-07 Thread Daniel Bye
Here's odd. I'm trying to do a buildworld under 5.2.1-RELEASE-p5. src is fully up to date. The buildworld fails as it enters the lib/libncurses subdir during stage 2.1, cleaning up the object tree: [---snip normal output---] ===> lib/libncurses ".depend", line 1: Need an operator ".depend", lin

Re: Problem with FreeBSD 4.8, ipf, ipfnat and forwarding for pcAnywhere

2004-05-07 Thread Toni Schmidbauer
On Thu, May 06, 2004 at 11:37:09PM -0500, adp wrote: > And I am allowing in accessing via ipf: > > pass in quick proto tcp from any to public-ip port = 5631 group 200 > pass in quick proto udp from any to public-ip port = 5631 group 200 > pass in quick proto tcp from any to public-ip port = 5632 g

Re: Connecting to a Headless machine, after install

2004-05-07 Thread Toni Schmidbauer
On Thu, May 06, 2004 at 11:58:43PM -0400, Bruce Hunter wrote: > I see the boot process, but it gets to the date prompt but doesn't show > the login: this is mentioned in the fabulous handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/serialconsole-setup.html 17.6.5.4 Getting a

Problems resolving sites in browsers under KDE

2004-05-07 Thread Dragoncrest
Just recently I've started having a DNS issue of sorts on two of my workstations running KDE 3.2 on Freebsd 4.9 and using both Mozilla and Firebird for browsers. What happens is I'll be surfing around and suddenly I'll hit something and I can't go forward, I can't go back, I can't go anywhere

Re: Source code of ln command

2004-05-07 Thread Thuan Truong
Greg, Thanks for the info. Could you tell me what is the best way to copy the whole source codes to my machine, so it's easy for me to find and understand in details some system functions? Your help is much appreciated. Best regards, Thuan - Original Message - From: "Greg 'groggy' Leh

Re: UPDATING - perl

2004-05-07 Thread Tuc
Hi, Who do I contact to see if they can add a step to the UPDATING document in ports to make sure/remind/etc people to "use.perl port" before upgrading all the modules? Thanks, Tuc/TTSG Internet Services, Inc. ___ [EMAIL PROTECT

Re: UPDATING - perl

2004-05-07 Thread Matthew Seaman
On Fri, May 07, 2004 at 10:13:14AM -0400, Tuc wrote: > Who do I contact to see if they can add a step to the UPDATING > document in ports to make sure/remind/etc people to "use.perl port" before > upgrading all the modules? Try contacting the maintainer of the perl ports: % cd /usr/p

Geometry issue

2004-05-07 Thread Tuc
Hi, Having a SCSI Geometry issue on a 5.2.1-RELEASE-p4 system. It has a Symbios SDMS PCI SCSI, 53C1010-66 adapter that shows up as : sym0: <1010-66> port 0xa000-0xa0ff mem 0xf600-0xf6001fff,0xf680-0xf68003 ff irq 25 at device 5.0 on pci1 sym0: Symbios NVRAM, ID 7, Fast-80, LVD, pa

Re: tr A-Z a-z

2004-05-07 Thread Dan Nelson
In the last episode (May 07), Christoph P. Kukulies said: > On Fri, May 07, 2004 at 01:59:01AM -0700, Kris Kennaway wrote: > > On Fri, May 07, 2004 at 10:53:01AM +0200, Christoph Kukulies wrote: > > > Strange: I was used to do upper case lower case conversion always like this > > > and it suddenly

RE: KVM Switches

2004-05-07 Thread BUTTERWORTH,THADDAEUS (HP-Boise,ex1)
I've got a Belkin KVM as well. After some playing around with it I did finally get it going and working. In my rc.conf file I have moused port as "/dev/psm0" and my moused type as "auto". I did have problems getting my scroll wheel to work, it would only work about half the time. I eventually r

Re: Newbie: 4.9 / 5.2.1 / 4.10 ??

2004-05-07 Thread Kevin D. Kinsey, DaleCo, S.P.
cc'ed to questions: let's move it there? Geoffrey Lane wrote: I'm fairly familiar with linux and have been running redhat for a few years now. I'm looking for something I have more control over and isn't bloated with alot of stuff I don't need... BSD is on the top of my list, there are only a f

help! -- acroread failing to launch

2004-05-07 Thread epilogue
hi, i recently uninstalled almost all of my programs, cleaned out the cruft, and re-installed only the programs i was actually using. +2Gb yay! well, since reinstalling acroread, i'm having problems getting it to run. i vaguely recall having the same issue, when i first installed the program m

Re: ntfs mount

2004-05-07 Thread J. W. Ballantine
The full fdisk output is: *** Working on device /dev/ad0 *** parameters extracted from in-core disklabel are: cylinders=4865 heads=255 sectors/track=63 (16065 blks/cyl) Figures below won't work with BIOS for partitions not in cyl 1 parameters to be used for BIOS calculations are: cylinder

5.2.1, Sparc64, Install

2004-05-07 Thread Mike Hogsett
Is there a Sparc64 (Ultra5) specific install instructions document? ta, Mike ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Makefile for XFree86-fontScalable-4.3.0 port is broken?

2004-05-07 Thread Kent Stewart
On Friday 07 May 2004 02:54 am, Daniel Wijnands wrote: > Did you find a solution for this problem ? > You didn't give enough information such as version of FreeBSD that you are running. After I read your message, I tried building it again on 2 recently cvsup'ed different computers running 4-stab

Re: ntfs mount

2004-05-07 Thread Mark Ovens
J. W. Ballantine wrote: The full fdisk output is: *** Working on device /dev/ad0 *** parameters extracted from in-core disklabel are: cylinders=4865 heads=255 sectors/track=63 (16065 blks/cyl) [snip] I take it that the partition sizees reported are correct? It a Dell, but given the confi

realaudio to mp3/wav conversion utility in FreeBSD ?

2004-05-07 Thread Joe Schmoe
I already have a good method for saving realaudio streams to local files. No discussion of this is necessary. So now I have locally saved realaudio files, and I would like to convert them to mp3 (or at least to wav, and then to mp3). There is some lame GUI tool in windows to do this, but of cour

Re: ntfs mount

2004-05-07 Thread Bart Silverstrim
On May 7, 2004, at 1:40 PM, Mark Ovens wrote: J. W. Ballantine wrote: It a Dell, but given the configuration, i do not believe it came pre-installed from the factory. I would have thought that a Dell would have had *an* OS pre-installed. Not always. I am running FBSD 4.9 on a couple Dell 2650's

Re: ntfs mount

2004-05-07 Thread J. W. Ballantine
The last four lines are not even close: fa eb 5c 53 42 4d 33 2e 37 2e 31 00 02 01 01 00 |..\SBM3.7.1.| 0010 02 e0 00 40 0b f0 09 00 12 00 02 00 00 00 00 00 |[EMAIL PROTECTED]| 0020 00 00 00 00 00 00 29 00 00 00 00 53 4d 41 52 54 |..)SMART| 0030 20 42 54 4

Re: ntfs mount

2004-05-07 Thread Mark Ovens
Mark Ovens wrote: Not come across Smart Boot Manager but I wonder if it creates a small partition to run from; the OS/2 Boot Manager, which was also shipped with older versions of Partition Magic, did but, like "recovery" partitions it didn't get a drive letter. Ah! I've just thought of someth

Re: ntfs mount

2004-05-07 Thread Mark Ovens
Bart Silverstrim wrote: On May 7, 2004, at 1:40 PM, Mark Ovens wrote: J. W. Ballantine wrote: It a Dell, but given the configuration, i do not believe it came pre-installed from the factory. I would have thought that a Dell would have had *an* OS pre-installed. Not always. I am running FBSD 4.9

Re: ntfs mount

2004-05-07 Thread J. W. Ballantine
Only if it treats w2k different than 98 and XP. I've had the same boot manager on dual boot machines with the two MS "OS"es and FreeBSD and have no trouble mounting the ms partitions on FreeBSD. Jim -- In Response to your message - > Date: Fri, 07 May 2004 19:10:17 +0100

Re: ntfs mount

2004-05-07 Thread Bart Silverstrim
On May 7, 2004, at 2:12 PM, Mark Ovens wrote: Bart Silverstrim wrote: On May 7, 2004, at 1:40 PM, Mark Ovens wrote: J. W. Ballantine wrote: It a Dell, but given the configuration, i do not believe it came pre-installed from the factory. I would have thought that a Dell would have had *an* OS pre

mono

2004-05-07 Thread Osmany Guirola Cruz
Hi I am trying to install "mono" on my freebsd box and i have these error mono... does not work on -CURRENT with garbage collection enabled i am runing 5.2 Release i probe in one machine that have 4.9 and it install well what should ido to install it in my 5.2 if its possible _

Re: mono

2004-05-07 Thread Bill Moran
Osmany Guirola Cruz wrote: Hi I am trying to install "mono" on my freebsd box and i have these error mono... does not work on -CURRENT with garbage collection enabled i am runing 5.2 Release i probe in one machine that have 4.9 and it install well what should ido to install it in my 5.2 if its

Re: ntfs mount

2004-05-07 Thread Mark Ovens
J. W. Ballantine wrote: The last four lines are not even close: fa eb 5c 53 42 4d 33 2e 37 2e 31 00 02 01 01 00 |..\SBM3.7.1.| 0010 02 e0 00 40 0b f0 09 00 12 00 02 00 00 00 00 00 |[EMAIL PROTECTED]| 0020 00 00 00 00 00 00 29 00 00 00 00 53 4d 41 52 54 |..)SMAR

Re: help! -- acroread failing to launch

2004-05-07 Thread Lowell Gilbert
[EMAIL PROTECTED] writes: > > acroread > /usr/local/Acrobat5/Reader/intellinux/bin/acroread: error while loading > shared libraries: libXt.so.6: cannot open shared object file: No such file > or directory > > > locate libXt.so.6 > /usr/X11R6/lib/libXt.so.6 > > i have tried with and without the f

Re: help! -- acroread failing to launch

2004-05-07 Thread epilogue
hi lowell, problem already solved. it may have been confusing because my last reply didn't follow the usual '>' indent format. i had to cut and paste the message from the website, because i never received a copy of the message. thanks for your offer to help. cheers, epi. On 07 May 2004 1

startx failing to work after Gnome update

2004-05-07 Thread Nicholas Jackson
Hello, I've recently updated my Gnome packags to version 2.6 and since then, X has failed to work when I start it as a non-root user. (It does work as root) I get a message about being unable to replace the log file. Has anyone got any ideas on where I went wrong? Thank you, N. __

Re: realaudio to mp3/wav conversion utility in FreeBSD ?

2004-05-07 Thread Simon Barner
Joe Schmoe wrote: > I already have a good method for saving realaudio > streams to local files. No discussion of this is > necessary. > > So now I have locally saved realaudio files, and I > would like to convert them to mp3 (or at least to wav, > and then to mp3). There is some lame GUI tool in

Re: Newbie: 4.9 / 5.2.1 / 4.10 ??

2004-05-07 Thread Daniela
On Friday 07 May 2004 16:25, Kevin D. Kinsey, DaleCo, S.P. wrote: > >4) Can freebsd use a linux swap space? Yes, anything can be used as swap space, but be sure to determine the correct device file, or else you'll overwrite precious data. If, for example, you have the Linux swap on the second s

Re: realaudio to mp3/wav conversion utility in FreeBSD ?

2004-05-07 Thread Simon Barner
Oops, the script was stripped off by the mailing list software. I'll post it inline now. - cut here - #!/bin/sh # extraido de http://bulmalug.net/impresion.phtml?nIdNoticia=1744 # y modificado por mapelo [EMAIL PROTECTED] # necesita mplayer y lame # Convert

Can't build openoffice-1.1 from port

2004-05-07 Thread Bill Moran
Trying to install openoffice from ports tree cvsupped yesterday and failing. I don't want to install from a package, as I get an icky mess between gtk 1 (which the openoffice package wants) and gtk 2 (which the latest gnome wants) Suggestions? FreeBSD 4.9-RELEASE, when I try to build, it stops thu

Re: 4.10 stable release info

2004-05-07 Thread anubis
On Thu, 6 May 2004 10:36 pm, JJB wrote: > The official 4.10 schedule says 4.10 stable release was scheduled > for May 5. > The FTP sites still have RC2 and the 4.10 to-do list talks about > RC3. > Anybody from the release team care to comment on what is the holdup > and when 4.10 going to be updat

Is there any hardware RAID (SCSI) that is fully supported?

2004-05-07 Thread Peter Schuller
Hello, is there any hardware SCSI RAID controller that is fully supported in FreeBSD? By "fully supported" I mean being able to monitor and talk to the controller on a live system in order to initiate a rebuild on a replace drive and such. Mylex/Adaptec seems to be a dead end, LSI's MegaRAIDs I

Re: Source code of ln command

2004-05-07 Thread Greg 'groggy' Lehey
On Friday, 7 May 2004 at 10:00:50 -0400, Thuan Truong wrote: > Greg, > Thanks for the info. Could you tell me what is the best way to copy the > whole source codes to my machine, so it's easy for me to find and understand > in details some system functions? This is a FAQ. The source code is inc

How to get best results from FreeBSD-questions

2004-05-07 Thread Greg Lehey
How to get the best results from FreeBSD questions. === Last update $Date: 2003/03/09 22:09:31 $ This is a regular posting to the FreeBSD questions mailing list. If you got it in answer to a message you sent, it means that the sender thinks that at

"The Complete FreeBSD": errata and addenda

2004-05-07 Thread Greg Lehey
The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge computer books are out of date almost before they are printed. Unfortunately, The Complete FreeBSD, published by O'Reilly, is no exception. Inev

Re: segmentation fault-- is my array too long?

2004-05-07 Thread Malcolm Kay
On Friday 07 May 2004 06:42, Henrik W Lund wrote: > malloc() is your friend! :-) > > --> double *ncost = malloc(sizeof (double) * persons * scens); <-- > > This ought to do the trick. Just remember to make sure that malloc > returns a valid pointer, otherwise you'll have another seg fault. > >

Re: Plod-like tool in ports

2004-05-07 Thread Joshua Lokken
* Viktor Lazlo <[EMAIL PROTECTED]> [2004-05-06 21:22]: > On Thu, 6 May 2004, Joshua Lokken wrote: > > > > > Does anyone out there use a tool similar to plod for personal logging > > > > of administrative tasks? I've looked through > > > > /usr/ports/sysutils, and didn't see anything that caught m

Re: Is there any hardware RAID (SCSI) that is fully supported?

2004-05-07 Thread Chad Leigh -- Shire.Net LLC
On May 7, 2004, at 5:13 PM, Peter Schuller wrote: Hello, is there any hardware SCSI RAID controller that is fully supported in FreeBSD? By "fully supported" I mean being able to monitor and talk to the controller on a live system in order to initiate a rebuild on a replace drive and such. Myl

Re: Can't build openoffice-1.1 from port

2004-05-07 Thread Christian Hiris
On Saturday 08 May 2004 00:24, Bill Moran wrote: > Trying to install openoffice from ports tree cvsupped yesterday and > failing. I don't want to install from a package, as I get an icky mess > between gtk 1 (which the openoffice package wants) and gtk 2 (which the > latest gnome wants) > > Suggest

Re: Can't build openoffice-1.1 from port

2004-05-07 Thread Bill Moran
Christian Hiris wrote: On Saturday 08 May 2004 00:24, Bill Moran wrote: Trying to install openoffice from ports tree cvsupped yesterday and failing. I don't want to install from a package, as I get an icky mess between gtk 1 (which the openoffice package wants) and gtk 2 (which the latest gnome wa

Re: Is there any hardware RAID (SCSI) that is fully supported?

2004-05-07 Thread Bart Silverstrim
On May 7, 2004, at 7:13 PM, Peter Schuller wrote: Hello, is there any hardware SCSI RAID controller that is fully supported in FreeBSD? By "fully supported" I mean being able to monitor and talk to the controller on a live system in order to initiate a rebuild on a replace drive and such. Myl

Re: Is there any hardware RAID (SCSI) that is fully supported?

2004-05-07 Thread Brad Tarver
Either Adaptec or AMI Logic ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Can't build openoffice-1.1 from port

2004-05-07 Thread Christian Hiris
On Saturday 08 May 2004 04:40, Bill Moran wrote: > Christian Hiris wrote: > > On Saturday 08 May 2004 00:24, Bill Moran wrote: > >>Trying to install openoffice from ports tree cvsupped yesterday and > >>failing. I don't want to install from a package, as I get an icky mess > >>between gtk 1 (which

Penggy for AOL

2004-05-07 Thread phusion
I'm trying to install Penggy, so I can connect through dialup using an AOL account I have. I'm running FreeBSD 5.2.1. The modem I have is recognized in FreeBSD. I downloaded the source file from the homepage, then ran ./configure and said that it couldn't find Guile (which I don't have installed).

Re: Ports Index Update Error - mail/lmtpd Failure

2004-05-07 Thread Bob Perry
On (05/05/04 10:18), Kent Stewart wrote: > From: Kent Stewart <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: Ports Index Update Error - mail/lmtpd Failure > Date: Wed, 5 May 2004 10:18:15 -0700 > User-Agent: KMail/1.6.2 > Cc: Joshua Lokken <[EMAIL PROTECTED]>, Bob Perry <[EMAIL PROTECTE

netscape 7.1 profile error

2004-05-07 Thread Incoming Mail List
Netscape 7.1 from FreeBSD Ports FBSD V5.2 I get the following error when trying to open Netscape. I know it sounds like a locking issue but I can't find the file that stores the profile or the lock file for it. Anyone run into this and have a solution? I can create a new profile, but only use i