icmp messages

2003-12-03 Thread Petre Bandac
hello

I've googled around to find out EXACTLY what ping messages mean

like 
icmp: time exceeded in-transit [tos 0xc0] 

or

icmp: echo request [ttl 1]

first I went to check out rfc's, but didn't find much there

could you please give me any hints ?

thanks,

petre
-- 
Login: petreName: Petre Bandac
Directory: /home/petre  Shell: /usr/local/bin/zsh
On since Tue Dec  2 09:20 (EET) on ttyv0, idle 0:36 (messages off)
On since Tue Dec  2 16:30 (EET) on ttyp1, idle 15:51, from ns
No Mail.
No Plan.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Remove ^M characters from xhtml file

2003-12-03 Thread parv
in message [EMAIL PROTECTED],
wrote Rob Ellis thusly...

 On Tue, Dec 02, 2003 at 05:53:59PM -0500, parv wrote:
  
  It pains me not to see even a mention of sed ...  To rectify the
  situation...
  
sed -e 's/^M$//' old  new  mv -f new old
  
 
 Freebsd's sed has -i
 
   sed -ie 's/^M$//' old

I forgot about that; thanks for the reminder.


  - Parv

-- 

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


dump performance - 4.6-RELEASE #0

2003-12-03 Thread Kevin Fleming

I've done numerous tests with dump and different buffer sizes etc, but the
maximum speed I can read from disk is approximately 14MB/s (measured by
iostat).

cpio / tar etc can read from disk at over 30MB/s ..

Dump seems to spawn children (presumably for better IO) - is it possible to
tweak the number of children for better IO performance.

I can write to my tape unit at a sustained 25MB/s (AIT-3 on an LVD
interface), so I'm wasting tape and time.


Kevin

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


Cannot find file system superblock error - how to recover?

2003-12-03 Thread Scott I. Remick
Running 5.1-REL on a system w/ 2 drives. Was saving a file to 2nd drive
(mounts as /data) and system suddenly froze then rebooted. Never good. Fsck
barfed on startup telling me I had to run it manually. The error I'm stuck
with is:

/dev/ad6s1c
Cannot find file system superblock
/dev/ad6s1c: NOT LABELED AS A BSD FILE SYSTEM

Searching on this error hasn't been very productive. Some people talk about
a LOOK FOR ALTERNATE SUPERBLOCKS? question that I'm not getting when I run
fsck. There's also mention of an undocumented -b option to fsck for fixing
this. Then there's some scary manual method using dd:

dd if=/dev/ad6s1c skip=32 of=/dev/ad6s1c seek=16 bs=512 count=16

But before I do that I definitely want confirmation. Please tell me there's
hope for this drive...this Windows PC makes me feel dirty.  Thanks in
advance. :)

=
Scott I. Remick   --==--   ICQ: 450152 
Save the internet - Use a Mozilla-based browser: http://vtbsd.net/mozilla/
FreeBSD: Because making unix user-friendly is easier than debugging Windows. 
http://vtbsd.net/freebsd/
Voici mon secret. Il est tres simple: on ne voit bien qu'avec le coeur. L'essentiel 
est invisible pour les yeux.

Q: Because it reverses the logical flow of conversation.
A: Why is putting a reply at the top of the message frowned upon?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


amap-4.3

2003-12-03 Thread plumber
i 've a question, i'm GNU-Darwin member

amap configure doesn't find openssl ?

it's possible to integrate detection for somelib.dylib and .so
because when i make a port i respect all distributions
Thanks

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


Dual Headed display with ati driver

2003-12-03 Thread Wayne Pascoe
Hi all,

Has anyone here got a dual headed display working with the ati driver in
XFree86 ? I have a Radeon 9800pro and I'm using XFree86-Server-snap,
which I believe used the XFree86-4.3.99.15.tar.bz2 for it's install.

With just one monitor plugged in, I get 1024x768 @ 85Hz. As soon as I
plug the second monitor in, even before configuring it, and startx, both
monitors come up with the same display on each. However my CRT will only
work at 60Hz which is a bit of a problem.

I'm using an Iiyama Visionmaster pro 410 (CRT) as my primary monitory
and a Samsung Syncmaster S171 (LCD) as my secondary monitor.

Does anyone have any pointers as to how I could get this working
properly ? 

Thanks in advance,

-- 
Wayne Pascoe
'tis far easier to get forgiveness than it is to
get permission - probably someone famous,
but more often, my Dad.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


My SENDMAIL is not working

2003-12-03 Thread Nelson Headley

I have a FreeBSD system running as a server for a demo network.  It is not
connected to any ISP network.
The system has domain voiprs.com and the hostname set to server.voiprs.com.
The IP addresses are localhost 127.0.0.1, server.voiprs.com 192.168.2.100.

I have the following applications running:
Apache Web Server running OK.
PHP version 4 running OK.
MySQL running OK.
SER (VOIP SIP Server) 0.8.10 running OK.
SENDMAIL is running
NAMED is running

When I try to send mail locally, I get a localhost.voiprs.com timed out
failure.
I'm typing
mail -v [EMAIL PROTECTED] (a username on the system, and a valid mailbox)
Subject: test
test
control-d
The system tries to relay the message once it can connect to
local.voiprs.com, but times out after 5 mintues.


If I try to connect via TELNET (voiprs.com port 25) from a PC running
Windows 98 on the network,
I can connect (HELO) voiprs.com, MAIL From: [EMAIL PROTECTED], RCPT To:
[EMAIL PROTECTED],
DATA, type in a test message, and it sends it.
The server.voiprs.com reports a relay error and the message is discarded.


I believe I have the DNS set up OK.

NAMED.CONF

// $FreeBSD$
//
options {
directory /etc/namedb;

/*
forwarders {
127.0.0.1;
};
*/

/*
host { any; } {
topology {
127.0.0.0/8;
};
};
*/


zone voiprs.com {
  type master;
  file voiprs.com;
};

zone 2.168.192.IN-ADDR.ARPA {
type master;
file voiprs.com.rev;
};

zone . {
type hint;
file named.root;
};

zone 0.0.127.IN-ADDR.ARPA {
type master;
file localhost.rev;
};

zone
0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.INT {
type master;
file localhost.rev;
};

/*
zone example.com {
type slave;
file s/example.com.bak;
masters {
192.168.1.1;
};
};

zone 0.168.192.in-addr.arpa {
type slave;
file s/0.168.192.in-addr.arpa.bak;
masters {
192.168.1.1;
};
};
*/



ZONE FILE (voiprs.com)
$TTL 3600

voiprs.com. IN SOA server.voiprs.com. root.voiprs.org. (
5   ; Serial
10800   ; Refresh
3600; Retry
604800  ; Expire
86400 ) ; Minimum TTL

; DNS Servers
@   IN NS   server.voiprs.com.

; Machine Names
localhost   IN A127.0.0.1
server  IN A192.168.2.100
mailIN A192.168.2.100
@   IN A192.168.2.100

; Aliases
www IN CNAME@

; MX Record
@   IN MX   10  mail.voiprs.com.


ZONE FILE for ARPA (voiprs.com.rev)
$TTL 3600

2.168.192.in-addr.arpa. IN SOA server.voiprs.com. root.voiprs.com, (
5   ; Serial
10800   ; Refresh
3600; Retry
604800  ; Expire
3600 )  ; Minimum

@   IN NS   server.voiprs.com.

100 IN PTR  server.voiprs.com



RESOLV.conf
search voiprs.com
nameserver  127.0.0.1
nameserver  192.168.2.100


I set up the SENDMAIL program per the instructions on the FreeBSD web site.
I did the following:
rc.conf has sendmail_enable=YES
make cf (no changes to FreeBSD.mc)
make install
editted access to allow 192.168 relay and did make maps
make aliases (no changes)
made file /etc/mail/local-host-names and added voiprs.com and
mail.voiprs.com
did make restart



Nelson Headley
DMG/DMI/DOH Operations
INET 723-1931
(310) 894-1931


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


Re: Can't mount UFS in KNOPPIX

2003-12-03 Thread Matthew Seaman
[ Mounting FreeBSD UFS partitions under KNOPPIX ]

On Wed, Dec 03, 2003 at 09:37:29AM +1100, [EMAIL PROTECTED] wrote:
 heh i have done this easy, you need to setup the nfs permissions first
 
 mount 192.168.0.1:/home/user /mnt/home
 
 that worked for me no need for -t

Yes, that's all very well, but it doesn't help when the partition you
want to mount is on the same machine where you're running Knoppix (or
any of the other alternatives discussed).

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Re: very intresting question about groups

2003-12-03 Thread Konstantin Gritsenko
Thanks a lot!
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Vinum U320 SCSI, slower than UDMA100 IDE ?

2003-12-03 Thread Sander Smeenk
Quoting Greg 'groggy' Lehey ([EMAIL PROTECTED]):

  But still, I doubt if bonnie++ is a good test, and I have a hard time
  interpreting the results. I can publish the results somewhere, in a
  while.
 Yes, bonnie++ tests the entire system, not just the disk.
 Try benchmarks/rawio.

That might explain why bonnie++ results were quite similar on IDE as on
SCSI. I just ran rawio on the plain IDE disk, and the RAID10 vinum
volume, and now results *ARE* 'astonishing' :)

Random read  Sequential read  Random write  Sequential write
ID  K/sec  /sec  K/sec  /sec  K/sec  /sec   K/sec  /sec
IDE  1860.4  72   6799.4 415   1314.9 1585914.3 361
VINUM   12008.3 724  14972.7 914  12072.5 726   13710.0 837

Thanks for all your help Greg!

Sander.
-- 
| Not one shred of evidence supports the notion that life is serious.
| 1024D/08CEC94D - 34B3 3314 B146 E13C 70C8  9BDB D463 7E41 08CE C94D


signature.asc
Description: Digital signature


Re: Why no FreeBSD ftp site in India?

2003-12-03 Thread Matthew Seaman
On Wed, Dec 03, 2003 at 03:40:09PM +0900, Rob wrote:

 No one interested there to set up an ftp.in.FreeBSD.org server?
 Or is the FreeBSD community in India simply too tiny?

Setting up a FreeBSD mirror in India would be welcome, but it does
require someone to donate the necessary hardware and bandwidth.
Getting someone -- or more likely, some business or university, to do
that is a matter of having an active user community, preferably with
some companies using and seeing the benefits of FreeBSD and of
generating some critical mass around the idea.  It doesn't take a huge
number of people, but they would have to be close enough together to
interact.

Cheers,

Matthew

Reply-To set to [EMAIL PROTECTED]

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Anyone used the RocketRaid 1640 SATA Raid 5 card?

2003-12-03 Thread Paul Hamilton
Hi All,

Still scouting around for a raid 5 card, and found this little beauty!

http://www.highpoint-tech.com/rr1640.htm

Looking through their web site, and it looks impressive, in that they
actually actively support FreeBSD!

Anyone tried out the 154x, 1640 or 1820 products with FreeBSD 4.x running
raid 5?  Have seen feedback from people running raid 1, but how about raid
5!


Cheers,

Paul Hamilton


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


Re: Is there a guide to Upgrading a FreeBSD server remotely

2003-12-03 Thread Chris Howells
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

On Wednesday 03 December 2003 06:00, Peter Ulrich Kruppa wrote:
 Do everything step by step and keep a logfile to check if
 everything worked o.k. . Do something like
 # make buildworld  logfile 
 In case your connection breaks, buildworld will go on and you can
 check everything when it is up again. With
 # tail -f logfile
 you can check the advance anytime you whish.

Take a look at /usr/ports/misc/screen :)

- -- 
Cheers, Chris Howells -- [EMAIL PROTECTED], [EMAIL PROTECTED]
Web: http://chrishowells.co.uk, PGP ID: 0x33795A2C
KDE/Qt/C++/PHP Developer: http://www.kde.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (FreeBSD)

iD8DBQE/zb1wF8Iu1zN5WiwRAt7yAJ9LUG+IqHPgL2MDD2BhqLLdhfZlowCeN3ib
uHW5N1dhl2vlAxq8+gzfdSs=
=uEcd
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ADSL cannot dial (0.0.0.0/0 already exist)

2003-12-03 Thread Zhang Weiwu
Hello. 

I just brought an ADSL modem (Alcatel Homeplus 501). This modem is 
pre-configured
I used FreeBSD several years, but this is the first time I use ppp:
. 
My /etc/ppp/ppp.conf is:

--
default:
 set log Phase tun command # you can add more detailed logging if you wish
 set ifaddr 10.0.0.1/0 10.0.0.138/0
cncom:
 set device PPPoE:ed0
 set authname LOGINNAME
 set authkey PASSWORD
 set dial
 set login
 add default 10.0.0.138
---
The modem is 10.0.0.138, it assigned me the address 10.0.0.1.
Ping 10.0.0.138 has response.
To dial with ppp -ddial cncom I get the error message:
  0.0.0.0/0 already exist.
So what should I do now?

I'm running FreeBSD 4.9 RC3.

_
 MSN Hotmail  http://www.hotmail.com  

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


perl_call_sv

2003-12-03 Thread Varshavchick Alexander
Hi everyone,

when trying to run some perl program (Interchange to be precise), I get
the following error:

/usr/libexec/ld-elf.so.1: /usr/local/interchange/lib/auto/Safe/Hole/Hole.so: Undefined 
symbol perl_call_sv


The system is a fresh install of 4.9-RELEASE. Any help is greatly
appreciated.

Regards


Alexander Varshavchick, Metrocom Joint Stock Company
Phone: (812)118-3322, 118-3115(fax)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: SLIP connection to Cisco CONSOLE...

2003-12-03 Thread Olaf Hoyer
On Tue, 2 Dec 2003, Xpression wrote:

 Hi all, I'm under FreeBSD-4.5, I've to made changes to a
 Cisco2509 router, I've checked the handbook and I can get
 any clues using the serial port to connect to the router,
 anyone using it, or can give me any clues ???

Hi!

Well, in normal cases you have two async (RS-232) Ports on the 2509,
which are used to connect to a standard serial line.
Most Ciscos use roll-over-cables (the supplied blue ones), you can also
use a 9-pin rolling adapter from cyclades or sun netra on the Pc, and
connect a standard straight CAT5-cable.

Then use a standard terminal program like cu, tip, minicom or kermit to
connect at 9600 8N1 to the cisco.

HTH
Olaf



-- 
Olaf Hoyer[EMAIL PROTECTED]
Fuerchterliche Erlebniss geben zu raten,
ob der, welcher sie erlebt, nicht etwas Fuerchterliches ist.
(Nietzsche, Jenseits von Gut und Boese)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: fdisk question (long)

2003-12-03 Thread Malcolm Kay
On Wed, 3 Dec 2003 01:43, Ion-Mihai Tetcu wrote:
 On Wed, 3 Dec 2003 00:29:14 +1030

 Malcolm Kay [EMAIL PROTECTED] wrote:
  On Tue, 2 Dec 2003 21:20, Ion-Mihai Tetcu wrote:
   Hope someone will have the pacince to read all this ...
  
   I have a 120G HDD, in the BIOS is set as LBA. I've RTFM as much as I
   could, but there still are some things I clearly don't understand. I
   want to be sure that I can move this disk to another machine with
   anouter BIOS and the system still boots up.
  
   I've used sysinstall to make partitions and the result is bellow:
  
  
   it# fdisk ad0
   *** Working on device /dev/ad0 ***
   parameters extracted from in-core disklabel are:
   cylinders=232578 heads=16 sectors/track=63 (1008 blks/cyl)
  
   Figures below won't work with BIOS for partitions not in cyl 1
   parameters to be used for BIOS calculations are:
   cylinders=232578 heads=16 sectors/track=63 (1008 blks/cyl)
 
  These figures are just figures that will probably work -- and are
  unlikely to have any connection to the physical disk structure.

 OK

   Media sector size is 512
   Warning: BIOS sector numbering starts with sector 1
   Information from DOS bootblock is:
   The data for partition 1 is:
   sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD)
   start 63, size 497952 (243 Meg), flag 0
   beg: cyl 0/ head 1/ sector 1;
   end: cyl 30/ head 254/ sector 63
 
  Having sthe geometry set to 23578/16/63 (that is sixteen heads)
  it is rather strange to address head number 254. Maximum head
  number should then be 15.

 So you are saying that something is wrong here ?

While the geometry is being reported as 16 heads it is certainly 
inconsistent. Whether it will rear its head as a problem I simply
don't know.


  However it is also quite common to define large disk geometries
  as nn/255/63 which allows a maximum head number of 254.
 
   The data for partition 2 is:
   sysid 6 (0x06),(Primary 'big' DOS (= 32MB))
   start 498015, size 41929650 (20473 Meg), flag 0
   beg: cyl 31/ head 0/ sector 1;
   end: cyl 1023/ head 254/ sector 63
 
  The CHS descriptor has overflowed -- nolonger meaningful.
  LBA works with the 498015/41929650 figures.

 OK

   The data for partition 3 is:
   sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD)
   start 42427665, size 192008880 (93754 Meg), flag 0
   beg: cyl 1023/ head 255/ sector 63;
   end: cyl 1023/ head 254/ sector 63
   The data for partition 4 is:
   UNUSED
  
   Q1: How can the partition 3 end up before beginning ?
 
  The CHS entries are limited to 1023/255/63 which does not come
  anywhere near the disk capacity -- so once C reaches 1023 the CHS
  recording capacity has been exceeded. Or to put it another way the CHS
  entries are somewhat meaningless on large disks.

 I know the CHS limits.

  But the absolute start sector number and slice
  size is also recorded in the slice/partition table and this is used in
  LBA mode.

 So no mather what the BIOS reports, the start sector and the size of a
 partition in sectors is the same, right ?

   Q2: What is the Warning: BIOS sector numbering starts with sector 1
   trying to say ? The cylinders=232578 heads=16 sectors/track=63 shows
   the same as in teh BIOS screen.
 
  Cylinder and head numbering starts at 0; sectors start at 1. A quirk
  of history that you need to know when using CHS.

 I don't think I understand.

Suppose you had 4 heads; these would be identified as head numbers 0, 1, 2 
and 3.

Now suppose you have 4 sectors(per track); these would be identified as 
sector numbers 1, 2, 3 and 4.

Do you now see the contrast referred to?


   Q3: The in-core parameters and those for BIOS calculation are the
   same; this normal (from my experince) / when they won't mach ?
  
   So i decided to make it by hand (note that sysid 0 for the first
   partition is a typo - it should be 165 and I'll want the / slice on
   it, and I want to reserve the second partition for a winXP, and the
   3rd will be for the other slices).
 
  ...
 
   Q4: I've supplied the start and size parameters by reading those
   provided by the sysinstall partitioning. How can I calculate them ?
 
  Work with absolute sector numbers but chosen so that a slice always
  starts at sector 1 in the CHS scheme.

 Lets say I get new HDD. Could you tell me how do i do this ? How do I
 find out the number of sectors and translate sectors in capacity (MB) ?
 Or point me somewhere ?

   Q5: Why the new parameters are different from those of sysinstall ?
 
  Possibly a change of assumed CHS geometry

 I don't understand this. As I didn't changed anything.


I understand that what the system sees as the geometry can be influenced 
by the parameters set in the MBR; but I would expect that once the MBR content 
is fixed that the that the system will always see the same geometry for the 
disk. Please note that this is what I understand -- not what I know to be so  
;)

I find it surprising that an MBR 

rsync mirror

2003-12-03 Thread Ivo R. Tonev
how I can create a src and ports mirror ???

tnx.


-- 
Ivo Roumenov Tonev
ICQ: 14854601
+55 61 924-9856

One OS to rule them all, One OS to find them,
 One OS to bring them all and in the darkness bind them
 In the Land of Redmond, where the Shadows lie.
-- adapted from J.R.R. Tolkien
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


using bsd commands

2003-12-03 Thread Yahya Blent
How can I list all files in a directory that are 7+ days old? (That is except last 7 
days) 
is that possible with use any command(s) on Freebsd4,x ?

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


Device Busy

2003-12-03 Thread Gerry Isaacson
Dear Sir or Madam,

I am trying to use my Epson Stylus Color 600 printer as a network printer
running off my FreeBSD (version 5.1) server.  The printer works fine, via
the parallel port, on Windows 98.  Why, when I move the cable to the FreeBSD
server and execute a lptest  /dev/lpt0 do I only get a /dev/lpt0: Device
busy. response.  What do I have to do to make the device not busy?

Gerry Isaacson
[EMAIL PROTECTED]
(952) 541-0051
cell: (612) 940-9164
http://www.tgico.com

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


boot.flp

2003-12-03 Thread maykol irigoyen

   I downloaded the FreeBSD 5.1-RELEASE i386 and I try to install it, so
   I tried to copy boot.flp to a 1.44MB disk but the file is too big. In
   the installation guide says that it fits on a 1.44MB disk but the
   thing is that the boot.flp I have is 2.810KB of size. So I try to
   download the file from the link of the installation guide but the link
   is broken. And I don't know what to do.
   Please write me back with any solution.
   Thanks
 _

   MSN Amor [1]Busca tu ½ naranja

References

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


using bsd commands

2003-12-03 Thread Mmin Maslak
How can I list all files in a directory that are 7+ days old? (That is except last 7 
days) 
is that possible with use any command(s) on Freebsd4,x ?

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


using bsd commands

2003-12-03 Thread Mmin Maslak
 
How can I list all files in a directory that are 7+ days old? (That is except last 7 
days) 
is that possible with use any command(s) on Freebsd4,x ?

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


problem

2003-12-03 Thread Mmin Maslak
How can I list all files in a directory that are 7+ days old? (That is except last 7 
days) 
is that possible with use any command(s) on Freebsd4,x ?

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


Re: fdisk question (long)

2003-12-03 Thread Ion-Mihai Tetcu
On Wed, 3 Dec 2003 23:18:04 +1030
Malcolm Kay [EMAIL PROTECTED] wrote:

 On Wed, 3 Dec 2003 01:43, Ion-Mihai Tetcu wrote:
  On Wed, 3 Dec 2003 00:29:14 +1030
 
  Malcolm Kay [EMAIL PROTECTED] wrote:
   On Tue, 2 Dec 2003 21:20, Ion-Mihai Tetcu wrote:
Hope someone will have the pacince to read all this ...
   

[..]

   Cylinder and head numbering starts at 0; sectors start at 1. A quirk
   of history that you need to know when using CHS.
 
  I don't think I understand.
 
 Suppose you had 4 heads; these would be identified as head numbers 0, 1, 2 
 and 3.
 
 Now suppose you have 4 sectors(per track); these would be identified as 
 sector numbers 1, 2, 3 and 4.
 
 Do you now see the contrast referred to?

Tnx, now I get it.

Q5: Why the new parameters are different from those of sysinstall ?
  
   Possibly a change of assumed CHS geometry
 
  I don't understand this. As I didn't changed anything.
 
 
 I understand that what the system sees as the geometry can be influenced 
 by the parameters set in the MBR; but I would expect that once the MBR content 
 is fixed that the that the system will always see the same geometry for the 
 disk. Please note that this is what I understand -- not what I know to be so  
 ;)
 
 I find it surprising that an MBR generated by sysinstall would exhibit this 
 head inconsistency. I've certainly not observed this here.

Well, I can assure is was made by sysinstall.
 
 On this machine I have one 60G and two 20G IDE drives all configured by 
 sysinstall. Fdisk reports geometry n/255/63 on two of the drives(the 60G
 and one of the 20G) and n/16/63 on the other. 

Interesting.

 But in each case the head 
 numbers in the slice/partition table are consistent with the reported 
 geometry.

[..]
 
Q6: Is this schema OK and will I be able to use this disk in an
other computer and access all the partitions and slices ?
  
   Probably but I would feel happier with sysinstall generated values.
 
  The reason I've posted this is that I've lost about 50G of date after an
  MB crash as on the new MB I've got fsck - CAN NOT FIND SUPERBLOCK for
  other slices that / and I don't end-up to repeat that again (and it was
  done with sysinstall).
 
 
 MB?

Moterboard. the firts was with an VIA8235 south-bridge, the second had
an 8237 and everything was OK, after I've changed this one with another
also with an 8237 the problem showed its had.

 A corrupt or improper BSD disklabel, or trying to access a ufs2 file system 
 (FBSD 5.x) as ufs sounds more likely than fdisk problems.

5.1R so UFS2; and it was shut-down properly between changing the motherbords.
 
 But make sure your slices (under fdisk) don't overlap.

Thanks.

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


Re: weird mouse reaction 5.1

2003-12-03 Thread Ion-Mihai Tetcu
On Tue, 02 Dec 2003 23:41:14 -0600
charles pelletier [EMAIL PROTECTED] wrote:

 I went ahead and enabled the mouse..removed all but the moused enable 
 option, loaded enlightenment. It seems to me what is occuring could quite 
 possibly be a resolution error...the mouse pointer reacts, albeit several 
 seconds after i physically move the mouse..also, random menus pop up even if 
 i haven't clicked a button. once those menus are open, i can't even attempt 
 to access any of the menu options. sometimes, too, the mouse pointer ends up 
 on completely another side of the monitor when i've only moved the mouse 
 maybe 1/4 inch.  am i right in thinking this has to do with how i have the 
 resolution set? at the moment, i'm sitting at 1024x768, with a 67 refresh 
 rate (as per monitor specs). what's next?

nop, it has nothing to do with the resolution.
See:
http://docs.freebsd.org/cgi/mid.cgi?20031201162715.44b8288a.itetcu
it may provide you some clues.


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


Re: Cannot find file system superblock error - how to recover?

2003-12-03 Thread Ion-Mihai Tetcu
On Wed, 3 Dec 2003 00:06:12 -0800 (PST)
Scott I. Remick [EMAIL PROTECTED] wrote:

 Running 5.1-REL on a system w/ 2 drives. Was saving a file to 2nd drive
 (mounts as /data) and system suddenly froze then rebooted. Never good. Fsck
 barfed on startup telling me I had to run it manually. The error I'm stuck
 with is:
 
 /dev/ad6s1c
 Cannot find file system superblock
 /dev/ad6s1c: NOT LABELED AS A BSD FILE SYSTEM
 
 Searching on this error hasn't been very productive. Some people talk about
 a LOOK FOR ALTERNATE SUPERBLOCKS? question that I'm not getting when I run
 fsck. There's also mention of an undocumented -b option to fsck for fixing
 this. 

FSCK_FFS(8) FreeBSD System Manager's ManualFSCK_FFS(8)

NAME
 fsck_ffs, fsck_ufs -- file system consistency check and interactive
 repair

SYNOPSIS
 fsck_ffs [-BFpfny] [-b block#] [-c level] [-m mode] filesystem ...


-b  Use the block specified immediately after the flag as the super
block for the file system.  Block 32 is usually an alternate
super block.

The key world is usually.

 Then there's some scary manual method using dd:
 
 dd if=/dev/ad6s1c skip=32 of=/dev/ad6s1c seek=16 bs=512 count=16

Try doing a newfs -N and see if using some of the alternatives
super-blocks in fsck_ufs will help. Note that the alternate superblock
is no longer always at 32, it depends on the size of the file system.

http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/ufs/ffs/fs.h?rev=1.39content-type=text/x-cvsweb-markup

* Depending on the architecture and the media, the superblock may
 * reside in any one of four places. For tiny media where every block 
 * counts, it is placed at the very front of the partition. Historically,
 * UFS1 placed it 8K from the front to leave room for the disk label and
 * a small bootstrap. For UFS2 it got moved to 64K from the front to leave
 * room for the disk label and a bigger bootstrap, and for really piggy
 * systems we check at 256K from the front if the first three fail. In
 * all cases the size of the superblock will be SBLOCKSIZE. All values are
 * given in byte-offset form, so they do not imply a sector size. The
 * SBLOCKSEARCH specifies the order in which the locations should be searched.
 */
#define SBLOCK_FLOPPY 0
#define SBLOCK_UFS1  8192
#define SBLOCK_UFS2 65536
#define SBLOCK_PIGGY262144
#define SBLOCKSIZE  8192
#define SBLOCKSEARCH \
{ SBLOCK_UFS2, SBLOCK_UFS1, SBLOCK_FLOPPY, SBLOCK_PIGGY, -1 }

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


Re: using bsd commands

2003-12-03 Thread Ruben de Groot
On Tue, Dec 02, 2003 at 06:09:23PM +0200, Yahya B?lent typed:
 How can I list all files in a directory that are 7+ days old? (That is except last 7 
 days) 

find . -mtime +7 -maxdepth 1

 is that possible with use any command(s) on Freebsd4,x ?
 
 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: boot.flp

2003-12-03 Thread Ruben de Groot
On Tue, Dec 02, 2003 at 09:00:02PM -0300, maykol irigoyen typed:
 
I downloaded the FreeBSD 5.1-RELEASE i386 and I try to install it, so
I tried to copy boot.flp to a 1.44MB disk but the file is too big. In
the installation guide says that it fits on a 1.44MB disk but the
thing is that the boot.flp I have is 2.810KB of size. So I try to
download the file from the link of the installation guide but the link
is broken. And I don't know what to do.
Please write me back with any solution.
Thanks

RTM:

   For most CDROM or network installations, all you need to copy onto actual
   floppies from the floppies/ directory are the kern.flp and mfsroot.flp
   images (for 1.44MB floppies). Depending on your hardware, you may also
   need to make the third drivers.flp image to provide necessary device
   drivers.

  _
 
MSN Amor [1]Busca tu ? naranja
 
 References
 
1. http://g.msn.com/8HMAES/2737??PS=
 ___
 [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: dhcpd and windows9x

2003-12-03 Thread fbsd_user
I use DHCP for my LAN Win9x boxes. I have never gotten an new win
box to my LAN to work without having to run C:\WINDOWS\WINIPCFG.EXE
on the win box and renew button to have the win box get the DHCP
info the first time. After that every thing work fine without any
hand holding.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of flux
Sent: Wednesday, December 03, 2003 1:06 AM
To: [EMAIL PROTECTED]
Subject: dhcpd and windows9x

I got a problem with DHCP with Windows9x. The problem is I
configured DHCP on my FreeBSD 4.7 box successfully. And Windows
2000/XP workstations get dynamic IPs alright and everything works
fine. But Windows 9x doesn't get IP from my DHCP-server. I heard
that
I should put down some lines on my FreeBSD server to make Windows 9x
get DHCP leases. Any idea about it?
Thank you.


--
Best regards,
 flux  mailto:[EMAIL PROTECTED]

___
[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: problem

2003-12-03 Thread Simon Barner
 How can I list all files in a directory that are 7+ days
 old? (That is except last 7 days) 
 is that possible with use any command(s) on Freebsd4,x ?

Please, consider the following when you post your questions to this
mailing list (applies also to others):

1. Wrap your lines at ~ 72 characters. This will help people with CLI
   MUAs as well as it will produce still readable messages when a
   paragraph is quoted several times.

2. Choose a reasonable subject. This will increase the probablity that
   somebody will take the time to read your message and answer it.

3. Most important: Please stop posting the same question several times
   with different subjects (like you did 4 (!) times with this one
   here).

   Email is an ansynchronous medium, and the person who is be able and
   willing to answer your question might live on the the other half of
   our beloved planet Earth in a totally different time zone.
   
   Also, peoples' time is limited, so some will read their (FreeBSD)
   mailing lists not every day. When you repost your message, you will
   annoy them and won't spend their time to help you.

If you obey these simple rules of netiquette, you will find that this
mailing list is a source of valuable information where lots of nice and
helpful people share their FreeBSD experiences.

Now, to your question:

The command in question is `find'. To learn about find, read its man
page (esp. useful: the EXAMPLE section):

% man find

In your case, the command line looks like this:

% find /path/to/your/directory -mtime +7d

Regards,
 Simon


signature.asc
Description: Digital signature


Re: possible issue with pam

2003-12-03 Thread Kris Kennaway
On Tue, Dec 02, 2003 at 11:17:41PM -0500, Barry Hawkins wrote:
 List,
   Hello.  I have recently begun to encounter an issue with changing 
 passwords on my 5.1 installation.  I haven't touched anything on it for 
 a few months, and the last change-related activity I had were some 
 portupgrade tasks to rid myself of the libintl.so.4 issue solved with 
 portupgrade -R gettext back around September 2003.  I am wondering if 
 anyone has experienced an issue similar to mine.
   When I attempt to use passwd to change my password, I get the 
 following upon successfully re-typing the password:
 
 passwd: entry inconsistent
 passwd: pam_chauthtok(): error in service module
 
   If anyone has insight on this I would be grateful.  A search of the 
 list for pam_chauthtok only revealed one person asking a similar 
 question related to yppasswd.

Compare your /etc/pam.d configuration against the sources in
/usr/src/etc/pam.d to make sure you have not damaged your pam
configuration by mis-merging changes.  Also make sure you have no
/etc/pam.conf file, which was removed a long time ago.

Kris


pgp0.pgp
Description: PGP signature


RE: SCSI Disk not found

2003-12-03 Thread fbsd_user
You have to add an line to the /etc/fstab file for the second HD.
You can mount it as an msdos HD or you can use FBSD to fdisk, label,
and format it to FBSD file system.  It's up to you and how you want
to use it.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Michael E.
Mercer
Sent: Tuesday, December 02, 2003 11:38 PM
To: [EMAIL PROTECTED]
Subject: SCSI Disk not found

Hello peoples,

I was given a Compaq Proliant 800 machine...its a pentium pro
200 MHz. I got 4.9-Stable installed and everything is running
smooth.

However, I noticed that is does indeed have two scsi disks,
but freebsd only finds one.

Attached is the dmesg... notice the sym0 and sym1.
Does this supposed to tell me anything?

Thanks
Michael E Mercer

Copyright (c) 1992-2003 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993,
1994
The Regents of the University of California. All rights
reserved.
FreeBSD 4.9-STABLE #0: Tue Dec  2 21:45:22 EST 2003
[EMAIL PROTECTED]:/usr/src/sys/compile/slow_4_9
Timecounter i8254  frequency 1193182 Hz
CPU: Pentium Pro (199.43-MHz 686-class CPU)
  Origin = GenuineIntel  Id = 0x619  Stepping = 9

Features=0xf9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,
CMOV
real memory  = 301989888 (294912K bytes)
avail memory = 288219136 (281464K bytes)
Preloaded elf kernel kernel at 0xc0491000.
Preloaded userconfig_script /boot/kernel.conf at 0xc049109c.
ccd0-3: Concatenated disk drivers
VESA: v1.2, 1024k memory, flags:0x0, mode table:0xc03f8994 (114)
VESA: STB COMPAQ 5440
Pentium Pro MTRR support enabled
md0: Malloc disk
npx0: math processor on motherboard
npx0: INT 16 interface
pcib0: Host to PCI bridge on motherboard
pci0: PCI bus on pcib0
pcib1: IBM 82351 PCI-PCI bridge at device 8.0 on pci0
pci1: PCI bus on pcib1
sym0: 875 port 0x7000-0x70ff mem
0x4010-0x40100fff,0x40102000-0x401020ff irq 5 at device 4.0 on
pci1
sym0: No NVRAM, ID 7, Fast-20, SE, parity checking
sym1: 875 port 0x7400-0x74ff mem
0x40101000-0x40101fff,0x40102100-0x401021ff irq 5 at device 8.0 on
pci1
sym1: No NVRAM, ID 7, Fast-20, SE, parity checking
pci1: Cirrus Logic GD5430 SVGA controller at 9.0
tl0: Compaq NetFlex-3/P Integrated port 0x6000-0x600f mem
0x4000-0x400f irq 9 at device 16.0 on pci0
tl0: Ethernet address: 00:80:5f:35:d8:6d
miibus0: MII bus on tl0
tlphy0: ThunderLAN 10baseT media interface on miibus0
tlphy0:  10base2/BNC, 10base5/AUI, 10baseT, 10baseT-FDX, auto
isab0: Intel 82371SB PCI to ISA bridge at device 20.0 on pci0
isa0: ISA bus on isab0
atapci0: Intel PIIX3 ATA controller port 0xf100-0xf10f at device
20.1
on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
eisa0: EISA bus on motherboard
mainboard0: CPQ0579 (System Board) on eisa0 slot 0
orm0: Option ROMs at iomem
0xc-0xc7fff,0xe8000-0xedfff,0xee000-0xe on isa0
pmtimer0 on isa0
pca0 at port 0x40 on isa0
fdc0: NEC 72065B or clone at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on
isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1440-KB 3.5 drive on fdc0 drive 0
atkbdc0: Keyboard controller (i8042) at port 0x60,0x64 on isa0
atkbd0: AT Keyboard irq 1 on atkbdc0
kbd0 at atkbd0
psm0: PS/2 Mouse irq 12 on atkbdc0
psm0: model Generic PS/2 mouse, device ID 0
vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on
isa0
sc0: System console on isa0
sc0: VGA 16 virtual consoles, flags=0x200
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1 at port 0x2f8-0x2ff irq 3 on isa0
sio1: type 16550A
ppc0: cannot reserve I/O port range
IPsec: Initialized Security Association Processing.
ncp_load: [210-213]
ad1: 8207MB ST38641A [16676/16/63] at ata0-slave WDMA2
acd0: CDROM HITACHI CDR-7930 at ata0-master PIO3
Waiting 15 seconds for SCSI devices to settle
Mounting root from ufs:/dev/da0s1a
da0 at sym1 bus 0 target 0 lun 0
da0: COMPAQ ST34371W 0682 Fixed Direct Access SCSI-2 device
da0: 40.000MB/s transfers (20.000MHz, offset 15, 16bit), Tagged
Queueing
Enabled
da0: 4094MB (8386000 512 byte sectors: 255H 63S/T 522C)

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


Re: Why no FreeBSD ftp site in India?

2003-12-03 Thread Kris Kennaway
On Wed, Dec 03, 2003 at 03:40:09PM +0900, Rob wrote:
 
 Hi,
 
 A friend of mine from India is interested in changing from W$ to a unix 
 flavour.
 I recommended FreeBSD, but then discovered that there's no ftp server 
 within India
 for downloading the OS. Are there some legal issues there?
 
 India is the second largest populous country in the world with possibly the 
 highest
 potential on software development. But not even one FreeBSD ftp server!!
 
 No one interested there to set up an ftp.in.FreeBSD.org server?
 Or is the FreeBSD community in India simply too tiny?

As you probably know, FreeBSD is a volunteer project.  FTP mirrors
appear when someone volunteers their time, machine resources and
bandwidth to provide one.  If there are no mirrors in a country, it is
because there is currently no-one who has come forward to offer this
service.

Kris


pgp0.pgp
Description: PGP signature


Re: rsync mirror

2003-12-03 Thread Matthew Seaman
On Wed, Dec 03, 2003 at 10:58:12AM -0200, Ivo R. Tonev wrote:
 how I can create a src and ports mirror ???

Most people would use cvsup(1) to do that -- for files kept under CVS
control, it's actually more efficient than rsync(1), since it can
transfer exactly the diff's between versions of a file.  (In the case
of non-text files that don't make very good diff's it actually uses
precisely the rsync algorithm).

See:

http://www.cvsup.org/faq.html
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvs-tags.html

If you absolutely have to use rsync, then some of the FreeBSD mirrors
do support rsync -- closest to you is ftp3.br.FreeBSD.org/pub/FreeBSD/
but the FreeBSD stuff is hidden several directories deep:

% rsync rsync://ftp3.br.FreeBSD.org/ftp/pub/FreeBSD/

see also:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors-rsync.html
If you want a local copy of the entire FreeBSD cvs repository, rather
than just checked out copies of the ports and src trees, install the
net/cvsup-mirror port.  This will run an interactive script that lets
you configure mirroring of the repository.  Nb. you should get
clearance from the upstream mirror that you copy the stuff from before
setting this up.  Also please consider if you really do need to have
the full repository or not: you'll need it only if you're doing
significant development work on FreeBSD itself, or if you will be
acting as a mirror server providing sources for a reasonably large
population of other FreeBSD users.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Re: amap-4.3

2003-12-03 Thread Kris Kennaway
On Wed, Dec 03, 2003 at 09:17:13AM +0100, plumber wrote:
 i 've a question, i'm GNU-Darwin member
 
 amap configure doesn't find openssl ?
 
 it's possible to integrate detection for somelib.dylib and .so
 because when i make a port i respect all distributions

Ask on a GNU-Darwin support list; this isn't a FreeBSD question.

Kris


pgp0.pgp
Description: PGP signature


RE: SCSI Disk not found

2003-12-03 Thread Michael E. Mercer
Hello,

I wish it were that easy... I really meant that FreeBSD does NOT
see it at all. I have tried to mount it myself, but it tells 
me that the device is not configured.

The SCSI hard drive appears in the system BIOS, and when the machine
first boots up, but it is gone everywhere else.

Any ideas?

Michael

On Wed, 2003-12-03 at 09:09, fbsd_user wrote:
 You have to add an line to the /etc/fstab file for the second HD.
 You can mount it as an msdos HD or you can use FBSD to fdisk, label,
 and format it to FBSD file system.  It's up to you and how you want
 to use it.
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Michael E.
 Mercer
 Sent: Tuesday, December 02, 2003 11:38 PM
 To: [EMAIL PROTECTED]
 Subject: SCSI Disk not found
 
 Hello peoples,
 
 I was given a Compaq Proliant 800 machine...its a pentium pro
 200 MHz. I got 4.9-Stable installed and everything is running
 smooth.
 
 However, I noticed that is does indeed have two scsi disks,
 but freebsd only finds one.
 
 Attached is the dmesg... notice the sym0 and sym1.
 Does this supposed to tell me anything?
 
 Thanks
 Michael E Mercer
 
 Copyright (c) 1992-2003 The FreeBSD Project.
 Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993,
 1994
 The Regents of the University of California. All rights
 reserved.
 FreeBSD 4.9-STABLE #0: Tue Dec  2 21:45:22 EST 2003
 [EMAIL PROTECTED]:/usr/src/sys/compile/slow_4_9
 Timecounter i8254  frequency 1193182 Hz
 CPU: Pentium Pro (199.43-MHz 686-class CPU)
   Origin = GenuineIntel  Id = 0x619  Stepping = 9
 
 Features=0xf9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,
 CMOV
 real memory  = 301989888 (294912K bytes)
 avail memory = 288219136 (281464K bytes)
 Preloaded elf kernel kernel at 0xc0491000.
 Preloaded userconfig_script /boot/kernel.conf at 0xc049109c.
 ccd0-3: Concatenated disk drivers
 VESA: v1.2, 1024k memory, flags:0x0, mode table:0xc03f8994 (114)
 VESA: STB COMPAQ 5440
 Pentium Pro MTRR support enabled
 md0: Malloc disk
 npx0: math processor on motherboard
 npx0: INT 16 interface
 pcib0: Host to PCI bridge on motherboard
 pci0: PCI bus on pcib0
 pcib1: IBM 82351 PCI-PCI bridge at device 8.0 on pci0
 pci1: PCI bus on pcib1
 sym0: 875 port 0x7000-0x70ff mem
 0x4010-0x40100fff,0x40102000-0x401020ff irq 5 at device 4.0 on
 pci1
 sym0: No NVRAM, ID 7, Fast-20, SE, parity checking
 sym1: 875 port 0x7400-0x74ff mem
 0x40101000-0x40101fff,0x40102100-0x401021ff irq 5 at device 8.0 on
 pci1
 sym1: No NVRAM, ID 7, Fast-20, SE, parity checking
 pci1: Cirrus Logic GD5430 SVGA controller at 9.0
 tl0: Compaq NetFlex-3/P Integrated port 0x6000-0x600f mem
 0x4000-0x400f irq 9 at device 16.0 on pci0
 tl0: Ethernet address: 00:80:5f:35:d8:6d
 miibus0: MII bus on tl0
 tlphy0: ThunderLAN 10baseT media interface on miibus0
 tlphy0:  10base2/BNC, 10base5/AUI, 10baseT, 10baseT-FDX, auto
 isab0: Intel 82371SB PCI to ISA bridge at device 20.0 on pci0
 isa0: ISA bus on isab0
 atapci0: Intel PIIX3 ATA controller port 0xf100-0xf10f at device
 20.1
 on pci0
 ata0: at 0x1f0 irq 14 on atapci0
 ata1: at 0x170 irq 15 on atapci0
 eisa0: EISA bus on motherboard
 mainboard0: CPQ0579 (System Board) on eisa0 slot 0
 orm0: Option ROMs at iomem
 0xc-0xc7fff,0xe8000-0xedfff,0xee000-0xe on isa0
 pmtimer0 on isa0
 pca0 at port 0x40 on isa0
 fdc0: NEC 72065B or clone at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on
 isa0
 fdc0: FIFO enabled, 8 bytes threshold
 fd0: 1440-KB 3.5 drive on fdc0 drive 0
 atkbdc0: Keyboard controller (i8042) at port 0x60,0x64 on isa0
 atkbd0: AT Keyboard irq 1 on atkbdc0
 kbd0 at atkbd0
 psm0: PS/2 Mouse irq 12 on atkbdc0
 psm0: model Generic PS/2 mouse, device ID 0
 vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on
 isa0
 sc0: System console on isa0
 sc0: VGA 16 virtual consoles, flags=0x200
 sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
 sio0: type 16550A
 sio1 at port 0x2f8-0x2ff irq 3 on isa0
 sio1: type 16550A
 ppc0: cannot reserve I/O port range
 IPsec: Initialized Security Association Processing.
 ncp_load: [210-213]
 ad1: 8207MB ST38641A [16676/16/63] at ata0-slave WDMA2
 acd0: CDROM HITACHI CDR-7930 at ata0-master PIO3
 Waiting 15 seconds for SCSI devices to settle
 Mounting root from ufs:/dev/da0s1a
 da0 at sym1 bus 0 target 0 lun 0
 da0: COMPAQ ST34371W 0682 Fixed Direct Access SCSI-2 device
 da0: 40.000MB/s transfers (20.000MHz, offset 15, 16bit), Tagged
 Queueing
 Enabled
 da0: 4094MB (8386000 512 byte sectors: 255H 63S/T 522C)
 

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


Re: ADSL cannot dial (0.0.0.0/0 already exist)

2003-12-03 Thread Alex de Kruijff
On Wed, Dec 03, 2003 at 06:46:49PM +0800, Zhang Weiwu wrote:
 Hello. 
 
 I just brought an ADSL modem (Alcatel Homeplus 501). This modem is 
 pre-configured
 I used FreeBSD several years, but this is the first time I use ppp:
 . 
 My /etc/ppp/ppp.conf is:
 
 --
 default:
  set log Phase tun command # you can add more detailed logging if you wish
  set ifaddr 10.0.0.1/0 10.0.0.138/0
 
 cncom:
  set device PPPoE:ed0
  set authname LOGINNAME
  set authkey PASSWORD
  set dial
  set login
  add default 10.0.0.138
 ---
 
 The modem is 10.0.0.138, it assigned me the address 10.0.0.1.
 Ping 10.0.0.138 has response.
 
 To dial with ppp -ddial cncom I get the error message:
   0.0.0.0/0 already exist.
 
 So what should I do now?
 
 I'm running FreeBSD 4.9 RC3.

ppp is for calling in with a modum on a telefone network. It doesn't
work as a stand alone for a ADSL modum. There a couple of ports avalible
for ADSL modums. (pptpclient is one) But is feel its better to have
something more independed. Can you modum be setup so it connects on its
own?

I have a PPTP connection over my ADSL modum. I've configured my modum so
that it builds the connection and routes the packets though on regular
ip connection to my computer. It does take configuring of you FreeBSD
box this way.

Its proberbly best to go for something in bewain first like setting your
modum up to be a nat router.

-- 
Alex

Articles based on solutions that I use:
http://www.kruijff.org/alex/index.php?dir=docs/FreeBSD/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: port forward

2003-12-03 Thread Mohsin Rahman
This might help too:

/usr/ports/net/bounce

pkg-descr:

A little program to bounce tcp connections to another machine/port.
By default it listens on port 1523.

Author: Roger Espel Llima
WWW: http://www.iagora.com/~espel/hacks.html

--
Mohsin Rahman
[EMAIL PROTECTED]


- Original Message - 
From: Mike Berning [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, December 02, 2003 11:53 PM
Subject: Re: port forward


 The method suggested by Sunil will work fine but if you plan on using
 multiple redirects I would recommend doing this in rc.conf
 natd_flags=-config /etc/natd.conf

 and placing the multiple redirects into the file /etc/natd.conf like this
 redirect_port tcp 192.168.0.100:5900 5900

 HTH

 mike

 Sunil Sunder Raj wrote:

  Hi,
 
  In rc.conf you need
  natd_flags=-redirect_port tcp 192.168.0.100:5900 5900
 
  Regards
  SSR



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


rl0: discard oversize frame (ether type 4454 flags 3 len 1516 max 1514)

2003-12-03 Thread Gil Agno Virtucio
Hi,
Im using FreeBSD 5.1 with firewall enabled. I was just wondering why it suddenly had 
the error messages below. 
 
Do you what could have caused this error? and cna anybody suggest any solution how to 
fix this. 
 
Thank you very much in advance...
 
rl0: discard oversize frame (ether type 55 flags 3 len 1530  max 1514)
rl0: discard oversize frame (ether type 55 flags 3 len 1530  max 1514)
rl0: discard oversize frame (ether type 4454 flags 3 len 1524  max 1514)
rl0: discard oversize frame (ether type 55 flags 3 len 1530  max 1514)
rl0: discard oversize frame (ether type 4454 flags 3 len 1524  max 1514)
rl0: discard oversize frame (ether type 55 flags 3 len 1530  max 1514)
rl0: discard oversize frame (ether type 4454 flags 3 len 1524  max 1514)
rl0: discard oversize frame (ether type 4454 flags 3 len 1524  max 1514)
rl0: discard oversize frame (ether type 4454 flags 3 len 1524  max 1514)
rl0: discard oversize frame (ether type 55 flags 3 len 1530  max 1514)
rl0: discard oversize frame (ether type 4454 flags 3 len 1516  max 1514)
rl0: discard oversize frame (ether type 55 flags 3 len 1530  max 1514)
rl0: discard oversize frame (ether type 4454 flags 3 len 1524  max 1514)
rl0: discard oversize frame (ether type 4454 flags 3 len 1524  max 1514)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: SCSI Disk not found

2003-12-03 Thread fbsd_user
What do you mean SCSI HD show in PC bios?  I have not seen any PC
bio's that know about SCSI drives. They are not part of the normal
PC hardware inventory. SCSI drives are 3rd party hardware. Your
bio's option 'drive to boot from' is the only place that knows about
SCSI. It should say boot from SCSI drive, or something along those
lines. The SCSI PCI control card knows about the 2 drive if it's
there. During the PC boot process you should see msg about SCSI
controller being enabled. AT that point you should be able to enter
SCSI setup utility.

I see from dmesg that both drives are using same irq. This is common
problem with older PC bios, FBSD can not reassign different IRQ to
second device.   Add  device puc statement to your kernel source and
recompile kernel. Them check Dmesg boot log to see if different
IRQ's get assigned.

Before you installed FBSD on this PC, was it running ms/windows and
did you see the both SCSI drives?



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Michael E.
Mercer
Sent: Wednesday, December 03, 2003 9:14 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RE: SCSI Disk not found

Hello,

I wish it were that easy... I really meant that FreeBSD does NOT
see it at all. I have tried to mount it myself, but it tells
me that the device is not configured.

The SCSI hard drive appears in the system BIOS, and when the machine
first boots up, but it is gone everywhere else.

Any ideas?

Michael

On Wed, 2003-12-03 at 09:09, fbsd_user wrote:
 You have to add an line to the /etc/fstab file for the second HD.
 You can mount it as an msdos HD or you can use FBSD to fdisk,
label,
 and format it to FBSD file system.  It's up to you and how you
want
 to use it.

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Michael
E.
 Mercer
 Sent: Tuesday, December 02, 2003 11:38 PM
 To: [EMAIL PROTECTED]
 Subject: SCSI Disk not found

 Hello peoples,

 I was given a Compaq Proliant 800 machine...its a pentium pro
 200 MHz. I got 4.9-Stable installed and everything is running
 smooth.

 However, I noticed that is does indeed have two scsi disks,
 but freebsd only finds one.

 Attached is the dmesg... notice the sym0 and sym1.
 Does this supposed to tell me anything?

 Thanks
 Michael E Mercer

 Copyright (c) 1992-2003 The FreeBSD Project.
 Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992,
1993,
 1994
 The Regents of the University of California. All rights
 reserved.
 FreeBSD 4.9-STABLE #0: Tue Dec  2 21:45:22 EST 2003
 [EMAIL PROTECTED]:/usr/src/sys/compile/slow_4_9
 Timecounter i8254  frequency 1193182 Hz
 CPU: Pentium Pro (199.43-MHz 686-class CPU)
   Origin = GenuineIntel  Id = 0x619  Stepping = 9


Features=0xf9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,
 CMOV
 real memory  = 301989888 (294912K bytes)
 avail memory = 288219136 (281464K bytes)
 Preloaded elf kernel kernel at 0xc0491000.
 Preloaded userconfig_script /boot/kernel.conf at 0xc049109c.
 ccd0-3: Concatenated disk drivers
 VESA: v1.2, 1024k memory, flags:0x0, mode table:0xc03f8994
(114)
 VESA: STB COMPAQ 5440
 Pentium Pro MTRR support enabled
 md0: Malloc disk
 npx0: math processor on motherboard
 npx0: INT 16 interface
 pcib0: Host to PCI bridge on motherboard
 pci0: PCI bus on pcib0
 pcib1: IBM 82351 PCI-PCI bridge at device 8.0 on pci0
 pci1: PCI bus on pcib1
 sym0: 875 port 0x7000-0x70ff mem
 0x4010-0x40100fff,0x40102000-0x401020ff irq 5 at device 4.0 on
 pci1
 sym0: No NVRAM, ID 7, Fast-20, SE, parity checking
 sym1: 875 port 0x7400-0x74ff mem
 0x40101000-0x40101fff,0x40102100-0x401021ff irq 5 at device 8.0 on
 pci1
 sym1: No NVRAM, ID 7, Fast-20, SE, parity checking
 pci1: Cirrus Logic GD5430 SVGA controller at 9.0
 tl0: Compaq NetFlex-3/P Integrated port 0x6000-0x600f mem
 0x4000-0x400f irq 9 at device 16.0 on pci0
 tl0: Ethernet address: 00:80:5f:35:d8:6d
 miibus0: MII bus on tl0
 tlphy0: ThunderLAN 10baseT media interface on miibus0
 tlphy0:  10base2/BNC, 10base5/AUI, 10baseT, 10baseT-FDX, auto
 isab0: Intel 82371SB PCI to ISA bridge at device 20.0 on pci0
 isa0: ISA bus on isab0
 atapci0: Intel PIIX3 ATA controller port 0xf100-0xf10f at device
 20.1
 on pci0
 ata0: at 0x1f0 irq 14 on atapci0
 ata1: at 0x170 irq 15 on atapci0
 eisa0: EISA bus on motherboard
 mainboard0: CPQ0579 (System Board) on eisa0 slot 0
 orm0: Option ROMs at iomem
 0xc-0xc7fff,0xe8000-0xedfff,0xee000-0xe on isa0
 pmtimer0 on isa0
 pca0 at port 0x40 on isa0
 fdc0: NEC 72065B or clone at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2
on
 isa0
 fdc0: FIFO enabled, 8 bytes threshold
 fd0: 1440-KB 3.5 drive on fdc0 drive 0
 atkbdc0: Keyboard controller (i8042) at port 0x60,0x64 on isa0
 atkbd0: AT Keyboard irq 1 on atkbdc0
 kbd0 at atkbd0
 psm0: PS/2 Mouse irq 12 on atkbdc0
 psm0: model Generic PS/2 mouse, device ID 0
 vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb
on
 isa0
 sc0: System console on isa0
 sc0: VGA 16 

RE: ADSL cannot dial (0.0.0.0/0 already exist)

2003-12-03 Thread fbsd_user
I don't know where the last poster got his info, but it's all wrong.
User ppp is used for ADSL connection all the time. You yourself have
proved it works by what you have working all ready. User ppp will
automatically keep the last assigned ip address of the interface,
tun0, when it loses it's connection  ifconfig  will display your
interfaces. You should see more than one ip address on tun0.  Add
this to your cncom section of ppp.conf.

disable iface-alias# Stop adding old IP addr as alias when ppp
# redials because line was lost. These old
ips
# showed using  ifconfig -a   on tun0.

iface clear# Remove all previous IP address


replace your add default 10.0.0.138  statement with this statement


add default HISADDR# Add a (sticky) default route (Mandatory)

try test again and if you still have problem then post
/var/log/ppp.log file
be sure to empty contents of log file before test so file only
contains msgs from just this test.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Alex de
Kruijff
Sent: Wednesday, December 03, 2003 9:16 AM
To: Zhang Weiwu
Cc: [EMAIL PROTECTED]
Subject: Re: ADSL cannot dial (0.0.0.0/0 already exist)

On Wed, Dec 03, 2003 at 06:46:49PM +0800, Zhang Weiwu wrote:
 Hello.

 I just brought an ADSL modem (Alcatel Homeplus 501). This modem is
 pre-configured
 I used FreeBSD several years, but this is the first time I use
ppp:
 .
 My /etc/ppp/ppp.conf is:

 --
 default:
  set log Phase tun command # you can add more detailed logging if
you wish
  set ifaddr 10.0.0.1/0 10.0.0.138/0

 cncom:
  set device PPPoE:ed0
  set authname LOGINNAME
  set authkey PASSWORD
  set dial
  set login
  add default 10.0.0.138
 ---

 The modem is 10.0.0.138, it assigned me the address 10.0.0.1.
 Ping 10.0.0.138 has response.

 To dial with ppp -ddial cncom I get the error message:
   0.0.0.0/0 already exist.

 So what should I do now?

 I'm running FreeBSD 4.9 RC3.

ppp is for calling in with a modum on a telefone network. It doesn't
work as a stand alone for a ADSL modum. There a couple of ports
avalible
for ADSL modums. (pptpclient is one) But is feel its better to have
something more independed. Can you modum be setup so it connects on
its
own?

I have a PPTP connection over my ADSL modum. I've configured my
modum so
that it builds the connection and routes the packets though on
regular
ip connection to my computer. It does take configuring of you
FreeBSD
box this way.

Its proberbly best to go for something in bewain first like setting
your
modum up to be a nat router.

--
Alex

Articles based on solutions that I use:
http://www.kruijff.org/alex/index.php?dir=docs/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: 4.9 install CD won't boot on Toshiba Tecra 8000

2003-12-03 Thread Anon Nimus
Chris,

You hit the problem right on the head! I tried 5.2Beta and it works! Thanks for your 
help.

I wonder if it's possible to get the 4.9 ISOs in same format as the 5.x ISO format...

--- Chris Pressey [EMAIL PROTECTED] wrote:
 On Tue, 2 Dec 2003 07:21:56 -0800 (PST)
 Anon Nimus [EMAIL PROTECTED] wrote:
 
  I've burned a 4.9 ISO onto a CD-R and it won't boot on
  my Tecra 8000!  This CD will boot on another PC but
  just not on this one.  Also, the Toshiba CAN and DOES
  boot other CDs.  For example, I was able to boot from
  CD and install
  Mandrake 9.2 on the Tecra.   So I'm not sure why this
  particular CD won't boot on the Tecra.  Any ideas? 
 
 This is a guess, but it's possible that your Tecra doesn't support
 Emulated El Torito CD booting, which is what 4.x uses.
 
 You might want to browse through this thread for more info:
 
 http://www.mail-archive.com/[EMAIL PROTECTED]/msg58745.html
 
  I don't have a floppy drive so I'm not sure how else
  to install FreeBSD. Can I install FreeBSD from Linux
  (Mandrake 9.2)?  Are there any other
  options I should consider?
 
 If it's not a production server, you could try 5.1 (or 5.2 BETA,) whose
 ISO images apparently use Non-Emulated El Torito booting.
 
 -Chris


__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Multiple RealTect adaptors

2003-12-03 Thread Peter Rosa
Dear list,

I have created small server with 2 Eth RealTec adaptors.
After boot, one is properly configured, second has no IP address, and I can
not finish the setup.

The failure apear right after recompiling the world and kernel. I have only
ran make world; make kernel.
Is there something I forgot to do? E.g. to recreate everything in /dev? And
how to do it?

Please help me ASAP, I have to finish it this night.

Peter Rosa

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


RE: SCSI Disk not found

2003-12-03 Thread Michael E. Mercer
Ok, its the System Configuration Utility supplied by Compaq not the
BIOS. 

I added puc to kernel and it still has the same irq. 

This machine was in the closet for a long while... and it had no
operating system installed when I got it, but I think it may have had
windows NT. 

Thanks for your help,

Michael

On Wed, 2003-12-03 at 09:49, fbsd_user wrote:
 What do you mean SCSI HD show in PC bios?  I have not seen any PC
 bio's that know about SCSI drives. They are not part of the normal
 PC hardware inventory. SCSI drives are 3rd party hardware. Your
 bio's option 'drive to boot from' is the only place that knows about
 SCSI. It should say boot from SCSI drive, or something along those
 lines. The SCSI PCI control card knows about the 2 drive if it's
 there. During the PC boot process you should see msg about SCSI
 controller being enabled. AT that point you should be able to enter
 SCSI setup utility.
 
 I see from dmesg that both drives are using same irq. This is common
 problem with older PC bios, FBSD can not reassign different IRQ to
 second device.   Add  device puc statement to your kernel source and
 recompile kernel. Them check Dmesg boot log to see if different
 IRQ's get assigned.
 
 Before you installed FBSD on this PC, was it running ms/windows and
 did you see the both SCSI drives?
 
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Michael E.
 Mercer
 Sent: Wednesday, December 03, 2003 9:14 AM
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Subject: RE: SCSI Disk not found
 
 Hello,
 
 I wish it were that easy... I really meant that FreeBSD does NOT
 see it at all. I have tried to mount it myself, but it tells
 me that the device is not configured.
 
 The SCSI hard drive appears in the system BIOS, and when the machine
 first boots up, but it is gone everywhere else.
 
 Any ideas?
 
 Michael
 
 On Wed, 2003-12-03 at 09:09, fbsd_user wrote:
  You have to add an line to the /etc/fstab file for the second HD.
  You can mount it as an msdos HD or you can use FBSD to fdisk,
 label,
  and format it to FBSD file system.  It's up to you and how you
 want
  to use it.
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Behalf Of Michael
 E.
  Mercer
  Sent: Tuesday, December 02, 2003 11:38 PM
  To: [EMAIL PROTECTED]
  Subject: SCSI Disk not found
 
  Hello peoples,
 
  I was given a Compaq Proliant 800 machine...its a pentium pro
  200 MHz. I got 4.9-Stable installed and everything is running
  smooth.
 
  However, I noticed that is does indeed have two scsi disks,
  but freebsd only finds one.
 
  Attached is the dmesg... notice the sym0 and sym1.
  Does this supposed to tell me anything?
 
  Thanks
  Michael E Mercer
 
  Copyright (c) 1992-2003 The FreeBSD Project.
  Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992,
 1993,
  1994
  The Regents of the University of California. All rights
  reserved.
  FreeBSD 4.9-STABLE #0: Tue Dec  2 21:45:22 EST 2003
  [EMAIL PROTECTED]:/usr/src/sys/compile/slow_4_9
  Timecounter i8254  frequency 1193182 Hz
  CPU: Pentium Pro (199.43-MHz 686-class CPU)
Origin = GenuineIntel  Id = 0x619  Stepping = 9
 
 
 Features=0xf9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,
  CMOV
  real memory  = 301989888 (294912K bytes)
  avail memory = 288219136 (281464K bytes)
  Preloaded elf kernel kernel at 0xc0491000.
  Preloaded userconfig_script /boot/kernel.conf at 0xc049109c.
  ccd0-3: Concatenated disk drivers
  VESA: v1.2, 1024k memory, flags:0x0, mode table:0xc03f8994
 (114)
  VESA: STB COMPAQ 5440
  Pentium Pro MTRR support enabled
  md0: Malloc disk
  npx0: math processor on motherboard
  npx0: INT 16 interface
  pcib0: Host to PCI bridge on motherboard
  pci0: PCI bus on pcib0
  pcib1: IBM 82351 PCI-PCI bridge at device 8.0 on pci0
  pci1: PCI bus on pcib1
  sym0: 875 port 0x7000-0x70ff mem
  0x4010-0x40100fff,0x40102000-0x401020ff irq 5 at device 4.0 on
  pci1
  sym0: No NVRAM, ID 7, Fast-20, SE, parity checking
  sym1: 875 port 0x7400-0x74ff mem
  0x40101000-0x40101fff,0x40102100-0x401021ff irq 5 at device 8.0 on
  pci1
  sym1: No NVRAM, ID 7, Fast-20, SE, parity checking
  pci1: Cirrus Logic GD5430 SVGA controller at 9.0
  tl0: Compaq NetFlex-3/P Integrated port 0x6000-0x600f mem
  0x4000-0x400f irq 9 at device 16.0 on pci0
  tl0: Ethernet address: 00:80:5f:35:d8:6d
  miibus0: MII bus on tl0
  tlphy0: ThunderLAN 10baseT media interface on miibus0
  tlphy0:  10base2/BNC, 10base5/AUI, 10baseT, 10baseT-FDX, auto
  isab0: Intel 82371SB PCI to ISA bridge at device 20.0 on pci0
  isa0: ISA bus on isab0
  atapci0: Intel PIIX3 ATA controller port 0xf100-0xf10f at device
  20.1
  on pci0
  ata0: at 0x1f0 irq 14 on atapci0
  ata1: at 0x170 irq 15 on atapci0
  eisa0: EISA bus on motherboard
  mainboard0: CPQ0579 (System Board) on eisa0 slot 0
  orm0: Option ROMs at iomem
  0xc-0xc7fff,0xe8000-0xedfff,0xee000-0xe on isa0
  pmtimer0 on isa0
  pca0 

webcamera installation docs FreeBSD5.0

2003-12-03 Thread ivan ivanov
Hi! 
Can anyone point me to documentation or discussion
lists about Creative USB webcam installation.

I am having hard time to make it work and it's mostly
because I don't know anything about it.

Sorry, my own google searches gave no useful
results...

Is there someone how managed to play this toy? 

Best,
Ivan


__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


mpd VPN Server / W2K Clients

2003-12-03 Thread Bill Asher
Hello,

I am trying to configure mpd for road warrior w2k clients to connect to,
and I'm running into a few issues, hoping some of you could help out.
I'm not sure if there are other issues that need to be configured
differently besides mpd, like ppp or natd, etc. Or do you need to change
options in the W2K VPN client. Below are my specs, mpd config files, and
error message. Please let me know if you have any suggestions. THANKS!!!

---
Heres my specs on my testing box:
---
FreeBSD 4.9
WAN IP: 1.2.3.4
LAN IP: 10.30.30.1
MPD version: 3.15
Recompiled with these options IPFIREWALL, DUMMYNET, BRIDGE, IPSEC:
Pretty basic testing firewall system.

Running ipfw, natd

---
Mpd.conf:
---
default:
load pptp0

pptp0:
new -i ng0 pptp0 pptp0
set ipcp ranges 10.30.30.100/24 10.30.30.230/24
load pptp

pptp:
set iface disable on-demand
set iface enable proxy-arp
set iface idle 1800
set link yes acfcomp protocomp
set link no chap
set link enable pap
set link mtu 1460
set link mru 1460
set link keep-alive 10 60
set ipcp yes vjcomp
set ipcp dns 6.7.8.9
set bundle enable compression
set ccp yes mpp-compress
set ccp yes mppc
set ccp yes mpp-e40
set ccp yes mpp-e56
set ccp yes mpp-e128
set ccp yes mpp-stateless

---
Mpd.links:
---
pptp0:
set link type pptp
set pptp self 1.2.3.4
set pptp enable incoming
set pptp disable originate

---
Mpd.secret:
---
Johnpassword

---
When a W2K client(24.24.24.24) tries to connect, this is what is
displayed on the server:
---
Multi-link PPP for FreeBSD, by Archie L. Cobbs.
Based on iij-ppp, by Toshiharu OHNO.
mpd: pid 3472, version 3.15 ([EMAIL PROTECTED] 12:19  1-Dec-2003)
[pptp0] ppp node is mpd3472-pptp0
mpd: local IP address for PPTP is 1.2.3.4
[pptp0] using interface ng0
[pptp0:pptp0] mpd: PPTP connection from 24.24.24.24:1275
pptp0: attached to connection with 24.24.24.24:1275
[pptp0] IFACE: Open event
[pptp0] IPCP: Open event
[pptp0] IPCP: state change Initial -- Starting
[pptp0] IPCP: LayerStart
[pptp0] IPCP: Open event
[pptp0] bundle: OPEN event in state CLOSED
[pptp0] opening link pptp0...
[pptp0] link: OPEN event
[pptp0] LCP: Open event
[pptp0] LCP: state change Initial -- Starting
[pptp0] LCP: LayerStart
[pptp0] device: OPEN event in state DOWN
[pptp0] attaching to peer's outgoing call
[pptp0] device is now in state OPENING
[pptp0] device: UP event in state OPENING
[pptp0] device is now in state UP
[pptp0] link: UP event
[pptp0] link: origination is remote
[pptp0] LCP: Up event
[pptp0] LCP: state change Starting -- Req-Sent
[pptp0] LCP: phase shift DEAD -- ESTABLISH
[pptp0] LCP: SendConfigReq #1
 ACFCOMP
 PROTOCOMP
 MRU 1460
 MAGICNUM 7ad4aee0
 AUTHPROTO PAP
 MP MRRU 1600
 MP SHORTSEQ
 ENDPOINTDISC [802.1] 00 04 75 c3 99 19
pptp0-0: ignoring SetLinkInfo
[pptp0] LCP: rec'd Configure Request #0 link 0 (Req-Sent)
 MRU 1400
 MAGICNUM 76ca7995
 PROTOCOMP
 ACFCOMP
 CALLBACK
   Not supported
[pptp0] LCP: SendConfigRej #0
 CALLBACK
[pptp0] LCP: rec'd Configure Reject #1 link 0 (Req-Sent)
 MP MRRU 1600
 MP SHORTSEQ
 ENDPOINTDISC [802.1] 00 04 75 c3 99 19
[pptp0] LCP: SendConfigReq #2
 ACFCOMP
 PROTOCOMP
 MRU 1460
 MAGICNUM 7ad4aee0
 AUTHPROTO PAP
[pptp0] LCP: rec'd Configure Request #1 link 0 (Req-Sent)
 MRU 1400
 MAGICNUM 76ca7995
 PROTOCOMP
 ACFCOMP
[pptp0] LCP: SendConfigAck #1
 MRU 1400
 MAGICNUM 76ca7995
 PROTOCOMP
 ACFCOMP
[pptp0] LCP: state change Req-Sent -- Ack-Sent
[pptp0] LCP: rec'd Configure Nak #2 link 0 (Ack-Sent)
 AUTHPROTO CHAP MSOFTv2
[pptp0] LCP: SendConfigReq #3
 ACFCOMP
 PROTOCOMP
 MRU 1460
 MAGICNUM 7ad4aee0
 AUTHPROTO PAP
[pptp0] LCP: rec'd Configure Nak #3 link 0 (Ack-Sent)
 AUTHPROTO CHAP MSOFT
[pptp0] LCP: SendConfigReq #4
 ACFCOMP
 PROTOCOMP
 MRU 1460
 MAGICNUM 7ad4aee0
 AUTHPROTO PAP
[pptp0] LCP: rec'd Configure Nak #4 link 0 (Ack-Sent)
 AUTHPROTO CHAP MSOFT
[pptp0] LCP: SendConfigReq #5
 ACFCOMP
 PROTOCOMP
 MRU 1460
 MAGICNUM 7ad4aee0
 AUTHPROTO PAP
[pptp0] LCP: rec'd Configure Nak #5 link 0 (Ack-Sent)
 AUTHPROTO CHAP MSOFT
[pptp0] LCP: SendConfigReq #6
 ACFCOMP
 PROTOCOMP
 MRU 1460
 MAGICNUM 7ad4aee0
 AUTHPROTO PAP
[pptp0] LCP: rec'd Configure Nak #6 link 0 (Ack-Sent)
 AUTHPROTO CHAP MSOFT
[pptp0] LCP: SendConfigReq #7
 ACFCOMP
 PROTOCOMP
 MRU 1460
 MAGICNUM 7ad4aee0
 AUTHPROTO PAP
[pptp0] LCP: rec'd Configure Nak #7 link 0 (Ack-Sent)
 AUTHPROTO CHAP MSOFT
[pptp0] LCP: SendConfigReq #8
 ACFCOMP
 PROTOCOMP
 MRU 1460
 MAGICNUM 7ad4aee0
 AUTHPROTO PAP
[pptp0] LCP: SendConfigReq #9
 ACFCOMP
 PROTOCOMP
 MRU 1460
 MAGICNUM 7ad4aee0
 AUTHPROTO PAP
[pptp0] LCP: rec'd Configure Nak #9 link 0 (Ack-Sent)
 AUTHPROTO CHAP MSOFT
[pptp0] LCP: SendConfigReq #10
 ACFCOMP
 PROTOCOMP
 MRU 1460
 MAGICNUM 7ad4aee0
 AUTHPROTO PAP
[pptp0] LCP: rec'd Configure Nak #10 link 0 (Ack-Sent)
 AUTHPROTO 

running freebsd with sendmail and qpopper

2003-12-03 Thread Dennis M. Yocum
i am having trouble understanding the requirements of the hostname in the
/etc/hosts file and the dns.  i have read many things and am just confused.
can someone find time to help me a little.  i would like to respond with
specifics to someone directly. thanks. den


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


Re: Multiple RealTect adaptors

2003-12-03 Thread Peter Rosa
Dear list,

I already have found MAKEDEV all in /dev folder. Started, finished, no
progress. The card is physically OK.

While trying to reconfigure eth card via
ifconfig rl0 create inet 192.168.1.11 netmask 255.255.255.0

it returns err: SIOCIFCREATE: Invalid agrument.

What do I do wrong? And how could I make the card work ?

Peter

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


FreeBSD 5.0

2003-12-03 Thread WF Nix
Will FreeBSD 5.X run on a Pentium 133 with 48 megs of ram?

I tried 5.0 before it was in -release and it wouldn't even boot...Just
wondering, thanks.

-William Nix

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


Re: Remove ^M characters from xhtml file

2003-12-03 Thread Loz Froggatt
* paul beard [EMAIL PROTECTED] [2003-12-01 03:07]:
 On Nov 30, 2003, at 6:53 PM, Melvyn Sopacua wrote:
 BTW: why is this even an issue that needs a solution? XHTML doesn't 
 care one
 way or the other, since all linear spacing is folded into one space.
 
 It's distracting to look at all that stuff if you're editing in vi, 

I have the following line in my .vimrc

   set fileformats=unix,mac,dos 

which hides the ^Ms, but doesn't remove them - useful in a
cross-platform environment, because Windows users don't complain 
about their line breaks breaking, if they access the file again :)

cheers,
/loz.


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


Re: Multiple RealTect adaptors

2003-12-03 Thread Olaf Hoyer
On Wed, 3 Dec 2003, Peter Rosa wrote:

 Dear list,

 I already have found MAKEDEV all in /dev folder. Started, finished, no
 progress. The card is physically OK.

 While trying to reconfigure eth card via
 ifconfig rl0 create inet 192.168.1.11 netmask 255.255.255.0

 it returns err: SIOCIFCREATE: Invalid agrument.

 What do I do wrong? And how could I make the card work ?

Hi!

Well, as the output states, your arguments to ifconfig are incorrect.

to check if the card is recognized:

dmesg |grep rl0

when it appears, do a:

ifconfig -a

to see, if a rl0 interface is there.

to simply configure it, do:

ifconfig rl0  192.168.1.11 netmask 255.255.255.0


shall be sufficient.

To make it permanent during bootup, insert in /etc/rc.conf:

ifconfig_rl0=inet 192.168.1.11 netmask 255.255.255.0


HTH
Olaf

-- 
Olaf Hoyer[EMAIL PROTECTED]
Fuerchterliche Erlebniss geben zu raten,
ob der, welcher sie erlebt, nicht etwas Fuerchterliches ist.
(Nietzsche, Jenseits von Gut und Boese)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 5.0

2003-12-03 Thread Daan Vreeken [PA4DAN]
On Wednesday 03 December 2003 18:10, WF Nix wrote:
 Will FreeBSD 5.X run on a Pentium 133 with 48 megs of ram?

 I tried 5.0 before it was in -release and it wouldn't even boot...Just
 wondering, thanks.
I have a system here running 5.X with as little as 16MB of ram, so it should 
work.

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


Re: Multiple RealTect adaptors

2003-12-03 Thread Peter Rosa
Hello again,

of course, everything was there:
dmesg - YES
ifconfig - YES
rc.conf - YES

But, whenever the machine boots, ifconfig returns:
rl0: flags 8843 snip mtu 1500
 inet 192.168.1.11 netmask snip
 ether snip
 media snip
 status: active
rl1: flags 8843 snip mtu 1500
 ether snip
 media snip
 status: no carrier

Both have the same flags. Second has no IP/MSK/BCAST.

ifconfig rl1  192.168.1.12 netmask 255.255.255.0 always returns
config: ioctl (SIOCIFADDR): File exists

What could be wrong ?

It is the same when I xchange both cards/use another PCI slots.

Peter


 
- Original Message - 
From: Olaf Hoyer [EMAIL PROTECTED]
To: Peter Rosa [EMAIL PROTECTED]
Cc: FreeBSD Questions [EMAIL PROTECTED]
Sent: Wednesday, December 03, 2003 6:16 PM
Subject: Re: Multiple RealTect adaptors


 On Wed, 3 Dec 2003, Peter Rosa wrote:
 
  Dear list,
 
  I already have found MAKEDEV all in /dev folder. Started, finished, no
  progress. The card is physically OK.
 
  While trying to reconfigure eth card via
  ifconfig rl0 create inet 192.168.1.11 netmask 255.255.255.0
 
  it returns err: SIOCIFCREATE: Invalid agrument.
 
  What do I do wrong? And how could I make the card work ?
 
 Hi!
 
 Well, as the output states, your arguments to ifconfig are incorrect.
 
 to check if the card is recognized:
 
 dmesg |grep rl0
 
 when it appears, do a:
 
 ifconfig -a
 
 to see, if a rl0 interface is there.
 
 to simply configure it, do:
 
 ifconfig rl0  192.168.1.11 netmask 255.255.255.0
 
 
 shall be sufficient.
 
 To make it permanent during bootup, insert in /etc/rc.conf:
 
 ifconfig_rl0=inet 192.168.1.11 netmask 255.255.255.0
 
 
 HTH
 Olaf
 
 -- 
 Olaf Hoyer[EMAIL PROTECTED]
 Fuerchterliche Erlebniss geben zu raten,
 ob der, welcher sie erlebt, nicht etwas Fuerchterliches ist.
 (Nietzsche, Jenseits von Gut und Boese)
 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Is there a guide to Upgrading a FreeBSD server remotely

2003-12-03 Thread Jonathan T. Sage
Peter Ulrich Kruppa wrote:

On Wed, 3 Dec 2003, Alex de Kruijff wrote:


On Tue, Dec 02, 2003 at 03:01:36AM +0100, Denis Fortin wrote:

Greetings,

I've Google'd a bit, but I cannot find a survival guide to upgrading
a FreeBSD system remotely.
The Handbook's procedure is excellent (cvsup to the RELENG branch and
then make'ing world), but it requires going into single user mode and
using the console, two things which may not be possible in the context
of a server sitting unattended in a hosting center 1 kilometers away.
Has anyone written a quick guide on issues that can arise in this kind
of situation?  (For instance, one the the issues is that one might end
up with a bad kernel: have people devised a way for the boot code to
interact with reboot -k xxx to revert to the default kernel after an
unsucessful boot, or after a specific time?)
Although its not recommended to do this, it can be done. It basicaly
comes down to following the manual (without rebooting into single
usermode) and be very very carefull. Read everything you need to read,
run every command you need to run and have someone sitting there in case
it goes wrong.
Note: I've never done this on a busy system.
That is the really important thing: there shouldn't be any other
traffic on the system.
Do everything step by step and keep a logfile to check if
everything worked o.k. . Do something like
# make buildworld  logfile 
In case your connection breaks, buildworld will go on and you can
check everything when it is up again. With
# tail -f logfile
you can check the advance anytime you whish.
Uli.
alternativly, check out the screen utility.  it keeps tty's alive on 
disconnects (among other things)

/usr/ports/misc/screen

~j

--
Yesterday upon the stair I saw a man
who wasn't there, he wasn't there
again today, oh how i wish he'd go away
Rev. Jonathan T. Sage
Lighting / Set Designer
Professional Web Design
[HTTP://thr.msu.edu]
[EMAIL PROTECTED]
[PGP: www.keyserver.net]


pgp0.pgp
Description: PGP signature


Re: FreeBSD 5.0

2003-12-03 Thread Kris Kennaway
On Wed, Dec 03, 2003 at 12:10:09PM -0500, WF Nix wrote:
 Will FreeBSD 5.X run on a Pentium 133 with 48 megs of ram?
 
 I tried 5.0 before it was in -release and it wouldn't even boot...Just
 wondering, thanks.

Yes, in general.  If you encounter problems with the latest release
then please report them in the standard way (see the website for full
instructions on how to provide a useful bug report).

Kris


pgp0.pgp
Description: PGP signature


Re: mpd VPN Server / W2K Clients

2003-12-03 Thread Jonathan T. Sage
Bill Asher wrote:

Hello,

I am trying to configure mpd for road warrior w2k clients to connect to,
and I'm running into a few issues, hoping some of you could help out.
I'm not sure if there are other issues that need to be configured
differently besides mpd, like ppp or natd, etc. Or do you need to change
options in the W2K VPN client. Below are my specs, mpd config files, and
error message. Please let me know if you have any suggestions. THANKS!!!
*snip*

i recently posted a howto on getting mpd up an working with winxp.  the 
steps should be almost identical.  you can find it here.  if it still 
dosn't work, feel free to follow up to me directly.

http://freebsdaddicts.org/modules.php?name=Sectionsop=viewarticleartid=9

~j



--
Yesterday upon the stair I saw a man
who wasn't there, he wasn't there
again today, oh how i wish he'd go away
Rev. Jonathan T. Sage
Lighting / Set Designer
Professional Web Design
[HTTP://thr.msu.edu]
[EMAIL PROTECTED]
[PGP: www.keyserver.net]


pgp0.pgp
Description: PGP signature


DynDNS

2003-12-03 Thread Payne
Hi, I wanting to set up a DynDNS set what do I need for it work on FreeBSD?

Payne

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


Re: DynDNS

2003-12-03 Thread Jonathan T. Sage
Payne wrote:

Hi, I wanting to set up a DynDNS set what do I need for it work on FreeBSD?

Payne

if you mean a DynDNS.org account, take a look at /usr/ports/dns/ddclient

~j

--
Yesterday upon the stair I saw a man
who wasn't there, he wasn't there
again today, oh how i wish he'd go away
Rev. Jonathan T. Sage
Lighting / Set Designer
Professional Web Design
[HTTP://thr.msu.edu]
[EMAIL PROTECTED]
[PGP: www.keyserver.net]


pgp0.pgp
Description: PGP signature


Re: Multiple RealTect adaptors

2003-12-03 Thread Mykroft Holmes IV
Peter Rosa wrote:

Hello again,

of course, everything was there:
dmesg - YES
ifconfig - YES
rc.conf - YES
But, whenever the machine boots, ifconfig returns:
rl0: flags 8843 snip mtu 1500
inet 192.168.1.11 netmask snip
ether snip
media snip
status: active
rl1: flags 8843 snip mtu 1500
ether snip
media snip
status: no carrier
Both have the same flags. Second has no IP/MSK/BCAST.

ifconfig rl1  192.168.1.12 netmask 255.255.255.0 always returns
config: ioctl (SIOCIFADDR): File exists
What could be wrong ?

It is the same when I xchange both cards/use another PCI slots.

Peter

 

Try putting the second NIC on a second subnet. IIRC FreeBSD doesn't 
support multiple adaptors on the same network.

Adam

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


Re: DynDNS

2003-12-03 Thread Jez Hancock
On Wed, Dec 03, 2003 at 12:49:18PM -0500, Payne wrote:
 Hi, I wanting to set up a DynDNS set what do I need for it work on FreeBSD?
/usr/ports/dns/ddclient works well as a dynamic dns update client.

Install, modify config file to your requirements and then set ddclient
to run in once your network connection is established to update your new
IP address with dyndns site.

There are other clients though, ddclient has worked well for me in the
past though:

Port:   ez-ipupdate-3.0.11b7
Path:   /usr/ports/dns/ez-ipupdate
Info:   Update your host name on any dynamic DNS service
Maint:  [EMAIL PROTECTED]
Index:  dns
B-deps: 
R-deps: rc_subr-1.16


Port:   noip-2.0.12
Path:   /usr/ports/dns/noip
Info:   No-IP.com's dynamic DNS update client
Maint:  [EMAIL PROTECTED]
Index:  dns
B-deps: 
R-deps: 


Port:   odsclient-1.02
Path:   /usr/ports/dns/odsclient
Info:   ODS Dynamic DNS Client
Maint:  [EMAIL PROTECTED]
Index:  dns
B-deps: 
R-deps: 


Port:   weedns_sc-1.19
Path:   /usr/ports/dns/weedns_sc
Info:   Client to update whyi.org dynamic DNS service
Maint:  [EMAIL PROTECTED]
Index:  dns perl5
B-deps: 
R-deps: p5-Authen-SASL-2.06 p5-Digest-MD5-2.30 p5-HTML-Parser-3.34 p5-HTML-
Tagset-3.03 p5-MIME-Base64-2.21 p5-Net-1.17,1 p5-Storable-2.08 p5-URI-
1.27 p5-libwww-5.70


-- 
Jez Hancock
 - System Administrator / PHP Developer

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


Re: Weird display problem

2003-12-03 Thread Daniela
On Sunday 30 November 2003 02:56, Melvyn Sopacua wrote:
 On Sunday 30 November 2003 04:32, Daniela wrote:
 andte_Mathematik/ in Mozilla and scroll down the page. I once had this a
  long time ago with 4.8 (now I have 4.9), but I can't remember the browser
  I was using and the exact site (it was something in Google directory).
 
  How can I solve the problem, or at least find out what causes it?

 Did you install x11-fonts/mozilla-fonts?

Yes, just installed it and restarted the X server, but the problem is still 
there. Is this a known bug?


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


Re: Multiple RealTect adaptors - SOLVED

2003-12-03 Thread Peter Rosa
Fantastic idea. It solved the problem.

Many thanks and have a nice day.

Peter


- Original Message -
From: Mykroft Holmes IV [EMAIL PROTECTED]
To: Peter Rosa [EMAIL PROTECTED]
Cc: Olaf Hoyer [EMAIL PROTECTED]; FreeBSD Questions
[EMAIL PROTECTED]
Sent: Wednesday, December 03, 2003 6:53 PM
Subject: Re: Multiple RealTect adaptors


 Peter Rosa wrote:

 Hello again,
 
 of course, everything was there:
 dmesg - YES
 ifconfig - YES
 rc.conf - YES
 
 But, whenever the machine boots, ifconfig returns:
 rl0: flags 8843 snip mtu 1500
  inet 192.168.1.11 netmask snip
  ether snip
  media snip
  status: active
 rl1: flags 8843 snip mtu 1500
  ether snip
  media snip
  status: no carrier
 
 Both have the same flags. Second has no IP/MSK/BCAST.
 
 ifconfig rl1  192.168.1.12 netmask 255.255.255.0 always returns
 config: ioctl (SIOCIFADDR): File exists
 
 What could be wrong ?
 
 It is the same when I xchange both cards/use another PCI slots.
 
 Peter
 
 
 
 
 Try putting the second NIC on a second subnet. IIRC FreeBSD doesn't
 support multiple adaptors on the same network.

 Adam


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


Re: hosts.allow not always working... misses some IPs

2003-12-03 Thread Jeff Penn
On Tue, Dec 02, 2003 at 12:54:32AM -0500, Kerry B. Rogers wrote:
 I received an e-mail with the following header fragment:
 
 ===V=== cut here ===V
 Received: from priv-edtnes11-hme0.telusplanet.net (outbound03.telus.net
 [199.185.220.222])
  by tinkertoys.net (8.12.10/8.11.6) with ESMTP id hANMNpKS021237;
  Sun, 23 Nov 2003 15:23:51 -0700 (MST)
 ===^=== cut here ===^
 
 In my hosts.allow file (which usually rejects domains just fine) I have:
 
 smtp : 199.185.220.0/255.255.251.0 : deny

---^^^

 The above listed e-mail should have been rejected but it wasn't. Is this a
 bug? Is a 975K host.allow file creating this problem? Please help...

I added your rule to my hosts.allow and tested it using:

tcpdmatch smtp 199.185.220.222

The rule was not triggered.  Changing the rule to a valid netmask 
(255.255.255.0) did trigger the rule  denied access.

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



XFree86 from scratch/ports?

2003-12-03 Thread Minnesota Slinky
Hello again,

Where is the appropriate procedure for getting XFree86
installed from ports, with startx and everything
working?  I didn't install X with my base install, and
this is the first time I've tried straight from ports.
 Please point me in the right direction...


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


Re: Remove ^M characters from xhtml file

2003-12-03 Thread Gary Kline

FWIW, I'm attaching 'cvt' that I've used for years.
It does conversions between dos, unix, vax, mac quite 
cleanly.  Just untar and type make unix. Put the 
cvt binary into your ~/bin directory.  

% cvt -u files

translates files from whatever fmt to Unix fmt.

gary

PS: are there any vaxen left? :-)


-- 
   Gary Kline [EMAIL PROTECTED]   www.thought.org Public service Unix

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


Re: XFree86 from scratch/ports?

2003-12-03 Thread Kent Stewart
On Wednesday 03 December 2003 11:05 am, Minnesota Slinky wrote:
 Hello again,

 Where is the appropriate procedure for getting XFree86
 installed from ports, with startx and everything
 working?  I didn't install X with my base install, and
 this is the first time I've tried straight from ports.
  Please point me in the right direction...


If you have a 5.1 CD, you can
mount /cdrom
cd /cdrom/packages/All
pkg_add XFree86-4.3.0,1.tbz
pkg_add kde-3.1.2.tbz

The meta-ports take care of adding everything for you.

You have to xf86cfg and, in my case, add exec startkde to .xinitrc. I didn't 
consider the xdm enviroment a window and decided to use KDE. I want my login 
startup to be a cli and I do a startx to fire up kde. There are other 
choices. 

I don't remember where I read about the .xinitrc. There is a KDE FAQ that 
includes how to start KDE but it is mostly in Linux terms. That becomes a 
bootstrap problem. You have to have KDE running to find out about the FAQ. 
The www.kde.org probably has something but you have to know about the URL and 
that is another bootstrap problem.

If you want to use gnome, I can't comment. I liked KDE and haven't tried 
gnome.

You could build everything from /usr/ports but I think of that as a follow up 
project after you get your environment working. I can't imagine doing a 
initial system install using installkernel and installworld and think of a 
port make install to be equally slow logic.

I usually have a system listening to an Internet radio station and if more 
than 2 songs play during the install, I think I did something wrong.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html

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


IPFILTER active ftp client

2003-12-03 Thread fbsd_user
I running FBSD 4.9 gateway with IPFILTER firewall. Have ms/windows
boxes on private lan behind firewall. Trying to get FTP client
(active mode) on ms/win box to pass through IPF. Have IPF NAT
running with FTP proxy enabled and can not get active mode FTP
connection with public internet host.

The IPFILTER documentation says
The second type of client transfer, active, is a bit more
troublesome, but nonetheless a solved problem. Active transfers
cause the server to open up a second connection back to the client
for data to flow through. This is normally a problem when there's a
firewall in the middle, stopping outside connections from coming
back in. To solve this, ipfilter includes an ipnat proxy which
temporarily opens up a hole in the firewall just for the FTP server
to get back to the client. Even if you're not using ipnat to do nat,
the proxy is still effective. The following rules is the bare
minimum to add to the ipnat configuration file (ep0 should be the
interface name of the outbound network connection):
map ep0 0/0 - 0/32 proxy port 21 ftp/tcp

I have this rule in my Nat rules file. I can see my filter rule
allow the FTP request to pass through, but I don't see packet return
back on high port number for data transmission. IT looks like the
NAT proxy is not opening hole for return data port.

The Nat rules I am using follow
# Provide special NAT services for Active FTP from LAN users.
map rl0 0/0 - 0/32 proxy port 21 ftp/tcp

# Provide NAT services for LAN users.
# NAT my private LAN ip address to what every my dynamic ISP address
is.
map rl0 10.0.10.0/29 - 0/32

# Provide NAT services for user ppp Dial in tun0 connections.
map tun0 10.0.0.0/29 - 0/32

ipf filter rules
# Allow out client FTP for LAN PC FTP to public Internet
pass out quick on rl0 proto tcp from any to any port = 21 flags S
keep state

I can not figure out what is wrong.
Any help or pointers or examples would be appreciated.







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


Re: Remove ^M characters from xhtml file

2003-12-03 Thread Gary Kline
On Wed, Dec 03, 2003 at 11:12:28AM -0800, Gary Kline wrote:
 
   FWIW, I'm attaching 'cvt' that I've used for years.
   It does conversions between dos, unix, vax, mac quite 
   cleanly.  Just untar and type make unix. Put the 
   cvt binary into your ~/bin directory.  
 
   % cvt -u files
 
   translates files from whatever fmt to Unix fmt.
 
   gary
 
   PS: are there any vaxen left? :-)
 
 
Well, tar and shar were stripped by mailinglist...  Anybody
wants 'cvt' drop a line. --g


-- 
   Gary Kline [EMAIL PROTECTED]   www.thought.org Public service Unix

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


Re: DynDNS

2003-12-03 Thread Bryan Cassidy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Of course you need apache installed. It will print out on the screen after you get 
done with a make install clean on ddclient but after you copy the appropriate files 
just edit /usr/local/etc/ddclient.conf Here I have attached my ddclient.conf file 
minus the usr name and passwd of course.

HTH

##
##
## Define default global variables with lines like:
##  var=value [, var=value]*
## These values will be used for each following host unless overridden
## with a local variable definition.
##
## Define local variables for one or more hosts with:
##  var=value [, var=value]* host.and.domain[,host2.and.domain...]
##
## Lines can be continued on the following line by ending the line
## with a \
##
##
daemon=300  # check every 300 seconds
syslog=yes  # log update msgs to syslog
mail=root   # mail all msgs to root
mail-failure=root   # mail failed update msgs to root
pid=/var/run/ddclient.pid   # record PID in file.
#
#use=watchguard-soho,fw=192.168.111.1:80# via Watchguard's SOHO FW
#use=netopia-r910,   fw=192.168.111.1:80# via Netopia R910 FW
#use=smc-barricade,  fw=192.168.123.254:80  # via SMC's Barricade FW
#use=netgear-rt3xx,  fw=192.168.0.1:80  # via Netgear's internet FW
#use=linksys,fw=192.168.1.1:80  # via Linksys's internet FW
#use=maxgate-ugate3x00,  fw=192.168.0.1:80  # via MaxGate's UGATE-3x00  FW
#use=elsa-lancom-dsl10,  fw=10.0.0.254:80   # via ELSA LanCom DSL/10 DSL 
Router
#use=elsa-lancom-dsl10-ch01, fw=10.0.0.254:80   # via ELSA LanCom DSL/10 DSL 
Router
#use=elsa-lancom-dsl10-ch02, fw=10.0.0.254:80   # via ELSA LanCom DSL/10 DSL 
Router
#use=alcatel-stp,fw=10.0.0.138:80   # via Alcatel Speed Touch Pro
#use=xsense-aero,fw=192.168.1.1:80  # via Xsense Aero Router
#use=allnet-1298,fw=192.168.1.1:80  # via AllNet 1298 DSL Router
#use=3com-oc-remote812,  fw=192.168.0.254:80# via 3com OfficeConnect 
Remote 812
#use=e-tech, fw=192.168.1.1:80  # via E-tech Router
#use=cayman-3220h,   fw=192.168.0.1:1080# via Cayman 3220-H DSL Router
#
#fw-login=admin, fw-password=XX # FW login and password
#
## To obtain an IP address from FW status page (using fw-login, fw-password)
#use=fw, fw=192.168.1.254/status.htm, fw-skip='IP Address' # found after IP Address
#
## To obtain an IP address from Web status page (using the proxy if defined)
#use=web, web=checkip.dyndns.org/, web-skip='IP Address' # found after IP Address
#
#use=ip, ip=127.0.0.1   # via static IP's
#use=if, if=eth0# via interfaces
use=web # via web
#
#protocol=dyndns2   # default protocol
#proxy=fasthttp.sympatico.ca:80 # default proxy
#server=members.dyndns.org  # default server
#server=members.dyndns.org:8245 # default server (bypassing proxies)

login=user name# default login
password=password for user   # default password
mx=your.domain.tld# default MX
#backupmx=yes|no# host is primary MX?
#wildcard=yes|no# add wildcard CNAME?

##
## dyndns.org dynamic addresses
##
## (supports variables: wildcard,mx,backupmx)
##
 server=members.dyndns.org, \
 protocol=dyndns2   \
 your.domain.tld

##
## dyndns.org static addresses
##
## (supports variables: wildcard,mx,backupmx)
##
# static=yes,   \
# server=members.dyndns.org,\
# protocol=dyndns2  \
# your-static-host.dyndns.org

##
##
## dyndns.org custom addresses
##
## (supports variables: wildcard,mx,backupmx)
##
# custom=yes,   \
# server=members.dyndns.org,\
# protocol=dyndns2  \
# your-domain.top-level,your-other-domain.top-level

##
## ZoneEdit (zoneedit.com)
##
# server=www.zoneedit.com,  \
# protocol=zoneedit1,   \
# login=your-zoneedit-login,\
# password=your-zoneedit-password   \
# your.any.domain,your-2nd.any.dom

##
## EasyDNS (easydns.com)
##
# server=members.easydns.com,   \
# protocol=easydns, \
# login=your-easydns-login, \
# password=your-easydns-password\
# your.any.domain,your-2nd.any.domain

##
## Hammernode (hn.org) dynamic addresses
##
# server=dup.hn.org,\
# 

Re: network security sysctl mib's

2003-12-03 Thread Melvyn Sopacua
On Tuesday 02 December 2003 18:29, fbsd_user wrote:

 Thank you for responding with pointers to where I
 can find some very limited documented info on the
 MIB's I asked about.

You're welcome.


 The only conclusion one can draw from the test results is that
 IPFILTER gets access to the packets before the log_in_vain  Mib
 does.  To extrapolate on this, it would indicate the other network
 security Mibs I pointed out in my original post are in the same boat
 as log_in_vain.

I haven't looked at specifics, but this sounds logical to me. MIB's control or 
inform about system states. A firewall's task is to prevent stuff from 
entering the system.

 The remaining question then is does the IPFW firewall work the same
 way. If it does then all those network security Mib's only have
 effect on FBSD systems that are not running an firewall.

Not necessarily. You blocked all traffic, so the system does not register the 
specific event you're looking at. Did you try just enabling the firewall but 
setting an allow all rule?


 It's my opinion that in today's world of such emphasis on network
 security that an clear understand of these MIB's are absolutely
 necessary, indispensable, requisite information that has to be
 disseminated to the FBSD community and not buried in some obscure,
 very hard to find place like it currently is.

Documentation on many MIB's is hard to find indeed. Maybe you should join the 
documentation team to help out - but - in this specific case, the 2 ( ipfw2 
on -CURRENT makes 3 even) firewall implementations are well documented and 
should instead be used if one is concerned about security, because they can 
log and handle anything *before* it enters the system.

 Here is the documentation I created in the sysctl.conf file. What do
 you think about it?

I would have to look at specifics and I think [EMAIL PROTECTED] would be a 
more appropreate place to get some definitive answers.

-- 
Melvyn

===
FreeBSD sarevok.idg.nl 5.2-BETA FreeBSD 5.2-BETA #0: Wed Dec  3 20:13:44 CET 
2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/SAREVOK_NOACPI  
i386
===


pgp0.pgp
Description: signature


moving vinum disks

2003-12-03 Thread Matt Gostick
I have a concatenated 2 drives together to make 1 large disk using
vinum.  Did this last year or something like that and haven't touched it
since...

I wish to move my vinum disks to another computer, but I really don't
want to lose any information.  So I want to ask from someone who has
done this, instead of just trusting myself to read the manpage
correctly.  Don't get me wrong, I have read the manpage, but if I lose
this data I will kick myself, hard.  Unfortunately I don't have enough
storage space anywhere else to do a full backup...

my vinum config is this:

drive d1 device /dev/ad2s1e
drive d2 device /dev/ad3s1e
volume tank
  plex org concat
sd length 0 drive d1
sd length 0 drive d2

To complicate matters, I wish to add another drive, but from what I
understand I cannot add another drive without reformatting all of them,
correct?

Any help is appreciated,
Matt Gostick [EMAIL PROTECTED]

P.S. I'm not subscribed to the list right now, so please CC me as well
as the list.

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


Re: running freebsd with sendmail and qpopper

2003-12-03 Thread Steve Bertrand
 i am having trouble understanding the requirements of the hostname in the
 /etc/hosts file and the dns.  i have read many things and am just confused.
 can someone find time to help me a little.  i would like to respond with
 specifics to someone directly. thanks. den
 

Let me know what you want to know, but I feel it should be kept in the
list for others to see.

Steve

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

Steve Bertrand
President/CTO,
Northumberland Network Services

t: 905.352.2688
w: www.northnetworks.ca

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


Re: Order of Creation of Partitions

2003-12-03 Thread William Blum
Barry Skidmore wrote:
I am preparing to do a fresh install of 4.9-RELEASE, and read in the
Handbook the following recommended partitions, and the order in which
they should be created:
/
swap
/var
/tmp
/usr
I would like to have two additional partitions, but do not see in the
Handbook their ordering, relative to the above:
/boot
/home
Thanks,
Barry
Hi there, Barry...

If you're going to create separate partitions for /boot and /home, it 
seems that the following order would make sense:

/
/boot
swap
/var
/tmp
/usr
/home
HOWEVER, given that the default installation of FreeBSD seems to have 
/home as a link to /usr/home, I'd be highly reluctant to depart from 
that, and just keep the user home directories where they belong, in 
/usr/home.

Your mileage may vary.
--
Bill Blum
Space isn't remote at all.  It's only a hours drive away if your car 
could go straight up. - F. Hoyle

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


Re: webcamera installation docs FreeBSD5.0

2003-12-03 Thread Andrew Boothman
ivan ivanov wrote:

Hi! 
Can anyone point me to documentation or discussion
lists about Creative USB webcam installation.

I am having hard time to make it work and it's mostly
because I don't know anything about it.
Sorry, my own google searches gave no useful
results...
Is there someone how managed to play this toy? 
In order to get a webcam working under FreeBSD I bought one that was 
supported by the graphics/vid port. Apparently the Creative Labs WebCam 
3 is supported by that port so if that's your camera you should be able 
to install the port and then away you go. Otherwise other than google I 
don't know what to suggest.

I presume your camera is recognised as a ugen when you plug it in? Check 
it is listed by running usbdevs

Hope that helps a little.

Andrew

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


Re: Multiple RealTect adaptors

2003-12-03 Thread Dave McCammon

--- Peter Rosa [EMAIL PROTECTED] wrote:
 Hello again,
 
 of course, everything was there:
 dmesg - YES
 ifconfig - YES
 rc.conf - YES
 
 But, whenever the machine boots, ifconfig returns:
 rl0: flags 8843 snip mtu 1500
  inet 192.168.1.11 netmask snip
  ether snip
  media snip
  status: active
 rl1: flags 8843 snip mtu 1500
  ether snip
  media snip
  status: no carrier
 
 Both have the same flags. Second has no
 IP/MSK/BCAST.
 
 ifconfig rl1  192.168.1.12 netmask 255.255.255.0
 always returns
 config: ioctl (SIOCIFADDR): File exists
 
 What could be wrong ?
 
 It is the same when I xchange both cards/use another
 PCI slots.
 
 Peter
 
 
I believe it has something to do with the netmask and
the interface rl1 being on the same subnet.
It should work by giving the interface a subnet of 255.255.255.255.

__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: PPP redial

2003-12-03 Thread Lowell Gilbert
Cole [EMAIL PROTECTED] writes:

 I would like to know whether anyone has any idea on how to set the
 redial option in ppp on freebsd to no-redial.  I have checked the
 man page and tried various options. Setting the redial number to 0,
 means infinite redials, till it connects. I dont want that. You
 cannot set the value to a negative number, i also tried that. I want
 to turn off all redialing, not have it at like 1, cause as soon as
 it does reconnect, the redial counter is cleared, so if it makes a
 succesful connection, and is then cutoff, and makes a new
 connection, in less than a second or so, it will do this
 ad-infinitum. Which is not what i want.

It sounds like you're using the -auto flag when you don't actually
want to do that...
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: running freebsd with sendmail and qpopper

2003-12-03 Thread Marty Landman
At 05:00 PM 12/3/2003, Steve Bertrand wrote:
 i am having trouble understanding the requirements of the hostname in the
 /etc/hosts file and the dns.  i have read many things and am just confused.
 can someone find time to help me a little.  i would like to respond with
 specifics to someone directly. thanks. den

Let me know what you want to know, but I feel it should be kept in the
list for others to see.
Like me. So there's at least two of us on the list who need this info. 
Speaking personally with some prior help I can now email within the box, 
i.e. id1 can email id2 who can then reply back to id1. However going the 
next step, receiving email from a remote server and sending email out to 
the internet is something I have no clue how to do. Don't even know how to 
start, and the stab I made at following tutorials found by googling got me 
nowhere at breakneck speed. Not that I'm complaining but you did ask. :)

Marty Landman   Face 2 Interface Inc 845-679-9387
Sign On Required: Web membership software for your site
Make a Website: http://face2interface.com/Home/Demo.shtml
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Monitoring folder activity

2003-12-03 Thread Chad Albert
I am in need of a way to trigger an action when a file is written to
user's home directories.  I am sure there is a way to do this, but I
don't know where to look.  What I want to do is allow users to sftp a
file into their home directory, then once the file is written, I want a
server side process to email or otherwise transfer the file to another
location so that it can be processed with some third party tools by a
Windows user.  Can anyone help me out?
 

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


newbie ports question

2003-12-03 Thread Marty Landman
AFAIK the subject's accurate, best I could do anyway.

Here's what I get on /var/log/httpd-error.log when running a program I 
wrote which works on other webservers (that I didn't set up):

[Wed Dec 03 16:29:10 2003] [error] [client 192.168.0.1] Can't locate object 
method new via package Net::FTP::A at 
/usr/libdata/perl/5.00503/mach/IO/Socket.pm line 253., referer: 
http://swamisalami/cgibin/sim3.pl

In the course of porting this code to my local sandbox I ran into a compile 
error stemming from Net::FTP, a Perl package not present on my box. Since 
I'm ignorant of how to upgrade my Perl install I just kept going to 
cpan.org and manually installing whatever package sources the compiler 
complained about until it stopped complaining. It was a pita and turns out 
not done properly anyhow, or so it seems.

If this makes sense then I think where I stand now is that I've broken my 
Perl install and need to fix it, in particular must reinstall Net::FTP and 
any of its dependencies. Maybe now's the time I need to actually learn 
something more about ports than just make build; make install. FWIW I'm 
running perl, version 5.005_03 built for i386-freebsd under FreeBSD 
4.8-RELEASE installed (including Perl) from the mini-iso.

Marty Landman   Face 2 Interface Inc 845-679-9387
Sign On Required: Web membership software for your site
Make a Website: http://face2interface.com/Home/Demo.shtml
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Monitoring folder activity

2003-12-03 Thread Marty Landman
At 04:42 PM 12/2/2003, Chad Albert wrote:
I am in need of a way to trigger an action when a file is written to 
user's home directories.
Chad, if nothing else couldn't you run a program via cron to do this? Or am 
I missing something about what makes this more difficult?

Marty Landman   Face 2 Interface Inc 845-679-9387
Sign On Required: Web membership software for your site
Make a Website: http://face2interface.com/Home/Demo.shtml
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Monitoring folder activity

2003-12-03 Thread Chad Albert
Yes, I thought of that and there is no reason I can't.  I just didn't
want to go around re-inventing any wheels if there was a better way to
do it. 



-- Chad


-Original Message-
From: Marty Landman [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 03, 2003 4:49 PM
To: Chad Albert; [EMAIL PROTECTED]
Subject: Re: Monitoring folder activity

At 04:42 PM 12/2/2003, Chad Albert wrote:
I am in need of a way to trigger an action when a file is written to 
user's home directories.

Chad, if nothing else couldn't you run a program via cron to do this? Or
am I missing something about what makes this more difficult?

Marty Landman   Face 2 Interface Inc 845-679-9387
Sign On Required: Web membership software for your site Make a Website:
http://face2interface.com/Home/Demo.shtml


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


Re: pcm/TP 600 works fine (was Re: jesse@wingnet.net pcm/TP600 works fine (was Re: pcm problems in 5.1 w/thinkpad)

2003-12-03 Thread Davis Doherty
On Wed, 3 Dec 2003, Zhang Weiwu wrote:

Hello. I'm running pcm on Thinkpad 600 (FreeBSD 4.9 RC3) without any
problem.

It looks like your kernel is compiled with option PNPBIOS, these devices
that unknown, cannot assign resources are  unknown PNP devices,
usually of no importantance (from my previous experience). These PNP
devices seems have nothing to do with pcm0, they are just luckly to be
printed right after pcm.

Try to play some music, use mixer(8). Perhaps you already have a working
pcm0.


/dev/mixer is not present, nor are any other sound devices (except
sndstat; and a quick less -f sndstat shows no devices installed).
Attempting to play an mp3 via xmms fails (since /dev/dsp doesn't exist).
Were I running one of the older trees, I would say that I need to run sh
MAKEDEV snd0, but that seems to be gone from 5.x.

I would be interested in seeing precisely the lines you put into your
kernel regarding sound.

Unless there is some obvious thing I failed to do, I shall move my
question over to FreeBSD-mobile.

Thanks for the help.

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


Re: moving vinum disks

2003-12-03 Thread Greg 'groggy' Lehey
On Wednesday,  3 December 2003 at 16:54:05 -0500, Matt Gostick wrote:
 I have a concatenated 2 drives together to make 1 large disk using
 vinum.  Did this last year or something like that and haven't touched it
 since...

 I wish to move my vinum disks to another computer, but I really don't
 want to lose any information.  So I want to ask from someone who has
 done this, instead of just trusting myself to read the manpage
 correctly.  Don't get me wrong, I have read the manpage, but if I lose
 this data I will kick myself, hard.  Unfortunately I don't have enough
 storage space anywhere else to do a full backup...

 my vinum config is this:

 drive d1 device /dev/ad2s1e
 drive d2 device /dev/ad3s1e
 volume tank
   plex org concat
 sd length 0 drive d1
 sd length 0 drive d2

This isn't important.

 To complicate matters, I wish to add another drive, but from what I
 understand I cannot add another drive without reformatting all of
 them, correct?

Incorrect.

It's always better to make a backup, and there's always the danger
that something will go wrong when you rebuild hardware, but basically
this is what you need to do:

1.  Put the disks in the system, anywhere.
2.  Start the system.
3.  Start Vinum.

Your data should be found automatically.  It's a good idea to do an
fsck -n on the data to make sure it's OK.  Make sure you use the -n
option; if you do find a way to confuse Vinum, it will be very
confused, and you don't want to write anything back to the volume
until you're sure Vinum knows what it's doing.

Greg
--
When replying to this message, please copy the original recipients.
If you don't, I may ignore the reply or reply to the original recipients.
For more information, see http://www.lemis.com/questions.html
See complete headers for address and phone numbers.


pgp0.pgp
Description: PGP signature


Re: Monitoring folder activity

2003-12-03 Thread Kris Kennaway
On Tue, Dec 02, 2003 at 03:42:27PM -0600, Chad Albert wrote:
 I am in need of a way to trigger an action when a file is written to
 user's home directories.  I am sure there is a way to do this, but I
 don't know where to look.  What I want to do is allow users to sftp a
 file into their home directory, then once the file is written, I want a
 server side process to email or otherwise transfer the file to another
 location so that it can be processed with some third party tools by a
 Windows user.  Can anyone help me out?

I think the l0pht-watch port can do this.

Kris

pgp0.pgp
Description: PGP signature


Router question

2003-12-03 Thread Bryan Cassidy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello everyone. Hows everyone doing tongith/today? Well, I'm taking a
week off of work and thought I would read up on Security/Networking and
anything else to do with making my system/webserver secure. I am going
to Best Buy (ya i know, but it's the only computer related store in this
shitty town so.) to buy a router and was just wanting to see what people
could recommend on which ones are good. I've nver really gotten into
this kinda thing before but want to learn. Will there be anything extra
that I should get while I'm at the store? Cables etc? I only have one pc
is there any point in having a router with one pc? Any links to how to
set this up on FreeBSD? Thanks in advance.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (FreeBSD)

iD8DBQE/zn4Bm8uTTHnDH3ERAsR1AKDTzQHhzHV0ei2OevUSo0jzdksikACghTjr
QGg8Wa7hgX1Dr4vTXGjgCo8=
=LXnN
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Make kernel error nr. 1

2003-12-03 Thread Valerian Galeru

I get an error when i make the kernel. Here is my config file(atached).



-
Do you Yahoo!?
Free Pop-Up Blocker - Get it now#
# GENERIC -- Generic kernel configuration file for FreeBSD/i386
#
# For more information on this file, please read the handbook section on
# Kernel Configuration Files:
#
#http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
#
# The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
# latest information.
#
# An exhaustive list of options and more detailed explanations of the
# device lines is also present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.54 2003/04/28 03:41:46 simokawa Exp $

machine i386
cpu I586_CPU
ident   valkernel
maxusers64

#makeoptionsDEBUG=-g#Build kernel with gdb(1) debug symbols

#optionsMATH_EMULATE#Support for x87 emulation
options INET#InterNETworking
options INET6   #IPv6 communications protocols
options FFS #Berkeley Fast Filesystem
options FFS_ROOT#FFS usable as root device [keep this!]
options SOFTUPDATES #Enable FFS soft updates support
options UFS_DIRHASH #Improve performance on big directories
#optionsMFS #Memory Filesystem
#optionsMD_ROOT #MD is a potential root device
#optionsNFS #Network Filesystem
options NFS_ROOT#NFS usable as root device, NFS required
options MSDOSFS #MSDOS Filesystem
options CD9660  #ISO 9660 Filesystem
options CD9660_ROOT #CD-ROM usable as root, CD9660 required
options PROCFS  #Process filesystem
options COMPAT_43   #Compatible with BSD 4.3 [KEEP THIS!]
#optionsSCSI_DELAY=15000#Delay (in ms) before probing SCSI
options UCONSOLE#Allow users to grab the console
options USERCONFIG  #boot -c editor
options VISUAL_USERCONFIG   #visual boot -c editor
options KTRACE  #ktrace(1) support
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
options P1003_1B#Posix P1003_1B real-time extensions
options _KPOSIX_PRIORITY_SCHEDULING
options ICMP_BANDLIM#Rate limit bad replies
options KBD_INSTALL_CDEV# install a CDEV entry in /dev
options AHC_REG_PRETTY_PRINT# Print register bitfields in debug
# output.  Adds ~128k to driver.
options AHD_REG_PRETTY_PRINT# Print register bitfields in debug 
# output.  Adds ~215k to driver.

# To make an SMP kernel, the next two are needed
#optionsSMP # Symmetric MultiProcessor Kernel
#optionsAPIC_IO # Symmetric (APIC) I/O

# To support HyperThreading, HTT is needed in addition to SMP and APIC_IO
#optionsHTT # HyperThreading Technology

device  isa
#device eisa
device  pci

# Floppy drives
device  fdc0at isa? port IO_FD1 irq 6 drq 2
device  fd0 at fdc0 drive 0
#device fd1 at fdc0 drive 1
#
# If you have a Toshiba Libretto with its Y-E Data PCMCIA floppy,
# don't use the above line for fdc0 but the following one:
#device fdc0

# ATA and ATAPI devices
#device ata0at isa? port IO_WD1 irq 14
#device ata1at isa? port IO_WD2 irq 15
device  ata
device  atadisk # ATA disk drives
device  atapicd # ATAPI CDROM drives
#device atapifd # ATAPI floppy drives
#device atapist # ATAPI tape drives
#optionsATA_STATIC_ID   #Static device numbering

# SCSI Controllers
#device ahb # EISA AHA1742 family
#device ahc # AHA2940 and onboard AIC7xxx devices
#device ahd # AHA39320/29320 and onboard AIC79xx devices
#device amd # AMD 53C974 (Tekram DC-390(T))
#device isp # Qlogic family
#device mpt # LSI-Logic MPT/Fusion
#device ncr # NCR/Symbios Logic
#device sym # NCR/Symbios Logic (newer chipsets)
#options

Re: FreeBSD 5.0

2003-12-03 Thread jacob rhoden


On Wed, 3 Dec 2003, WF Nix wrote:
 Will FreeBSD 5.X run on a Pentium 133 with 48 megs of ram?

 I tried 5.0 before it was in -release and it wouldn't even boot...Just
 wondering, thanks.

It sure does! I run it on a machine for the exact same specs using
sendmail/apache/samba/squid and a few others with not too much hassle (:

Regards,
Jacob

___
JacobRhoden -- http://rhoden.id.au/

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


Re: Monitoring folder activity

2003-12-03 Thread Chris Pressey
On Tue, 2 Dec 2003 15:42:27 -0600
Chad Albert [EMAIL PROTECTED] wrote:

 I am in need of a way to trigger an action when a file is written to
 user's home directories.  I am sure there is a way to do this, but I
 don't know where to look.  What I want to do is allow users to sftp a
 file into their home directory, then once the file is written, I want
 a server side process to email or otherwise transfer the file to
 another location so that it can be processed with some third party
 tools by a Windows user.  Can anyone help me out?

Have a look at /usr/ports/sysutils/wait_on

The wait_on command allows shell scripts to access the facilities
provided by kqueue(3). This allows scripts to detect files being added
to directories, data appended to files and many other things - all
without polling.

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


Questions about updating...

2003-12-03 Thread rotten rottie
I am a linux user that wants to switch to freebsd... I am a bit confused

about applying updates etc..

I installed a box for trial it was 5.1, I wanted to see if I could use
ports
to update openssh for a test examp. After the port installed I noticed
that
another version of openssh was installed on the system. I talked with a
friend and he said that it was part of usr/src and I could update it by
compiling the usr.bin version.. which was fine and worked. Here are my
questions:
1) if there are two trees(lack of better words) why would ssh exist in
both
the system tree and the ports tree ? Wouldnt it be better to have it in
the
ports tree ?
2) I have used gentoo in the past and am curious if there is something
simular to emerge -up world/system -- I would like to cvs the ports/sys
and
then be able to see if anything need upgrading .. is this possible ?
3) Say there was a update to openssh .. which would be the proper way to

update .. sync the sys tree and then just update ssh .. or sync the tree
and
recompile the system ? or remove the sys version and install the port
version and update the port ?
I am very happy with freebsd .. Im still in the exploring stage .. The
reasons for my questions is that I am a little weary of using freebsd in
production if I dont easily know when updates are avail, having to
recompile
the system everytime I need a patch for a service.
Thanks for helping me convert,
rottie
_
Don’t worry if your Inbox will max out while you are enjoying the holidays.  
Get MSN Extra Storage!  http://join.msn.com/?PAGE=features/es

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


Re: Router question

2003-12-03 Thread Henrik Hudson
On Wednesday 03 December 2003 18:21,
Bryan Cassidy [EMAIL PROTECTED] sent a missive stating:

 Hello everyone. Hows everyone doing tongith/today? Well, I'm taking a
 week off of work and thought I would read up on Security/Networking and
 anything else to do with making my system/webserver secure. I am going
 to Best Buy (ya i know, but it's the only computer related store in this
 shitty town so.) to buy a router and was just wanting to see what people
 could recommend on which ones are good. I've nver really gotten into
 this kinda thing before but want to learn. Will there be anything extra
 that I should get while I'm at the store? Cables etc? I only have one pc
 is there any point in having a router with one pc? Any links to how to
 set this up on FreeBSD? Thanks in advance.

If you're really in a learning mood...hit up some friends for an old PII or 
junker lying around, throw 2 NICs in it and viola.. a router :) Probably a 
little harder to config then a Linksys you would find at BestBuy..but 
infinitely better :) Throw some big HD's in there and you have yourself a 
nice file server / backup server

You'll realy be able to tweak it and learn much more about security, etc... 
plus nmapping your own boxes is always fun and won't get you in trouble :)

My .02

Henrik
-- 
Henrik Hudson
[EMAIL PROTECTED]

`If there's anything more important than my ego
around, I want it caught and shot now.' 
--Hitchhikers Guide to the Galaxy

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


RE: Monitoring folder activity

2003-12-03 Thread Chad Albert
 
That sound like it is exactly what I need, Thanks!


-- Chad


-Original Message-
From: Chris Pressey [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 03, 2003 5:38 PM
To: Chad Albert
Cc: [EMAIL PROTECTED]
Subject: Re: Monitoring folder activity

On Tue, 2 Dec 2003 15:42:27 -0600
Chad Albert [EMAIL PROTECTED] wrote:

 I am in need of a way to trigger an action when a file is written to 
 user's home directories.  I am sure there is a way to do this, but I 
 don't know where to look.  What I want to do is allow users to sftp a 
 file into their home directory, then once the file is written, I want 
 a server side process to email or otherwise transfer the file to 
 another location so that it can be processed with some third party 
 tools by a Windows user.  Can anyone help me out?

Have a look at /usr/ports/sysutils/wait_on

The wait_on command allows shell scripts to access the facilities
provided by kqueue(3). This allows scripts to detect files being added
to directories, data appended to files and many other things - all
without polling.

-Chris

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


Re: Questions about updating...

2003-12-03 Thread Kevin D. Kinsey, DaleCo, S.P.
rotten rottie wrote:

I am a linux user that wants to switch to freebsd... I am a bit confused

about applying updates etc..

I installed a box for trial it was 5.1, I wanted to see if I could use
ports to update openssh for a test examp. After the port installed I 
noticed
that another version of openssh was installed on the system. I talked 
with a
friend and he said that it was part of usr/src and I could update it by
compiling the usr.bin version.. which was fine and worked. Here are my
questions:

1) if there are two trees(lack of better words) why would ssh exist in
both the system tree and the ports tree ? Wouldnt it be better to have 
it in
the ports tree ?

1st question ... I dunno, but somebody will likely tell you why
soon enough; it seems that I recall that there is an answer, at least...
2nd question ... if it were only in the ports tree, that would
likely violate the POLA ... if you set up a server, don't you *expect*
to have ssh available?
2) I have used gentoo in the past and am curious if there is something
simular to emerge -up world/system -- I would like to cvs the ports/sys
and then be able to see if anything need upgrading .. is this possible ?
I'm not familiar with gentoo, but AFAIK it's much like FBSD.

Updating the system is basically
$make buildworld
$make buildkernel
$make installkernel
(reboot)
$make installworld
$mergemaster
(Now, there are few options I left out, but you get the idea...)

For ports, I'd use portupgrade (which is in ports).  I wish
I'd known about it when I started with FBSD ... handles
most everything automagically.  Dru Lavigne's got an
excellent article at OnLamp.com 
http://www.onlamp.com/pub/a/bsd/2003/08/28/FreeBSD_Basics.html

3) Say there was a update to openssh .. which would be the proper way to
update .. sync the sys tree and then just update ssh .. or sync the tree
and recompile the system ? or remove the sys version and install the port
version and update the port ?
I am very happy with freebsd .. Im still in the exploring stage .. The
reasons for my questions is that I am a little weary of using freebsd in
production if I dont easily know when updates are avail, having to
recompile the system everytime I need a patch for a service.
Thanks for helping me convert,
rottie
Well, IIRC, when the OpenSSH advisory came out, there
were guys using all of those options...
Take a look at the security advisories on the site.  Almost always
there's a patch available for production machines.  If you're
tracking -STABLE like I do (even on prod. boxen) then buildworld
is easy enough for me
HTH, Welcome to FBSD!

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


Re: Questions about updating...

2003-12-03 Thread Henrik Hudson
On Wednesday 03 December 2003 17:39,
rotten rottie [EMAIL PROTECTED] sent a missive stating:

 1) if there are two trees(lack of better words) why would ssh exist in
 both
 the system tree and the ports tree ? Wouldnt it be better to have it in
 the
 ports tree ?

Ports are not installed by default and SSH is somewhat necessary to a system 
these days so it's in the base system or so my opinion lies. As for it being 
duplicated in the ports system..some people need to run different versions, 
etc... so that's why they're there.

 2) I have used gentoo in the past and am curious if there is something
 simular to emerge -up world/system -- I would like to cvs the ports/sys
 and
 then be able to see if anything need upgrading .. is this possible ?

Yes, CVS your src tree (/usr/src) and them run the make world, etc.. stuff. 
See the handbook for details:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html

is a good place to start.

 3) Say there was a update to openssh .. which would be the proper way to

 update .. sync the sys tree and then just update ssh .. or sync the tree
 and
 recompile the system ? or remove the sys version and install the port
 version and update the port ?

The proper way, I don't know. You can syn the source tree and rebuild or 
just patch your current source tree. Either way should work. Yes, you can 
just upgrade the port as well if you're already running a ports version.

 I am very happy with freebsd .. Im still in the exploring stage .. The
 reasons for my questions is that I am a little weary of using freebsd in
 production if I dont easily know when updates are avail, having to
 recompile
 the system everytime I need a patch for a service.

Keep on top of freebsd-security and freebsd-security-advisories lists and you 
will be aware of all kernel type security holes and other vulns. Keep an eye 
on other mailing lists to see holes for more userland apps, etc... Gentoo 
does it pretty slick with their emerge sync; emerge -u world  ..but sometimes 
it updates stuff you don't really need or want to upgrade at the moment.

Probably missed a few things :)

Henrik
-- 
Henrik Hudson
[EMAIL PROTECTED]

`If there's anything more important than my ego
around, I want it caught and shot now.' 
--Hitchhikers Guide to the Galaxy

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


Re: Make kernel error nr. 1

2003-12-03 Thread Kris Kennaway
On Wed, Dec 03, 2003 at 03:29:03PM -0800, Valerian Galeru wrote:
 
 I get an error when i make the kernel. Here is my config file(atached).

You forgot to post the error.

Kris


pgp0.pgp
Description: PGP signature


Error code when attempting kde3 install

2003-12-03 Thread Trey Sizemore
After doing a minimal install, then make buildworld, make buildkernel,
make install kernel and make installworld on 5.2 Beta everything looked
OK.

Then I wanted to install KDE 3.1.4 so I changed to the
/usr/ports/x11/kde3 directory and did a 'make install clean'.  It
chugged along for a while then exited with the following error code:

/usr/X11R6/bin/mkhtmlindex:No such file or directory
*** Error code 1

Stop in /usr/ports/x11-fonts/Xft
*** Error code 1

Stop in /usr/ports/x11-toolkits/qt32
*** Error code 1

Stop in /usr/ports/x11/kde3.

I tried to install kde3 twice using this method and both times it exited
with this error.

Hoping someone can help with this error.

The output of uname -a is as follows:

FreeBSD [EMAIL PROTECTED] 5.2-BETA FreeBSD 5.2-BETA #0:  Tue Dec 2
22:41:35 EST 2003  [EMAIL PROTECTED]@treyfbsd.rog:/usr/obj/usr/src/GENERIC
i386

Thanks.

-- 
Cheers,
Trey
---

At a given moment I open my eyes and exist.
And before that, during all eternity, what was there?
Nothing.
- Ugo Betti


signature.asc
Description: This is a digitally signed message part


Re: amd documentation: why is it so confusing?

2003-12-03 Thread horio shoichi
On Wed, 03 Dec 2003 11:54:12 +0900
Rob [EMAIL PROTECTED] wrote:
 
 Hi,
 
 I have exported directories successfully. Thus I moved on to use amd for
 having the system mount this as it is needed.
 
 However, I am getting totally stuck in the amd manuals. Are the amd manuals
 really that bad, or is it me?
 
 For example:
 The FreeBSD handbook mentions amd in one sentence, by referring to the
 manual pages of amd and amd.conf. So all I have are the manual pages
 on the amd commands and files. The amd manual talks about a map file,
 but there's nowhere information to be found on what the structure of
 such a map file is.
 
 Is the creation of the amd-map file too trivial, or so complicated that
 nobody dares explaining it?
 
 Anyone who can point me to better help on this?
 
 Thanks!
 
 Rob.
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
Two places:

/usr/src/contrib/amd/doc has texi sources.

http://www.cs.columbia.edu/~ezk/am-utils/ is the current maintainer's page.
See Documentation and Information there.

horio shoichi

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


RE: Questions about updating...

2003-12-03 Thread Riley J. McIntire
 From: rotten rottie

 I installed a box for trial it was 5.1, I wanted to see if I could use
 ports
 to update openssh for a test examp. After the port installed I noticed
 that
 another version of openssh was installed on the system. I

Bad test example. As with named, sendmail and a few others in the base
system and ports. Unless you have a need use what's in the base system.
Track -release or -stable to update. If a security issue is found you
can apply the patch which is posted with instructions at freebsd.org or
the freebsd-security list.

A couple of good ports are mentioned below if you want to play with
them.

 1) if there are two trees(lack of better words) why would ssh exist in
 both
 the system tree and the ports tree ? Wouldnt it be better to

The system version is more likely to be better integrated and tested
than the ports version. theoretically.

 2) I have used gentoo in the past and am curious if there is something
 simular to emerge -up world/system -- I would like to cvs the
 ports/sys
 and
 then be able to see if anything need upgrading .. is this possible ?

Check http://www.freebsd.org/releases/5.1R/errata.html for instance, to
see if an upgrade is required. Security is probably what you want to
track, at least at first.

If you use X, install /usr/ports/net/cvsup for the sys/ports trees. If
you don't use X, install /usr/ports/net/cvsup-without-gui. See the
handbook, as others have said. Excellent doc.

 3) Say there was a update to openssh .. which would be the
 proper way to

You might take a look at /usr/ports/security/freebsd-update. Never used
it myself but might be easier than patch or cvs.

hth,

Riley

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


Re: SCSI Disk not found

2003-12-03 Thread horio shoichi
On Wed, 03 Dec 2003 00:12:06 -0500
Michael E. Mercer [EMAIL PROTECTED] wrote:
 Ok. I have what looks to be two host adapters.
 The one on the motherboard and a PCI? card.
 
 Not sure what exactly I am supposed to do for I have never
 had a PC with SCSI before...
 
 Any help is appreciated.
 
 Thanks
 MeM
 
 On Tue, 2003-12-02 at 23:57, Mike Maltese wrote:
   I was given a Compaq Proliant 800 machine...its a pentium pro
   200 MHz. I got 4.9-Stable installed and everything is running
   smooth.
  
   However, I noticed that is does indeed have two scsi disks,
   but freebsd only finds one.
  
   Attached is the dmesg... notice the sym0 and sym1.
   Does this supposed to tell me anything?
  
  Yes, it is. Either the host adapter has two channels or you have two host
  adapters in the machine. I'm not sure what card you have exactly, but my
  guess is that it's the former. I would crack the box open and see what's
  what with the SCSI configuration.
  
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 

Having two (or more) controllers is just a common practice. It is by no means
any wrong per se. And, hooking drives in whatever controllers you have in any
order is, again, no wrong, PROVIDED each controller sees the drives connected
to it have respective distinguishing signatures, i.e., each drive has distinct
target id (and unit id, but somehow disks are always assigned unit id zero).

Looking back the thread, my guess is that you connected the two drives in one
controller (whichever, I don't know) giving the drives identical target id
(i.e., zero). So you violated the last condition.

See target id on one of the drives (maybe 3-4 dipswitches if the drives are
internal ones). Change it within [1 - 6] range. (Leave one drive with target
zero (to speed up bootstrapping, doh) and seven since it is the id controller
has assigned to itself).



horio shoichi

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


Re: IPFILTER active ftp client

2003-12-03 Thread Fernando Gleiser
On Wed, 3 Dec 2003, fbsd_user wrote:


 I have this rule in my Nat rules file. I can see my filter rule
 allow the FTP request to pass through, but I don't see packet return
 back on high port number for data transmission. IT looks like the
 NAT proxy is not opening hole for return data port.

 The Nat rules I am using follow
 # Provide special NAT services for Active FTP from LAN users.
 map rl0 0/0 - 0/32 proxy port 21 ftp/tcp

is rl0 your external interface? Besides, I've had problems with this setup.
Change it to

map rl0 10.0.10.0/29 - 0/32 proxy port 21 ftp/tcp



Fer

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


  1   2   >