Loading .bash_profile under X-Windows

2005-04-09 Thread Kiffin Gish
How can I get terminal under X-Windows to load my .bash_profile (and any
other stuff) that is usually loaded when at the initial prompt?

A more general question might be: what files (.profile, .login, whatever)
and in what order are loaded every I login via a shell and how are these
settings propagated up through Gnome desktop?

Thanks a lot in advance. 

-- 

Kiffin Rex Gish
Gouda, The Netherlands

 


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Loading .bash_profile under X-Windows

2005-04-09 Thread Nico Meijer
He Kiffin,

> How can I get terminal under X-Windows to load my .bash_profile (and
> any other stuff) that is usually loaded when at the initial prompt?

Run `xterm -ls`. Then read its man page. ;-)

Bye... Nico
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Compaq Proliant 8500 issue with Integrated SMART Array RAIDController (ida)

2005-04-09 Thread Ted Mittelstaedt
[EMAIL PROTECTED] wrote:
> Hi,
>
> I have a Compaq Proliant 8500 with the integrated SMART Array RAID
> controller.  I recall seeing "Symbios" and "ARM" on a chip on the
> center of the PCI module
> must be the
> RAID controller.  I
> used to have extreme problems even getting the system to boot
> up until I
> used the SmartStart
> CD and disabled the "Array Accelerator" for my one and only RAID1+0
> Container.  (Before doing this) I would get numerous
> ida0: soft write error and if the system did manage to boot
> up, a process
> might read the disk, and
> forever be stuck in some kernel routine between userland and
> the disk that
> gets a block or whatever.
> Now, I only get an occasional "ida0: soft read/write error" which
> occasionally causes a 15 or so second delay.  The "Array
> Accelerator" for
> the Integrated SMART array controller is 8MB of read-only cache.
> Other SMART Array models like the 4200 have battery backed up cache
> that can be user-separated between write and read cache.
>
> I'm wondering if anybody has ever seen the problem mentioned above.
>
> I would hate to have to replace the whole
> PCI module because of some bad controller ram since that darn thing is
> integrated, and would make useless the
> internal bays if another raid card was added.  As a note, the contacts
> between the hard drive and the drive module
> have been cleaned out multiple times for all the drives in the
> array.  The
> connection between the drive module and
> the back of the computer is sturdy and clean.  There are only
> TWO cables in
> this entire system that I know of, and one
> is for the IDE CDROM, and one is for the floppy.  So, cabling
> cannot be a
> problem.  I also have two working PSUs that
> each have a 120V line going into it, so I doubt it's a lack of
> power.  Even
> though 220V is recommended for both of them,
> it works fine with even just one 120V line.
>
> I asked the HP/Compaq forum and they weren't able to give me
> much more of an
> answer than "check the cabling" and "blow
> off the dust" which I found extremely irritating because the
> data is carried
> on copper wires that resemble the pins found
> on an IDE hard drive or floppy, not your standard "cabling."  I might
> ultimately be wrong...but I doubt it.
>

You should ask Windows questions in a Windows forum.  Oh, you aren't
running
Windows on this system?  Must be FreeBSD 2.2 then, right?

Ted

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox won't start

2005-04-09 Thread N.J. Thomas
* Fridtjof Busse <[EMAIL PROTECTED]> [2005-04-08 18:32:49 +0200]:
> I just installed FreeBSD 5.4RC, everything works so fine. Just firefox
> won't work (running xfce), neither the package nor the port. I can
> only start it as root, under a normal user nothing happens at all.
> /usr/X11R6/bin/firefox quits after a second and no firefox.

Had same problem under 5.3. Tracked it down to permissions problems when
I gave root a new shell (with umask 077 instead of 022).

Run find on /usr and see if there are any files/dirs with perms of
600/700 that look like they should be public. (I believe in my case it
was some gconf dirs.)

hth,
Thomas

-- 
N.J. Thomas
[EMAIL PROTECTED]
Etiamsi occiderit me, in ipso sperabo
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: segfaults when building world

2005-04-09 Thread Brad Davis
[...]

> *default compress

[...]

PLEASE PLEASE PLEASE turn this off if you aren't on dialup. All it does
is waste CPU on the cvsup servers.



Regards,
Brad Davis
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox won't start

2005-04-09 Thread Fridtjof Busse
* "N.J. Thomas" <[EMAIL PROTECTED]>:
> > I just installed FreeBSD 5.4RC, everything works so fine. Just
> > firefox won't work (running xfce), neither the package nor the
> > port. I can only start it as root, under a normal user nothing
> > happens at all. /usr/X11R6/bin/firefox quits after a second and no
> > firefox.
> 
> Had same problem under 5.3. Tracked it down to permissions problems
> when I gave root a new shell (with umask 077 instead of 022).
> 
> Run find on /usr and see if there are any files/dirs with perms of
> 600/700 that look like they should be public. (I believe in my case it
> was some gconf dirs.)

I'll look into this, thanks.
But how can a package have wrong permissions?
I installed the port (after deleting everything 'pkg_add -r
firefox' installed) after I noticed the package didn't work.

-- 
Fridtjof Busse
"Laura and I really don't realize how bright our children is sometimes
until we get an objective analysis."

George W. Bush
April 15, 2000
Comment made on NBC's Meet the Press.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox won't start

2005-04-09 Thread Fridtjof Busse
* "N.J. Thomas" <[EMAIL PROTECTED]>:
> > I just installed FreeBSD 5.4RC, everything works so fine. Just
> > firefox won't work (running xfce), neither the package nor the
> > port. I can only start it as root, under a normal user nothing
> > happens at all. /usr/X11R6/bin/firefox quits after a second and no
> > firefox.
> 
> Had same problem under 5.3. Tracked it down to permissions problems
> when I gave root a new shell (with umask 077 instead of 022).
> 
> Run find on /usr and see if there are any files/dirs with perms of
> 600/700 that look like they should be public. (I believe in my case it
> was some gconf dirs.)

Nope, 'find /usr -perm 700' and 'find /usr -perm 600' show up nothing
unusual. Just three files from xdm.
Still no firefox :(


-- 
Fridtjof Busse
   "Some things don't need the thought people give them."  -Hobbes
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Installing portupgrade without X.org

2005-04-09 Thread Paul Waring
I'm currently trying to get portupgrade onto my new FreeBSD system by
running make install clean from /usr/ports/sysutils/portupgrade (after
doing a recent cvsup). Everything seems to go along fine, it starts
fetching all the packages it requires and then suddenly I see a
download for X.org. This is a server system and there's no monitor
attached so installing X is a bit pointless and a waste of time for
me, but I don't know how to say "install this port *without* X
dependancies" as this is the first time I've come across this problem
(when I installed cvsup I used the -without-gui port so it wasn't a
problem).

I've searched around but the only relevant material I've managed to
find is something about installing the JDK without X.org which seems
to be specific to that case and all the other results seem to be about
problems installing X which I don't want to do. I'm fairly new to BSD
and I've never got this far setting up a system from scratch before
(every other time I've stumbled somewhere on the way) so any
advice/pointers would be greatly appreciated.

Thanks in advance.

Paul

-- 
Rogue Tory
www.roguetory.org.uk
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: [OT] is there a ThinkPad clone?

2005-04-09 Thread Fabian Keil
Gary Kline <[EMAIL PROTECTED]> wrote:

>   Apologies up front if anybody thinks this is *too* far OT,
>   but if the 8 months I've been using FreeBSD on my TP 600E
>   (400MHz, 288M, 12G). it has become my favorite computer.
>   __Not__ having that std mouse-pad thing where you scratch
>   or drag or tap your fingers lets me rest the heel of my left
>   hand dead-center and type away.  The tiny mouse-stick and the
>   three cut/paste bars work well too.  
> 
>   When I upgrade, I'd like another laptop with the same 
>   layout.  The few other laptops I've looked at all have 
>   that mouse-pad.  Anybody know if there is anything like
>   a "ThinkPad clone"??

A lot of ThinkPads have both, mouse pad _and_ mouse stick.


I wouldn't count the mere existence of a mouse pad as a reason
against a special laptop.

If you prefer the mouse stick and only use the mouse pad by accident,
you can disable the mouse pad in the BIOS. I did too.

Fabian
-- 
http://www.fabiankeil.de/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


I865 Graphics Controller

2005-04-09 Thread jellf nainggolan
i have motherboat intel 865 GBF, and now i'm using FreeBSD 4-11 KDE,
my question when i try using startx, i'm always get error message,
FreeBSD 4-11 support for i864 graphics controller and if i must compile kernel
what option must add ?

urgent please.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


gcc 3.4.3 compile with fbsd 5.3

2005-04-09 Thread Lis
system: freebsd 5.3 with intel pentium 3
ok
1) downloaded
2) extracted
3) mk objdir
4) ../configure --prefix=/somewhere/
5) make bootstrap
[###output]
file# make bootstrap
/bin/sh ./config.status --recheck
running /bin/sh
hdd/hdd1/Files/gcc/gcc-3.4.3/libiberty/configure  --cache-file=./config.cache
--build=i386-unknown-freebsd5.3 --host=i386-unknown-freebsd5.3 
--target=i386-unknown-freebsd5.3
--prefix=/hdd/hdd1/Files/gcc/gcc343comp 
--with-gcc-version-trigger=/hdd/hdd1/Files/gcc/gcc-3.4.3/gcc/version.c
--program-transform-name=s,y,y, --srcdir=../../gcc-3.4.3/libiberty
CFLAGS=-g -O2 host_alias=i386-unknown-freebsd5.3
build_alias=i386-unknown-freebsd5.3 target_alias=i386-unknown-freebsd5.3
CC=gcc  --no-create --no-recursion
rm: conftest*: Invalid argument
configure: loading cache ./config.cache
configure: error: `LDFLAGS' was not set in the previous run
configure: error: changes in the environment can compromise the build
configure: error: run `make distclean' and/or `rm ./config.cache' and start
over
rm: core.*: Invalid argument
rm: *.core: Invalid argument
*** Error code 1
Stop in /hdd/hdd1/Files/gcc/gcc343comp/libiberty.
*** Error code 1
Stop in /hdd/hdd1/Files/gcc/gcc343comp.
[###screen end]
the first question is:
why i get this rm failures? i served the config files and know the man of
rm... this must work... "rm -f xxx* xxx*" is mostly used but makes the
failures i thought... (./Makefile ./libiberty/configure.lineno
./config.cache)
[##all rm -f commands in my config]
./libiberty/configure.lineno:  rm -f conf$$.sh
./libiberty/configure.lineno:rm -f conf$$ conf$$.exe conf$$.file
./libiberty/configure.lineno:rm -f conf$$ conf$$.exe conf$$.file
./libiberty/configure.lineno:  rm -f core core.* *.core &&
./libiberty/configure.lineno:rm -f a.out a.exe conftest$ac_cv_exeext b.out
./libiberty/configure.lineno:rm -f conftest$ac_cv_exeext
./libiberty/configure.lineno:rm -f conftest.$ac_ext
./libiberty/configure.lineno:rm -f conftest.o conftest.obj
./libiberty/configure.lineno:rm -f conftest.$ac_cv_objext conftest.$ac_ext
./libiberty/configure.lineno:rm -f conftest.$ac_objext
./libiberty/configure.lineno:rm -f conftest.$ac_objext conftest.$ac_ext
./libiberty/configure.lineno:rm -f conftest.$ac_objext
./libiberty/configure.lineno:rm -f conftest.$ac_objext conftest.$ac_ext
./libiberty/configure.lineno:  rm -f conftest.$ac_objext
./libiberty/configure.lineno:rm -f conftest.$ac_objext
./libiberty/configure.lineno:rm -f conftest.$ac_ext conftest.$ac_objext
./libiberty/configure.lineno:rm -f conftest.$ac_objext
./libiberty/configure.lineno:rm -f conftest.$ac_objext
./libiberty/configure.lineno:rm -f conftest.$ac_objext conftest.$ac_ext
./libiberty/configure.lineno:rm -f conftest.$ac_objext
./libiberty/configure.lineno:rm -f conftest.$ac_objext conftest.$ac_ext
./libiberty/configure.lineno:rm -f conftest*
./libiberty/configure.lineno:rm -f conftest.$ac_objext conftest.$ac_ext
./libiberty/configure.lineno:  rm -f conftest.er1
./libiberty/configure.lineno:rm -f conftest.err conftest.$ac_ext
./libiberty/configure.lineno:  rm -f conftest.er1
./libiberty/configure.lineno:rm -f conftest.err conftest.$ac_ext
./libiberty/configure.lineno:rm -f conftest.err conftest.$ac_ext
./libiberty/configure.lineno:  rm -f conftest.er1
./libiberty/configure.lineno:rm -f conftest.err conftest.$ac_ext
./libiberty/configure.lineno:  rm -f conftest.er1
./libiberty/configure.lineno:rm -f conftest.err conftest.$ac_ext
./libiberty/configure.lineno:rm -f conftest.err conftest.$ac_ext
./libiberty/configure.lineno:rm -f conftest*
./libiberty/configure.lineno:rm -f conftest.$ac_objext
./libiberty/configure.lineno:rm -f conftest.$ac_objext conftest.$ac_ext
./libiberty/configure.lineno:rm -f conftest.$ac_objext
./libiberty/configure.lineno:rm -f conftest.$ac_objext conftest.$ac_ext
./libiberty/configure.lineno:rm -f conftest.$ac_objext
./libiberty/configure.lineno:rm -f conftest.$ac_objext
./libiberty/configure.lineno:rm -f conftest.$ac_objext conftest.$ac_ext
./libiberty/configure.lineno:rm -f conftest.$ac_objext conftest.$ac_ext
./libiberty/configure.lineno:rm -f conftest$ac_exeext
./libiberty/configure.lineno:rm -f core core.* *.core gmon.out bb.out 
conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
./libiberty/configure.lineno:  rm -f conftest.er1
./libiberty/configure.lineno:rm -f conftest.err conftest.$ac_ext
./libiberty/configure.lineno:rm -f conftest.$ac_objext
./libiberty/configure.lineno:rm -f conftest.$ac_objext conftest.$ac_ext
./libiberty/configure.lineno:rm -f conftest.$ac_objext
./libiberty/configure.lineno:rm -f conftest.$ac_objext conftest.$ac_ext
./libiberty/configure.lineno:rm -f conftest.$ac_objext
./libiberty/configure.lineno:rm -f conftest.$ac_objext conftest.$ac_ext
./libiberty/configure.lineno:rm -f conftest.$ac_objext
./libiberty/configure.lineno:rm -f conftest.$ac_objext conftest.$ac_ext
./libiberty/configure.lineno:rm -f conftest*
./libiberty/configure.lineno:rm -f conftest*
./l

Re: I865 Graphics Controller

2005-04-09 Thread Lis
- Original Message - 
From: "jellf nainggolan" <[EMAIL PROTECTED]>
To: 
Sent: Saturday, April 09, 2005 3:07 PM
Subject: I865 Graphics Controller


i have motherboat intel 865 GBF, and now i'm using FreeBSD 4-11 KDE,
my question when i try using startx, i'm always get error message,
FreeBSD 4-11 support for i864 graphics controller and if i must compile 
kernel
what option must add ?

urgent please.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"

whitch error message? whitch version of xfree (or xorg) 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


check for badblocks in hd

2005-04-09 Thread Paulo Roberto
Hello,

I read the newfs man page but I couldn't find anything related to bad
block checking. Is there a tool for doing it?

thanks,

Paulo



__ 
Do you Yahoo!? 
Read only the mail you want - Yahoo! Mail SpamGuard. 
http://promotions.yahoo.com/new_mail 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: check for badblocks in hd

2005-04-09 Thread Lis
- Original Message - 
From: "Paulo Roberto" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, April 09, 2005 4:24 PM
Subject: check for badblocks in hd


Hello,
I read the newfs man page but I couldn't find anything related to bad
block checking. Is there a tool for doing it?
thanks,
Paulo

__
Do you Yahoo!?
Read only the mail you want - Yahoo! Mail SpamGuard.
http://promotions.yahoo.com/new_mail
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"

man fsck 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firefox won't start

2005-04-09 Thread Daniela
On Saturday 09 April 2005 11:15, Fridtjof Busse wrote:
> * "N.J. Thomas" <[EMAIL PROTECTED]>:
> > > I just installed FreeBSD 5.4RC, everything works so fine. Just
> > > firefox won't work (running xfce), neither the package nor the
> > > port. I can only start it as root, under a normal user nothing
> > > happens at all. /usr/X11R6/bin/firefox quits after a second and no
> > > firefox.
> >
> > Had same problem under 5.3. Tracked it down to permissions problems
> > when I gave root a new shell (with umask 077 instead of 022).
> >
> > Run find on /usr and see if there are any files/dirs with perms of
> > 600/700 that look like they should be public. (I believe in my case it
> > was some gconf dirs.)
>
> Nope, 'find /usr -perm 700' and 'find /usr -perm 600' show up nothing
> unusual. Just three files from xdm.
> Still no firefox :(

I'd suggest you to run firefox under gdb or with truss. So far I had quite a 
few programs not starting up properly and in many cases it would exit just 
after accessing a file and then you know where to look. Or it gets a signal.

Daniela

-- 
It is no measure of health to be well adjusted to a profoundly sick society.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: check for badblocks in hd

2005-04-09 Thread Lowell Gilbert
Paulo Roberto <[EMAIL PROTECTED]> writes:

> I read the newfs man page but I couldn't find anything related to bad
> block checking. Is there a tool for doing it?

Modern disks handle bad blocks internally, so they are not visible to
the operating system (until the disk is almost dead, anyway).  There
are usually manufacturer tools for looking at it more closely, but by
and large, if you know you have bad blocks, it's time to get a new
disk.  There is a FAQ entry on this, with considerably more
information.  
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: how to enable PHP on Apache?

2005-04-09 Thread Matthias F. Brandstetter
-- quoting Yoann Le Bihan --
> Hello ! :-)
>
> You just need to install mod_php port. It's located into
> /usr/ports/www (there are a mod_php4/ and a mod_php5/ directories).
> Just "make install clean" from one or two of these directories and it
> must be installed. Because I think it's not installed (even if it's
> mentionned in httpd.conf... it's strange by the way :-).
>
> Don't forget to make a "/usr/local/sbin/apachectl restart" after (if
> it's not already done from the port's installation).

I did all you said, httpd-error.conf says: "Apache/1.3.33 (Unix) 
mod_perl/1.29 PHP/4.3.11 configured -- resuming normal operations"

But when I try to access my phpmyadmin installation Firefox asks me which 
program I want to use to open this PHP file :(

Any other ideas?
I am somewhat lost here :(

Greetings and TIA, Matthias

-- 
See you in hell, candy boys!!

  -- Homer Simpson
 Homer Badman
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: IPF Firewall Rules... help!

2005-04-09 Thread bob
Dick
Since you say you have lime ware working on your LAN behind firewall
why don't you post your rules so we can see how you did it.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Dick
Hoogendijk
Sent: Friday, April 08, 2005 5:26 PM
To: freebsd-questions
Subject: Re: IPF Firewall Rules... help!

On 08 Apr [EMAIL PROTECTED] wrote:
> If you read the limewire website carefully you will see that no
where
> does it say it will work on PC on a local area network (LAN).
This is
> one of those products that buries the sending IP address in the
> packets. A PC on the LAN uses an NATed ip address and this product
can
> not handle that.  This is a common problem with products such as
this.

Are you saying here that limewire does /not/ run on clients on a
NATted
local area network?

If so, how come then that limewire runs on my windows client, as
well as
on my OS-X and FreeBSD clients? All NATted of course.

> It's just not designed to work on PC that is on a LAN.

It works like a charme for me though.

--
dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 4.11 ++ FreeBSD 5.3
+ Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilja
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
"[EMAIL PROTECTED]"

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Installing portupgrade without X.org

2005-04-09 Thread Roman Shakin
Hey Paul
	From what I remember portupgrade does not use x-libs. But your culprit 
might be ruby or bzip because they are the dependencies for this pkg and 
those might require some kind of x-libs to run. You might want to look 
into the makefiles for each dependency and looking if it's using  X in 
any ways. And seeing there if you can disable it.

--Roman
Paul Waring wrote:
I'm currently trying to get portupgrade onto my new FreeBSD system by
running make install clean from /usr/ports/sysutils/portupgrade (after
doing a recent cvsup). Everything seems to go along fine, it starts
fetching all the packages it requires and then suddenly I see a
download for X.org. This is a server system and there's no monitor
attached so installing X is a bit pointless and a waste of time for
me, but I don't know how to say "install this port *without* X
dependancies" as this is the first time I've come across this problem
(when I installed cvsup I used the -without-gui port so it wasn't a
problem).
I've searched around but the only relevant material I've managed to
find is something about installing the JDK without X.org which seems
to be specific to that case and all the other results seem to be about
problems installing X which I don't want to do. I'm fairly new to BSD
and I've never got this far setting up a system from scratch before
(every other time I've stumbled somewhere on the way) so any
advice/pointers would be greatly appreciated.
Thanks in advance.
Paul
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: how to enable PHP on Apache?

2005-04-09 Thread Matthias F. Brandstetter
-- quoting Matthias F. Brandstetter --
> I did all you said, httpd-error.conf says: "Apache/1.3.33 (Unix)
> mod_perl/1.29 PHP/4.3.11 configured -- resuming normal operations"
>
> But when I try to access my phpmyadmin installation Firefox asks me
> which program I want to use to open this PHP file :(

Sorry for answering to my own post, but I think I found the problem: I have 
RT installed on the same system, using mod_perl. When I disable startup of 
mod_perl, I can access phpmyadmin. So the problem only happens when I use 
mod_perl with my config.

I tried it with


SetHandler default-handler

Alias /phpmyadmin /usr/local/www/phpMyAdmin

but still have this problem :(
Any ideas?

-- 
You know something, folks, as ridiculous as this sounds, I would rather
feel the sweet breath of my beautiful wife on the back of my neck as I
sleep than stuff dollar bills into some stranger's G-string.

  -- Homer Simpson
 Homer's Night Out
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: how to enable PHP on Apache?

2005-04-09 Thread Julie
>
> I did all you said, httpd-error.conf says: "Apache/1.3.33 (Unix)
> mod_perl/1.29 PHP/4.3.11 configured -- resuming normal operations"
>
> But when I try to access my phpmyadmin installation Firefox asks me which
> program I want to use to open this PHP file :(
>
> Any other ideas?
> I am somewhat lost here :(
>
> Greetings and TIA, Matthias

It sounds like you've not got any mime types set in httpd.confg. You want to 
add something like

AddType application/x-httpd-php .php .php4 .php3

See if that helps

-- 


Julie
CoreVPS Director
CoreVPS.com - Root Access FreeBSD and Linux servers from $7.99/mo
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


httpd.core

2005-04-09 Thread Tom Vilot
What tools do I use to examine a core dump file?
I'd like to at least have a clue what is wrong with httpd :c)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Italics not shown properly in OpenOffice

2005-04-09 Thread Andreas Davour
Hi!
I have a strange problem in OpenOffice 1.1.4 with italics. Text 
formatted as italics doesn't show up in italics on screen. If I cut and 
paste som text from an old document it hows up properly. This is very 
strange, and a quite severe bug - if that's what it is.

I searched the list and found no mentioning of it. Google found a 
bugrapport for some debianthingie, but that was from 2003.

Is it my system that's misbehaving, or OO? Is there something I can do 
to fix this? Anyone?

/andreas
--
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: httpd.core

2005-04-09 Thread Subhro
Tom Vilot wrote:
What tools do I use to examine a core dump file?
For examining any core file you need a debugger. A very popular debugger 
is the GNU Debugger also known as gdb

man gdb for more information
Regards
S.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: httpd.core

2005-04-09 Thread Subhro
Tom Vilot wrote:
What tools do I use to examine a core dump file?
For examining any core file you need a debugger. A very popular debugger 
is the GNU Debugger also known as gdb

man gdb for more information
Regards
S.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Italics not shown properly in OpenOffice

2005-04-09 Thread Frank Staals
Andreas Davour wrote:
Hi!
I have a strange problem in OpenOffice 1.1.4 with italics. Text 
formatted as italics doesn't show up in italics on screen. If I cut 
and paste som text from an old document it hows up properly. This is 
very strange, and a quite severe bug - if that's what it is.

I searched the list and found no mentioning of it. Google found a 
bugrapport for some debianthingie, but that was from 2003.

Is it my system that's misbehaving, or OO? Is there something I can do 
to fix this? Anyone?

/andreas
Hm I found out there was a bug in OO.o 2 BETA when opening .xml files 
where bold and italic text were used, maybe its the same sort of problem 
? this is the reported issue:

http://www.openoffice.org/issues/show_bug.cgi?id=45111
If it is like that I tink it is a problem in OO.o itself
Frank Staals
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: httpd.core

2005-04-09 Thread Tom Vilot
Thank you, Subhro, for such a quick response to my question.
For examining any core file you need a debugger. A very popular 
debugger is the GNU Debugger also known as gdb

Now ... the only problem is that if I examine the httpd.core file, it 
evidently has no debugging information in it (naturally):

This GDB was configured as "i386-unknown-freebsd".
Core was generated by `httpd'.
Program terminated with signal 11, Segmentation fault.
#0  0x2895e06c in ?? ()
How do I build Apache with debugging information? I see in the INSTALL file:
Use the --without-execstrip option to disable the stripping of
executables on installation. This can be important on some platforms in
combination with --enable-rule=SHARED_CORE or when Apache was
built with debugging symbols which shouldn't be lost.
I assume I need that, too ... but I also am not clear on how to build 
apache13-modssl with the debug information ...

Thank you in advance.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: how to enable PHP on Apache?

2005-04-09 Thread Kevin Kinsey
Matthias F. Brandstetter wrote:
-- quoting Yoann Le Bihan --
 

Hello ! :-)
You just need to install mod_php port. It's located into
/usr/ports/www (there are a mod_php4/ and a mod_php5/ directories).
Just "make install clean" from one or two of these directories and it
must be installed. Because I think it's not installed (even if it's
mentionned in httpd.conf... it's strange by the way :-).
Don't forget to make a "/usr/local/sbin/apachectl restart" after (if
it's not already done from the port's installation).
   

I did all you said, httpd-error.conf says: "Apache/1.3.33 (Unix) 
mod_perl/1.29 PHP/4.3.11 configured -- resuming normal operations"

But when I try to access my phpmyadmin installation Firefox asks me which 
program I want to use to open this PHP file :(

Any other ideas?
I am somewhat lost here :(
Greetings and TIA, Matthias
 

If you create a "normal" PHP page* under the Apache server's
docroot (instead of in the phpmyadmin install, which is an
alias), do you get the same behavior?
Kevin Kinsey
* like this:

// test.php --- our test of the PHP interpreter...
echo "Hello, Matthias!  I'm Php-enabled!";
?>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: check for badblocks in hd

2005-04-09 Thread Mike Tancsa
On 09 Apr 2005 11:14:24 -0400, in sentex.lists.freebsd.questions you
wrote:

>Paulo Roberto <[EMAIL PROTECTED]> writes:
>
>> I read the newfs man page but I couldn't find anything related to bad
>> block checking. Is there a tool for doing it?
>
>Modern disks handle bad blocks internally, so they are not visible to
>the operating system (until the disk is almost dead, anyway).  There
>are usually manufacturer tools for looking at it more closely, but by
>and large, if you know you have bad blocks, it's time to get a new
>disk.  There is a FAQ entry on this, with considerably more
>information.  

Also if you are using 5.x, see the port 
/usr/ports/sysutils/smartmontools/

It can give you all sorts of info about your hard drive

---Mike

Mike Tancsa, Sentex communications http://www.sentex.net
Providing Internet Access since 1994
[EMAIL PROTECTED], (http://www.tancsa.com)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: httpd.core

2005-04-09 Thread Subhro
On Apr 9, 2005 9:45 PM, Tom Vilot <[EMAIL PROTECTED]> wrote:
> Thank you, Subhro, for such a quick response to my question.
> 
> Now ... the only problem is that if I examine the httpd.core file, it
> evidently has no debugging information in it (naturally):

This is because you need to explicitly build debugging symbols in the
binary. Otherwise the whole debugging procedure is very crippled

> How do I build Apache with debugging information?

For getting this information you need to read through the Makefile.
Generally the compile time option is DEBUG.

So the procudere would be 

make -DDEBUG -Dother_compile_options_as_required

This also applies for Apache.

Best Regards,
S.

-- 
Subhro Sankha Kar
School of Information Technology
Block AQ-13/1 Sector V
ZIP 700091
India
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Italics not shown properly in OpenOffice

2005-04-09 Thread Andreas Davour
On Sat, 9 Apr 2005, Frank Staals wrote:
Andreas Davour wrote:
Hi!
I have a strange problem in OpenOffice 1.1.4 with italics. Text formatted 
as italics doesn't show up in italics on screen. If I cut and paste som 
text from an old document it hows up properly. This is very strange, and a 
quite severe bug - if that's what it is.

I searched the list and found no mentioning of it. Google found a 
bugrapport for some debianthingie, but that was from 2003.

Is it my system that's misbehaving, or OO? Is there something I can do to 
fix this? Anyone?
Hm I found out there was a bug in OO.o 2 BETA when opening .xml files where 
bold and italic text were used, maybe its the same sort of problem ? this is 
the reported issue:

http://www.openoffice.org/issues/show_bug.cgi?id=45111
If it is like that I tink it is a problem in OO.o itself
It might be part of the same problem. I see the problem with involving 
any MS documents, though, so it isn't covered by that bug report.

I didn't think it was just FreeBSD misbehaving. I'll send a report to OO 
about it.

/andreas
--
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


How to fix failed CRC file?

2005-04-09 Thread T.F. Cheng
Hi, I have downloaded some multimedia files from a
news server, and they are usually coming in rar format
and lots of pieces. I use par2repair to fix them, but
one of the files failed, and reported to be CRC
failed. Can anybody tell me how to fix this? thanks!!



Best Regards,

Tsu-Fan Cheng

_
Do You Yahoo!?
登記免費的 @yahoo.com 中文電子郵件 @ http://chinese.mail.yahoo.com
Get your free @yahoo.com address at http://chinese.mail.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Installing portupgrade without X.org

2005-04-09 Thread Lewis Thompson
On Sat, Apr 09, 2005 at 12:26:48PM +0100, Paul Waring wrote:
> I'm currently trying to get portupgrade onto my new FreeBSD system by
> running make install clean from /usr/ports/sysutils/portupgrade (after
> doing a recent cvsup). Everything seems to go along fine, it starts
> fetching all the packages it requires and then suddenly I see a
> download for X.org.

It is not portupgrade that needs X but a dependent port.  Which specific
port?  In general just with WITHOUT_X11=1 to /etc/make.conf.  Once
you've got portupgrade installed you can control individual ports more
specifically through editing pkgtools.conf in /usr/local/etc.

-Lewis Thompson.

-- 
I was so much older then, I'm younger than that now.  --Bob Dylan, 1964.
-| msn:[EMAIL PROTECTED] | jabber:[EMAIL PROTECTED] | url:www.lewiz.org |-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Installing portupgrade without X.org

2005-04-09 Thread Paul Waring
On Apr 9, 2005 5:23 PM, Glenn Dawson <[EMAIL PROTECTED]> wrote:
> adding WITHOUT_X11=yes to /etc/make.conf will keep all your ports from
> trying to pull in X as a dependency.  I use that on all my server systems
> for exactly that reason.

Cheers Glenn, that solved the problem (I was having the same issue
with vim so I was glad to hear of a way to disable it globally).

Paul

-- 
Rogue Tory
www.roguetory.org.uk
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Very confused

2005-04-09 Thread Tom Vilot
apache and the ports tree I find a bit confusing.
I want: Apache with mod_perl and mod_ssl.
I had apache with mod_ssl by installing apach13-modssl. But I kinda need 
mod_perl compiled in statically.

If I deinstall apache13-modssl, and then install apache13-modperl, I 
don't have mod_ssl anymore.

How do I install JUST mod_ssl? Or ... more specifically ... how do I 
install both?

httpd -l
Compiled-in modules:
 http_core.c
 mod_so.c
 mod_perl.c
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: gcc 3.4.3 compile with fbsd 5.3

2005-04-09 Thread Dan Nelson
In the last episode (Apr 09), Lis said:
> system: freebsd 5.3 with intel pentium 3
> 
> ok
> 1) downloaded
> 2) extracted
> 3) mk objdir
> 4) ../configure --prefix=/somewhere/
> 5) make bootstrap

Is there a reason gcc-3.4.2 doesn't work?  That's the version that
comes with 5.3.  If you really need 3.4.3, just build it from ports
(lang/gcc34).

-- 
Dan Nelson
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


smssend/firewall port

2005-04-09 Thread Michael Sherman
Hi all.

I've installed the smssend program a few days back,
it's a greate piece of software. However I wasn't able
up till now to find out the TCP port number that it
uses, in order to enable it with IPFilter. Does anyone
have an idea?

Thanks in advance.

 Dont let the bugs in, close the Windows 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Very confused

2005-04-09 Thread Erik Nørgaard
Tom Vilot wrote:
apache and the ports tree I find a bit confusing.
I want: Apache with mod_perl and mod_ssl.
I had apache with mod_ssl by installing apach13-modssl. But I kinda need 
mod_perl compiled in statically.

If I deinstall apache13-modssl, and then install apache13-modperl, I 
don't have mod_ssl anymore.

How do I install JUST mod_ssl? Or ... more specifically ... how do I 
install both?
I think the whole mod_ means that you don't compile anything statically 
in. I installed apache13-modssl and then installed modperl separately, 
works fine.

Erik
--
Ph: +34.666334818   web: http://www.locolomo.org
S/MIME Certificate: http://www.locolomo.org/crt/2004071206.crt
Subject ID:  A9:76:7A:ED:06:95:2B:8D:48:97:CE:F2:3F:42:C8:F2:22:DE:4C:B9
Fingerprint: 4A:E8:63:38:46:F6:9A:5D:B4:DC:29:41:3F:62:D3:0A:73:25:67:C2
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: smssend/firewall port

2005-04-09 Thread bob
Code a ipfilter rule to log all blocked packets then look at log for
logged packets at time when you test smssend.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Michael
Sherman
Sent: Saturday, April 09, 2005 3:17 PM
To: freebsd-questions@freebsd.org
Subject: smssend/firewall port

Hi all.

I've installed the smssend program a few days back,
it's a greate piece of software. However I wasn't able
up till now to find out the TCP port number that it
uses, in order to enable it with IPFilter. Does anyone
have an idea?

Thanks in advance.

 Dont let the bugs in, close the Windows 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
"[EMAIL PROTECTED]"

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


ls colorized in freebsd csh??

2005-04-09 Thread ricardo_j_candiotto
How do I use a ls colorized in FreeBSD 5.2.1???
In Linux I have a ls colorized how to do in FreeBSD csh???

Tks..

Conheça o novo iBest Acelerado e aumente a velocidade da sua navegação em até 5 
vezes. O primeiro mês é gratuito. Basta acessar o endereço 
http://www.ibest.com.br/acelerado para se cadastrar.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ls colorized in freebsd csh??

2005-04-09 Thread Kris Kennaway
On Sat, Apr 09, 2005 at 05:15:30PM -0300, [EMAIL PROTECTED] wrote:
> How do I use a ls colorized in FreeBSD 5.2.1???

ls -G, as described in the manpage. 

> In Linux I have a ls colorized how to do in FreeBSD csh???

Your '?' key seems to be stuck; might want to look into that.

Kris


pgpGfaHrJUP8e.pgp
Description: PGP signature


Anyone ever consider a filesystem served by MySQL for mail folders?

2005-04-09 Thread Doug Lee
Ok, tell me if this is a totally awful idea, but it seems quite useful
to me, even if unusual...

Is it practical to implement a mountable filesystem for mail archiving
whose contents are served by a MySQL (or other SQL) database?
Creating this is surely way beyond my level of expertise in FreeBSD,
and maybe even the full design is, but I imagine this much:

The actual supporting database would include category strings for each
message (many-to-many).  File names in the filesystem would be
category strings, so saving an email would file it in that category
(to save in several categories, resave to the corresponding names;
only one actual copy of the message would be saved).

Special rules could be constructed that allow special filename formats
to cause queries; for example, trying to load messages from a file
called "from:[EMAIL PROTECTED]" might pull in a mail file consisting of all
messages from [EMAIL PROTECTED] (note I use `%', the SQL wildcard, both to
simplify the query and to avoid collision with the normal `*' wildcard
for filenames).  I suggest the rule<-->filename mapping should be held
in an administrator-modifiable configuration file.

The reason I propose all this is that I'm interested in a better way
to store massive amounts of email that does not depend on a particular
mail program.  Granted, the returned mail file format would have to be
preset--unless that's configurable too, or special patterns are
included for different formats compatible with different mailers,
which would be immensely cool!

I am continually frustrated by trying to find an email among hundreds
of thousands of them, and by the inability to categorize emails in
multiple ways easily without saving multiple copies of messages.  I
suddenly today thought of things like devfs, procfs, etc., that are
pseudo-filesystems, and realized that even if this is an odd approach,
it does have the benefit (at least potentially) of working with most
any mail client with no modification to the client and no user
intervention such as manually copying messages to/from the database.
If such a thing now existed that could serve Mutt-compatible (MMDF, I
think) mail files, I would wish to import about 400 megabytes of
messages as soon as possible. :-)

Thoughts welcome.  Please Cc me.


-- 
Doug Lee   [EMAIL PROTECTED]http://www.dlee.org
BART Group [EMAIL PROTECTED]   http://www.bartsite.com
"Innovation is hard to schedule." -- Dan Fylstra
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Installing portupgrade without X.org

2005-04-09 Thread Sergei Gnezdov
On 2005-04-09, Lewis Thompson <[EMAIL PROTECTED]> wrote:
> On Sat, Apr 09, 2005 at 12:26:48PM +0100, Paul Waring wrote:
>> I'm currently trying to get portupgrade onto my new FreeBSD system by
>> running make install clean from /usr/ports/sysutils/portupgrade (after
>> doing a recent cvsup). Everything seems to go along fine, it starts
>> fetching all the packages it requires and then suddenly I see a
>> download for X.org.
>
> It is not portupgrade that needs X but a dependent port.  Which specific
> port?  In general just with WITHOUT_X11=1 to /etc/make.conf.

I think it is

WITHOUT_X11="YES"

Does it make any difference?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: IPF Firewall Rules... help!

2005-04-09 Thread dick hoogendijk
On Sat, 9 Apr 2005 11:43:23 -0400
[EMAIL PROTECTED] wrote:

> Dick
> Since you say you have limewire working on your LAN behind firewall
> why don't you post your rules so we can see how you did it.

# Limewire
pass out quick on rl0 proto tcp from any to any port = 6346 flags S keep
state
pass out quick on rl0 proto udp from any to any port = 6346 keep state

That's really all there is to it. No funny things. Just installed
limewire on all machines using the defaults.

My ipnat.rules is also quit simple:

#
### ipnat.rules
#

# FTP traffic for the internal LAN
map rl0 192.168.11.0/24 -> 0/32 proxy port 21 ftp/tcp

# FTP traffic from the gateway
map rl0 0.0.0.0/0 -> 0/32 proxy port 21 ftp/tcp

# non-FTP traffic for the internal LAN
map rl0 192.168.11.0/24 -> 0/32 portmap tcp/udp auto
map rl0 192.168.11.0/24 -> 0/32

That's all. And as said: limewire works like a charm.

-- 
dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 4.11 ++ FreeBSD 5.3
+ Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilja
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Very confused

2005-04-09 Thread Tom Vilot
Erik Nørgaard wrote:
I think the whole mod_ means that you don't compile anything 
statically in. I installed apache13-modssl and then installed modperl 
separately, works fine. 

I think I finally figured this out --- by having two different apache 
installs: one with ssl the other with perl.

I want mod_perl compiled in statically. I have been finding that if I 
leave it as a loadable module, I get my signal 11 core dumps in Apache
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: IPF Firewall Rules... help!

2005-04-09 Thread bob
Dick
What you have working is only half of the product. Outbound works
for me also but I have ports 6346, 6347, 6348 and 6349.
What about the part of other internet users accessing your files.
Watch the log and you will see limewire remote server trying to
start session to your public ip address when you start limewire.
Limewire software may not issue error message about remote users not
being able to access your shared files but its is a problem that
only happens when PC is nated on LAN.  Here do this test,  use lan
PC to share files with another PC on your lan.  I bet that will not
work.  Or have friend using limewire try to access your shared files
on one of your lan pc's.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of dick
hoogendijk
Sent: Saturday, April 09, 2005 4:46 PM
To: freebsd-questions@freebsd.org
Subject: Re: IPF Firewall Rules... help!

On Sat, 9 Apr 2005 11:43:23 -0400
[EMAIL PROTECTED] wrote:

> Dick
> Since you say you have limewire working on your LAN behind
firewall
> why don't you post your rules so we can see how you did it.

# Limewire
pass out quick on rl0 proto tcp from any to any port = 6346 flags S
keep
state
pass out quick on rl0 proto udp from any to any port = 6346 keep
state

That's really all there is to it. No funny things. Just installed
limewire on all machines using the defaults.

My ipnat.rules is also quit simple:

#
### ipnat.rules
#

# FTP traffic for the internal LAN
map rl0 192.168.11.0/24 -> 0/32 proxy port 21 ftp/tcp

# FTP traffic from the gateway
map rl0 0.0.0.0/0 -> 0/32 proxy port 21 ftp/tcp

# non-FTP traffic for the internal LAN
map rl0 192.168.11.0/24 -> 0/32 portmap tcp/udp auto
map rl0 192.168.11.0/24 -> 0/32

That's all. And as said: limewire works like a charm.

--
dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 4.11 ++ FreeBSD 5.3
+ Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilja
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
"[EMAIL PROTECTED]"

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Installing portupgrade without X.org

2005-04-09 Thread Lewis Thompson
On Sat, Apr 09, 2005 at 01:37:22PM -0700, Sergei Gnezdov wrote:
> I think it is
> 
> WITHOUT_X11="YES"
> 
> Does it make any difference?

Not really.  WITHOUT_X11=1 works perfectly for me.  Just saves a little
time typing it ;)

-Lewis Thompson.

-- 
I was so much older then, I'm younger than that now.  --Bob Dylan, 1964.
-| msn:[EMAIL PROTECTED] | jabber:[EMAIL PROTECTED] | url:www.lewiz.org |-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Anyone ever consider a filesystem served by MySQL for mail folders?

2005-04-09 Thread Chuck Swiger
Doug Lee wrote:
Ok, tell me if this is a totally awful idea, but it seems quite useful
to me, even if unusual...
It's a totally awful idea.  :-)
Is it practical to implement a mountable filesystem for mail archiving
whose contents are served by a MySQL (or other SQL) database?
Creating this is surely way beyond my level of expertise in FreeBSD,
and maybe even the full design is, but I imagine this much:
The actual supporting database would include category strings for each
message (many-to-many).  File names in the filesystem would be
category strings, so saving an email would file it in that category
(to save in several categories, resave to the corresponding names;
only one actual copy of the message would be saved).
[ ... ]
Using a database backend for mail storage and to provide fancy searching and 
the like is the architecture used to build Microsoft Exchange and Lotus Notes.

The advantage is that users gets fancy searching.
The disadvantage is that you need to provide around 4 times as much disk space 
for a DB-based mailstore as you would for a normal mbox/maildir style 
representation, you need to provide a lot more server horsepower, you need to 
continuously maintain and purge old mail from the database, and you end up 
with your mail buried in database tables, so heaven help you if the database 
becomes inconsistent and you need to recover.

--
-Chuck
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Installing portupgrade without X.org

2005-04-09 Thread Kris Kennaway
On Sat, Apr 09, 2005 at 01:37:22PM -0700, Sergei Gnezdov wrote:
> On 2005-04-09, Lewis Thompson <[EMAIL PROTECTED]> wrote:
> > On Sat, Apr 09, 2005 at 12:26:48PM +0100, Paul Waring wrote:
> >> I'm currently trying to get portupgrade onto my new FreeBSD system by
> >> running make install clean from /usr/ports/sysutils/portupgrade (after
> >> doing a recent cvsup). Everything seems to go along fine, it starts
> >> fetching all the packages it requires and then suddenly I see a
> >> download for X.org.
> >
> > It is not portupgrade that needs X but a dependent port.  Which specific
> > port?  In general just with WITHOUT_X11=1 to /etc/make.conf.
> 
> I think it is
> 
> WITHOUT_X11="YES"
> 
> Does it make any difference?

No, the value for such variables is unimportant (WITHOUT_X11="NO"
works just as well)

Kris


pgpPj19i0LhZf.pgp
Description: PGP signature


Re: Very confused

2005-04-09 Thread Erik Nørgaard
Tom Vilot wrote:
I think I finally figured this out --- by having two different apache 
installs: one with ssl the other with perl.
installing both apache13-modssl and apache13-modperl could/should cause 
problems - they should be marked as conflicting, if not submit a pr.

Installing apache13-modssl and mod_perl should not cause a problem, this 
is the solution I am refering to.

I want mod_perl compiled in statically. I have been finding that if I 
leave it as a loadable module, I get my signal 11 core dumps in Apache
If you get a coredump then please investigate the problem, submit here 
or submit a problem report.

I must say that I have installed mod_perl mostly to have it supported 
since my dynamic web is still php. However, I have tested and it works fine.

Cheers, Erik
--
Ph: +34.666334818   web: http://www.locolomo.org
S/MIME Certificate: http://www.locolomo.org/crt/2004071206.crt
Subject ID:  A9:76:7A:ED:06:95:2B:8D:48:97:CE:F2:3F:42:C8:F2:22:DE:4C:B9
Fingerprint: 4A:E8:63:38:46:F6:9A:5D:B4:DC:29:41:3F:62:D3:0A:73:25:67:C2
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: (LONG) ATA Benchmark: 5.x Reads Slower than Writes

2005-04-09 Thread Jim C. Nasby
Have you been certain to disable write caching on the drives? If not I
bet that's what you're seeing (which also means you're begging for
database corruption).
-- 
Jim C. Nasby, Database Consultant   [EMAIL PROTECTED] 
Give your computer some brain candy! www.distributed.net Team #1828

Windows: "Where do you want to go today?"
Linux: "Where do you want to go tomorrow?"
FreeBSD: "Are you guys coming, or what?"
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


5.3 random reboot problems

2005-04-09 Thread Trevor Sullivan
Hi I'm having the same problem as the person in the following post:
http://lists.freebsd.org/pipermail/freebsd-questions/2005-January/072548.html
My problem is with a Compaq Proliant DL380, and a fresh (standard) 
installation of FreeBSD 5.3. I've had several quirks on it that I 
haven't really understood, but after doing some research it seems like 
the older Proliant servers had some hardware compatibility issues with 
the FreeBSD 5 branch. My server is randomly rebooting when I try to do 
almost anything on it (I was trying to create a custom kernel 
post-install) and even just modifying a configuration file caused it to 
reboot. It's getting really irritating, and it had no problems with 
several different linux installations. I don't want to go back to 
FreeBSD 4, but if I mustthanks for any help, any ideas?

-Trevor
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Anyone ever consider a filesystem served by MySQL for mail folders?

2005-04-09 Thread Doug Lee
On Sat, Apr 09, 2005 at 05:33:22PM -0400, Chuck Swiger wrote:
Doug Lee wrote:
>Is it practical to implement a mountable filesystem for mail archiving
>whose contents are served by a MySQL (or other SQL) database?
>Creating this is surely way beyond my level of expertise in FreeBSD,
>and maybe even the full design is, but I imagine this much:
>
>The actual supporting database would include category strings for each
>message (many-to-many).  File names in the filesystem would be
>category strings, so saving an email would file it in that category
>(to save in several categories, resave to the corresponding names;
>only one actual copy of the message would be saved).
[ ... ]

Using a database backend for mail storage and to provide fancy searching 
and the like is the architecture used to build Microsoft Exchange and Lotus 
Notes.

The advantage is that users gets fancy searching.

The disadvantage is that you need to provide around 4 times as much disk 
space for a DB-based mailstore as you would for a normal mbox/maildir style 
representation, you need to provide a lot more server horsepower, you need 
to continuously maintain and purge old mail from the database, and you end 
up with your mail buried in database tables, so heaven help you if the 
database becomes inconsistent and you need to recover.

Horsepower yes, trouble if things become inconsistent yes, purging
requirements not really (you are entitled to just as much hoarding
under either system ) ...

But as for increased storage requirements, I've always wondered how
much could be saved by an intelligent method of behind-the-scenes
handling of quoting among messages in a thread.  Goodness knows half
the mail on a lot of lists, and even in a lot of personal mail
streams, is simply copies of some or all of other messages, perhaps
shifted over by quote signs like `>' etc.  Seems to me a system could
be devised to store directions for rebuilding a message instead of the
message itself with all quoting intact.  Dangerous, in need of a LOT
of testing before production use, likely not to catch all possible
cases because of, for example, people who like unique quoting prefixes
(:P) etc. etc... but I think still feasible.  I don't know how much
could be gained, but I wouldn't be surprised if it could reverse the
increased storage requirements you mention.


-- 
Doug Lee   [EMAIL PROTECTED]http://www.dlee.org
BART Group [EMAIL PROTECTED]   http://www.bartsite.com
"It's not easy to be crafty and winsome at the same time, and few accomplish
it after the age of six." --John W. Gardner and Francesca Gardner Reese
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ls colorized in freebsd csh??

2005-04-09 Thread Abu Khaled
On Apr 9, 2005 11:17 PM, Kris Kennaway <[EMAIL PROTECTED]> wrote:
> On Sat, Apr 09, 2005 at 05:15:30PM -0300, [EMAIL PROTECTED] wrote:
> > How do I use a ls colorized in FreeBSD 5.2.1???
> 
> ls -G, as described in the manpage.
> 
> > In Linux I have a ls colorized how to do in FreeBSD csh???
> 
> Your '?' key seems to be stuck; might want to look into that.
> 
> Kris
> 
> 
> 

You can also add "setenv CLICOLOR" to ".cshrc" in your home directory.
# cd ~
# ee .cshrc
this well open the file for editing. add
setenv CLICOLOR 1

-- 
Kind regards
Abu Khaled
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Installing portupgrade without X.org

2005-04-09 Thread Pat Maddox
The only thing that matters is that WITHOUT_X11 is defined.  The value
itself doesn't matter.



On Apr 9, 2005 2:37 PM, Sergei Gnezdov <[EMAIL PROTECTED]> wrote:
> On 2005-04-09, Lewis Thompson <[EMAIL PROTECTED]> wrote:
> > On Sat, Apr 09, 2005 at 12:26:48PM +0100, Paul Waring wrote:
> >> I'm currently trying to get portupgrade onto my new FreeBSD system by
> >> running make install clean from /usr/ports/sysutils/portupgrade (after
> >> doing a recent cvsup). Everything seems to go along fine, it starts
> >> fetching all the packages it requires and then suddenly I see a
> >> download for X.org.
> >
> > It is not portupgrade that needs X but a dependent port.  Which specific
> > port?  In general just with WITHOUT_X11=1 to /etc/make.conf.
> 
> I think it is
> 
> WITHOUT_X11="YES"
> 
> Does it make any difference?
> 
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


egetty

2005-04-09 Thread Gert Cuykens
Where can i find egetty ?

TB-14R pwd
/usr/ports
TB-14R make search key=egetty
TB-14R
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: egetty

2005-04-09 Thread Gert Cuykens
On Apr 10, 2005 1:04 AM, Gert Cuykens <[EMAIL PROTECTED]> wrote:
> Where can i find egetty ?
> 
> TB-14R pwd
> /usr/ports
> TB-14R make search key=egetty
> TB-14R
> 

http://www.freebsd.org/cgi/ports.cgi?query=egetty&stype=all&release=5-STABLE%2Fi386
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


IPSec-over-802.11[bg] between clients & router/AP of some sort

2005-04-09 Thread Parv
Could somebody recommend a device (router/AP) which will make
IPSec-over-802.11[bg] connections w/ LAN clients (around USD150)?

Netopia 3387W-ENT seems to be one of those ...

  http://www.pcmall.com/pcmall/shop/detail~dpno~278586.asp
  http://www.netopia.com/support/resources/option_3387went.html


... Could somebody confirm if Windows XP and FreeBSD 5.x LAN clients
could connect via IPSec over 802.11b to have wireless connectivity?

Any other suggestions?  (For one, how does one get hands on a
Netopia 3300-VGx device?)


  - Parv

-- 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re[2]: raid1

2005-04-09 Thread Hexren

> On Feb 19, 2005, at 6:39 PM, Spades wrote:

>> How do we check if FreeBSD recorgnises it as individual drives or 
>> Hardware RAID array.

> Your raid chip appears to  be a software ATA raid.  man ata

> The raid appears as arN according to man ata

> look in the dmesg   to see what happened at boot -- this will tell you 
> how the controller and drives were found by FreeBSD

> /var/run/dmesg.boot

> Chad

>>
>> - Original Message - From: "Chad Leigh -- Shire.Net LLC" 
>> <[EMAIL PROTECTED]>
>> To: "Sandy Rutherford" <[EMAIL PROTECTED]>
>> Cc: ; "Spades" <[EMAIL PROTECTED]>
>> Sent: Saturday, February 19, 2005 5:46 PM
>> Subject: Re: raid1
>>
>>
>>
>> On Feb 19, 2005, at 12:37 AM, Sandy Rutherford wrote:
>>
 On Fri, 18 Feb 2005 23:51:53 -0700,
 "Chad Leigh -- Shire.Net LLC" <[EMAIL PROTECTED]> said:
>>>
 On Feb 18, 2005, at 11:39 PM, Spades wrote:
>>>
> hi, my server hardware supports hardware raid, i installed it
> as per normal freebsd 5.3, however i see no difference
> in df. its using 2 x 160GB, what do i do during the installation
> to enable the raid?
>
> mobo:
> http://www.supermicro.com/products/motherboard/Xeon800/E7320/X6DVL-
> EG.cfm
>
> -bash-2.05b$ df
> Filesystem  1K-blocks   UsedAvail Capacity  Mounted on
> /dev/ad4s1a  66008394  35424 60692300 0%/
> devfs   1  10   100%/dev
> ...
>>>
 What do you expect to see?
>>>
 A raid1 is a mirror set and to the OS would probably look like a 
 single
 drive if it truly is a HW raid
>>>
>>> This should be true of any hardware RAID level, not just RAID1.  The
>>> HW RAID presents logical drives to the OS, which look like real drives
>>> to it.  The caveat is that the RAID driver will appear as the disk
>>> type.  I don't have any experience with SATA RAID, but on my server,
>>> which has a Mylex ExtremeRAID 1100 SCSI RAID card, a df gives:
>>>
>>> Filesystem  1K-blocksUsed   Avail Capacity  Mounted on
>>> /dev/mlxd0s1a   ...
>>> /dev/mlxd0s1d   ...
>>> /dev/mlxd0s1h   ...
>>> /dev/mlxd0s1e   ...
>>> /dev/mlxd0s1f   ...
>>> /dev/mlxd0s1g   ...
>>> /dev/mlxd1s1e   ...
>>> /dev/mlxd1s1f   ...
>>> /dev/mlxd1s1g   ...
>>> /dev/mlxd2s1e   ...
>>>
>>> mlx(4) is the driver for this card.  The underlying hard drive
>>> structure doesn't look anything like the above, but this is irrelevant
>>> to the OS.
>>>
>>> Regarding your situation, I believe that your MB uses an Adaptec SATA
>>> controller.  You should find out exactly what the controller is and if
>>> it is supported in "Hardware Notes".  I would expect that if your
>>> controller is supported and found, then "ad" should be replaced by the
>>> relevant driver.  Also, have a look at the dmesg output.  There should
>>> be some sign that the OS is recognizing your RAID controller.
>>>
>>
>> According to the MB specs at the URL given by the OP, the SATA is an
>> Intel 6300ESB (part of a more general IO chip)
>>
>> " • 6300ESB (Hance Rapids) SATA Controller (2x Drive support)
>> • 2x SATA Ports
>> • RAID 0, 1, JBOD support"
>>
>>
>> I don't see any specific mention of this in any of the HW notes for
>> 5.3.  I would be interested to see the dmesg output at boot time to see
>> what the system sees for devices and controllers.  If it is an ATA raid
>> (pseudo HW RAID) then it would show as arX devices and not adX
>> according to the handbook.
>>
>> Chad
>>

-

Concerning that chip I've found these
http://www.ambrisko.com/doug/ata/
in some mails to freebsd-current. Right now I am in the proces of
patching my system with these to see iif that does the trick of
supporting Raid.

Regards Hexren

btw:
The post from freebsd-current
http://lists.freebsd.org/pipermail/freebsd-current/2004-September/038025.html
googling for "6300esb freebsd site:freebsd.org" turns up some more
posts.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


(k)mplayer for bktr TV playing [Re: Problems with fxtv]

2005-04-09 Thread Danny Pansters
[ unless it gets really speculative or specific, please also CC the mailing 
list so that poeple can profit from the archives ]

On Sunday 10 April 2005 02:11, you wrote:
> Hi Dan,
>
> Thanks so much for your reply.  Does (k)mplayer support TV tuners?  If so,
> do you need to provide the frequencies?  I couldn't find the frequencies
> on Comcast's website.  I'll try to call them on Monday.

Yes. The bktr has two (main) parts to it, the capture (meteor) function and 
the tuner (tv). mplayer initializes both (so does fxtv) but kmplayer invokes 
a new mplayer every time you change channels/frequencies. This may not matter 
but if you get lots of hangs/freezes when changing channels, fxtv may work 
better for you. I think the freezing is a hardware problem that may or may 
not occur.

With kmplayer you should do the following:

In your .kde/share/config/kmplayerrc, at least add the following:

[TV]
Devices=/dev/tuner
Driver=bsdbt848

And create a [/dev/tuner] section with at least something like this:

[/dev/tuner]
Audio Device=/dev/mixer
Inputs=0:Composite1;1:Television;2:S-Video;3:Composite3
Name=Pinnacle/Miro TV
No Playback=false
Norm=PAL
Size=-1,-1
Television=Ned1:184;Ned2:192;Ned3:200;RTL4:744;RTL5:720;SBS6:632;Yorin:648;Veronica:792;Net5:504;Discovery:848;Animal
 
Planet:776;Nat. 
Geographic:832;Preview:232;Een:208;Canvas:216;BBC1:664;BBC2:696;BBC 
World:856;Eurosport:840;Euronews:544;CNN:760;MTV:784;TMF:752;The 
Box:712;ARD:528;ZDF:568;WRD:624;TV5:736;Brabant 
TV:488;Lokaal:480;Royaal:512;Info:224;Nickelodeon:728;TRT:824

Initially it only needs the Inputs line (I have TV at input 1 not at 0 which 
is kinda peculiar), the Name is what you can set up through the GUI, it's not 
required to get it going, neither are (in my case) the No Playback, Norm, 
Size parameters. The Television= part should have at least one working 
name:frequency (or maybe three, I'm not sure).

Note that 'Television' is an arbitrary name as is the 'Name' param.

If you only add the minimum, you should be able to go into the settings -> 
configure menu, then source -> TV, and do scan or go to the /dev/tuner tab if 
it already there. Then under 'Television' (or whatever other arbitrary name 
you gave the input corresponding with your tuner) you can add Channel/Freq 
tabel values for all your stations. 

I know that the code as-is doesn't work well with the "Norm" (eg pal, secam, 
ntsc) but the bktr cards usually have good autodetection and that should be 
enough I think.

HTH,

Dan

P:, bktr also has provisions for channelsets (mainly US oriented) perhaps you 
can also use that. For me with fxtv and for everyone with kmplayer you need 
to ahve a frequency set to fill in.


> Again, many thanks for your reply,
> Mike
>
> On Sun, 10 Apr 2005, Danny Pansters wrote:
> > On Saturday 09 April 2005 23:17, Michael Butschky wrote:
> >> Hi,
> >>
> >> I just purchased a Hauppauge WinTV-GO-Plus and am trying to get it to
> >> work with fxtv.  When the system boots, it recognizes the bktr device
> >> fine. But, when I bring up fxtv, all I get on all the channels are
> >> static.  Note that  I am using Comcast Super Basic cable service from
> >> the 21114 zip code.  Is there something I need to do with the frequency
> >> mapping?
> >
> > Yes. See /usr/X11R6/lib/X11/app-defaults/Fxtv, you can add channel names
> > <--> frequencies there. I got my set of frequencies from my cable
> > provider's info (I'm in Holland). They should have that info somewhere
> > for their customers. I think if you have such a config file for fxtv in
> > your ~ directory it's called just Fxtv or rcsh something like that (I
> > remember installing NetBSD on another slice about 3 months ago and using
> > a shared home partition and it immediately used the stations I had set up
> > as well as the fonts/colors). See the fxtv man page also.
> >
> > Lately I've been using (k)mplayer for tv but I did use fxtv a lot before.
> > I don't have it installed at present though.
> >
> >
> > HTH,
> >
> > Dan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 5.3 not accepting connections - What I'm missing?

2005-04-09 Thread Sergei Gnezdov
On 2005-04-08, Maximiliano Eschoyez <[EMAIL PROTECTED]> wrote:
> On Sat, 9 Apr 2005 00:27:37 +0300, Giorgos Keramidas
><[EMAIL PROTECTED]> wrote:
>> On 2005-04-08 18:18, Maximiliano Eschoyez <[EMAIL PROTECTED]> wrote:
>> > Dear all,
>> >
>> > I've recently moved from FreeBSD 4.8 to 5.3. After the upgrade, I
>> > found that my computer doesn't accept outside connections anymore.
>> 
>> Are you using ipfw, ipfilter or pf as a firewall?  If yes, what
>> rules do you use?
>
> No, I'm not using any firewall.
>
> Also, I tried enabling a firewall through rc.conf with the parameters
>   firewall_enable="YES"
>   firewall_type="open"
> but nothing changed. :-(
>
> It's very strange because I'm not using any filtering policy.

Misconfigured network or firewall is the most typical reason for a
problem.  The output from the following commands might help to solve
your problem:

ifconfig

netstat -r

ipfw show


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


DVD Burning: ISO9660 vs. UDF

2005-04-09 Thread Damian Gerow
I'm trying to burn a (data) DVD, to back up some older stuff, but I've hit a
bit of a snafu.

Everything I've read has said to use 'growisofs' (or 'mkisofs') to create an
ISO9660 filesystem, which then gets burned to the disc.  Which is fine; I
can do that, and it works.  But one of the files I need to burn is just over
3GB, and ISO9660 no likey files that big.  And I'm not sure it matters, but
I'm using both Joliet and Rock Ridge extensions.

There are a couple of ways I can work around this, but I was wondering, how
does one burn a UDF filesystem to a DVD (or any medium, for that matter)?
Or, how can I coax CD9660 to like files that big?  (I'm near positive I
can't.)

Again, please Cc: me in any reply, as I'm not subscribed to -questions.

  - Damian
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


ipfw: getsockopt(IP_FW_ADD): Invalid argument

2005-04-09 Thread Celso Viana
ipfw add 10 fwd 192.168.10.5,3128 all from any to any dst-port 80
ipfw: getsockopt(IP_FW_ADD): Invalid argument

What's Wrong?

Celso
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ipfw: getsockopt(IP_FW_ADD): Invalid argument

2005-04-09 Thread Celso Viana
OS: FreeBSD 5.3 p5

in FreeBSD 5.3 p0  ok!

Celso

On Apr 9, 2005 9:40 PM, Celso Viana <[EMAIL PROTECTED]> wrote:
> ipfw add 10 fwd 192.168.10.5,3128 all from any to any dst-port 80
> ipfw: getsockopt(IP_FW_ADD): Invalid argument
> 
> What's Wrong?
> 
> Celso
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ipfw: getsockopt(IP_FW_ADD): Invalid argument

2005-04-09 Thread Chris
Celso Viana wrote:
OS: FreeBSD 5.3 p5
in FreeBSD 5.3 p0  ok!
Celso
On Apr 9, 2005 9:40 PM, Celso Viana <[EMAIL PROTECTED]> wrote:
ipfw add 10 fwd 192.168.10.5,3128 all from any to any dst-port 80
ipfw: getsockopt(IP_FW_ADD): Invalid argument
What's Wrong?
Celso
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Do it AS root
--
Best regards,
Chris
The slowest checker is always at the quick-check-out
lane.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Installing portupgrade without X.org

2005-04-09 Thread Sergei Gnezdov
On 2005-04-09, Lewis Thompson <[EMAIL PROTECTED]> wrote:
> Once you've got portupgrade installed you can control individual 
> ports more specifically through editing pkgtools.conf 
> in /usr/local/etc.

Manpage does not seem to provide much help and I could not find
anything related to individual package configuration options such as
WITHOUT_X11 in the file itself.

Are there any instructions on pkgtools.conf file?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: DVD Burning: ISO9660 vs. UDF

2005-04-09 Thread Damian Gerow
Thus spake Damian Gerow ([EMAIL PROTECTED]) [09/04/05 21:33]:
: There are a couple of ways I can work around this, but I was wondering, how
: does one burn a UDF filesystem to a DVD (or any medium, for that matter)?
: Or, how can I coax CD9660 to like files that big?  (I'm near positive I
: can't.)

Answering my own question: mkisofs supports '--udf' as a way to enable an
alpha-quality pseudo-UDF filesystem.

(I've been looking too deep.  man is your friend.)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


mgetty

2005-04-09 Thread Gert Cuykens
When i see this in my process list and there is no dmesg error does
this mean i can receive faxes ?

root486  0.0  0.2  1488  1140  ??  I 2:30AM   0:00.01
/usr/local/sbin/mgetty cuaa0

I dont have a fax to test my fax :)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Problems with PCI-express video card

2005-04-09 Thread Danny Pansters
On Sunday 10 April 2005 02:29, you wrote:
> Danny Pansters wrote:
> > [ top posting for a change ;-) ]
>
> Thanks for the reply.
>
> > Is this is a brand new board/box (eg first time trying FreeBSD with it)?
> > If so, try physically installing first the RAM then the pci-x card. They
> > want a memory adress pool allocated and that should be "above" your RAM
> > allocated addresses.
>
> It is not a brand new box, but I have never been able to get X under
> FreeBSD to work with it.
>
> I reduced the RAM in the computer to 2GB, and removed the pci-x card,
> booted up, and the reinstalled the pci-x card, as you suggested.
> Unfortunately it didn't change anything.
>
> > You don't need agp in your kernel, in fact better not if you use
> > nvidia-driver.
>
> I have hint.agp.0.disabled="1" in /boot/loader.conf - presumably that
> does the same thing.
>
> > You might also have a basket case situation where your allocated
> > addresses for the nvidia overlap with those for another PCI card, but I
> > think usually the OS will handle this. My first bet would be on the "RAM
> > chipping" that might occur as explained above.
> >
> >
> > Also note (perhaps superfluous) that you shouldn't be running X when
> > (re)loading nvidia.ko.
> >
> > But perhaps it just isn't supported. Does using X' nv work or not?
>
> X nv doesn't work either.  But the 6600 is listed as a board that is
> supported, both by nv and nvidia.

Hmm, I'm afraid I don't know anything else to try either...


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Installing portupgrade without X.org

2005-04-09 Thread Lewis Thompson
On Sat, Apr 09, 2005 at 06:35:27PM -0700, Sergei Gnezdov wrote:
> Manpage does not seem to provide much help and I could not find
> anything related to individual package configuration options such as
> WITHOUT_X11 in the file itself.

pkgtools.conf is just a handy way of storing all of the port-specific
options.  If you search the file you will find MAKE_ARGS.  There are
some examples in the file and good comments.  e.g.
  MAKE_ARGS = {
'databases/phpmyadmin' => 'WITH_SUPHP=1',
  }

would cause portupgrade to /always/ build databases/phpmyadmin with
WITH_SUPHP=1

> Are there any instructions on pkgtools.conf file?

They're mostly in the pkgtools.conf file itself.

Hope that's some help,

-Lewis Thompson.

-- 
I was so much older then, I'm younger than that now.  --Bob Dylan, 1964.
-| msn:[EMAIL PROTECTED] | jabber:[EMAIL PROTECTED] | url:www.lewiz.org |-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: mgetty

2005-04-09 Thread bob
You have to send modem Hayes "AT" command to configure it to answer
incoming calls.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Gert
Cuykens
Sent: Saturday, April 09, 2005 10:00 PM
To: freebsd-questions@freebsd.org
Subject: mgetty

When i see this in my process list and there is no dmesg error does
this mean i can receive faxes ?

root486  0.0  0.2  1488  1140  ??  I 2:30AM   0:00.01
/usr/local/sbin/mgetty cuaa0

I dont have a fax to test my fax :)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
"[EMAIL PROTECTED]"

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: egetty

2005-04-09 Thread bob
Gert
I see you are using pwd command to display where in directory tree
you currently pointing
There is a way to configure FBSD to display the directory path as a
prefix in front of the command line so you know where you are at in
the directory tree at all times, thus eliminating the need to use
the pwd command.
Issue following command from command line

set prompt = "# %/ >"# that's "#space%/space>"


/root/.cshrc gets executed when you log on as root.  Find and change
the set prompt command in .cshrc to the one above and you will never
have to use the  pwd  command again.




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Gert
Cuykens
Sent: Saturday, April 09, 2005 7:04 PM
To: freebsd-questions@freebsd.org
Subject: egetty

Where can i find egetty ?

TB-14R pwd
/usr/ports
TB-14R make search key=egetty
TB-14R
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
"[EMAIL PROTECTED]"

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: DVD Burning: ISO9660 vs. UDF

2005-04-09 Thread cpghost
On Sat, Apr 09, 2005 at 09:48:51PM -0400, Damian Gerow wrote:
> Thus spake Damian Gerow ([EMAIL PROTECTED]) [09/04/05 21:33]:
> : There are a couple of ways I can work around this, but I was wondering, how
> : does one burn a UDF filesystem to a DVD (or any medium, for that matter)?
> : Or, how can I coax CD9660 to like files that big?  (I'm near positive I
> : can't.)
> 
> Answering my own question: mkisofs supports '--udf' as a way to enable an
> alpha-quality pseudo-UDF filesystem.

If you're only backing up data, this is not so important, but if you're
backing up whole systems, you may want to consider a more pragmatic
approach:

The real question here is: can you read UDF from a freshly installed
system without having to install additional programs, and without
having to restore from that very UDF backup? Or, asked differently:
can you actually READ your UDF backups when booting from the fixit CD?

When doing backups, it's always best to be really conservative about
the formats you use.

If your file is >1GB, you could always split(1) it into 1GB chunks
before running growisofs (be sure to document it in some way though,
e.g. fileN.1o4, fileN.2o4, fileN.3o4, fileN.4o4).

Another way is to tell your backup utility to create chunks <1GB.
dump(8) can do this for you. gtar perhaps too (--tape-length).

Cheers,
-cpghost.

-- 
Cordula's Web. http://www.cordula.ws/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: How can I log every login via telnet?

2005-04-09 Thread Sandy Rutherford
Anthony,

On Fri, 8 Apr 2005 you wrote:

 > Sandy Rutherford writes:
 >> Check /var/log/auth.log.  They should be logged there by default.

 > Thanks, that's just what I was looking for.

 >> You could also use tcpwrappers for better control over access and
 >> logging.  See /etc/hosts.allow and "man 5 hosts_options".

 > I'd be mainly interested in restricting which user names can log on from
 > the Net through telnet, rather than which IP addresses.

See login.access(5) and login.conf(5).  Both provide this
functionality.

Sandy
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: mgetty

2005-04-09 Thread Gert Cuykens
On Apr 10, 2005 4:36 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> You have to send modem Hayes "AT" command to configure it to answer
> incoming calls.
> 

How do you set this in rc.local ?

#cu -l cuaa0
Connected
at+fclass=?
0,1,2
OK
~.
Disconnected

Ps whats the diference between a line and a port ?
http://www.rt.com/man/cu.1.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: egetty

2005-04-09 Thread Gert Cuykens
On Apr 10, 2005 4:47 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Gert
> I see you are using pwd command to display where in directory tree
> you currently pointing
> There is a way to configure FBSD to display the directory path as a
> prefix in front of the command line so you know where you are at in
> the directory tree at all times, thus eliminating the need to use
> the pwd command.
> Issue following command from command line
> 
> set prompt = "# %/ >"# that's "#space%/space>"
> 
> /root/.cshrc gets executed when you log on as root.  Find and change
> the set prompt command in .cshrc to the one above and you will never
> have to use the  pwd  command again.
> 

No its to long then :)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Xorg Config Problem-[drm] failed to load kernel module "i915"

2005-04-09 Thread Bob Perry
I've just installed FreeBSD 5.3-RELEASE #0 and ran into a 
problem configuring X Window System Version 6.8.2.  
I have an ASUS P4P800 motherboard with a built-in graphic 
card (Intel 865G GMCH I believe).

I receive the following error message when running the 
configuration test:

[drm] failed to load kernel module "i915"
(EE) I810(0): [dri] DRIScreenInit failed.  Disabling DRI.

This seems similar to the problem you had with the Intel chipset 
945.  I read your comment (below) but don't fully understand what steps 
were required.  Could you provide more detail? 

"I solved this problem by using the text configuration tool via the 
xorgconfig command.  I picked the i810 chipset driver and Xorg started up 
just fine."



Thank you,
Bob Perry


-- 
I've learned that whatever hits the fan will not be evenly
distributed.

FreeBSD 4.9-RELEASE-p2 #0
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: mgetty

2005-04-09 Thread Gert Cuykens
On Apr 10, 2005 6:47 AM, Gert Cuykens <[EMAIL PROTECTED]> wrote:
> On Apr 10, 2005 4:36 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > You have to send modem Hayes "AT" command to configure it to answer
> > incoming calls.
> >
> 
> How do you set this in rc.local ?
> 
> #cu -l cuaa0
> Connected
> at+fclass=?
> 0,1,2
> OK
> ~.
> Disconnected
> 
> Ps whats the diference between a line and a port ?
> http://www.rt.com/man/cu.1.html
> 

Doesnt mgetty do that automaticly ? Why doesnt the fax sent a signal
any body home so mgetty can sent AT ?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 5.3 random reboot problems

2005-04-09 Thread Trevor Sullivan
Subhro wrote:
Trevor Sullivan wrote:
My server is randomly rebooting when I try to do almost anything on 
it (I was trying to create a custom kernel post-install) and even 
just modifying a configuration file caused it to reboot. 

Anything indicated in /var/log/messages?Regards
S.
Hey thanks for replying...umm, no I don't see anything in that file that 
would relate to this I don't think. The only problem I see is that the 
filesystems were unmounted improperly :-) a result of my problem in 
the first place. Is there anything specific I should look for?

-Trevor
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"