Error Code 1 building Sendmail. FreeBSD 5.4-p6

2005-09-16 Thread Jordan Freeman
Here's the output. Any assistance would be apprecaited. make Warning: Object directory not changed from original /usr/src/usr.sbin/sendmail cc -O2 -pipe -march=pentium3 -I/usr/src/usr.sbin/sendmail/../../contrib/sendmail/src -I/usr/src/usr.sbin/sendmail/../../contrib/sendmail/include -I. -DNE

Re: bsdlabel and c partition

2005-09-16 Thread Glenn Dawson
At 11:23 PM 9/16/2005, Valerio daelli wrote: Hi I have partitioned a disk using bsdlabel and I have used the c partition for the entire disk. According to the manual this mean I have used the disk in dedicated mode. Is there any danger in it? Is it preferable to use another partition? As long a

bsdlabel and c partition

2005-09-16 Thread Valerio daelli
Hi I have partitioned a disk using bsdlabel and I have used the c partition for the entire disk. According to the manual this mean I have used the disk in dedicated mode. Is there any danger in it? Is it preferable to use another partition? Thanks a lot. Valerio Daelli

Re: Where to rent a FreeBSD user account?

2005-09-16 Thread Andrew P.
On 9/17/05, cpghost <[EMAIL PROTECTED]> wrote: > On Sat, Sep 17, 2005 at 12:50:47AM +0400, Andrew P. wrote: > > Hello! > > > > I'm sick and tired of moving config files between a multitude > > of hosts just in order to find a nice environment and edit them, > > I feel like I need a place to "stay".

Re: Installation woes

2005-09-16 Thread Gary W. Swearingen
Rogelio Rodríguez <[EMAIL PROTECTED]> writes: > I have Phoenix Award BIOS v6.00PG (as it seems to identify > itself) and a Seagate Barracuda 7200.7 Plus (ST3120026A) and they > don't seem to like each other. When partitioning, it's suggested > that the harddrive geometry seems unlikely though the

Re: routed vpn between two freebsd machines

2005-09-16 Thread Frank Mueller - emendis GmbH
10.8.0.1 is your servers IP! According to the manpage the parameter "server 10.8.0.0 255.255.255.0" sets therouter to 10.8.0.1. Why do you push a route to 192.168.2.0/24 ??? Do you have such a subnet? Greetz, Ice dave schrieb: Hello, My apologies if this is a repost i didn't see it go thro

Re: rt3 on 5.4

2005-09-16 Thread Frank Mueller - emendis GmbH
3.4.2 has been running here for several month now without any issues. Greetz, Ice dave schrieb: Hello, Is anyone experiencing issues getting rt3.4 installed on 5.4? I'm getting an error via a port dependency that it conflicts with mod_perl. Thanks. Dave. _

is there a way to auto-gather web data?

2005-09-16 Thread Gary Kline
Hi people, No, I'm not trying to "steal" this info--it has been in the public domain for cnturies. But on "the.public.foobar.com" there is an "/cgi/author.html?id=hallaj", let's say. In order to gleen the sayings from "hallaj" I have to click several time

Re: how to convert lower case to uppercase in a word in a line ?

2005-09-16 Thread Tom Norris
I have heard of INTERCAL and BrainF*ck, but who cares next? What about COW? http://www.bigzaphod.org/cow/ or whitespace? http://compsoc.dur.ac.uk/whitespace/ And I DO care.. just not enough to write a to-uppercase function :) -Tom ___ freebsd-qu

hdd full

2005-09-16 Thread Damon Blom
Hi freebsd cheat sheets. Damon ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Error code 71 on rebuilding libc. FreeBSD 5.4-p6.

2005-09-16 Thread Jordan Freeman
Dan Nelson wrote: In the last episode (Sep 16), Jordan Freeman said: Performing a "make install" in /usr/src/lib/libc, here's the output : # make install install -C -o root -g wheel -m 444 libc.a /usr/lib install: libc.a: No such file or directory *** Error code 71 Stop in /usr/src/lib/l

Re: Error code 71 on rebuilding libc. FreeBSD 5.4-p6.

2005-09-16 Thread Dan Nelson
In the last episode (Sep 16), Jordan Freeman said: > Performing a "make install" in /usr/src/lib/libc, here's the output : > > # make install > install -C -o root -g wheel -m 444 libc.a /usr/lib > install: libc.a: No such file or directory > *** Error code 71 > > Stop in /usr/src/lib/libc. > >

Error code 71 on rebuilding libc. FreeBSD 5.4-p6.

2005-09-16 Thread Jordan Freeman
Performing a "make install" in /usr/src/lib/libc, here's the output : # make install install -C -o root -g wheel -m 444 libc.a /usr/lib install: libc.a: No such file or directory *** Error code 71 Stop in /usr/src/lib/libc. Howerer, when I "ll" for the file /usr/lib/libc.a in the /usr/lib di

Re: how to convert lower case to uppercase in a word in a line ?

2005-09-16 Thread Kevin Kinsey
Andrew P. wrote: On 9/16/05, Jonathan Glaschke <[EMAIL PROTECTED]> wrote: Hello, On Fri, Sep 16, 2005 at 06:51:16PM +0300, Yavuz Maslak wrote: Hello There is a word that consists lowercases. How to change all of letters capital letters in stead of lowercase ? is there any script about

acpi

2005-09-16 Thread Sean
When you disable acpi, what exactly are you taking away from FreeBSD capabilities? I know that it replaces apm, and what it is supposed to do, but will any obvious signs apear from it being disabled? Sean ___

Re: nvidia idrivers

2005-09-16 Thread Sean
Mike Hernandez wrote: I'm using 5.4 with my 6800 right now... try installing the drivers with the download from nvidia? Mike Hi Mike, I installed the drivers as you suggested on a fresh install of 5.4 and things are working. I thought you might be interested in some testing I did. I cvs'd

Re: A sendmail config question

2005-09-16 Thread Emanuel Strobl
Am Samstag, 17. September 2005 03:49 CEST schrieb stan: > I'm setting up a 4.11 STABLE machine. > > 4.11 comes with sendmail 8.13.4, and I prefer to use this, rather than > build the one from ports (BTW if anyone has a strong reason that I > should do this different, I'd entertain a discussion on t

Re: A sendmail config question

2005-09-16 Thread Giorgos Keramidas
On 2005-09-16 21:49, stan <[EMAIL PROTECTED]> wrote: > I'm setting up a 4.11 STABLE machine. > > 4.11 comes with sendmail 8.13.4, and I prefer to use this, rather than > build the one from ports (BTW if anyone has a strong reason that I should > do this different, I'd entertain a discussion on this

A sendmail config question

2005-09-16 Thread stan
I'm setting up a 4.11 STABLE machine. 4.11 comes with sendmail 8.13.4, and I prefer to use this, rather than build the one from ports (BTW if anyone has a strong reason that I should do this different, I'd entertain a discussion on this). In any case the scenario I'm trying to set up is that I w

Re: rt3 on 5.4

2005-09-16 Thread Dan Strick
On Fri 16 Sep 2005, [EMAIL PROTECTED] wrote: > > Is anyone experiencing issues getting rt3.4 installed on 5.4? I'm > getting an error via a port dependency that it conflicts with mod_perl. > I recently installed the port www/rt32 on a couple of 5.4 systems. First I tried it in combination with ww

Installation woes

2005-09-16 Thread Rogelio Rodríguez
Hello, I have Phoenix Award BIOS v6.00PG (as it seems to identify itself) and a Seagate Barracuda 7200.7 Plus (ST3120026A) and they don't seem to like each other. When partitioning, it's suggested that the harddrive geometry seems unlikely though the install seems to go off without a problem--trie

Re: CUPS, Foomatic, and HPIJS?

2005-09-16 Thread Michael Nottebrock
On Saturday, 17. September 2005 02:04, Michael Nottebrock wrote: > On Saturday, 17. September 2005 01:28, Eric Pretorious wrote: > > > ./configure > > >make > > >make install > > > > ...but step #2 (i.e., `make`) barfed: > > > > gateway# make > > Use gmake instead of make for both steps

more weirdness with usb...

2005-09-16 Thread Jeff D. Hamann
I posted a message that contained some output from dmesg... Before when I would simple get fed up, yank out the usb device, the machine would reboot... After letting the machine sit for about 40 mintues with the usb key in the port, the following messages would scroll by every five minutes or

automount wireless usb keyboard and mouse?

2005-09-16 Thread Jeff D. Hamann
I've been having so much trouble with using a usb memory stick that I'm having little faith that being able to automount a wireless usb keyboard and mouse for my headless server will be possible? Has anyone accomplished this? I'm working on setting up a FreeBSD 6Beta4 system and I've not even be

Re: Information on designing program

2005-09-16 Thread Greg Maruszeczka
Bonny Fourie wrote: Good day I am running on FreeBSD 5.2 currently and I am looking for a designing program. I have Gimp but it doesn't include everything I want. What I want to do is design a few brochures, business cards and so on, I am also working with a scanner. I am looking for a few i

routed vpn between two freebsd machines

2005-09-16 Thread dave
Hello, My apologies if this is a repost i didn't see it go through. I'm trying to set up a routed vpn between two freebsd 5.4 machines. Currently they're on the same physical subnet, 192.168.0.x to make testing easier and for vpn they're using 10.8.0.x. My first problem, although both serve

Re: CUPS, Foomatic, and HPIJS?

2005-09-16 Thread Michael Nottebrock
On Saturday, 17. September 2005 01:28, Eric Pretorious wrote: > > ./configure > >make > >make install > > ...but step #2 (i.e., `make`) barfed: > > gateway# make Use gmake instead of make for both steps. -- ,_, | Michael Nottebrock | [EMAIL PROTECTED] (/^ ^\) | F

Re: CUPS, Foomatic, and HPIJS?

2005-09-16 Thread Eric Pretorious
From: "Eric Pretorious" <[EMAIL PROTECTED]> Date: Fri, 16 Sep 2005 16:46:38 -0700 From: Bob Johnson <[EMAIL PROTECTED]> Date: Fri, 16 Sep 2005 19:35:04 -0400 I suspect you need to use "gmake" (the GNU make) instead of "make", which is the BSD make. Bingo!!! I just can't win for losing where

rt3 on 5.4

2005-09-16 Thread dave
Hello, Is anyone experiencing issues getting rt3.4 installed on 5.4? I'm getting an error via a port dependency that it conflicts with mod_perl. Thanks. Dave. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/fr

Re: CUPS, Foomatic, and HPIJS?

2005-09-16 Thread Eric Pretorious
From: Bob Johnson <[EMAIL PROTECTED]> Date: Fri, 16 Sep 2005 19:35:04 -0400 I suspect you need to use "gmake" (the GNU make) instead of "make", which is the BSD make. Bingo!!! Thanks, Bob! Eric P. Sunnyvale, CA _ Don’t just sear

Re: CUPS, Foomatic, and HPIJS?

2005-09-16 Thread Bob Johnson
On 9/16/05, Eric Pretorious <[EMAIL PROTECTED]> wrote: > I downloaded the archive (from linuxprinting.org) and *attempted* to install > > the hpijs drivers following the instructions in the USAGE file... > > >Install it after you have installed fommatic-db using the commands (if > >you have down

mounting usb on fbsd6beta4...

2005-09-16 Thread Jeff D. Hamann
Okay, I thought I give mounting my usb so I inserted it one of the usb ports. There are 8 total on this machine; six are actually wired to a port. I'm not removing it as it reboots my system and I'm determined to get this thing to work! Sep 17 16:24:46 bobby kernel: umass0: vendor 0x090a produ

Re: CUPS, Foomatic, and HPIJS?

2005-09-16 Thread Eric Pretorious
From: Michael Nottebrock <[EMAIL PROTECTED]> Date: Fri, 16 Sep 2005 22:14:36 +0200 The hpijs foomatic driver is part of the foomatic-db-hpijs distribution (http://www.linuxprinting.org/download/foomatic/foomatic-db-hpijs-1.4-1.tar.gz), which isn't in ports. I downloaded the archive (from linux

booting off NetRAID card

2005-09-16 Thread Bob Ababurko
Hello- I am setting up a machine with a 3 channel NetRAID D4943 card and a Biostar M7VIG 400. I have the card set up one one channel with four WD 9.15GB 10k U2 LVD SCSI drives in raid 5 and have been able to install the OS. The drive capacity is correctly shown as is the amr drive/partitio

RE: What does an * in master.passwd (not passwd) mean?

2005-09-16 Thread Paul Hoffman
At 3:27 PM -0700 9/16/05, Chris St Denis wrote: It means an account that can not be logged in to. The in the hash algorithm used in master.password nothing encrypts to * so no possible password will ever match the encrypted value * thus locking out the account from login. Arrrgh. Whomever deci

Re: What does an * in master.passwd (not passwd) mean?

2005-09-16 Thread Dan Nelson
In the last episode (Sep 16), Paul Hoffman said: > In 5.4 (and probably lots of other versions), the master.passwd file > is pre-seeded with lots of accounts such as daemon, operator, and so > on. The master.passwd file looks like: > > daemon:*:1:1::0:0:Owner of many system processes:/root:/usr/sb

What does an * in master.passwd (not passwd) mean?

2005-09-16 Thread Paul Hoffman
In 5.4 (and probably lots of other versions), the master.passwd file is pre-seeded with lots of accounts such as daemon, operator, and so on. The master.passwd file looks like: daemon:*:1:1::0:0:Owner of many system processes:/root:/usr/sbin/nologin operator:*:2:5::0:0:System &:/:/usr/sbin/nolo

Re: Where to rent a FreeBSD user account?

2005-09-16 Thread cpghost
On Sat, Sep 17, 2005 at 12:50:47AM +0400, Andrew P. wrote: > Hello! > > I'm sick and tired of moving config files between a multitude > of hosts just in order to find a nice environment and edit them, > I feel like I need a place to "stay". I've decided to rent a virtual > freebsd server next year

Removing unresponsive sites in bsd.sites.mk?

2005-09-16 Thread cpghost
Hello, While doing 'portupgrade -a', I regulary experience problems while fetching KDE distfiles from the first host in the MASTER_SITE_KDE list (in /usr/ports/Mk/bsd.sites.mk), ftp.scarlet.be. This site apparently stalls connections (instead of dropping them?), which slows down a portupgrade -a w

Re: [Samba] getent & winbindd on FreeBSD 5.4

2005-09-16 Thread Dan Nelson
In the last episode (Sep 16), Doug Sampson said: > > PAM only handles authentication during login; looking up user/group > > names is handled by NSS. If your nsswitch.conf has "passwd: compat > > winbind" in it, you have a /usr/local/lib/nss_winbind.so.1 file, and > > getent can't find users that

Re: how to convert lower case to uppercase in a word in a line ?

2005-09-16 Thread Bob Johnson
On 9/16/05, Yavuz Maslak <[EMAIL PROTECTED]> wrote: > Hello > > There is a word that consists lowercases. > How to change all of letters capital letters in stead of lowercase ? > is there any script about that ? No one's suggested dd yet: dd if=filename.txt conv=ucase of=newfilename.txt - Bob

Where to rent a FreeBSD user account?

2005-09-16 Thread Andrew P.
Hello! I'm sick and tired of moving config files between a multitude of hosts just in order to find a nice environment and edit them, I feel like I need a place to "stay". I've decided to rent a virtual freebsd server next year, but in the meantime, I need just a user account. Required: - freebsd

Re: Undefined references : make buildkernel KERNCONF=MYKERNEL ..

2005-09-16 Thread Lowell Gilbert
"Kiffin Gish" <[EMAIL PROTECTED]> writes: > I get the following errors when trying to build a customized kernel: You removed something required by something else. In this case, I think the latter was: device umass # Disks/Mass storage - Requires scbus and da _

Information on designing program

2005-09-16 Thread Bonny Fourie
Good day I am running on FreeBSD 5.2 currently and I am looking for a designing program. I have Gimp but it doesn't include everything I want. What I want to do is design a few brochures, business cards and so on, I am also working with a scanner. I am looking for a few ideas. Thanks for yo

Re: CUPS, Foomatic, and HPIJS?

2005-09-16 Thread Michael Nottebrock
On Friday, 16. September 2005 21:47, Eric Pretorious wrote: > ...but the hpijs.xml file is not in the > /usr/local/share/foomatic/db/source/driver/ directory*. What should I do? > > * I've used two commands: > 1) find /usr/local -name hpijs.xml > 2) pkg_info -xI cups foomatic hpijs | cut -d ' ' -f

Re: Updating freebsd without cvsup

2005-09-16 Thread Giorgos Keramidas
On 2005-09-16 21:49, vittorio <[EMAIL PROTECTED]> wrote: > Alle 18:21, venerd?? 16 settembre 2005, Colin Percival ha scritto: > > > > That key is correct. Try running "portsnap --debug fetch" to work out > > what the problem is. > > Here it is : > > vicbsd# portsnap --debug fetch > Fetching public

Re: Updating freebsd without cvsup

2005-09-16 Thread vittorio
Alle 18:21, venerdì 16 settembre 2005, Colin Percival ha scritto: > Vittorio wrote: > > # Defaults: > > WORKDIR=/usr/local/portsnap > > PORTSDIR=/usr/ports > > KEYPRINT=9b5feee6d69f170e3dd0a2c8e469ddbd64f13f978f2f3aede40c98633216c330 > > URL=http://portsnap.daemonology.net > > > > # portsnap fetch

RE: [Samba] getent & winbindd on FreeBSD 5.4

2005-09-16 Thread Doug Sampson
> Yes, that getent command should suffice for printing users and groups, > including any NSS-provided ones. You can also use the 'id' > or 'pw user > show' commands to print similar info. aries-root@/usr/local/etc: pw group show DSP-PRODUCTION pw: unknown group `DSP-PRODUCTION' aries-root@/usr/l

CUPS, Foomatic, and HPIJS?

2005-09-16 Thread Eric Pretorious
I've been beating my head against the monitor for two days now trying to understand the messy, incestuous relationship between CUPS, Ghostscript, Foomatic, and HPIJS but would just be satisfied to know what this message means (and how to correct it): gateway# foomatic-configure -s cups -n Des

Re: FreeFontPath: FPE "/usr/X11R6/lib/X11/fonts/misc/" refcount is 2, should be 1; fixing.

2005-09-16 Thread Beecher Rintoul
On Friday 16 September 2005 11:20 am, dick hoogendijk wrote: > I googled and googled and found quite some references to this, but NONE > have the answer where this errormessage comes from. > > Up to yesterday I did NOt have this message running X and shutting down. > It started after a small X cras

FreeFontPath: FPE "/usr/X11R6/lib/X11/fonts/misc/" refcount is 2, should be 1; fixing.

2005-09-16 Thread dick hoogendijk
I googled and googled and found quite some references to this, but NONE have the answer where this errormessage comes from. Up to yesterday I did NOt have this message running X and shutting down. It started after a small X crash. All *seems* to work well, except for this message. It appears after

Re: [Samba] getent & winbindd on FreeBSD 5.4

2005-09-16 Thread Dan Nelson
In the last episode (Sep 16), Doug Sampson said: > > FreeBSD doesn't come with a getent program. I was able to compile > > OpenSolaris' getent on FreeBSD with minimal problems, though. You'll > > have to remove support for ipnodes, project, and netmasks since those > > are Solaris-specific, remov

Re: Unable to install 5.4 from CDROM

2005-09-16 Thread Mark Jones
On 9/16/05, Gavin McDougall <[EMAIL PROTECTED]> wrote: > Mark Jones wrote: > > I'm having an odd problem installing 5.4 release from CDROM. > > > > The machine is an HP ProLiant DL145. It didn't come with a CDROM drive, I > > borrowed one from a Dell PowerEdge SC1425. > > The CDs are good, I've ins

RE: [Samba] getent & winbindd on FreeBSD 5.4

2005-09-16 Thread Doug Sampson
> FreeBSD doesn't come with a getent program. I was able to compile > OpenSolaris' getent on FreeBSD with minimal problems, though. You'll > have to remove support for ipnodes, project, and netmasks since those > are Solaris-specific, remove the gettext code, and you'll need to > provide a "putpw

Re: how to convert lower case to uppercase in a word in a line ?

2005-09-16 Thread Philip Hallstrom
On 9/16/05, Jonathan Glaschke <[EMAIL PROTECTED]> wrote: Hello, On Fri, Sep 16, 2005 at 06:51:16PM +0300, Yavuz Maslak wrote: Hello There is a word that consists lowercases. How to change all of letters capital letters in stead of lowercase ? is there any script about that ? Thanks

Re: Can't upload files to Internet

2005-09-16 Thread Chuck Swiger
Jose Luis Alarcon Sanchez wrote: Hooray Chuck!!!. Thanks you very much for your answer. You're welcome. (At least once in a while, I guess right. :-) Down the mtu number to 1400 was the key for get the uploading work well in my FreeBSD system. The "default" mtu was 1500. Now i can upload

Undefined references : make buildkernel KERNCONF=MYKERNEL ..

2005-09-16 Thread Kiffin Gish
I get the following errors when trying to build a customized kernel: -start- [...] touch hack.c cc -shared -nostdlib hack.c -o hack.So rm -f hack.c MAKE=make sh /usr/src/sys/conf/newvers.sh MYKERNEL cc -c -O -pipe -march=athlon-xp -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototyp

Re: [Samba] getent & winbindd on FreeBSD 5.4

2005-09-16 Thread Dan Nelson
In the last episode (Sep 16), Doug Sampson said: > > That email is referring to the getent command inside the linux > > /compat tree. If you need that command to work, you will need to > > install and set up the appropriate *linux* libraries and files into > > /compat/linux/ . If this is your only

Re: No dri on Radeon X300 SE

2005-09-16 Thread Micah
Micah wrote: I just upgraded to a new Athlon 64 system to replace my five-year-old system. I ended up buying a low end PCI-EX MSI Radeon X300 SE video card to go with it. I'm not getting any dri acceleration out of it. I basicaly did a hard-disk swap from the old machine to the new one. I

Re: Can't upload files to Internet

2005-09-16 Thread Jose Luis Alarcon Sanchez
Hooray Chuck!!!. Thanks you very much for your answer. Down the mtu number to 1400 was the key for get the uploading work well in my FreeBSD system. The "default" mtu was 1500. Now i can upload every kind of files. Thanks very much again. Regards. Jose. -- http://www.lordofunix.org Not

Re: how to convert lower case to uppercase in a word in a line ?

2005-09-16 Thread Andrew P.
On 9/16/05, Jonathan Glaschke <[EMAIL PROTECTED]> wrote: > Hello, > On Fri, Sep 16, 2005 at 06:51:16PM +0300, Yavuz Maslak wrote: > > Hello > > > > There is a word that consists lowercases. > > How to change all of letters capital letters in stead of lowercase ? > > is there any script about that ?

RE: [Samba] getent & winbindd on FreeBSD 5.4

2005-09-16 Thread Doug Sampson
> That email is referring to the getent command inside the linux /compat > tree. If you need that command to work, you will need to install and > set up the appropriate *linux* libraries and files into > /compat/linux/ . > If this is your only problem, I'd recommend just not running linuxes > get

Azureus and Java 1.5

2005-09-16 Thread Andreas Eriksson
Hello FreeBSD users. I recently installed FreeBSD 5.4 to replace Debian on my laptop that I use both at school and at home, because FreeBSD has better support for power management for my laptop hardware (especially much better frequency scaling) and its always fun to play around with something

RE: IE in FreeBSD?

2005-09-16 Thread Frank Jahnke
On Thu, 2005-09-15 at 22:12 -0700, Ted Mittelstaedt wrote: > > > > > >> My opinion on WINE is that it merely harms people who are writing > >> software > >> for FreeBSD. > > > >I often hear this said, but I don't think it is true. > > I saw this kill OS/2. I ran OS/2 exclusively as a desktop O

"The Complete FreeBSD": errata and addenda

2005-09-16 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

How to get best results from FreeBSD-questions

2005-09-16 Thread Greg Lehey
How to get the best results from FreeBSD questions. === Last update $Date: 2005/08/10 02:21:44 $ 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 a

Re: ct Re: NMAP probing of network ports

2005-09-16 Thread Alex Zbyslaw
Chris wrote: On Fri, 16 Sep 2005, Boris Karloff wrote: Ain't you 'sposed to be dead?! That's Bela Lugosi... --Alex ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: "panic: getnewbuf: locked buf" on heavy load 5.4-STABLE

2005-09-16 Thread AK
Greetings! On Friday 16 September 2005 19:25, Chuck Swiger wrote: > Take a look at /boot/loader.conf, you can limit the amount of physical RAM > FreeBSD uses to less than 2GB for long enough to get a valid dump, assuming > the crash is easily reproducable. Will look into it... Currently it is u

Re: Updating freebsd without cvsup

2005-09-16 Thread Ashley Moran
Vittorio wrote: Thanks. I've just compiled the portsnap sources and put the following in /usr/local/etc/portsnap.conf: # Defaults: WORKDIR=/usr/local/portsnap PORTSDIR=/usr/ports KEYPRINT=9b5feee6d69f170e3dd0a2c8e469ddbd64f13f978f2f3aede40c98633216c330 URL=http://portsnap.daemonology.net BUT

Re: "panic: getnewbuf: locked buf" on heavy load 5.4-STABLE

2005-09-16 Thread Chuck Swiger
AK wrote: Hello! Hello. On Friday 16 September 2005 18:40, Chuck Swiger wrote: Please read "man crash" and the part of the handbook which talks about how to obtain a crashdump or backtrace with more information about the panic you see. You might consider putting both a backtrace and a dmesg

Re: Updating freebsd without cvsup

2005-09-16 Thread Colin Percival
Vittorio wrote: > # Defaults: > WORKDIR=/usr/local/portsnap > PORTSDIR=/usr/ports > KEYPRINT=9b5feee6d69f170e3dd0a2c8e469ddbd64f13f978f2f3aede40c98633216c330 > URL=http://portsnap.daemonology.net > > # portsnap fetch > Fetching > public key... failed. > > What's wrong with the original key in th

Re: Can vim-lite paste from the clipboard?

2005-09-16 Thread bob self
I installed the full vim (with gvim). It seems that I did not have to un-install vim-lite. I can paste now with gvim. I read that you can do it with vim but I can't get it to work. Bob ___ freebsd-questions@freebsd.org mailing list http://lists.freeb

Re: Re: Updating freebsd without cvsup

2005-09-16 Thread Vittorio
Thanks. I've just compiled the portsnap sources and put the following in /usr/local/etc/portsnap.conf: # Defaults: WORKDIR=/usr/local/portsnap PORTSDIR=/usr/ports KEYPRINT=9b5feee6d69f170e3dd0a2c8e469ddbd64f13f978f2f3aede40c98633216c330 URL=http://portsnap.daemonology.net BUT # portsnap fetch F

Re: how to convert lower case to uppercase in a word in a line ?

2005-09-16 Thread Jonathan Glaschke
Hello, On Fri, Sep 16, 2005 at 06:51:16PM +0300, Yavuz Maslak wrote: > Hello > > There is a word that consists lowercases. > How to change all of letters capital letters in stead of lowercase ? > is there any script about that ? > Thanks > ___ Or you d

No dri on Radeon X300 SE

2005-09-16 Thread Micah
I just upgraded to a new Athlon 64 system to replace my five-year-old system. I ended up buying a low end PCI-EX MSI Radeon X300 SE video card to go with it. I'm not getting any dri acceleration out of it. I basicaly did a hard-disk swap from the old machine to the new one. I later CVSup'd m

Re: "panic: getnewbuf: locked buf" on heavy load 5.4-STABLE

2005-09-16 Thread AK
Hello! On Friday 16 September 2005 18:40, Chuck Swiger wrote: > Please read "man crash" and the part of the handbook which talks about how > to obtain a crashdump or backtrace with more information about the panic > you see. > > You might consider putting both a backtrace and a dmesg from the sys

Re: how to convert lower case to uppercase in a word in a line ?

2005-09-16 Thread Chuck Swiger
Yavuz Maslak wrote: There is a word that consists lowercases. How to change all of letters capital letters in stead of lowercase ? is there any script about that ? Edit the file in emacs and hit Esc-U to upcase words? Or perhaps something like this: echo "hello" | tr '[:lower:]' '[:upper:]

Re: how to convert lower case to uppercase in a word in a line ?

2005-09-16 Thread Andrew P.
proxy# echo Word | tr "[:lower:]" "[:upper:]" WORD On 9/16/05, Yavuz Maslak <[EMAIL PROTECTED]> wrote: > Hello > > There is a word that consists lowercases. > How to change all of letters capital letters in stead of lowercase ? > is there any script about that ? > Thanks > __

how to convert lower case to uppercase in a word in a line ?

2005-09-16 Thread Yavuz Maslak
Hello There is a word that consists lowercases. How to change all of letters capital letters in stead of lowercase ? is there any script about that ? Thanks ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: ct Re: NMAP probing of network ports

2005-09-16 Thread Chuck Swiger
Boris Karloff wrote: Thank you for your reply. Nmap is generating many tcp commands: arp who-has 192.168.0.x tell 192.168.0.5 where x is an incremented number from 0 through 255. The 192.168.0.5 address changes from scan to scan, so blocking the port 192.168.0.5 doesn't work. That's not a

Re: Can't upload files to Internet

2005-09-16 Thread Chuck Swiger
Jose Luis Alarcon Sanchez wrote: With my FreeBSD system i can't upload "big" files to the Internet. For example, my simple web page through Nvu, "long" mails through Evolution, any "big" (is more exact say "medium") file through ftp clients. I have another Unix like system and it upload

Re: "panic: getnewbuf: locked buf" on heavy load 5.4-STABLE

2005-09-16 Thread Chuck Swiger
Please read "man crash" and the part of the handbook which talks about how to obtain a crashdump or backtrace with more information about the panic you see. You might consider putting both a backtrace and a dmesg from the system on the web somewhere, and post links to that. Alex wrote: For s

Re: [Samba] getent & winbindd on FreeBSD 5.4

2005-09-16 Thread Dan Nelson
In the last episode (Sep 16), Doug Sampson said: > I posted this to the Samba list yesterday and since this is related > to FreeBSD I thought I'd post to this list. Can anyone shed some > light on the 'getent' command in FreeBSD 5.4? It isn't working and > I'd like to know if it's because it's base

ntop question

2005-09-16 Thread Denny White
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Installed ntop. ntop.sh in /usr/local/etc/rc.d, so starts automatically at boot. That part I understand. Couldn't find where there's any conf file for it. Read all over google & in mailing lists. So, question is, I simply have to move the script out

Re: ct Re: NMAP probing of network ports

2005-09-16 Thread Chris
On Fri, 16 Sep 2005, Boris Karloff wrote: Ain't you 'sposed to be dead?! Best regards, Chris Fact is solidified opinion. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send an

Re: FreeBSD 5.4 Custom CD making...

2005-09-16 Thread Deepak Naidu
Thanx again, I could no where find install.cfg in the CD1 of FreeBSD 5.4, was was just wondering... If possible could you drop down the exact steps for me.. I know I am asking for more.. --- Ean Kingston <[EMAIL PROTECTED]> wrote: > On September 16, 2005 11:03 am, Deepak Naidu wrote: > > thanx

FW: [Samba] getent & winbindd on FreeBSD 5.4

2005-09-16 Thread Doug Sampson
I posted this to the Samba list yesterday and since this is related to FreeBSD I thought I'd post to this list. Can anyone shed some light on the 'getent' command in FreeBSD 5.4? It isn't working and I'd like to know if it's because it's based on Linux instead of FreeBSD thus rendering it's usefuln

Re: Updating freebsd without cvsup

2005-09-16 Thread Ashley Moran
Vittorio wrote: Is there another alternative way of defining the proxy OR any other way of getting a new source three to be copied to the server, e.g., by means of a cd burnt at home? Have you considered using the sysutils/portsnap port? It's what I use to keep my servers up-to-date. It

Re: FreeBSD 5.4 Custom CD making...

2005-09-16 Thread Ean Kingston
On September 16, 2005 11:03 am, Deepak Naidu wrote: > thanx for the hint, ya thats ok, is sysinstall only > used for jumpstart installation, or is it do something > with custom CD. > > b'cos i wanted it to be made in a custom-CD containing > my apps, and configs, so that it gets installed on > diff

Re: FreeBSD 5.4 Custom CD making...

2005-09-16 Thread Deepak Naidu
thanx for the hint, ya thats ok, is sysinstall only used for jumpstart installation, or is it do something with custom CD. b'cos i wanted it to be made in a custom-CD containing my apps, and configs, so that it gets installed on different hardware machines. Regards, Deepak Naidu. --- Lowell Gil

Re: ct Re: NMAP probing of network ports

2005-09-16 Thread Boris Karloff
Thank you for your reply. Nmap is generating many tcp commands: arp who-has 192.168.0.x tell 192.168.0.5 where x is an incremented number from 0 through 255. The 192.168.0.5 address changes from scan to scan, so blocking the port 192.168.0.5 doesn't work. This behavior is similar to the W32.W

Re: Problems with Gnome 2.10

2005-09-16 Thread bob self
Julien FOURNIER wrote: Hello, I'm trying to use the Gnome interface with FreeBSD 5.4, but I am not able to use it!! I've installed Gnome (I can find the .gnome2 dir in /root). I've created the ~/.xsession file, but nothing has change!!! I think i've missed something, but after 3 attemps, i don'

Re: Can vim-lite paste from the clipboard?

2005-09-16 Thread bob self
Jonathan Glaschke wrote: Hello, On Fri, Sep 16, 2005 at 10:09:06AM -0400, bob self wrote: I have vim-lite 3.6.86 and use vim inside a terminal window in fvwm. I also have firefox which will let me highlight text and copy it with the right mouse button. I'd like to be able to paste such text

Re: Updating freebsd without cvsup

2005-09-16 Thread Kris Kennaway
On Fri, Sep 16, 2005 at 03:38:42PM +0100, Vittorio wrote: > At office I have a freebsd 5.4 server to run postgresql. I'd like to > update the ports in it from time to time but cvsup doesn't seem to work > behind our proxy. In fact, in make.conf I have the following two lines: > > FETCH_ENV = HTT

Re: upgrade HDD

2005-09-16 Thread Warren Block
On Thu, 15 Sep 2005, Scott wrote: I have a FBSD 4.10 install on a machine that the HDD has become full. I would like to replace the drive with a larger one so does anyone know any howtos on how to do a disk to disk transfer? http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#NEW-H

Can't upload files to Internet

2005-09-16 Thread Jose Luis Alarcon Sanchez
Hi friends. With my FreeBSD system i can't upload "big" files to the Internet. For example, my simple web page through Nvu, "long" mails through Evolution, any "big" (is more exact say "medium") file through ftp clients. I have another Unix like system and it upload all kind of files v

Re: Can vim-lite paste from the clipboard?

2005-09-16 Thread Jonathan Glaschke
Hello, On Fri, Sep 16, 2005 at 10:09:06AM -0400, bob self wrote: > I have vim-lite 3.6.86 and use vim inside a terminal window in fvwm. I > also have firefox which will let > me highlight text and copy it with the right mouse button. I'd like to > be able to paste such text into vim but > I can't

Updating freebsd without cvsup

2005-09-16 Thread Vittorio
At office I have a freebsd 5.4 server to run postgresql. I'd like to update the ports in it from time to time but cvsup doesn't seem to work behind our proxy. In fact, in make.conf I have the following two lines: FETCH_ENV = HTTP_PROXY=http://user:[EMAIL PROTECTED]:8080 FETCH_ENV = FTP_PROXY=ht

Problems with Gnome 2.10

2005-09-16 Thread Julien FOURNIER
Hello, I'm trying to use the Gnome interface with FreeBSD 5.4, but I am not able to use it!! I've installed Gnome (I can find the .gnome2 dir in /root). I've created the ~/.xsession file, but nothing has change!!! I think i've missed something, but after 3 attemps, i don't know what it is!! When I

Re: Unable to install 5.4 from CDROM

2005-09-16 Thread Gavin McDougall
Mark Jones wrote: I'm having an odd problem installing 5.4 release from CDROM. The machine is an HP ProLiant DL145. It didn't come with a CDROM drive, I borrowed one from a Dell PowerEdge SC1425. The CDs are good, I've installed on other machines with them - in fact, on the same machine that I

  1   2   >