Re: [EMAIL PROTECTED] Virtual host config

2005-09-07 Thread Clement Laforet
On Tue, Sep 06, 2005 at 04:09:24PM -0700, Vizion wrote: On Tuesday 06 September 2005 10:20, the author Vizion contributed to the dialogue on- [EMAIL PROTECTED] Virtual host config: Hi My Apache2 runs on Unix (Freebsd) with httpd.conf including ServerRoot /usr/local DocumentRoot

Re: I had to make some symlinks for Flash to work on 6.0-Beta4.

2005-09-07 Thread Igor Robul
WOB wrote: I had to make 3-4 symlinks to get Flash to work with Firefox on FreeBSD 6.0-B4 Instead of making symlinks, you may consider using libmap.conf (5) These are the commands I entered: cd /usr/lib ln -s libstdc++.so.5 libstdc++.so.4 cd /lib ln -s libm.so.4 libm.so.3 ln

iconv() in PHP returns 'Unknown error 0'

2005-09-07 Thread Toomas Aas
Hello! I am managing a FreeBSD 4.11 server which is currently running PHP 4.3.11. The server was originally installed in 2003 with an older version of PHP and libiconv 1.8. All software has been installed from FreeBSD ports. Over the time PHP has been upgraded several times, but libiconv

Makefile error when update

2005-09-07 Thread zlatozar
Hi all, Last night I tried to update my FreeBSD system. After cvsup I run portupgrade -varRp. See error message: Segmentation fault (core dumped) libbonoboui-2.10.1: Makefile error: category x11-toolkits not in list of valid categories. *** Error code 1 How I can fix this problem? Thanks in

RE: FreeBSD v6

2005-09-07 Thread Chris St Denis
http://www.osnews.com/story.php?news_id=10951 http://www.freebsd.org/releases/6.0R/todo.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gerard Seibert Sent: Tuesday, September 06, 2005 5:11 AM To: freebsd-questions@freebsd.org Subject: FreeBSD v6 I

Re: Makefile error when update

2005-09-07 Thread Yuan Jue
On Wednesday 07 September 2005 18:05, Yuan Jue wrote: Last night I tried to update my FreeBSD system. After cvsup I run portupgrade -varRp. See error message: Segmentation fault (core dumped) libbonoboui-2.10.1: Makefile error: category x11-toolkits not in list of valid categories. ***

Re: Repairing kernel not found

2005-09-07 Thread Giorgos Keramidas
On 2005-09-06 19:34, Frederick N. Brier [EMAIL PROTECTED] wrote: More info. If I ls either before or after setting the bootpath or module_path environment variables, the response is: open '/' failed: no such file or directory. The load kernel command returns: can't file 'kernel'. Do I need

How to disable debugging in userland?

2005-09-07 Thread Axel . Gruner
Hi, i know how to disable debugging for the kernel in 6.0, but how do i disable debugging for the userland? So is ln -s 'aj' malloc.conf the right choice (i did this with an early 5.x). Thanks in advance. asg ___ freebsd-questions@freebsd.org

Re: How to disable debugging in userland?

2005-09-07 Thread Giorgos Keramidas
On 2005-09-07 13:03, [EMAIL PROTECTED] wrote: i know how to disable debugging for the kernel in 6.0, but how do i disable debugging for the userland? So is ln -s 'aj' malloc.conf the right choice (i did this with an early 5.x). Userland programs are not installed with debugging information

Re: Makefile error when update

2005-09-07 Thread zlatozar
I haven't backup( or I never restore from backup). Any ideas ? On 9/7/05, Yuan Jue [EMAIL PROTECTED] wrote: On Wednesday 07 September 2005 18:05, Yuan Jue wrote: Last night I tried to update my FreeBSD system. After cvsup I run portupgrade -varRp. See error message: Segmentation

Antwort: Re: How to disable debugging in userland?

2005-09-07 Thread Axel . Gruner
Hi, thanks for the quick reply. Userland programs are not installed with debugging information by default. You have to specifically request that debugging *is* enabled, instead (by setting DEBUG_FLAGS either in your environment or in your /etc/make.conf file) and rebuild. But

Re: Makefile error when update

2005-09-07 Thread Yuan Jue
On Wednesday 07 September 2005 19:32, zlatozar wrote: I haven't backup( or I never restore from backup). Any ideas ? Can you install libbonoboui-2.10.1 from port directly? see if this will solve the problem. Last night I tried to update my FreeBSD system. After cvsup I run portupgrade

Re: Antwort: Re: How to disable debugging in userland?

2005-09-07 Thread Giorgos Keramidas
On 2005-09-07 13:40, [EMAIL PROTECTED] wrote: Userland programs are not installed with debugging information by default. You have to specifically request that debugging *is* enabled, instead (by setting DEBUG_FLAGS either in your environment or in your /etc/make.conf file) and rebuild. But

NDAS or iSCSI

2005-09-07 Thread Ansar Mohammed
Is there a mature implementation of either iSCSI targets or NDAS (Ximeta) for FreeBSD? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Compiling for the first time (more or less)

2005-09-07 Thread RW
On Tuesday 06 September 2005 23:48, Derrill Guilbert wrote: So, my next question is, how does one know that the wonderful and brilliant FreeBSD port squad already took care of things like this? I assume that it is documented somewhere, but I didn't see it on the description page for the port.

Cups causing Xwindows to abnormally exit.

2005-09-07 Thread Boris Karloff
Hello All: I just finished installing CUPS on my freeBSD 5.4, and everything seemed to go correctly. I can print a test page just fine. I can see the printer in a browser (http://localhost:631/admin); it seems to be correct. When I try to print a page in Xwindows, Xwindows abnormally exits.

Re: [PHP] iconv() in PHP returns 'Unknown error 0'

2005-09-07 Thread Toomas Aas
Toomas Aas wrote: - ?php echo iconv(ISO-8859-1, UTF-8, This is a test.); ? - When I load this script via the browser, PHP outputs nothing. I have error logging set to file only, and in the

Re: Sendmail not using aliases

2005-09-07 Thread Giorgos Keramidas
## Redirected to freebsd-questions from freebsd-hackers. On 2005-09-07 06:35, Steve Suhre [EMAIL PROTECTED] wrote: I'm upgrading a server and have sendmail 8.13.1 installed. I've moved the aliases and virtusertable files over and have run makemap and newaliases. Sendmail has been complaining

Makefile woes

2005-09-07 Thread Nils Vogels
Hi there ! I'm trying to write a Makefile and it's my first time writing a bit more complex one .. I seem to be stuck and examples currently are not very helpful, so I thought I'd try here: What I am trying to do is differ the way of building depending if a variable has been defined, my current

FDISK cannot write

2005-09-07 Thread Frank Bonnet
Hello I'm trying to add a partition to an existing disk at 5.4-R on a HP XW 4200 (SATA) FDSIK fail with an error message cannot write ... The bizarre thing is I have installed this machine from CDROM and partitionning the disk was OK ... any idea on what happen ? Thanks a lot. --

IPFW

2005-09-07 Thread Grant Peel
Hi all, After pouring through the manual and manpages, I suspect the answer is now, but I would really love to be wrong! Is there a way to count bytes inbound and outbound for a specific ip using ipfw in a SINGLE RULE? 1 count ip from 192.168.1.2 OR to 192.168.1.2 via em0 I know that

RE: phpbb installation

2005-09-07 Thread Denny Jodeit
On Tuesday 06 September 2005 20:42, the author Vizion contributed to the dialogue on- phpbb installation: Hi I am just trying to work out the configuration options for usr/ports/www/phpbb. Does anyone habe any ideas on a good to install phpbb on a server with a number of

Re: FDISK cannot write

2005-09-07 Thread Jerry McAllister
Hello I'm trying to add a partition to an existing disk at 5.4-R on a HP XW 4200 (SATA) FDSIK fail with an error message cannot write ... The bizarre thing is I have installed this machine from CDROM and partitionning the disk was OK ... any idea on what happen ? At what point

Re: Sendmail not using aliases

2005-09-07 Thread Steve Suhre
No, just a generic DSN: Data format error. The bounced message just says user unknown. If I rebuild the aliases and virtusertable db's I get nothing but new db files, no errors. No errors of any kind in the log files when sendmail starts during boot. Giorgos Keramidas wrote: ##

Re: Repairing kernel not found

2005-09-07 Thread Frederick N. Brier
What is odd is that the machine booted FreeBSD perfectly at least 5-6 times before I ran into the weird ps error and then it would not boot. I still need to figure out what caused the problem in the first place. For the moment, is there a way to reinstall just the core 5.4 kernel

Re: Makefile woes

2005-09-07 Thread Giorgos Keramidas
On 2005-09-07 15:21, Nils Vogels [EMAIL PROTECTED] wrote: Hi there ! I'm trying to write a Makefile and it's my first time writing a bit more complex one .. I seem to be stuck and examples currently are not very helpful, so I thought I'd try here: What I am trying to do is differ the way of

Re: Repairing kernel not found

2005-09-07 Thread Giorgos Keramidas
On 2005-09-07 09:51, Frederick N. Brier [EMAIL PROTECTED] wrote: What is odd is that the machine booted FreeBSD perfectly at least 5-6 times before I ran into the weird ps error and then it would not boot. I still need to figure out what caused the problem in the first place. For the

Re: Sendmail not using aliases

2005-09-07 Thread Giorgos Keramidas
On 2005-09-07 07:50, Steve Suhre [EMAIL PROTECTED] wrote: No, just a generic DSN: Data format error. The bounced message just says user unknown. If I rebuild the aliases and virtusertable db's I get nothing but new db files, no errors. No errors of any kind in the log files when sendmail

Re: dhcrelay is setting the relay ip address wrong

2005-09-07 Thread Lowell Gilbert
Ihsan Dogan [EMAIL PROTECTED] writes: Hello, I'm running a small router/firewall on a FreeBSD 5.4 system. This machine should also act as a DHCP gateway. For the dhcp relay, I'm using ISC's dhcrelay (from Ports isc-dhcp3-relay-3.0.3). The Interfaca and network configuration: hme0:

Re: Trouble with RPM port

2005-09-07 Thread Lowell Gilbert
Frederico Franzosi [EMAIL PROTECTED] writes: I'm having some strange troubles with RPM port, I already tried to cvsup, but the error is still there could anybody get the solution from that output: === Configuring for rpm-3.0.6_10 ./configure: 123: Syntax error: word

Re: Makefile error when update

2005-09-07 Thread zlatozar
YES. I can install it directly. Thank you On 9/7/05, Yuan Jue [EMAIL PROTECTED] wrote: On Wednesday 07 September 2005 19:32, zlatozar wrote: I haven't backup( or I never restore from backup). Any ideas ? Can you install libbonoboui-2.10.1 from port directly? see if this will solve

Re: dhcrelay is setting the relay ip address wrong

2005-09-07 Thread Ihsan Dogan
On Wednesday, 07 Sep 2005 10:06 -0400, Lowell Gilbert wrote: Did I something wrong? A bug? The relay agent is acting exactly the way it should. When it gets a DHCP request in from a client, it uses its own address ON THE CLIENT'S NETWORK for the relay agent address. This way, the DHCP

Re: NDAS or iSCSI

2005-09-07 Thread Dan Nelson
In the last episode (Sep 06), Ansar Mohammed said: Is there a mature implementation of either iSCSI targets or NDAS (Ximeta) for FreeBSD? There were at least two attempts at an iSCSI driver, but neither ended up releasing anything. ximeta's web site says NDAS is patented, but it looks similar

port scanning and hidden servers

2005-09-07 Thread Boris Karloff
Hello: I have a user on my network with a Linux box that is performing a port scan on all the computers in my network manually. He's doing this 'because he can'. Although I've asked him not to, he continues to do so. 1) How can I block or inhibit port scans launched against my freeBSD servers

/usr/ports/INDEX-5 and INDEX-6

2005-09-07 Thread bob self
I'm trying FreeBSD 6.0 I'm updating the ports this way: cd /usr/ports portsnap fetch portsnap update make fetchindex portsdb -u I see in /usr/ports that there is an INDEX-5 and an INDEX-6 plus an INDEX. Why am I getting an INDEX-5 if I'm running version 6? Bob

Re: port scanning and hidden servers

2005-09-07 Thread Mike Hernandez
If you ask him not to do so, then you know who he is, correct? The best way to prevent him from continuing is to deny him access to the network. AFAIK there is no way to block a scan, though you could close ports and otherwise secure your systems so that the scans won't produce any helpful

RE: port scanning and hidden servers

2005-09-07 Thread Joshua Weaver
google up arp-sk, use it to modify the arp tables in switch and play with him a bit :) -Joshua -Original Message- From: [EMAIL PROTECTED] [mailto:owner-freebsd- [EMAIL PROTECTED] On Behalf Of Mike Hernandez Sent: Wednesday, September 07, 2005 10:26 AM To: [EMAIL PROTECTED] Subject:

RE: port scanning and hidden servers

2005-09-07 Thread Denny Jodeit
Hello: I have a user on my network with a Linux box that is performing a port scan on all the computers in my network manually. He's doing this 'because he can'. Although I've asked him not to, he continues to do so. 1) How can I block or inhibit port scans launched against my

Re: port scanning and hidden servers

2005-09-07 Thread Erik Norgaard
Boris Karloff wrote: I have a user on my network with a Linux box that is performing a port scan on all the computers in my network manually. He's doing this 'because he can'. Although I've asked him not to, he continues to do so. 1) How can I block or inhibit port scans launched against my

Re: port scanning and hidden servers

2005-09-07 Thread Bart Silverstrim
On Sep 7, 2005, at 11:30 AM, Denny Jodeit wrote: Hello: I have a user on my network with a Linux box that is performing a port scan on all the computers in my network manually. He's doing this 'because he can'. Although I've asked him not to, he continues to do so. 1) How can I block or

Re: php --with apache error log

2005-09-07 Thread Kevin Kinsey
Vizion wrote: I tried changing to : extension_dir = //usr/local/lib/php/20041030 but that made no difference --still got the same error: Unknown(0) : Warning - PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20041030-debug/pcre.so' - Cannot open

RE: port scanning and hidden servers

2005-09-07 Thread Gayn Winters
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Boris Karloff Sent: Wednesday, September 07, 2005 8:19 AM I have a user on my network with a Linux box that is performing a port scan on all the computers in my network manually. He's doing this

Standalone FTP server for installs.

2005-09-07 Thread Peter B
I have written an ftp server in perl to aid with installations over ftp. http://www.ludd.luth.se/~pb/perlftp3.pl Do like this: If your release is located in /path_to_relases/5.4-RELEASE on 10.0.0.99 Type on your 10.0.0.99 freebsd machine: perlftp3.pl /path_to_relases 12000 Then

about ip.h

2005-09-07 Thread alicornio
hello all i have a problem when i try to compile a code. this is the error: in file included from packetCreate.c:5: /usr/include/netinet/ip.h:160: error: systax error before n_long /usr/include/netinet/ip.h:163: error: systax error before n_long then searching in the ip.h i change n_long

Re: about ip.h

2005-09-07 Thread Giorgos Keramidas
On 2005-09-07 13:50, alicornio [EMAIL PROTECTED] wrote: Content-Description: Mail message body hello all i have a problem when i try to compile a code. this is the error: in file included from packetCreate.c:5: /usr/include/netinet/ip.h:160: error: systax error before n_long

configuring xterm

2005-09-07 Thread Rem Roberti
I am a new user, have FreeBSD 5.4 up and running, and am very grateful to be rid of the blue screen of death. I'm going to have a bunch of questions, but first things first: 1) When I start X three xterm windows appear. Can I configure it so that only one appears? 2) The font size in the

Re: php --with apache error log

2005-09-07 Thread Vizion
On Wednesday 07 September 2005 08:54, the author Kevin Kinsey contributed to the dialogue on- Re: php --with apache error log: Vizion wrote: I tried changing to : extension_dir = //usr/local/lib/php/20041030 but that made no difference --still got the same error: Unknown(0) : Warning - PHP

Re: phpbb installation

2005-09-07 Thread Vizion
On Wednesday 07 September 2005 06:36, the author Denny Jodeit contributed to the dialogue on- RE: phpbb installation: On Tuesday 06 September 2005 20:42, the author Vizion contributed to the dialogue on- phpbb installation: Hi I am just trying to work out the configuration options

Re: Strange case of filesystem corruption?

2005-09-07 Thread Kris Kennaway
On Tue, Sep 06, 2005 at 10:19:30AM -0500, Eric Anderson wrote: Robert Watson wrote: On Tue, 6 Sep 2005, Mikhail Teterin wrote: On Tuesday 06 September 2005 06:51 am, Robert Watson wrote: = Have you recently experienced a system crash or hard reboot without proper = shutdown? According

Re: about ip.h

2005-09-07 Thread alicornio
Thanks Giorgos work very well :-) thiago_cabeludo On 2005-09-07 13:50, alicornio wrote: Content-Description: Mail message body hello all i have a problem when i try to compile a code. this is the error: in file included from packetCreate.c:5: /usr/include/netinet/ip.h:160:

Re: /usr/ports/INDEX-5 and INDEX-6

2005-09-07 Thread Kris Kennaway
On Wed, Sep 07, 2005 at 11:19:57AM -0400, bob self wrote: I'm trying FreeBSD 6.0 I'm updating the ports this way: cd /usr/ports portsnap fetch portsnap update make fetchindex portsdb -u I see in /usr/ports that there is an INDEX-5 and an INDEX-6 plus an INDEX. Why am I

Re: configuring xterm

2005-09-07 Thread Giorgos Keramidas
On 2005-09-07 10:28, Rem Roberti [EMAIL PROTECTED] wrote: I am a new user, have FreeBSD 5.4 up and running, and am very grateful to be rid of the blue screen of death. I'm going to have a bunch of questions, but first things first: 1) When I start X three xterm windows appear. Can I

Re: Strange case of filesystem corruption?

2005-09-07 Thread Eric Anderson
Kris Kennaway wrote: On Tue, Sep 06, 2005 at 10:19:30AM -0500, Eric Anderson wrote: Robert Watson wrote: On Tue, 6 Sep 2005, Mikhail Teterin wrote: On Tuesday 06 September 2005 06:51 am, Robert Watson wrote: = Have you recently experienced a system crash or hard reboot without proper =

Re: /usr/ports/INDEX-5 and INDEX-6

2005-09-07 Thread bob self
Kris Kennaway wrote: On Wed, Sep 07, 2005 at 11:19:57AM -0400, bob self wrote: I'm trying FreeBSD 6.0 I'm updating the ports this way: cd /usr/ports portsnap fetch portsnap update make fetchindex portsdb -u I see in /usr/ports that there is an INDEX-5 and an INDEX-6 plus an INDEX.

Re: configuring xterm

2005-09-07 Thread Roland Smith
On Wed, Sep 07, 2005 at 10:28:32AM -0700, Rem Roberti wrote: I am a new user, have FreeBSD 5.4 up and running, and am very grateful to be rid of the blue screen of death. I'm going to have a bunch of questions, but first things first: 1) When I start X three xterm windows appear. Can I

Sweex 5.1 soundcard-troiubles

2005-09-07 Thread Frans-Jan v. Steenbeek
Hi all, I asked this question on freebsd-multimedia at first, but I think that was the wrong list to ask. So I'm asking it here again, if you don't mind. As a side note: I´m not subscribed to the list, so you might want to CC me. Thanks. I just bought a Sweex 5.1 soundcard since my onboard-sound

Re: /usr/ports/INDEX-5 and INDEX-6

2005-09-07 Thread Kris Kennaway
On Wed, Sep 07, 2005 at 02:19:06PM -0400, bob self wrote: Kris Kennaway wrote: On Wed, Sep 07, 2005 at 11:19:57AM -0400, bob self wrote: I'm trying FreeBSD 6.0 I'm updating the ports this way: cd /usr/ports portsnap fetch portsnap update make fetchindex portsdb -u I

Re: Trouble with RPM port

2005-09-07 Thread Frederico Franzosi
On 07 Sep 2005 10:10:36 -0400, Lowell Gilbert [EMAIL PROTECTED] wrote: Frederico Franzosi [EMAIL PROTECTED] writes: I'm having some strange troubles with RPM port, I already tried to cvsup, but the error is still there could anybody get the solution from that output:

Re: FDISK cannot write

2005-09-07 Thread Björn König
Frank Bonnet wrote: I'm trying to add a partition to an existing disk at 5.4-R on a HP XW 4200 (SATA) FDSIK fail with an error message cannot write ... The bizarre thing is I have installed this machine from CDROM and partitionning the disk was OK ... Set kern.geom.debugflags=16 with sysctl

Re: phpbb installation

2005-09-07 Thread Kevin Kinsey
Vizion wrote: No debug needed.. Next time try Google..you'd have found this: http://www.phpbb.com/phpBB/ I had tried that before I posted -- and have put a forum question -- so maybe I will get an answer from there thanks david Happy Motoring, D Like

dns resolutions -- again

2005-09-07 Thread Jerod Prothe
Hello all, I contacted this list a few weeks ago (got good responses - thanks) but now it seems that other domains are still not getting refreshed. I set my zone file refresh at 20m. Why is it that our domain (usd217.org) gets recognized by other domains (example: acck.edu) but not by my isp

phpbb - install.php script blank screen

2005-09-07 Thread Vizion
Copy of problem report to phpbb forum.. Does anyone have any ideas? URL:http://localhost/phpBB2/install/install.php Template(s) used:n/a Any and all MODs: none Do you use a port of phpBB:Freebsd Version of phpBB:phpbb-2.0.17 Version of PHP: php5-5.0.4_2PHP Scripting Language (Apache

Re: phpbb installation

2005-09-07 Thread Vizion
On Wednesday 07 September 2005 11:22, the author bob self contributed to the dialogue on- Re: phpbb installation: Vizion wrote: ... Here are some recent notes that I made about installing phpBB2 on 5.4: Here's the procedure for creating multiple forums. 1. get a copy of phpBB-2.0.17.zip

Re: configuring xterm

2005-09-07 Thread Gary W. Swearingen
Rem Roberti [EMAIL PROTECTED] writes: 2) The font size in the xterm window is quite small. How do I change the font size? A quick but temporary way not yet mentioned is to press ctrl and then drag pointer-button-1 to select a new size. Try the other two buttons too.

Re: Sendmail not using aliases

2005-09-07 Thread Glenn Dawson
At 06:50 AM 9/7/2005, Steve Suhre wrote: No, just a generic DSN: Data format error. The bounced message just says user unknown. If I rebuild the aliases and virtusertable db's I get nothing but new db files, no errors. No errors of any kind in the log files when sendmail starts during boot.

What is 6.0-BETA4?

2005-09-07 Thread Gary W. Swearingen
That is, what event created it and, if it is a changing thing, what event will cause it to stop changing? I'm guessing from the announcement which says that one can get it from from the RELENG_6 CVS branch, that it is a generic name for any OS made from RELENG_6 between its announcement and the

Re: FDISK cannot write

2005-09-07 Thread Glenn Dawson
At 06:29 AM 9/7/2005, Frank Bonnet wrote: Hello I'm trying to add a partition to an existing disk at 5.4-R on a HP XW 4200 (SATA) FDSIK fail with an error message cannot write ... The bizarre thing is I have installed this machine from CDROM and partitionning the disk was OK ... any idea on

Fwd: freebsd on memory card

2005-09-07 Thread Damon Blom
Hi Still no go. will boot (very slowly) from external usb hard drive. da0 maxtor scsi -0 device 194481 mb will not boot da1 hp digital drive 976 mb (whole disk) da1s1a / da1s1d /usr I disabled hitachi drive and external maxtor

Re: What is 6.0-BETA4?

2005-09-07 Thread Kris Kennaway
On Wed, Sep 07, 2005 at 01:03:35PM -0700, Gary W. Swearingen wrote: That is, what event created it and, if it is a changing thing, what event will cause it to stop changing? I'm guessing from the announcement which says that one can get it from from the RELENG_6 CVS branch, that it is a

Interests in *BSD

2005-09-07 Thread Maxime Paquin
Hello, I am part of a LUG or Linux Users Group at my school. Our goal is to help spread free and open source software and operating systems. We are also doing some kind of demonstrations where we install *Nix distributions and show how to use them. The point is, we don't have broadband access

Re: Interests in *BSD

2005-09-07 Thread Glenn Dawson
At 04:13 PM 9/7/2005, Maxime Paquin wrote: Hello, I am part of a LUG or Linux Users Group at my school. Our goal is to help spread free and open source software and operating systems. We are also doing some kind of demonstrations where we install *Nix distributions and show how to use them. The

Re: Interests in *BSD

2005-09-07 Thread Mark Kane
Glenn Dawson wrote: At 04:13 PM 9/7/2005, Maxime Paquin wrote: Hello, I am part of a LUG or Linux Users Group at my school. Our goal is to help spread free and open source software and operating systems. We are also doing some kind of demonstrations where we install *Nix distributions and

Thanks...

2005-09-07 Thread Rem Roberti
Thanks to all that answered my questions about xterm. One more question and then I'll quit for the day. I have created a cvsupfile to use with cvsup, and it contains a docs-all line, which is used to update the doc repository. However, both of the books that I have on FreeBSD state that the

RE: Interests in *BSD

2005-09-07 Thread Gayn Winters
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Maxime Paquin Sent: Wednesday, September 07, 2005 4:14 PM To: freebsd-questions@freebsd.org Subject: Interests in *BSD Hello, I am part of a LUG or Linux Users Group at my school. Our goal

Re: Thanks...

2005-09-07 Thread Giorgos Keramidas
On 2005-09-07 17:29, Rem Roberti [EMAIL PROTECTED] wrote: Thanks to all that answered my questions about xterm. One more question and then I'll quit for the day. I have created a cvsupfile to use with cvsup, and it contains a docs-all line, which is used to update the doc repository.

OT: Review of An Illustrated Guide to IPSec?

2005-09-07 Thread Parv
To this IPSec ignorant but quite interested in the subject, this seems like a good reference ... http://www.unixwiz.net/techtips/iguide-ipsec.html To those who are versed in the topic, how does it look? - Parv -- ___

Re: Thanks...

2005-09-07 Thread Rem Roberti
Giorgos Keramidas wrote: On 2005-09-07 17:29, Rem Roberti [EMAIL PROTECTED] wrote: Thanks to all that answered my questions about xterm. One more question and then I'll quit for the day. I have created a cvsupfile to use with cvsup, and it contains a docs-all line, which is used to

Re: OT: Review of An Illustrated Guide to IPSec?

2005-09-07 Thread Tom Norris
Parv wrote: To this IPSec ignorant but quite interested in the subject, this seems like a good reference ... http://www.unixwiz.net/techtips/iguide-ipsec.html To those who are versed in the topic, how does it look? I'm not very versed in the topic of ipsec, but this definately looks like

Graceful restart request to Apache2 leading to seg fault

2005-09-07 Thread Graeme
I've seen something similar in the list archives from 2003, but it seems to be back (for me at least). I'm running FreeBSD 5.3 with: Apache/2.0.54 (FreeBSD) PHP/4.4.0 mod_ssl/2.0.54 OpenSSL/0.9.7g and on stopping Apache with SIGTERM I get: httpd in free(): error: junk pointer, too

Re: Thanks...

2005-09-07 Thread Giorgos Keramidas
On 2005-09-07 18:08, Rem Roberti [EMAIL PROTECTED] wrote: Giorgos Keramidas wrote: To tell you exactly where the doc sources have gone, we have to see the supfile though. *default tag=RELENG_5_4_0_RELEASE *default host=cvsup1.FreeBSD.org *default base=/var/db *default prefix=/home/ncvs

Re: Thanks...

2005-09-07 Thread Rem Roberti
Giorgos Keramidas wrote: On 2005-09-07 18:08, Rem Roberti [EMAIL PROTECTED] wrote: Giorgos Keramidas wrote: To tell you exactly where the doc sources have gone, we have to see the supfile though. *default tag=RELENG_5_4_0_RELEASE *default host=cvsup1.FreeBSD.org *default

Re: Thanks...

2005-09-07 Thread Beecher Rintoul
On Wednesday 07 September 2005 05:08 pm, Rem Roberti wrote: Giorgos Keramidas wrote: On 2005-09-07 17:29, Rem Roberti [EMAIL PROTECTED] wrote: Thanks to all that answered my questions about xterm. One more question and then I'll quit for the day. I have created a cvsupfile to use with

Re: dns resolutions -- again

2005-09-07 Thread Norberto Meijome
Jerod Prothe wrote: Hello all, hey there I contacted this list a few weeks ago (got good responses - thanks) but now it seems that other domains are still not getting refreshed. What evidence have you got to support this assumption? I set my zone file refresh at 20m. Why is it that our

rc.conf doesn't work after FreeBSD was updated from 5.3 to 5.4

2005-09-07 Thread jia liu
Sir: 1. I delete my src directory on 5.3-release(rm -fr) and was going to update to 5.4-release via source tree. 2. after cvsup, then buildworld, buildkernel, installkernel; finaly mergemaster, installworld on single user model. It seem everything is okay. 3. the problem happen after reboot. It

Re: Interests in *BSD

2005-09-07 Thread Steve Quinn
--- Maxime Paquin [EMAIL PROTECTED] wrote: Hello, I am part of a LUG or Linux Users Group at my school. Our goal is to help spread free and open source software and operating systems. We are also doing some kind of demonstrations where we install *Nix distributions and show how to use

Re: rc.conf doesn't work after FreeBSD was updated from 5.3 to 5.4

2005-09-07 Thread Norberto Meijome
jia liu wrote: Sir: 1. I delete my src directory on 5.3-release(rm -fr) and was going to update to 5.4-release via source tree. 2. after cvsup, then buildworld, buildkernel, installkernel; finaly mergemaster, installworld on single user model. It seem everything is okay. 3. the problem

Re: Interests in *BSD

2005-09-07 Thread Yuan Jue
On Thursday 08 September 2005 10:40, Steve Quinn wrote: Hi Maxime I'm from Toronto, Canada. It wouldn't take much effort for me to create/send you a few CD's. How about FreeBSD 4.11 and 5.4? I found DesktopBSD (http://www.desktopbsd.net/) pretty slick as well. It would be cool to throw that

Re: Thanks...

2005-09-07 Thread Beecher Rintoul
On Wednesday 07 September 2005 06:33 pm, Rem Roberti wrote: Beecher Rintoul wrote: On Wednesday 07 September 2005 05:08 pm, Rem Roberti wrote: Giorgos Keramidas wrote: On 2005-09-07 17:29, Rem Roberti [EMAIL PROTECTED] wrote: Thanks to all that answered my questions about xterm. One more

pppoe session in wrong state

2005-09-07 Thread Tang Ho Yim
I just install FreeBSD 5.4 i386, follow the handbook and setup the pppoe internet connection. It seem ok but when I ppp -ddial profile, I got some error messages session in wrong state. The ppp.conf rc.conf just as same as the handbook, so anyone get the idea what is it ? Thanks !

Re: rc.conf doesn't work after FreeBSD was updated from 5.3 to 5.4

2005-09-07 Thread Norberto Meijome
jia liu wrote: --- Norberto Meijome [EMAIL PROTECTED]写道: [...] please copy the list so others can help and the solution archived for others to see. Here is my rc.conf: #--sysinstall generated deltas--# Thu Sep 8 2005 ifconfig_dc0:inet 192.168.0.3 netmask 255.255.255.0 looks ok to me

i want to know

2005-09-07 Thread abik no
i have some problem here. i want to know how grafic card transfer picture, video or anything from that grafic card to the monitor. it's important to me to know that. - Click here to donate to the Hurricane Katrina relief effort.

Odd SU output?

2005-09-07 Thread Chris St Denis
While being away from work for a week, some odd output appeared on my su comment. %su otp-md5 497 pe2119 ext Password: Has my server been rooted or something? Or did I (or somebody else) just change some configuration variable? ___