trouble installing FreeBSD 5.1 on Vaio PCG-Z505VR/K and PCG N505

2003-08-21 Thread Till Plewe

I run into the following problems trying to get FreeBSD5.1 onto the above
two laptops (neither of which has a built in floppy/cd)

Basic  
I use a USB floppy drive.
(I only have a Panasonic KXL-808AN CDROM which is not recognized)
I used 4 sets of boot floppies ( so floppies should not be the problem)

Vaio PCG-Z505VR/K

I insert kern.flp and then mfsroot.flp, but then the kernel boots up to 
umass1 and then the kernel panics.
The last lines are:
umass1: CBI reset failed, SHORT_XFER
umass1: CBI bulk-in stall clear failed, TIMEOUT
panic: Removing other than first element

Vaio PCG N505

kern.flp and then mfsroot.flp work (drivers.flp doesn't; the floppy
drive is not found any longer) kernel boots.

Trying to get to install the various distribution sets I get the
following problems:

network I tried many networks cards, some of them on the list of
supported hardware all refuse to configure the interface (ed1,wi0)
using DHCP

From a dos partition: I get dos partition not found. 
I installed netbsd (installs without a hitch),
made a dos partition (using netbsd),
put the distribution sets in a directory /freebsd,
reboot with the boot floppies
select install from a dos partition 
distribution sets not found or some such message (I forgot)
Since the {Free,Net}BSD naming schemes for hard drives differ
I had some problems for FreeBSD to recognize the dos partition
(it was hiding inside the NetBSD partition)

Please cc any suggestions you might have to me.

Thanks,

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


Re: Intermittent failures with mpd VPN

2003-08-21 Thread Jeff Leary

Hm well answering my own question, I have discovered the problem
lies in my linksys router off my cable modem at home.  Suddenly
the pptp pass-through feature has become pptp pass-through every so
often.  Upgrading the firmware didn't help.

The funny thing is, a co-worker of mine started to have the exact same
problem at the exact same time -- 50 miles away and with a different
router (d-link).

We both have the same home ISP, Comcast (a very sucky company btw),
which is really the only link between us.

mysterious.

-Jeff

--- Jeff Leary [EMAIL PROTECTED] wrote:
 Hi,
 
 I have a 4.5-release firewall / VPN server which has been humming
 along
 without a glitch since 4.5-release first came out.
 
 I have applied only relevant patches during this time since this
 box's
 only job is ipfilter, ipnat, and mpd.
 
 Just recently there's been this intermittent behavior of not being
 able
 to login -- but if you keep trying you'll eventually get in after 4
 or
 5
 attempts.
 

snip enormous post


__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


console bell visible

2003-08-21 Thread Armand Passelac

Hi,
I'm on FreeBSD 5.1 with shell bash.
As on my linux system, I try to avoid the bell in console mode (not X mode).
I realized the following stages :

~/.inputrc :
set bell-style visible
~/.bashrc (which is linked with a ~/.bash_profile):
set bell-style visible

Before to test, I quit my session, and then re open it.

But it doesn't perfore !
There is always the beep 

Why ?

PS : whithin a X session, it's OK because I put the xset b off on my .xinitrc and 
.xsession

Thanks a lot.


-- 
No guts No glory

=] PASSELAC Armand [=
 (  @ @ )   
Ingenieur Systemes-Reseaux  Securite
ORBYTES INGENIERIE
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: About SCSI Tape

2003-08-21 Thread Mike Maltese
 
 ===Cut===
 # mt -f /dev/sa0 status
 mt: /dev/sa0: Device not configured
 ===Cut===
 
 when there is no tape in it ? In Solaris there is more 
 appropriate
 message - Tape not loaded or drive offline.
 
 Is it normal in FreeBSD ?
 

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


Re: freebsd 5.1 RAM to 64G ram max

2003-08-21 Thread Kris Kennaway
On Wed, Aug 20, 2003 at 09:16:03PM -0700, Kevin Marcus wrote:

 I see the PFE support claims you need to disable a variety of drivers for

PAE

 it to work, but i am curious if there is another out there with, say, a
 supermicro board, and 8G ram on it who can verify that indeed it does
 work?

It is known to work, that's why it's in the tree and has been merged
to 4.x.

Kris

pgp0.pgp
Description: PGP signature


Re: gnuplot, libtool, pdflib install hassles under FreeBSD 4.8

2003-08-21 Thread Kris Kennaway
On Thu, Aug 21, 2003 at 03:09:33PM +1000, paul van den bergen wrote:

 OK, finally locate the right file, get it all in place, run it compiles 
 the pdf library... sort of, then I get libtool version clash...
 
 libtool: ltconfig version `1.3.4-freebsd-ports' does not match ltmain.sh 
 version `1.3.5-freebsd-ports'
 
 Gah!

Update your libtool, then (e.g. use portupgrade).

Kris

pgp0.pgp
Description: PGP signature


Re: SMTP attempt?

2003-08-21 Thread Alex de Kruijff
On Thu, Aug 21, 2003 at 01:46:23AM -0400, Bob Hall wrote:
 I've been noticing a lot of the following the last week:
 Aug 21 01:00:01 kongemord /kernel: Connection attempt to TCP 127.0.0.1:25 from 1
 27.0.0.1:1074
 
 I can't figure out what's trying to connect to the SMTP port. I've got 
 sendmail turned off, so there's nothing listening at port 25. 
 
Cetrain serveses usaly connect to sendmail to send there reposrts. Cron 
is one. The dayly, weekly, monthly mantance are another.

-- 
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: SMTP attempt?

2003-08-21 Thread Jonathan Chen
On Thu, Aug 21, 2003 at 10:46:50AM +0200, Nils Schmidt wrote:
 Hi 
 I'm a newbie, but if it helps you port 25 is the standart ftp port,.
 

Nope 25/tcp is SMTP. FTP is 21/tcp. Check out /etc/services for more
mappings.
-- 
Jonathan Chen [EMAIL PROTECTED]
--
  Build a man a fire, and he'll be warm for a day.
Set a man on fire, and he'll be warm for the rest of his life.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD support for new motherboards

2003-08-21 Thread Dan Strick
During the last two weeks there has been some discussion in
freebsd-questions and freebsd-stable about the prospects of FreeBSD
support for some motherboard devices associated with the Intel
865PE/875P and ICH5/ICH5R support chips now showing up in recent
motherboard designs.

I just dropped something relevant into the freebsd-stable mailing list.

The subject is, FreeBSD STABLE support for new motherboards.

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


Re: Installation

2003-08-21 Thread Jud
On Wed, 20 Aug 2003 19:05:19 -0700, Harry Veltman [EMAIL PROTECTED] 
wrote:

After installing FreeBSD 4.8 into an unpartitioned free-space, it states
that the installation was successful, but when I start the computer and
press F3 to load FreeBSD instead of NT 4, it finally wants me to enter my
user name and password.  After doing so, it displays a $ sign and a
blinking space which waits for me to enter a command, but I have no clue
what it wants me to enter.  If I enter / is states permission is 
denied.
Installation instructions state always restore the BIOS to natural drive
numbering before installing FreeFSD...  Will you please tell me how to 
do
that?  I can't find a clue in BIOS Setup or in Windows.  Could that have
anything to do with my problem getting FreeBSD to load?  I installed it 
from
a CD-ROM I bought.  I've spent two days re-installing it several times 
and
trying different things.  I have read part of the FreeBSD Handbook about
installation.  On a previous installation, it stated WARNING:  / was not
properly dismounted, but my recent installation gave no such warning or
error messages.  Installing FreeBSD is very frustrating.  I'm trying to 
find
a good, cheap OS as an alternative to buying a new Apple with OS X 
Jaguar,
or
upgrading my NT 4 to Windows 2000.  I thought FreeBSD might be the 
solution
after reading about it, but it doesn't work.
You've installed it successfully and it *is* working.  That blinking 
cursor is waiting for you to give it a valid command.  You see, FreeBSD 
itself doesn't include a GUI (graphical user interface).  Think of it as 
being like MS-DOS.  What you want, I think, is a GUI or desktop.  To do 
that, during the installation choose to install GNOME or KDE (or 
Windowmaker, if it's still offered).  Then have a look at the following:

URL: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x11.html

URL: http://www.onlamp.com/pub/a/bsd/2000/06/21/FreeBSD_Basics.html

If this strikes you as too much work just to be able to have a desktop to 
work with, hey, that's fine - different strokes for different folks, and 
all that.  On the other hand, if you're interested and want to learn more, 
try to read as much of the Web documentation as you can (start with the 
Handbook, URL: 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html) and 
come back to this list if you have questions.

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


Re: Kuser/root account problem

2003-08-21 Thread Jimmy Kimanzi
Hi

It worked !! Thanks alot .

Jimmy.

- Original Message -
From: Joshua Oreman [EMAIL PROTECTED]
To: Jimmy Kimanzi [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Wednesday, August 20, 2003 9:17 PM
Subject: Re: Kuser/root account problem


 On Wed, Aug 20, 2003 at 04:26:24PM +0300 or thereabouts, Jimmy Kimanzi
wrote:
  Hi
 
  I used the kuser utility in KDE to add a user to the wheel group and it
seems to have deleted the root account and I can't login as root now .
  Anyone know how I can fix this ?
  I'm running FreeBSD 5.1 - RELEASE and KDE 3.1.2.

 Try Ctrl+Alt+F1, then login as root. I think kuser probably forgot
to run pwd_mkdb -- lucky for you :-)

 If that doesn't work, follow the instructions for a forgotten root
password
 ('tis in the FAQ). When you're in single user mode, try `grep root
/etc/master.passwd'.
 If something comes back, type `passwd root' to reset root's password. If
nothing comes back,
 you'll have to add a line for root manually in /etc/master.passwd. Then
run pwd_mkdb /etc/master.passwd.
 Whatever you do, type `exit' or Ctrl+D now.

 -- Josh

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


Samba Iconv

2003-08-21 Thread Jan Karabas
Hi, I have one small problem with mounting drives of computers 
with Winxxx.
If I want to mount some shared drive, mount_smbfs fails with this 
message:

bash-2.05b$ mount_smbfs //[EMAIL PROTECTED]/TEMP ~/mnt/NEDELA/D
mount_smbfs: can not setup kernel iconv table (default:tolower): syserr = 
Operation not permitted

How can I set up kernel iconv table?. Maybe I forgot something, when I 
compiled my kernel...

Help me please. Thanks


**
Jan Karabas (J\'an Karab\'a\v s)
Institute of Math. and Computer Science
Mathematical Institute
Slovak Academy of Sciences
Severna 5
SK-97401 Banska Bystrica

**

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


RE: Samba Iconv

2003-08-21 Thread Vince Hoffman
which options did you include ? 
I think you need 

options LIBMCHAIN
options LIBICONV

as well as 
options NETSMB  #SMB/CIFS requester

and possibly

options NETSMBCRYPTO#encrypted password support for SMB


Someone please correct me if i'm wrong though, as i'm still pretty much a
FreeBSD noob.

 -Original Message-
 From: Jan Karabas [mailto:[EMAIL PROTECTED]
 Sent: 21 August 2003 11:41
 To: [EMAIL PROTECTED]
 Subject: Samba  Iconv
 
 
 Hi, I have one small problem with mounting drives of computers 
 with Winxxx.
 If I want to mount some shared drive, mount_smbfs fails with this 
 message:
 
 bash-2.05b$ mount_smbfs //[EMAIL PROTECTED]/TEMP ~/mnt/NEDELA/D
 mount_smbfs: can not setup kernel iconv table 
 (default:tolower): syserr = 
 Operation not permitted
 
 How can I set up kernel iconv table?. Maybe I forgot 
 something, when I 
 compiled my kernel...
 
 Help me please. Thanks
 
 
 **
 Jan Karabas (J\'an Karab\'a\v s)
 Institute of Math. and Computer Science
 Mathematical Institute
 Slovak Academy of Sciences
 Severna 5
 SK-97401 Banska Bystrica
 
 **
 
 ___
 [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]


Need a sendmail guru

2003-08-21 Thread Steve Hovey

I need the cf lines (not mc stuff) to scan for and reject any email with
--0700 in the date line - its what that new sobig has stuck on every
single copy to enter my system.  Anyone know how to do this?


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


4.8-STABLE compilation error

2003-08-21 Thread marlon corleone
%uname -a
FreeBSD mmp.ccp.ph 4.8-STABLE FreeBSD 4.8-STABLE #1:
Fri Aug 15 10:03:57 PHT 2003
[EMAIL PROTECTED]:/usr/src/sys/compile/MMP  i386


this is my second time compiling 4.8-STABLE i hope
anyone have an idea regarding this errors,

=== lib/libsmb
=== lib/libsmdb
=== lib/libsmutil
=== lib/libstand
=== lib/libusbhid
=== lib/libvgl
=== lib/libwrap
=== lib/libxpg4
=== lib/liby
=== lib/libz
=== bin
=== bin/cat
=== bin/chio
=== bin/chmod
=== bin/cp
=== bin/date
=== bin/dd
=== bin/df
cc -O -pipe  -I/usr/src/bin/df/../../sbin/mount -Wall
-Wformat   -W -Wall -Wstri

ct-prototypes -Wmissing-prototypes -Wpointer-arith
-Wno-uninitialized -Wreturn-t

ype -Wcast-qual -Wwrite-strings -Wswitch -Wshadow  
-static -o df df.o vfslist.o
este: unmodified: line 1
 -lm
/usr/obj/usr/src/i386/usr/lib/libm.a: could not read
symbols: Malformed archive
*** Error code 1

Stop in /usr/src/bin/df.
*** Error code 1

Stop in /usr/src/bin.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.








__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 4.8-STABLE compilation error

2003-08-21 Thread Simon Barner
 /usr/obj/usr/src/i386/usr/lib/libm.a: could not read
 symbols: Malformed archive

Seems, that this library is broken. Does it work, if you erase /usr/obj
and re-CVSup?

Simon


signature.asc
Description: Digital signature


Calendar program dates

2003-08-21 Thread Charles Howse
Hi,
I've got the calendar program emailing me events that occurred
(supposedly) today in history.

However, it's listing events that occurred tomorrow.  Is that normal?
The date is correct on my system and the email date is correct.



Thanks,
Charles


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


atacontrol raid0 interleave?

2003-08-21 Thread Evren Yurtesen
What is the suggested interleave numbers? how to calculate the best value?

Evren

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


MySQL from ports on FreeBSD 5.1

2003-08-21 Thread Wayne Pascoe
Hi all,

I'm having problems building MySQL from ports on FreeBSD 5.1-RELEASE-p2.
In /usr/ports/databases/mysql323-server I'm doing make install. After
quite a while, I get the following error:

checking if conversion of longlong to float works... Segmentation fault
(core dumped)
no
configure: error: Your compiler cannot convert a longlong value to a
float!  If you are using gcc 2.8.# you should upgrade to egcs 1.0.3 or
newer and try again

Anyone seen this ? Anyone have a workaround to allow building of MySQL
on FreeBSD 5 ? 

Thanks in advance,

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


Cvsup script question

2003-08-21 Thread Charles Howse
Hi,
I'm cvsup'ing from a script in /usr/local/etc/periodic/daily.
Here 'tis:

#!/usr/local/bin/bash
Echo
Echo Output of cvsup:
/usr/local/bin/cvsup -g -L 2 /etc/cvsupfile
Echo
Echo Output of portsdb:
/usr/local/sbin/portsdb -Uu
Echo
Echo Output of portversion:
/usr/local/sbin/portversion

It works, but (1) produces a ton of output, (2) I'm seeing a lot of
lines in the output of portsdb that say, (some port) non-existent,
dependency list incomplete.

Are those lines in the output of portsdb coming from STDOUT or STDERR,
or are they completely normal?

How about we alter the script as follows to keep the output down a
little?

#!/usr/local/bin/bash
/usr/local/bin/cvsup -g -L 0 /etc/cvsupfile # Keep quiet except for
errors
/usr/local/sbin/portsdb -Uu  /dev/null # Hopefully, show only
errors
Echo
Echo Updated ports:
/usr/local/sbin/portversion | grep   # Show only changed ports

Will these changes break anything?



Thanks,
Charles


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


Re: MySQL from ports on FreeBSD 5.1

2003-08-21 Thread support
On Thu, Aug 21, 2003 at 01:49:49PM +0100, Wayne Pascoe wrote:
 Hi all,
 
 I'm having problems building MySQL from ports on FreeBSD 5.1-RELEASE-p2.
 In /usr/ports/databases/mysql323-server I'm doing make install. After
 quite a while, I get the following error:
 
 checking if conversion of longlong to float works... Segmentation fault
 (core dumped)
 no
 configure: error: Your compiler cannot convert a longlong value to a
 float!  If you are using gcc 2.8.# you should upgrade to egcs 1.0.3 or
 newer and try again
There's a problem with mysql 323 on fbsd 5.x - search the problem
reports summary page for 'mysql'.
There's a patch for it included in one of the follow up reports.

-- 
Jez

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


Re: trouble installing FreeBSD 5.1 on Vaio PCG-Z505VR/K and PCG N505

2003-08-21 Thread Till Plewe
It seems that the Reply-To field of my message was cut off.

If you have any suggestion please send them to the list (I subscribed)
or to till at score.is.tsukuba.ac.jp.

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


dvd+rw-tools

2003-08-21 Thread Wayne Pascoe
Hi all,

Sorry for the load of posts this week, but I've got a new toybox and
they aren't working well...

I'm trying to use dvd+rw-tools port to burn DVD's. My first problem was
that after burning a DVD, I was unable to eject it. I had to reboot the
machine and only then could I get the disc out. Otherwise, it appears to
have burned ok.

Now I'm trying to erase the disc so I can try burning a larger volume.
I've tried using dvd+rw-format, as follows:

dvd+rw-format /dev/cd0
I then got
* DVD±RW format utility by [EMAIL PROTECTED], version 4.5.
* 4.7GB DVD-RW media in Sequential mode detected.
- media is not blank
- you have the option to re-run dvd+rw-format with:
  -force[=full] to enforce new format or mode transition
   and wipe the data;
  -blank[=full] to change to Sequential mode.

I've since tried dvd+rw-format -force=full /dev/cd0 and 
dvd+rw-format -blank=full and both returned the error:

* DVD±RW format utility by [EMAIL PROTECTED], version 4.5.
* 4.7GB DVD-RW media in Sequential mode detected.
- [unable to umount]: Bad file descriptor

Has anyone successfully written or erased DVD-RW media on FreeBSD 5.1
using this tool from ports ? 

Thanks in advance.

-- 
Wayne Pascoe
The thing is, I was POSITIVE that I wasn't
actually depressed, just that life  had no
meaning and I was tired of living.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


PPPoE clent trouble under 5.1

2003-08-21 Thread Andrew A. Khlebutin
Hello,

I try to establish connection through PPPoE from my home PC but do not
succeed  ;-(.  I  read  related  section  of  handbook   -
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/pppoe.html
and http://renaud.waldura.com/doc/freebsd/pppoe/.

Any ideas?

ppp logs here - http://hydra.pstu.ru/andrew/pppoe.txt

Maybe other PPPoE clients exist for FreeBSD?

P.S: PPP Version 3.1, FreeBSD 5.1-RELEASE-p2

===/etc/ppp/ppp.conf==
default:
set log All
set timeout 0

pppoe:
set device PPPoE:xl0
set authname mylogin
set authkey mypass
set mru 1492
set mtu 1492
disable ipv6cp
set ctsrts off
set speed sync
enable lqr
set dial
set login
add default HISADDR
enable dns
enable proxy
disable acfcomp protocomp
===/etc/ppp/ppp.conf==

-- 
Best regards,
Andrew A. Khlebutin

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


Email clients

2003-08-21 Thread Chris
Hiya folks,

As I use my FBSD box at home more and more each day, my Windows box is used 
less and less. That is a good thing.  I would like some recomended mail 
clients that run on both my FBSD box and to run on my Window box. 

Idealy, they ought to be able to import/export mail to each other.
As an added feature, but not entirely needed, the Windows version might be 
able to import mail from Outlook?

I still need my Windows box to access work via a PIX, but for now, Outlook is 
the only MS product (besides the OS) that's on it. OpenOffice is the Office 
package I am using and demoing for work. 

I hope that with at least RC4 of OOo, I'll be able to sway the department 
heads on that. However, I would need an email client to replace Outlook also. 

Any suggestions would be cool.
-- 

Best regards,
 Chris
__

PGP Fingerprint = D976 2575 D0B4 E4B0 45CC AA09 0F93 FF80 C01B C363

PGP Mail encouraged / preferred - keys available on common key servers
__
   01010010011101100011011001010111001001011000


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


RE: Calendar program dates

2003-08-21 Thread Charles Howse
 Hi,
 I've got the calendar program emailing me events that 
 occurred (supposedly) today in history.
 
 However, it's listing events that occurred tomorrow.  Is that normal?
 The date is correct on my system and the email date is correct.

OK, I jumped the gun here.
After browsing through some of the calendar.* files, I realize that it
sends an event for tomorrow if no event for today exists.
Sorry about that.  :-) 


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


Re: MySQL from ports on FreeBSD 5.1

2003-08-21 Thread Jez Hancock
On Thu, Aug 21, 2003 at 01:45:30PM +0100, support wrote:
 On Thu, Aug 21, 2003 at 01:49:49PM +0100, Wayne Pascoe wrote:
  Hi all,
  
  I'm having problems building MySQL from ports on FreeBSD 5.1-RELEASE-p2.
  In /usr/ports/databases/mysql323-server I'm doing make install. After
  quite a while, I get the following error:
  
  checking if conversion of longlong to float works... Segmentation fault
  (core dumped)
  no
  configure: error: Your compiler cannot convert a longlong value to a
  float!  If you are using gcc 2.8.# you should upgrade to egcs 1.0.3 or
  newer and try again
 There's a problem with mysql 323 on fbsd 5.x - search the problem
 reports summary page for 'mysql'.
 There's a patch for it included in one of the follow up reports.
This is the PR:
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/53252

The actual patch is in PR:
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/53561

You should be able to fix this by running:

cd /usr/ports
fetch -o patch.53561 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/53561;
patch  patch.53561
rm patch.53561

-- 
Jez

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


Re: Email clients

2003-08-21 Thread Kirk Strauser
At 2003-08-21T13:18:03Z, Chris [EMAIL PROTECTED] writes:

 As I use my FBSD box at home more and more each day, my Windows box is
 used less and less. That is a good thing.  I would like some recomended
 mail clients that run on both my FBSD box and to run on my Window box.

One obvious choice may be Mozilla (or Netscape) Messenger.  There's
something to be said for running the exact same client on both systems.  In
particular, all of the menus are in the same place, they have the same
keystrokes, can use the same filters, etc.  Also consider using IMAP for
mail storage.  If you make that switch, you can play with mail clients at a
whim and have all of your mail automagically appear in the new program.

 I still need my Windows box to access work via a PIX...

Have you experimented with Wine to see if your software will run under
FreeBSD?  Is there a Linux version that might run?
-- 
Kirk Strauser


pgp0.pgp
Description: PGP signature


Re: MySQL from ports on FreeBSD 5.1

2003-08-21 Thread Wayne Pascoe
On Thu, Aug 21, 2003 at 02:44:07PM +0100, Jez Hancock wrote:

 This is the PR:
 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/53252
 
 The actual patch is in PR:
 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/53561
 
 You should be able to fix this by running:
 
 cd /usr/ports
 fetch -o patch.53561 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/53561;
 patch  patch.53561
 rm patch.53561

Hmmm... had no clue about that trick. Thanks a bunch. Unfortunately,
even after running that, I still have the same problem with both
/usr/ports/databases/mysql323-client and
/usr/ports/databases/mysql323-server

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


Problems with PCI RAID installation on FreeBSD 4.8

2003-08-21 Thread Christopher Raven
Hi,
I am trying to install FreeBSD 4.8 onto an Intel ISP2150 that I have ripped 
the SCSI cabling and boards from in place of a PCI RAID system. All seems 
to have gone well and I can boot and configure the RAID card locally 
(4x80GB). However, FreeBSD insists in seeing the RAID (supposedly striped 
and mirrored) as 4 separate disks... ad4 - 7.

Is this correct? Do I need to change something here in FreeBSD as I can't 
see anything obvious in the docs or from searching the web on this?

If I continue the installation FreeBSD asks me to choose one of the disks 
it sees for the install and seemingly ignores the others. The geometry 
displayed during the install is correct on a per disk basis (i.e. it shows 
80 not 160).

BTW, I'm not subscribed so please CC me on any reply

cheers,
Chris R.




--
Christopher Raven
[EMAIL PROTECTED]
http://www.cian.net/ ¦ A PLESK Gold Partner
IP transit, web registration, hosting, design  consultancy services


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


Re: Email clients

2003-08-21 Thread Chris
On Thursday 21 August 2003 08:53 am, Kirk Strauser wrote:
  I still need my Windows box to access work via a PIX...

 Have you experimented with Wine to see if your software will run under
 FreeBSD?  Is there a Linux version that might run?

Indeed, there is a Linux VPN client from Cisco however, it demands a certain 
version of the Linux kernel. I don't know if there is a way around that.

As to Wine - I have thought of that, but tried to steer away from that sort of 
emulation.

-- 

Best regards,
 Chris
__

PGP Fingerprint = D976 2575 D0B4 E4B0 45CC AA09 0F93 FF80 C01B C363

PGP Mail encouraged / preferred - keys available on common key servers
__
   01010010011101100011011001010111001001011000


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


Re: Samba Iconv

2003-08-21 Thread Jan Karabas
Fortunately, I solved it. You must be root to do mount_smbfs. So that, I set 
SET_UID and SET_GID bits at mount_smbfs. It is not secure, but it works. 
Thanks for interest
**
Jan Karabas (J\'an Karab\'a\v s)
Institute of Math. and Computer Science
Mathematical Institute
Slovak Academy of Sciences
Severna 5
SK-97401 Banska Bystrica

**

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


Re: Email clients

2003-08-21 Thread Kirk Strauser
At 2003-08-21T14:17:53Z, Chris [EMAIL PROTECTED] writes:

 Indeed, there is a Linux VPN client from Cisco however, it demands a
 certain version of the Linux kernel. I don't know if there is a way around
 that.

Can you download it for free?

 As to Wine - I have thought of that, but tried to steer away from that sort of 
 emulation.

Understood.  Still better than maintaining a seperate Windows box, though,
isn't it? : )
-- 
Kirk Strauser


pgp0.pgp
Description: PGP signature


Re: Email clients

2003-08-21 Thread Chris
On Thursday 21 August 2003 09:27 am, Kirk Strauser wrote:
 At 2003-08-21T14:17:53Z, Chris [EMAIL PROTECTED] writes:
  Indeed, there is a Linux VPN client from Cisco however, it demands a
  certain version of the Linux kernel. I don't know if there is a way
  around that.

 Can you download it for free?

Yes - it is on the Cisco site. Do you have ideas?


  As to Wine - I have thought of that, but tried to steer away from that
  sort of emulation.

 Understood.  Still better than maintaining a seperate Windows box, though,
 isn't it? : )

Ahh - I see your point.

-- 

Best regards,
 Chris
__

PGP Fingerprint = D976 2575 D0B4 E4B0 45CC AA09 0F93 FF80 C01B C363

PGP Mail encouraged / preferred - keys available on common key servers
__
   01010010011101100011011001010111001001011000


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


Re: Email clients

2003-08-21 Thread Kirk Strauser
At 2003-08-21T14:30:43Z, Chris [EMAIL PROTECTED] writes:

 Yes - it is on the Cisco site. Do you have ideas?

Well, I was going to recommend simply downloading it to see what happens.
Can anyone download it, or do you have to have an account?  If it's open,
if you point me toward the URL I'll take a look at it.
-- 
Kirk Strauser


pgp0.pgp
Description: PGP signature


Re: CD-ROM

2003-08-21 Thread Lowell Gilbert
K Anderson [EMAIL PROTECTED] writes:

 Also, if you forget your root password (this is practically a FAQ)

It's *precisely* a FAQ.

 I have forgotten the root password! What do I do?
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/admin.html#FORGOT-ROOT-PW
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


make installworld problem with stable upgrade.

2003-08-21 Thread Shobaki sam.
Hello all,

Since yesterday (French time), i try to update a fresh install of 4.8
release to stable, and cvsuped sources many many times. Here is the error i
got while make installworld:

ln: /usr/share/locale/am_ET.UTF8/LC_COLLATE: No such file or directory
*** Error code 1

Is something going wrong ? did i caught the middle of a comit ? thanks for
help.

Regards, Sam.

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


Re: Crontab error mails

2003-08-21 Thread Lowell Gilbert
please. top-post, Dont

Johan Paul [EMAIL PROTECTED] writes:

  That is the format for the system crontab.  /etc/crontab
 
  root has its own crontab entry (under /root).
 
  user crontabs have a different format then the system crontab.
 
  Remove the root from that line, and it should work.
 
 I was just wondering because the default installation of crontab has the
 following comment line in /etc/crontab:
 
 #
 #minute hourmdaymonth   wdaywho command
 #
 
 ...and the entries that I found there had 'root' under the 'who' column. I
 haven't edited the crontab-file before yesterday when I added my two
 lines.

You didn't add them to /etc/crontab.

 But having said this I removed 'root' under the 'who' column and now it
 seems to work nicely again. Why is there the 'who' column in the system
 default crontab or what crontab file did crontab read before I ran
 'crontab /etc/crontab' since the format of that crontab file seems to be
 incorrect?

You edited your *user* crontab.  Maybe the user crontab for root,
but not /etc/crontab.  User crontabs have exactly the same format as
/etc/crontab *except* for the user column (because they assume the
user, naturally enough).

For more information, you could see the FAQ entry on exactly this
subject. 
 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/admin.html#ROOT-NOT-FOUND-CRON-ERRORS
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Missing libintl.so.1 for Gnome2 build

2003-08-21 Thread Jesse Sheidlower

I am trying to build Gnome2 on my system (FreeBSD 4.8), and keep
running into a problem. I'm getting the following error:

=== Building for pkgconfig-0.15.0
/usr/libexec/ld-elf.so.1: Shared object libintl.so.1 not found

I see from some other archived messages that this has something 
to do with gettext, so I tried deinstalling and reinstalling
this, but no joy. I do have libintl.so and libintl.so.4, both
under /usr/local/lib. The archived messages also didn't allow me
to figure out what I need to do to get through this.

So, what do I need to do to get through this? Would be grateful for
any help, esp. since I had do remove Gnome1 to prep for this build
and am thus without any GUI desktop at the moment.

Thanks.

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


Re: MySQL from ports on FreeBSD 5.1

2003-08-21 Thread Jez Hancock
On Thu, Aug 21, 2003 at 03:07:41PM +0100, Wayne Pascoe wrote:
 On Thu, Aug 21, 2003 at 02:44:07PM +0100, Jez Hancock wrote:
 
  This is the PR:
  http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/53252
  
  The actual patch is in PR:
  http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/53561
  
  You should be able to fix this by running:
  
  cd /usr/ports
  fetch -o patch.53561 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/53561;
  patch  patch.53561
  rm patch.53561
 
 Hmmm... had no clue about that trick. Thanks a bunch. Unfortunately,
 even after running that, I still have the same problem with both
 /usr/ports/databases/mysql323-client and
 /usr/ports/databases/mysql323-server
Did you run:

make clean

in 

/usr/ports/database/mysql323-client

after applying the patch?

-- 
Jez

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


Re: Installation

2003-08-21 Thread Lucas Holt
It might be helpful to get a UNIX quick reference.  O'Reilly makes one 
called learning the unix operating system.  Its a little book with 
basic commands in it.

If you decide to give up on freebsd, I would recommend buying that 
Macintosh.  Mac OS X has BSD roots as they say.  In fact, buying a Mac 
could help you learn Unix enough to give freebsd a try on that old x86 
box. :)

Lucas Holt
[EMAIL PROTECTED]

FoolishGames.com  (Jewel Fan Site)
JustJournal.com (Free blogging)
Only two things are infinite, the universe and human stupidity, and 
I'm not sure about the former.
- Albert Einstein (1879-1955)

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


Re: Problems with PCI RAID installation on FreeBSD 4.8

2003-08-21 Thread Jason Stewart
Christopher Raven wrote:

Hi,
I am trying to install FreeBSD 4.8 onto an Intel ISP2150 that I have 
ripped the SCSI cabling and boards from in place of a PCI RAID system. 
All seems to have gone well and I can boot and configure the RAID card 
locally (4x80GB). However, FreeBSD insists in seeing the RAID 
(supposedly striped and mirrored) as 4 separate disks... ad4 - 7.

Is this correct? Do I need to change something here in FreeBSD as I 
can't see anything obvious in the docs or from searching the web on this? 
It could be correct if you haven't set up your RAID card correctly. Is 
it a hardware or software controlled RAID card. If it's hardware 
controlled, you have to set up your RAID configuration in the card so 
FreeBSD recognizes it as 1 disk. If it's software controlled, cou can 
use something like ccd or vinum.
See this articles for more info on vinum:
http://www.freebsd.org/doc/en_US.ISO8859-1/articles/vinum/index.html
Or the RAID section from the trusty handbook:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/raid.html

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


Re: Calendar program dates

2003-08-21 Thread Malcolm Kay
On Thu, 21 Aug 2003 22:48, Charles Howse wrote:
  Hi,
  I've got the calendar program emailing me events that
  occurred (supposedly) today in history.
 
  However, it's listing events that occurred tomorrow.  Is that normal?
  The date is correct on my system and the email date is correct.

 OK, I jumped the gun here.
 After browsing through some of the calendar.* files, I realize that it
 sends an event for tomorrow if no event for today exists.
 Sorry about that.  :-)


From the man page:-

 The calendar utility checks the current directory for a file named
 calendar and displays lines that begin with either today's date or tomor-
 row's.  On the day before a weekend (normally Friday), events for the
 next three days are displayed.

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


passwd vs adduser

2003-08-21 Thread Kris Yates
I modified my system so that passwd now uses blowfish.  However, adduser 
still uses DES.  How can I force adduser to use blowfish?

Please send replies directly as a reply to me, as I do not have time to 
read the list as often as I would like.

Thanks,

Kris

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


RE: Calendar program dates

2003-08-21 Thread Charles Howse
  OK, I jumped the gun here.
  After browsing through some of the calendar.* files, I 
 realize that it
  sends an event for tomorrow if no event for today exists.
  Sorry about that.  :-)
 
 
 From the man page:-
 
  The calendar utility checks the current directory for a 
 file named
  calendar and displays lines that begin with either 
 today's date or tomor-
  row's.  On the day before a weekend (normally Friday), 
 events for the
  next three days are displayed.

I read the man page before I posted, but didn't understand what either
today's date or tomorrow's. meant before I browsed the calendar.*
files.  I thought it might be set to display tomorrow's date by default
and I needed to set it to display today's date.


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


gtar now in base system

2003-08-21 Thread Kris Yates
While exec 'portupgrade gtar-1.13.25_5'

...gtar is in base system.

Should I:

a) pkg_delete gtar-1.13.25_5

or

b) rm -rf /var/db/pkg/gtar-1.13.25_5/

?

Thanks,

Kris

PLEASE send reply directly to me as I do not read the list as often as I 
would like...tkx

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


Re: passwd vs adduser

2003-08-21 Thread support
On Thu, Aug 21, 2003 at 10:35:28AM -0500, Kris Yates wrote:
 I modified my system so that passwd now uses blowfish.  However, adduser 
 still uses DES.  How can I force adduser to use blowfish?
You could try checking /etc/adduser.conf perhaps there's an option in
there to specify the password hashing method.  I have a feeling it doesn't
support other password hashing methods for some reason, but I may be
wrong.

Instead you may want to use the 'pw' utility:

pw adduser

which I believe adheres to the password hashing method you specify for
the system.


-- 
Jez

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


Re: gtar now in base system

2003-08-21 Thread Lowell Gilbert
Kris Yates [EMAIL PROTECTED] writes:

 While exec 'portupgrade gtar-1.13.25_5'
 
 ...gtar is in base system.
 
 Should I:
 
 a) pkg_delete gtar-1.13.25_5
 
 or
 
 b) rm -rf /var/db/pkg/gtar-1.13.25_5/
 
 ?

The former.  
It will delete the files installed by the port as well as the package
database entry.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Missing libintl.so.1 for Gnome2 build

2003-08-21 Thread Joe Marcus Clarke
On Thu, 2003-08-21 at 11:12, Jesse Sheidlower wrote:
 I am trying to build Gnome2 on my system (FreeBSD 4.8), and keep
 running into a problem. I'm getting the following error:
 
 === Building for pkgconfig-0.15.0
 /usr/libexec/ld-elf.so.1: Shared object libintl.so.1 not found
 
 I see from some other archived messages that this has something 
 to do with gettext, so I tried deinstalling and reinstalling
 this, but no joy. I do have libintl.so and libintl.so.4, both
 under /usr/local/lib. The archived messages also didn't allow me
 to figure out what I need to do to get through this.
 
 So, what do I need to do to get through this? Would be grateful for
 any help, esp. since I had do remove Gnome1 to prep for this build
 and am thus without any GUI desktop at the moment.

This is a problem with gmake.  Rebuild it, and you should be fine.

Joe

 
 Thanks.
 
 Jesse Sheidlower
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
-- 
PGP Key : http://www.marcuscom.com/pgp.asc




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


png2html port linker error [help?]

2003-08-21 Thread Kris Yates
png2html-1.1_1 needs updating (port has 1.1_3)  
linker error

While exec portupgrade png2html-1.1_1:

/usr/libexec/elf/ld: cannot find -lgd

*** Error code 1

Stop in /usr/ports/graphics/png2html/work/png2html-1.1.

*** Error code 1

Stop in /usr/ports/graphics/png2html.

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

** Fix the problem and try again.

** The following packages were not installed or upgraded (*:skipped / 
!:failed)

  ! graphics/png2html (png2html-1.1_1)(linker error)

What do I do?  Please send reply to me as I cannot check the list very 
often.

Thanks,

Kris

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


Re: make installworld problem with stable upgrade.

2003-08-21 Thread Matthew Seaman
On Thu, Aug 21, 2003 at 04:55:39PM +0200, Shobaki sam. wrote:
 Hello all,
 
 Since yesterday (French time), i try to update a fresh install of 4.8
 release to stable, and cvsuped sources many many times. Here is the error i
 got while make installworld:
 
 ln: /usr/share/locale/am_ET.UTF8/LC_COLLATE: No such file or directory
 *** Error code 1
 
 Is something going wrong ? did i caught the middle of a comit ? thanks for
 help.

That's pretty much exactly correct.  The fix went into
/usr/src/etc/mtree/BSD.usr.dist about an hour ago, so try cvsup'ing
again now.  (You need version 1.188.2.43 of that file if you're
tracking 4-STABLE).


http://www.freebsd.org/cgi/cvsweb.cgi/src/etc/mtree/BSD.usr.dist?only_with_tag=RELENG_4

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


IDE Raid Card

2003-08-21 Thread Richard Lucas
Could someone suggest an IDE controller card that I could boot off of?  I just want to 
do RAID 1 with 2 disks but don't want to buy one and then find out it doesn't work. 
I'm running the latest 4-STABLE.

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


file picker

2003-08-21 Thread Walter
Hi All,

   I want to run a cron job to upload a different image
file to a web site as a new background every night.
   I need a way to automatically select a different file
from a directory which I will populate over time, and
then feed that name to the upload script.  I can't find
anything like this in the ports.  Can someone suggest
a utility, script, et cetera, for this?  Otherwise, I'm
prepared to write my own, but I don't want to re-invent
the wheel, as the saying goes.  Thanks.
   Please CC me as I'm not currently subscribed to the
List.
Walter

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


Re: IDE Raid Card

2003-08-21 Thread Peter Elsner
I've successfully used the 3-WARE Escalade series.

http://www.3ware.com

FreeBSD recognizes it in the GENERIC kernel with the twe driver.

Peter Elsner

At 11:24 AM 8/21/2003 -0500, you wrote:
Could someone suggest an IDE controller card that I could boot off of?  I 
just want to do RAID 1 with 2 disks but don't want to buy one and then 
find out it doesn't work. I'm running the latest 4-STABLE.

Thanks,
Richard
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
Peter Elsner [EMAIL PROTECTED]
Vice President Of Customer Service (And System Administrator)
1835 S. Carrier Parkway
Grand Prairie, Texas 75051
(972) 263-2080 - Voice
(972) 263-2082 - Fax
(972) 489-4838 - Cell Phone
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: IDE Raid Card

2003-08-21 Thread Mike Tancsa


3ware 7200 is my favorite.  http://www.hypermicro.com/store/raid_adap.htm, 
the 7200-2. It works really well with FreeBSD.

e.g.
shell1# df
Filesystem1K-blocks UsedAvail Capacity  Mounted on
/dev/twed0s1a61483065644   5012%/
/dev/twed0s1g  39225660 11567212 2452039632%/home
/dev/twed0s1e   2064302 2100  1897058 0%/tmp
/dev/twed0s1h  10610444  1956728  780488220%/usr
/dev/twed0s1f   4129310  1347882  245108435%/var
procfs440   100%/proc
shell1#
The monitoring program works very well too (/usr/ports/sysutils/3dm).  It 
does pretty well everything you want for monitoring.

---Mike

At 11:24 AM 21/08/2003 -0500, Richard Lucas wrote:
Could someone suggest an IDE controller card that I could boot off of?  I 
just want to do RAID 1 with 2 disks but don't want to buy one and then 
find out it doesn't work. I'm running the latest 4-STABLE.

Thanks,
Richard
___
[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: dvd+rw-tools

2003-08-21 Thread Joshua Oreman
On Thu, Aug 21, 2003 at 02:19:32PM +0100 or thereabouts, Wayne Pascoe wrote:
 Hi all,
 
 Sorry for the load of posts this week, but I've got a new toybox and
 they aren't working well...
 
 I'm trying to use dvd+rw-tools port to burn DVD's. My first problem was
 that after burning a DVD, I was unable to eject it. I had to reboot the
 machine and only then could I get the disc out. Otherwise, it appears to
 have burned ok.
 
 Now I'm trying to erase the disc so I can try burning a larger volume.
 I've tried using dvd+rw-format, as follows:
 
 dvd+rw-format /dev/cd0
 I then got
 * DVD±RW format utility by [EMAIL PROTECTED], version 4.5.
 * 4.7GB DVD-RW media in Sequential mode detected.
 - media is not blank
 - you have the option to re-run dvd+rw-format with:
   -force[=full] to enforce new format or mode transition
and wipe the data;
   -blank[=full] to change to Sequential mode.
 
 I've since tried dvd+rw-format -force=full /dev/cd0 and 
 dvd+rw-format -blank=full and both returned the error:
 
 * DVD±RW format utility by [EMAIL PROTECTED], version 4.5.
 * 4.7GB DVD-RW media in Sequential mode detected.
 - [unable to umount]: Bad file descriptor
 
 Has anyone successfully written or erased DVD-RW media on FreeBSD 5.1
 using this tool from ports ? 

Just overwrite with growisofs. dvd+rw-format should only be used ONCE.

-- Josh

 
 Thanks in advance.
 
 -- 
 Wayne Pascoe
 The thing is, I was POSITIVE that I wasn't
 actually depressed, just that life  had no
 meaning and I was tired of living.
 ___
 [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: IDE Raid Card

2003-08-21 Thread Johan Paul
Richard Lucas wrote:
Could someone suggest an IDE controller card that I could boot off of?  I just want to do RAID 1 with 2 disks but don't want to buy one and then find out it doesn't work. I'm running the latest 4-STABLE.
Hi,

I use Promise FastTrak TX2 with great success for RAID 1 with two disks. 
Worked right away with the GENERIC kernel. A cheap card that does 
exactly what I want. I can probe the array status with atacontrol which 
is pretty much enough for me.

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


Re: file picker

2003-08-21 Thread Joshua Oreman
On Thu, Aug 21, 2003 at 11:36:24AM -0500 or thereabouts, Walter wrote:
 Hi All,
 
I want to run a cron job to upload a different image
 file to a web site as a new background every night.
 
I need a way to automatically select a different file
 from a directory which I will populate over time, and
 then feed that name to the upload script.  I can't find
 anything like this in the ports.  Can someone suggest
 a utility, script, et cetera, for this?  Otherwise, I'm
 prepared to write my own, but I don't want to re-invent
 the wheel, as the saying goes.  Thanks.


To select a random file from the directory, try this:-

DIR= the directory 
nfiles=$(ls -1 $DIR | wc -l | tr -d ' ')
fileno=$(( ($RANDOM % $nfiles) + 1 ))
FILE=$DIR/$(ls -1 $DIR | head -n $fileno | tail -n 1)

# $FILE now contains the full pathname of the file to
# upload. I'm sure you can handle the upload task :-)
#
# Note: this script may re-use the same file later. To
# prevent this, add a line below the upload:
#  mv $FILE /somewhere/else/
# That way the directory will only contain unused files.

-- Josh

 
Please CC me as I'm not currently subscribed to the
 List.
 
 Walter
 
 ___
 [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: file picker

2003-08-21 Thread Barry Byrne
ls -1 | perl -e 'srand; rand($.)  1  ($filename = $_) while ; print
$filename;'

 - Barry

--
Barry Byrne, IT Manager,
WBT Systems, Block 2, Harcourt Centre
Harcourt Street, Dublin 2, Ireland

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Walter
 Sent: 21 August 2003 17:36
 To: Questions
 Subject: file picker


 Hi All,

 I want to run a cron job to upload a different image
 file to a web site as a new background every night.

 I need a way to automatically select a different file
 from a directory which I will populate over time, and
 then feed that name to the upload script.  I can't find
 anything like this in the ports.  Can someone suggest
 a utility, script, et cetera, for this?  Otherwise, I'm
 prepared to write my own, but I don't want to re-invent
 the wheel, as the saying goes.  Thanks.

 Please CC me as I'm not currently subscribed to the
 List.

 Walter

 ___
 [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: How does one erase a FreeBSD disk (slice) label?

2003-08-21 Thread Joshua Oreman
On Thu, Aug 21, 2003 at 02:49:09AM -0700 or thereabouts, Dan Strick wrote:
 
   Go back in time and kill the person that wrote this code
   before he wrote it?
 
  LOL
 
 
 What does LOL stand for?

Laughing Out Loud

-- Josh

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


hubs and promiscuous packet listening

2003-08-21 Thread Aaron Wohl
Does anyone know the model number of a cheap hub to use when packet
sniffing?  The two suposed hubs I have seem to be blocking packets not
addressed to me same as a switch would...

I'm trying tcpdump and ipgrab as root via a hub to listen to anouther
computer.  The interface is going into promiscuous mode as ifconfig
shows:

  fxp0: flags=8943UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST mtu
  1500

But I cant see any traffic for the other machines on the hub.  I tried
listening on a linux box on the same hub with the same problem... I tried
a second hub, same problem.  One hub is a linksys EFAH05W the other is a
linksys NH1005.

I was wondering if linksys labeled a hub because only one packet can pass
thru it and a time and it has no buffereing but its still not spamming
each packet out all the ports like I want it to do for debugging?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: make installworld problem with stable upgrade.

2003-08-21 Thread Matthew Seaman
On Thu, Aug 21, 2003 at 05:08:52PM +0100, Matthew Seaman wrote:
 On Thu, Aug 21, 2003 at 04:55:39PM +0200, Shobaki sam. wrote:
  Hello all,
  
  Since yesterday (French time), i try to update a fresh install of 4.8
  release to stable, and cvsuped sources many many times. Here is the error i
  got while make installworld:
  
  ln: /usr/share/locale/am_ET.UTF8/LC_COLLATE: No such file or directory
  *** Error code 1
  
  Is something going wrong ? did i caught the middle of a comit ? thanks for
  help.
 
 That's pretty much exactly correct.  The fix went into
 /usr/src/etc/mtree/BSD.usr.dist about an hour ago, so try cvsup'ing
 again now.  (You need version 1.188.2.43 of that file if you're
 tracking 4-STABLE).
 
 
 http://www.freebsd.org/cgi/cvsweb.cgi/src/etc/mtree/BSD.usr.dist?only_with_tag=RELENG_4
 

Actually, I take that all back.  The fix in BSD.usr.dist introduces a
new directory:

/usr/share/locale/am_ET.UTF8

Unfortunately the rest of the make installworld process is expecting:

/usr/share/locale/am_ET.UTF-8

Now you need version 1.188.2.44 which has the correct fix in it, as of
7 minutes ago.  Unfortunately that's too recent for it to have
propagated to the cvsup server I usually use.

Oh well, it's not like I have that much use for the amaharic locale...

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: Missing libintl.so.1 for Gnome2 build

2003-08-21 Thread Jesse Sheidlower
On Thu, Aug 21, 2003 at 12:05:08PM -0400, Joe Marcus Clarke wrote:
 On Thu, 2003-08-21 at 11:12, Jesse Sheidlower wrote:
  I am trying to build Gnome2 on my system (FreeBSD 4.8), and keep
  running into a problem. I'm getting the following error:
  
  === Building for pkgconfig-0.15.0
  /usr/libexec/ld-elf.so.1: Shared object libintl.so.1 not found
[...]
 
 This is a problem with gmake.  Rebuild it, and you should be fine.

Thank you! That worked perfectly. 

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


jftpgw port and seteuid not permitted

2003-08-21 Thread Jim Flowers
Would like to evaluate this ftp proxy on FreeBSD 4.7-STABLE but although it 
makes cleanly, when I go to run it I get a logged error message:

Aug 21 13:16:32 [67924]: Could not change the EUID to 65534: Operation not 
permitted

and the program quits.  The program is:

-r-xr-xr-x  1 root  wheel  117644 Aug 21 12:43 /usr/local/sbin/jftpgw

and it is started by root then switched to nobody/nogroup.

Any way I can get around this?

Thanks.

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


libIDL problem during Gnome2 build

2003-08-21 Thread Jesse Sheidlower

Oops, another problem during my attempted Gnome2 build, and this
one is even less clear to me. During the build of libIDL, I
get the following error:

=== Bulding for libIDL-0.8.2
bison -y -d -v 2/dev/null ./parser.y
gmake:: *** [stamp-parser] Error 1
*** Error code 2

Any thoughts about what to do about this?

Thank you.

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


MODE_SENSE_BIG

2003-08-21 Thread Nader Turki
hello,
 
i'm trying to install freebsd 4.8-r from a cd and i keep getting this line while 
probing:
 
acd0: MODE_SENSE_BIG command timeout - resetting
ata1: resetting devices .. done
 
i keep getting those 2 lines over and over, can someone help me please?
 
thanks,
 
nader


-
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: SMTP attempt?

2003-08-21 Thread Bob Hall
On Thu, Aug 21, 2003 at 02:24:58AM -0700, Dan Strick wrote:
 
  I've been noticing a lot of the following the last week:
  Aug 21 01:00:01 kongemord /kernel: Connection attempt to TCP 127.0.0.1:25
  from 127.0.0.1:1074
  
  I can't figure out what's trying to connect to the SMTP port. I've got 
  sendmail turned off, so there's nothing listening at port 25. 
  
  Bob Hall
 
 
 Recent sendmail configurations route all local email through the sendmail
 daemon that usually listens on port 25.  There was a security reason
 for the change.  Since local email is essential, for example for reporting
 the results of the daily scripts run out of crontab, you should either
 reenable your sendmail daemon on port 25 or reconfigure your local email
 to not route everything through the daemon.  There are instructions
 for doing this somewhere in the sendmail documentation.  I think it
 involves hacking /etc/mail/submit.cf.

Thanks Dan. I've changed 
sendmail_enable=NONE
to NO and added
sendmail_submit_enable=YES
From the rc.conf man page, I think that enables listening at localhost.
At reboot, I got 
sendmail-clientmqueue
so I think I need to add
sendmail_outbound_enable=NO
to rc.conf, since I'm not queuing outbound mail. The man page is a bit 
cryptic, so someone tell me if I'm wrong.
 
 Note: the sendmail binary that comes with FreeBSD was built with libwrap.a
 support.  That means it obeys /etc/hosts.allow and can be told to reject
 all non-local connections to port 25.

sendmail : localhost : allow
sendmail : ALL : deny

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


On vacation

2003-08-21 Thread Jo Espitallier
I will return on Tuesday, September 2 and will respond to your email at that time.  
For immediate assistance, please contact Nicole Romero Chaidez at [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: HELP! Sendmail 8.12.9 problems up the wazzoo on FreeBSD4.3....

2003-08-21 Thread Danny Horne
Steve Camp was once thought to have said:


 Hi,

 I am sending / posting this message to

   FreeBSD questions mailing list
   comp.mail.sendmail newsgroup
   sendmail mailing list
   possibly other comp.unix.bsd.* newsgroups

 I am quite stumped.  Any and all help is welcomed.  I will be working on this
 problem all day.  Please feel free to contact me directly at '[EMAIL PROTECTED]'
 if you'd like to help me figure this puzzle out.

Did you create the smmsp user / group as part of the upgrade?  Required from
8.12.0 -

8.12.0/8.12.0   2001/09/08
*NOTICE*: The default installation of sendmail does not use
set-user-ID root anymore.  You need to create a new user and
a new group before installing sendmail (both called smmsp by
default).  The installation process tries to install
/etc/mail/submit.cf and creates /var/spool/clientmqueue by
default.  Please see sendmail/SECURITY for details.

--
To do is to be  -- Nietzsche
To be is to do  -- Sartre
Scooby do be do -- Scooby



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


Re: HELP! Sendmail 8.12.9 problems up the wazzoo on FreeBSD 4.3....

2003-08-21 Thread Steve Camp
Hi Danny,

Thanks for the reply.  I believe I did.  To your knowledge, should the
following work:

city.example.com# grep smmsp /etc/passwd
smmsp:*:25:25:Sendmail Queue:/nonexistent:/nonexistent

city.example.com# grep smmsp /etc/group
smmsp:*:25:

Or will the /nonexistent home directory and /nonexistent bogus shell entry
cause problems?

--
Steve Camp
[EMAIL PROTECTED]
On Thu, Aug 21, 2003 at 07:47:12PM +0100, Danny Horne wrote:

 Steve Camp was once thought to have said:
 
 
  Hi,
 
  I am sending / posting this message to
 
  FreeBSD questions mailing list
  comp.mail.sendmail newsgroup
  sendmail mailing list
  possibly other comp.unix.bsd.* newsgroups
 
  I am quite stumped.  Any and all help is welcomed.  I will be working on this
  problem all day.  Please feel free to contact me directly at '[EMAIL PROTECTED]'
  if you'd like to help me figure this puzzle out.
 
 Did you create the smmsp user / group as part of the upgrade?  Required from
 8.12.0 -
 
 8.12.0/8.12.0   2001/09/08
 *NOTICE*: The default installation of sendmail does not use
 set-user-ID root anymore.  You need to create a new user and
 a new group before installing sendmail (both called smmsp by
 default).  The installation process tries to install
 /etc/mail/submit.cf and creates /var/spool/clientmqueue by
 default.  Please see sendmail/SECURITY for details.
 
 --
 To do is to be  -- Nietzsche
 To be is to do  -- Sartre
 Scooby do be do -- Scooby
 
 
 
 This message was sent using IMP, the Internet Messaging Program.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: HELP! Sendmail 8.12.9 problems up the wazzoo on FreeBSD4.3....

2003-08-21 Thread Danny Horne
Steve Camp was once thought to have said:

 Hi Danny,

 Thanks for the reply.  I believe I did.  To your knowledge, should the
 following work:

 city.example.com# grep smmsp /etc/passwd
 smmsp:*:25:25:Sendmail Queue:/nonexistent:/nonexistent

 city.example.com# grep smmsp /etc/group
 smmsp:*:25:

 Or will the /nonexistent home directory and /nonexistent bogus shell entry
 cause problems?

I'm afraid my knowledge doesn't extend that far, sorry

--
To do is to be  -- Nietzsche
To be is to do  -- Sartre
Scooby do be do -- Scooby



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


ed1 network problems on laptop

2003-08-21 Thread Michael A. Smith
I've got a Sony VAIO PCG-FX101 (vanilla Celeron 600 laptop). It's run 
FreeBSD without a problem before. I just installed a new hard drive and 
installed 4.8-RELEASE on it. Now, I'm having all kinds of network 
problems that I didn't have a few days ago with the exact same 
hardware/OS (except the hard drive). I'm using a SMC PC-Card NIC (comes 
up as ed1).

When I try to cvsup my source tree or ports, I get a message like this:

  TreeList failed: Network write failure: Connection closed

That's not the only error I've seen while cvsupping, but the only one 
I've seen today. It happens every time I try to cvsup.

When FTPing anything, the connection hangs mid-session (unless it's a 
small up/download). I've been able to install some ports, but usually 
they hang on the FTP download.

When SSHing to other hosts, I can go merrily along, but within five or 
ten minutes, I lose the connection.

SOME SUCCESS
I was able to successfully cvsup my source tree and ports tree AND 
portinstall XFree86-4 and xcfe4 (big downloads, LOTS of dependencies). 
The way it worked was this: I'd tried and tried to cvsup without luck. I 
left the machine on and went to the office. FROM MY OFFICE FREEBSD 
MACHINE, I was able to log into my home machine, su to root, flawlessly 
cvsup and portinstall a bunch of things. I thought my problems were 
somehow solved -- WRONG. When I try doing any of those things from the 
machine itself, I can't.

Since I was able to cvsup remotely, I've rebuilt my whole system (world 
and kernel) to 4.8-STABLE.

SOME TRIAL-AND-ERROR
I've done web searches on the error string above and found people with 
the same problem (apparently), but no definitive solution. I've made 
sure that there's no IRQ conflict with the NIC (it shared IRQ 3 with the 
sio1, which I've commented out of the kernel and rebuilt). I've also 
made sure the laptop's BIOS is set for a non-PNP OS.

I had 4.8-STABLE running on this machine a few days ago (on a too-small 
hard drive) without a hitch. No network glitches at all. Argh.

Any clues?? I don't wanrt to re-install from scratch -- and doubt it 
would do any good!

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


Copying an entire tree

2003-08-21 Thread Pat Lashley
Is there any simple clean way to copy an entire directory tree and
preserve both the flags (like schg) AND hard links within the tree?
(And, of course, preserve device special nodes, etc.)
cp -r   Copies hardlinked files as separate files
cpioDoesn't preserve flags
pax Doesn't preserve flags
dumpOnly works on entire filesystems
If it matters, I'm particularly interested in doing this on RELENG_5_1;
but a solution that works in 4-STABLE would also be appreciated.


Thanks,
-Pat
Curiosity is a willing, a proud, an eager confession of ignorance.
- Leonard Rubenstein
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Copying an entire tree

2003-08-21 Thread Nico Meijer
Hi Pat,

 Is there any simple clean way to copy an entire directory tree and
 preserve both the flags (like schg) AND hard links within the tree?
 (And, of course, preserve device special nodes, etc.)

Have you looked at rsync?

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


Re: mozilla-firebird dependency on gnomecontrolcenter?

2003-08-21 Thread Chuck Tuffli

On Wed, Aug 20, 2003 at 08:48:04PM -0700, Kris Kennaway wrote:
 On Wed, Aug 20, 2003 at 08:29:03PM -0700, Chuck Tuffli wrote:
  Ok, I did a cvsup of ports-base and the build completed without the
  strangeness I saw earlier. Now when I run firebird, nothing happens
  (i.e. no browser window, no message stating an error, no core dump,
  and nothing logged to dmesg).
  
  Since there aren't any error messages, I'm not sure what info to send
  you. The machine is running 4.8-RELEASE with Linux compatibility built
  into the kernel. firebird -v reports
  
  [92] firebird -v
  Mozilla 1.5a, Copyright (c) 2003 mozilla.org developer build
 
 This is a FAQ.
 
 When you update mozilla you often need to remove your old .mozilla
 directory (save the bookmarks.html if you like).  They are not very
 careful to maintain backwards compatibility.

This is a brand new system that has never had a .mozilla dir

 mozilla is also VERY sensitive to being built with consistent library
 interfaces - if you have stale headers lying around on the system, or
 old/mismatched versions of the dependencies, it can become confused in
 this fashion.
 
 Kris

Would you suspect this to be a problem on a brand new 4.8 install
(i.e. there has never been anything else on this disk)? Maybe it
doesn't build with a stock 4.8 version of ports? Has anyone ever tried
this?

-- 
Chuck Tufflichuck_tuffli AT NO_SPAM agilent DOT com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Automatic response to your mail

2003-08-21 Thread rentals
Thank you for contacting Adventure Touring - we will be in 
touch shortly.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: libIDL problem during Gnome2 build

2003-08-21 Thread Jesse Sheidlower
On Thu, Aug 21, 2003 at 02:03:05PM -0400, Jesse Sheidlower wrote:
 
 Oops, another problem during my attempted Gnome2 build, and this
 one is even less clear to me. During the build of libIDL, I
 get the following error:
 
 === Bulding for libIDL-0.8.2
 bison -y -d -v 2/dev/null ./parser.y
 gmake:: *** [stamp-parser] Error 1
 *** Error code 2
 
 Any thoughts about what to do about this?

Never mind. I was using an out-of-date version of bison; upgrading
fixed that problem.

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


SOCKS5 guru needed

2003-08-21 Thread Hugo Saro
Hey everyone,

I want to set up a proxy to play rtcw with lower ping
on the usual servers, i've installed the socks5 port,
but the manpage didn't help much. I want to have 2
usernames that need to auth on the server and are only
allowed to connect to any host on udp ports
27960-28960 . Anyone knows how to set this up? manpage
didn't help much. 

Thanks!

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Copying an entire tree

2003-08-21 Thread Pat Lashley
--On Thursday, August 21, 2003 22:19:28 +0200 Nico Meijer 
[EMAIL PROTECTED] wrote:

Is there any simple clean way to copy an entire directory tree and
preserve both the flags (like schg) AND hard links within the tree?
(And, of course, preserve device special nodes, etc.)
Have you looked at rsync?
No, I hadn't thought of using rsync for a purely local copy.  But now
that I've tried it, add it to the list of utilities that lose the flags.
(I'm particularly interested in preserving the schg and nodump flags.)
So far, the only thing I know of that seems to do everything right
is cvsup.  But it's really a bit cumbersome to set up for a one-time
copy.


-Pat

We can complain because rose bushes have thorns,
or rejoice because thorn bushes have roses.
-- Abraham Lincoln
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: permission

2003-08-21 Thread Sunil Sunder Raj
Hi,
Directory /
   Options Indexes Includes MultiViews ExecCGI FollowSymLinks
   AllowOverride None
/Directory
Regards
SSR
From: GNorm [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: permission
Date: Sat, 16 Aug 2003 18:18:41 -0400
I have installed apache and got it to run, however when I tried to access a 
web address that I have set for virtual hosting I get the following 
message:

Forbidden
You don't have permission to access / on this server.
I assume this error is the results of the permission on the directory 
containing web content. I have looked at the permissions for the default 
web directory and tried those settings, the default site works, the virtual 
sites do not.
As always, any help will be appreciated.

Thanks Lowell, for your help I was able to get the invalid error cleared 
up.

Gregory Norman





___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]
_
ICICI's NRI services. They make life easy. 
http://server1.msn.co.in/msnspecials/nriservices/index.asp Find out more.

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


[no subject]

2003-08-21 Thread James Igoe
Hello,

I am unable to install freebsd with the ISOs that were provided on the 
freebsd ftp site. I have burned them onto a cd and I have attempted to boot 
from them. However, I have found that they will not boot. I am working on a 
i386 architecture, using both a p3 450mhz, 384MB RAM, ameritech bios box and 
a celeron 1ghz 384MB RAM with a dell bios laptop. I have checked the boot 
sequences and have corrected them so thatg they boot fromt he cd rom.  I'm 
sure this is just me being rather stupid in some way, but, any guidance that 
you could provide would be lovely.

Regards,
Raine
James Igoe
_
The new MSN 8: advanced junk mail protection and 2 months FREE*  
http://join.msn.com/?page=features/junkmail

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


Re: Copying an entire tree

2003-08-21 Thread Tillman Hodgson
On Thu, Aug 21, 2003 at 02:23:54PM -0700, Pat Lashley wrote:
 On Thursday, August 21, 2003 22:19:28 +0200 Nico Meijer 
 [EMAIL PROTECTED] wrote:
 
  Is there any simple clean way to copy an entire directory tree and
  preserve both the flags (like schg) AND hard links within the tree?
  (And, of course, preserve device special nodes, etc.)
 
  Have you looked at rsync?
 
 No, I hadn't thought of using rsync for a purely local copy.  But now
 that I've tried it, add it to the list of utilities that lose the flags.
 (I'm particularly interested in preserving the schg and nodump flags.)
 
 So far, the only thing I know of that seems to do everything right
 is cvsup.  But it's really a bit cumbersome to set up for a one-time
 copy.

cpdup, perhaps?

(/usr/ports/sysutils/cpdup)

-T


-- 
The ultimate question:  Why does life exist?  The answer:  For life's sake.
- ANONYMOUS, thought to be of Zensunni origin
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 4.9 New Features

2003-08-21 Thread Joe Marcus Clarke
On Thu, 2003-08-21 at 21:53, Rus Foster wrote:
 Hi All,
 Can anyone tell me a URL of new features for 4.9. I can't find anything
 obvious on freebsd.org. Just a TODO list

This is still not a definite list, but it's pretty close.

http://people.freebsd.org/~bmah/relnotes/4-STABLE/relnotes-i386.html

Joe

 
 Rgds
 
 Rus
-- 
PGP Key : http://www.marcuscom.com/pgp.asc




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


Re: Gnome2 config files weirdness

2003-08-21 Thread Joe Marcus Clarke
On Thu, 2003-08-21 at 21:58, stan wrote:
 On Thu, Aug 21, 2003 at 12:16:15PM -0400, Joe Marcus Clarke wrote:
  On Thu, 2003-08-21 at 12:09, stan wrote:
   On Wed, Aug 20, 2003 at 10:14:59PM -0400, Joe Marcus Clarke wrote:
On Wed, 2003-08-20 at 21:01, stan wrote:
 I'm trying to get Gnome 2 up and running on a TABLE machine. I've built the
 gnome2 port, and I'm getting gdm2 as a login screen. I'm able to log in as
 a normal user. But when I change something. it thinks it's changing roots
 Gnome config. And indeed all changes I make are affecting all users.

What changes?  There are a lot of configurable options in GNOME.  Care
to narrow it down a bit?

   
   additions to the panel.
  
  Additions to the panel (like adding a launcher) only affect the current
  user.  I've tested this.  The only difference would be if you're running
  as root.  Then, you can actually edit the /usr/X11R6/share/gnome space,
  and you could make global panel changes.  You may want to verify you
  haven't set anything setuid to root, you're not actually logged in as
  root, and you don't have any write permissions under
  /usr/X11R6/share/gnome.
  
 We agree that is how things _should_ be. However it's not how things _are_
 on this box. Actually I just started checking around, and when I log in as
 myself (non root account), I have now found that if I bring up a terminal,
 and type who am i the answer is _root_!. So perhapsh this is a gdm bug?

What version of gdm do you have installed?  Are you using the default
configuration?  I use gdm on all my GNOME 2 machines (4 in all), and I
have never seen this problem.  Did you setuid root any of your gdm
binaries?

Joe

 
-- 
PGP Key : http://www.marcuscom.com/pgp.asc




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


Re: make installworld fails on 4.8 in /usr/src/share/colldef

2003-08-21 Thread Doug Poland
On Wed, Aug 20, 2003 at 11:36:57PM -0500, Doug Poland wrote:
 Greetings,
 
 I'm attempting to installworld on a 4.8-RELEASE machine.  I installed
 the OS yesterday from CD-ROM.  Today I did a cvsup for latest sources.
 I've successfully built world, built and installed custom kernel.
 
For the archives,  I re-ran cvsup then next day, rebuilt the world, then
re-ran installworld and everything installed fine.

-- 
Regards,
Doug


 When I attempt to run:
 
 # make installworld
 
 this is what I see
 
 ...  ...
 ... snip ...
 ...  ...
 === secure/usr.sbin/sshd
 install -s -o root -g wheel -m 555   sshd /usr/sbin
 install -o root -g wheel -m 444 sshd.8.gz  /usr/share/man/man8
 install -o root -g wheel -m 444 sshd_config.5.gz  /usr/share/man/man5
 === share
 === share/colldef
 install -m 644 -o root -g wheel  bg_BG.CP1251.out 
 /usr/share/locale/bg_BG.CP1251/LC_COLLATE
 install -m 644 -o root -g wheel  cs_CZ.ISO8859-2.out 
 /usr/share/locale/cs_CZ.ISO8859-2/LC_COLLATE
 install -m 644 -o root -g wheel  de_DE.ISO8859-1.out 
 /usr/share/locale/de_DE.ISO8859-1/LC_COLLATE
 install -m 644 -o root -g wheel  de_DE.ISO8859-15.out 
 /usr/share/locale/de_DE.ISO8859-15/LC_COLLATE
 install -m 644 -o root -g wheel  el_GR.ISO8859-7.out 
 /usr/share/locale/el_GR.ISO8859-7/LC_COLLATE
 install -m 644 -o root -g wheel  es_ES.ISO8859-1.out 
 /usr/share/locale/es_ES.ISO8859-1/LC_COLLATE
 install -m 644 -o root -g wheel  es_ES.ISO8859-15.out 
 /usr/share/locale/es_ES.ISO8859-15/LC_COLLATE
 install -m 644 -o root -g wheel  et_EE.ISO8859-15.out 
 /usr/share/locale/et_EE.ISO8859-15/LC_COLLATE
 install -m 644 -o root -g wheel  hi_IN.ISCII-DEV.out 
 /usr/share/locale/hi_IN.ISCII-DEV/LC_COLLATE
 install -m 644 -o root -g wheel  is_IS.ISO8859-1.out 
 /usr/share/locale/is_IS.ISO8859-1/LC_COLLATE
 install -m 644 -o root -g wheel  is_IS.ISO8859-15.out 
 /usr/share/locale/is_IS.ISO8859-15/LC_COLLATE
 install -m 644 -o root -g wheel  la_LN.ISO8859-1.out 
 /usr/share/locale/la_LN.ISO8859-1/LC_COLLATE
 install -m 644 -o root -g wheel  la_LN.ISO8859-15.out 
 /usr/share/locale/la_LN.ISO8859-15/LC_COLLATE
 install -m 644 -o root -g wheel  la_LN.ISO8859-2.out 
 /usr/share/locale/la_LN.ISO8859-2/LC_COLLATE
 install -m 644 -o root -g wheel  la_LN.ISO8859-4.out 
 /usr/share/locale/la_LN.ISO8859-4/LC_COLLATE
 install -m 644 -o root -g wheel  la_LN.US-ASCII.out 
 /usr/share/locale/la_LN.US-ASCII/LC_COLLATE
 install -m 644 -o root -g wheel  lt_LT.ISO8859-4.out 
 /usr/share/locale/lt_LT.ISO8859-4/LC_COLLATE
 install -m 644 -o root -g wheel  pl_PL.ISO8859-2.out 
 /usr/share/locale/pl_PL.ISO8859-2/LC_COLLATE
 install -m 644 -o root -g wheel  ru_RU.CP1251.out 
 /usr/share/locale/ru_RU.CP1251/LC_COLLATE
 install -m 644 -o root -g wheel  ru_RU.CP866.out 
 /usr/share/locale/ru_RU.CP866/LC_COLLATE
 install -m 644 -o root -g wheel  ru_RU.ISO8859-5.out 
 /usr/share/locale/ru_RU.ISO8859-5/LC_COLLATE
 install -m 644 -o root -g wheel  ru_RU.KOI8-R.out 
 /usr/share/locale/ru_RU.KOI8-R/LC_COLLATE
 install -m 644 -o root -g wheel  sv_SE.ISO8859-1.out 
 /usr/share/locale/sv_SE.ISO8859-1/LC_COLLATE
 install -m 644 -o root -g wheel  sv_SE.ISO8859-15.out 
 /usr/share/locale/sv_SE.ISO8859-15/LC_COLLATE
 install -m 644 -o root -g wheel  uk_UA.ISO8859-5.out 
 /usr/share/locale/uk_UA.ISO8859-5/LC_COLLATE
 install -m 644 -o root -g wheel  uk_UA.KOI8-U.out 
 /usr/share/locale/uk_UA.KOI8-U/LC_COLLATE
 ln -fs ../la_LN.US-ASCII/LC_COLLATE  /usr/share/locale/am_ET.UTF-8/LC_COLLATE
 ln: /usr/share/locale/am_ET.UTF-8/LC_COLLATE: No such file or directory
 *** Error code 1
 
 Stop in /usr/src/share/colldef.
 *** Error code 1
 
 Stop in /usr/src/share.
 *** Error code 1
 
 I've tried installworld twice but to no avail.  Can someone help me out
 here?  Many thanks in advance.
 
 -- 
 Regards,
 Doug
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


IP Problems

2003-08-21 Thread Ben Dover
  OK, this is difficult to explain and my problem is probably bigger than 
what I have found but here goes.  I have a dedicated 5.1 FreeBSD box and 
when I did a dmesg I received a repeating message as follows:
arplookup 66.246.xx.1 failed: host is not on local network
  This peaked my curiosity so I pinged the bank of IP's I have in the range 
of that IP and I was able to ping them with a response.
  Something quick I can do to test to see if the IP will bind is compile an 
IRC bouncer.  I found the bouncer would not bind to the IP 66.246.xx.185 as 
a normal account user and the bouncer would not function.  If I SU to root 
and start the bouncer the IP would bind and the bouncer would function 
correctly.  It should be noted that the bouncer was compiled as the normal 
account user.
  I have two different sets of IP's on my box and I have added them in the 
rc.conf in the following way:
ifconfig_sis0_alias10=inet 209.123.xx.200 netmask 255.255.255.255
ifconfig_sis0_alias11=inet 66.246.xx.185 netmask 255.255.255.255
  Do I have the IP's added wrong in rc.conf?  What am I doing wrong? Why do 
I receive the dmesg which appears to be an error?  Any assistance would be 
appreciated.

_
Chat privately with Bon Jovi, Seal, Bow Wow, or Mary J Blige using MSN 
Messenger! http://www5.msnmessenger-download.com/imastar/default.aspx

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


Re: Copying an entire tree

2003-08-21 Thread Dan Strick

 No, I hadn't thought of using rsync for a purely local copy.  But now
 that I've tried it, add it to the list of utilities that lose the flags.
 (I'm particularly interested in preserving the schg and nodump flags.)

 So far, the only thing I know of that seems to do everything right
 is cvsup.  But it's really a bit cumbersome to set up for a one-time
 copy.


I have another program that might be a bit cumbersome to set up for a
one-time copy.  You would have to edit a Makefile to specify its
installation directory and do make install.  Since the program is
designed to maintain identical (i.e. with a carefully managed set of
differences) branches of file systems on possibly large numbers of
different machines, the command syntax can be a bit messy.  I routinely
use a simple shell front-end to compare and copy file system branches
on my machine(s).  This program may be overkill.  (Note: a command
line flag is required to enable special file copies.)

If you are desperate and have enough free space in the file system
that is to contain the copy (which must not be the file system that
contains the original), you could use dump/restore.  Since the version
of dump that comes with FreeBSD only seems to be willing to dump only
entire file systems, you have to copy the whole thing and delete
the parts you don't like.  If the original and the copy have to be
in the same file system or if you don't have enough free space there
but you do have enough space somewhere else, you can make an intermediate
copy and trim that one down before the final copy.

P.S. The FreeBSD dump/restore commands used to be a little sloppy about
some details such as the owner/modes/times of symbolic links.  I recently
made and tested a dump/restore of a FreeBSD 4.8 root file system and it
looks like those problems have been fixed.

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


Re: IP Problems

2003-08-21 Thread Nils Vogels
On Thu, Aug 21, 2003 at 07:00:32PM -0400, Ben Dover (BD) wrote:
BD   OK, this is difficult to explain and my problem is probably bigger than 
BD what I have found but here goes.  I have a dedicated 5.1 FreeBSD box and 
BD when I did a dmesg I received a repeating message as follows:
BD arplookup 66.246.xx.1 failed: host is not on local network

I've had the same message multiple times when my default route would be equal
to the IP number of an interface of the box on a 4.8-REL box.

For instance:

Interface xl0 has IP address 192.168.2.2/24 configured on it locally
Interface rl0 has IP address 10.0.5.1/24 configured on it locally

The default route of the box is set to 192.168.2.2

This would cause a loop displaying the exact error message on the console, and
the box would become dead slow.

This for me was solved by simply typing:

route delete default

HTH  HAND

-- 
Simple guidelines to happiness:
Work like you don't need the money,
love like your heart has never been broken and 
dance like no one can see you.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Installing from CD-ROM (was Re: your mail)

2003-08-21 Thread Warren Block
On Thu, 21 Aug 2003, James Igoe wrote:

 I am unable to install freebsd with the ISOs that were provided on the
 freebsd ftp site. I have burned them onto a cd and I have attempted to boot
 from them. However, I have found that they will not boot. I am working on a
 i386 architecture, using both a p3 450mhz, 384MB RAM, ameritech bios box and
 a celeron 1ghz 384MB RAM with a dell bios laptop. I have checked the boot
 sequences and have corrected them so thatg they boot fromt he cd rom.

Most likely you just copied the .iso files to the CD-ROM, instead of
burning them as an image.  You can verify this by checking the contents
of the CDs; if there's only one large file, that's the problem.

How to restore a .iso file to a CD is dependent on your CD-recording
software; for example, with Roxio software on Windows, you should be
able to right-click on the .iso file and choose Record to CD.

-Warren Block * Rapid City, South Dakota USA
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD as router - performance vs hardware routers

2003-08-21 Thread Bsd Neophyte

--- J. Seth Henry [EMAIL PROTECTED] wrote:
 
 First, and I know this is off-topic, is anyone here happy with their
 router enough to recommend it? I'd prefer to go with a hardware router,
 but I prize reliability and stability apparently higher than the current
 crop of manufacturers. Even the Cisco SOHO9x/83x series has a bad track
 record, and they are $250/$500 respectively! I'd like to keep it under
 $300, as I can build a mini-ITX box with everything I need for a router
 for about that.

where are you getting these reviews?  the 83x series is a replacement for
the 806 and 827 which is a very solid router that runs the full IOS, not
some stripped version.  the 83x are relatively new devices, so i'm not
sure how they can get a bad track record.  i've read nothing that gives
these devices a poor review.  any problem these devices will have will be
IOS related problems.  i don't see how the hardware can be flaky.

 Also, can a FreeBSD router support things like the Vonage VOIP box (the
 Cisco ATA186)?

doesn't vonage use proprietary tech for their VoIP solutions?  

i dunno, i'm of the school, if you want to get use a router... then buy
just that, a router.

if you have access to someone who is a cisco netacad student, ask them to
purchase a 831 for you.  netacad students have an option for a one time
purchase for one 831 for somewhere around $200-$250.

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Copying an entire tree

2003-08-21 Thread Pat Lashley
--On Thursday, August 21, 2003 15:45:54 -0600 Tillman Hodgson 
[EMAIL PROTECTED] wrote:

 On Thu, Aug 21, 2003 at 02:23:54PM -0700, Pat Lashley wrote:
 Is there any simple clean way to copy an entire directory tree and
 preserve both the flags (like schg) AND hard links within the tree?
 (And, of course, preserve device special nodes, etc.)

 ...
cpdup, perhaps?

(/usr/ports/sysutils/cpdup)
That one appears to be exactly what I was looking for!



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


cvsup problems

2003-08-21 Thread Bsd Neophyte
I've done a fresh install of FreeBSD 4.8 on my Dual p3-700 box.  I've been
having a lot of problems, which i'll outline progressively.  However, at
the moment, I'm having some issues with cvsup.

I've been trying to update my ports and sources and I keep running into
problems.  I've deleted the entire ports-all/ src-all/ and docs-all/
directories and tried to start from scratch, but that didn't resolve
anything.

I get different error messages.  Here's some output of what's going on now
(the first error is VERY common):

---

TreeList failed: Network write failure: Connetion closed
...
Detailer failed: Network write failure: Connection closed
Will retry at 08:14:58


__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: file picker

2003-08-21 Thread Joshua Oreman
On Thu, Aug 21, 2003 at 06:49:06PM -0500 or thereabouts, Walter wrote:
 Josh,
 
 Sorry to bother you, but the $RANDOM symbol returns
 a blank.  Do I need to initialize something?

On bash/zsh $RANDOM returns a random number. On sh
it's apparently undefined. To define it, do
RANDOM=$( perl -e 'srand; print int(rand()*10)%32767' )

 OTOH,
 is there a shell command to extract the day of the
 month from the string returned by 'date'?  I think
 now I'd prefer to do that.

To do that (if you don't have enough files in the directory
it will wrap around), do:

DIR= the directory 
nfiles=$(ls -1 $DIR | wc -l | tr -d ' ')
fileno=$(( ($(date +%d) % $nfiles) + 1)
FILE=$DIR/$(ls -1 $DIR | head -n $fileno | tail -n 1)

(The command is date +%d).

-- Josh

 
 Thanks.
 
 Walter
 
 Joshua Oreman wrote:
 
 On Thu, Aug 21, 2003 at 11:36:24AM -0500 or thereabouts, Walter wrote:
 
 Hi All,
 
   I want to run a cron job to upload a different image
 file to a web site as a new background every night.
 
   I need a way to automatically select a different file
 from a directory which I will populate over time, and
 then feed that name to the upload script.  I can't find
 anything like this in the ports.  Can someone suggest
 a utility, script, et cetera, for this?  Otherwise, I'm
 prepared to write my own, but I don't want to re-invent
 the wheel, as the saying goes.  Thanks.
 
 
 
 To select a random file from the directory, try this:-
 
 DIR= the directory 
 nfiles=$(ls -1 $DIR | wc -l | tr -d ' ')
 fileno=$(( ($RANDOM % $nfiles) + 1 ))
 FILE=$DIR/$(ls -1 $DIR | head -n $fileno | tail -n 1)
 
 # $FILE now contains the full pathname of the file to
 # upload. I'm sure you can handle the upload task :-)
 #
 # Note: this script may re-use the same file later. To
 # prevent this, add a line below the upload:
 #  mv $FILE /somewhere/else/
 # That way the directory will only contain unused files.
 
 -- Josh
 
 
   Please CC me as I'm not currently subscribed to the
 List.
 
 Walter
 
 ___
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cvsup problems

2003-08-21 Thread Mike Maltese
 I get different error messages.  Here's some output of what's going on now
 (the first error is VERY common):
 
 ---
 
 TreeList failed: Network write failure: Connetion closed
 ...
 Detailer failed: Network write failure: Connection closed
 Will retry at 08:14:58
 

Have you tried a different mirror?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problems Installing FreeBSD 5.1-CURRENT

2003-08-21 Thread R B
hi my name is pyr0teknix696 and i've been using linux
for 3 years and decided to try freebsd on an old AST
x486 with 32MB ram and a 3.16G HDD my problem is that
the BIOS is not able to boot from CROM drives so i
read through the docs and BSD and it says to create
boot floppies with fdimage i do everything im supposed
to do and the I reboot off the kernel.flp disk that
works fine then it says to put in msfroot.flp disk i
do that and then hit enter the problem is i reboot and
it gives a message saying something like this:

/kernel
default 0:fd(0,a)fd0
boot:

i dont know what this is can you please help me so
that i can actually get to the installation process

THANX-Unix is A Gift From God!!

=


__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


KDE Import of Outlook email

2003-08-21 Thread Chris
Has anyone been able to import Outlook email (more so the .pst file when 
exported) into KMail?

If so - can you please lend an How To?
-- 

Best regards,
 Chris
__

PGP Fingerprint = D976 2575 D0B4 E4B0 45CC AA09 0F93 FF80 C01B C363

PGP Mail encouraged / preferred - keys available on common key servers
__
   01010010011101100011011001010111001001011000


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


Help setup home network when gateways, ip asigned by DHCP

2003-08-21 Thread Rod Person
I have been trying to setup a home network for some weeks now. Here is
the setup

 --- --  ---
|Cable Modem|---|Gateway/Server||Cisco Poweredhub|--|FreeBSD|
 --- --    ||Laptop |
   | ---
   ||win XP |
   | --- 
   |  
   | 2 other
 win ws

My problem is that my gateway get its external ip address via DHCP.
I can't figure out how to setup ipfw rules to use DHCP addresses.

Here are the portions of rc.ipfw:

oif=fxp0
onet=? this is assigned via DHCP
omask=255.255.255.240 - Should I change this?
oip=

#inside interface
iif=fxp1
inet=192.168.0.1/24
mask=255.255.255.0
iip=192.168.0.1

If someone can point me in there right direction I be really grateful.
I can't find and discussion on this anywhere.



-- 
Rod

@ Home So No Cool Signature
http://opensourcebeef.bsd.st

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


compiler error

2003-08-21 Thread ZaiD Dashti
hi

i have tried to install mysql and mod_php4, but i got this message:

checking if c++ supports bool types... yes
checking if conversion of longlong to float works... Segmentation fault 
(core dumped)
no
configure: error: Your compiler cannot convert a longlong value to a float!
If you are using gcc 2.8.# you should upgrade to egcs 1.0.3 or newer and try
again
===  Script configure failed unexpectedly.
 Please report the problem to [EMAIL PROTECTED] [maintainer] and attach
 the 
/usr/ports/databases/mysql323-client/work/mysql-3.23.56/config.log
 including the output of the failure of your make command. Also, it 
might
 be a good idea to provide an overview of all packages installed on 
your
 system (e.g. an `ls /var/db/pkg`).
*** Error code 1

why ? and how to solv this problem ?

thanks

_
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* 
http://join.msn.com/?page=features/junkmail

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


Re: Help setup home network when gateways, ip asigned by DHCP

2003-08-21 Thread Mike Maltese
You may want to try IP Filter instead. In my opinion, it's rule syntax makes
it much easier to work with DHCP.

http://www.obfuscation.org/ipf/ipf-howto.html#TOC_29

- Original Message - 
From: Rod Person [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, August 21, 2003 6:17 PM
Subject: Help setup home network when gateways, ip asigned by DHCP


 I have been trying to setup a home network for some weeks now. Here is
 the setup

  --- --  ---
 |Cable Modem|---|Gateway/Server||Cisco Poweredhub|--|FreeBSD|
  --- --    ||Laptop |
| ---
||win XP |
| --- 
|
| 2 other
  win ws

 My problem is that my gateway get its external ip address via DHCP.
 I can't figure out how to setup ipfw rules to use DHCP addresses.

 Here are the portions of rc.ipfw:

 oif=fxp0
 onet=? this is assigned via DHCP
 omask=255.255.255.240 - Should I change this?
 oip=

 #inside interface
 iif=fxp1
 inet=192.168.0.1/24
 mask=255.255.255.0
 iip=192.168.0.1

 If someone can point me in there right direction I be really grateful.
 I can't find and discussion on this anywhere.



 -- 
 Rod

 @ Home So No Cool Signature
 http://opensourcebeef.bsd.st

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

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


Re: cvsup problems

2003-08-21 Thread Kris Kennaway
On Thu, Aug 21, 2003 at 05:09:42PM -0700, Bsd Neophyte wrote:

 I get different error messages.  Here's some output of what's going on now
 (the first error is VERY common):

This is a network problem.  Either the cvsup server, or something
between your system and the cvsup server is causing the connection to
be terminated.

Kris


pgp0.pgp
Description: PGP signature


  1   2   >