Re: Torrent Program

2005-09-04 Thread Garrett Cooper


On Sep 5, 2005, at 2:31 PM, christophe ollier wrote:


Le 20/01/2005 13:25, Warren a écrit :

Im chasing a GUI Torrent program that will allow multiple  
downloads of torrents without having to re-open the d/l program  
for each new torrent.  If anyone knows of such a program please  
let me know(not QTorrent)




You can try ports/net/mldonkey. It comes in different flavours :  
with or without GUI. You can install it without GUI (mldonkey- 
core), and then use another software as graphical interface, or the  
integrated telnet/web server to control it.


MLDonkey lets you use different p2p protocols in addition to  
bittorrent. , as ed2k/kademlia, gnutella, fasttrack...


There's also overnet as well as mldonkey. However, the problem  
is that many non-standard clients are seen as bad clients by servers  
and I assume the same applies for trackers, so I would assume that if  
there isn't anything being done for the trackers yet, there may be  
something done in the future to prevent them from using the tracker  
since they don't follow the prescribed rules for connecting/downloading.

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


postfix as nullclient on 5.4

2005-09-04 Thread dave
Hello,
I've got a central mailserver, and four machines acting as nullclients.
Their only job is to send the central server emails of cron output. This
isn't working, logs on the clients show nothing, the message just
disappears, it's like it doesn't enter the queue. I'm assuming i have a
configuration issue. Here's my config, i'd appreciate any suggestions.
Thanks.
Dave.

main.cf:
queue_directory = /var/spool/postfix
command_directory = /usr/local/sbin
daemon_directory = /usr/local/libexec/postfix
mail_owner = postfix
default_privs = nobody
myhostname = host1.example.net
mydomain = example.net
myorigin = $myhostname
relayhost = mailserver.example.net
#alias_maps = hash:/usr/local/etc/postfix/aliases
#alias_database = hash:/usr/local/etc/postfix/aliases
sendmail_path = /usr/local/sbin/sendmail
newaliases_path = /usr/local/bin/newaliases
mailq_path = /usr/local/bin/mailq
setgid_group = maildrop
manpage_directory = /usr/local/man
sample_directory = /usr/local/etc/postfix
readme_directory = no
local_transport = error:local delivery on this system is disabled

master.cf:
# ==
#smtp  inet  n   -   y   -   -   smtpd
#submission inet n  -   y   -   -   smtpd
# -o smtpd_etrn_restrictions=reject
# -o smtpd_client_restrictions=permit_sasl_authenticated,reject
#smtpsinet  n   -   y   -   -   smtpd
#  -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes
#submission   inetn   -   y   -   -   smtpd
#  -o smtpd_etrn_restrictions=reject
#  -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes
#628  inet  n   -   y   -   -   qmqpd
pickupfifo  n   -   y   60  1   pickup
cleanup   unix  n   -   y   -   0   cleanup
qmgr  fifo  n   -   y   300 1   qmgr
#qmgr fifo  n   -   y   300 1   oqmgr
#tlsmgrunix  -   -   y   1000?   1   tlsmgr
rewrite   unix  -   -   y   -   -   trivial-rewrite
bounceunix  -   -   y   -   0   bounce
defer unix  -   -   y   -   0   bounce
trace unix  -   -   y   -   0   bounce
verifyunix  -   -   y   -   1   verify
flush unix  n   -   y   1000?   0   flush
#proxymap  unix  -   -   n   -   -   proxymap
smtp  unix  -   -   y   -   -   smtp
# When relaying mail as backup MX, disable fallback_relay to avoid MX loops
#relay unix  -   -   y   -   -   smtp
 #-o fallback_relay=
#   -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
showq unix  n   -   y   -   -   showq
error unix  -   -   y   -   -   error
discard   unix  -   -   y   -   -   discard
local unix  -   n   n   -   -   local
#virtual   unix  -   n   n   -   -   virtual
#lmtp  unix  -   -   y   -   -   lmtp
#anvil unix  -   -   y   -   1   anvil
#scache   unix - - y - 1 scache

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


Re: Torrent Program

2005-09-04 Thread christophe ollier

Le 20/01/2005 13:25, Warren a écrit :
Im chasing a GUI Torrent program that will allow multiple downloads of 
torrents without having to re-open the d/l program for each new torrent.  If 
anyone knows of such a program please let me know(not QTorrent)


You can try ports/net/mldonkey. It comes in different flavours : with or 
without GUI. You can install it without GUI (mldonkey-core), and then 
use another software as graphical interface, or the integrated 
telnet/web server to control it.


MLDonkey lets you use different p2p protocols in addition to bittorrent. 
, as ed2k/kademlia, gnutella, fasttrack...


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


Re: Optimizing FreeBSD

2005-09-04 Thread Z.C.B.
On Sun, 04 Sep 2005 18:19:12 -0500
jesse <[EMAIL PROTECTED]> wrote:

> Hi all,
> 
> Is there any performance gain when using Standard-PC HAL over
> ACPI-PC HAL? I'm running FreeBSD 5.4-STABLE on a abit KR7A(KT266A)
> motherboard. I currently have APIC disabled in the bios, ACPI
> disabled at boot and I feel like my system is snappier. Just
> wondering if there is any truth to this.

I've not noticed any difference with ACPI on or off. I just leave it
on so I have access to the features it provides.
Make sure hw.acpi.cpu.cx_lowest is set to C1.

In the area of APIC I remember finding some devices on my system not
properly detecting with out it, on my Nforce2 board. No clue about
that chipset.

I've never any speed differences though.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD start problem

2005-09-04 Thread Vizion
On Sunday 04 September 2005 19:18,  the author 继林熊 contributed to the dialogue 
on-
 FreeBSD start problem: 

>When I try to start my FreeBSD 5.4 Release, I always get this error message:
>"init /bin/sh on /etc/rc terminated abnormally, going to single user
>mode.Enter full pathname of shell or RETURN for /bin/sh:"
>But when I try to input something(I don't know what I should
>input),get the following message:"can't exec ** for single user. Pid
>66 (csh), uid 0: exited on signal 10"
>
>What's the problem? and how do I fixed it?
>Thank you!
This may work

Hit any key as the loader comes up and select single user mode
now 
#fsck -f

My guess is that you have not down properly and your disc/discs need fixing
David
-- 
40 yrs navigating and computing in blue waters.
English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD start problem

2005-09-04 Thread Garrett Cooper

On Sep 5, 2005, at 11:18 AM, 继林熊 wrote:

When I try to start my FreeBSD 5.4 Release, I always get this error  
message:

"init /bin/sh on /etc/rc terminated abnormally, going to single user
mode.Enter full pathname of shell or RETURN for /bin/sh:"
But when I try to input something(I don't know what I should
input),get the following message:"can't exec ** for single user. Pid
66 (csh), uid 0: exited on signal 10"

What's the problem? and how do I fixed it?
Thank you!


That is an odd error.
Are you sure that the base system install completed  
successfully? Also, did you just upgrade recently or is this a new  
install?

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


FreeBSD start problem

2005-09-04 Thread 继林熊
When I try to start my FreeBSD 5.4 Release, I always get this error message:
"init /bin/sh on /etc/rc terminated abnormally, going to single user
mode.Enter full pathname of shell or RETURN for /bin/sh:"
But when I try to input something(I don't know what I should
input),get the following message:"can't exec ** for single user. Pid
66 (csh), uid 0: exited on signal 10"

What's the problem? and how do I fixed it?
Thank you!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: newbie to fbsd

2005-09-04 Thread RW
On Tuesday 30 August 2005 13:01, Mario Carugno wrote:
> Hi there, i am now a Debian user, but curious about FreeBSD. Here are some
> questions:
>  * I don't have a fast internet connection, so i have to get the CDROM
> distribution. The question is:
> ALL packages found in http://www.freebsd.org/ports/index.html are included
> in the CDROMs, or they have only some of them ?

The basics are there: kde, gnome, firefox etc, but  Open-office and the 
majority of the ports are not. 

>  * What's the difference between 5.4 and 4.11 releases ? 

For your purposes you either want 5.4, or to wait for 6.0 in a few weeks.

>  Why 4.11 CDROM distribution have 4 CDs and the later 5.4 have only 2 CDs ?

The downloadable disks on the FreeBSD site are 2-disk sets for both 4.x and 
5.x. I'm not quite sure what the status of 4.x, 4 disks sets are - it may 
have been a one-off experiment.

As in Gentoo the best way to maintain a FreeBSD system is through building 
from source through the ports system. That's why FreeBSD doesn't come with a 
pile of package disks, unlike debian.

It's perfectly feasable to use the ports system or remote package fetching 
with dial-up, I did it myself for a year or so.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: * Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade84798.26 make

2005-09-04 Thread Vizion
On Sunday 04 September 2005 18:14,  the author David Armour contributed to the 
dialogue on-
 * Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade84798.26 
make: 

>hello,
>
>trying to upgrade firefox port... from firefox-1.0.4,1 to
>firefox-1.0.6_4,1. using root shell in xfce4 in fbsd 5.3b6.
>
>gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla'
>gmake: *** [default] Error 2
>*** Error code 2
>Stop in /usr/ports/www/firefox.
>** Command failed [exit code 1]: /usr/bin/script
>-qa /tmp/portupgrade84798.26 make
>** Fix the problem and try again.
>
>would upgrading the portupgrade port (which  pkg_version -v |
>grep -i "<" did list for updating) 'fix the problem', or does
>the error message refer to a command within a script?
>
>any suggestions, pointers greatly appreciated. balance of error
>message follows:
>
>--->  Build of www/firefox ended at: Sun, 04 Sep 2005 17:33:16
>-0700 (consumed 00:13:04)
>--->  Upgrade of www/firefox ended at: Sun, 04 Sep 2005 17:33:16
>-0700 (consumed 00:13:04)
>--->  Listing the results (... !:failed)
>   ! www/firefox (firefox-1.0.4,1) (compiler error)
>--->  Packages processed: 0 done, 26 ignored, 0 skipped and 1
>failed
>--->  Session ended at: Sun, 04 Sep 2005 17:33:16 -0700 (consumed
>00:13:14
>
>what's a "compiler error"? the depth of my ignorance astonishes.
>
What were the lines before:
>gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla'
?
david

-- 
40 yrs navigating and computing in blue waters.
English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


/usr/ports/pdflib Version

2005-09-04 Thread Vizion
Hi

I note that from
http://www.pdflib.com/products/pdflib/download/index

there is a free version of:

PDFlib-6.0.2-FreeBSD5.tar.gz

Does anyone know if this a later version of /usr/ports/pdflib4 or is it an 
entirely different product?

In any case does anyone have any comments about this one and is there any 
reason not to put a copy in the ports tree?

david
-- 
40 yrs navigating and computing in blue waters.
English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


what tweaks for stable-supfile in RELENG_6 ? (update after initial install)

2005-09-04 Thread WOB



Hi,

I'm going to try in to install FreeBSD 6.0-Beta3, and am curious how I 
should tweak the stable-supfile. Actually I did an install from CD, I 
usually immediately update from the net after a CD install, so I can get 
the latest stuff.


When I installed 5.4 I made these changes to the stable-supfile:

 nano -w stable-supfile
   host = cvsup10.FreeBSD.org
   *default release=cvs tag=RELENG_5
   ports-all tag=.
   doc-all tag=.

For 6.0-Beta3, I plan to only change to RELENG_6, like this:

 nano -w stable-supfile
   host = cvsup10.FreeBSD.org
   *default release=cvs tag=RELENG_6
   ports-all tag=.
   doc-all tag=.

I thought I had read somewhere that I am not supposed to put the 
ports-all and doc-all lines in to the stable-supfile for 6.0, but I 
cannot find where I saw it.  I think some guy got ports from RELENG_7, 
or something like that (though I later read there is only set of ports).


Is it okay to put them in like this?
   ports-all tag=.
   doc-all tag=.


Thanks!



(below are my instructions I usually try to follow)

cd /usr/src
cp /usr/share/examples/cvsup/stable-supfile .
cp /usr/share/examples/cvsup/refuse .

nano -w stable-supfile
host = cvsup10.FreeBSD.org
*default release=cvs tag=RELENG_5
ports-all tag=.
doc-all tag=.

cvsup -g -L 2 stable-supfile

less UPDATING

make buildworld
make buildkernel KERNCONF=GENERIC
make installkernel

shutdown -r now
shutdown now
cd /usr/src
make installworld
mergemaster
delete hosts file
run MAKEDEV at end
shutdown -r now

portsdb -Uu

portversion -l "<"
portupgrade -arR
reboot



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


RE: Custom Build

2005-09-04 Thread Haulmark, Chris
Someone broke the silence: 



>> What I want to do is make a custom automated build for FreeBSD. 
>> Basically, create a build, burn it to CD-ROM, go stick it into a
>> server and it automatically configures to the correct hardware, auto
>> sets up the file system (1 hard drive per server) and then reboots. 
>> When it comes back up, I have a full functionaly customized FreeBSD
>> install. 

Sounds like Corporate roll out OS release that you are looking for.

>> 
>> The only interaction that should happen during the install, is
>> putting in the hostname, select static or dynamic ip and then [for
>> non-FreeBSD app] select to save to local or network drive.  I'm good
>> with perl/bash, etc, so I know how to create a script to automate
>> the install for our application. 

There's install.cfg in /usr/src for sysinstall to use to make things more
automatic for you in the menu system. 



>> The build I want to create would be a "mini-FreeBSD", just the
>> kernal, some basic programs and 1 non-FreeBSD application.  The only
>> port that would be open is for SSHD and all servers would sit behind
>> a firewall in there own seperate subnet (firewall only routes http
>> requests to upload data and incoming ssh connections). 
>> 

Sounds like a job for a net install.



>> 
>> Could someone point me in the right direction or to some
>> documentation or other resources? 
>> 

There are manpages on release(7) and plenty of documentations of creating cd
image releases in the handbook.

Chris Haulmark

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


Re: How should I partition 2 80 gig drives?

2005-09-04 Thread Giorgos Keramidas
On 2005-09-04 20:12, Robin Smith <[EMAIL PROTECTED]> wrote:
> bob self <[EMAIL PROTECTED]> writes:
> > I want to set up FreeBSD 5.4 Release to fully use 2 80 gig hard
> > drives. I'm not sure how I should set these up in disklabel editor.
> > I just want to use this as a general purpose machine.
>
> I would recommend putting /usr/local as well as /usr/home on their own
> partitions.  It greatly facilitates system upgrades if you have a large
> number of users and/or a great many installed ports.

tuning(7) has a good section on disk partitioning too, that may be of
interest.  I recently read it again, and I can say that a lot of what it
contains is still valid and useful, years after the initial manpage was
imported by Matt Dillon.

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


* Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade84798.26 make

2005-09-04 Thread David Armour
hello,

trying to upgrade firefox port... from firefox-1.0.4,1 to 
firefox-1.0.6_4,1. using root shell in xfce4 in fbsd 5.3b6.

gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla'
gmake: *** [default] Error 2
*** Error code 2
Stop in /usr/ports/www/firefox.
** Command failed [exit code 1]: /usr/bin/script 
-qa /tmp/portupgrade84798.26 make
** Fix the problem and try again.

would upgrading the portupgrade port (which  pkg_version -v | 
grep -i "<" did list for updating) 'fix the problem', or does 
the error message refer to a command within a script? 

any suggestions, pointers greatly appreciated. balance of error 
message follows:

--->  Build of www/firefox ended at: Sun, 04 Sep 2005 17:33:16 
-0700 (consumed 00:13:04)
--->  Upgrade of www/firefox ended at: Sun, 04 Sep 2005 17:33:16 
-0700 (consumed 00:13:04)
--->  Listing the results (... !:failed)
   ! www/firefox (firefox-1.0.4,1) (compiler error)
--->  Packages processed: 0 done, 26 ignored, 0 skipped and 1 
failed
--->  Session ended at: Sun, 04 Sep 2005 17:33:16 -0700 (consumed 
00:13:14

what's a "compiler error"? the depth of my ignorance astonishes.

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


Re: How should I partition 2 80 gig drives?

2005-09-04 Thread Robin Smith

bob self <[EMAIL PROTECTED]> writes:
> I want to set up FreeBSD 5.4 Release to fully use 2 80 gig hard drives. I'm 
> not sure how I
> should set these up in disklabel editor. I just want to use this as a general 
> purpose machine.

I would recommend putting /usr/local as well as /usr/home on
their own partitions.  It greatly facilitates system upgrades
if you have a large number of users and/or a great many installed
ports.  

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


Re: IPFW lockout.

2005-09-04 Thread James Bowman Sineath, III

Hi all,

I have a small problem on one of my dev boxes. I have a bod bootup ipfw 
rulset and I find myself locked out of the machine.


There will be a technician at the NOC on Tuesday that will be able to 
assist me.


My question is: Will he/she be able to simply reboot, logon as root as 
normal?


- and then -

disable IPFW in rc.conf ... or will the loopback rule not being present 
cause more mahem than I think it will?


-Grant


He should be able to login without any problems.

On another note, in the future whenever you make changes to your system that 
could potentially lock you out, use crontab to disable them after a short 
amount of time. For example, when I was reconfiguring sshd, I crontab'ed 
'killall sshd && sshd -f /root/sshd_config_old' and moved the default config 
file to my /root directory. Also when playing with my ipfw rules, I 
crontab'ed 'ipfw disable firewall' for every 15 minutes until I got it 
working the way I wanted too.


Be VERY careful with this though. Don't use it and then forget to remove the 
lines from your /etc/crontab. Remove them as soon as you get it configured 
the way you want too. This is obviously a serious security risk, so don't 
use it very often. If you are worried about disabling your firewall, then 
create a small ipfw script to deny all connections except from your IP 
address and crontab that instead of 'ipfw disable firewall'. Also keep in 
mind to enable your firewall again you will need to type 'ipfw enable 
firewall'.


Bow Sineath
Class of 2006, the Citadel
[EMAIL PROTECTED] - [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: IPFW lockout.

2005-09-04 Thread Aaron Peterson
On 9/4/05, Grant Peel <[EMAIL PROTECTED]> wrote:
> 
> Hi all,
> 
> I have a small problem on one of my dev boxes. I have a bod bootup ipfw
> rulset and I find myself locked out of the machine.
> 
> There will be a technician at the NOC on Tuesday that will be able to 
> assist
> me.
> 
> My question is: Will he/she be able to simply reboot, logon as root as
> normal?
> 
> - and then -
> 
> disable IPFW in rc.conf ... or will the loopback rule not being present
> cause more mahem than I think it will?
> 
> -Grant


Local logins should work as expected.
Aaron
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


IPFW lockout.

2005-09-04 Thread Grant Peel

Hi all,

I have a small problem on one of my dev boxes. I have a bod bootup ipfw 
rulset and I find myself locked out of the machine.


There will be a technician at the NOC on Tuesday that will be able to assist 
me.


My question is: Will he/she be able to simply reboot, logon as root as 
normal?


- and then -

disable IPFW in rc.conf ... or will the loopback rule not being present 
cause more mahem than I think it will?


-Grant


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


Re: Terminals

2005-09-04 Thread Emanuel Strobl
Am Sonntag, 4. September 2005 22:44 CEST schrieb Grant Peel:
> Hi all,
> I have serveral servers in a cage in Toronto, but I live 120 miles away.
> Every once in a while, I will crash a box, or lock myself out of one of
> them (mostly just the dev box now!). Anyways, is it possible to
> daisychain the machines together using COM1 and COM2 so that no matter
> what, one can always get to a console? Or am I just wishing here...

Of course you can. Just edit /boot/device.hints on one machine so that it 
uses sio1 (com2) as console:
--- /boot/device.hints  Thu Aug 18 05:55:08 2005
+++ /tmp/device.hints   Mon Sep  5 01:55:36 2005
@@ -36,10 +36,10 @@
 hint.sio.0.port="0x3F8"
-hint.sio.0.flags="0x10"
 hint.sio.0.irq="4"
 hint.sio.1.at="isa"
 hint.sio.1.port="0x2F8"
+hint.sio.1.flags="0x10"
 hint.sio.1.irq="3"

The tell the btx (on both machines) to use the serial device (with flag 
0x10) for console:
echo "-h" >> /boot.config

loader will recognice the serial console and use that, if not also set in 
loader.conf:
console="comconsole"

Now you can go into single user mode on one machine and cu/tip from the 
other one. (regarding speed see BOOT_COMCONSOLE_SPEED= in make.conf, in 
-current btx can be runtime configured)

Also edit /etc/ttys to open a login on the system console in multiuser 
mode, for example:

--- /builder/usr/src/etc/etc.i386/ttys  Fri Oct 24 17:44:08 2003
+++ /builder/usr/src/tools/FlashBSD/examples/net4501conf/etc/ttys   Thu 
Apr 21 03:35:09 2005
@@ -30,21 +30,21 @@
 #
 # If console is marked "insecure", then init will ask for the root 
password
 # when going to single-user mode.
-consolenoneunknown off secure
+consolenoneunknown off insecure
 #
-ttyv0  "/usr/libexec/getty Pc" cons25  on  secure
+ttyv0  "/usr/libexec/getty Pc" cons25  off  secure
 # Virtual terminals
-ttyv1  "/usr/libexec/getty Pc" cons25  on  secure
-ttyv2  "/usr/libexec/getty Pc" cons25  on  secure
-ttyv3  "/usr/libexec/getty Pc" cons25  on  secure
-ttyv4  "/usr/libexec/getty Pc" cons25  on  secure
-ttyv5  "/usr/libexec/getty Pc" cons25  on  secure
-ttyv6  "/usr/libexec/getty Pc" cons25  on  secure
-ttyv7  "/usr/libexec/getty Pc" cons25  on  secure
+ttyv1  "/usr/libexec/getty Pc" cons25  off  secure
+ttyv2  "/usr/libexec/getty Pc" cons25  off  secure
+ttyv3  "/usr/libexec/getty Pc" cons25  off  secure
+ttyv4  "/usr/libexec/getty Pc" cons25  off  secure
+ttyv5  "/usr/libexec/getty Pc" cons25  off  secure
+ttyv6  "/usr/libexec/getty Pc" cons25  off  secure
+ttyv7  "/usr/libexec/getty Pc" cons25  off  secure
 ttyv8  "/usr/X11R6/bin/xdm -nodaemon"  xterm   off secure
 # Serial terminals
 # The 'dialup' keyword identifies dialin lines to login, fingerd etc.
-ttyd0  "/usr/libexec/getty std.9600"   dialup  off secure
+ttyd0  "/usr/libexec/getty std.115200" unknown on secure
 ttyd1  "/usr/libexec/getty std.9600"   dialup  off secure
 ttyd2  "/usr/libexec/getty std.9600"   dialup  off secure
 ttyd3  "/usr/libexec/getty std.9600"   dialup  off secure


Have fun,

-Harry


pgpIhe0Q30Pz8.pgp
Description: PGP signature


what tweaks for stable-supfile in RELENG_6 ? (update after initial install)

2005-09-04 Thread WOB


Hi,

I'm going to try in to install FreeBSD 6.0-Beta3, and am curious how I 
should tweak the stable-supfile. Actually I did an install from CD, I 
usually immediately update from the net after a CD install, so I can get 
the latest stuff.


When I installed 5.4 I made these changes to the stable-supfile:

  nano -w stable-supfile
host = cvsup10.FreeBSD.org
*default release=cvs tag=RELENG_5
ports-all tag=.
doc-all tag=.

For 6.0-Beta3, I plan to only change to RELENG_6, like this:

  nano -w stable-supfile
host = cvsup10.FreeBSD.org
*default release=cvs tag=RELENG_6
ports-all tag=.
doc-all tag=.

I thought I had read somewhere that I am not supposed to put the 
ports-all and doc-all lines in to the stable-supfile for 6.0, but I 
cannot find where I saw it.  I think some guy got ports from RELENG_7, 
or something like that (though I later read there is only set of ports).


Is it okay to put them in like this? 


ports-all tag=.
doc-all tag=.


Thanks!



(below are my instructions I usually try to follow)

cd /usr/src
cp /usr/share/examples/cvsup/stable-supfile .
cp /usr/share/examples/cvsup/refuse .

nano -w stable-supfile
 host = cvsup10.FreeBSD.org
 *default release=cvs tag=RELENG_5
 ports-all tag=.
 doc-all tag=.

cvsup -g -L 2 stable-supfile

less UPDATING

make buildworld
make buildkernel KERNCONF=GENERIC
make installkernel

shutdown -r now
shutdown now
cd /usr/src
make installworld
mergemaster
 delete hosts file
 run MAKEDEV at end
shutdown -r now

portsdb -Uu

portversion -l "<"
portupgrade -arR
reboot


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


Re: Terminals

2005-09-04 Thread Dan Nelson
In the last episode (Sep 04), Grant Peel said:
> I have serveral servers in a cage in Toronto, but I live 120 miles
> away.  Every once in a while, I will crash a box, or lock myself out
> of one of them (mostly just the dev box now!). Anyways, is it
> possible to daisychain the machines together using COM1 and COM2 so
> that no matter what, one can always get to a console? Or am I just
> wishing here...

If you run conserver ( ports/comms/conserver-com ) on all the machines,
you can even set it up so you don't have to remember which machine is
controlling which machine's console (it will chain to the correct
machine).  A multiport serial card in one master console box does let
you consolidate the logs on one machine though.

-- 
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]"


Re: hw for dvd writing

2005-09-04 Thread David Kelly


On Sep 4, 2005, at 3:26 PM, Paulo Roberto wrote:


Would you guys put and old Celeron (running Freebsd 5.3) 266Mhz with
64MB for dvd writing?

I have this old machine and I am thinking about buying an internal DVD
writer for it, since it is cheaper than buying and external unit  
for my

laptop.


Do you have a large enough HD to play with DVD images?

How fast can it dd a big file to /dev/null? You'll need 1.4 MB/sec  
for each "x" your DVD runs.


--
David Kelly N4HHE, [EMAIL PROTECTED]

Whom computers would destroy, they must first drive mad.

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


Optimizing FreeBSD

2005-09-04 Thread jesse

Hi all,

Is there any performance gain when using Standard-PC HAL over ACPI-PC 
HAL? I'm running FreeBSD 5.4-STABLE on a abit KR7A(KT266A) motherboard. 
I currently have APIC disabled in the bios, ACPI disabled at boot and I 
feel like my system is snappier. Just wondering if there is any truth to 
this.


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


Re: How should I partition 2 80 gig drives?

2005-09-04 Thread Gary W. Swearingen
bob self <[EMAIL PROTECTED]> writes:

> I want to set up FreeBSD 5.4 Release to fully use 2 80 gig hard drives. I'm 
> not sure how I
> should set these up in disklabel editor. I just want to use this as a general 
> purpose machine.

I've been happy giving my two 80 GB disks 4 equal-sized primary
partitions so it's easy to back one up, esp. before doing an upgrade,
etc.  Or use one or more for extra storage, etc.  Maximizes
flexibility and I seldom fill one anyway.

I only regret that I let the first pri.part. be oddly sized because it
can't have the first track.  I told myself I'd use those for Linux or
data.  I've always tried to partition on cylinder boundaries, but the
partitioner didn't obey for the first pri.part.  I plan to try
partitioning my next disk on track boundaries, with all four the same
size.

As for FreeBSD divisions, I have something like:

subpart  CylsApprox MBUse
a16  125  /
b70  549  swap
e70  549  /var
f11388926 /usr
g11388926 /home

/:
I'm using 71 MB on / with by far the biggest user being three
versions of /boot/kernel/, so 125 seems about right.

swap: Swap should be big enough to hold all the programs you plan to
run at the same time, minus your RAM size.  Except, if you plan to
make OS "crash dumps", swap should be at least as big as your RAM and
another MB might be safer.  500 MB - RAM seems a good minimum these
days, except the installer probably requires >0.  (I seldom use any
swap with 512 MB RAM, but xosview can show a broken program filling it
up, so it's good to have more than the minimum.)

/usr, /home:
Use your own judgement on the size ratio. I'm using 3 GB in /usr
and I've got a lot of stuff not needed for ports and system
re-building.

/tmp:
Maybe have the following in /etc/fstab so /tmp files are kept in RAM.
(Use /var/tmp for files you don't want to go away when OS halts.)
md  /tmpmfs rw,-s128m   0   0


With a similar setup, I've tried mounting "/" read-only and observed
no problems.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Terminals

2005-09-04 Thread Grant Peel

Hi all,
I have serveral servers in a cage in Toronto, but I live 120 miles away. 
Every once in a while, I will crash a box, or lock myself out of one of them 
(mostly just the dev box now!). Anyways, is it possible to daisychain the 
machines together using COM1 and COM2 so that no matter what, one can always 
get to a console? Or am I just wishing here...


-Grant


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


hw for dvd writing

2005-09-04 Thread Paulo Roberto
Hello,

Would you guys put and old Celeron (running Freebsd 5.3) 266Mhz with
64MB for dvd writing?

I have this old machine and I am thinking about buying an internal DVD
writer for it, since it is cheaper than buying and external unit for my
laptop.

TIA

Paulo

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://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: Torrent Program

2005-09-04 Thread RW
On Saturday 03 September 2005 01:17, Andreas Rudisch wrote:
> On Fri, 2005-09-02 at 22:30 +1000, Warren wrote:
> > Being as Azureus is broken in the ports ... is there another torrent
> > program that is as good/equivelant to it available ?
>
> I have no problems at all with Azureus 2.3.0.4 or 2.3.0.5_B22 running on
> FreeBSD 5.4-stable using Java 1.4.

Then I suggest you don't try to update your ports, if azureus is important to 
you.

Azureus now depends on Java 1.5 (or higher), although the problem is due to 
Azureus depending on some files that it assumes to be installed by eclipse, 
but aren't.

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


frequency is out of range

2005-09-04 Thread dick hoogendijk
Lately I experienced a couple of times a *freeze* of my X session. The
computer does not respond on anything anymore. The OS has not died. I
can login (SSH) and force a shutdown -r now, but this is annoying.

What happens is that somehow my X (xorg-server-6.8.2_4) sneds a
frequency to my monitor which is out of range (monitor states: 105K /
234 Hz).

I wonder what can be the reason of thsi wrong freq. I have used DCC in
xorg.conf and also commented it out. It has happened in both occasions.
I also am pretty sure it ONLY happened when I was surfing the net with
mozilla (not sure of the relevance here).

I like to get rid of this issue asap. Or at leat want some info how to
deal with it. so, who can help me?

I have a NVidia GForce 6600GT which is driven by the nv driver. The
relevant portion from my xorg.conf:

Section "Module"
Load "freetype"
Load  "extmod"
Load  "glx"
Load  "dri"
Load  "dbe"
Load  "record"
Load  "xtrap"
Load  "type1"
EndSection

Section "Monitor"
Identifier   "Monitor0"
VendorName   "PHL"
ModelName"PHL792b"
 ### Uncomment if you don't want to default to DDC:
#   HorizSync30.0 - 92.0
#   VertRefresh  50.0 - 160.0
EndSection

Section "Device"
Identifier  "Card0"
Driver  "nv"
ChipSet "GeForce 6600 GT"
Card"nv GeForce 6600 GT"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor"Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport   0 0
Depth 24
Modes"1024x768"
EndSubSection
EndSection


-- 
dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 4.11-stable ++ FreeBSD 5.4
+ 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: FreeBSD vs. window managers

2005-09-04 Thread RW
On Friday 02 September 2005 18:19, hal wrote:
> I am currently installing KDE from source and it
> is taking forever.
>
> #cd /usr/ports/x11/KDE3
> # make
>
> Some of the packages needed cannot be found by the
> make file.  Google is great but some of the packages are
> really hard to find.


If you haven't already done so, you might want bring your ports tree up to 
date with cvsup or portsnap. I've never had to resort to google to find 
distfiles.  
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: How should I partition 2 80 gig drives?

2005-09-04 Thread Glenn Dawson

At 12:00 PM 9/4/2005, bob self wrote:
I want to set up FreeBSD 5.4 Release to fully use 2 80 gig hard 
drives. I'm not sure how I
should set these up in disklabel editor. I just want to use this as 
a general purpose machine.


The defaults are usually fine for "general purpose".  If you're not 
sure where you might run low on space first, save one of the drives 
and configure it later once you have a better idea of where you need 
extra space.


-Glenn



thanks,
Bob

___
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]"


How should I partition 2 80 gig drives?

2005-09-04 Thread bob self
I want to set up FreeBSD 5.4 Release to fully use 2 80 gig hard drives. 
I'm not sure how I
should set these up in disklabel editor. I just want to use this as a 
general purpose machine.


thanks,
Bob

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


Re: and the winner is...

2005-09-04 Thread Scott W

Mario Carugno wrote:
I there, i was trying freebsd for a while, and comparing it against 
debian/linux.
The winner was Debian by far... Freebsd could be stable, but it is not 
faster... and Debian is far much more 'usable'.
 Freebsd package installation is very laborious compared with Debian's apt 
system. I have to search in each CD, know dependences,...
 X configuration is hard too when the autodetected configuration doesn't 
works...

 I think fbsd is good, but needs some user facilities.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"



Lame.  Care to actually _back up_ your statement with something substantial?

cvsup and ports is the best package management system I've seen yet in 
it generally 'just works right.'  That statement is made with 12 years 
of Linux experience, as well as Solaris and other *nixes.


For a server system, FreeBSD is really hard to beat.  The closest might 
be Gentoo, but their portage (based on BSD ports) system isn't as 
consistently stable as BSD ports (meaning things break more often).


As it's not a _great_ idea IMO to even have build tools (gcc and 
toolchain) on a production server, it's not a bad idea to have a 
seperate build host somewhere, but that applies equally to any system, 
and you also have the option to go with binary packages.


Let me know how the following goes for you with Deb or other Linux 
distro besides gentoo- install PHP or apache with _only_ the options 
that you want/need.  Oh rightyou can't, without compiling from 
source, at which point you've lost your 'package management.'  Oops?


Read the Handbook, try to get enough of a clue to understand it, use it 
for a month, and then come back with a statement you can back up. 
Otherwisepiss off.


The only 'real' gripes I've got with FreeBSD are:
a.  thread performance - from what I've seen, still lags behind Linux 
(mysql benchmarks show this to be true at leat for 5-STABLE).


b.  desktop BSD 'out of box experience'- mixed, as BSD is primarily a 
server OS, but with 'roll your own' capabilities...oh, and there are now 
two 'desktop BSD' type projects.  So not really a gripe, but can see 
someone complaining about it a bit, if they don't find the Dekstop BSD 
project.


c.  security patch notification system (may exist now?).  Yes, you can 
get emails from the security ML, but now quite the same as for example, 
'smpatch analyze' on Solaris 9/10.  This could be argued that's 
_exactly_ what rel-STABLE is, however, so again, not a real issue, 
although a user friendly (for people using as a desktop OS) tool would 
be of benefit.


Geeze, compared to my gripes against Linux and *nix distros. these are 
really pretty damned trivial.  If thread performance comes up to par 
with Linux, FreeBSD has a very good chance of becoming my choice for 
'personal *nix' (ie, my primary workstation, laptops, etc) over Gentoo.


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


Re: Query on building world

2005-09-04 Thread Glenn Dawson

At 06:29 AM 9/4/2005, Stuart Chalmers wrote:

I was wondering if there was something that one could
pass to the make buildworld command to set up a
different target to build the world to?  If I had
mounted the old disk under /mnt, maybe something like
'make -j4 target=/mnt/ buildworld'???

Any pointers much appreciated ...


man build

-Glenn



Thanks.


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


expat with php configuration

2005-09-04 Thread Vizion
Hi
Practical ignorance is driving the following question:

I trying to configure php5 with expat (using latest port expat2 (version 
expat-1.95.8_3)) and have no experience with expat. I am a comparative 
newcomer to php.

I have compiled and installed expat2 and about to configuring php.

An example configure command option for php with expat (taken from pro Apache 
by Peter Wainwright) is:

--with-expat-dir=/usr/local/expat \

I cannot find any reference to the function of this expat-dir.  
Is  is this option there to create a working directory? 
If it is meant to be a working directory what security issues are involved?

or 

Is it intended to point to the expat libraries?
If so would appropriate dir be /usr/local/lib/ where libexpat.a and 
libexpat.so.5 are located?

I am also confused because there seems, in the port a need for some clarity 
about the role of the files when on considers the following man page entry:
-
NAME
 libbsdxml -- eXpat XML parser library

SYNOPSIS
 #include 

DESCRIPTION
 The libbsdxml library is a verbatim copy of the eXpat XML library version
 1.95.5.

 To avoid version and autoconfiguration issues, the library has been
 renamed to libbsdxml rather than retain the original eXpat library and
 include file names to prevent confusion and autoconfiguration issues for
 3rd party software.
-
It was only after installing expat that I found the only man pages is the 
brief reference page under libbsdxml. 

It seems that in addition to the expat libs  I mentioned there are also the 
libbsdxml libraries:
dns1# locate libbsdxml
/lib/libbsdxml.so.1
/usr/lib/libbsdxml.a
/usr/lib/libbsdxml.so
/usr/lib/libbsdxml_p.a
/usr/share/man/cat3/libbsdxml.3.gz
/usr/share/man/man3/libbsdxml.3.gz
/usr/src/lib/libexpat/libbsdxml.3
/usr/src/lib/libexpat/libbsdxml.3,v

Can anyone please clarify things for me
thanks
David

-- 
40 yrs navigating and computing in blue waters.
English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: video surveillance with freebsd

2005-09-04 Thread Bart Silverstrim


On Jun 4, 2005, at 9:07 AM, vittorio wrote:


Alle 01:06, domenica 04 settembre 2005, nbco ha scritto:

On Friday 03 June 2005 23:56, vittorio wrote:

The aim: with up to 4 small cameras connected to a pci board in a
freebsd 5.4 box, scattered suitably around to guard, surveille a
seaside resort flat *** remotely ***. The open-source software I'm
looking for should: 1) manage the pci board & the cameras;
2) start,trigger a script for, e.g., a gsm connection to transmit
images to a remote server via ppp  OR start an alarm *** whener a
motion is detected ***.

Is there any software in the ports satisfying these requirements?

Ciao
Vittorio


Hhmmm I used to have a landlord like that...
.nbco


Amusing but that isn't actually my purpose!
Actually I was speaking of using some anti-burglar device for our  
little

family house house at the seaside resort placing in the garden cameras
"sensitive" to people moving in it when my family and I are absent, 
that is

10.5 months per year.
Asking around for (anti-burglar)  alarm systems they asked me a mere 
fortune.
Having a spare old pentium and a much older  would like to use it for 
the same

purpose but a very cheap price.
That's all!
Any idea?
Vittorio


What about rigging up wireless web-cams that send info to a web page on 
the FBSD box inside the house?


I know most of them already have a built-in "notify" feature that will 
email you a warning and usually take a few minutes of video footage if 
motion is detected.


Unfortunately they cost something like $200, but it saves on having to 
rig up some other way of doing auto-notify and email as well as getting 
a reliable wiring setup.  You could set up the FBSD box to act as a 
data repository so it collects information from the cameras and then 
you go to the FBSD box for information (or have it collect and send 
info to you) in case your Internet connection to the house goes down.  
Having the cameras independent also means less chance of 
failure...i.e., if the FBSD box goes down you may still be able to set 
it up so the cameras can still work in your absence until the machine 
can be rebuilt/repaired.


-Bart

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


Re: kill the zombie processes

2005-09-04 Thread Lowell Gilbert
Akhthar Parvez K <[EMAIL PROTECTED]> writes:

> Is there any way to kill the zombie processes in FreeBSD other than 
> rebooting the server. Thanks

You are not supposed to be having long-lived zombie processes.  
Better than killing them would be to avoid having them in the 
first place.  What are they?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Pulsar ADSL Drivers for FreeBSD 4.11 and 5.4

2005-09-04 Thread Paul Hamilton
Hi,
 
I have found this site:
 
http://sourceforge.net/projects/openadsl/
 
There is a driver for OpenBSD, but the file names are slightly different to
FreeBSD.  Reading through the mailing list archives, there were some people
working on a FreeBSD 5.4 driver patch.  
 
Does anyone know what the status is on this?  Has anyone got the OpenBSD
drivers going on FreeBSD 4.x or 5.4?
 
I would be interested in giving this a go.
 
Cheers,
 
Paul
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Inetd not starting

2005-09-04 Thread Joseph Koshy
> Can anyone give me a clude to look for?

1) Does it start if you invoke it using

 # sh -x /etc/rc.d/inetd start

2) What does `file /usr/sbin/inetd` show?

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


Query on building world

2005-09-04 Thread Stuart Chalmers
Hi,

I have FreeBSD 5.4 installed on both my main PC and an
old PC.  I'm looking to do a 'buildworld' on the old
PC, but I expect that this will take a very long time
as it is only a Pentium 166 (rememeber them?!).

I'm intending on using the main PC to do this
buildworld after transferring the old disk into the
new pc.  As I have the sources on the main PC's disk,
I would like to use these rather than copy them to the
old disk and boot the new PC from the old disk, which
will be a bit of a headache as the machines are very
different (but both i386 architecture).

I was wondering if there was something that one could
pass to the make buildworld command to set up a
different target to build the world to?  If I had
mounted the old disk under /mnt, maybe something like
'make -j4 target=/mnt/ buildworld'???

Any pointers much appreciated ...

Thanks.





___ 
Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail 
http://uk.messenger.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: video surveillance with freebsd

2005-09-04 Thread vittorio
Alle 01:06, domenica 04 settembre 2005, nbco ha scritto:
> On Friday 03 June 2005 23:56, vittorio wrote:
> > The aim: with up to 4 small cameras connected to a pci board in a
> > freebsd 5.4 box, scattered suitably around to guard, surveille a
> > seaside resort flat *** remotely ***. The open-source software I'm
> > looking for should: 1) manage the pci board & the cameras;
> > 2) start,trigger a script for, e.g., a gsm connection to transmit
> > images to a remote server via ppp  OR start an alarm *** whener a
> > motion is detected ***.
> >
> > Is there any software in the ports satisfying these requirements?
> >
> > Ciao
> > Vittorio
>
> Hhmmm I used to have a landlord like that...
> .nbco

Amusing but that isn't actually my purpose! 
Actually I was speaking of using some anti-burglar device for our  little 
family house house at the seaside resort placing in the garden cameras 
"sensitive" to people moving in it when my family and I are absent, that is 
10.5 months per year.
Asking around for (anti-burglar)  alarm systems they asked me a mere fortune. 
Having a spare old pentium and a much older  would like to use it for the same 
purpose but a very cheap price.
That's all!
Any idea?
Vittorio  
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: network tools

2005-09-04 Thread Chris
Many thanks for all the helpful replies, I feel I have something to work 
with now. Queuing sounds like it might do the trick, I'll give it a try.


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


Re: USB-RS232 adapter in FreeBSD 5?

2005-09-04 Thread Emanuel Strobl
Am Sonntag, 4. September 2005 01:42 CEST schrieb Bill Moran:
> I've got a USB -> RS232 adapter I'm trying to get working on
> 5.3-RELEASE.
>
> I've seen a lot of comments about these kind of things that seem to
> indicate that they can be used (I occasionally have needs to use this
> lappy as a serial console, and I'd like to use it to demonstrate a
> serial barcode scanner that we have - normally, tip would work great
> for this, but the laptop doesn't have a native RS-232 port).
>
> Anyway, I get the impression that I'm missing some early, basic steps
> to get this working.  dmesg shows:
>
> ugen0: Prolific Technology Inc. USB-Serial Controller, rev 1.10/3.00,
> addr 2

ugen is not ucom! ugen is used if nothing apropriate was found, your kernel 
needs ucom and uplcom, you can also load uplcom as module!.

-Harr

>
> But neither tip nor cu seems to talk to ugen0 very well.  Other posts
> I've seen seem to indicate that I need to be talking to a ucom0 device,
> but I see nothing like that in /dev.  Is there something missing from
> my kernel?  I haven't been able to find any reference to ucom in the
> GENERIC or NOTES files.
>
> Any advice/pointers is welcome.
>
> TIA.


pgppeA6TrIK4Q.pgp
Description: PGP signature


Inetd not starting

2005-09-04 Thread Jack Raats
At this moment I've a strange error.
inetd is not started after a reboot, but after entering inetd on the 
commandline, the deamon is started

I'm using freebsd 5.4-stable. I just recompiled the system so with the latest 
patches.
in /etc/rc.conf I've enabled inetd.

Can anyone give me a clude to look for?

Met vriendelijke groeten
Jack Raats



pgp0ZncTJdlwT.pgp
Description: PGP signature


Your command, Delivery reports about your e-mail, was invalid

2005-09-04 Thread PGP Key Server Administrator
OpenPGP Public Key Server

For questions or comments regarding this key server site,
contact PGP Key Server Administrator <[EMAIL PROTECTED]>
Current version: 0.9.6


NOTE!

This service is provided to facilitate public-key cryptography for
demonstration and educational purposes.

It is the responsibility of users of public-key cryptography to ensure
that their activities conform to legal requirements.
[
 Czech: Pro ziskani ceske verze tohoto textu poslete prosim e-mail se
"Subject" radkou "HELP CZ" na adresu
[EMAIL PROTECTED], nebo pristupte na URL
http://www.pgp.net/pgpnet/email-help-cz.html
 Danish:For at faa en dansk version af denne text skal du sende en
e-mail med en subject-tekst: "HELP DK" til
[EMAIL PROTECTED] eller slaa op paa URL
http://www.pgp.net/pgpnet/email-help-dk.html
 German:Für eine deutschsprachige Fassung dieses Textes senden Sie
eine Mail mit dem Subject "HELP DE" an die folgende Adresse
[EMAIL PROTECTED] oder URL:
http://www.pgp.net/pgp/email-help-de.html
 English:   For an English version of this message, send an e-mail with a
subject line of "HELP" to [EMAIL PROTECTED], or
access the URL http://www.pgp.net/pgpnet/email-help-en.html
 Spanish:   Para obtener una versión en castellano de este texto, envíe
un mail a [EMAIL PROTECTED] con el "Subject"
HELP ES
 Finnish:   Saadaksesi taman tekstin suomeksi, laheta osoitteeseen
[EMAIL PROTECTED] tyhja viesti, jonka
Subject-kentta on "HELP FI".
 French:Pour une version française de çe texte, envoyez un
message au sujet de "HELP FR" à [EMAIL PROTECTED]
 Croatian:  Za hrvatsku verziju ovoga teksta posaljite poruku koja ce u
Subject imati "HELP HR" na adresu [EMAIL PROTECTED]
 Japanese:  Nihongo no setumei ga hosii baai wa Subject: ni "HELP JA"
to kaite, [EMAIL PROTECTED] ni e-mail.
 Korean:¾Æ·¡ÀÇ ³»¿ëÀ» Çѱ۷Πº¸½Ã·Á¸é Á¦¸ñ(Subject)ÀÌ "HELP KR" ÀÎ
ÀüÀÚ¿ìÆíÀ» [EMAIL PROTECTED] À¸·Î º¸³»ÁֽʽÿÀ.
 Polish:Zeby uzyskac polska wersje tej strony, wyslij list z linia
"HELP PL" w polu Subject na adres
[EMAIL PROTECTED] lub zajrzyj pod URL
http://www.pgp.net/pgpnet/email-help-pl.html
 Portuguese:Para obter uma versão em português deste texto, deve enviar um
mail para [EMAIL PROTECTED] com o "Subject"
HELP PT
 Norwegian: For aa faa dette dokumentet paa norsk, send "HELP NO" til
[EMAIL PROTECTED]
 Swedish:   For a Swedish version of this message, send an e-mail with a
subject line of "HELP SE" to [EMAIL PROTECTED], or
 access the URL http://www.pgp.net/pgpnet/email-help-se.html
 Chinese:   [EMAIL PROTECTED] PGP ¦øªA¾¹´£¨Ñ½u¤W»²§U»¡©ú, ½Ð E-mail µ¹
 [EMAIL PROTECTED], ©ó Subject: µù©ú "HELP TW" §Y¥i.
]

OpenPGP Public Email Keyservers
---

There are OpenPGP public email key servers which allow one to exchange 
public keys running using the Internet and UUCP mail systems.  Those 
capable of accessing the WWW might prefer to use the WWW interface 
available via http://www.pgp.net/pgpnet/www-key.html and managers of 
sites which may want to make frequent lookups may care to copy the 
full keyring from the FTP server at ftp://ftp.pgp.net/pub/pgp/keys/


This service exists only to help transfer keys between PGP users. 
It does NOT attempt to guarantee that a key is a valid key; 
use the signatures on a key for that kind of security.


Each keyserver processes requests in the form of mail messages.
The commands for the server are entered on the Subject: line.
--  -
Note that they should NOT be included in the body of the message.
- === ---

   To: [EMAIL PROTECTED]
   From: [EMAIL PROTECTED]
   Subject: help

Sending your key to ONE server is enough.  After it processes your 
key, it will forward your add request to other servers automagically.


For example, to add your key to the keyserver, or to update your key 
if it is already there, send a message similar to the following to any 
server:


   To: [EMAIL PROTECTED]
   From: [EMAIL PROTECTED]
   Subject: add

   -BEGIN PGP PUBLIC KEY BLOCK-
   Version: 2.6

   
   -END PGP PUBLIC KEY BLOCK-

COMPROMISED KEYS:  Create a Key Revocation Certificate (read the PGP 
docs on how to do that) and mail your key to the server once again, 
with the ADD command.


Valid commands are:

CommandResult
-- -
HELP   Returns this message
HELP language  Localized help text (DE, EN, ES, FI, FR, HR, NO)
ADDAdd PGP public key from the body of your message
IN

Re: USB-RS232 adapter in FreeBSD 5?

2005-09-04 Thread Dmitry Mityugov
On 9/4/05, Bill Moran <[EMAIL PROTECTED]> wrote:
> 
> I've got a USB -> RS232 adapter I'm trying to get working on 5.3-RELEASE.
> 
> I've seen a lot of comments about these kind of things that seem to
> indicate that they can be used (I occasionally have needs to use this
> lappy as a serial console, and I'd like to use it to demonstrate a
> serial barcode scanner that we have - normally, tip would work great
> for this, but the laptop doesn't have a native RS-232 port).
> 
> Anyway, I get the impression that I'm missing some early, basic steps
> to get this working.  dmesg shows:
> 
> ugen0: Prolific Technology Inc. USB-Serial Controller, rev 1.10/3.00, addr 2
> 
> But neither tip nor cu seems to talk to ugen0 very well.  Other posts
> I've seen seem to indicate that I need to be talking to a ucom0 device,
> but I see nothing like that in /dev.  Is there something missing from
> my kernel?  I haven't been able to find any reference to ucom in the
> GENERIC or NOTES files.

What does happen if you load uplcom kernel module?

-- 
Dmitry Mityugov, St. Petersburg, Russia
I ignore all messages with confidentiality statements

"We live less by imagination than despite it" - Rockwell Kent, "N by E"
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


The FreeBSD Diary: 2005-08-14 - 2005-09-03

2005-09-04 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives  
and/or The FreeBSD Diary . 

These are the articles posted during this period:

24-Aug : Get your BSDCan 2005 T-Shirt here!
 A second printing, get them now before them run out! 
 http://freebsddiary.org/bsdcan-2005-t-shirt.php?2

23-Aug : NYCBSDCon 2005
 A one day technical conference 
 http://freebsddiary.org/nycbsdcon-2005.php?2


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

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