Re: Natd with Multiple DSL Connections

2006-03-12 Thread Nagilum
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

How about interface bonding/aggregation ? Check ng_fec(4) for details.
Hope this helps,
Nagilum.

Ramiz Sardar wrote:

 Dears, I am using freebsd machine in office as a gateway and using
 ipfw+natd for internet sharing. I have two dsl connections but i
 using just one at a time. when ever first dsl connection create any
 problem then i have to switch to second connection manually. Tell
 me any solution that i can use both dsl at a time and whenever one
 goes down, all traffice begin using other connection.

 Thanks

 Rameez

 - Yahoo! Mail Use Photomail to
 share photos without annoying attachments.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions To
 unsubscribe, send any mail to
 [EMAIL PROTECTED]


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (Darwin)

iD8DBQFEFF80AKWN2UY+sLwRA+cXAJ97OVRFYp6FV9qKm9ciQXchUjcwYgCgsbUz
Jml4LdBMitwj8sKJH+x16pk=
=o1Aq
-END PGP SIGNATURE-

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


Re: Authentication with auto replication

2006-03-12 Thread Nagilum
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Olivier Nicole wrote:

 Hi,

 I have a system that needs user authentication.

 Right now I am using NIS to share the users password between all
 the machines that need it: one machine is the primary server,
 others clients are also running a secondary server: so would a
 machine get isolated, it could still do authentication with the
 secondary server that it is running. This is all smooth and
 transparent, files replication is done automatically.

 I am considering moving away from NIS (because its lack of
 security). Radius could do the trick, I can run several radius
 servers. But then I need to manually synchronize the data between
 the various radius servers.

 Does it exists another authentication system that would do the
 automatic data replication like NIS does?

I'm not entirely sure but I think ldap should do the trick (pam_ldap +
nss_ldap).
Good luck,
Nagilum.


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (Darwin)

iD8DBQFEFGiyAKWN2UY+sLwRA901AJ0a0pqCZ9+Pv82Z04VW4pCbQfthRQCgu5eW
tr1J3JMd3mv9F9ddxFYs/Dc=
=2YiR
-END PGP SIGNATURE-

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


Re: Resolved: Need Assistance Upgrading Ethereal-0.10.13_3 to 0.10.14

2006-01-07 Thread Nagilum
Hi Bob,

It seems you caught the port in a unstable moment where the patch could
not be applied for some reason. This was probably only a very brief
moment so the next cvsup/portsnap update fixed the problem.
Kind regards,

Robert H. Perry wrote:

  Original Message 
 Subject: Need Assistance Upgrading Ethereal-0.10.13_3 to 0.10.14
 Date: Sat, 31 Dec 2005 00:52:21 -0500
 From: Robert H. Perry [EMAIL PROTECTED]
 To: freebsd-questions@freebsd.org

 FreeBSD sphinx.my.domain 5.4-RELEASE FreeBSD 5.4-RELEASE #0:

 Ran into the following error while running portupgrade on ethereal:

 == applying extra patch
 /usr/ports/net/ethereal/files/extra-patch-capture_loop.c
 ***Error code 1

 Stop in usr/ports/net/ethereal.
 Command failed [exit code 1]: /usr/bin/script -qa
 /tmp/portupgrade43330.26 make
 ** Fix the problem and try again.

 The recommendation Fix the problem and try again.
 seems relatively straightforward, however...
 Is this an error I should know how to easily fix?  Please advise.

 Thnx

 Just want to report that the error noted above did not re-occur during
 this week's upgrade.  Have no idea how, or why.

 Bob Perry


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


Re: Crypt::RSA perl coredump on FreeBSD 5.4-RELEASE

2005-08-23 Thread Nagilum

Mike Friedman wrote:

I installed the perl Crypt::RSA port the other day on my 5.4-RELEASE 
system.  When I try to run a small perl script just to generate an RSA 
keypair, I get a perl core dump.  There are a lot of prereqs that get 
installed with Crypt::RSA, so no doubt there's much opportunity for a 
problem with some library somewhere.  But I don't know where to begin 
looking.


Maybe there is still something wrong with one dependency, have you tried 
portupgrade -R Crypt::RSA ?

Otherwise freebsd-ports may be a better place to ask..
Regards,
Alex.

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


Re: bash script

2005-08-21 Thread Nagilum

[EMAIL PROTECTED] wrote:


My knowledge in bash scripting is about medium not very advanced and all
so I am not attempting to make a connection limiter but what I want to
make is a script that checks the irc connections off a certain user and
takes some actions, mostly of this I know how to do but I got stuck at
this :
I write in a file we will call it users.allow the following:
Virtual 5
Test 7
Server 9
Power 2

This will be the file that will hold the limit of the users from where the
script reads when checks.
So my script will read from this file and if the user Virtual for example
has more than 5 connections he will kill all his processes that are
running in background.
But what what I don`t know how to do is make the script read, for example
if I start the script he starts reading from users.allow, I want it to
read an take each line, first taking the line 1 with user Virtual and
setting to a variable the number it has near it like $allow=5, next after
it finishes the process for Virtual takes Test etc.
So my need would be how can I get the script to read first line, do the
process I will make for it, then take the next line and do the process for
that user until end of file. And also after taking the first line for
example reading only the first block in it, the one with user so it can
set $user=Virtual and then to take the path with the number.
I would greatly apreciate if you can help me with this issue, I really
need this script but didn`t know what to look in the manuals for etc.
Also if you know a similar script please let me know.
 


Well, you could either use a counter:
file=$0
count=`expr 1`
lines=`wc -l $file`
while [ $count -le $lines ]; do
   line=`sed -n ${count}p` $file
   echo $line
   count=`expr $count + 1`
done;

for a very slow version of cat ;) or you could simply grep for the line 
you need

line=`grep Power $file`
I hope this helps..

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


Re: Postfix / Fetchmail Question

2005-08-21 Thread Nagilum

Graham Bentley wrote:


Hi All,

There are a couple of things that I would like to achieve with my
running Fetchmail / Postfix combo ;

1) When a mail comes in for a specific local user it is immediately
forwarded to another external address.

This is for when some staff work from home occasionally

I have goofed about with sender_canonical but I suspect this is more
to do with re-writing the headers /addresses etc although I am
probably getting all this round my neck a bit and getting bogged down
in reading!
 

Why not just put a .forward (containing the dest. address) file in the 
users home?



2) Is it possible to have a copy of all in / out mail sent to the
boss's email box ?

I have filled out 'aliases' and run newaliases for email that is for
non user account (for example we have [EMAIL PROTECTED] and
[EMAIL PROTECTED])
 

There are several ways to achieve that, if the account is aliased 
through /etc/aliases, just add another account to the recipient list:

boss:   [EMAIL PROTECTED],[EMAIL PROTECTED]
If the account is the final destination of several adresses you might 
want to have a look at procmail.

But be sure to tell him, otherwise it might be illegal.


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


Graphics Card memory as swap dev?

2005-08-21 Thread Nagilum

Hi,
after reading 
http://hedera.linuxnews.pl/_news/2002/09/03/_long/1445.html I was 
wondering if this would be possible with FreeBSD?
I have a Soekris 4801 box which has way too less memory and no room for 
more so I was thinking if I could use a graphics card to mitigate the 
problem a bit..

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


Re: reassigning boot drive

2005-08-21 Thread Nagilum

[EMAIL PROTECTED] wrote:


Has anyone tried reassigning the boot disk from ad1 to
ad0? What pitfalls are there?
 

You have to adjust your /etc/fstab to reflect the change, if you don't, 
you will get a nasty looking error when booting (which can be worked 
out, I just don't remember if you have to tell you kernel on the boot 
console where your root is  or if you drop into single user mode and 
then have to mount -o rw -u your / to edit the fstab or both ;).

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


Re: Rewinding tapes

2005-06-12 Thread Nagilum

Jonathan Belson wrote:


Hiya

I've written a small script that backs up data to a tape, rewinds it, 
then reads back the data that was stored as a test.


The problem I've run into is that 'mt rewind' is asynchronous, and 
subsequent tape operations will fail until the rewind operation has 
finished.


Is there a way to find out when the tape has finished rewinding, or at 
least to rewind synchronously?  The drive is an ATA Seagate STT2401A.


Cheers,


Hi Jon,

How about simply accessing the rewinding version of the device? (e.g. 
/dev/st0 instead of /dev/nst0)


Kind regards,

Alex.

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


Re: increasing swap activity

2005-02-06 Thread Nagilum
Michael Hines wrote:
I've written a remote-memory system for a thesis of mine. As a result, 
I'm able to setup a diskless client that swaps to remote memory 
instead of a remote disk. The specifics, reasons, and design of the 
system are a long story

However - this system allows for much faster page-fault latencies (on 
the order of 10-20 times faster than using a disk for swap space). The 
problem is: I cannot get the swapper to page-out or page-in data any 
faster.

My end question is: how would one DRASTICALLY increase the rate at 
which the system does its paging in freebsd?

Everthing I find on the net says don't mess with freebsd's VM system 
or you'll die and go to hell.

However, I do in fact need to drastically increase the paging bandwidth.
Anybody know how? Preferably during runtime?
Thanks a lot.
/*/
Michael R. Hines
Grad Student, Florida State
Dept. Computer Science
http://www.cs.fsu.edu/~mhines/
Jusqu'a ce que le futur vienne...
/*/

I think the first thing to do is determine the bottleneck you're fighting.
Maybe using several machines as swap-slaves would help? (the swapspace 
will be used interleaved)
Also it would help to explain a bit more what you have done so far. Have 
you written your own swapfs?
Kind regards,
Alex.

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


Re: Network monitoring software

2005-01-15 Thread Nagilum
Try:
systat -if
for a start, regards,
Alex.
[EMAIL PROTECTED] wrote:
Hiya folks, I'm looking for some network monitoring software. I've tried zabbix 
and jffnms but neither of them functioned after being configured or installing.
If anybody has any success stories I would like to hear about any of them so I 
can look at other packages in ports net and net-mgmt.
Thanks.
~Kris
___
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: Dmesg truncated

2004-12-15 Thread Nagilum
I don't know the answer to your question, but if you're looking the 
bootmessages, have a look at /var/run/dmesg.boot .
I hope this helps,
Kind regards,
Alex.

David Erickson wrote:
I've been having this problem for quite a whlie but it's never bothered me
too much until I had some free time on my hand to look into it.  Is there
any kernel parameter that could be truncating my dmesg buffer.  Dmesg only
seems to have 1 line ever buffered which kinda sucks.  I do have a custom
kernel built as thin as possible so im thinking that one of the options I
may have left out thinking I didn't need it or something along those
lines.
Any ideas?
Thanks in advance.
Dave
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
 

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


Re: make -j$n buildworld : use of -j investigated

2004-11-22 Thread Nagilum
The idea behind the speedups by using nnumber of CPUs is that you use 
unused CPU cycles during disk activity. Obviously this works only on 
systems which use 'low CPU usage storage' such as SCSI, firewire or more 
prominently NFS for the sources. Of cause this also assumes you don't 
have any performance penalties due to increased swap usage...
So in a 'normal' IDE environment it probably wont make a difference.
Regarding your test, I'd say don't trust your results unless you have 
rebootet the machine betweeen the tests, otherwise the cache will mess 
up your results.
Kind regards,
Alex.

Rob wrote:
Laurence Sanford wrote:
Rob wrote:

With these simple tests, I come to the conclusion that
make -j$n buildworld is best with n = number of CPUs.
Does that make sense?
Rob.

This is what I've been telling people and using myself for years. 
However, I've been shot down on this several times, so I just leave 
everyone alone and let them do their own thing. You and I will be 
getting it done a little faster though.

Not really faster, but higher values do not make a difference,
well, as long as the extra processes do not force the use of
swap. Intensified swapping because of a high -j value slows
down the build considerably.
I don't understand why this is reason for debate. My test has
obvious results on various of my PCs, and was very quickly done:
I wrote a script with a loop that built the world again and
again, doing a 'touch' to a file immediately before and after
the build. Got all my data within a day or so.
Rob.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]

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


Re: OT: Powerbook Problem.

2004-11-20 Thread Nagilum
Reboot the machine, before the OS loads press the 'c' key to boot from 
CD-Rom or press the option key to have Openfirmware scan for bootable 
devices and then you can select from which to boot via mouse.
See: http://www.jacsoft.co.nz/Mac_Keys.htm
for more..

pixiedave wrote:
Hope someone can help!  When I boot my powerbook, my desktop image
loads, and then the apple bar starts to load, then the rainbow wheel
keeps spinning, and the apple bar keeps flashing on and off as iif it
is trying to load.  A disc will eject with the eject button, and the
volume buttons work including the display, but the os never finishes
loading.  So I want to reinstall, but how do i get the g4 to boot from
the install dvd without having the machine up and running, installing
the disc, choosing install and rebooting?  I imagine there is a key
sequence, but cant find it
 

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


pf qlimit ignored?

2004-11-20 Thread Nagilum
Hi,
Playing around with pf I noticed that my queues are still only 50 
packets large, although my pf.conf says:

altq on $ext_if priq bandwidth 090Kb qlimit 100 queue { q_def, q_pri q_mid }
Did I miss something?
Kind regards,
Alex,

pfctl -v -v -s queue:
queue q_pri priority 7 priq( red ecn )
 [ pkts:112  bytes:   6212  dropped pkts:  0 
bytes:  0 ]
 [ qlength:   0/ 50 ]
queue q_mid priority 3 priq( red ecn )
 [ pkts:102  bytes:  14763  dropped pkts:  0 
bytes:  0 ]
 [ qlength:   0/ 50 ]
queue q_def priority 0 priq( red ecn default )
 [ pkts:  53092  bytes:   18787909  dropped pkts:   3247 bytes: 
1431796 ]
 [ qlength:   6/ 50 ]

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


Re: swap partition encryption

2004-11-01 Thread Nagilum
The partition itself is encrypted so it doesn't matter whether the 
partition contains a regular filesystem, swapfs or is used as database 
storage device. It's encrypted one layer below.
Kind regards,
Alex.

Robert Storey wrote:
Dear All,
I've succeeded in creating an encrypted partition using gbde. I followed
the directions in the FBSD Handbook which, among other things, states:
  Unlike cumbersome encryption methods that encrypt only
  individual files, gbde transparently encrypts entire file systems.
  No cleartext ever touches the hard drive's platter.
But I wonder if that last sentence is true. What about the swap
partition? Is it simply bypassed, or does one need to do something to
create an encrypted swap partition?
regards,
Robert
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
 

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


ppp startup problem

2004-11-01 Thread Nagilum
Hi,
I just updated to 5.3-STABLE and noticed that /etc/rc.d/ppp-user depends on
ldconfig because the pppd needs some libs to start, so I had to modify
/etc/rc.d/ppp-user:
[EMAIL PROTECTED] ~  diff -Naur /usr/src/etc/rc.d/ppp-user /etc/rc.d/ppp-user
--- /usr/src/etc/rc.d/ppp-user  Mon Oct 11 08:10:12 2004
+++ /etc/rc.d/ppp-user  Tue Oct 26 18:09:17 2004
@@ -4,7 +4,7 @@
#
# PROVIDE: ppp-user
-# REQUIRE: netif isdnd
+# REQUIRE: netif isdnd ldconfig
# KEYWORD: nojail
. /etc/rc.subr
Maybe other other binaries (apart from pppd) need it too, but me this 
solved my
problems.
Kind regards,
Alex.

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


Re: 5.3 rc2 kernel install problems

2004-11-01 Thread Nagilum
Did you do a make buildkernel before?
Aaron P. Martinez wrote:
I just got the new 5.3 rc2 cvsuped the sources (not much was updated
that i could see) and proceeded to do a make buildworld and make
buildkernel.  

When i tried to make installkernel  it got the following error. 

--
 

Installing kernel
   

--
cd /usr/obj/usr/src/sys/GENERIC;  MAKEOBJDIRPREFIX=/usr/obj 
MACHINE_ARCH=i386  MACHINE=i386  CPUTYPE= 
GROFF_BIN_PATH=/usr/obj/usr/src/i386/legacy/usr/bin 
GROFF_FONT_PATH=/usr/obj/usr/src/i386/legacy/usr/share/groff_font 
GROFF_TMAC_PATH=/usr/obj/usr/src/i386/legacy/usr/share/tmac
PATH=/usr/obj/usr/src/i386/legacy/usr/sbin:/usr/obj/usr/src/i386/legacy/usr/bin:/usr/obj/usr/src/i386/legacy/usr/games:/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin  make KERNEL=kernel install
cd: can't cd to /usr/obj/usr/src/sys/GENERIC
*** Error code 2

Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
I just created an empty GENERIC directory in /usr/obj/usr/src/sys/ but
then i get the following error:
--
 

Installing kernel
   

--
cd /usr/obj/usr/src/sys/GENERIC;  MAKEOBJDIRPREFIX=/usr/obj 
MACHINE_ARCH=i386  MACHINE=i386  CPUTYPE= 
GROFF_BIN_PATH=/usr/obj/usr/src/i386/legacy/usr/bin 
GROFF_FONT_PATH=/usr/obj/usr/src/i386/legacy/usr/share/groff_font 
GROFF_TMAC_PATH=/usr/obj/usr/src/i386/legacy/usr/share/tmac
PATH=/usr/obj/usr/src/i386/legacy/usr/sbin:/usr/obj/usr/src/i386/legacy/usr/bin:/usr/obj/usr/src/i386/legacy/usr/games:/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin  make KERNEL=kernel install
make: don't know how to make bsd.README. Stop
*** Error code 2

Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
I saw this error on google from back in june.
kern/68452: Current GENERIC kerne build failure
Maxim Konovalov  

but it has of course been resolved.
Synopsis: Current GENERIC kerne build failure
State-Changed-From-To: open-closed
State-Changed-By: maxim
State-Changed-When: Mon Jun 28 18:14:14 GMT 2004
State-Changed-Why: 
Already fixed. Please report -CURRENT kernel build failures to
freebsd-current mailing list.

http://www.freebsd.org/cgi/query-pr.cgi?pr=68452

Any help greatly appreciated..
Thanks,
Aaron
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
 

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


Re: mac os X

2004-10-29 Thread Nagilum
Hi,
In short the BSD licence grants everyone to do whatever he or she 
pleases to do with it under two conditions (IAMNAL!):
1. Keep the Author(s) name(s) in the file
2. Don't hold the Author(s) liable for the code
So it's perfectly ok for Apple to use FreeBSD code in MacOS-X or 
Microsoft to use OpenBSD code in their SFU.
Kind regards,
Alex.

rogeriocordeiro wrote:
Hello!

I am new to FreeBSD and I have some questions regard the licensing.
My question is regarding using FreeBSD for profit?

Ex.  Mac OS X is based on FreeBSD 5.X.

Is this allowed or not and if so what are the requirements.
I have read the public license and I would have to say with all the legal
running around, portions of its intent can seem a bit lost to me.  I would
need to wait for my head to stop spinning.

Instead of me explaining my interpretation could I get two or three examples
of what is and is not allowed under the license?

Party A downloads FreeBSD for commercial purposes and for profit no code
modification.

Party A downloads FreeBSD for profit to make own platform like Mac os X.
(I am not picking on Mac, I am glad they are aboard. Just not sure how all
that works. I would also like to include how this applies to embedded
systems such as network appliances.)

Party B uses code from FreeBSD written by Party A for profit and non-profit.

Forgive me if my questions seem non-sequitur like I said I am new to all
this and may not have the correct questions.

As I am new to the industry I have a great deal of questions and not sure
where to start.
I would eventually like to sell my services and solutions to potential
customers using FreeBSD.
I figure if it is okay for Linux, we should be able to do the same for
FreeBSD?

If I am wrong, please explain if possible.

If possible it would be great if the answers could be expanded to the code
not just the compiled binaries.
It may help the rest of us new to FreeBSD if these examples were on your
site.
Just a suggestion

P.S.

Once I am up to speed I would like to become a contributor at some level.
Are there any guide lines to follow, and are they covered in the developer's
handbook I downloaded?

Is the Darwin project part of the FreeBSD group such as FreeBSD for PPC or
is now a separate entity?
Can the code from Darwin be used back in FreeBSD?

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

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


Re: postfix + cron problem

2004-10-29 Thread Nagilum
Oles Hnatkevych wrote:
Hello all!
There's a FreeBSD box with manually installed postfix-2.1.0.
It works, except that cron can not send execution logs by email.
The running user receives a message
 

This is the Postfix program at host ...
I'm sorry to have to inform you that your message could not be
be delivered to one or more recipients. It's attached below.
For further assistance, please send mail to postmaster
If you do so, please include this problem report. You can
delete your own text from the attached returned message.
   The Postfix program
unknown: No recipients specified
   

with the original message in attachment.
Something is wrong here. What can be done?
 

Have you created an alias for root?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: nat or ......?

2004-10-01 Thread Nagilum
..use a proxy like squid (/usr/ports/www/squid) .
probably easier than setting up NAT and sufficient if you only need 
http(s)/ftp(s).
Kind regards,
Alex.

metallarch wrote:
I made the ppp connection from windows to freebsd(tun0), and from freebsd to internet
(tun2)at the same time!
I have 2 modems
What can i do that i could browse internet on windows over freebsd?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
 

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


FreeBSD 5.3-BETA6 RPC/rcorder

2004-09-30 Thread Nagilum
Hi
i just updated from FreeBSD 5.3-BETA3 to BETA6 unfortunately I'm having 
some problems now, during boot I see this:

Sep 30 17:04:00 cakebox mountd[357]: can't register UDP RPCMNT_VER1 service
Sep 30 17:04:00 cakebox mountd[357]: can't register UDP RPCMNT_VER3 service
Sep 30 17:04:00 cakebox mountd[357]: can't register TCP RPCMNT_VER1 service
Sep 30 17:04:00 cakebox mountd[357]: can't register TCP RPCMNT_VER3 service
Sep 30 17:04:00 cakebox mountd[357]: can't register UDP6 RPCMNT_VER1 service
Sep 30 17:04:00 cakebox mountd[357]: can't register UDP6 RPCMNT_VER3 service
Sep 30 17:04:00 cakebox mountd[357]: can't register TCP6 RPCMNT_VER1 service
Sep 30 17:04:00 cakebox kernel: Starting statd.
Sep 30 17:04:00 cakebox mountd[357]: can't register TCP6 RPCMNT_VER3 service
Sep 30 17:04:00 cakebox mountd[357]: could not create any services
Sep 30 17:04:00 cakebox kernel: Sep 30 17:04:00 cakebox mountd[357]: 
could not create any services
Sep 30 17:04:01 cakebox kernel: rpc.statd:
Sep 30 17:04:01 cakebox kernel: svc_tp_create: Could not register prog 
100024 vers 1 on udp6
Sep 30 17:04:01 cakebox kernel:
Sep 30 17:04:01 cakebox kernel: rpc.statd:
Sep 30 17:04:01 cakebox kernel: svc_tp_create: Could not register prog 
100024 vers 1 on udp
Sep 30 17:04:01 cakebox kernel: rpc.statd:
Sep 30 17:04:01 cakebox kernel: cannot create udp service
Sep 30 17:04:01 cakebox kernel:
Sep 30 17:04:01 cakebox kernel: Starting lockd.
Sep 30 17:04:01 cakebox kernel: rpc.lockd:
Sep 30 17:04:01 cakebox kernel: unable to register (NLM_PROG, NLM_SM, udp)

so nfs is out of order and bit later I see:
Sep 30 17:05:15 cakebox kernel: pid 486 (rcorder), uid 0: exited on 
signal 6 (core dumped)

The rcorder failure is especially bad, as it's hard to tell what things 
it already started before dying (as it dies after producing half the 
list). Here is what it looks like when run rcorder manually (only the 
last lines):
[EMAIL PROTECTED] ~  rcorder /etc/rc.d/* /usr/local/etc/rc.d/*.sh
...
/usr/local/etc/rc.d/arpwatch.sh
rcorder: Circular dependency on file `/usr/local/etc/rc.d/amavisd.sh'.
rcorder: Circular dependency on provision `fake_prov_0013' in file 
`/usr/local/etc/rc.d/amavisd.sh'.
/usr/local/etc/rc.d/amavis-milter.sh
rcorder in free(): error: chunk is already free
Abort trap (core dumped)

I tried running rcorder against each rcfile individually to pinpoint it 
to a certain rcfile, but of course it's working then :-/

I've uploaded a tarball containing the source from /usr/src/sbin/rcorder 
, my binary (x86/pentium) and the coredump to 
http://www.nagilum.org/tempdir/rcorder.tar.gz . In case someone want's 
to take a look..
Of course world (especially including /etc) and kernel are in sync and 
everything was working with BETA3..
Ok, I thinks that's about it, any ideas anyone?
Thanks,
Alex.


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


Re: beta4-beta5 diff

2004-09-24 Thread Nagilum
Sorry dude,
that's (nearly) impossible, although your sources are BETA4, that 
doesn't tell anyone when exactly you checked them out. Changes are 
incorporated (theoretically) every minute so just from knowing BETA4 
it's not possible to create a proper diff.
You may consider using CTM, which offers daily diffs for download (check 
you local freebsd mirror under pub/FreeBSD/CTM/src-5/ ) but you need a 
defined start for that (which means a 88MB download).
Kind regards,
Alex.

[EMAIL PROTECTED] wrote:
Hello all,
I am currently deployed to sea in the Arabian Gulf and have VERY bad net
connection. This is a request I don't fully expect to be answered but if
someone could send me a diff of the source between beta4 and beta5, I would
greatly appreciate it. I have absolutely no way to do a cvsup or any other
method other than downloading the full src which is really not feasible in
my current location. A diff should fall just into the right size..
Thanks
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
 

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


Re: Filesystem replication?

2004-09-24 Thread Nagilum
Are you sure a NFS shared fs wouldn't do the trick?
Or maybe an hourly unison sync process?
Brian McCann wrote:
Does anyone know of something that will allow me to have 2 file
servers and have their file systems be always in sync automatically? 
Basically, I'm looking for a rsync type program/system that runs in
the background, and when a file is changed on server1, it is
copied/updated/removed/whatever on server2.

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

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


Re: Frustration: the only thing mounting with NFS client :-)

2004-09-21 Thread Nagilum
Hi,
I don't know what the problem in your case is, but just a few thoughts:
- make sure your linux box isn't providing NFSv4, as FreeBSD does only 
support for v2 and 3,
- to test and whether the nfs server is receiving you use showmount -e  
lg, it's quicker
- yes, you need a portmapper running on the client too and apparently 
you have, its that sunrpc thingy
-  read mount_nfs(8) ;)

I hope that helps a bit..
Alex.
lost gweilo wrote:
Hi there,
I am trying to access an NFS server (Debian Linux,
host name lg) from my FreeBSD 4.10-STABLE system
(host name gw) on my LAN.
My basic system info:
 gw# uname -mnprs
 FreeBSD gw 4.10-STABLE i386 i386
It doesn't seem to work:
 gw# mount -v -t nfs lg:/mnt/tt/music /root/uu
 lg:/mnt/tt/music: NFSPROC_NULL: RPC: Timed out
 ^C
It works when I try on the server though...
(Hopefully this also shows that basic networking
is OK between the two boxes...)
 gw# ssh lg
 Password:
 [EMAIL PROTECTED]:~# pwd
 pwd
 /root
 [EMAIL PROTECTED]:~# mkdir uu
 mkdir uu
 [EMAIL PROTECTED]:~# mount -v -t nfs lg:/mnt/tt/music /root/uu
 mount -v -t nfs lg:/mnt/tt/music /root/uu
 lg:/mnt/tt/music on /root/uu type nfs (rw,addr=127.0.0.1)
 [EMAIL PROTECTED]:~# exit
 exit
 logout
 Connection to lg closed.
RPC calls seem OK either with TCP or UDP:
 gw# rpcinfo -u lg nfs
 program 13 version 2 ready and waiting
 program 13 version 3 ready and waiting
 gw# rpcinfo -t lg nfs
 program 13 version 2 ready and waiting
 program 13 version 3 ready and waiting
I read in Managing NFS and NIS by Hal Stern, in
Chapter 10 p. 231 that that rpcinfo -u is supposed
to call the null procedure of the RPC server...
The error message I get from mount seems related...
But I have no clue, it just does the same thing
all the time:
 gw# mount -v -t nfs lg:/mnt/tt/music /root/uu
 lg:/mnt/tt/music: NFSPROC_NULL: RPC: Timed out
 ^C
I also noticed that portmap doesn't run on my client.
It won't start. Is it needed, for an NFS client?
 gw# portmap -d
 portmap[36419]: cannot bind udp: Address already in use
 gw# tail /var/log/messages
 Sep 17 05:00:00 gw newsyslog[90252]: logfile turned over due to 
size100K
 Sep 17 16:50:41 gw dhclient: New Network Number: 192.168.1.0
 Sep 17 16:50:41 gw dhclient: New Broadcast Address: 192.168.1.255
 Sep 17 23:14:55 gw portmap[9379]: cannot bind udp: Address already in 
use
 Sep 17 23:15:12 gw portmap[9472]: cannot bind udp: Address already in 
use
 Sep 18 00:23:26 gw portmap[36419]: cannot bind udp: Address already 
in use

Naive attempt to investigate the portmap error message:
 gw# netstat -a -f inet
 Active Internet connections (including servers)
 Proto Recv-Q Send-Q  Local Address  Foreign Address
(state)
 tcp4   0  0  192.168.1.100.4294 lg.ssh 
ESTABLISHED
 tcp4   0  0  *.smtp *.*
LISTEN
 tcp4   0  0  *.ssh  *.*
LISTEN
 tcp4   0  0  *.telnet   *.*
LISTEN
 tcp4   0  0  *.sunrpc   *.*
LISTEN
 udp4   0  0  *.**.*
 udp4   0  0  *.sunrpc   *.*
 udp4   0  0  *.syslog   *.*
 udp4   0  0  *.bootpc   *.*

Basically I have no clue what is going on.
I hope you can suggest things to look at.
Regards.
Lostgweilo
_
Linguaphone :  Learning English? Get Japanese lessons for FREE 
http://go.msnserver.com/HK/46165.asp

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

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


Re: ssh/pam/postgres

2004-09-21 Thread Nagilum
What you probably could do is install nss_ldap (net/nss_ldap) and use 
your pgsql server as ldap backend db.
If the burden of setting up a ldap server is too much, you could also 
use net/libnss-mysql, but that's MySQL not PostgreSQL..
Kind regards,
Alex.

[EMAIL PROTECTED] wrote:
Does anyone know a method I could use to have ssh validate itself first
against postgres also retrieve any other info such as shell, and hom dir.If
postgres fails fallback on another method. pam-pgsql is broken on 5.x and I
can't find a way using pam_exec to achieve any effect I have been looking
for.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
 

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


Re: Regarding Boot failure

2004-09-19 Thread Nagilum
If it does not continue from there (did you press return?) something 
went wrong during the installation process because apparently the kernel 
is not where the bootloader expects it. Try to do the install again and 
make sure the bootloader is installed on the right place. The handbooks 
install section covers all aspects of this faily well, so its a good 
idea to have access to it while installing.
I hope that helps,
Alex,

ramuK hsiraH wrote:
Hai 
 i have removed all the disk's from their respective
drives but still i have tha same problem

   of prompting the same message what to do then
Harish
--- Nagilum [EMAIL PROTECTED] wrote: 
 

Hi,
Could it be that you forgot to remove the mfsroot
floppy from the 
diskdrive when you rebooted?

Regards,
Alex.
ramuK hsiraH wrote:
   

Hai every body
Recently i have installed FreeBSD5.3
the installation process is quiet nice
when the system reboots
it prompts with the message as follows
FreeBSD ..
Default : 0(1,a)/kernel
boot:

   it stops there what to do next
   plz help me continue from there
   Bye
 Harish Kumar 
 fios.sourceforge.net

 


   

Yahoo! India Matrimony: Find your life partner
 

online
   

Go to: http://yahoo.shaadi.com/india-matrimony
___
[EMAIL PROTECTED] mailing list
 

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   

To unsubscribe, send any mail to
 

[EMAIL PROTECTED]
   


 

   


Yahoo! India Matrimony: Find your life partner online
Go to: http://yahoo.shaadi.com/india-matrimony
 

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


Re: kern.ipc.maxpipekva exceeded, error

2004-09-18 Thread Nagilum
Hi Puna,
This looks like there occured a looping recursion, there is definately 
something wrong with your ports. Maybe try to reinstall the dependencies 
forcefully after bringing your ports tree up-to-date (if that alone does 
not already help)
Kind regards,
Alex.

Puna Tannehill wrote:
On a freshly rebuild v5.3-BETA4...
A failed compile of sysutils/fastest_cvsup led me to run 'make clean' 
before trying again.  It took over 5 minutes to run make clean, and at 
the very end I got the following:

# make clean
kern.ipc.maxpipekva exceeded; see tuning(7)
Pipe call failed: Too many open files in system
Pipe call failed: Too many open files in system
===  Cleaning for libtool-1.5.8
===  Cleaning for perl-5.8.5
===  Cleaning for fastest_cvsup-0.2.8
There is nothing specifically in tuning about this particular knob, 
but from poking around I get the feeling that it's about memory 
management of the kernel IPC subsystem.

Running 'sysctl kern.ipc.maxpipekva' shows:
kern.ipc.maxpipekva=1257472
Hunting around on in the archives, I came up with people getting this 
error while doing very intensive compiles.  Seems strange to me that I 
might get such an error on a 15min uptime, cold-booted machine and 
just doing a 'make clean'.  And thoughts?

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

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


Re: php4 + mhash

2004-09-18 Thread Nagilum
Try this:
 cd /usr/ports/security/php4-mhash  make install
and don't forget to make sure you have something like
 extension_dir = /usr/local/lib/php/20020429/
in your /usr/local/etc/php.ini (must point to the directory where your 
mhash.so is located)
Regards,
Alex.

fbsd_user wrote:
how do I tell the php4 port to include mhash?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
 

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


Re: Regarding Boot failure

2004-09-18 Thread Nagilum
Hi,
Could it be that you forgot to remove the mfsroot floppy from the 
diskdrive when you rebooted?

Regards,
Alex.
ramuK hsiraH wrote:
 Hai every body
 Recently i have installed FreeBSD5.3
 the installation process is quiet nice
 when the system reboots
 it prompts with the message as follows
 FreeBSD ..
 Default : 0(1,a)/kernel
 boot:

it stops there what to do next
plz help me continue from there
Bye
  Harish Kumar 
  fios.sourceforge.net


Yahoo! India Matrimony: Find your life partner online
Go to: http://yahoo.shaadi.com/india-matrimony
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
 

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


Re: Request

2004-09-11 Thread Nagilum
Uhh?
There is plenty of information on the web just google for FreeBSD vs Linux
like this one: 
http://www.over-yonder.net/~fullermd/rants/bsd4linux/bsd4linux1.php
If the Mexican mirror doesn't work go to the main site: 
http://www.freebsd.org/ there are plenty of links and information..
You're welcome,
Alex.

David Garcia G. wrote:
Hi to the FreeBSD team, my name is David Garcia, I'm from Mexico, I'm a university 
student of computing and I'm investigating about the FreeBSD OS, I would really 
apreciate some specifical information like technical information about the kernel, the 
advantages and disadvantages agains the Linux operating systems, it's independence of 
the hardware where it's running and the facilities that FreeBSD gives for software 
develop. I would really apreciate such information, I know it's common information but 
not so easy to find on internet, mostly because I need some technical information. I'm 
writing you because the page of FreeBSD for Mexico seems to be out of service. Thank 
you.
Este mensaje fue enviado por David G.
-
Do You Yahoo!?
Yahoo! Net: La mejor conexión a internet y 25MB extra a tu correo por $100 al mes.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
 

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


Re: Tar pitting automated attacks

2004-09-10 Thread Nagilum
Jonathan Chen wrote:
On Tue, Sep 07, 2004 at 09:42:16AM -0400, Mike Galvez wrote:
 

Is there a method to make this more expensive to the attacker, such as tar-pitting?
   

Put in a ipfw block on the netblock/country. At the very least it will
make it pretty slow for the initial TCP handshake.
Cheers.
 

I don't know how this particular scanner works, but if was (to write) a 
scanner which is supposed to scan as many as possible hosts as quickly 
as possible, I would simply start sending out syn's as fast as I can or 
my master told me, without tracking to which hosts I sent one (just do a 
count upwards or something like that). Then I would simply collect those 
hosts that do respond with an ACK and put only them in the queue for 
further processing. Whether your host sends a nak or nothing is the same 
to me.
So I don't think a block will cause any significant harm to these attacks.

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


something fishy with this network

2004-09-10 Thread Nagilum
Hi,
I have a really strange network problem and no idea what's the cause, 
maybe someone else can enlighten me..so here it comes:
I have a FreeBSD5.3b3 gateway, this machine is NAT gateway, Webserver, 
DHCP and nameserver for the LAN, Mailserver, Samba, et al..
In my LAN I have a PC and a Powerbook, both configured via DHCP from the 
gateway.
Everything works fine except I can't access certain hosts in the 
internet from the Powerbook or the gateway, the most famous being 
slashdot.org (www.clamav.net is another one). I can access other hosts 
without problems but from some I just don't get anything.
The really strange thing is that I can access them from the PC (via NAT) 
running Win2k, but not from the same machine running FreeBSD or Linux.
It also doesn't work from the Powerbook running MacOS-X 10.3.5, but I 
know it's not the browser or anything in the Powerbook because if it 
works if I plug the Powerbook directly into the modem. It doesn't even 
work on the gateway itself, so a proxy wouldn't help.
The name resolution works fine, I can traceroute to the hosts on the 
gateway and even ping them. It seems to me as if there is something 
blocking the responses, when I try it with lynx all I see is HTTP 
request sent; waiting for response.  but doesn't that mean, that the 
TCP handshake was already successful?
Everything was working fine back with 5.2, so I'm pretty sure it's 
something with my gateway, but what? (No I don't remember any particular 
change that could cause that)
I don't see anything special in the logs and I don't think I blocked 
anything. I don't think it's the fault of the packet filter pf, since it 
does not work from the gateway itself either, but just in case, here is 
my pf.conf (but it really can't be it, since there is no os-specific 
filtering in it):
 http://www.nagilum.org/pf.conf
It's more likely to be something with my kernel so here is my kernel config:
http://www.nagilum.de/cakebox
If I knew what else it could be I would put it up there but it just 
doesn't fit...
This is quite a mystery to me so any hints would be helpful,
Thanks in advance,
Alex.

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


Re: something fishy with this network

2004-09-10 Thread Nagilum
Thanks Charles,
You really saved my day!
I had a set MRU 1448 in my  /etc/ppp/ppp.conf, I changed it to the 
default size of 1492 which even though it's even larger, solved the 
problem?!
Thanks a lot again!

Charles Swiger wrote:
On Sep 10, 2004, at 4:40 PM, Nagilum wrote:
Everything works fine except I can't access certain hosts in the 
internet from the Powerbook or the gateway, the most famous being 
slashdot.org (www.clamav.net is another one). I can access other 
hosts without problems but from some I just don't get anything.

Hm, perhaps try adjusting your MTU down?  ifconfig _name_ mtu 512
[ Obviously, you want to use the largest MTU which works, but the 
above is a quick test that will show whether this helps.  Replace 
_name_ with the name of your outgoing NIC ]

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


Re: hi

2004-09-08 Thread Nagilum
Hi A W
Your computer shouldn't reboot after reading from the mfsroot, try 
booting the kernel with ACPI disabled.

Have fun!
Alex.
A W wrote:
Hello FreeBsd
  I have this problem with the boot floppies, everytime i boot 
the kern.flp then it asks me to push in mfsroot.flp. I follow the 
instructions then it would reboot my computer but after it does reboot 
it doesn't enter the installation and gives me a message 
FreeBsd/i368 Boot Default: 0:fd (0,a) /kernel boot: no /kernel Why 
is this? What caused it? and how can i fix it?

  thank u
_
Scan and help eliminate destructive viruses from your inbound and 
outbound e-mail and attachments. 
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

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

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


Re: cvsup, SetAttrs, I've read the FAQ

2004-09-08 Thread Nagilum
How about a grep -v SetAttr ?
Karel J. Bosschaart wrote:
Hi,
I would like to get rid of the 'SetAttrs' lines in the cvsup logs.
Of course I found the FAQ at http://www.cvsup.org/faq.html#setattrs ;
I have umask=2 defined in my supfile, always run as root and after removing 
the checkout files, these files are rebuilt and all is fine. Only for one 
time though: running cvsup a second time will show 'SetAttrs' on the files 
that were updated in the previous run. See example of two cvsup runs:

First run:
kayjay# cvsup cvs-supfile
Connected to cvsup2.nl.FreeBSD.org
Updating collection src-all/cvs
Edit src/sys/fs/msdosfs/msdosfs_fat.c,v
Edit src/sys/fs/msdosfs/msdosfs_lookup.c,v
Updating collection cvsroot-all/cvs
Append to CVSROOT-doc/commitlogs/doc
SetAttrs CVSROOT-src/commitlogs/lib
SetAttrs CVSROOT-src/commitlogs/sbin
SetAttrs CVSROOT-src/commitlogs/share
Append to CVSROOT-src/commitlogs/sys
Updating collection ports-all/cvs
Updating collection doc-all/cvs
Edit doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml,v
SetAttrs doc/en_US.ISO8859-1/slides/common/freebsd-users.xml,v
Edit doc/ru_RU.KOI8-R/books/handbook/printing/chapter.sgml,v
Finished successfully
Second run:
kayjay# cvsup cvs-supfile
Connected to cvsup2.nl.FreeBSD.org
Updating collection src-all/cvs
SetAttrs src/sys/fs/msdosfs/msdosfs_fat.c,v
SetAttrs src/sys/fs/msdosfs/msdosfs_lookup.c,v
Updating collection cvsroot-all/cvs
SetAttrs CVSROOT-doc/commitlogs/doc
SetAttrs CVSROOT-src/commitlogs/lib
SetAttrs CVSROOT-src/commitlogs/sbin
SetAttrs CVSROOT-src/commitlogs/share
SetAttrs CVSROOT-src/commitlogs/sys
Updating collection ports-all/cvs
Updating collection doc-all/cvs
SetAttrs doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml,v
SetAttrs doc/en_US.ISO8859-1/slides/common/freebsd-users.xml,v
SetAttrs doc/ru_RU.KOI8-R/books/handbook/printing/chapter.sgml,v
Finished successfully

Over time, the lines with 'SetAttrs' will grow in number. I'm thinking 
about removing the checkout files every time I run cvsup but that's not a 
very nice solution. I'm facing this problem for quite some time and after 
months of going through logs filled up with 'SetAttrs' I would like to solve 
it properly.

My supfile can be found at http://kayjay.nl/cvs-supfile if that's useful. 

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

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


Re: Can I NAT incoming connections?

2004-08-28 Thread Nagilum
Hi Stan,
if you use ipnat to do the NAT you need something like that in your 
ipnat.conf:

  rdr tun0 0/0 port 2000-2010 - 192.168.1.20 port 2000
This would redirect the ports 2000-2010 on your gateway to the same 
ports on the machine 192.168.1.20 in your LAN.
If you use pf it's pretty much the same:

 rdr on $ext_if port 2000-2010 - 192.168.1.20 port 2000
check the proper man pages (ipnat.conf(5), pf.conf(5)) for the details.
I hope this helps,
kind regards,
Alex.
stan wrote:
I've set up a ppp conection (tuneled over ssh and socks) from a machine on
the home network to a mcahine at work. At home, where I have control of the
rotueing tables, I've set up routes to allow all amchines to use this
link to access the machine at work.
However, I want more :-). I want to be able to access the rest of the
machiens at work. To do this the packest leaving the machine at work will
need to be NAT'ed to look like the originate _from_ that machine, and
unNAT'ed on the way out.
Is this possible?
If so, can anyone point me in the direction of some documentation as to how
to get it working? Both machines are (of course) FreeBSD machines.
 

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


Re: ALTQ@5.2.1-RELEASE-p9 ?

2004-08-25 Thread Nagilum
Yes, they apply cleanly.
Regards,
Alex.
Hugo Silva wrote:
Hey,
I wanted to know if the patches available for ALTQ on FreeBSD 5.x work on
5.2.1.
I can't test this myself because the only 5.2.1 server I have is a
production server and I'd like to be 100% sure it will work first.
I don't know if the patches will apply cleanly, the latest I found were
for 5.2-CURRENT.
Does the patch for 5.2 works on 5.2.1-release-p9 ?
Regards,
Hugo
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
 

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


Re: Sharing?

2004-08-25 Thread Nagilum
Sure, go ahead, maybe try to get the latest (stable) version first 
though (5.3beta is out)..

Regards,
Alex.
ro sa wrote:
  Hi FreeBSD
  I have a question. I'm I aloud to share FreeBSD (e.x. 5.0) in like For
  example DC direkt connect or kazaa or anything like that ?? And
  another question Can I download the software and share it to my
  friends via cd??
  Please answer.
  Keep Up the Good Work
  /Roger
_
  Veckans Pollenprognos hittar du nu på MSN Väder. [1]Klicka här 

References
  1. http://g.msn.com/8HMBSVSE/2731??PS=47575
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
 

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


Re: switching NAT: ipf to pf not working

2004-08-23 Thread Nagilum
Hi,
Try it with this:
ext_if=xl0
nat on $ext_if inet from ! ($ext_if) to any - ($ext_if)
Kind regards,
Alex.
Jorge Mario G. wrote:
Hello there
I'm trying to switch the nat from ipf to pf
our lan is pretty simple
INTERNET  (pf)--- 192.168.0.0/24 LAN1
 |
 |
 |--- 192.168.1.0/24 Wireless LAN
our ipf configuration was pretty much like this
map xl0 192.168.0.0/24 - 0/32
map xl0 192.168.1.0/24 - 0/32
Now our pf configuration looks like this:
nat on xl0 from 192.168.0.0/24 to any - (xl0)
nat on xl0 from 192.168.1.0/24 to any - (xl0)
192.168.1.254 is our Wireless access point
I dont get it what are we doing wrong?

Jorge


=
_
Do You Yahoo!?
Información de Estados Unidos y América Latina, en Yahoo! Noticias.
Visítanos en http://noticias.espanol.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
 

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


Re: irc resuming through natd

2004-08-06 Thread Nagilum
I'm not completely sure what you mean, but if your client does not 
reconnect after a disconnect maybe you could try another client? I found 
irssi to be a good replacement for ircII in that regard..
Kind regards,
Alex.

cedrick.gaillard wrote:
hi,
it's impossible for me to do irc resuming through may freebsd gateway.
i was on freebsd 4.7 and i am now on freebsd 5.2.1 current and the
problem persists on both versions.
someone have a good way to do irc resuming?
here is my natd.conf :
log yes
log_denied yes
use_sockets yes
same_ports yes
interface xl0
punch_fw 1:20
log_ipfw_denied yes
i use ipfw
if my other computer is connected directly on internet, it have no
problem.
Thanks
cédrick
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
 

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


Re: start order on 5.2.1

2004-07-13 Thread Nagilum
Hi J.D.
The runorder of the rc scripts in /etc/rc.d is determined by the 
dependencies of these scripts, There is a utility called rcorder(8) 
(read the manpage!) which returns the names in the order they can be 
executed. It uses special comments in order to do so. So you probably 
just have to add:
# REQUIRE: ldconfig
to your dns startscript to fix your startup.

Kind regards,
Alex.
J.D. Bronson wrote:
I noticed that my new 9.3 version of bind needs a shared library
which is not available until ELF ldconfig runs. Why is named starting 
before than and how can I change that so that ldconfig runs as early 
as possible?

Jul  9 19:48:35 bacardi kernel: Mounting NFS file systems:
Jul  9 19:48:35 bacardi kernel: .
Jul  9 19:48:35 bacardi kernel: Starting syslogd.
Jul  9 19:48:35 bacardi kernel: Jul  9 19:48:35 bacardi syslogd: 
kernel boot file is /boot/kernel/kernel
Jul  9 19:48:35 bacardi kernel: Starting named.
Jul  9 19:48:35 bacardi kernel: /usr/libexec/ld-elf.so.1:
Jul  9 19:48:35 bacardi kernel: Shared object libgcc_s.so.1 not found
Jul  9 19:48:35 bacardi kernel:
Jul  9 19:48:35 bacardi kernel: Starting ntpdate.
Jul  9 19:48:41 bacardi kernel: ELF ldconfig path: /lib /usr/lib
/usr/lib/compat /usr/local/lib /usr/local/BerkeleyDB.4.2/lib

..after boot, if I startup named manually it works fine.
thanks!

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


Re: mss_* problems during 5.2.1 install

2004-07-13 Thread Nagilum
Hi Dan,
There is a lot you can try, loading without ACPI, explicitly unloading 
unneccesary drivers, trying older versions.. After the machine got stuck 
you may still be able to scroll back by pressing the scroll key and then 
the cursor keys...
I hope this helps,
Alex.

Dan Harris wrote:
I just purchased a new HP Proliant DL585 quad-opteron system.  The only
supported OS's are SuSE and RedHat Enterprise.  But, I thought what the
heck I'll try trusty FBSD on it. 4.10 installed perfectly, however I really
want 64-bit support.. So it looks like 5.2.1-RELEASE for me.
However, when trying to boot into setup from the minimal install CD, I hit a
roadblock:
mss_probe: no address given, try 0x530
mss_detect, busy still set (0xff)
This repeats enough times that it scrolls off the screen and I can't tell
exactly what happens before it, and the system is frozen so I can't scroll
back.
The machine has an integrated Broadcom Gigabit, which it detects fine, and a
HP Smart Array RAID controller, which it also seems to detect.  That's the
only peripherals that I'm using.  I've tried disabling the integrated
lights-out processor and changing IRQ's of the PCI devices with no luck,
The RAID controller is in a 133MHz PCI-x slot, if that makes a difference.
Help PLEASE! I don't want to be forced to put Linux on this beast!
-- End of Forwarded Message
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
 

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


Re: Upgrading openssh

2004-06-17 Thread Nagilum
Hi Eric,
The base version of openssh is updated frequently (especially if any 
vulnerabilities are discovered), so why bother with the port?

Kind regards,
Alex.
Eric Crist wrote:
After figuring out perl (with the help of Matthew, I was wondering what the 
proper way to install/upgrade openssh.  I assume it's to install from ports, 
and somehow disable the installed, system version.

What's the proper method?
 


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


Re: OT: web serving

2004-06-14 Thread Nagilum
Hi John,
The simpliest solution would probably be to let your gateway machine 
not just forward port 80 to your fbsd machine, but also let it forward 
another port (eg. 81) to your .net machine and configure IIS to serve 
also via this port.

If that is not an option you might be able to set up something using 
mod_proxy, however I have no experience how to use that, so this is 
definitely a case of RTFM ;)

Kind regards,
Alex.
Goodleaf, John wrote:
  Please reply to [EMAIL PROTECTED]
  So I have a FreeBSD server at home serving some web pages, mostly web
  mail (Apache). It's running on a DSL line behind a gateway that
  forwards port 80 requests to it. Now here's the problem. I need to
  serve also from an IIS .NET server (it's for my girlfriend; don't bug
  me). So my question: How do I serve some things from the IIS server
  and some from the BSD server?  Do I set up some kind of proxying?
  I'm sure there are three hundred solutions, but this is not something
  I've ever had to learn about. I'm willing to RTFM; I just want to be
  pointed in the right direction.
  Thanks,
  John
_
  This e-mail message is for the sole use of the intended recipient(s)
  and may contain confidential and privileged information. Any
  unauthorized review, use, disclosure or distribution is prohibited. If
  you are not the intended recipient, please contact the sender by reply
  e-mail and destroy all copies of the original message.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
 


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


Re: pf

2004-06-07 Thread Nagilum
Not just CURRENT, you can have pf on STABLE too:
http://pf4freebsd.love2party.net/
ALTQ is not ready for all interfaces but the apart from that it's fully 
functional.
Have fun,
Alex.

Reed L. O'Brien wrote:
I thought I read in the CURRENT docs somewhere that pf was going to be 
the default packet filter.  Was I hallucinating?  Anyone seen it?

Also anyone using pf on FreeBSD 5.x?
Is it fully implemented?  is it as solid as ipfilter?
I have never used ipfw or ipfw2 so please don't refer to them without 
great detail on their part of the comparisonI won't get it

TIA

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


Re: dump backup question

2004-06-05 Thread Nagilum
Hi,
I assume you could script something using expect, but maybe you should 
consider using a real backup program like for example bacula.
Kind regards,
Alex.

[EMAIL PROTECTED] wrote:
  Hi,
 I'm running FreeBSD 5.1 and I'm trying to backup= a filesystem
  which is quite large with many files. I'm using dump, and= using a
  remote tape. I'm also using cron to make a daily backup with d= ump
  level 9, and a weekly dump with level 0. The problem I have is that   during the 
dump process there is a need for interaction, and
  providing= lots of yes when I get prompted if I want to continue
  with the new v= olume. How can I avoid this ? I want the backup to be
  automatic, with n= o need for interaction.

  Thanks,

  Matias
  __   Todavía no tenés tu Ciudad 
Internet Mail? Obtenelo ahora! -   [1]http://webmai= l.ciudad.com.ar
  Descargá Gratis el nuevo Internet Explorer= 6.0, el mejor software
  para actualizar tu PC. [2]Hacé click acá.
References
  1. 3D'http://webmail.ciudad.com.ar'/
  2. 3D'http://www.ci=/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
 


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


Re:FreeBSD G3

2003-10-16 Thread Nagilum
I'd assume NetBSD is more mature than Darwin, so I'd go with NetBSD instead..
Kind regards,
Alex.

Quoting Rod Person [EMAIL PROTECTED]:

 On Wednesday 15 October 2003 11:44 pm, lawrencejr johnson wrote:
  Hello,
 
  I'm would like to install BSD on my old G3 Powerbook Laptop. Whare can I
  find out How to do this, if it is possible ?
 
 Try Darwin. FreeBSD is not running on the G's yet.
 -- 
 Rod
 
 @ Home So No Cool Signature
 http://opensourcebeef.bsd.st
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]



#_  __  _ __ http://www.nagilum.org/ \n icq://69646724 #
#   / |/ /__  _(_) /_  _  [EMAIL PROTECTED] \n +1776461165 #
#  // _ `/ _ `/ / / // /  ' \  Amiga (68k/PPC): AOS/NetBSD/Linux   #
# /_/|_/\_,_/\_, /_/_/\_,_/_/_/_/  Mac (PPC): MacOS9 / Linux / MacOS-X #
#   /___/ x86: Linux/FreeBSD/QNX/Win98SE/WinXP  ARM9: EPOC EV6 #




This message was sent using IMP, the Internet Messaging Program.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: devel/imake-4 errors out on mkhtmlindex

2003-10-06 Thread Nagilum
Hi Johan,
I just stumbled over the same problem, it turned out to be a perl problem.
After installing perl from the ports one should do something like
# use.perl ports
this creates some symlinks to make perl apps run with the new perl. Apparently
one of these links was missing and use.perl did not run, so I had to do:
# ln -s /usr/local/bin/perl /usr/bin/perl5
to fix this. Now imake-4 install runs fine.
Btw. XFree-4-libraries suffers from the same problem.
Best regards,
Alexander.

Quoting Johan Huldtgren:

Posted this about a week ago, perhaps I'll have better luck this time..

-- Forwarded message --
Hi,

I've beem trying to upgrade the devel/imake-4 port for a few days now,
and I'm hitting an odd error. I've done some googling as well as been
through the archives and have not seen any mention of this at all. The
port builds fine, but during the install:

snipp
install.man in config/util done
installing man pages in config/pswrap...
+ /usr/bin/install -c -m 0444 pswrap.1.html
/usr/X11R6/lib/X11/doc/html/pswrap.1.html
rm -f /usr/X11R6/man/man1/pswrap.1*
/usr/bin/install -c -m 0444 pswrap._man  /usr/X11R6/man/man1/pswrap.1
gzip -n /usr/X11R6/man/man1/pswrap.1
install.man in config/pswrap done
===   Generating temporary packing list
mkhtmlindex:No such file or directory
*** Error code 1

Stop in /usr/ports/devel/imake-4.
*** Error code 1
snipp

I have scripted it all so if more than this snipp is required just let me
know.

I updated my ports last night (Apr 3rd) at 03:00 CET.


[EMAIL PROTECTED] root]# uname -a
FreeBSD mordor.obitus.org 4.4-20011213-STABLE FreeBSD 4.4-20011213-STABLE
#0: Fri Dec 21 21:21:34 CET 2001
[EMAIL PROTECTED]:/usr/src/sys/compile/SAURON  i386


[EMAIL PROTECTED] root]# more /etc/make.conf
CPUTYPE=i686
CFLAGS= -O -pipe
CXXFLAGS+= -fmemoize-lookups -fsave-memoized
COPTFLAGS= -O -pipe

NO_X=true
NO_BIND=true
NOGAMES=true
NOPROFILE=true
NOUUCP=true

MAKE_IDEA=YES
NO_MAKEDEV= true
COMPAT3X=yes
BOOTWAIT=0
HAVE_MOTIF=YES
USA_RESIDENT=NO

XFREE86_VERSION=4
TOP_TABLE_SIZE=101


Thanks for any info on solving this,

- Johan



#_  __  _ __ http://www.nagilum.org/ \n icq://69646724 #
#   / |/ /__  _(_) /_  _  [EMAIL PROTECTED] \n +1776461165 #
#  // _ `/ _ `/ / / // /  ' \  Amiga (68k/PPC): AOS/NetBSD/Linux   #
# /_/|_/\_,_/\_, /_/_/\_,_/_/_/_/  Mac (PPC): MacOS9 / Linux / MacOS-X #
#   /___/ x86: Linux/FreeBSD/QNX/Win98SE/WinXP  ARM9: EPOC EV6 #



-
This mail sent through IMP: http://horde.org/imp/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]