RE: Stupid ASCII loader prompt

2005-03-17 Thread Ted Mittelstaedt
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Jerry > McAllister > Sent: Thursday, March 17, 2005 11:53 AM > To: "Marco Greene (ML)" > Cc: freebsd-questions@freebsd.org > Subject: Re: Stupid ASCII loader prompt > > > Well, by now we are gleefully off

Re: Boot problems afther reinstall windows

2005-03-17 Thread Alex de Kruijff
On Tue, Mar 15, 2005 at 07:05:58PM -0500, Jerry McAllister wrote: > > > > timeout=10 > > > > default=c:\freebsd.bin > > > > [operating systems] > > > > multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Microsoft Windows XP > > > > Professional" /fastdetect /NoExecute=OptIn > > > > c:\freebsd.bin="FreeBS

RE: Mucking with other drive

2005-03-17 Thread Ted Mittelstaedt
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Eric > Kjeldergaard > Sent: Thursday, March 17, 2005 3:30 PM > To: Ted Mittelstaedt > Cc: Jerry McAllister; CARRIE WUERFEL; freebsd-questions@freebsd.org > Subject: Re: Mucking with other drive > > > > PC

Re: sbp, camcontrol, and Tagged Queuing

2005-03-17 Thread Bob Johnson
On Thursday 17 March 2005 10:08 pm, Drew Tomlinson wrote: > I posted this a while back and am still having the same problem. Can > anyone offer any insight as to if the sbp man page suggestion about tagged > queuing is something I should try? Is there any risk of screwing up my > drives by trying

Re: Ethernet issue: works one way but not another

2005-03-17 Thread John A.
No problem with the english, if you didn't mention it, I wouldn't have known. I can ping FBSD from M$, can't ping anything from FBSD. M$ box works when plugged into hub and directly into radio. All systems are on same subnet. FBSD box worked when plugged into a 100mb hub, but doesn't work when

How to include header files in makefiles

2005-03-17 Thread Jonathon McKitrick
Hi all, I'm setting up a build system for a small project and I want to use included makefiles. I have a base.mk that looks like this: .PATH.h : ../ ../include .INCLUDES : .h CFLAGS = -O -pipe -Wall -g CFLAGS += $(.INCLUDES) OBJS = ${SRCS:R:S/$/.o/g} and a bin.mk that looks like thi

sbp, camcontrol, and Tagged Queuing

2005-03-17 Thread Drew Tomlinson
I posted this a while back and am still having the same problem. Can anyone offer any insight as to if the sbp man page suggestion about tagged queuing is something I should try? Is there any risk of screwing up my drives by trying this? Thanks, Drew Original Message Subject:

Re: How much HDD space does FreeBSD need?

2005-03-17 Thread Rob
--- Soo-Hyun Choi <[EMAIL PROTECTED]> wrote: > What do you mean by installing OpenOffice from the > package? Did you > mean it by going through FreeBSD ports > (/usr/ports/...)? Or how do I > install OpenOffice from the package? Download the .tgz file yourself and install the package manually; or

GEOM+Sysinstall

2005-03-17 Thread Luciano Musacchio
if i make a 2-disks gstripe volume, then boot a 5.3 fbsd cd, sysinstall will recognize the disks? the bootstrap will work on a stripped disk? (with gstripe_load on /boot/loader.conf). The idea is to make a fresh install, I have 2 disks (same size) and want to make them stripped (even root files

configure options when using port php5-extensions

2005-03-17 Thread Al Arzaga
How does one install a module with the following equivalent configurations using the port php5-extensions? ./configure --with-unixODBC=shared,/usr/local/easysoft/unixODBC ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mail

dummynet trick

2005-03-17 Thread Laszlo Zsolt Nagy
Hello, This is the beginning of my script: ipfw -q flush ipfw pipe 1 config bw 729kbit/s ipfw pipe 2 config bw 121kbit/s ipfw queue 1 config pipe 1 weight 94 ipfw queue 2 config pipe 1 weight 5 ipfw queue 3 config pipe 1 weight 1 ipfw queue 4 config pipe 2 weight 94 ipfw queue 5 config pipe 2 weigh

PPP routing failure

2005-03-17 Thread Peter C. Lai
Hi everyone - I'm experiencing some funky routing failures when I dialup netscape internet via user-level PPP: I can negotiate IPCP fine; get a point-to-point link via tun0: myaddr: 172.143.224.146; hisaddr: 63.152.0.70 When the default route is setup to 63.152.0.70, all of my packets are blackhole

make index failed: french/mozilla-flp failed

2005-03-17 Thread Tim Cleaver
Hello all, After a cvsup yesterday I have run into the following problem when running either make index or portsdb -uU: Generating INDEX-5 - please wait..fr-mozilla-flp-1.7.5_1: "/usr/ports/www/mozilla-devel-gtk2" non-existent -- dependency list incomplete ===> french/mozilla-flp failed *** Err

Re: How much HDD space does FreeBSD need?

2005-03-17 Thread Thomas Foster
http://oootranslation.services.openoffice.org/pub/OpenOffice.org/ooomisc/FreeBSD/ download the tgz and pkg_add it.. Check out the handbook on more information about ports and packages if need be.. T - Original Message - From: "Soo-Hyun Choi" <[EMAIL PROTECTED]> To: "Rob" <[EMAIL PROTECTE

Re: How much HDD space does FreeBSD need?

2005-03-17 Thread Soo-Hyun Choi
What do you mean by installing OpenOffice from the package? Did you mean it by going through FreeBSD ports (/usr/ports/...)? Or how do I install OpenOffice from the package? SH- On Thu, 17 Mar 2005 15:38:57 -0800 (PST), Rob <[EMAIL PROTECTED]> wrote: > Soo-Hyun Choi wrote: > > > > Then, would Ope

Re: no patch whats going on

2005-03-17 Thread Emanuel Strobl
Am Freitag, 18. März 2005 01:35 schrieb Colin Percival: > >>>On Fri, Mar 18, 2005 at 08:52:30AM +1000, Timothy Smith wrote: > >>>http://www.securityfocus.com/bid/12825/info/ > > For the benefit of people on -questions who didn't read my reply > on -security: This bug doesn't exist in FreeBSD, thus

Re: no patch whats going on

2005-03-17 Thread Colin Percival
>>>On Fri, Mar 18, 2005 at 08:52:30AM +1000, Timothy Smith wrote: >>>http://www.securityfocus.com/bid/12825/info/ For the benefit of people on -questions who didn't read my reply on -security: This bug doesn't exist in FreeBSD, thus the lack of response from us. stheg olloydson wrote: > According

Re: no patch whats going on

2005-03-17 Thread stheg olloydson
it was said: >>On Fri, Mar 18, 2005 at 08:52:30AM +1000, Timothy Smith wrote: >> http://www.securityfocus.com/bid/12825/info/ > >That URL doesn't seem to have any details. > >> openbsd and netbsd have taken action on this, but i see no >>movment in >> the freebsd camp > >Well, you wouldn't, o

Re: Mucking with other drive

2005-03-17 Thread Mike Jeays
On Thu, 2005-03-17 at 11:03, Jerry McAllister wrote: > > > > Jerry, > > > > Well, of course it's going to "muck with the other drive" what > > do you think writing the MBR does? Do you want to risk the MS system > > not booting? 95% of the time it will work OK but what if her system > > is in t

Re: How much HDD space does FreeBSD need?

2005-03-17 Thread Rob
Soo-Hyun Choi wrote: > > Then, would OpenOffice require a large HDD space? > (If it does, how much large?) $ du -hs /usr/local/OpenOffice.org1.1.4 198M/usr/local/OpenOffice.org1.1.4 I have it installed from the package, otherwise it requires an enormous amount of work/compile space in /us

Re: Mucking with other drive

2005-03-17 Thread Eric Kjeldergaard
> PC bioses only let you boot off of drive C. If you install this > other drive as drive D then during the installation FreeBSD is going > to have to write a boot loader onto C so that when the PC boots > it will load the boot loader, which will then load the FreeBSD system > off drive D. This is

Re: Ethernet issue: works one way but not another

2005-03-17 Thread abu khaled
On Thu, 17 Mar 2005 11:21:44 -0500, John A. <[EMAIL PROTECTED]> wrote: > The system uses a standard installation. I have only configured the > ethernet card with the proper ip address for the wireless side of the > network. The windoze box is running M$ firewall, but it works fine > and allows me

Re: no patch whats going on

2005-03-17 Thread Kris Kennaway
On Fri, Mar 18, 2005 at 08:52:30AM +1000, Timothy Smith wrote: > http://www.securityfocus.com/bid/12825/info/ That URL doesn't seem to have any details. > openbsd and netbsd have taken action on this, but i see no movment in > the freebsd camp Well, you wouldn't, on the freebsd-questions li

no patch whats going on

2005-03-17 Thread Timothy Smith
http://www.securityfocus.com/bid/12825/info/ openbsd and netbsd have taken action on this, but i see no movment in the freebsd camp ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscr

Re: MySQL ports 'missing'

2005-03-17 Thread Kris Kennaway
On Thu, Mar 17, 2005 at 11:14:51PM +0100, Nigel Moore wrote: > Hi > > I'm trying to use FreeBSD ports to install MySQL server 4.1.10. The CLI > throws back an error to the effect that mysql-4.1.5-gamma.tar.gz is > unavailable. > > The website > (http://www.freebsd.org/cgi/pds.cgi?ports/databas

Re: Installing x11

2005-03-17 Thread pete wright
On Thu, 17 Mar 2005 16:09:09 -0600 (CST), Nic Reveles <[EMAIL PROTECTED]> wrote: > Hello, > > After reading freeBSD's handbook on installing x11, I have some simple > questions. > > I'm running 5.2.1 and wish to get xorg running. > Not sure if this possible in your situation but I would strongly

MySQL ports 'missing'

2005-03-17 Thread Nigel Moore
Hi I'm trying to use FreeBSD ports to install MySQL server 4.1.10. The CLI throws back an error to the effect that mysql-4.1.5-gamma.tar.gz is unavailable. The website (http://www.freebsd.org/cgi/pds.cgi?ports/databases/mysql41-server) cannot find the ports. What' s the problem and how can I

Installing x11

2005-03-17 Thread Nic Reveles
Hello, After reading freeBSD's handbook on installing x11, I have some simple questions. I'm running 5.2.1 and wish to get xorg running. /usr/ports/x11/xorg does not exist. pkg_add -r xorg Just tells me that the file cannot be found. I've tried to upgrade to a newer version that comes with x11, b

Re: cannot build openoffice

2005-03-17 Thread Robert Huff
Chuck Robey writes: > Holy frijoles, did you see the size of the tarball that this thing > downloads? 232 Mb! Probably takes 49 days to build ... Between 24 and 48 hours on my P4-2.25ghz system Robert Huff

script to save a particular mail file??

2005-03-17 Thread Gary Kline
Hi Y'all, Just thought I'd ask the list if anyone has a script to read /var/mail/ and grab a single file. I just sub'd to a mailing list that is produced only in HTML. I'd like to save it to /tmp, strip it, and have it ready for lynx or links.

Re: cannot build openoffice

2005-03-17 Thread Thomas Foster
Same here.. passing WITHOUT_MOZILLA=YES doesnt seem to do the trick, though installing the pkg worked out for me.. Also, I am curious why it still uses XFree-libs as a dependency.. though not an immediate issue.. T - Original Message - From: "Doug Poland" <[EMAIL PROTECTED]> To: "RW" <

Re: cannot build openoffice

2005-03-17 Thread Chuck Robey
Chuck Robey wrote: Doug Poland wrote: On Thu, Mar 17, 2005 at 08:45:25PM +, RW wrote: On Wednesday 16 March 2005 15:54, Brian John wrote: Hello, When I try to build openoffice I get the following error: ./unxfbsd.pro/misc/FREEBSDGCCIruntime/libprldap50.so && \ echo >& /dev/null cp: ./unxfbsd.p

Re: make buildworld errors

2005-03-17 Thread Charles Swiger
On Mar 17, 2005, at 4:43 PM, luke wrote: this is the 3rd place it's stopped, and like i said, if i repeat the make buildworld command it will go a little further and stop again. i'm going to start using time make buildworld and see if there is a pattern here. this machine has been acting as a slack

Re: make buildworld errors

2005-03-17 Thread Kent Stewart
On Thursday 17 March 2005 01:43 pm, luke wrote: > i just cvsup'd to release_5_3 and i'm making buildworld but it keeps > erroring out. > if i do make buildworld again, chaning nothing, it goes a little > further and errors > again. i've done this a few times. here's my /etc/make.conf These are u

make buildworld errors

2005-03-17 Thread luke
i just cvsup'd to release_5_3 and i'm making buildworld but it keeps erroring out. if i do make buildworld again, chaning nothing, it goes a little further and errors again. i've done this a few times. here's my /etc/make.conf %more /etc/make.conf CPUTYPE=k6-2 CFLAGS= -O -pipe COPTFLAGS= -O -pip

Re: How much HDD space does FreeBSD need?

2005-03-17 Thread Soo-Hyun Choi
Well, I have just formatted the portion that FreeBSD is placed. And I have just been reinstalling the whole system again. I found that the disk shortage does not come from gnome but from OpenOffice 1.1 installation. Then, would OpenOffice require a large HDD space? (If it does, how much large?) F

Re: 5.3-release-p5 pptp stoped working

2005-03-17 Thread Andrew P.
Géczi Szabolcs wrote: after I made a cvsup and buildworld my pptp doesn't work well. the clients can authenticate succesfully but they cannot reach subnet except the tunnel's endpoint ip which is 192.168.1.1. naturally my ppp/pptp configuration are unchanged. any idea? It's just that you didn't m

Re: cannot build openoffice

2005-03-17 Thread Chuck Robey
Doug Poland wrote: On Thu, Mar 17, 2005 at 08:45:25PM +, RW wrote: On Wednesday 16 March 2005 15:54, Brian John wrote: Hello, When I try to build openoffice I get the following error: ./unxfbsd.pro/misc/FREEBSDGCCIruntime/libprldap50.so && \ echo >& /dev/null cp: ./unxfbsd.pro/misc/build/mozill

Re: Can't Login to Box Anymore

2005-03-17 Thread John
On Thu, Mar 17, 2005 at 12:44:53PM -0800, JP wrote: > Hello, > > I recently installed Samba and was configuring the box for winbindd. Upon > rebooting I can no longer login to the box via telnet or any other means. > The console also generates the same error: > > login in free(): error: chu

Re: cannot build openoffice

2005-03-17 Thread Doug Poland
On Thu, Mar 17, 2005 at 08:45:25PM +, RW wrote: > On Wednesday 16 March 2005 15:54, Brian John wrote: > > Hello, > > When I try to build openoffice I get the following error: > > ./unxfbsd.pro/misc/FREEBSDGCCIruntime/libprldap50.so && \ echo >& /dev/null > > cp: ./unxfbsd.pro/misc/build/mozilla

Re: Can't Login to Box Anymore

2005-03-17 Thread W. D.
At 14:44 3/17/2005, JP wrote: >Hello, > >I recently installed Samba and was configuring the box for winbindd. Upon >rebooting I can no longer login to the box via telnet or any other means. >The console also generates the same error: > >login in free(): error: chunk is already free > >This i

Re: Which ports use C++?

2005-03-17 Thread Toomas Aas
Kris Kennaway wrote: On Thu, Mar 17, 2005 at 06:45:53AM +0200, Toomas Aas wrote: Kris Kennaway wrote: On Wed, Mar 16, 2005 at 08:53:05PM +0200, Toomas Aas wrote: Or should I more or less expect that I need to rebuild *all* the ports anyway? That's best; there are other incompatibilities that

Re: permanent changes to interface configuration

2005-03-17 Thread Giorgos Keramidas
On 2005-03-17 15:39, Philippe Bastien <[EMAIL PROTECTED]> wrote: > Hi. > I have made some changes to my interface configuration. I used > ifconfig to change from autodetect to 100baseTX full-duplex. Unless I > am mistaken, that change is not permanent (it will be lost on the next > reboot). What is

Re: cannot build openoffice

2005-03-17 Thread RW
On Wednesday 16 March 2005 15:54, Brian John wrote: > Hello, > When I try to build openoffice I get the following error: > ./unxfbsd.pro/misc/FREEBSDGCCIruntime/libprldap50.so && \ echo >& /dev/null > cp: ./unxfbsd.pro/misc/build/mozilla/dist/bin/libnss3.so: No such file or > directory > dmake: Er

Can't Login to Box Anymore

2005-03-17 Thread JP
Hello, I recently installed Samba and was configuring the box for winbindd. Upon rebooting I can no longer login to the box via telnet or any other means. The console also generates the same error: login in free(): error: chunk is already free This is on FreeBSD 5.3. Any advice on how to

permanent changes to interface configuration

2005-03-17 Thread Philippe Bastien
Hi. I have made some changes to my interface configuration. I used ifconfig to change from autodetect to 100baseTX full-duplex. Unless I am mistaken, that change is not permanent (it will be lost on the next reboot). What is the command or how do I make this change permanent? Thanks Philippe

RE: /etc/ppp/ip-up

2005-03-17 Thread Marco Greene (ML)
Thanks...that worked. I just found ip-up/ip-down in the pppd man page, but I guess that is not what I was really after for running something after a userland connection comes up. Thanks, Marco -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Aftab Jahan S

RE: apple share

2005-03-17 Thread Tim Simmons
That's where the tricky part comes in. We can't change any of the software on the Mac server. I was looking for a gateway between the mac server and our PCs. We have a login ID and password, but that's all. Timothy R. Simmons IT Technician Champion Realty Inc. Direct Line: 410-975-3328 Office: 4

Re: /etc/ppp/ip-up

2005-03-17 Thread Aftab Jahan Subedar
Hi Marco, It works fine for me. But my file name is ppp.linkup, according to man ppp and I used the following way MakHine# cat ppp.linkup MYADDR: !bg sh -c "sleep 75;/usr/local/bin/noip2 -U 59" MakHine# Aftab Jahan Subedar - Kayoty 4 - Spyware detector for windows, check that out. http

Re: Data Recovery

2005-03-17 Thread Anthony Atkielski
Yanek Korff writes: > Are there any ways to recover files from rm -rf dirname after a few > days, assuming there have been few if any writes to the filesystem since? You can restore the files from backup for as long as you keep the backups. -- Anthony _

adding a directory to a CD-image (.iso)

2005-03-17 Thread Mikhail Teterin
Hello! I donwloaded an .iso-image (Solaris 10, actually), which is about 2.7Gb. Before burning it to a DVD, I'd like to add a directory to the image. Is there a way to do it with tools available on FreeBSD -- mkisofs, growisofs, etc? I don't want to recreate the main image from scratch, as I'm

Re: Stupid ASCII loader prompt

2005-03-17 Thread Jerry McAllister
> > > >> -Original Message- > >> From: [EMAIL PROTECTED] > >> [mailto:[EMAIL PROTECTED] Behalf Of Jerry > >> McAllister > >> Sent: Thursday, March 17, 2005 8:44 AM > >> To: Michael C. Shultz > >> Cc: freebsd-questions@freebsd.org > >> Subject: Re: Stupid ASCII loader prompt > > > >> > >> Oh

Re: Stupid ASCII loader prompt

2005-03-17 Thread Jerry McAllister
> > > > We live in a day and age where it is politically incorrect to > > take pride > > in anything, and it shows. > > Well, by now we are gleefully off topic for this list, so... > No, not at all. The right-wingers take lots of pride in successfully > being able to destroy ANWR for example. >

5.3-release-p5 pptp stoped working

2005-03-17 Thread Géczi Szabolcs
re, after I made a cvsup and buildworld my pptp doesn't work well. the clients can authenticate succesfully but they cannot reach subnet except the tunnel's endpoint ip which is 192.168.1.1. naturally my ppp/pptp configuration are unchanged. any idea? sz __

Re: Stupid ASCII loader prompt

2005-03-17 Thread Kirk Strauser
On Thursday 17 March 2005 11:04, Thompson, Jimi wrote: > Frankly, I find that most religious people are all about removing > religious references [...] No. Some people are going to be a pain in the butt regardless, and they attempt to use their beliefs (or lack of beliefs) as a tool to bully

RE: Stupid ASCII loader prompt

2005-03-17 Thread Marco Greene (ML)
Here is my 2 cents worth...Can we please stop filling our inboxes with this A logo...a mascot...who really cares. If whoever put it there wants it there, then let them put it there. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ted Mittelstaedt Se

RE: Stupid ASCII loader prompt

2005-03-17 Thread Ted Mittelstaedt
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Michael C. > Shultz > Sent: Thursday, March 17, 2005 8:30 AM > To: Ted Mittelstaedt > Cc: freebsd-questions@freebsd.org > Subject: Re: Stupid ASCII loader prompt > > > On Thursday 17 March 2005 08:01 am,

Re: Stupid ASCII loader prompt

2005-03-17 Thread Thomas Foster
- Original Message - From: "Ted Mittelstaedt" <[EMAIL PROTECTED]> To: "Jerry McAllister" <[EMAIL PROTECTED]>; "Michael C. Shultz" <[EMAIL PROTECTED]> Cc: Sent: Thursday, March 17, 2005 11:05 AM Subject: RE: Stupid ASCII loader prompt -Original Message- From: [EMAIL PROTECTED]

/etc/ppp/ip-up

2005-03-17 Thread Marco Greene (ML)
Hi all, I have found a few postings regarding the /etc/ppp/ip-up and ip-down scripts and the fact that they do not work. I am experiencing the same thing and I have tried all of the hints that I found in those threads but with little success. I would really like to use these scripts. Are there

RE: Stupid ASCII loader prompt

2005-03-17 Thread Ted Mittelstaedt
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Jerry > McAllister > Sent: Thursday, March 17, 2005 8:44 AM > To: Michael C. Shultz > Cc: freebsd-questions@freebsd.org > Subject: Re: Stupid ASCII loader prompt > > Oh, quit your whining. The Beastie

Re: Data Recovery

2005-03-17 Thread Thomas Foster
I hope that you have remounted this filesystem read-only .. or else you might not be able to recover anything. That might be one of the problems you are running into. Sleuthkit allows you to search inodes and fragment ranges of a device for particular file and directory names.. then images tha

RE: Stupid ASCII loader prompt

2005-03-17 Thread Ted Mittelstaedt
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Thompson, Jimi > Sent: Thursday, March 17, 2005 9:04 AM > To: freebsd-questions@freebsd.org > Subject: RE: Stupid ASCII loader prompt > > > I see changing the logo as an act of cowardice because you are >

Re: new install of fbsd with apache/php/mysql

2005-03-17 Thread Thomas Foster
You can switch ttys to view output of pkg_add to see any error messages.. or try using the Ports tree. T - Original Message - From: "Chip Wiegand" <[EMAIL PROTECTED]> To: "FreeBSD List" Sent: Thursday, March 17, 2005 10:06 AM Subject: new install of fbsd with apache/php/mysql I just fin

strange behaviour : grep -i --colour ""

2005-03-17 Thread martinko
hello, i've just found out that while 'grep -i ""' and 'grep --colour ""' behave as expected (by myself), running 'grep -i --colour ""' results in very strange behaviour - grep consumes all available cpu and, based on its input and terminal type, its output is definitely not what it should be.

Data Recovery

2005-03-17 Thread Yanek Korff
Are there any ways to recover files from rm -rf dirname after a few days, assuming there have been few if any writes to the filesystem since? I've been playing with tools like foremost and jpegrescue a bit... and running tests on other filesystems, but it doesn't appear that I'm getting full im

Re: Stupid ASCII loader prompt

2005-03-17 Thread Michael C. Shultz
On Thursday 17 March 2005 09:43 am, [EMAIL PROTECTED] wrote: > On Thu, Mar 17, 2005 at 08:27:54AM -0800, Michael C. Shultz wrote: > > If you toss beastie probably should change to change chmod 666 > > because that number offends some people. While your at it please > > remove gnome-sword, it likel

Re: X11 windows not setting up properly

2005-03-17 Thread Gerry Freymann
On Thu, 17 Mar 2005 13:00:16 -0500 paul thodiyil <[EMAIL PROTECTED]> wrote: >Could anyone suggest a fix for the failure of KDE or gnome desktops to >appear after startx. Did you create a file called .xinitrc in your home directory with the following content? startkde Otherwise, it just loads

new install of fbsd with apache/php/mysql

2005-03-17 Thread Chip Wiegand
I just finished installed 5.3 and am now trying to get apache2, php4, myql4 installed. I run sysinstall to install the packages from ftp. php4 installed, mysql-client installed, but apache2 and mysql-server failed. I get this message when I tried mysql4.1.5 - Add of package mysql-client-4.1.5

Fwd: X11 windows not setting up properly

2005-03-17 Thread paul thodiyil
I have installed FreeBSD release 5.3 for AMD 64 on my PC (opteron 250 processor, 1gb RAM, Tyan 2885 motherboard), on a separate FreeBSD partition on a SCSI hard drive. It boots up without error messages -- after logging on, at the command prompt I type startx, all that loads up of the X windows s

X11 windows not setting up properly

2005-03-17 Thread paul thodiyil
I have installed FreeBSD release 5.3 for AMD 64 on my PC (opteron 250 processor, 1gb RAM, Tyan 2885 motherboard), on a separate FreeBSD partition on a SCSI hard drive. It boots up without error messages -- after logging on, at the command prompt I type startx, all that loads up of the X windows s

Re: 5.3-release fine with 512MB RAM, reboots at times with 1.5GB (but no panic)

2005-03-17 Thread Kris Kennaway
On Wed, Mar 16, 2005 at 07:29:43PM -0800, Jean Lagarde wrote: > Thanks to all who replied. So it seems the consensus is a likely > hardware issue, and I am leaning that way as well now. I will try the > suggestion about disabling ACPI however. > > To address some of the other comments, that exac

Re: Which ports use C++?

2005-03-17 Thread Kris Kennaway
On Thu, Mar 17, 2005 at 06:45:53AM +0200, Toomas Aas wrote: > Kris Kennaway wrote: > > >On Wed, Mar 16, 2005 at 08:53:05PM +0200, Toomas Aas wrote: > > > >>Or should I more or less expect that I need to rebuild *all* the ports > >>anyway? > > > >That's best; there are other incompatibilities that

Apache Signal 11

2005-03-17 Thread Kyle Mott
This just very recently started to happen (and I haven't upgraded Apache as of late either, or any other software for that matter). I keep getting this in my kernel.log on 2 different hosts: Mar 17 09:34:16 logsrv pid 38069 (httpd), uid 0: exited on signal 11 (core dumped) Mar 17 00:34:25 g1bs0n

Re: Stupid ASCII loader prompt

2005-03-17 Thread cpghost
On Thu, Mar 17, 2005 at 08:27:54AM -0800, Michael C. Shultz wrote: > If you toss beastie probably should change to change chmod 666 because > that number offends some people. While your at it please remove > gnome-sword, it likely offends some non Christians to have bible study > software in po

Re: newsyslog

2005-03-17 Thread Nathan Kinkade
On Thu, Mar 17, 2005 at 07:09:06PM +0200, Chris Knipe wrote: > Can anyone perhaps just give me a sample for 'when' in newsyslog.conf to > get rotation to rotate at 00:00 on the 1st of the month? > > I tried '@$M18D0' to no evail... > > -- > Chris. From the syslog manpage:

Re: newsyslog

2005-03-17 Thread Dan Nelson
In the last episode (Mar 17), Chris Knipe said: > Can anyone perhaps just give me a sample for 'when' in newsyslog.conf to > get rotation to rotate at 00:00 on the 1st of the month? > > I tried '@$M18D0' to no evail... If you drop the @, that would rotate on the 18th day of every month. Try (fr

Re: Stupid ASCII loader prompt

2005-03-17 Thread Michael C. Shultz
On Thursday 17 March 2005 09:04 am, Thompson, Jimi wrote: > > > > What I think is going to end up happening if they do get a decent > > logo > > > > out of this contest, is that ultimately your going to see the new > > logo > > > > used in a few places here and there on the Internet, and your goin

newsyslog

2005-03-17 Thread Chris Knipe
Can anyone perhaps just give me a sample for 'when' in newsyslog.conf to get rotation to rotate at 00:00 on the 1st of the month? I tried '@$M18D0' to no evail... -- Chris. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailma

RE: Stupid ASCII loader prompt

2005-03-17 Thread Thompson, Jimi
> > What I think is going to end up happening if they do get a decent logo > out of this contest, is that ultimately your going to see the new logo > used in a few places here and there on the Internet, and your going to > see beastie used at most other places. It will simply present more >

Re: Stupid ASCII loader prompt

2005-03-17 Thread Michael C. Shultz
On Thursday 17 March 2005 08:43 am, you wrote: > > On Thursday 17 March 2005 08:08 am, you wrote: > > > Michael C. Shultz wrote: > > > >adding my $0.02 to the pot > > > > > > > >I hope FreeBSD folks have more pride in their product than > > > >to allow a few malcontents cause a logo change. If bes

Re: Stupid ASCII loader prompt

2005-03-17 Thread Jerry McAllister
> > On Thursday 17 March 2005 08:08 am, you wrote: > > Michael C. Shultz wrote: > > >adding my $0.02 to the pot > > > > > >I hope FreeBSD folks have more pride in their product than > > >to allow a few malcontents cause a logo change. If bestie goes > > >AWOL so may I. Using a product when its o

Re: How much HDD space does FreeBSD need?

2005-03-17 Thread RW
On Thursday 17 March 2005 16:16, Kevin Kinsey wrote: > Soo-Hyun Choi wrote: > >Hi, > > > >I'm wondering how much HDD space does FreeBSD need in a normal > >installation. What I mean by the normal installation includes 'Full > >X-Development' packages with Gnome. Oh, It's 5.3-RELEASE. > > > >My HDD

Re: SMART and bad block list?

2005-03-17 Thread Dan Nelson
In the last episode (Mar 17), David Kelly said: > On SCSI drives one could look at the bad block lists to see if it was > growing to know if a drive was getting sick. In the wee hours of the > morning one of my Hitachi HDS722516VLSA80's got sick: > > Mar 17 03:04:39 Grumpy kernel: ad4: TIMEOUT - R

Re: pf seems to start late?

2005-03-17 Thread Jeff Penn
Volodymyr Kostyrko <[EMAIL PROTECTED]>: Shouldn't PF start right after the interfaces come up? [...] > >Guys, didn't you forgot that pf sometimes uses resolver to lookup > hostnames present in pf.conf? What happens if it should resole hostnames > with local named? I noticed that openbsd

Re: Stupid ASCII loader prompt

2005-03-17 Thread Michael C. Shultz
On Thursday 17 March 2005 08:01 am, you wrote: > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] Behalf Of Michael C. > > Shultz > > Sent: Thursday, March 17, 2005 7:42 AM > > To: RacerX > > Cc: freebsd-questions@freebsd.org > > Subject: Re: Stupid ASCII loade

Re: Stupid ASCII loader prompt

2005-03-17 Thread Michael C. Shultz
On Thursday 17 March 2005 08:08 am, you wrote: > Michael C. Shultz wrote: > >adding my $0.02 to the pot > > > >I hope FreeBSD folks have more pride in their product than > >to allow a few malcontents cause a logo change. If bestie goes > >AWOL so may I. Using a product when its own designers won'

Re: dual boot two disk

2005-03-17 Thread Jerry McAllister
> > Jerry McAllister wrote: > > >>Hi > >> > >>I have a problem booting the second disk with fbsd's boot manager. I > >>installed a new disk as pri/master (ad0) and moved my old disk to > >>sec/master (ad2). Then devided ad0 (40GB) with fbsd's fdisk in 10G (ufs) > >>and 30G (fat) and installed

Re: Ethernet issue: works one way but not another

2005-03-17 Thread John A.
The system uses a standard installation. I have only configured the ethernet card with the proper ip address for the wireless side of the network. The windoze box is running M$ firewall, but it works fine and allows me to ping my gateway and the FBSD box. What concerns me at this point is the fa

Re: How much HDD space does FreeBSD need?

2005-03-17 Thread Kevin Kinsey
Soo-Hyun Choi wrote: Hi, I'm wondering how much HDD space does FreeBSD need in a normal installation. What I mean by the normal installation includes 'Full X-Development' packages with Gnome. Oh, It's 5.3-RELEASE. My HDD has 10G space for FreeBSD and I installed onto that space. The FreeBSD install

Re: Stupid ASCII loader prompt

2005-03-17 Thread Kevin Kinsey
Michael C. Shultz wrote: adding my $0.02 to the pot I hope FreeBSD folks have more pride in their product than to allow a few malcontents cause a logo change. If bestie goes AWOL so may I. Using a product when its own designers won't stick by it seams unwise. -Mike For what values of "it"? Fr

Re: Mucking with other drive

2005-03-17 Thread Jerry McAllister
> > Jerry, > > Well, of course it's going to "muck with the other drive" what > do you think writing the MBR does? Do you want to risk the MS system > not booting? 95% of the time it will work OK but what if her system > is in that 5% of the time that it doesen't? You going to go > over to her

RE: Stupid ASCII loader prompt

2005-03-17 Thread Ted Mittelstaedt
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Michael C. > Shultz > Sent: Thursday, March 17, 2005 7:42 AM > To: RacerX > Cc: freebsd-questions@freebsd.org > Subject: Re: Stupid ASCII loader prompt > > > adding my $0.02 to the pot > > I hope FreeB

Problems : make buildworld or make -DNOCLEAN buildworld

2005-03-17 Thread José Nicolás Castellano
Hi, I update to the last cvs RELENG_5_3 and i tryed to: /usr/src# make buildworld and /usr/src# make -DNOCLEAN buildworld and... ===> gnu/usr.bin/texinfo ===> gnu/usr.bin/texinfo/libtxi ===> gnu/usr.bin/texinfo/makeinfo ===> gnu/usr.bin/texinfo/info ===> gnu/usr.bin/texinfo/infokey ===> gnu/usr.bin

SMART and bad block list?

2005-03-17 Thread David Kelly
On SCSI drives one could look at the bad block lists to see if it was growing to know if a drive was getting sick. In the wee hours of the morning one of my Hitachi HDS722516VLSA80's got sick: Mar 17 03:04:39 Grumpy kernel: ad4: TIMEOUT - READ_DMA retrying (2 retries left) LBA=282857146 Mar 17 03

Re: problem due to hostname change

2005-03-17 Thread José Nicolás Castellano
Pietro Cerutti wrote: FreeBSD 5.4-PRERELEASE #10: Wed Mar 9 15:40:46 UTC 2005 @:/usr/obj/usr/src/sys/GAHR This is the name of name and hostname who compiles FreeBSD 5.4-PRERELEASE #10 Kernel Don't Worry about this. Then, when I try to start apache, I see this in my /var/log/httpd-error.lo

RE: problem due to hostname change

2005-03-17 Thread Ted Mittelstaedt
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Pietro Cerutti > Sent: Thursday, March 17, 2005 7:42 AM > To: FreeBSD; freebsd-hackers@freebsd.org > Subject: Re: problem due to hostname change > > > > Well I double check once more on my system! > Unle

Re: FreeBSD 4.x Opteron Question

2005-03-17 Thread RW
On Wednesday 16 March 2005 20:05, Matthew Seaman wrote: > You can generally run AMD64 machines in IA32 mode -- but what would be > the point? All you get then is a machine that costs more than an > equivalent IA32 box and that probably performs worse. The core market for the AMD64 is 32-bit Window

RE: Mucking with other drive

2005-03-17 Thread Ted Mittelstaedt
Jerry, Well, of course it's going to "muck with the other drive" what do you think writing the MBR does? Do you want to risk the MS system not booting? 95% of the time it will work OK but what if her system is in that 5% of the time that it doesen't? You going to go over to her house and fix i

Re: sshd behaviour

2005-03-17 Thread Nathan Kinkade
On Wed, Mar 16, 2005 at 08:04:48PM +0300, Eugene M. Minkovskii wrote: > On Wed, Mar 16, 2005 at 10:00:44AM -0600, Nathan Kinkade wrote: > " > " As another poster mentioned, the problem is likely related to DNS, and I > " have experienced it as well. If you are using Privilege Separation, > " then

Re: problem due to hostname change

2005-03-17 Thread Pietro Cerutti
On Thu, 17 Mar 2005 07:38:49 -0800, Ted Mittelstaedt <[EMAIL PROTECTED]> wrote: > > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] Behalf Of Pietro Cerutti > > Sent: Thursday, March 17, 2005 7:05 AM > > To: Lowell Gilbert > > Cc: FreeBSD > > Subject: Re:

  1   2   >