Re: update to 4-stable using a web proxy

2003-07-11 Thread Chuck Swiger
pura life CR wrote:
hi, how is possible to update a freebsd host to 4-stable using a web proxy?
I used to work with CVsup but It doesnt seem to work thorought proxy.
Any other option?
No, I don't believe cvsup works via a proxy server.  However, you could use your 
proxy to download the 4.8 ISO images and burn a CD that you can upgrade to 
something reasonably close to the latest 4-stable version

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


Re: mouse speed

2003-07-11 Thread dick hoogendijk
On 10 Jul Eric Yang wrote:
  I am pretty new to Freebsd and I am having a problem with the mouse.
  It moves slowly across the screen, it seems I can the acceleration
  factor, but I really dislike acceleration, is there anyway

Still, having a xset m 4 2 line in my .xinitrc gives me a much more
responsive mouse. Not only in KDE, but in all other window managers I
use too. That's the advantage of having this line instead of only
setting it in mouse properties (KDE).

-(if you set it in KDE system make sure you set *both* sliders and not
just the one for accelaration)-

-- 
dick -- http://www.nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 4.8 ++ Debian GNU/Linux (Woody)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Movie

2003-07-11 Thread sales

Thank you for contacting Metro Link.  This is an auto-response message with
important instructions.

Due to an inordinate amount of spam sent to [EMAIL PROTECTED], we have
eliminated this address and created a new one.  Please resend your message
to the following address, changing the words to symbols where obvious:

TellMeMore AT metrolink DOT com

Or, if you prefer, you can call us at either of these numbers:

+1 954-660-2500
+1 800-821-8315

We apologize for this inconvenience and appreciate your persistence in
reaching us.

The Officers and Staff of
Metro Link Incorporated
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: new bootable drive

2003-07-11 Thread Volker Kindermann
Hi Casey,


 I need to replace the drive that my fbsd boots from. I have read the
 documentation on how to format, and copy files to a drive.  e.g.:

I did exactly the same a few days ago and followed the instructions of
the faq:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#NEW-HUGE-DISK

The only modification I did was to give the dump command the additional
-L parameter for working of a live system. Works like a charm.

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


mpd - question 2

2003-07-11 Thread Eddy Ramos
Hi,
I'm experiencing some troubles with mpd as well. I copied the 'mpd.conf'
from Luke and changed the IP-addresses. I have also tried adapting the
original 'mpd.conf.sample' file and a config sample I found on a HOWTO
on the internet. Still the same errors keep preventing me from starting
mpd:

# mpd -f ./ mpd.conf
  Multi-link PPP for FreeBSD, by Archie L. Cobbs.
  Based on iij-ppp, by Toshiharu OHNO.
  mpd: pid 35364, version 3.13 ([EMAIL PROTECTED] 16:38
10-Jul-2003)
  mpd: warning: line too long, truncated
  mpd: warning: line too long, truncated
  mpd: warning: line too long, truncated
  mpd: can't read configuration for mpd.conf
  mpd: process 35364 terminated

# mpd -k
  Multi-link PPP for FreeBSD, by Archie L. Cobbs.
  Based on iij-ppp, by Toshiharu OHNO.
  mpd: pid 35365, version 3.13 ([EMAIL PROTECTED] 16:38
10-Jul-2003)
  [pptp0] can't create socket node: Operation not permitted
  [pptp0] using interface
  [pptp0:pptp0] q
  [pptp0] IPCP: Down event
  [pptp0] IFACE: Close event
  [pptp0] can't shutdown :: Bad file descriptor
  [pptp0] can't shutdown bypass.inet: Bad file descriptor
  [pptp0] can't shutdown bypass: Bad file descriptor
  mpd: process 35365 terminated

By the way, should I also install or run an pptp daemon? I tried
'pkg_info | grep pptp' and 'whereis pptpd', but I can't find an (already
installed?) pptp package.

Thanks,
Eddy.

-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Namens Luke Cowell
Verzonden: donderdag 10 juli 2003 17:18
Aan: [EMAIL PROTECTED]
Onderwerp: Re: mpd - question


No, it's not dialup only You're on the right track using mpd, but
again that really depends on what you're trying to accomplish with your
VPN. As you've probably noticed there are several different types of VPN
setup. I use mpd for users on the road or working from home to securely
access services inside our private network.

I thought I'd include this config because I didn't think it was easy to
figure out how to enable simultaneous connections. This is set up for 2
simultaneous connections, but could easily be expanded.

s3rv3r# cat mpd/mpd.conf
default:
load pptp0
load pptp1



pptp0:
new -i ng0 pptp0 pptp0
set iface disable on-demand
set iface enable proxy-arp
set iface idle 1800
set bundle disable multilink
set link yes acfcomp protocomp
set link no pap chap
set link enable chap
set link keep-alive 10 60
set ipcp yes vjcomp
set ipcp ranges 10.1.1.02/32 10.1.1.03/32
set ipcp dns 192.168.10.128
#
# The five lines below enable Microsoft Point-to-Point
encryption
# (MPPE) using the ng_mppc(8) netgraph node type.
#
#set bundle enable compression
#set ccp yes mppc
#set ccp yes mpp-e40
#set ccp yes mpp-e128
#set ccp yes mpp-stateless
pptp1:
new -i ng1 pptp1 pptp1
set iface disable on-demand
set iface enable proxy-arp
set iface idle 1800
set bundle disable multilink
set link yes acfcomp protocomp
set link no pap chap
set link enable chap
set link keep-alive 10 60
set ipcp yes vjcomp
set ipcp ranges 10.1.1.12/32 10.1.1.13/32
set ipcp dns 192.168.10.128
#
# The five lines below enable Microsoft Point-to-Point
encryption
# (MPPE) using the ng_mppc(8) netgraph node type.
#
#set bundle enable compression
#set ccp yes mppc
#set ccp yes mpp-e40
#set ccp yes mpp-e128
#set ccp yes mpp-stateless



Luke




 From: Darryl Hoar [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 Date: Thu, 10 Jul 2003 09:35:12 -0500
 To: [EMAIL PROTECTED]
 Subject: mpd - question
 
 I was reading a howto on setting up a vpn server for use with
 microsoft clients.  It discussed the mpd port.  The entire howto seem 
 to imply dailup networking and modems.  The server I'm thinking about 
 setting up would live on a DSL connection (not ADSL).  Can mpd work 
 with a DSL connection ?
 
 I'm a newbie at VPN so still groping in the dark.
 
 thanks
 Darryl
 ___
 [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]

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


Re: Samba between Mac and BSD

2003-07-11 Thread Jim Xochellis
Hi Chuck, hi list,

On Thursday, July 10, 2003, at 07:59 PM, Chuck Swiger wrote:

Jim Xochellis wrote:
Hi Chuck, hi list,
Hi, Jim--

Chuck Swiger wrote:

NFS is an entirely reasonable choice for filesharing against OS X; 
netatalk
would be a comparitively better choice for MacOS 9 and previous 
versions. People who have laptops or other network roaming 
environments will probably
prefer Samba. [How's that for providing a fair slant on what each 
protocol
is well-suited for? :-)] 
What about the resource fork of the mac files.  Does NFS provide a 
transparent way to preserve the resource fork?
For some definitions of transparent.  If the client uses the 
AppleDouble format, that wraps the resource fork and works fine 
against a normal NFS server.  Some Mac NFS implementations do that, 
some don't.
Very interesting, thanks! I would like to try this solution. Can you 
give me more info, suggestions, links etc?

[...]

TIA

Jim Xochellis

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


cvsup freebsd 5.1 fail

2003-07-11 Thread Tokarev
Hello all. cvsup problem 4.8-5.1 
make bildworld

building shared library libkse.so.1
thr_libc.So: In function `sigaction':
thr_libc.So(.text+0x54): multiple definition of `_sigaction'
thr_sigaction.So(.text+0x0): first defined here
thr_libc.So: In function `sigprocmask':
thr_libc.So(.text+0x34): multiple definition of `_sigprocmask'
thr_sigprocmask.So(.text+0x0): first defined here
*** Error code 1

Does anyone know someting about this?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: mouse speed

2003-07-11 Thread sascha . pawlowski
 Response 1
 
 In /etc/X11/XF86Config, look for the mouse section and insert this
 line:
 
 Option Resolution 300
 
 Bye,
 Sascha
 
 Response 2
 
 man moused, and read about the -r option. You can use the actual dpi
 number if you know it, or just use 'high' and that works also.
 
 It works quite well.

   Okay I tried both solution but neither worked.  Few more detail
 I for got to include, it's a Logitech optical mouse and I am primarily
 concerned with the mouse speed in KDE.  Just as a note to make sure I
 didn't do anything wrong, I changed the file /etc/X11/XF86Config but
 just by un ticking the line the read Option Resolution 256 and
 changed the number to 300.  That made no noticeable change.  Next I
 used the command moused -r 300 -p /dev/sysmouse also I did it with
 high instead of 300 both time no noticeable difference.

I dont't know if this will really make a difference, but: X can run the
mouse with moused or by itself. You could try if the second scenario works any
better.

Bye,
Sascha

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


Re: *BSD is dying

2003-07-11 Thread Jalle
I must say I find this pretty amusing! =o)
This guy really has some passion for drama!
Red ink flows like a river of blood.
Now this is some! And then some! =o)
*BSD is collapsing in complete disarray...
How is that done? Can you draw a figure?
...its corpse turned over to yet another charnel house...
This is my favorite! Gotta print a t-shirt with this one!
And as for keeping to the facts and looking at the numbers...
Aren't those assumptions I see there my friend? Yes indeed!
Sorry for this OT post, but the more I think about it and read it, the 
funnier it gets!
I'll keep these postings to advocacy or some other more apropriate list 
next time!

See ya!
/J
At 19:08 2003-07-10 -0700, Andrew Robinson wrote:
I can assure you that this clown posts exactly this post to /. on a regular
basis ... except that half the time, it's BSD that's dying, and the other
half it's Windows Server, and the other half (ahem) it's Linux ...
Andrew



  http://slashdot.org/comments.pl?sid=70502cid=6404771
  
  It is now official - Netcraft has confirmed: *BSD is dying
  
  Yet another crippling bombshell hit the beleaguered *BSD community when
  recently IDC confirmed that *BSD accounts for less than a fraction of 1
  percent of all servers. Coming on the heels of the latest Netcraft
  survey which plainly states that *BSD has lost more market share, this
  news serves to reinforce what we've known all along. *BSD is collapsing
  in complete disarray, as fittingly exemplified by failing dead last
  [samag.com] in the recent Sys Admin comprehensive networking test.
  
  You don't need to be a Kreskin [amazingkreskin.com] to predict *BSD's
  future. The hand writing is on the wall: *BSD faces a bleak future. In
  fact there won't be any future at all for *BSD because *BSD is dying.
  Things are looking very bad for *BSD. As many of us are already aware,
  *BSD continues to lose market share. Red ink flows like a river of
  blood. FreeBSD is the most endangered of them all, having lost 93% of
  its core developers.
  
  Let's keep to the facts and look at the numbers.
  
  OpenBSD leader Theo states that there are 7000 users of OpenBSD. How
  many users of NetBSD are there? Let's see. The number of OpenBSD versus
  NetBSD posts on Usenet is roughly in ratio of 5 to 1. Therefore there
  are about 7000/5 = 1400 NetBSD users. BSD/OS posts on Usenet are about
  half of the volume of NetBSD posts. Therefore there are about 700 users
  of BSD/OS. A recent article put FreeBSD at about 80 percent of the *BSD
  market. Therefore there are (7000+1400+700)*4 = 36400 FreeBSD users.
  This is consistent with the number of FreeBSD Usenet posts.
  
  Due to the troubles of Walnut Creek, abysmal sales and so on, FreeBSD
  went out of business and was taken over by BSDI who sell another
  troubled OS. Now BSDI is also dead, its corpse turned over to yet
  another charnel house.
  
  All major surveys show that *BSD has steadily declined in market share.
  *BSD is very sick and its long term survival prospects are very dim. If
  *BSD is to survive at all it will be among OS hobbyist dabblers. *BSD
  continues to decay. Nothing short of a miracle could save it at this
  point in time. For all practical purposes, *BSD is dead.
  
  Fact: *BSD is dead
  
  
  ___
--
Andrew Robinson  Ph: 208 885 7115
Department of Forest Resources   Fa: 208 885 6226
University of Idaho  E : [EMAIL PROTECTED]
PO Box 441133W : http://www.uidaho.edu/~andrewr
Moscow ID 83843  Or: http://www.biometrics.uidaho.edu
No statement above necessarily represents my employer's opinion.
___
[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 freebsd 5.1 fail

2003-07-11 Thread Kent Stewart
On Friday 11 July 2003 01:55 am, Tokarev wrote:
 Hello all. cvsup problem 4.8-5.1
 make bildworld

 building shared library libkse.so.1
 thr_libc.So: In function `sigaction':
 thr_libc.So(.text+0x54): multiple definition of `_sigaction'
 thr_sigaction.So(.text+0x0): first defined here
 thr_libc.So: In function `sigprocmask':
 thr_libc.So(.text+0x34): multiple definition of `_sigprocmask'
 thr_sigprocmask.So(.text+0x0): first defined here
 *** Error code 1

 Does anyone know someting about this?


Too many choices to guess. You didn't say whether you cvsuped tag=. or what. 
If you are going to upgrade to 5.x, you are supposed to follow -current 
because that is where most of the people using it are.

In an upgrade to 5.x, there is a procedure in /usr/src/UPDATING that you are 
supposed to follow. When I installed 5.0-r on opal, I did a clean install. 
So, I have never used the procedure to do an upgrade. Opal is currently 
running 5-current right now. 

If you cvsuped tag=., you may have hit the upgrade to gcc-3.3.1, which was 
posted as a HEADSUP to -current.

Kent

-- 
Kent Stewart
Richland, WA

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

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


RE: mpd - question 2

2003-07-11 Thread Eddy Ramos
Well,
The first problem is solved (seemed to be that I used spaces in the
config file instead of tabs. sorry...)

Now the configuration file is read correctly, but nothing happens. Looks
like a bundle is missing? I think this has something to do with pptpd
not running? How can I start it? Or is it another problem?

# mpd
  Multi-link PPP for FreeBSD, by Archie L. Cobbs.
  Based on iij-ppp, by Toshiharu OHNO.
  mpd: pid 35718, version 3.13 ([EMAIL PROTECTED] 16:38
10-Jul-2003)
  [:] link
  mpd: no bundles defined
  [:] bundle
  mpd: no bundles defined
  [:]

My configuration file 'mpd.conf':

  default:
  load pptp0

  pptp0:
  new -i ng0 pptp0 pptp0
  set iface disable on-demand
  set bundle disable multilink
  set iface enable proxy-arp
  set link yes acfcomp protocomp
  set link no pap chap
  set link enable chap
  set link keep-alive 60 180
  set ipcp yes vjcomp
  set ipcp ranges 192.100.0.113/32 192.100.0.50/32
  set ipcp dns 192.100.0.113
  set ipcp nbns 192.100.0.113
  set bundle enable compression
  set ccp yes mppc
  set ccp yes mpp-e40
  set ccp yes mpp-e128
  set ccp yes mpp-stateless
  set bundle yes crypt-reqd


-Original-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
To: [EMAIL PROTECTED]

Hi,
I'm experiencing some troubles with mpd as well. I copied the 'mpd.conf'
from Luke and changed the IP-addresses. I have also tried adapting the
original 'mpd.conf.sample' file and a config sample I found on a HOWTO
on the internet. Still the same errors keep preventing me from starting
mpd:

# mpd -f ./ mpd.conf
  Multi-link PPP for FreeBSD, by Archie L. Cobbs.
  Based on iij-ppp, by Toshiharu OHNO.
  mpd: pid 35364, version 3.13 ([EMAIL PROTECTED] 16:38
10-Jul-2003)
  mpd: warning: line too long, truncated
  mpd: warning: line too long, truncated
  mpd: warning: line too long, truncated
  mpd: can't read configuration for mpd.conf
  mpd: process 35364 terminated

# mpd -k
  Multi-link PPP for FreeBSD, by Archie L. Cobbs.
  Based on iij-ppp, by Toshiharu OHNO.
  mpd: pid 35365, version 3.13 ([EMAIL PROTECTED] 16:38
10-Jul-2003)
  [pptp0] can't create socket node: Operation not permitted
  [pptp0] using interface
  [pptp0:pptp0] q
  [pptp0] IPCP: Down event
  [pptp0] IFACE: Close event
  [pptp0] can't shutdown :: Bad file descriptor
  [pptp0] can't shutdown bypass.inet: Bad file descriptor
  [pptp0] can't shutdown bypass: Bad file descriptor
  mpd: process 35365 terminated

By the way, should I also install or run an pptp daemon? I tried
'pkg_info | grep pptp' and 'whereis pptpd', but I can't find an (already
installed?) pptp package.

Thanks,
Eddy.

-Original-
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]

No, it's not dialup only You're on the right track using mpd, but
again that really depends on what you're trying to accomplish with your
VPN. As you've probably noticed there are several different types of VPN
setup. I use mpd for users on the road or working from home to securely
access services inside our private network.

I thought I'd include this config because I didn't think it was easy to
figure out how to enable simultaneous connections. This is set up for 2
simultaneous connections, but could easily be expanded.

s3rv3r# cat mpd/mpd.conf
default:
load pptp0
load pptp1



pptp0:
new -i ng0 pptp0 pptp0
set iface disable on-demand
set iface enable proxy-arp
set iface idle 1800
set bundle disable multilink
set link yes acfcomp protocomp
set link no pap chap
set link enable chap
set link keep-alive 10 60
set ipcp yes vjcomp
set ipcp ranges 10.1.1.02/32 10.1.1.03/32
set ipcp dns 192.168.10.128
#
# The five lines below enable Microsoft Point-to-Point
encryption
# (MPPE) using the ng_mppc(8) netgraph node type.
#
#set bundle enable compression
#set ccp yes mppc
#set ccp yes mpp-e40
#set ccp yes mpp-e128
#set ccp yes mpp-stateless
pptp1:
new -i ng1 pptp1 pptp1
set iface disable on-demand
set iface enable proxy-arp
set iface idle 1800
set bundle disable multilink
set link yes acfcomp protocomp
set link no pap chap
set link enable chap
set link keep-alive 10 60
set ipcp yes vjcomp
set ipcp ranges 10.1.1.12/32 10.1.1.13/32
set ipcp dns 192.168.10.128
#
# The five lines below enable Microsoft Point-to-Point
encryption
# (MPPE) using the ng_mppc(8) netgraph node type.
#
#set bundle enable compression
#set ccp yes mppc
#set ccp yes mpp-e40
#set ccp yes mpp-e128
#set ccp yes mpp-stateless



Luke




 From: Darryl Hoar [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 Date: Thu, 10 Jul 2003 09:35:12 -0500
 To: [EMAIL PROTECTED]
 Subject: mpd - question
 
 I was reading a howto on setting up a vpn server for use with 
 microsoft clients.  It 

Re: update to 4-stable using a web proxy

2003-07-11 Thread Toni Schmidbauer
On Thu, Jul 10, 2003 at 05:47:24PM -0600, pura life CR wrote:
 hi, how is possible to update a freebsd host to 4-stable using a web proxy?
 I used to work with CVsup but It doesnt seem to work thorought proxy.
 Any other option?

http://www.cvsup.org/faq.html#fwtk

you could also use xinetd, ipfw, ipfilter, pf to implement port
forwarding.

hth,
toni
-- 
Behandle die Menschen, als wären sie, was sie sein | toni at stderror dot at
sollten, und du wirst ihnen helfen, zu werden, was | Toni Schmidbauer
sie sein können.  - Johann Wolfgang von Goethe |


pgp0.pgp
Description: PGP signature


Re: How do you transfer a file.

2003-07-11 Thread Toni Schmidbauer
On Fri, Jul 11, 2003 at 09:04:45AM +0700, Roger Merritt wrote:
 This is helpful. I have a similar, but somewhat more complex problem. I 
 want to backup the entire /usr/home directory to another machine on the 
 network. FTP has not been disabled (yet) and I have NcFTP installed. ssh is 
 also set up between the two machines, so scp is available. The first 
 machine has very little disk space available, so I don't think I can tar 
 the directory tree on the native machine. I've also installed the rsync 
 port. I don't have a time problem, I could leave the job running overnight.

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/backup-basics.html#AEN15999

hth,

toni
-- 
Behandle die Menschen, als wären sie, was sie sein | toni at stderror dot at
sollten, und du wirst ihnen helfen, zu werden, was | Toni Schmidbauer
sie sein können.  - Johann Wolfgang von Goethe |


pgp0.pgp
Description: PGP signature


File-system is read only b/c of Syntax error: Unterminated quotedstring in rc.conf

2003-07-11 Thread ph . schulz
Hello everyone!
 I've got a quick question:
 
 I've changed my /etc/rc.conf, but unfortunately I made a typo. Now, my
system doesn't boot anymore. I wanted to correct the rc.conf, but the root file
system is read only. Is there any way that I can either edit, rename or even
delete the /etc/rc.conf?
 Btw, I can mount all the other file systems and I have full access to them.

  Thank you for your time,
Phil


-- 
+++ GMX - Mail, Messaging  more  http://www.gmx.net +++

Jetzt ein- oder umsteigen und USB-Speicheruhr als Prämie sichern!

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


File-system is read only b/c of Syntax error: Unterminated quotedstring in rc.conf

2003-07-11 Thread ph . schulz
Hello everyone!
 I've got a quick question:
 
 I've changed my /etc/rc.conf, but unfortunately I made a typo. Now, my
system doesn't boot anymore. I wanted to correct the rc.conf, but the root file
system is read only. Is there any way that I can either edit, rename or even
delete the /etc/rc.conf?
 Btw, I can mount all the other file systems and I have full access to them.

  Thank you for your time,
Phil


-- 
+++ GMX - Mail, Messaging  more  http://www.gmx.net +++

Jetzt ein- oder umsteigen und USB-Speicheruhr als Prämie sichern!

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


Re: File-system is read only b/c of Syntax error: Unterminatedquoted string in rc.conf

2003-07-11 Thread Konrad Heuer

On Fri, 11 Jul 2003 [EMAIL PROTECTED] wrote:

 Hello everyone!
  I've got a quick question:

  I've changed my /etc/rc.conf, but unfortunately I made a typo. Now, my
 system doesn't boot anymore. I wanted to correct the rc.conf, but the root file
 system is read only. Is there any way that I can either edit, rename or even
 delete the /etc/rc.conf?
  Btw, I can mount all the other file systems and I have full access to them.

   Thank you for your time,
 Phil

Just to make sure, boot into single user mode by interrupting the boot
countdown and entering boot -s at the boot loader prompt.

Then to make sure:
fsck -y
mount -a -t ufs
vi /etc/rc.conf

Regards

Konrad Heuer ([EMAIL PROTECTED])  ___  ___
GWDG   / __/__ ___ / _ )/ __/ _ \
Am Fassberg   / _// __/ -_) -_) _  |\ \/ // /
37077 Goettingen /_/ /_/  \__/\__//___//
Germany

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


Re: File-system is read only b/c of Syntax error: Unterminatedquoted string in rc.conf

2003-07-11 Thread ph . schulz
Thank you for your quick response. 

I've done the fsck last night already and as I expected, there were no
problems.

The rest I will try later the day and I will give you feedback if it worked
or not.

 Just to make sure, boot into single user mode by interrupting the boot
 countdown and entering boot -s at the boot loader prompt.
 
 Then to make sure:
   fsck -y
 mount -a -t ufs
 vi /etc/rc.conf

-- 
+++ GMX - Mail, Messaging  more  http://www.gmx.net +++

Jetzt ein- oder umsteigen und USB-Speicheruhr als Prämie sichern!

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


extracting cd-audio to wav

2003-07-11 Thread Benjamin Walkenhorst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello everybody,

Is there some kind of program to digitally read audio-cds to wav-files under 
FreeBSD?
Under GNU/Linux I use cdparanoia, which I have I've come to like very much, 
but cdparanoia III release 9.8 (March 23, 2001) refused to compile, using 
both FreeBSD's make and gmake using FreeBSD 5.0-RELEASE (I later upgraded to 
5.1 by installing the new source-tree and recompiling the system by make 
buildworld + make kernel KERNCONF=MYKERNELCONFIG + reboot + make 
installworld, but the problem remains).
I looked up the FAQ and found out cdparanoia doesn't run on FreeBSD 
currently. Can I use Linux binary emulation to run cdparanoia from my linux 
installation (/ and /usr are ext3, so I can read them from FreeBSD)? Or is 
there any program for FreeBSD which offers error correction similarly to 
cdparanoia? Or any cd-ripper at all?

kind regards,

Benjamin

- -- 
Der Hoffnung beraubt sein,
 heißt noch nicht - verzweifeln.
(Albert Camus)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Public Key available at http://www.krylon.de

iD8DBQE/DqVeoYumWdMvhMQRAhv8AJ0SAQWH3ELCGPHY9e2882kMVKir8QCeO7sO
t4u0LMWAR+SC0/bdvuRT2Dc=
=HxME
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: mouse speed

2003-07-11 Thread Will Saxon


 -Original Message-
 From: Eric Yang [mailto:[EMAIL PROTECTED]
 Sent: Thursday, July 10, 2003 11:38 PM
 To: [EMAIL PROTECTED]
 Subject: RE: mouse speed
 
 Response 2
 
 man moused, and read about the -r option. You can use the actual dpi
 number if you know it, or just use 'high' and that works also.
 
 It works quite well.
 
 -Will
 
 
   Okay I tried both solution but neither worked.  Few more detail
 I for got to include, it's a Logitech optical mouse and I am primarily
 concerned with the mouse speed in KDE.  Just as a note to make sure I
 didn't do anything wrong, I changed the file /etc/X11/XF86Config but
 just by un ticking the line the read Option Resolution 256 and
 changed the number to 300.  That made no noticeable change.  Next I
 used the command moused -r 300 -p /dev/sysmouse also I did it with
 high instead of 300 both time no noticeable difference.
 

Eric,

Is it a USB or PS2 mouse? 

If it is USB, try this:

moused -t auto -r 300 -p /dev/ums0 -z 4

If it is PS2, try this:

moused -t auto -r 300 -p /dev/psm0 -z 4

/dev/sysmouse is used primarily to provide an interface for X to read mouse events 
when moused is blocking the real mouse device.

the -z 4 mouse is unnecessary, but provides support for the wheel if you have one and 
are using moused with X.

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


Re: extracting cd-audio to wav

2003-07-11 Thread Jalle
Try cdda2wav...
If you want a nice graphical interface try grip! But I guess you know that 
already! =o)
See ya!
/J

At 13:54 2003-07-11 +0200, Benjamin Walkenhorst wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello everybody,

Is there some kind of program to digitally read audio-cds to wav-files under
FreeBSD?
Under GNU/Linux I use cdparanoia, which I have I've come to like very much,
but cdparanoia III release 9.8 (March 23, 2001) refused to compile, using
both FreeBSD's make and gmake using FreeBSD 5.0-RELEASE (I later upgraded to
5.1 by installing the new source-tree and recompiling the system by make
buildworld + make kernel KERNCONF=MYKERNELCONFIG + reboot + make
installworld, but the problem remains).
I looked up the FAQ and found out cdparanoia doesn't run on FreeBSD
currently. Can I use Linux binary emulation to run cdparanoia from my linux
installation (/ and /usr are ext3, so I can read them from FreeBSD)? Or is
there any program for FreeBSD which offers error correction similarly to
cdparanoia? Or any cd-ripper at all?
kind regards,

Benjamin

- --
Der Hoffnung beraubt sein,
 heißt noch nicht - verzweifeln.
(Albert Camus)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Public Key available at http://www.krylon.de
iD8DBQE/DqVeoYumWdMvhMQRAhv8AJ0SAQWH3ELCGPHY9e2882kMVKir8QCeO7sO
t4u0LMWAR+SC0/bdvuRT2Dc=
=HxME
-END PGP SIGNATURE-
___
[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: PHP with Oracle 8i ?

2003-07-11 Thread Mathieu Arnold


+-le 07/07/2003 15:27 +0200, Mathieu Arnold écrivait :
| Hi,
| 
| I recently migrated a Linux web server to FreeBSD, and I now need to put
| back OCI8 support into PHP. I tried to compile it with the old linux
| version, but apache cores dump, so, not good :)
| 
| So, any ideas would be really appreciated :)
| 
| The worst solution would be to run the old linux httpd + mod_php on a
| local IP and use the new one as a proxy... But, well, not really what I
| wanted to do in the first place :)

I've finally got it installed, thanks to :
http://www.googlebit.com/linuxemu-oracle8i.html
I compiled php with it, but, well, it seems it can't do anything with it...

With apache+mod_php, it cores dump with :
(gdb) bt
#0  0x28123257 in strncmp () from /usr/lib/libc.so.4
#1  0x28ff416c in __DTOR_END__ () from /usr/compat/linux/lib//libc.so.6
#2  0x28f1c7da in _init (arg=0x2808ac68) at
../sysdeps/unix/sysv/linux/init-first.c:87
#3  0x2807aacf in find_symdef () from /usr/libexec/ld-elf.so.1
#4  0x2807b3ef in dlopen () from /usr/libexec/ld-elf.so.1
#5  0x8067b17 in ap_os_dso_load ()

and with only php :
(gdb) bt
#0  0x28d75257 in strncmp () from /usr/lib/libc.so.4
#1  0x28ea516c in __DTOR_END__ () from /usr/compat/linux/lib//libc.so.6
#2  0x28dcd7da in _init (arg=0x281ccc68) at
../sysdeps/unix/sysv/linux/init-first.c:87
#3  0x281bcacf in find_symdef () from /usr/libexec/ld-elf.so.1
#4  0x281bb9a4 in _rtld () from /usr/libexec/ld-elf.so.1

I don't really see what I could do to prevent this.

Does anyone ever got it to work ?

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


how to block ping from clints

2003-07-11 Thread Abdul Malik Abbasi

   Dear sir,

   i want to drop (Deny) all  users from my lan and wan to my Squid
   Server Runing BSD,

   i just want to allow one my local system to ping it.

   2ndly i want to stop pop messege from internet .

   tell me which command i will use


   Abdul Malik Abbasi
   System Administrator
 _

   Softmehr IT Solution Provider
   86 South Wali Center , Office No. 1
   Blue Area, Islamabad, PAKISTAN.
   Phone +92 51 2274306 , +92 512275249
   URL: [1]http://www.softmehr.com
 _
 _

   Add photos to your e-mail with [2]MSN 8. Get 2 months FREE*.

References

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


Re: PHP with Oracle 8i ?

2003-07-11 Thread shildreth

I don't use php, but I do use Perl DBI/DBD::Oracle, and I had to use a Linux 
compiled Perl,DBD::Oracle,  DBI with the Oracle libraries.  If you are using
mod_php you will need to compile mod_php, apache under the linux emu-enviorment.
(if you didn't already).


On 11-Jul-2003 Mathieu Arnold wrote:
 
 
 +-le 07/07/2003 15:27 +0200, Mathieu Arnold écrivait :
| Hi,
| 
| I recently migrated a Linux web server to FreeBSD, and I now need to put
| back OCI8 support into PHP. I tried to compile it with the old linux
| version, but apache cores dump, so, not good :)
| 
| So, any ideas would be really appreciated :)
| 
| The worst solution would be to run the old linux httpd + mod_php on a
| local IP and use the new one as a proxy... But, well, not really what I
| wanted to do in the first place :)
 
 I've finally got it installed, thanks to :
 http://www.googlebit.com/linuxemu-oracle8i.html
 I compiled php with it, but, well, it seems it can't do anything with it...
 
 With apache+mod_php, it cores dump with :
 (gdb) bt
#0  0x28123257 in strncmp () from /usr/lib/libc.so.4
#1  0x28ff416c in __DTOR_END__ () from /usr/compat/linux/lib//libc.so.6
#2  0x28f1c7da in _init (arg=0x2808ac68) at
 ../sysdeps/unix/sysv/linux/init-first.c:87
#3  0x2807aacf in find_symdef () from /usr/libexec/ld-elf.so.1
#4  0x2807b3ef in dlopen () from /usr/libexec/ld-elf.so.1
#5  0x8067b17 in ap_os_dso_load ()
 
 and with only php :
 (gdb) bt
#0  0x28d75257 in strncmp () from /usr/lib/libc.so.4
#1  0x28ea516c in __DTOR_END__ () from /usr/compat/linux/lib//libc.so.6
#2  0x28dcd7da in _init (arg=0x281ccc68) at
 ../sysdeps/unix/sysv/linux/init-first.c:87
#3  0x281bcacf in find_symdef () from /usr/libexec/ld-elf.so.1
#4  0x281bb9a4 in _rtld () from /usr/libexec/ld-elf.so.1
 
 I don't really see what I could do to prevent this.
 
 Does anyone ever got it to work ?
 
 -- 
 Mathieu Arnold
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 

--
E-Mail: [EMAIL PROTECTED]
Date: 11-Jul-2003
Time: 08:13:02
--
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ssh dump What is blowfish?

2003-07-11 Thread DanB
# /sbin/dump -0uan -f - /usr | gzip -2 | ssh1 -c blowfish \
  [EMAIL PROTECTED] dd
of=/mybigfiles/dump-usr-l0.gz
What is the blowfish? I s this the users name?  File name?

Dan

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


RE: ssh dump What is blowfish?

2003-07-11 Thread Will Saxon
 -Original Message-
 From: DanB [mailto:[EMAIL PROTECTED]
 Sent: Friday, July 11, 2003 9:27 AM
 To: freebsd
 Subject: ssh dump What is blowfish?
 
 
 # /sbin/dump -0uan -f - /usr | gzip -2 | ssh1 -c blowfish \
   [EMAIL PROTECTED] dd
 of=/mybigfiles/dump-usr-l0.gz
 What is the blowfish? I s this the users name?  File name?
 
 Dan
 

Blowfish in an encryption algorithm. 'man ssh' and you can read about the various 
algorithms you can specify via -c.

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


Lsi Logic driver

2003-07-11 Thread Nataly Aranguibel
How can I get the LSI Logic Fusion/MP architecture Fiber Channel controllers (mpt 
driver) driver (53c1030) it showed in your page but isn´t a link for it.
Thanks

Nataly

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


D-Link DGE-510T Gigabit Ethernet Card with FreeBSD 4.8

2003-07-11 Thread Ian Service
I just picked up two of these cards, but they're not supported and
aren't picked up by any of the other gigabit devices in LINT.  Any help
that you could give would be great, I'd really like to be able to use my
new hardware.  (I'm running FreeBSD4.8-STABLE on both machines.)
 
- Ian
 
Device Info:
 
[EMAIL PROTECTED]:10:0:class=0x02 card=0x40041186 chip=0x40001186
rev=0x0chdr=0x00
vendor   = 'D-Link System Inc'
device   = 'DL2000 Gigabit Ethernet Adapter'
class= network
subclass = ethernet
 
Some other guy who had the same problem: 
http://lists.freebsd.org/pipermail/freebsd-questions/2003-April/003657.h
tml
  _  


D-Link DGE-510T support

Eirik Nygaard
mailto:freebsd-questions%40freebsd.org?Subject=D-Link%20DGE-510T%20supp
ortIn-Reply-To= eirikn at bluezone.no 
Wed Apr 23 08:58:38 PDT 2003 


*   Previous message:
http://lists.freebsd.org/pipermail/freebsd-questions/2003-April/003654.
html chroot stock ftp help ??? 

*   Next message:
http://lists.freebsd.org/pipermail/freebsd-questions/2003-April/003668.
html D-Link DGE-510T support 

*   Messages sorted by:
http://lists.freebsd.org/pipermail/freebsd-questions/2003-April/date.ht
ml#3657 [ date ]
http://lists.freebsd.org/pipermail/freebsd-questions/2003-April/thread.
html#3657 [ thread ]
http://lists.freebsd.org/pipermail/freebsd-questions/2003-April/subject
.html#3657 [ subject ]
http://lists.freebsd.org/pipermail/freebsd-questions/2003-April/author.
html#3657 [ author ] 

  _  

I just bought a D-Link DGE-510T NIC but FreeBSD will not detect it.

Nothing on google about it either. So I hoped someone have a patch
laying

around.



pciconf output:

 http://lists.freebsd.org/mailman/listinfo/freebsd-questions none1 at
pci0:12:0:class=0x02 card=0x40041186 chip=0x40001186
rev=0x0c hdr=0x00

vendor   = 'D-Link System Inc'

device   = 'DL2000 Gigabit Ethernet Adapter'

class= network

subclass = ethernet



If you need some more information I will gladly send it.


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


Re: how to block ping from clints

2003-07-11 Thread Jan Grant
On Fri, 11 Jul 2003, Abdul Malik Abbasi wrote:


Dear sir,

i want to drop (Deny) all  users from my lan and wan to my Squid
Server Runing BSD,

i just want to allow one my local system to ping it.

Bit of an odd request, but you should be able to do this by blocking
IMCP echo-requests from your lan/wan addresses. You can utilise the IPFW
firewall setup for this (there are details in the handbook).

I'm not clear why you'd want to do this; maybe you're trying to create a
transparent proxy? In which case, there's quite a bit more to it that
this; but the subject has been covered before (google can help here).

2ndly i want to stop pop messege from internet .

tell me which command i will use

I'm not sure if you're referring to the windows messaging client popup
adverts that are apparently quite common these days, or to web-browser
pop-up adverts.

If the former, you need to block the NetBios port range (which is
135-139 udp and tcp - but check with MS knowledge base for up-to-date
security info here) at your firewall.

If the latter, the situation is quite complex and solutions can vary
depending on exactly how you want to go about it. You can simply deny
access to known advertising sources (via squid or firewall) or look at
client browser configuration (there are options or plugins to control
the spawning of new windows via javascript available for pretty much
every flavour of modern browser). A final alternative might be to
investigate scrubbing web-pages as they're delivered by your proxy
server.

I'm sorry this is vague; your second question is a bit unclear.

Cheers,

-- 
jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/
Tel +44(0)117 9287088 Fax +44 (0)117 9287112 http://ioctl.org/jan/
Just because I have nothing to hide doesn't mean I have nothing to fear.

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


Re: File-system is read only b/c of Syntax error: Unterminatedquoted string in rc.conf

2003-07-11 Thread ph . schulz
   fsck -y
 mount -a -t ufs
 vi /etc/rc.conf

This worked fine, thank you!

-- 
+++ GMX - Mail, Messaging  more  http://www.gmx.net +++

Jetzt ein- oder umsteigen und USB-Speicheruhr als Prämie sichern!

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


Re: Can no longer install ports

2003-07-11 Thread Adam
On Tue, 2003-07-08 at 05:41, Jim Hatfield wrote:
 When I do a make install in any ports dir, I now get this:
 
 speyburn# cd /usr/ports/graphics/tiff
 speyburn# make
 speyburn# make install
 ===  Installing for tiff-3.5.7_1
 ===   tiff-3.5.7_1 depends on shared library: jpeg.9 - found
 ===   Generating temporary packing list
 ===  Checking if graphics/tiff already installed
 *** Error code 1
 
 Stop in /usr/ports/graphics/tiff.
 
 make deinstall generates the same error.

There was a guy in #freebsd on FreeNode (IRC) yesterday describing the
exact same problem, but it was crashing when installing python. After
talking with him a while, we decided that either:
a) his ruby was broken and needed to be reinstalled
b) his portupgrade was broken and needed to be reinstalled
c) his pkgdb was broken (he tried running 'pkgdb -F' and it crashed)

Anyhow, I would suggest looking into reinstalling your ruby and
portupgrade. Hopefully that helps.

-- 
Adam [EMAIL PROTECTED]

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


Re: *BSD is dying

2003-07-11 Thread Thomas T. Veldhouse
The fact that it is a moderated forum leads me to believe that the slashdot
operators are themselves FreeBSD bigots.  I for one have much less respect
for Slashdot for allowing that drivel through.

Tom Veldhouse

- Original Message -
From: Andrew Robinson [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, July 10, 2003 9:08 PM
Subject: *BSD is dying


 I can assure you that this clown posts exactly this post to /. on a
regular
 basis ... except that half the time, it's BSD that's dying, and the other
 half it's Windows Server, and the other half (ahem) it's Linux ...

 Andrew



   http://slashdot.org/comments.pl?sid=70502cid=6404771
   
   It is now official - Netcraft has confirmed: *BSD is dying
   
   Yet another crippling bombshell hit the beleaguered *BSD community
when
   recently IDC confirmed that *BSD accounts for less than a fraction of
1
   percent of all servers. Coming on the heels of the latest Netcraft
   survey which plainly states that *BSD has lost more market share,
this
   news serves to reinforce what we've known all along. *BSD is
collapsing
   in complete disarray, as fittingly exemplified by failing dead last
   [samag.com] in the recent Sys Admin comprehensive networking test.
   
   You don't need to be a Kreskin [amazingkreskin.com] to predict *BSD's
   future. The hand writing is on the wall: *BSD faces a bleak future.
In
   fact there won't be any future at all for *BSD because *BSD is dying.
   Things are looking very bad for *BSD. As many of us are already
aware,
   *BSD continues to lose market share. Red ink flows like a river of
   blood. FreeBSD is the most endangered of them all, having lost 93% of
   its core developers.
   
   Let's keep to the facts and look at the numbers.
   
   OpenBSD leader Theo states that there are 7000 users of OpenBSD. How
   many users of NetBSD are there? Let's see. The number of OpenBSD
versus
   NetBSD posts on Usenet is roughly in ratio of 5 to 1. Therefore there
   are about 7000/5 = 1400 NetBSD users. BSD/OS posts on Usenet are
about
   half of the volume of NetBSD posts. Therefore there are about 700
users
   of BSD/OS. A recent article put FreeBSD at about 80 percent of the
*BSD
   market. Therefore there are (7000+1400+700)*4 = 36400 FreeBSD users.
   This is consistent with the number of FreeBSD Usenet posts.
   
   Due to the troubles of Walnut Creek, abysmal sales and so on, FreeBSD
   went out of business and was taken over by BSDI who sell another
   troubled OS. Now BSDI is also dead, its corpse turned over to yet
   another charnel house.
   
   All major surveys show that *BSD has steadily declined in market
share.
   *BSD is very sick and its long term survival prospects are very dim.
If
   *BSD is to survive at all it will be among OS hobbyist dabblers. *BSD
   continues to decay. Nothing short of a miracle could save it at this
   point in time. For all practical purposes, *BSD is dead.
   
   Fact: *BSD is dead
   
   
   ___

 --
 Andrew Robinson  Ph: 208 885 7115
 Department of Forest Resources   Fa: 208 885 6226
 University of Idaho  E : [EMAIL PROTECTED]
 PO Box 441133W : http://www.uidaho.edu/~andrewr
 Moscow ID 83843  Or: http://www.biometrics.uidaho.edu
 No statement above necessarily represents my employer's opinion.

 ___
 [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: *BSD is dying

2003-07-11 Thread Mykroft Holmes IV


Thomas T. Veldhouse wrote:
The fact that it is a moderated forum leads me to believe that the slashdot
operators are themselves FreeBSD bigots.  I for one have much less respect
for Slashdot for allowing that drivel through.
Tom Veldhouse

Slashdot is a user moderated forum. Registered users periodically get 
mod points, and they can then bump a particular post by +1 or -1 in the 
comments section of any article they haven't posted a comment in, The 
posts are rated on a scale of -1 to +5 and you can browse at at any 
rating, browsing at 0 or +1 is common. The operators only determine what 
articles are posted, not what the comments are, and the 'BSD is Dying' 
troll is always a comment in a Unix related article. Note that the 
slashdot operators are often accused of being pro-BSD and Pro-Mac 
bigots, simply from the number of BSD and Mac articles they post.

Posts are almost never deleted (The only time I'm aware of that posts 
may have been tinkered with involved a lawsuit from Microsoft).

While Slashdot has many faults, censorship is not one they practice.

Adam

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


Re: *BSD is dying

2003-07-11 Thread Jonathan
Thomas T. Veldhouse wrote:
The fact that it is a moderated forum leads me to believe that the slashdot
operators are themselves FreeBSD bigots.  I for one have much less respect
for Slashdot for allowing that drivel through.
Maybe we need to warn the Apache group and Netcraft, given they both use 
FreeBSD for hosting and I'm sure Yahoo! will be worried - not :)

- J

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


Re: How do you transfer a file.

2003-07-11 Thread DanB
Where did it send the file to?  I had to do it from root to work. Tryed find
file.tar.gz.

Dan

Jerry Hicks wrote:

 On Thursday, July 10, 2003, at 05:00  PM, stan wrote:

  On Thu, Jul 10, 2003 at 08:52:32PM +, DanB wrote:
  How do you transfer a file from one freebsd box to other using binary
  I
  think, its a tar.gz file?
  FTP has been disabled. on the boxes.
 
  sftp?

 Also:
 scp foo.tar.gz host.net.org:

 Cheers,

 Jerry Hicks
 [EMAIL PROTECTED]

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


Re: *BSD is dying

2003-07-11 Thread Kenneth Culver
 The fact that it is a moderated forum leads me to believe that the
 slashdot operators are themselves FreeBSD bigots.  I for one have much
 less respect for Slashdot for allowing that drivel through.

They don't usually let it through per say, you have to browse the comments
at a very low Score to see the *BSD is dying posts. I have my slashdot
settings such that I don't see anything under a score of 1, the bsd is
dying stuff is usually labled something like -1: Troll, so I never see it.

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


Re: Can no longer install ports

2003-07-11 Thread Dan Nelson
In the last episode (Jul 11), Adam said:
 On Tue, 2003-07-08 at 05:41, Jim Hatfield wrote:
  When I do a make install in any ports dir, I now get this:
  
  speyburn# cd /usr/ports/graphics/tiff
  speyburn# make
  speyburn# make install
  ===  Installing for tiff-3.5.7_1
  ===   tiff-3.5.7_1 depends on shared library: jpeg.9 - found
  ===   Generating temporary packing list
  ===  Checking if graphics/tiff already installed
  *** Error code 1
  
  Stop in /usr/ports/graphics/tiff.
  
  make deinstall generates the same error.

I believe this particular problem is due to a too-old pkg_info command.
Try running ktrace -di make install, then kdump and see the exact
error message.  Rebuild from /usr/src/usr.sbin/pkg_install .
 
 There was a guy in #freebsd on FreeNode (IRC) yesterday describing the
 exact same problem, but it was crashing when installing python. After
 talking with him a while, we decided that either:
 a) his ruby was broken and needed to be reinstalled
 b) his portupgrade was broken and needed to be reinstalled
 c) his pkgdb was broken (he tried running 'pkgdb -F' and it crashed)
 
 Anyhow, I would suggest looking into reinstalling your ruby and
 portupgrade. Hopefully that helps.

Neither ruby nor portupgrade are used in a stock make install.

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


PERL questions

2003-07-11 Thread admin

I have turned on a -j3 option somewhere to make files and there is a PERL
Library that I am attempting to insatll and it does not like this option.  but
I forgot where I set this option.  is there a good perl mail list I can ask
this question?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


PERL questions

2003-07-11 Thread admin
I have turned on a -j3 option somewhere to make files and there is a PERL
Library that I am attempting to insatll and it does not like this option.  but
I forgot where I set this option.  is there a good perl mail list I can ask
this question?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


JDK1.3.1

2003-07-11 Thread John Morgan Salomon
Hi there,

I installed JDK 1.3.1 from ports and set my library search paths
with ldconfig.  However, if I try to run any of the java binaries
from /usr/local/jdk1.3.1/bin, I get unpredictable results (appletviewer
just exits quietly, for example) although javac seems to work.  Truss
gives me no clues.
If I remove that directory from my $PATH and instead add
/usr/local/jdk1.3.1/jre/bin/i386/green_threads/ I get
Error: could not find Java 2 Runtime Environment.

Maye I'm just being dense here, but am I missing something?  I've
tried reinstalling from scratch.
Cheers,

-John

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


No, make questions (was: PERL questions)

2003-07-11 Thread Kirk Strauser
At 2003-07-11T16:03:01Z, admin [EMAIL PROTECTED] writes:

 I have turned on a -j3 option somewhere to make files and there is a PERL
 Library that I am attempting to insatll and it does not like this option.
 but I forgot where I set this option.  is there a good perl mail list I
 can ask this question?

OK, first, you really get points for vagueness. :)

Anyway, look at /etc/make.conf.  That's probably where the culprit is
hiding.
-- 
Kirk Strauser


pgp0.pgp
Description: PGP signature


Re: PERL questions

2003-07-11 Thread Daniel Bye
On Fri, Jul 11, 2003 at 08:03:01AM -0800, admin wrote:
 
 I have turned on a -j3 option somewhere to make files and there is a PERL
 Library that I am attempting to insatll and it does not like this option.  but
 I forgot where I set this option.  is there a good perl mail list I can ask
 this question?

Could be in your CPAN::Config.pm?  I think that would come under the
make_arg entry.  In the cpan shell, run 

 o conf make_arg

to check it, then

 o conf make_arg 

to unset it.

HTH

Dan

-- 
Daniel Bye

PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc
PGP Key fingerprint: 3B9D 8BBB EB03 BA83 5DB4 3B88 86FC F03A 90A1 BE8F
 _
  ASCII ribbon campaign ( )
 - against HTML, vCards and  X
- proprietary attachments in e-mail / \


pgp0.pgp
Description: PGP signature


RE: php4

2003-07-11 Thread Timms, Simon
Well this should really be on -questions, I'll forward it there.

This is a huge config file but iff I am reading it correctly then what the
problem probably is; is SSL.  Mod_php4 only gets loaded if you define SSL.
It may be that ssl is not defined.  So try it by moving the 

LoadModule php4_modulelibexec/apache/libphp4.so

line to outside of the IfDefine SSL tags.  Then restart apache and see if
that does it.  If not take a look and see if mod_mime is getting loaded
properly.  You may also want to check the extension of you test php file.
At the moment it will only pick up files with a .php extension and not ones
with a .php3 or .php4 extension.  If none of these work, post back to
-questions and somebody there who is far smarter than me shall help you.


Original Message-
From: Bangle Bot [mailto:[EMAIL PROTECTED]
Sent: Friday, July 11, 2003 9:57 AM
To: [EMAIL PROTECTED]
Subject: php4


H,
 
I installed php4 from the ports collecthing worked great, but when I looked
at a php page in my browser only the source came out and didn't start the
php program.
Is it a problem if i didn't compile php3?
Of course I restarted apache after the install...
Please help.
 
Here is my httpd.conf file:
 
##
## httpd.conf -- Apache HTTP server configuration file
##
#
# Based upon the NCSA server configuration files originally by Rob McCool.
#
# This is the main Apache server configuration file.  It contains the
# configuration directives that give the server its instructions.
# See URL:http://www.apache.org/docs/ for detailed information about
# the directives.
#
# Do NOT simply read the instructions in here without understanding
# what they do.  They're here only as hints or reminders.  If you are unsure
# consult the online docs. You have been warned.  
#
# After this file is processed, the server will look for and process
# /usr/local/conf/srm.conf and then /usr/local/conf/access.conf
# unless you have overridden these with ResourceConfig and/or
# AccessConfig directives here.
#
# The configuration directives are grouped into three basic sections:
#  1. Directives that control the operation of the Apache server process as
a
# whole (the 'global environment').
#  2. Directives that define the parameters of the 'main' or 'default'
server,
# which responds to requests that aren't handled by a virtual host.
# These directives also provide default values for the settings
# of all virtual hosts.
#  3. Settings for virtual hosts, which allow Web requests to be sent to
# different IP addresses or hostnames and have them handled by the
# same Apache server process.
#
# Configuration and logfile names: If the filenames you specify for many
# of the server's control files begin with / (or drive:/ for Win32), the
# server will use that explicit path.  If the filenames do *not* begin
# with /, the value of ServerRoot is prepended -- so logs/foo.log
# with ServerRoot set to /usr/local/apache will be interpreted by the
# server as /usr/local/apache/logs/foo.log.
#
### Section 1: Global Environment
#
# The directives in this section affect the overall operation of Apache,
# such as the number of concurrent requests it can handle or where it
# can find its configuration files.
#
#
# ServerType is either inetd, or standalone.  Inetd mode is only supported
on
# Unix platforms.
#
ServerType standalone
#
# ServerRoot: The top of the directory tree under which the server's
# configuration, error, and log files are kept.
#
# NOTE!  If you intend to place this on an NFS (or otherwise network)
# mounted filesystem then please read the LockFile documentation
# (available at URL:http://www.apache.org/docs/mod/core.html#lockfile);
# you will save yourself a lot of trouble.
#
ServerRoot /usr/local
#
# The LockFile directive sets the path to the lockfile used when Apache
# is compiled with either USE_FCNTL_SERIALIZED_ACCEPT or
# USE_FLOCK_SERIALIZED_ACCEPT. This directive should normally be left at
# its default value. The main reason for changing it is if the logs
# directory is NFS mounted, since the lockfile MUST BE STORED ON A LOCAL
# DISK. The PID of the main server process is automatically appended to
# the filename. 
#
#LockFile /var/run/httpd.lock
#
# PidFile: The file in which the server should record its process
# identification number when it starts.
#
PidFile /var/run/httpd.pid
#
# ScoreBoardFile: File used to store internal server process information.
# Not all architectures require this.  But if yours does (you'll know
because
# this file will be  created when you run Apache) then you *must* ensure
that
# no two invocations of Apache share the same scoreboard file.
#
ScoreBoardFile /var/run/httpd.scoreboard
#
# In the standard configuration, the server will process httpd.conf (this 
# file, specified by the -f command line option), srm.conf, and access.conf 
# in that order.  The latter two files are now distributed empty, as it is 
# recommended that all directives be kept in a single file for 

make continent

2003-07-11 Thread Jonathan
Hi all,

Yes, a rather strange subject I grant you, but...

Having been using FreeBSD for a fair few years now, I quite happily do a 
buildworld every now and then but one of the mysteries for me is how to 
rebuild parts of the OS in isolation.

My only interest in this is when a security update comes out and it 
might only affect a certain part of the source tree.

I appreciate that in the BSD model, the idea is that a widget can get 
changed and making world will allow the new features of that widget to 
permeate to all code, but is there any information on how to go into the 
various continents and build those on their own?

- J

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


Re: extracting cd-audio to wav

2003-07-11 Thread Mikko Työläjärvi
On Fri, 11 Jul 2003, Benjamin Walkenhorst wrote:

 Hello everybody,

 Is there some kind of program to digitally read audio-cds to wav-files under
 FreeBSD?

Yes.

 Under GNU/Linux I use cdparanoia, which I have I've come to like very much,
 but cdparanoia III release 9.8 (March 23, 2001) refused to compile, using
 both FreeBSD's make and gmake using FreeBSD 5.0-RELEASE (I later upgraded to
 5.1 by installing the new source-tree and recompiling the system by make
 buildworld + make kernel KERNCONF=MYKERNELCONFIG + reboot + make
 installworld, but the problem remains).
 I looked up the FAQ and found out cdparanoia doesn't run on FreeBSD
 currently. Can I use Linux binary emulation to run cdparanoia from my linux
 installation (/ and /usr are ext3, so I can read them from FreeBSD)? Or is
 there any program for FreeBSD which offers error correction similarly to
 cdparanoia? Or any cd-ripper at all?

Don't believe everything you are told.

  cd /usr/ports/audio/cdparanioa; make install clean

It is version 3.9.8 and it works just fine on somewhat recently
cvsupped system.  If you didn't use the port, I can understand if it
did not build - the port has some 1k lines of patches.

There is also dagrab and cdda2wav (the latter is in the
sysutils/cdrtools port).  Additionally, the ata driver has track
nodes that you can dd from :)

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


Re: No, make questions (was: PERL questions)

2003-07-11 Thread admin
On Fri, 11 Jul 2003 11:21:21 -0500, Kirk Strauser wrote
 At 2003-07-11T16:03:01Z, admin [EMAIL PROTECTED] writes:
 
  I have turned on a -j3 option somewhere to make files and there is a PERL
  Library that I am attempting to insatll and it does not like this option.
  but I forgot where I set this option.  is there a good perl mail list I
  can ask this question?
 
 OK, first, you really get points for vagueness. :)
 


thanks - just trying to keep you on your toes. :)


 Anyway, look at /etc/make.conf.  That's probably where the culprit is
 hiding.

my /etc/make.conf looks like this:

shell# less /etc/make.conf
# -- use.perl generated deltas -- #
# Created: Tue Jul  8 01:03:08 2003
# Setting to use base perl from ports:
PERL_VER=5.8.0
PERL_VERSION=5.8.0
PERL_ARCH=mach
NOPERL=yo
NO_PERL=yo
NO_PERL_WRAPPER=yo

# -- use.perl generated deltas -- #
# Created: Tue Jul  8 01:28:55 2003
# Setting to use base perl from ports:
PERL_VER=5.8.0
PERL_VERSION=5.8.0
PERL_ARCH=mach
NOPERL=yo
NO_PERL=yo
NO_PERL_WRAPPER=yo



okay here it is the output

shell# perl -MCPAN -e 'install GD'  it
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
  Database was generated on Fri, 11 Jul 2003 14:46:55 GMT
Running install for module GD
Running make for L/LD/LDS/GD-2.07.tar.gz
CPAN: Digest::MD5 loaded ok
Checksum for /root/.cpan/sources/authors/id/L/LD/LDS/GD-2.07.tar.gz ok
Scanning cache /root/.cpan/build for sizes
GD-2.07/
GD-2.07/t/
GD-2.07/t/GD.t
GD-2.07/t/Polyline.t
GD-2.07/t/test.out.1.png
GD-2.07/t/test.out.2.png
GD-2.07/t/test.out.3.png
GD-2.07/t/test.out.4.png
GD-2.07/t/test.out.5.png
GD-2.07/t/test.out.6.png
GD-2.07/t/test.out.7.png
GD-2.07/t/test.out.8.png
GD-2.07/t/test.out.9.png
GD-2.07/t/Generic.ttf
GD-2.07/t/frog.jpg
GD-2.07/t/frog.xpm
GD-2.07/t/test.out.8.png-1
GD-2.07/t/test.out.8.png-2
GD-2.07/t/test.out.8.png-3
GD-2.07/t/test.out.8.png-4
GD-2.07/t/test.out.8.png-5
GD-2.07/t/tile.png
GD-2.07/t/palettemap.png
GD-2.07/t/test.out.10.png
GD-2.07/GD/
GD-2.07/GD/Polyline.pm
GD-2.07/GD.pm
GD-2.07/GD.xs
GD-2.07/demos/
GD-2.07/demos/brushes.pl
GD-2.07/demos/font_list.png
GD-2.07/demos/fonttest
GD-2.07/demos/polys.pl
GD-2.07/demos/fills.pl
GD-2.07/demos/truetype_test
GD-2.07/demos/shapes.pl
GD-2.07/demos/copies.pl
GD-2.07/demos/ttf.pl
GD-2.07/demos/gd_example.cgi
GD-2.07/demos/tile.png
GD-2.07/demos/polyline.pl
GD-2.07/demos/transform.pl
GD-2.07/qd.pl
GD-2.07/README
GD-2.07/Makefile.PL
GD-2.07/README.QUICKDRAW
GD-2.07/typemap
GD-2.07/bdf_scripts/
GD-2.07/bdf_scripts/README
GD-2.07/bdf_scripts/cvtbdf.pl
GD-2.07/bdf_scripts/bdftogd
GD-2.07/README.unix
GD-2.07/ChangeLog
GD-2.07/MANIFEST
Removing previously used /root/.cpan/build/GD-2.07

  CPAN.pm: Going to build L/LD/LDS/GD-2.07.tar.gz


NOTICE: This module requires libgd 2.0.12 or higher.
it will NOT work with earlier versions.
See www.cpan.org for versions of GD that are compatible
with earlier versions of libgd.

Type perl Makefile.PL -h for command-line option summary

Where is libgd installed? [/usr/lib] /usr/local/lib

Please choose the features that match how libgd was built:
Build JPEG support? [y]
Build FreeType support? [y]

If you experience compile problems, please check the @INC, @LIBPATH and @LIBS
arrays defined in Makefile.PL and manually adjust, if necessary.

WARNING: CAPI is not a known parameter.
Checking if your kit is complete...
Looks good
Warning: prerequisite Math::Trig 1 not found.
Writing Makefile for GD
cp GD/Polyline.pm blib/lib/GD/Polyline.pm
cp qd.pl blib/lib/qd.pl
cp GD.pm blib/lib/GD.pm
AutoSplitting blib/lib/GD.pm (blib/lib/auto/GD)
/usr/local/bin/perl /usr/local/lib/perl5/5.8.0/ExtUtils/xsubpp  -typemap /usr/lo
cal/lib/perl5/5.8.0/ExtUtils/typemap -typemap typemap  GD.xs  GD.xsc  mv GD.x
sc GD.c
Running Mkbootstrap for GD ()
chmod 644 GD.bs
cp GD.bs blib/arch/auto/GD/GD.bs
chmod 644 blib/arch/auto/GD/GD.bs
cc -c  -I/usr/local/include -I/usr/local/include -I/usr/local/include/gd  -DAPPL
LIB_EXP=/usr/local/lib/perl5/5.8.0/BSDPAN -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_
H -fno-strict-aliasing -I/usr/local/include -O -pipe-DVERSION=\2.07\  -DXS
_VERSION=\2.07\ -DPIC -fPIC -I/usr/local/lib/perl5/5.8.0/mach/CORE  -DHAVE_J
PEG -DHAVE_FT GD.c
GD.xs: In function `XS_GD__Image_stringFT':
GD.xs:1777: structure has no member named `charmap'
GD.xs:1783: `gdFTEX_CHARMAP' undeclared (first use in this function)
GD.xs:1783: (Each undeclared identifier is reported only once
GD.xs:1783: for each function it appears in.)
GD.xs:1785: structure has no member named `charmap'
GD.xs:1785: `gdFTEX_Unicode' undeclared (first use in this function)
GD.xs:1787: structure has no member named `charmap'
GD.xs:1787: `gdFTEX_Shift_JIS' undeclared (first use in this function)
GD.xs:1789: structure has no member named `charmap'
GD.xs:1789: `gdFTEX_Big5' undeclared (first use in this function)
*** Error code 1
1 error
  /usr/bin/make -j3 -- NOT OK
Running make test
  Can't test without successful make
Running make install
  make had returned bad 

Re: make continent

2003-07-11 Thread Joshua Oreman
On Fri, Jul 11, 2003 at 05:30:37PM +0100 or thereabouts, Jonathan wrote:
 Hi all,
 
 Yes, a rather strange subject I grant you, but...
 
 Having been using FreeBSD for a fair few years now, I quite happily do a 
 buildworld every now and then but one of the mysteries for me is how to 
 rebuild parts of the OS in isolation.
 
 My only interest in this is when a security update comes out and it 
 might only affect a certain part of the source tree.
 
 I appreciate that in the BSD model, the idea is that a widget can get 
 changed and making world will allow the new features of that widget to 
 permeate to all code, but is there any information on how to go into the 
 various continents and build those on their own?

cd /usr/src/my-continent  make  make install

If you want to be able to do this:
cd /usr/src  make continent=my-continent
submit a PR :-)

-- Josh

 
 - J
 
 ___
 [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: [Mondo-devel] gif logo for php forum

2003-07-11 Thread Joshua Oreman
On Fri, Jul 11, 2003 at 05:50:22PM +0100 or thereabouts, Hugo Rabson wrote:
 Groovy!

BTW, this is also the logo in the XMondo About box... if you can figure
out where to put it so KDE can find it ;-)

Right now it's not installed w/XMondo: I don't know where KDE searches
for stuff like that. But if you cd mondo-devel/mondo/xmondo; ./xmondo 
you'll see it. (It's 209x78 in that dir, I think: I did a scale w/GIMP).

Do you recognize the old Mondo logo?

-- Josh

 
   Does anyone feel like whipping up a 200x90 GIF for the PHP forum?
  
  Don't make fun of it :-)
  [Attached]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: make continent

2003-07-11 Thread Dan Nelson
In the last episode (Jul 11), Jonathan said:
 Having been using FreeBSD for a fair few years now, I quite happily
 do a buildworld every now and then but one of the mysteries for me is
 how to rebuild parts of the OS in isolation.
 
 My only interest in this is when a security update comes out and it
 might only affect a certain part of the source tree.
 
 I appreciate that in the BSD model, the idea is that a widget can get
 changed and making world will allow the new features of that widget
 to permeate to all code, but is there any information on how to go
 into the various continents and build those on their own?

For most stuff, you can simply cd into /usr/src/usr.bin/programname, or
/usr/src/lib/libname, and run make obj  make depend  make  make
install.  If you rebuild a library, though, it's up to you to make
sure that you also rebuild any statically-linked programs using that
library.  There may also be issues where buiding one program may
require another program to be updated (the texinfo stuff, for example,
or a new copy of sed or make).  The reason there's a make world is to
ensure that all these dependencies are taken care of.

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


lots of Permission denied at gnome startup as user

2003-07-11 Thread Volker Kindermann
Hi,

I'm using 5.1 release and gnome2 started by gdm.

After updating ports today (with portupgrade) I encountered a severe
problem: I can't start gnome any longer successful as normal user.

I always get a bunch of errors like the following:

GConf error: Could not stat
'/usr/X11R6/etc/gconf/gconf.xml.defaults/desktop/gnome/file_views/-0.12
4768conf.xml': Permission denied.

The directories vary but it's always the Permission denied error.


When starting gnome as root, there is no such problem.
When starting without gdm as normal user, the problem are the same.

Please let me know if you need further information.

Thanks

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


Lukemftpd and directory permission

2003-07-11 Thread Paul MacKenzie
Hi,

I was testing out the lukemftpd in stable and ran into this problem which 
is probably easy to fix but is stumping me.

When we create a directory under any class, the read and execute 
permissions on the Other bit is disabled (no Other read permissions on 
any directory created via FTP). This poses a problem as any directory 
created under FTP will not be readable for web purposes.

Here is the command we had in Inetd.conf

ftpstream  tcp nowait  root/usr/libexec/lukemftpd  ftpd -ll -r -u

Any ideas why this is happening?

Thanks

Paul

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


Re: No, make questions

2003-07-11 Thread Kirk Strauser
At 2003-07-11T16:37:22Z, admin [EMAIL PROTECTED] writes:

 thanks - just trying to keep you on your toes. :)

:)

 Anyway, look at /etc/make.conf.  That's probably where the culprit is
 hiding.

 my /etc/make.conf looks like this:

That's the complete contents of your /etc/make.conf?

 shell# perl -MCPAN -e 'install GD'  it

This doesn't directly answer your question, but why not:

  cd /usr/ports/graphics/p5-GD; make install

instead of mucking about with CPAN?
-- 
Kirk Strauser


pgp0.pgp
Description: PGP signature


Re: make continent

2003-07-11 Thread Kent Stewart
On Friday 11 July 2003 09:50 am, Dan Nelson wrote:
 In the last episode (Jul 11), Jonathan said:
  Having been using FreeBSD for a fair few years now, I quite happily
  do a buildworld every now and then but one of the mysteries for me is
  how to rebuild parts of the OS in isolation.
 
  My only interest in this is when a security update comes out and it
  might only affect a certain part of the source tree.
 
  I appreciate that in the BSD model, the idea is that a widget can get
  changed and making world will allow the new features of that widget
  to permeate to all code, but is there any information on how to go
  into the various continents and build those on their own?

 For most stuff, you can simply cd into /usr/src/usr.bin/programname, or
 /usr/src/lib/libname, and run make obj  make depend  make  make
 install.  If you rebuild a library, though, it's up to you to make
 sure that you also rebuild any statically-linked programs using that
 library.  There may also be issues where buiding one program may
 require another program to be updated (the texinfo stuff, for example,
 or a new copy of sed or make).  The reason there's a make world is to
 ensure that all these dependencies are taken care of.

If it is a library a make world may not be enough and you may need to 
rebuild your kernel. There has usually been enough time between security 
notices that I normally rebuild everything. My systems mostly follow -stable 
and my world wouldn't apply to a release based system.

Kent

-- 
Kent Stewart
Richland, WA

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

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


Re: Dead natd - dead system

2003-07-11 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2003-07-10 13:57:33 -0600:
 While working with a FreeBSD system this afternoon, I did something which killed
 natd (the NAT daemon), which was processing packets in the usual way via ipfw
 and a divert socket.
 
 The result? Network communications on the system simply went dead.
 
 It seems to me that ipfw should be able to self-heal (that is, bypass the
 rule) or reinvoke a daemon that's attached to a divert socket. Otherwise,
 the process that's attached to the socket becomes an Achilles' heel for
 the whole system. Crash it for any reason, and the system's offline.
 
 Ideas?

sysutils/daemontools ?

-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.see http://www.eyrie.org./~eagle/faqs/questions.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: name all the uses for samba

2003-07-11 Thread Bob Hall
On Fri, Jul 11, 2003 at 01:07:50AM -0400, Dragoncrest wrote:
   Ok, I've gotta convince my boss to switch from windows 2000 to 
   freebsd for all our internal needs.  So far I've half convinced him, but 
 I've hit a snag.  I know that Samba can be used for a lot of things, and 
 I'm trying to tell him all the things that Samba will do, but I can't think 
 of many.  Can you guys name all the uses for samba?  I've already talked 
 him into replacing our windows firewall, mail and other basic servers with 
 freebsd, but we've still got a couple of domain servers to get rid of and I 
 know that Samba can replace them as well.  Can you guys help me out here?  
 Maybe toss in a little TCO jargon so that he sees it both from a technical 
 side as well as what matters most ot him.  Money.  THanks!!

I would take this one step at a time. Get a firewall installed, get it 
working, work out the kinks, etc. If possible, keep a log for a week of 
the traffic through your existing firewall, so that you know what you 
will have to pass through your new firewall and what you can block. If 
you are not already fully familiar with writing rules for the new 
firewall, you prabably want to do this before replacing the existing 
firewall. Otherwise, there's going to be a lot of user pain, which will 
become pain for your boss, which will dampen his enthousiasm tremendously.
Once you've got the firewall installed and working properly, go through 
as similar process with mail and other servers.

The most persuasive TCO evidence is that from your own systems. If you 
are not already tracking costs, then you won't be able to provide 
detailed info, but you can still point out the areas where you are saving 
money; e.g. licenses. But if I were a manager, I would be more concerned 
about reliability than cost. Since your organization is already using 
Windows systems, their cost is obviously not a barrier to use. And if 
someone did a massive install of FreeBSD systems and they didn't immediately 
work as well as the Windows systems they replaced, I would be very 
unhappy. Unless you are *very* experienced with FreeBSD and the software 
that you will run on FreeBSD, there's going to be a learning curve. Since 
you are asking about Samba, you don't have that kind of experience. Spare 
your users and your boss as much of that learning curve as possible. The 
parts of the learning curve that you can't spare them should be 
administered in small units, so that you don't create the impression that 
FreeBSD is unrealiable. 

There are going to be sceptics at every stage. If you do anything that 
causes problems, there's going to be pressure to replace the new 
unreliable FBSD systems with the old reliable Win systems. The greater 
the problems, the greater the pressure. On the other hand, if each step 
is relatively painless, that gives you a strong argument for pursuing 
the next step. And you'll be remembered either as the person who helped 
bring about painless cost savings, or as the person who caused massive 
problems and almost shut down the company. 

Remember also that everyone who comes into contact with the new systems 
will need some retraining. It's not enough to set up a new system and 
get it to run reliably. The organization has to learn to work with it.
Until that happens, the new system is unreliable from the user's 
point of view. I remember a friend describing a change-over from Unix 
to Windows when a small law firm was bought by another law firm. 
Imagine a grandmotherly AA saying, with a strong southern accent, It 
would bray-ik ma hawt ta hay-if ta learn Windows. You'll get a 
similar response from anyone who has to move in the opposite direction.
I've never seen a change in which at least one person didn't talk about 
how much better the old system was.

Bob Hall

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


Re: No, make questions

2003-07-11 Thread admin
 
  Anyway, look at /etc/make.conf.  That's probably where the culprit is
  hiding.
 
  my /etc/make.conf looks like this:
 
 That's the complete contents of your /etc/make.conf?


yuppers - is something broken about that.


 
  shell# perl -MCPAN -e 'install GD'  it
 
 This doesn't directly answer your question, but why not:
 
   cd /usr/ports/graphics/p5-GD; make install
 
 instead of mucking about with CPAN?


sure - I am seeing some more madness.

--- snip 

shell# make clean  make install
===  Cleaning for libiconv-1.9.1_1
===  Cleaning for gettext-0.11.5_1
===  Cleaning for gmake-3.80
===  Cleaning for libtool-1.3.5_1
===  Cleaning for gd-1.8.4_6,1
===  Cleaning for jpeg-6b_1
===  Cleaning for png-1.2.5_2
===  Cleaning for freetype2-2.1.4_1
===  Cleaning for expat-1.95.6_1
===  Cleaning for p5-GD-1.41
===  Extracting for p5-GD-1.41
 Checksum OK for GD-1.41.tar.gz.
===  Patching for p5-GD-1.41
===  Applying FreeBSD patches for p5-GD-1.41
/usr/bin/sed -i.bak  -e 's,@@LOCALBASE@@,/usr/local,g'  -e 's,@@LOCALBASE@@,/usr
/local,g'  /usr/ports/graphics/p5-GD/work/GD-1.41/Makefile.PL
===   p5-GD-1.41 depends on shared library: gd.2 - found
===  Configuring for p5-GD-1.41
NOTICE: This module requires libgd 1.8.4 or higher (shared library version 4.X).
WARNING: CAPI is not a known parameter.
Checking if your kit is complete...
Looks good
Note (probably harmless): No library found for -lX11
Note (probably harmless): No library found for -lXpm
Writing Makefile for GD
===  Building for p5-GD-1.41
cp patch_gd.pl blib/lib/patch_gd.pl
cp qd.pl blib/lib/qd.pl
cp GD.pm blib/lib/GD.pm
AutoSplitting blib/lib/GD.pm (blib/lib/auto/GD)
/usr/local/bin/perl /usr/local/lib/perl5/5.8.0/ExtUtils/xsubpp  -typemap /usr/lo
cal/lib/perl5/5.8.0/ExtUtils/typemap -typemap typemap  GD.xs  GD.xsc  mv GD.x
sc GD.c
cc -c  -I/usr/local/include -I/usr/local/include/gd -I/usr/local/include/freetyp
e -I@@X11BASE@@/include -I@@X11BASE@@/include/X11  -O -pipe -O -pipe-DVERSIO
N=\1.41\  -DXS_VERSION=\1.41\ -DPIC -fPIC -I/usr/local/lib/perl5/5.8.0/mach
/CORE  -DHAVE_JPEG -DHAVE_TTF -DHAVE_XPM GD.c
GD.xs: In function `newDynamicCtx':
GD.xs:342: structure has no member named `free'
GD.xs: In function `XS_GD__Image_newFromPngData':
GD.xs:395: structure has no member named `free'
GD.xs: In function `XS_GD__Image_newFromGdData':
GD.xs:412: structure has no member named `free'
GD.xs: In function `XS_GD__Image_newFromGd2Data':
GD.xs:429: structure has no member named `free'
GD.xs: In function `XS_GD__Image_newFromJpegData':
GD.xs:472: structure has no member named `free'
GD.xs: In function `XS_GD__Image_newFromWBMPData':
GD.xs:494: structure has no member named `free'
*** Error code 1

Stop in /usr/ports/graphics/p5-GD/work/GD-1.41.
*** Error code 1

Stop in /usr/ports/graphics/p5-GD.


 -- 
 Kirk Strauser


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


RE: name all the uses for samba

2003-07-11 Thread Kurt
It's going to take some real work to get it to replace the Win2k AD
infrastructure if that's what you have. OTOH, if you are using the NT4
domain infrastructure, it's supposed to work well (haven't implemented
it, but here's a link if you want it:
http://www-1.ibm.com/servers/esdd/tutorials/samba.html.)

Firewalling, email serving and other non-SMB based stuff is not really
covered by SAMBA, although FreeBSD can certainly do all that.

Other than Active Directory, the only really difficult thing to replace
will be your Exchange server, if you have one, and if you use it for
groupware stuff, or for group calendaring, especially with Outlook
clients. There may be acceptable group calendaring apps that are
acceptable, but I haven't run into them yet, and the groupware just
isn't there yet, from what I've seen.

| -Original Message-
| From: [EMAIL PROTECTED]
| [mailto:[EMAIL PROTECTED] Behalf Of Dragoncrest
| Sent: Thursday, July 10, 2003 22:08
| To: [EMAIL PROTECTED]
| Subject: name all the uses for samba
|
|
|   Ok, I've gotta convince my boss to switch from windows
| 2000 to freebsd for
| all our internal needs.  So far I've half convinced him, but
| I've hit a
| snag.  I know that Samba can be used for a lot of things, and
| I'm trying to
| tell him all the things that Samba will do, but I can't think
| of many.  Can
| you guys name all the uses for samba?  I've already talked him into
| replacing our windows firewall, mail and other basic servers
| with freebsd,
| but we've still got a couple of domain servers to get rid of
| and I know
| that Samba can replace them as well.  Can you guys help me
| out here?  Maybe
| toss in a little TCO jargon so that he sees it both from a
| technical side
| as well as what matters most ot him.  Money.  THanks!!
|
| ___
| [EMAIL PROTECTED] mailing list
| http://lists.freebsd.org/mailman/listinfo/freebsd-questions
| To unsubscribe, send any mail to
| [EMAIL PROTECTED]
|

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


.profile and sound problems

2003-07-11 Thread Simon Adameit
Hi,

I use the bash shell and wanted to change the prompt and some aliases to 
use the gnu color ls, so I copied .shrc to .bash_profile and edited it 
accordingly. I also added java to the PATH in .profile. At first this 
didn't work when using the gnome terminal until I realised I had to 
change it to use a login shell. For a short time everything was fine but 
now .profile is completely ignored and when I start cvsup under gnome 
the text version and not the gui is used. I don't know if this has 
anything to do with it but I'm using gdm.

The second problem I'm having is probably not related to the first. I 
have a Sound Blaster AudioPCI 128 and compiled a custom kernel where I 
added device pcm and removed some stuff I dont need. The first few times 
the sound worked fine but now sometimes there are no mixer vol or pcm 
devices and when I reboot they are sometimes there again and sometimes I 
have to reboot several times before sound works again.

Also could anyone help me compile and use the acx100 driver at 
http://acx100.sourceforge.net ? I didn't find a binary driver for 
FreeBSD and was unable to compile it myself.

I should probably mention that I'm using FreeBSD 5.1 on an athlon-xp.

Thanks in advance,

Simon Adameit

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


Re: /usr/ports/www/graphics/png install error

2003-07-11 Thread Thomas T. Veldhouse
Take a look at the text ... it should tell you how to forcibly install over
the top.  Or, it might be better to use another port to help you out:

portupgrade (/usr/ports/sysutils/portupgrade).

I often upgrade all of my ports to the latest revision with just

portupgrade -ra

Tom Veldhouse

- Original Message -
From: Kris Yates [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, July 11, 2003 1:32 PM
Subject: /usr/ports/www/graphics/png install error


 I am upgrading from png port:
 png-1.2.5  needs updating (port has 1.2.5_2)

 to png port 1.2.5_2.

 make seems fine, the following error occurs on the port make install:

 cc -fpic -DPIC -O -pipe  -I. -DPNG_USE_PNGGCCRD  -c pnggccrd.c -o
 pnggccrd.So
 building shared library libpng.so.5
 gzip -cn libpng.3  libpng.3.gz
 gzip -cn libpngpf.3  libpngpf.3.gz
 gzip -cn png.5  png.5.gz
 ===  Installing for png-1.2.5_2
 ===   Generating temporary packing list
 ===  Checking if graphics/png already installed
 *** Error code 1

 This also happens when I try to upgrade the port for Webalizer, which is
 my ultimate goal here.  Webalizer says libpng is not installed but I see
 that is, however, it seems to be a problem with something in
 ports/graphics/png.  I am running FBSD 4.6.2p13.

 Any ideas?  Will upgrading to 4.7 stable fix this?

 Please send reply to me, as I do not have time to check the list
 archives often.

 Thank you,

 Kris

 ___
 [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: Samba between Mac and BSD

2003-07-11 Thread Chuck Swiger
Jim Xochellis wrote:
[ ... ]
For some definitions of transparent.  If the client uses the 
AppleDouble format, that wraps the resource fork and works fine 
against a normal NFS server.  Some Mac NFS implementations do that, 
some don't.
Very interesting, thanks! I would like to try this solution. Can you 
give me more info, suggestions, links etc?
I think the product was called Hummingbird NFS, and it was targetted towards 
the classic MacOS. 





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


Re: /usr/ports/www/graphics/png install error

2003-07-11 Thread Kris Yates
My analog installation is fine.  Some clients prefer Webalizer, so I 
have multiple stats available.  Thanks though...

Kris

admin wrote:

by the way - analog is much better for webstats from my perspective.  might
wanna check it out.
- Noah

 

to png port 1.2.5_2.

make seems fine, the following error occurs on the port make install:

cc -fpic -DPIC -O -pipe  -I. -DPNG_USE_PNGGCCRD  -c pnggccrd.c -o 
pnggccrd.So
building shared library libpng.so.5
gzip -cn libpng.3  libpng.3.gz
gzip -cn libpngpf.3  libpngpf.3.gz
gzip -cn png.5  png.5.gz
===  Installing for png-1.2.5_2
===   Generating temporary packing list
===  Checking if graphics/png already installed
*** Error code 1

This also happens when I try to upgrade the port for Webalizer,
which is my ultimate goal here.  Webalizer says libpng is not 
installed but I see that is, however, it seems to be a problem with 
something in ports/graphics/png.  I am running FBSD 4.6.2p13.

Any ideas?  Will upgrading to 4.7 stable fix this?

Please send reply to me, as I do not have time to check the list 
archives often.

Thank you,

Kris

___
[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: /usr/ports/www/graphics/png install error

2003-07-11 Thread Kris Yates
Hi,  What text are you refering to?  However, portupgrade -f did the 
trick. Same error otherwise (using portupgrade without -f).. Thanks, Kris

Thomas T. Veldhouse wrote:

Take a look at the text ... it should tell you how to forcibly install over
the top.  Or, it might be better to use another port to help you out:
portupgrade (/usr/ports/sysutils/portupgrade).

I often upgrade all of my ports to the latest revision with just

portupgrade -ra

Tom Veldhouse

- Original Message -
From: Kris Yates [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, July 11, 2003 1:32 PM
Subject: /usr/ports/www/graphics/png install error
 

I am upgrading from png port:
png-1.2.5  needs updating (port has 1.2.5_2)
to png port 1.2.5_2.

make seems fine, the following error occurs on the port make install:

cc -fpic -DPIC -O -pipe  -I. -DPNG_USE_PNGGCCRD  -c pnggccrd.c -o
pnggccrd.So
building shared library libpng.so.5
gzip -cn libpng.3  libpng.3.gz
gzip -cn libpngpf.3  libpngpf.3.gz
gzip -cn png.5  png.5.gz
===  Installing for png-1.2.5_2
===   Generating temporary packing list
===  Checking if graphics/png already installed
*** Error code 1
This also happens when I try to upgrade the port for Webalizer, which is
my ultimate goal here.  Webalizer says libpng is not installed but I see
that is, however, it seems to be a problem with something in
ports/graphics/png.  I am running FBSD 4.6.2p13.
Any ideas?  Will upgrading to 4.7 stable fix this?

Please send reply to me, as I do not have time to check the list
archives often.
Thank you,

Kris

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

[EMAIL PROTECTED]
 



.

 



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


re: make buildkernel problem

2003-07-11 Thread Dante Pastrana
Why does config fail when I add

devicelpt0at isa? port? tty irq 7 vector lpintr 

which I took from the FreeBSD handbook anyway?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How do you transfer a file.

2003-07-11 Thread Lowell Gilbert
Roger Merritt [EMAIL PROTECTED] writes:

 This is helpful. I have a similar, but somewhat more complex
 problem. I want to backup the entire /usr/home directory to another
 machine on the network. FTP has not been disabled (yet) and I have
 NcFTP installed. ssh is also set up between the two machines, so scp
 is available. The first machine has very little disk space available,
 so I don't think I can tar the directory tree on the native
 machine. I've also installed the rsync port. I don't have a time
 problem, I could leave the job running overnight.
 
 Any suggestions or recommendations would be welcome.

Doesn't sound very complex to me.
Something like 
tar -cf - /path/to/back/up |ssh other-host 'cat  new.tar'
will do it.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: make buildkernel problem

2003-07-11 Thread Lowell Gilbert
Dante Pastrana [EMAIL PROTECTED] writes:

 Why does config fail when I add
 
 devicelpt0at isa? port? tty irq 7 vector lpintr 
 
 which I took from the FreeBSD handbook anyway?

That line doesn't appear in the current handbook.  You don't mention
what version of FreeBSD you're running, or what the failure messages
are.  I'll guess that the lpt-related entries in the GENERIC kernel
for whatever version you're running should give you a hint, though.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: No, make questions

2003-07-11 Thread Kirk Strauser
At 2003-07-11T17:29:32Z, admin [EMAIL PROTECTED] writes:

 yuppers - is something broken about that.

No, but I expected there to be more to it than that.  :)

 sure - I am seeing some more madness.

 ===  Patching for p5-GD-1.41
 ===  Applying FreeBSD patches for p5-GD-1.41

[snip]

That's odd.  Frankly, I'm not sure what may be going on.  You *are* wanting
to use GD1 and not GD2, aren't you?
-- 
Kirk Strauser


pgp0.pgp
Description: PGP signature


Re: *BSD is dying

2003-07-11 Thread grwufwuf
Sorry to beat a dead (ahem, or should I say 'dying') horse, but...

According to Netcraft, NETCRAFT RUNS ON FreeBSD!
http://uptime.netcraft.com/up/graph?site=netcraft.com

Guess this dude needs to find a new source of info, maybe one of the mainstream OS 
makers can help out there Maybe the ONE OS maker LEFT that isn't BASED on or that 
resembles BSD in one way or another (The one still clinging on to disk-based operation 
model; Even though they had seen fit to use what they could of BSD to make that 
'P.O.S.' work on the internet...).

I hope that all trolls blow chunks of BASIC code all over themselves...

Ben

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


ipfw and MAC Addresses

2003-07-11 Thread Dan Mahoney, System Admin
Hi,

I'm running 4.7-Release, and I have compiled the firewall into the kernel
but I can't seem to figure out the syntax for mac address based firewalls
.

I'm trying:

box#ipfw add 5 allow ip from any to any in mac any any
ipfw: unknown argument ``mac''

If there's some secret to getting this to work, let me know, as right now
I would really like a way to restrict ip traffic by source mac.

--

Happy, Sad, Happy, Sad, Happy, Sad, Happy, Intruiged!  I've never been so
in touch with my emotions!

-AndrAIa as Hexadecimal, Reboot Episode 3.2.3

Dan Mahoney
Techie,  Sysadmin,  WebGeek
Gushi on efnet/undernet IRC
ICQ: 13735144   AIM: LarpGM
Site:  http://www.gushi.org
---


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


Re: ipfw and MAC Addresses

2003-07-11 Thread Matthew Seaman
On Fri, Jul 11, 2003 at 04:15:09PM -0400, Dan Mahoney, System Admin wrote:

 I'm running 4.7-Release, and I have compiled the firewall into the kernel
 but I can't seem to figure out the syntax for mac address based firewalls
 .
 
 I'm trying:
 
 box#ipfw add 5 allow ip from any to any in mac any any
 ipfw: unknown argument ``mac''
 
 If there's some secret to getting this to work, let me know, as right now
 I would really like a way to restrict ip traffic by source mac.

MAC is an IPFW2 extension.  All FreeBSD 4.x versions compile IPFW1 by
default, although from 4.7-RELEASE on, you can optionally select to
use IPFW2.  IPFW2 is the default in FreeBSD 5.x.

You need to add:

IPFW2=true

to your /etc/make.conf, and

options IPFW2

to your kernel config, and rebuild, reinstall world+kernel in the
usual fashion.

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


ipfilter guide (?)

2003-07-11 Thread mempheria
HI folks!

Anyone out there who has written a step-by-step guide to install IPfilter? :-)
i have downloaded IPF´s official manual, but its huge, so before i start
to read it, i woundering if anyone got an filtered version ;-)

yes, today iam kind of lazy :-)

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


openssl fails to build

2003-07-11 Thread Jim Arnold
4.7-STABLE FreeBSD box fails when trying to make 
openssl-0.9.7b

Any ideas what's going on and how to fix?

Thanks,
Jim

hw_cryptodev.c:1103: `CRF_DSA_SIGN' undeclared (first
use in this function)
hw_cryptodev.c:1109: `CRF_DSA_VERIFY' undeclared
(first use in this function)
hw_cryptodev.c:1121: `CRF_DH_COMPUTE_KEY' undeclared
(first use in this function)
hw_cryptodev.c: At top level:
hw_cryptodev.c:297: warning: `get_cryptodev_digests'
defined but not used
*** Error code 1

Stop in
/max/ports/security/openssl/work/openssl-0.9.7b/crypto/engine.
*** Error code 1

Stop in
/max/ports/security/openssl/work/openssl-0.9.7b/crypto.
*** Error code 1

Stop in
/max/ports/security/openssl/work/openssl-0.9.7b.
*** Error code 1

Stop in
/max/ports/security/openssl/work/openssl-0.9.7b.
*** Error code 1

Stop in /max/ports/security/openssl.

__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Lukemftpd and directory permission

2003-07-11 Thread Matthew Seaman
On Fri, Jul 11, 2003 at 12:55:35PM -0400, Paul MacKenzie wrote:
 Hi,
 
 I was testing out the lukemftpd in stable and ran into this problem which 
 is probably easy to fix but is stumping me.
 
 When we create a directory under any class, the read and execute 
 permissions on the Other bit is disabled (no Other read permissions on 
 any directory created via FTP). This poses a problem as any directory 
 created under FTP will not be readable for web purposes.
 
 Here is the command we had in Inetd.conf
 
 ftpstream  tcp nowait  root/usr/libexec/lukemftpd  ftpd -ll -r 
 -u
 
 Any ideas why this is happening?

Yes.  The default umask for lukemftpd(8) is 027.  Read the
ftpd.conf(5) manpage for detailed instructions on how to modify that
value, but you probably want to create a /etc/ftpd.conf file and
include within it:

umask real 022

You should also read ftpusers(5) and make sure you've set up your
users with the right classes etc.  For backwards compatibility, just
listing the username in /etc/ftpusers disables that account from using
the FTP service.  Certainly you should disable FTP access for root and
all pseudo-users.

Cheers,

Matthew

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


pgp0.pgp
Description: PGP signature


Re: ssh dump What is blowfish?

2003-07-11 Thread Jonathan Chen
On Fri, Jul 11, 2003 at 01:27:10PM +, DanB wrote:
 # /sbin/dump -0uan -f - /usr | gzip -2 | ssh1 -c blowfish \
   [EMAIL PROTECTED] dd
 of=/mybigfiles/dump-usr-l0.gz
 What is the blowfish? I s this the users name?  File name?
 

Try the man-pages. blowfish(3) will give you some info.
-- 
Jonathan Chen [EMAIL PROTECTED]
--
If you wish your merit to be known, acknowledge that of other people
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ipfilter guide (?)

2003-07-11 Thread Jens Rehsack
mempheria wrote:

HI folks!

Anyone out there who has written a step-by-step guide to install IPfilter? :-)
i have downloaded IPF´s official manual, but its huge, so before i start
to read it, i woundering if anyone got an filtered version ;-)
yes, today iam kind of lazy :-)
Yes, there is some documentation. It's not so much and you must do much 
research on your own. And it's really hard to find it. Maybe you start 
your research at http://www.ipfilter.org/?

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


Re: ssh dump What is blowfish?

2003-07-11 Thread Joshua Oreman
On Sat, Jul 12, 2003 at 08:57:34AM +1200 or thereabouts, Jonathan Chen wrote:
 On Fri, Jul 11, 2003 at 01:27:10PM +, DanB wrote:
  # /sbin/dump -0uan -f - /usr | gzip -2 | ssh1 -c blowfish \
[EMAIL PROTECTED] dd
  of=/mybigfiles/dump-usr-l0.gz
  What is the blowfish? I s this the users name?  File name?
  
 
 Try the man-pages. blowfish(3) will give you some info.

No, it won't. (5.0)

-- Josh

 -- 
 Jonathan Chen [EMAIL PROTECTED]
 --
 If you wish your merit to be known, acknowledge that of other people
 ___
 [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]


OEM hardware for a FreeBSD appliance?

2003-07-11 Thread Tom Limoncelli
I'm looking to build a little FreeBSD box that doesn't have any (or 
many) moving parts.  Just a flashdrive, 2-3 ethernet ports, serial 
console, etc.

Can anyone recommend vendors that make such hardware?

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


Re: .profile and sound problems

2003-07-11 Thread Simon Adameit
Simon Adameit wrote:
Hi,

I use the bash shell and wanted to change the prompt and some aliases to 
use the gnu color ls, so I copied .shrc to .bash_profile and edited it 
accordingly. I also added java to the PATH in .profile. At first this 
didn't work when using the gnome terminal until I realised I had to 
change it to use a login shell. For a short time everything was fine but 
now .profile is completely ignored and when I start cvsup under gnome 
the text version and not the gui is used. I don't know if this has 
anything to do with it but I'm using gdm.

Ok, this was solfed after reading the Bash Reference Manual, I was 
somewhat confused about when wich file is executed.
But I still don't know what to do about the sound or where to look for 
answers.

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


RE: OEM hardware for a FreeBSD appliance?

2003-07-11 Thread Derrick Ryalls
 I'm looking to build a little FreeBSD box that doesn't have any (or 
 many) moving parts.  Just a flashdrive, 2-3 ethernet ports, serial 
 console, etc.
 
 Can anyone recommend vendors that make such hardware?
 

http://www.openaccess.org/

I haven't used them, but a small company that I convinced to use FreeBSD
did.

-Derrick


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


Re: No, make questions

2003-07-11 Thread admin
On Fri, 11 Jul 2003 14:44:30 -0500, Kirk Strauser wrote
 At 2003-07-11T17:29:32Z, admin [EMAIL PROTECTED] writes:
 
  yuppers - is something broken about that.
 
 No, but I expected there to be more to it than that.  :)
 
  sure - I am seeing some more madness.
 
  ===  Patching for p5-GD-1.41
  ===  Applying FreeBSD patches for p5-GD-1.41
 
 [snip]
 
 That's odd.  Frankly, I'm not sure what may be going on.  You *are* wanting
 to use GD1 and not GD2, aren't you?



yeah I am having difficulties loading GD2 from the /usr/ports as well. really
weird.

I did upgrade to perl 5.8 recently.  I am wondering if the libraries got mixed
up or something.  this is a really strange one indeed.  

yeah I am having difficulties loading GD2 from the /usr/ports as well. really
weird.

I did upgrade to perl 5.8 recently.  I am wondering if the libraries are
somehow messed up.  Or if I am completely missing something.


shell# make install
===  Extracting for p5-GD2-2.07
 Checksum OK for GD-2.07.tar.gz.
===  Patching for p5-GD2-2.07
===  Applying FreeBSD patches for p5-GD2-2.07
===   p5-GD2-2.07 depends on shared library: gd.4 - found
===  Configuring for p5-GD2-2.07

Included Features:  JPEG,FT,XPM
GD library used from:   /usr/local
FreeType library used from: /usr/X11R6
PNG library used from:  /usr/local
Zlib library used from: /usr/local

If you experience compile problems, please check the @INC, @LIBPATH and @LIBS
arrays defined in Makefile.PL and manually adjust, if necessary.

WARNING: CAPI is not a known parameter.
Checking if your kit is complete...
Looks good
Warning: prerequisite Math::Trig 1 not found.
Writing Makefile for GD
===  Building for p5-GD2-2.07
cp GD/Polyline.pm blib/lib/GD/Polyline.pm
cp qd.pl blib/lib/qd.pl
cp GD.pm blib/lib/GD.pm
AutoSplitting blib/lib/GD.pm (blib/lib/auto/GD)
/usr/local/bin/perl /usr/local/lib/perl5/5.8.0/ExtUtils/xsubpp  -typemap /usr/lo
cal/lib/perl5/5.8.0/ExtUtils/typemap -typemap typemap  GD.xs  GD.xsc  mv GD.x
sc GD.c
cc -c  -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/X11
R6/include -I/usr/local/include -I/usr/local/include/gd  -O -pipe -O -pipe-D
VERSION=\2.07\  -DXS_VERSION=\2.07\ -DPIC -fPIC -I/usr/local/lib/perl5/5.8.
0/mach/CORE  -DHAVE_JPEG -DHAVE_FT -DHAVE_XPM GD.c
GD.xs: In function `XS_GD__Image_stringFT':
GD.xs:1801: structure has no member named `charmap'
GD.xs:1807: `gdFTEX_CHARMAP' undeclared (first use in this function)
GD.xs:1807: (Each undeclared identifier is reported only once
GD.xs:1807: for each function it appears in.)
GD.xs:1809: structure has no member named `charmap'
GD.xs:1809: `gdFTEX_Unicode' undeclared (first use in this function)
GD.xs:1811: structure has no member named `charmap'
GD.xs:1811: `gdFTEX_Shift_JIS' undeclared (first use in this function)
GD.xs:1813: structure has no member named `charmap'
GD.xs:1813: `gdFTEX_Big5' undeclared (first use in this function)
*** Error code 1

Stop in /usr/ports/graphics/p5-GD2/work/GD-2.07.
*** Error code 1

Stop in /usr/ports/graphics/p5-GD2.







 -- 
 Kirk Strauser


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


Re: Can no longer install ports

2003-07-11 Thread Dragoncrest
Ya know, that's kinda funny.  I had this EXACT same issue not even a
week ago.  Could this be a bug that we don't know about?  What's the fix
for it...if any?

 In the last episode (Jul 11), Adam said:
  On Tue, 2003-07-08 at 05:41, Jim Hatfield wrote:
   When I do a make install in any ports dir, I now get this:
   
   speyburn# cd /usr/ports/graphics/tiff
   speyburn# make
   speyburn# make install
   ===  Installing for tiff-3.5.7_1
   ===   tiff-3.5.7_1 depends on shared library: jpeg.9 - found
   ===   Generating temporary packing list
   ===  Checking if graphics/tiff already installed
   *** Error code 1


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


Re: No, make questions

2003-07-11 Thread admin
On Fri, 11 Jul 2003 14:44:30 -0500, Kirk Strauser wrote
 At 2003-07-11T17:29:32Z, admin [EMAIL PROTECTED] writes:
 
  yuppers - is something broken about that.
 
 No, but I expected there to be more to it than that.  :)
 
  sure - I am seeing some more madness.
 
  ===  Patching for p5-GD-1.41
  ===  Applying FreeBSD patches for p5-GD-1.41
 
 [snip]
 
 That's odd.  Frankly, I'm not sure what may be going on.  You *are* wanting
 to use GD1 and not GD2, aren't you?



okay I had libgd version 1.xx installed - updated to libgd version 2.xx -
things are cool.  thanks for getting me in the proper direction.  

reportmagic is now installed.

cheers,
- Noah


 -- 
 Kirk Strauser


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


Re: Can no longer install ports

2003-07-11 Thread Ariff Abdullah


Your /usr/sbin/pkg_info is old, recent bsd.port.mk require
'-O' option which is not supported by your pkg_info (perhaps
4.6.x release or older). Try to fetch the recent pkg_install
( /usr/src/usr.sbin/pkg_install ) sources and rebuild it.
By the way, the ports tree maintainer should aware about this.

On Fri, 11 Jul 2003 17:58:51 -0400
Dragoncrest [EMAIL PROTECTED] wrote:
 Ya know, that's kinda funny.  I had this EXACT same issue not even a
 week ago.  Could this be a bug that we don't know about?  What's the fix
 for it...if any?
 
  In the last episode (Jul 11), Adam said:
   On Tue, 2003-07-08 at 05:41, Jim Hatfield wrote:
When I do a make install in any ports dir, I now get this:

speyburn# cd /usr/ports/graphics/tiff
speyburn# make
speyburn# make install
===  Installing for tiff-3.5.7_1
===   tiff-3.5.7_1 depends on shared library: jpeg.9 - found
===   Generating temporary packing list
===  Checking if graphics/tiff already installed
*** Error code 1
 

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


Re: No, make questions

2003-07-11 Thread Kirk Strauser
At 2003-07-11T22:03:28Z, admin [EMAIL PROTECTED] writes:

 okay I had libgd version 1.xx installed - updated to libgd version 2.xx -
 things are cool.  thanks for getting me in the proper direction.

 reportmagic is now installed.

Awesome!  Glad I could help.
-- 
Kirk Strauser


pgp0.pgp
Description: PGP signature


Re: /usr/ports/www/graphics/png install error

2003-07-11 Thread dick hoogendijk
On 11 Jul Thomas T. Veldhouse wrote:

 I often upgrade all of my ports to the latest revision with just
 portupgrade -ra

Is that enough? Shouldn't this be portupgrade -rRa ?

-- 
dick -- http://www.nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 4.8 ++ Debian GNU/Linux (Woody)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RAID and NFS exports

2003-07-11 Thread Sumit Shah
Dear FreeBSD gurus,

I apologize in advance if this is not the most appropriate list to post 
this to, but this seems the best that I can find.  Here is my 
situation, we have an Abit AT7 motherboard with onboard RAID (HPT374).  
It has worked beautifully for us with FreeBSD 4.7 and then 4.8 for a 
good 8 months or so serving up NFS and Samba.  This morning my 
/etc/exports looked something like

/data6 machine1 machine2 -mapall=65534
/data8 machine1 machine2 -mapall=65534
I then added a line so it looked something like:

/data6 machine1 machine2 -mapall=65534
/data8 machine1 machine2 -mapall=65534
/data6 -network 10.10.10 -mask 255.255.255.0 -mapall=65534
I sent a HUP to mountd and everything seemed to work fine.  Then I 
started getting errors similar to:

ad4: hard error reading fsbn  242727552

So I rebooted and the HPT374 controller was complaining that the first 
disk in the RAID-0 configuration failed.  I thought this might be a bad 
disk, but we had an identical system with the same EXACT configuration 
and we started mountd on that with the same exports file from above.  A 
minute or two later the same type of errors and same complaint by the 
HPT374 controller about the first disk in the RAID-0 array being bad.

I was wondering if there is any, no matter how remote, possibility that 
by adding that third line to the exports file that the raid-0 got 
corrupted somehow and if so how to maybe reverse it.  I have left 
everything else intact nothing has changed on the controller side or 
freebsd config.

Just as a note, we are not using vinum, but using the created array 
(ar0) and formatting that as UFS.

Thanks so much for getting thorugh this email!

Sumit

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


ppp NAT on 5.1R

2003-07-11 Thread Steven Wallace

After source upgrading to 5.1R from 5.0R, the NAT using pppoe on /usr/sbin/ppp
does not forward TCP packets to remote hosts anymore, but DOES forward ICMP packets 
okay (e.g. ping works but not telnet).  Does anyone have any clue
what changed to break this?

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


Re: IPFW fun

2003-07-11 Thread zhuravlev alexander
On Fri, Jul 11, 2003 at 11:07:55AM -0400, Tom Servo wrote:
 Hey-
 I have a freebsd gateway machine that runs ipfw and nat for my home network
 and I want to add a rule that redirects VNC packets through the gateway to
 my windows machine so that I can VNC to my home machine to do some stuff.
 How should I phrase the rule correctly without screwing up the natd service?
 I am guessing it should go something like this: ipfw add 1000 divert  ip
 from any to 192.168.0.253:5800 via ep1 Is this correct?  I need it to only
 redirect packets for the VNC port. Thanks -ts

[ Cc'ed to freebsd-questions ... ]

in case of inbound nat   

in rc.firewall

ipfw add 1000 divert natd tcp from any to 192.168.0.253 5800 in recv ep1
ipfw add 1000 divert natd tcp from internal_ip 5800 to any 


/etc/natd.conf
interfase ep1
use_sockets yes
same_ports yes
redirect_port tcp internal_ip:5800 192.168.0.253:5800  

/sbin/natd -f /etc/natd 
sh /etc/rc.firewall 

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


Re: Can no longer install ports

2003-07-11 Thread Kris Kennaway
On Sat, Jul 12, 2003 at 06:14:39AM +0800, Ariff Abdullah wrote:
 
 
 Your /usr/sbin/pkg_info is old, recent bsd.port.mk require
 '-O' option which is not supported by your pkg_info (perhaps
 4.6.x release or older). Try to fetch the recent pkg_install
 ( /usr/src/usr.sbin/pkg_install ) sources and rebuild it.
 By the way, the ports tree maintainer should aware about this.

He is, but old releases are not supported.  That said, I have a patch
will I'll be committing in a few days.

Kris


pgp0.pgp
Description: PGP signature


Re: ipfilter guide (?)

2003-07-11 Thread Jez Hancock
On Thu, Jul 10, 2003 at 10:31:27PM +0200, mempheria wrote:
 HI folks!
 
 Anyone out there who has written a step-by-step guide to install IPfilter? :-)
 i have downloaded IPF?s official manual, but its huge, so before i start
 to read it, i woundering if anyone got an filtered version ;-)
http://packetstorm.decepticons.org/papers/firewall/FreeBSD-STABLE_and_IPFILTER.htm

is a good guide to setting up a secure fbsd system using ipfilter.  It's
_very_ long though (probably almost as long as the faq/howto I presume
you're talking about), but it's worth a read.
-- 
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]


Why are Included Packages shrinking

2003-07-11 Thread Joseph Lewis
I just have a simple question.  As I've been tracking BSD over the years,
the options for installing packages (on a post-install configuration)
appears (under-exaggerated term) to be getting smaller.  Is there a reason
that none of the release people want to include any of the default dist
files?  I work on a few machines online all the time, and also one or two
offline.  But that just means that I have to take a chance of missing a
prerequisite when I download a port file.  Why not just include the common
ones on the CD like used to be done?  (Such as Apache, DHCPD, etc)

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


Advise on data recovery from failed drive

2003-07-11 Thread Per olof Ljungmark
I've had a drive crash where the spindle motor bearings overheated and 
got stuck.
Using mild violence I now have the drive spinning again and need to do 
some data recovery.

It has to be something that is able to handle read errors without stopping,
I am thinking dd, any other suggestions?
Thanks,
Per olof
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: wget error

2003-07-11 Thread Spades
   weird, i have this error msg after i recompiled my kernel while doing
wget on ANY files i try to get:

$ wget http://fun.s-one.net.sg:8080/pub/movies/Matrix_Reloaded_Spoof.wmv
--07:20:05-- 
http://fun.s-one.net.sg:8080/pub/movies/Matrix_Reloaded_Spoof.wmv
   = `Matrix_Reloaded_Spoof.wmv'
/usr/libexec/ld-elf.so.1: wget: Undefined symbol
OpenSSL_add_all_algorithms

What should I do to fix this?

Spades

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


Re: /usr/ports/www/graphics/png install error

2003-07-11 Thread Joshua Oreman
On Sat, Jul 12, 2003 at 12:31:55AM +0200 or thereabouts, dick hoogendijk wrote:
 On 11 Jul Thomas T. Veldhouse wrote:
 
  I often upgrade all of my ports to the latest revision with just
  portupgrade -ra
 
 Is that enough? Shouldn't this be portupgrade -rRa ?

IMO, since you already have -a (all), you don't need -r or -R.
(Someone correct me if I'm wrong :-)

-- Josh

 
 -- 
 dick -- http://www.nagual.st/ -- PGP/GnuPG key: F86289CE
 ++ Running FreeBSD 4.8 ++ Debian GNU/Linux (Woody)
 ___
 [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: Advise on data recovery from failed drive

2003-07-11 Thread Joshua Oreman
On Sat, Jul 12, 2003 at 01:19:32AM +0200 or thereabouts, Per olof Ljungmark wrote:
 I've had a drive crash where the spindle motor bearings overheated and 
 got stuck.
 Using mild violence I now have the drive spinning again and need to do 
 some data recovery.
 
 It has to be something that is able to handle read errors without stopping,
 I am thinking dd, any other suggestions?

dd if=/dev/FAILED of=/dev/SPARE conv=noerror bs=32k

The conv=noerror does it.

-- Josh

 
 Thanks,
 Per olof
 
 ___
 [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]


How to get best results from FreeBSD-questions

2003-07-11 Thread Greg Lehey
How to get the best results from FreeBSD questions.
===

Last update $Date: 2003/03/09 22:09:31 $

This is a regular posting to the FreeBSD questions mailing list.  If
you got it in answer to a message you sent, it means that the sender
thinks that at least one of the following things was wrong with your
message:

- You left out a subject line, or the subject line was not appropriate.
- You formatted it in such a way that it was difficult to read.
- You asked more than one unrelated question in one message.
- You sent out a message with an incorrect date, time or time zone.
- You sent out the same message more than once.
- You sent an 'unsubscribe' message to FreeBSD-questions.

If you have done any of these things, there is a good chance that you
will get more than one copy of this message from different people.
Read on, and your next message will be more successful.

This document is also available on the web at
http://www.lemis.com/questions.html.

=

Contents:

I:Introduction
II:   How to unsubscribe from FreeBSD-questions
III:  Should I ask -questions, -newbies or -hackers?
IV:   How to submit a question to FreeBSD-questions
V:How to answer a question to FreeBSD-questions

I: Introduction
===

This is a regular posting aimed to help both those seeking advice from
FreeBSD-questions (the newcomers), and also those who answer the
questions (the hackers).

   Note that the term hacker has nothing to do with breaking
   into other people's computers.  The correct term for the latter
   activity is cracker, but the popular press hasn't found out
   yet.  The FreeBSD hackers disapprove strongly of cracking
   security, and have nothing to do with it.

In the past, there has been some friction which stems from the
different viewpoints of the two groups.  The newcomers accused the
hackers of being arrogant, stuck-up, and unhelpful, while the hackers
accused the newcomers of being stupid, unable to read plain English,
and expecting everything to be handed to them on a silver platter.  Of
course, there's an element of truth in both these claims, but for the
most part these viewpoints come from a sense of frustration.

In this document, I'd like to do something to relieve this frustration
and help everybody get better results from FreeBSD-questions.  In the
following section, I recommend how to submit a question; after that,
we'll look at how to answer one.

II:  How to unsubscribe from FreeBSD-questions
==

When you subscribed to FreeBSD-questions, you got a welcome message
from [EMAIL PROTECTED]  In this message, amongst other things, it
told you how to unsubscribe.  Here's a typical message:

  Welcome to the freebsd-questions mailing list!

  If you ever want to remove yourself from this mailing list,
  you can send mail to [EMAIL PROTECTED] with the following command
  in the body of your email message:

  unsubscribe freebsd-questions Greg Lehey [EMAIL PROTECTED]

  Here's the general information for the list you've
  subscribed to, in case you don't already have it:

  FREEBSD-QUESTIONS   User questions
  This is the mailing list for questions about FreeBSD.  You should not
  send how to questions to the technical lists unless you consider the
  question to be pretty technical.

Normally, unsubscribing is even simpler than the message suggests: you
don't need to specify your mail ID unless it is different from the one
which you specified when you subscribed.

If Majordomo replies and tells you (incorrectly) that you're not on
the list, this may mean one of two things:

  1.  You have changed your mail ID since you subscribed.  That's where
  keeping the original message from majordomo comes in handy.  For
  example, the sample message above shows my mail ID as
  [EMAIL PROTECTED]  Since then, I have changed it to
  [EMAIL PROTECTED]  If I were to try to remove [EMAIL PROTECTED] from
  the list, it would fail: I would have to specify the name with
  which I joined.

  2.  You're subscribed to a mailing list which is subscribed to
  FreeBSD-questions.  If that's the case, you'll have to figure out
  which one it is and get your name taken off that one.  If you're
  not sure which one it might be, check the headers of the
  messages you receive from freebsd-questions: maybe there's a
  clue there.

If you've done all this, and you still can't figure out what's going
on, send a message to [EMAIL PROTECTED], and he will sort things
out for you.  Don't send a message to FreeBSD-questions: they can't
help you.

III: Should I ask -questions, -newbies or -hackers?
===

Two mailing lists handle general questions about FreeBSD,
FreeBSD-questions and FreeBSD-hackers.  In addition, the
FreeBSD-newbies list caters 

The Complete FreeBSD: errata and addenda

2003-07-11 Thread Greg Lehey
The trouble with books is that you can't update them the way you can a web page
or any other online documentation.  The result is that most leading edge
computer books are out of date almost before they are printed.  Unfortunately,
The Complete FreeBSD, published by O'Reilly, is no exception.  Inevitably, a
number of bugs and changes have surfaced.

The Complete FreeBSD has been through a total of five editions, including its
predecessor Installing and Running FreeBSD.  Two of these have been reprinted
with corrections.  I maintain a series of errata pages.  Start at
http://www.lemis.com/errata-4.html to find out how to get the errata
information.

Have you found a problem with the book, or maybe something confusing?  Please
let me know: I'm constantly updating it.

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


Re: name all the uses for samba

2003-07-11 Thread Daniel Bye
On Fri, Jul 11, 2003 at 11:02:14AM -0700, Kurt wrote:
 It's going to take some real work to get it to replace the Win2k AD
 infrastructure if that's what you have. OTOH, if you are using the NT4
 domain infrastructure, it's supposed to work well (haven't implemented
 it, but here's a link if you want it:
 http://www-1.ibm.com/servers/esdd/tutorials/samba.html.)
 
 Firewalling, email serving and other non-SMB based stuff is not really
 covered by SAMBA, although FreeBSD can certainly do all that.
 
 Other than Active Directory, the only really difficult thing to replace
 will be your Exchange server, if you have one, and if you use it for
 groupware stuff, or for group calendaring, especially with Outlook
 clients. There may be acceptable group calendaring apps that are
 acceptable, but I haven't run into them yet, and the groupware just
 isn't there yet, from what I've seen.

If the group contacts and calendaring are important in your organisation,
check out Bynari Insight Connector at http://www.bynari.net/index.php?id=7.
My company has just deployed it on a Windows network for a major customer,
and the initial reaction is very positive.  It emulates the Exchange
groupware stuff using simple IMAP4 format mailboxes, or LDAP directories.

The server side is FreeBSD 4.8, with Cyrus IMAPd, OpenLDAP, MySQL, Exim,
Horde/IMP, Apache with mod_php and mod_perl, and Mailman.  All of which, of
course, are free and of proven reliability and functionality.  And all in
the ports.  Realistically, all you'd need would be an SMTP server, an IMAP
server, and possibly an LDAP server.  Our solution also includes mailing
lists and webmail, adding to the overall complexity, but I feel a whole lot
happier looking after it all on a FreeBSD box, than I would on a Windows
box.

Dan

-- 
Daniel Bye

PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc
PGP Key fingerprint: 3B9D 8BBB EB03 BA83 5DB4 3B88 86FC F03A 90A1 BE8F
 _
  ASCII ribbon campaign ( )
 - against HTML, vCards and  X
- proprietary attachments in e-mail / \


pgp0.pgp
Description: PGP signature


Key Mapping problem after build world

2003-07-11 Thread Rod Person
I'm running 4.8 stable. I did a buildworld a few days ago. Since then I
have been unable to log into the console.

If I try to log in as root, when I type root it comes out as r66t.

Lucky, I boot into kdm and that still works. Has anyone seen this before
and have a way to fix this.

-- 
Rod

@home therefore no cool signature


Home Of Open Source Beef
http://opensourcebeef.bsd.st/index.html

FreeBSD User since 1999

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


Re: Advise on data recovery from failed drive

2003-07-11 Thread Dan Strick
On Friday July 12, 2003 (PST) Per olof Ljungmark wrote:

 I've had a drive crash where the spindle motor bearings overheated and
 got stuck.
 Using mild violence I now have the drive spinning again and need to do
 some data recovery.

 It has to be something that is able to handle read errors without stopping,
 I am thinking dd, any other suggestions?


I have an ancient program that I once wrote to make copies of disk drives
with bad sectors.  It normally reads/writes in large units, but goes back
and rereads a section of the input disk one 512 byte sector at a time if
it gets a read error.  It will retry a single sector read several times before
giving up.  Unreadable sectors are assumed to be zero.

This program was intended to be used with raw disk devices (drivers)
doing unbuffered physical I/O with simple error recovery procedures
(perhaps a limited number of read retries).  I have not ported it to
FreeBSD or even looked at it in many years, but it ought to work ok as is.

The traditional dd program has a few problems if you use it with the
conv=noerror option to copy sick disks.  One problem is that you
must specify bs=512 (i.e. copy only one sector at a time) to avoid
losing good disk sectors adjacent to a bad disk sector.  This makes
for a slow copy.

Another problem is that is that if you tell dd to ignore input errors,
it skips the bad blocks on input but not on output so that after a read
error blocks are copied to a wrong disk address.  I just did a man on the
FreeBSD 4.8-RELEASE dd command and discovered a new option that avoids
this problem.  Specify conv=noerror,sync if you use the dd command.

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


WhatchDog Error on a Lan Card.

2003-07-11 Thread Jorge Biquez
Hello all.

Today I started receiving this error on the lan card.

	r10: WATCHDOG TIMEOUT

And seems like the TCP/IP services stop passing thought the card. The 
machine continues running without seeing the world but no other errors 
beside the above on the console. One thing I notices is that if I try to 
ping any machine I receive and overflow error. If I restart the machine 
everything works normally again.

The machine is running 4.8 Stable, running on a PIII - 1.0 Ghz with 512 RAM 
and more than enough free space. The machine is running only Apache with 
some load.

I changed the card with another of the same brand and type, its backup 
since I always buy 2 same cards for each equipment, just in case. After a 
few hours and under some load the machine send the same error.

Any ideas on what could be causing the problem?

Thanks in advance.

JB

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


mailman problems

2003-07-11 Thread User QUADRANT
Sorry, but this is probably a rudimentary question
for some of you. Using mailman, I've created a
list. But when I do (as root) a
python mailmanctl -u start
I get a
Warning! You may encounter permission problems.
Site list is missing: mailman
and it exits.

I've tampered with this program for hours now,
trying every possible combination. How do I get
this friggin thing up and running?? I'm
running 5.1 RELEASE, but had the same problems with 4.8
RELEASE. I'm ready to toss my box out the FUCKING
window!!! Excuse my language!!!


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


  1   2   >