Re: vpn

2003-01-12 Thread Shaun Dwyer
Easiest solution for this is probably to get a dyndns address,
get the freebsd box to update this everytime its ip changes
via one of the dyndns clients... run the vpn server on the freebsd
box, and get the win XP box to connect to it.

--Shaun

Bill Moran wrote:

Sebastian Boldt wrote:


Hello ppl,

I want to setup an encrypted vpn between a
winxp and a freebsd5 box with both having
dynamic ips. Does someone know a piece of
software that is able to manage this?



Totally automatic? No, I don't know of any.
You could use mpd on FreeBSD to set up or connect to a PPTP
VPN from the WinXP box.  I don't know of anything that will
figure out the IPs though.  You'll have to see what IP each
machine has before you'll be able to connect.

You could use IPsec, but last I checked, the Win version of
IPsec did things a little differently than the rest of the
world, and wasn't 100% compatable in all modes, but you still
might find it usefull ... depending on exactly what you are
trying to accomplish.





To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Thank You for your e-mail (KMM688904C0KM)

2003-01-12 Thread SDLC-EXT
Dear Sun Customer,

Thank you for taking time to email Sun Microsystems.  If you have made a
specific inquiry, you can expect a response within one business day. 
If your email was a comment or suggestion, we will review and forward
appropriate information to other Sun departments.

Thank you
Sun eCare Group


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



ipfw and dhcp.

2003-01-12 Thread Gary D Kline

When I installed ipfw recently, my wife complained that she
couldn't reach outside.  --She has a DOS/Win laptop that is 
plugged into my hub.  It works fine without enabling the 
DHCP line in my ipf firewall.   

If I translate this line into ipfw, should dhcp bgin working
for an arbitrary line::

# use next line if ISP uses DHCP
# pass in quick on dc0 proto udp from X.X.X.X/32 to any port = 68 keep state

??

My other systems are presently hard-wired.

Any ideas, pointers, thoughts, guesses very welcome.

thanks in advance, everybody,


gary


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


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



freebsd ports index (perl) searcher & browser

2003-01-12 Thread parv
if anybody is interested in a perl program which allows one to
search & browse the ports index (w/o using make & going into the
/usr/ports), the required parts are...

  description...

http://www103.pair.com/parv/comp/src/perl/parse-index.perl.pod


  main program...

http://www103.pair.com/parv/comp/src/perl/parse-index.perl


  module required (needs to be more thoroughly documented)...

http://www103.pair.com/parv/comp/src/perl/modules/Util.pm


...you may need to edit the "push" line in "BEGIN" in "parse-index.perl"...

  BEGIN
  { #  location where non-default modules live
#  
#  change 'modules' to wherever you have stored above "Util.pm"
#  
push @INC, 'modules';
  }

  use Util qw( check_hash max_length );


...to reflect the location of above 'Util.pm'.


(i know i need to automagic-ate this editing thing; as it is, it's
lousy.  working on it; please bear with me.)


  - parv

-- 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Zope does not start on boot-up

2003-01-12 Thread P. U. Kruppa

Hi Hanspeter!

On Sun, 12 Jan 2003, Hanspeter Roth wrote:
>   On Jan 11 at 21:15, P. U. Kruppa spoke:
>
> > The rc.d-script that came with the port does not do anything -
> > neither manually - nor on boot-up (besides echoing " Zope").
> [...]
> > >> /usr/local/www/Zope/var/zope-output 2>&1 &
>
> Does /usr/local/www/Zope/var/zope-output tell you something?

Yes: it contents many messages like this:


 [...]

--
2003-01-11T20:58:11 INFO(0) ZODB Opening database for mounting: 
'144222624_1042283507.685494'
--
2003-01-11T20:58:11 INFO(0) ZODB Mounted database '144222624_1042283507.685494' at 
/temp_folder
--
2003-01-11T20:58:11 INFO(0) ZServer HTTP server started at Sat Jan 11 20:58:11 2003
Hostname: small.pukruppa.de
Port: 8080
--
2003-01-11T20:58:11 INFO(0) ZServer FTP server started at Sat Jan 11 20:58:11 2003
Hostname: small.pukruppa.de
Port: 8021
--
2003-01-11T20:58:11 INFO(0) ZServer PCGI Server started at Sat Jan 11 20:58:11 2003
Unix socket: /usr/local/www/Zope/var/pcgi.soc
--
2003-01-11T20:58:11 PANIC(300) z2 Startup exception
Traceback (innermost last):
  File /usr/local/www/Zope/z2.py, line 690, in ?
IOError: [Errno 13] Permission denied: '/usr/local/www/Zope/var/Z2.pid'


   [...]



Uli.

>
> -Hanspeter
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
>

*---*
*Peter Ulrich Kruppa*
*  -  Wuppertal -   *
*  Germany  *
*---*


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: USB hub detach causing panic in 4.7p3?! (more information)

2003-01-12 Thread Darren Pilgrim
Darren Pilgrim wrote:

I'm going to try a few more things, like plugging and unplugging the hub 
with the monitor on, as well as plugging and unplugging devices from 
both the root hub and the hub in the monitor to see if it's more 
general, or if it's just something wrong with the uhub detach routine.

I tried various patterns of plugging and unplugging devices and the hub, 
as well as booting with and without the hub connected and with and 
without additional devices connected to the hub.  The additional device 
was a Microsoft Wireless Intellimouse Explorer.  I should note that I 
have /etc/usbd.conf modified to not run moused when a ums device is 
attached.

In all cases, panics only occured when the hub was detached without 
anything attached to it.  In all other cases the hub and the ums device 
attached to the hub it detached and reattached repeatedly without problems.

While doing this testing, the fault information was different in two 
places: the stack and frame pointer values in the second (after the 
"syncing disks" message) fault information block were different, but 
consistent for all panics:

stack pointer   = 0x10:0xc0250dd0
frame pointer   = 0x10:0xc0250dd8

The first fault's information block and the remaining information from 
the second block was the same as previously reported.

I also looked through my logs and found that, until this afternoon, the 
ums device was always attached when I had turned the monitor off.  My 
logs cover 4.7-R, 4.7p2, and 4.7p3, with over 20 reboots between 1am 
Friday morning and 5pm today, the time of the first panic.

I suppose the question now is: why does uhub cause a page fault when an 
unused hub is detached?  Unused meaning there are no devices hanging off it.

I'd also like to take this moment to thank all the hackers who made 
FreeBSD so damned robust that I could deliberately panic the machine 
over and over and have all the filesystems come up fine every time.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


RE: How to customize 'pkg_add -r' for mailman

2003-01-12 Thread C Burchell
Jim:

Thanks for your help.  I have locally installed the ports tree and
resolved my problem by:

-editing the /usr/ports/mail/mailman/Makefile to use "MAIL_GID? = 65534"
-make (which fetches from the Internet since no local source could be
found)
-make install
-configure mailman

Problem solved!
Thanks again!

Chris


> -Original Message-
> From: Jim Mock [mailto:[EMAIL PROTECTED]] 
> Sent: Sunday, January 12, 2003 7:41 PM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: Re: How to customize 'pkg_add -r' for mailman
> 
> 
> [ Please keep the list Cc'd on replies so if somebody runs into this 
> again hopefully they'll find the thread in the archives. ]
> 
> On Sunday, January 12, 2003, at 03:52  PM, C Burchell wrote:
> >> Install the port instead and add --with-mail-gid 65534 to the
> >> CONFIGURE_ARGS in the Makefile, or define it on the 
> command line when 
> >> you compile the port:
> >>
> >> make CONFIGURE_ARGS="--with-mail-gid 65534" install
> >>
> >> That should work, I think.
> >>
> >
> > I gather this applies if I have the ports locally installed?
> 
> Correct.  You need to have the ports tree installed.
> 
> > You mean edit the existing Make file in /wherever/ports/are 
> installed?
> 
> The Makefile in /usr/ports/mail/mailman.
> 
> > How / can I change this if I am installing remotely by 
> using 'pkg_add 
> > -r' ?
> 
> You can't.  The package is just a pre-compiled binary of the 
> port using 
> the default options specified in the port's Makefile.  
> Basically, it's 
> the result of:
> 
>  # cd /usr/ports/mail/mailman
>  # make package
> 
> > Maybe I'm missing something here... I always use pkg_add, which I 
> > gather automatically installs the port... Is there a way to 
> download 
> > the port and compile it locally?  If so, can you direct me 
> to the FAQ 
> > on this?  I have not been able to find anything in my 2nd 
> Ed. copy of 
> > the FreeBSD Handbook.
> 
> pkg_add only deals with binaries.  You'll need to compile the port 
> itself if you want to change the default options.  Take a look at 
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html 
> for info on installing the ports collection and installing individual 
> ports.
> 
> - jim
> 
> -- 
> jim mock[EMAIL PROTECTED]
> 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: FreeBSD 4.7-Release Won't Boot (Non-MIME)

2003-01-12 Thread Andrew Y Ng
are you able to boot the kernel on the drive from the cdrom? (by interrupting
the boot loader on the cdrom and specifying the hard drive and kernel)

play with your BIOS setting, maybe you have to enable large disk support or
something. do you see the boot0 prompt at all (i think it says something like
"F1: FreeBSD")?? if you tried to install without boot manager and it still
didn't boot up freebsd, it's almost like your BIOS doesn't know how to load
the MBR, so maybe your BIOS settings are messed up.

I had problems with boot0 before, the FreeBSD Handbook and the FAQ's
disk/fs/boot section were really helpful. also look into boot(8).

/ayn


On  0, Matt <[EMAIL PROTECTED]> wrote:
> Hi,
> My apologies for the re-post, I sent first MIME-Encoded by mistake,
> 
> Hi,
> I am attempting an installation of 4.7 Release made from ISO a few days
> ago on the following system: AMD Athlon 1400 Aopen AK77-333 MB Western
> Digital Caviar 20GB Hard Disk
> 
> The system boots from CD A OK, and runs through the install without any
> problems, upon reboot after the install is complete the system reports a
> disk error and FreeBSD will not boot from the hard drive, it does not
> begin loading FreeBSD or anything at all.  Other OS's have worked on the
> same hardware with no problems, I verified the C/H/S settings for the
> FDISK, and they are okay, I have tried installing with the FreeBSD boot
> manager, as well as with the old Dangerously Dedicared mode, to no avail.
> I'm not really sure where I can go from here.  I suspected a problem with
> the hard disk at first but I have run all the Western Digital diagnostics
> on it, and they come out clean.  It is running at ATA100 with the proper
> cabling, and FreeBSD detects this, it also appears that all of the install
> files DO copy to the drive, as I can use the system immediately after the
> install from the Emergency shell on VTY4, right now it is online as such
> running Seti@Home packets without any problems, any help would be MUCHLY
> appreciated, thanks!
> 
> Matt Rudderham
> 
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message

-- 
andrew y ng  <[EMAIL PROTECTED]>  http://andrewng.com
independent computer consultants http://aynassociates.com




msg15266/pgp0.pgp
Description: PGP signature


USB hub detach causing panic in 4.7p3?!

2003-01-12 Thread Darren Pilgrim
I have a USB hub that's built into my Viewsonic PT775 monitor.  The hub 
works fine, and has worked fine for years in Windows, Linux, and 
FreeBSD.  The USB hub is only attached to the rest of the USB bus when 
the monitor is on, so turning the monitor on or off produces the 
expected uhub attach/detach noticed.  On Friday (Jan 10), I cvsupped and 
recompiled to upgrade from 4.7p2 to 4.7p3.  Prior to this upgrade, I 
know that the attach/dettach process worked without problems.  As of 
about 5pm today, turning the monitor off causes this result (please 
forgive typos, this is a transcription, though I'm over 99.9% sure the 
numbers are correct):

uhub1: at uhub0 port 2 (addr 2) disconnected
uhub1: detached

Fatal trap 12: page fault while in kernel mode
fault virtual addres= 0x3
fault code  = supervisor read, page not present
instruction pointer = 0x8:0xc031fe04
stack pointer   = 0x10:0xc0250fb0
frame pointer   = 0x10:0xc0250fc4
code segment= base 0x0, limit 0xf, type 0x1b
= DPL 0, pres 1, def32 1, gran 1
processor eflags= interrupt enabled, resume, IOPL = 0
current process = Idle
interrupt mask  = bio
trap number = 12
panic: page fault


syncing disks...

Fatal trap 12: page fault while in kernel mode
fault virtual address   = 0x30
fault code  = supervisor read, page not present
instruction pointer = 0x8:0xc01c2498
stack pointer   = 0x10:0xc0250d98
frame pointer   = 0x10:0xc0250da0
code segment= base 0x0, limit 0xf, type 0x1b
= DPL 0, pres 1, def32 1, gran 1
processor eflags= interrupt enabled, resume, IOPL = 0
current process = Idle
interrupt mask  = bio
trap number = 12
panic: page fault
Uptime: 3m57s
--> Press a key on the console to reboot,
--> or switch off the system now.

Nothing is plugged into the hub at the time.  This seems to be a 
reliable panic in that I got the exact same panic when I switch the 
monitor off again later after having warm rebooted.

I can't say beyond now vs. before Friday if the upgrade to 4.7p3 caused 
the problem or not.  Nor can I say for sure that the problem existed 
between Friday and today, as I can't recall if I had turned off the 
monitor while running FreeBSD between now and then (I reboot between 
FreeBSD and Windows multiple times per day).

I made sure to delete the contens of /usr/obj/usr and run make cleandir 
twice before compiling 4.7p3, and I've made no other changes to the 
system configuration beyond adding a couple of X programs 
(x11-fm/asfiles and x11-fm/endeavour).

I'm going to try a few more things, like plugging and unplugging the hub 
with the monitor on, as well as plugging and unplugging devices from 
both the root hub and the hub in the monitor to see if it's more 
general, or if it's just something wrong with the uhub detach routine.

Is this a known problem or does anyone have any suggestions for tracking 
down this problem?


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: How to customize 'pkg_add -r' for mailman

2003-01-12 Thread Jim Mock
[ Please keep the list Cc'd on replies so if somebody runs into this 
again hopefully they'll find the thread in the archives. ]

On Sunday, January 12, 2003, at 03:52  PM, C Burchell wrote:
Install the port instead and add --with-mail-gid 65534 to the
CONFIGURE_ARGS in the Makefile, or define it on the command line when 
you compile the port:

make CONFIGURE_ARGS="--with-mail-gid 65534" install

That should work, I think.


I gather this applies if I have the ports locally installed?


Correct.  You need to have the ports tree installed.


You mean edit the existing Make file in /wherever/ports/are installed?


The Makefile in /usr/ports/mail/mailman.


How / can I change this if I am installing remotely by using 'pkg_add 
-r' ?

You can't.  The package is just a pre-compiled binary of the port using 
the default options specified in the port's Makefile.  Basically, it's 
the result of:

# cd /usr/ports/mail/mailman
# make package

Maybe I'm missing something here... I always use pkg_add, which I 
gather automatically installs the port... Is there a way to download 
the port and compile it locally?  If so, can you direct me to the FAQ 
on this?  I have not been able to find anything in my 2nd Ed. copy of 
the FreeBSD Handbook.

pkg_add only deals with binaries.  You'll need to compile the port 
itself if you want to change the default options.  Take a look at 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html 
for info on installing the ports collection and installing individual 
ports.

- jim

--
jim mock[EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


FreeBSD 4.7-Release Won't Boot (Non-MIME)

2003-01-12 Thread Matt
Hi,
My apologies for the re-post, I sent first MIME-Encoded by mistake,

Hi,
I am attempting an installation of 4.7 Release made from ISO a few days
ago on the following system: AMD Athlon 1400 Aopen AK77-333 MB Western
Digital Caviar 20GB Hard Disk

The system boots from CD A OK, and runs through the install without any
problems, upon reboot after the install is complete the system reports a
disk error and FreeBSD will not boot from the hard drive, it does not
begin loading FreeBSD or anything at all.  Other OS's have worked on the
same hardware with no problems, I verified the C/H/S settings for the
FDISK, and they are okay, I have tried installing with the FreeBSD boot
manager, as well as with the old Dangerously Dedicared mode, to no avail.
I'm not really sure where I can go from here.  I suspected a problem with
the hard disk at first but I have run all the Western Digital diagnostics
on it, and they come out clean.  It is running at ATA100 with the proper
cabling, and FreeBSD detects this, it also appears that all of the install
files DO copy to the drive, as I can use the system immediately after the
install from the Emergency shell on VTY4, right now it is online as such
running Seti@Home packets without any problems, any help would be MUCHLY
appreciated, thanks!

Matt Rudderham



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



ftpd and Internet Explorer 6

2003-01-12 Thread Drew Tomlinson
I was attempting to allow a user to get some files via ftp from my FreeBSD
4.7 box using the ftp client built into MS Internet Explorer 6 (IE).  I
created a guest account and set the shell to /sbin/nologin.  That appears to
work fine.  Then I created a symlink to the directory that contains the
files for the user but the symlink doesn't appear in the files list in IE.
All of the .files that were created by the adduser script do show.  My
directory looks like this:

-rw-r--r--  1 guest  guest  771 Jan 12 18:07 .cshrc
-rw-r--r--  1 guest  guest  255 Jan 12 18:07 .login
-rw-r--r--  1 guest  guest  165 Jan 12 18:07 .login_conf
-rw---  1 guest  guest  371 Jan 12 18:07 .mail_aliases
-rw-r--r--  1 guest  guest  331 Jan 12 18:07 .mailrc
-rw-r--r--  1 guest  guest  801 Jan 12 18:07 .profile
-rw---  1 guest  guest  276 Jan 12 18:07 .rhosts
-rw-r--r--  1 guest  guest  852 Jan 12 18:07 .shrc
lrwxr-xr-x  1 root   guest   54 Jan 12 18:09 Files -> /ftp/guest


Is there something I can do to get the symlink to show in IE?  My user is
very green and trying to teach him how to use an ftp client is something I'd
rather avoid.

Thanks,

Drew


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



RE: LINUX sysinfo syscall

2003-01-12 Thread William Gianopoulos
OK sounds like the answer is to not bother.  Kind of what I suspected.  The
tapedrive was not going to be a problem I was only trying to get the
workgroup option to work to back it up via TCP/IP to the Windows/XP system
with the tapedrive on it.

I guess I'll just stick with my current backup method.  The other drive on
the system runs windows so I just mount it and backup stuff to it and then
do the tape backups from there.
Just makes it a 2 step 2 OS boot thing to restore stuff from tape though.

--
William A. Gianopoulos
IT Security Engineering
Raytheon Company


-Original Message-
From: Dan Nelson [mailto:[EMAIL PROTECTED]] 
Sent: Sunday, January 12, 2003 6:43 PM
To: William Gianopoulos
Cc: [EMAIL PROTECTED]
Subject: Re: LINUX sysinfo syscall


In the last episode (Jan 12), William Gianopoulos said:
> This has probably been asked before, but I could not find any info 
> searching the archives. I am trying to run the Linux version Tapeware 
> from Yosemite under FreeBSD 4.1.  It fails because the Linux syscall 
> sysinfo is not implemented.  My questions are:
> 
> 1-  Is there some other port/package or option I should be using?
> 
> 2-  Would a later version of FreeBSD fix this?
> 
> 3-  Should I just give up?

You will face two other problems once you get it actually running:

* You won't be able to use it as a device server, since Tapeware sends
  raw SCSI requests to /dev/sg* on Linux.  The equivalent for FreeBSD
  would be to use /dev/pass* devices, and there is no emulation layer.

* Linux emulated programs always search /compat/linux/ before /, so if
  you ask to have "/bin" backed up it will back up /compat/linux/bin
  instead of /bin, for example.  I don't know if there is a useful
  workaround, since Tapeware is smart enough to not follow symlinks
  (otherwise you could ccreate a symlink at /compat/linux/realroot
  pointing to /, and ask Tapeware to back up "/realroot")

Tapeware is great software, but I don't think they are a large enough
company to be able to maintain a port to FreeBSD.  I think you can tell
Tapeware to back up NFS mountpoints, so you might be able to back up the
FreeBSD system by mounting it from another Linux box (or a Windows one if
the BSD one is running samba)

-- 
Dan Nelson
[EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



4.7-Release Won't Boot

2003-01-12 Thread Matt Rudderham
Hi,
I am attempting an installation of 4.7 Release made from ISO a few days ago on the 
following system: AMD Athlon 1400 Aopen AK77-333 MB Western Digital Caviar 20GB Hard 
Disk

The system boots from CD A OK, and runs through the install without any problems, upon 
reboot after the install is complete the system reports a disk error and FreeBSD will 
not boot from the hard drive, it does not begin loading FreeBSD or anything at all.  
Other OS's have worked on the same hardware with no problems, I verified the C/H/S 
settings for the FDISK, and they are okay, I have tried installing with the FreeBSD 
boot manager, as well as with the old Dangerously Dedicared mode, to no avail.  I'm 
not really sure where I can go from here.  I suspected a problem with the hard disk at 
first but I have run all the Western Digital diagnostics on it, and they come out 
clean.  It is running at ATA100 with the proper cabling, and FreeBSD detects this, it 
also appears that all of the install files DO copy to the drive, as I can use the 
system immediately after the install from the Emergency shell on VTY4, right now it is 
online as such running Seti@Home packets without any problems, any help would be 
MUCHLY appreciated, thanks!

Matt



Re: VPN Newbie has a silly question

2003-01-12 Thread Louis LeBlanc
On 01/12/03 07:35 PM, Adam Maas sat at the `puter and typed:
> Big question is 'Is that Cisco box doing NAT?' If so, you might as well
> stick to SSH Tunneling, because IPSEC won't do encryption through a NAT'ing
> firewall. Solution 3 is to look to see if anybody ported the GRE (CISCO
> Proprietary VPN Protocol) support from Linux.

I don't think it is doing NAT - I'll check before investing long
nights into this.

And the Cisco client has been ported, but it hasn't been made to work
on FreeBSD in compatibility mode.  One of the folks I work with tried
for a while and gave up.  Something to do with a hardcoded ethernet
interface and some wierdness with making it configurable or changing
it at all.  I've never gotten a look at the code myself, but I've been
severly discouraged from attempting it.  I don't know why.

Thanks for the heads up.

Lou

> --Adam
> 
> - Original Message -
> From: "Louis LeBlanc" <[EMAIL PROTECTED]>
> To: "FreeBSD Questions" <[EMAIL PROTECTED]>
> Sent: Sunday, January 12, 2003 7:29 PM
> Subject: Re: VPN Newbie has a silly question
> 
> 
> > On 01/12/03 06:22 PM, Dru sat at the `puter and typed:
> > >
> > >
> > > On Sun, 12 Jan 2003, Louis LeBlanc wrote:
> > >
> > > > Here's a complicated VPN question:
> > > >
> > > > I have one FreeBSD machine behind a firewall (let's call it WORK),
> > > > only way thru is via VPN - unfortunately, the VPN in use is an old
> > > > proprietary Cisco deal that has no client ported to FreeBSD.
> > > >
> > > > The other machine (also FreeBSD, call it HOME), is on a dynamic IP,
> > > > but with the dns name served thru Zoneedit.com - so anytime the IP
> > > > changes, there's maybe an hour or two of lag time while the auto
> > > > update scripts get the dns back on track.
> > > >
> > > > What I want to do is initiate a VPN connection from WORK to HOME, and
> > > > here's where I show my VPN ignorance, connect thru that VPN connection
> > > > from HOME to WORK.  Basically I want to work from home on a secure
> > > > connection rather than just getting my work machine to pop a terminal
> > > > up on the home display over an insecure connection.
> > > >
> > > > I suspect this won't work this way, but I figure what the hell.  The
> > > > worst that can happen is someone tells me I'm a dope and it don't work
> > > > that way.
> > > >
> > > > So will it, or not?
> > >
> > >
> > > It should be doable. You may have less hair than you started out with
> and
> > > learn more than you ever cared to about IPSec on the way to getting it
> to work,
> > > but it should work.
> >
> > Ok, then no deadlines . . .  Thanks!
> >
> > > Now, is this Cisco deal a concentrator, a PIX, or a router? (it makes a
> > > difference) Do you have the flexibility of getting its admin to create
> the
> > > necessary IPSec policy and access lists to allow you through? Is your
> new
> > > IP address always within the same network range? (that will make access
> > > lists much easier)
> >
> > No, it's a Cisco 5000, or some such thing.  It isn't IPSEC compliant,
> > but has like 2 general passwords - in addition to the user password.
> > There was supposed to be some promotion from Cisco to upgrade it last
> > year, with free hardware, but our sysadmins were swamped at the time
> > and decided against it.  Had they had the time, it would have become
> > IPSEC compliant.
> >
> > > These will get you started:
> > >
> > > klub.chip.pl/nolewajk/work/freebsd/FreeBSD-howto.htm
> > >
> > >
> www.cisco.com/en/US/products/sw/iosswrel/ps1831/products_configuration_guide
> s_books_list.html
> > >
> > > you want SC: Part 4: IP Security and Encryption
> > >
> > > Make sure you create a "dynamic" crypto map in addition to the regular
> > > crypto map. Authentication may prove interesting due to the dynamic IP;
> > > you'll want to read up carefully on your possibilities.
> > >
> > > As a side note, it may prove easier to just configure ssh on the
> > > destination computer and create the necessary rule to allow the
> > > connection on the access list on the Cisco thingie. Just a thought.
> > >
> > > Good luck,
> > >
> > > Dru
> >
> > I'll start on that.  What I'll do is look out for a connection failure
> > hook of sorts, and just write a script to reinitialize the connection
> > when the IP changes.  Shouldn't be too hard to monitor that and write
> > a catch script to fix the configs and reestablish the connection.
> >
> > Thanks a bunch.
> > Lou
> > --
> > Louis LeBlanc   [EMAIL PROTECTED]
> > Fully Funded Hobbyist, KeySlapper Extrordinaire :)
> > http://www.keyslapper.org ԿԬ
> >
> > nolo contendere:
> >   A legal term meaning: "I didn't do it, judge, and I'll never do it
> again."
> >
> > To Unsubscribe: send mail to [EMAIL PROTECTED]
> > with "unsubscribe freebsd-questions" in the body of the message
> >
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
> 
> 

-- 
Louis LeBlanc  

Re: pop-before-smtp

2003-01-12 Thread Mark
- Original Message -
From: "Antoine Jacoutot" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 13, 2003 12:41 AM
Subject: pop-before-smtp

> I've been looking all around but I don't find any pop-before-smtp
> solution within FreeBSD (no package, no ports, at least I didn't find
> any).


I use DRAC + SASL (for sendmail). Admitted, you have to recompile a few
items; but it works like a charm. :)

- Mark

System Administrator Asarian-host.org

---
"If you were supposed to understand it,
we wouldn't call it code." - FedEx


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: pop-before-smtp

2003-01-12 Thread Joan Picanyol i Puig
* Antoine Jacoutot <[EMAIL PROTECTED]> [20030113 00:40]:
> I've been looking all around but I don't find any pop-before-smtp
> solution within FreeBSD (no package, no ports, at least I didn't find
> any).
If you really want to set this up, you might need to work a little
harder :o

> Do you know if such a solution exists.
Yes. I use qmail+vmailmgr+relay-control. It works so well I have
forgotten how to install it :) They can be found at
http://cr.yp.to/qmail.html, http://untroubled.org/vmailmgr/ and
http://untroubled.org/relay-control. To get better support about any
installation problems you might have, follow http://www.lifewitqmail.org

qvb
-- 
pica

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: pop-before-smtp

2003-01-12 Thread pan

> > I've been looking all around but I don't find any pop-before-smtp
> > solution within FreeBSD (no package, no ports, at least I didn't find
> > any).
> > Do you know if such a solution exists.
> 

http://popbsmtp.sourceforge.net/

For the other person who didn't know what pop-before-smtp is;

it's a perl daemon utility that maintains a flat file db of those
who have recently popped the mail server - db entries contihue
to exist for a specific time and then are removed

the deamon does not allow anyone not in the flat file to
use smtp

it's an anti-spam relay technique - really it's a kludge, but
it works



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: VPN Newbie has a silly question

2003-01-12 Thread Adam Maas
Big question is 'Is that Cisco box doing NAT?' If so, you might as well
stick to SSH Tunneling, because IPSEC won't do encryption through a NAT'ing
firewall. Solution 3 is to look to see if anybody ported the GRE (CISCO
Proprietary VPN Protocol) support from Linux.

--Adam

- Original Message -
From: "Louis LeBlanc" <[EMAIL PROTECTED]>
To: "FreeBSD Questions" <[EMAIL PROTECTED]>
Sent: Sunday, January 12, 2003 7:29 PM
Subject: Re: VPN Newbie has a silly question


> On 01/12/03 06:22 PM, Dru sat at the `puter and typed:
> >
> >
> > On Sun, 12 Jan 2003, Louis LeBlanc wrote:
> >
> > > Here's a complicated VPN question:
> > >
> > > I have one FreeBSD machine behind a firewall (let's call it WORK),
> > > only way thru is via VPN - unfortunately, the VPN in use is an old
> > > proprietary Cisco deal that has no client ported to FreeBSD.
> > >
> > > The other machine (also FreeBSD, call it HOME), is on a dynamic IP,
> > > but with the dns name served thru Zoneedit.com - so anytime the IP
> > > changes, there's maybe an hour or two of lag time while the auto
> > > update scripts get the dns back on track.
> > >
> > > What I want to do is initiate a VPN connection from WORK to HOME, and
> > > here's where I show my VPN ignorance, connect thru that VPN connection
> > > from HOME to WORK.  Basically I want to work from home on a secure
> > > connection rather than just getting my work machine to pop a terminal
> > > up on the home display over an insecure connection.
> > >
> > > I suspect this won't work this way, but I figure what the hell.  The
> > > worst that can happen is someone tells me I'm a dope and it don't work
> > > that way.
> > >
> > > So will it, or not?
> >
> >
> > It should be doable. You may have less hair than you started out with
and
> > learn more than you ever cared to about IPSec on the way to getting it
to work,
> > but it should work.
>
> Ok, then no deadlines . . .  Thanks!
>
> > Now, is this Cisco deal a concentrator, a PIX, or a router? (it makes a
> > difference) Do you have the flexibility of getting its admin to create
the
> > necessary IPSec policy and access lists to allow you through? Is your
new
> > IP address always within the same network range? (that will make access
> > lists much easier)
>
> No, it's a Cisco 5000, or some such thing.  It isn't IPSEC compliant,
> but has like 2 general passwords - in addition to the user password.
> There was supposed to be some promotion from Cisco to upgrade it last
> year, with free hardware, but our sysadmins were swamped at the time
> and decided against it.  Had they had the time, it would have become
> IPSEC compliant.
>
> > These will get you started:
> >
> > klub.chip.pl/nolewajk/work/freebsd/FreeBSD-howto.htm
> >
> >
www.cisco.com/en/US/products/sw/iosswrel/ps1831/products_configuration_guide
s_books_list.html
> >
> > you want SC: Part 4: IP Security and Encryption
> >
> > Make sure you create a "dynamic" crypto map in addition to the regular
> > crypto map. Authentication may prove interesting due to the dynamic IP;
> > you'll want to read up carefully on your possibilities.
> >
> > As a side note, it may prove easier to just configure ssh on the
> > destination computer and create the necessary rule to allow the
> > connection on the access list on the Cisco thingie. Just a thought.
> >
> > Good luck,
> >
> > Dru
>
> I'll start on that.  What I'll do is look out for a connection failure
> hook of sorts, and just write a script to reinitialize the connection
> when the IP changes.  Shouldn't be too hard to monitor that and write
> a catch script to fix the configs and reestablish the connection.
>
> Thanks a bunch.
> Lou
> --
> Louis LeBlanc   [EMAIL PROTECTED]
> Fully Funded Hobbyist, KeySlapper Extrordinaire :)
> http://www.keyslapper.org ԿԬ
>
> nolo contendere:
>   A legal term meaning: "I didn't do it, judge, and I'll never do it
again."
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
>


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: pop-before-smtp

2003-01-12 Thread Adam Maas
POP before SMTP is a form of SMTP Authentication. Basically, the SMTP
allowes any IP which has succesfully POP'd mail to relay through it for a
fixed period, say 15 minutes since the POP3 transaction. It's quite useful
for roaming dial users.

--Adam

- Original Message -
From: "Alex" <[EMAIL PROTECTED]>
To: "Antoine Jacoutot" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Sunday, January 12, 2003 7:26 PM
Subject: Re: pop-before-smtp


>
> Dear/Beste Antoine,
>
> Monday, January 13, 2003, 12:41:32 AM, you wrote:
>
> > I've been looking all around but I don't find any pop-before-smtp
> > solution within FreeBSD (no package, no ports, at least I didn't find
> > any).
> > Do you know if such a solution exists.
>
> What do you mean with: pop-before-smtp. You use STMP to send you mail
> from one server to another. And you use POP(3) to receive you mail
> from the 2nd server. I use qpopper for my pop3 services.
>
> --
> Best regards/Met vriendelijke groet,
> Alex
>
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
>


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: VPN Newbie has a silly question

2003-01-12 Thread Louis LeBlanc
On 01/12/03 06:22 PM, Dru sat at the `puter and typed:
> 
> 
> On Sun, 12 Jan 2003, Louis LeBlanc wrote:
> 
> > Here's a complicated VPN question:
> >
> > I have one FreeBSD machine behind a firewall (let's call it WORK),
> > only way thru is via VPN - unfortunately, the VPN in use is an old
> > proprietary Cisco deal that has no client ported to FreeBSD.
> >
> > The other machine (also FreeBSD, call it HOME), is on a dynamic IP,
> > but with the dns name served thru Zoneedit.com - so anytime the IP
> > changes, there's maybe an hour or two of lag time while the auto
> > update scripts get the dns back on track.
> >
> > What I want to do is initiate a VPN connection from WORK to HOME, and
> > here's where I show my VPN ignorance, connect thru that VPN connection
> > from HOME to WORK.  Basically I want to work from home on a secure
> > connection rather than just getting my work machine to pop a terminal
> > up on the home display over an insecure connection.
> >
> > I suspect this won't work this way, but I figure what the hell.  The
> > worst that can happen is someone tells me I'm a dope and it don't work
> > that way.
> >
> > So will it, or not?
> 
> 
> It should be doable. You may have less hair than you started out with and
> learn more than you ever cared to about IPSec on the way to getting it to work,
> but it should work.

Ok, then no deadlines . . .  Thanks!

> Now, is this Cisco deal a concentrator, a PIX, or a router? (it makes a
> difference) Do you have the flexibility of getting its admin to create the
> necessary IPSec policy and access lists to allow you through? Is your new
> IP address always within the same network range? (that will make access
> lists much easier)

No, it's a Cisco 5000, or some such thing.  It isn't IPSEC compliant,
but has like 2 general passwords - in addition to the user password.
There was supposed to be some promotion from Cisco to upgrade it last
year, with free hardware, but our sysadmins were swamped at the time
and decided against it.  Had they had the time, it would have become
IPSEC compliant.

> These will get you started:
> 
> klub.chip.pl/nolewajk/work/freebsd/FreeBSD-howto.htm
> 
> 
>www.cisco.com/en/US/products/sw/iosswrel/ps1831/products_configuration_guides_books_list.html
> 
> you want SC: Part 4: IP Security and Encryption
> 
> Make sure you create a "dynamic" crypto map in addition to the regular
> crypto map. Authentication may prove interesting due to the dynamic IP;
> you'll want to read up carefully on your possibilities.
> 
> As a side note, it may prove easier to just configure ssh on the
> destination computer and create the necessary rule to allow the
> connection on the access list on the Cisco thingie. Just a thought.
> 
> Good luck,
> 
> Dru

I'll start on that.  What I'll do is look out for a connection failure
hook of sorts, and just write a script to reinitialize the connection
when the IP changes.  Shouldn't be too hard to monitor that and write
a catch script to fix the configs and reestablish the connection.

Thanks a bunch.
Lou
-- 
Louis LeBlanc   [EMAIL PROTECTED]
Fully Funded Hobbyist, KeySlapper Extrordinaire :)
http://www.keyslapper.org ԿԬ

nolo contendere:
  A legal term meaning: "I didn't do it, judge, and I'll never do it again."

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: pop-before-smtp

2003-01-12 Thread Alex

Dear/Beste Antoine,

Monday, January 13, 2003, 12:41:32 AM, you wrote:

> I've been looking all around but I don't find any pop-before-smtp
> solution within FreeBSD (no package, no ports, at least I didn't find
> any).
> Do you know if such a solution exists.

What do you mean with: pop-before-smtp. You use STMP to send you mail
from one server to another. And you use POP(3) to receive you mail
from the 2nd server. I use qpopper for my pop3 services.

-- 
Best regards/Met vriendelijke groet,
Alex


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Question

2003-01-12 Thread Matthew Seaman
On Sun, Jan 12, 2003 at 06:23:09PM -0500, Steve Winnacott wrote:
 
> Based on group membership, allow or deny certain users access to certain
> outgoing services (www, telnet, ftp, ssh, ping, traceroute, etc). Again this
> is not IP based, but based on group membership. Everyone can log into any PC
> on the LAN. I've seen something like this done in Novell, where based on a
> users group context, their access is limited to certain services.

From the ipfw(8) man page:

   RULE OPTIONS (MATCH PATTERNS)
 Additional match patterns can be used within rules. Zero or more of these
 so-called options can be present in a rule, optionally prefixed by the
 not operand, and possibly grouped into or-blocks.

 The following match patterns can be used (listed in alphabetical order):

 [...]

 gid group
 Matches all TCP or UDP packets sent by or received for a group.
 A group may be specified by name or number.

which sounds like a way of implementing what you want.  Section 10.7
of the handbook covers setting up ipfw(8):
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/firewalls.html.
If you need help generating a ruleset for ipfw(8), search the archives
of this list for innumerable examples or ask again here.  Note that
this may not work entirely the way you expect as it's not possible in
all cases for the network stack to know what the gid of the local
*user* that causes the packets to be generated is, just the
sending/receiving process.

Another approach is to modify the ownership+permissions of the
binaries on the system --- this isn't fool proof by any means. A
reasonably quick witted user can just grab their own copy of the
binary from some other system, and use that. It will, at least, make
your intentions clear.  E.g. to limit telnet(1) to a particular group
of users, try:

# pw group add -n tlntusrs -M john,paul,george,ringo
# chgrp tlntusrs /usr/bin/telnet
# chmod 750 /usr/bin/telnet

Keep a script handy to regenerate the mode and group ownership changes
as if you ever do a {build,install}world your modifications will get
blown away.

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

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: linked twice against libintl.so

2003-01-12 Thread Dan Nelson
In the last episode (Jan 12), Hanspeter Roth said:
> Hello,
> 
> I'm trying to build the ElectricEyes port. The executable is linked
> against two versions of libintl.so:
> 
> libintl.so.4 => /usr/local/lib/libintl.so.4 (0x284c2000)
> libintl.so.2 => not found (0x0)
> 
> Gettext is 0.11.5_1.
> Is there a solution except of creating a link?

You definitely don't want to do this.  Shared libraries get version
bumps when the APIs change, so all you would do is coredump.

Run "ldd -a" on your electriceyes binary instead of "ldd".  This will
print out which libs pull in which libs.  Then upgrade whatever port
provided the lib that depends on libintl.so.2.

-- 
Dan Nelson
[EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: LINUX sysinfo syscall

2003-01-12 Thread Dan Nelson
In the last episode (Jan 12), William Gianopoulos said:
> This has probably been asked before, but I could not find any info
> searching the archives. I am trying to run the Linux version Tapeware
> from Yosemite under FreeBSD 4.1.  It fails because the Linux syscall
> sysinfo is not implemented.  My questions are:
> 
> 1-  Is there some other port/package or option I should be using?
> 
> 2-  Would a later version of FreeBSD fix this?
> 
> 3-  Should I just give up?

You will face two other problems once you get it actually running:

* You won't be able to use it as a device server, since Tapeware sends
  raw SCSI requests to /dev/sg* on Linux.  The equivalent for FreeBSD
  would be to use /dev/pass* devices, and there is no emulation layer.

* Linux emulated programs always search /compat/linux/ before /, so if
  you ask to have "/bin" backed up it will back up /compat/linux/bin
  instead of /bin, for example.  I don't know if there is a useful
  workaround, since Tapeware is smart enough to not follow symlinks
  (otherwise you could ccreate a symlink at /compat/linux/realroot
  pointing to /, and ask Tapeware to back up "/realroot")

Tapeware is great software, but I don't think they are a large enough
company to be able to maintain a port to FreeBSD.  I think you can tell
Tapeware to back up NFS mountpoints, so you might be able to back up
the FreeBSD system by mounting it from another Linux box (or a Windows
one if the BSD one is running samba)

-- 
Dan Nelson
[EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



pop-before-smtp

2003-01-12 Thread Antoine Jacoutot
Hi !

I've been looking all around but I don't find any pop-before-smtp
solution within FreeBSD (no package, no ports, at least I didn't find
any).
Do you know if such a solution exists.

Thanks in advance.

Best regards.

Antoine





To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: VPN Newbie has a silly question

2003-01-12 Thread Dru


On Sun, 12 Jan 2003, Louis LeBlanc wrote:

> Here's a complicated VPN question:
>
> I have one FreeBSD machine behind a firewall (let's call it WORK),
> only way thru is via VPN - unfortunately, the VPN in use is an old
> proprietary Cisco deal that has no client ported to FreeBSD.
>
> The other machine (also FreeBSD, call it HOME), is on a dynamic IP,
> but with the dns name served thru Zoneedit.com - so anytime the IP
> changes, there's maybe an hour or two of lag time while the auto
> update scripts get the dns back on track.
>
> What I want to do is initiate a VPN connection from WORK to HOME, and
> here's where I show my VPN ignorance, connect thru that VPN connection
> from HOME to WORK.  Basically I want to work from home on a secure
> connection rather than just getting my work machine to pop a terminal
> up on the home display over an insecure connection.
>
> I suspect this won't work this way, but I figure what the hell.  The
> worst that can happen is someone tells me I'm a dope and it don't work
> that way.
>
> So will it, or not?


It should be doable. You may have less hair than you started out with and
learn more than you ever cared to about IPSec on the way to getting it to work,
but it should work.

Now, is this Cisco deal a concentrator, a PIX, or a router? (it makes a
difference) Do you have the flexibility of getting its admin to create the
necessary IPSec policy and access lists to allow you through? Is your new
IP address always within the same network range? (that will make access
lists much easier)

These will get you started:

klub.chip.pl/nolewajk/work/freebsd/FreeBSD-howto.htm

www.cisco.com/en/US/products/sw/iosswrel/ps1831/products_configuration_guides_books_list.html

you want SC: Part 4: IP Security and Encryption

Make sure you create a "dynamic" crypto map in addition to the regular
crypto map. Authentication may prove interesting due to the dynamic IP;
you'll want to read up carefully on your possibilities.

As a side note, it may prove easier to just configure ssh on the
destination computer and create the necessary rule to allow the
connection on the access list on the Cisco thingie. Just a thought.

Good luck,

Dru

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Postfix vs. Sendmail

2003-01-12 Thread Duncan Anker
On Fri, 2003-01-10 at 23:03, Roman Neuhauser wrote:
> # [EMAIL PROTECTED] / 2003-01-07 09:52:44 +1000:
> > 
> > um ... what's wrong with doing this in /etc/make.conf?
> > 
> > NO_BIND = true
> > NO_OPENSSL = true
> > NO_SENDMAIL = true
> > 
> > and so on.
> > 
> > Seems to be exactly what you want to do
> 
> No it's not.
> 
> The issue is more complex: Sendmail + DJB's dnscache
> + nameserver 127.0.0.1 in /etc/resolv.conf + default means of
> starting up the software = broken system:

This sounds like a different issue - my suggestion was for how to avoid
putting sendmail into the system when you build it.

Admittedly, after a default install it's already there and you have to
go and remove it, so yes, there should be an installer option for it.

> 
> 1) Sendmail gets started (/etc/rc.sendmail)
> 2) Sendmail looks up it's name (queries 127.0.0.1:53)
> 3) Sendmail gets upset
> 4) dnscache gets started (/usr/local/etc/rc.d/000.svscan.sh)
> 5) too late

If you need to start sendmail after DJB dnscache, you can disable it in
/etc/rc.conf and start it from a local script, no?

-- 

The information contained in this email is confidential.
If you are not the intended recipient, you may not disclose or use the
information in this email in any way.
Dark Blue Sea does not guarantee the integrity of any emails or attached
files.
The views or opinions expressed are the author's own and may not reflect
the views or opinions of Dark Blue Sea.
Dark Blue Sea does not warrant that any attachments are free from
viruses or other defects.
You assume all liability for any loss, damage or other consequences
which may arise from opening or using the attachments.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Question

2003-01-12 Thread Alex

Dear/Beste Steve,

Monday, January 13, 2003, 12:23:09 AM, you wrote:

> Hey people,

> I'm having trouble limiting users to certain services on my LAN.

> Here's what im trying to do.

> Based on group membership, allow or deny certain users access to certain
> outgoing services (www, telnet, ftp, ssh, ping, traceroute, etc). Again this
> is not IP based, but based on group membership. Everyone can log into any PC
> on the LAN. I've seen something like this done in Novell, where based on a
> users group context, their access is limited to certain services.


> Steve

This can be done (for the most part) with ipfw. Check out 'man ipfw'.

-- 
Best regards/Met vriendelijke groet,
Alex

P.S. Check out http://www.lemis.com/questions.html


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Newbie needs help with installation tasks.

2003-01-12 Thread Matthew Seaman
On Sun, Jan 12, 2003 at 11:19:35PM +, Steve Gladstone wrote:

> I formatted two floppy disks and used the /tools/fdimage utility on the 
> CD-R disk to copy /floppies/kern.flp and /floppies/mfsroot.flp to the 
> floppy disks.
> 
> I rebooted again with the new partition marked as active after selecting 
> the floppy drive as the first boot device in the BIOS settings.
> 
> I got the FreeBSD/i386 bootstrap loader message as expected but instead of 
> being prompted to insert the mfsroot disk I got the following messages...
> 
> /kernel text=0x2833b1 zf_read: unexpected EOF
> zf_read: unexpected EOF
> 
> elf_loadexec: archsw.readin failed.
> can't load module '/kernel'; input/output error.

This looks to me like a problem with one of the floppy disks you made.
Try again with a fresh floppy.  From experience, I've found that
there's quite a high failure rate on floppy disks used in this way ---
a single bad sector on the disk will make it useless for booting a
kernel from.

If you've got a FreeBSD machine available, running fdformat(1) on the
floppy and making sure that it formats without error will generally
confirm that the floppy is usable.  Plus reformatting the disk seems
to improve you chances of success when you copy one of the download
disk images onto it.

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

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Newbie needs help with installation tasks.

2003-01-12 Thread Steve Gladstone
I am trying to install FreeBSD 4.7R on an Intel Celeron 300MHz PC which has 
a 4GB hard drive and Windows 98 installed.

I have used Partition Magic to shrink the Windows partition on my hard drive 
from 4GB to 3GB and created a 1GB partition for the FreeBSD installation.
Partition Magic didn't offer support for preparing a partition for FreeBSD 
installation so I elected to create a FAT32 partition reasoning that the 
FreeBSD installation process would reformat the partition for the required 
file system.

I downloaded 4.7-mini.iso from FreeBSD.org and used Nero/Express to burn the 
file system to a CD-R disk.
I viewed the CD-R disk with a utility called ISOBUSTER and it appeared to be 
a bootable CDROM.

I marked my 1GB partition as active and rebooted my PC, after selecting 
CDROM as the first device in my BIOS settings.
I got an error message 'Boot from ATAPI CD-ROM ; Failure...' Invalid system 
disk

I searched the available docs on the Internet and concluded that I would 
have to boot from floppies as my PC would not allow booting from the CDROM 
device, despite the BIOS settings.

I formatted two floppy disks and used the /tools/fdimage utility on the CD-R 
disk to copy /floppies/kern.flp and /floppies/mfsroot.flp to the floppy 
disks.

I rebooted again with the new partition marked as active after selecting the 
floppy drive as the first boot device in the BIOS settings.

I got the FreeBSD/i386 bootstrap loader message as expected but instead of 
being prompted to insert the mfsroot disk I got the following messages...

/kernel text=0x2833b1 zf_read: unexpected EOF
zf_read: unexpected EOF

elf_loadexec: archsw.readin failed.
can't load module '/kernel'; input/output error.

The boot process then indicated that it was...
Booting [kernel]

and promptly produced the same error messages as before indicating that it 
could not load 'kernel' or 'kernel.old'

Until two days ago I didn't have any prior experience with CD-R burning, 
using Partition Magic, or installation of a UNIX operating system so I am 
quite prepared to believe I have made mistakes in the pre-installation 
tasks.
However, after searching the Internet for descriptions of similar problems I 
am unsure how to proceed.

I would appreciate any advice on why I couldn't install from the CD-R DISK 
and/or why I can't boot from the floppies.












_
MSN 8: advanced junk mail protection and 2 months FREE*. 
http://join.msn.com/?page=features/junkmail


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


IBM PC 750 & Linksys LNE100TX from OS X iBook network install success.

2003-01-12 Thread Jon
I'm not a list subscriber, but I thought I 'd share a success I have
had getting my Linksys LNE100TX (ADMtek AN985 based) NIC to work for
sysinstall.  I've read a few previous posts where people claimed that
they had to install with a temporary NIC, configure a custom kernel,
then reinstall their Linksys card for it to work.  I've found that this
is not so.  Here's my basic setup:

IBM PC 750 -
P-100, 80MB RAM, 850MB IDE disk, Linksys LNE100TX NIC, SB16 ISA,
CD-ROM.

Apple iBook -
G3-600, 640MB, 20GB, built-in NIC, good 24x CD-ROM.

I tried to boot the PC off the FreeBSD 4.3 cd I have, but it was
scratched from another (bad) cd drive so that was a no-go.  Luckily the
iBook reads the scratched cd perfectly, which I've already used to
net-install an old IBM ThinkPad 360CE.  I booted the PC from the
standard floppies, bypassed the kernel config (the first mistake that
everyone else made too, I'm sure) and began to setup the (O)ptions for
the install.  I selected DHCP, set my ftp user to one on the iBook, and
proceeded to start a standard install.  When it came time to configure
the network card, the kernel spewed something akin to what is described
here:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/troubleshoot.html#TRAP-12-PANIC

I tried following the instructions for deciphering what was going
wrong, but I seemed to get different addresses everytime I re-attempted
the install.  I'm sure this is what eveyone else would have run into as
well.  I did find that some of the addresses were found in the mii
code, so I brainstormed that it might be a conflict in the network
drivers.

I began another re-install.  I went into the kernel config this time
and disabled ALL of the available network options.  Suddenly things
worked flawlessly and the NIC got configured (without a page fault) via
DHCP from the iBook and happily began the install.  Problem solved, and
the NIC works just dandy for sysinstall.

Another tip for those net-installing from an OS X Apple:  use a
standard user account for your ftp setting in sysinstall.  When you set
what FTP server to get the files from, specify
ftp://xxx.xxx.xxx.xxx//Volumes/fbsdxx_1 as the server and directory. 
xxx.xxx.xxx.xxx is the IP of the Mac, of course, and fbsdxx_1 is the
first disk of your FreeBSD release CD.

It made for an interesting install, almost as interesting as getting
the old TP running.

Jon.

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Question

2003-01-12 Thread Steve Winnacott
Hey people,

I'm having trouble limiting users to certain services on my LAN.

Here's what im trying to do.

Based on group membership, allow or deny certain users access to certain
outgoing services (www, telnet, ftp, ssh, ping, traceroute, etc). Again this
is not IP based, but based on group membership. Everyone can log into any PC
on the LAN. I've seen something like this done in Novell, where based on a
users group context, their access is limited to certain services.


Steve

--
Thanks,
Steve Winnacott
President - DataSyrge Internet Services
http://www.datasyrge.com


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: linked twice against libintl.so

2003-01-12 Thread Hanspeter Roth
  On Jan 12 at 16:23, Mike Meyer spoke:

> Yes. Find port that's using the old version of libintl, and upgrade
> it. Unfortunately, there's not an easy way to find the port. See the

I found 109 executables in /usr/X11R6/bin using libintl.so.2. So I'm
afraid upgrading all the respective ports will take hours. So I'll
defer it for some other time. :-)

-Hanspeter

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: How to customize 'pkg_add -r' for mailman

2003-01-12 Thread Jim Mock
On Sunday, January 12, 2003, at 01:13  PM, C Burchell wrote:

I have a FreeBSD 4.7 box with Postfix installed via the pkg_add -r
command - configured with no problems and works fine.  Postfix is 
setup with user/group name 'postfix' and uid/guid 12345/12345.

I setup user/group 'mailman' with uid/guid 91 then installed mailman 
via 'pkg_add -r mailman'.  Everything else seems to work okay, 
however...

Whenever I try to send a message to a list on mailman, I get the
following error (snipped a bit):

<[EMAIL PROTECTED]>: Command died with status 2:
"/usr/local/mailman/mail/wrapper post test-list". Command output:
Failure to exec script. WANTED gid 26, GOT gid 65534.
   (Reconfigure to take 65534?)

I gather the current mailman port pkg expects to be installed on a
system with Sendmail... So I think the mail-gid setting is fixed at 26 
in the pkg_add script(?).  Is there a way for me to customize the
'pkg_add -r mailman' command so that I can include the make option
'--with-mail-gid 65534' so that mailman works on a system with 
Postfix? Or is there another workaround.

Install the port instead and add --with-mail-gid 65534 to the 
CONFIGURE_ARGS in the Makefile, or define it on the command line when 
you compile the port:

   make CONFIGURE_ARGS="--with-mail-gid 65534" install

That should work, I think.

I would prefer to use the pkg_add method, as it has other 
customizations (daemon logo, etc.) that I prefer over the source 
compiled version.

If it's in the package, it's in the port since the package is built 
from the port.

- jim

--
jim mock[EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: Zope does not start on boot-up

2003-01-12 Thread Hanspeter Roth
  On Jan 11 at 21:15, P. U. Kruppa spoke:

> The rc.d-script that came with the port does not do anything -
> neither manually - nor on boot-up (besides echoing " Zope").
[...]
>   >> /usr/local/www/Zope/var/zope-output 2>&1 &

Does /usr/local/www/Zope/var/zope-output tell you something?

-Hanspeter

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



VPN Newbie has a silly question

2003-01-12 Thread Louis LeBlanc
Here's a complicated VPN question:

I have one FreeBSD machine behind a firewall (let's call it WORK),
only way thru is via VPN - unfortunately, the VPN in use is an old
proprietary Cisco deal that has no client ported to FreeBSD.

The other machine (also FreeBSD, call it HOME), is on a dynamic IP,
but with the dns name served thru Zoneedit.com - so anytime the IP
changes, there's maybe an hour or two of lag time while the auto
update scripts get the dns back on track.

What I want to do is initiate a VPN connection from WORK to HOME, and
here's where I show my VPN ignorance, connect thru that VPN connection
from HOME to WORK.  Basically I want to work from home on a secure
connection rather than just getting my work machine to pop a terminal
up on the home display over an insecure connection.

I suspect this won't work this way, but I figure what the hell.  The
worst that can happen is someone tells me I'm a dope and it don't work
that way.

So will it, or not?

TIA
Lou
-- 
Louis LeBlanc   [EMAIL PROTECTED]
Fully Funded Hobbyist, KeySlapper Extrordinaire :)
http://www.keyslapper.org ԿԬ

Lubarsky's Law of Cybernetic Entomology:
  There's always one more bug.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: linked twice against libintl.so

2003-01-12 Thread Mike Meyer
In <[EMAIL PROTECTED]>, Hanspeter Roth <[EMAIL PROTECTED]> 
typed:
> Hello,
> 
> I'm trying to build the ElectricEyes port. The executable is linked
> against two versions of libintl.so:
> 
> libintl.so.4 => /usr/local/lib/libintl.so.4 (0x284c2000)
> libintl.so.2 => not found (0x0)
> 
> Gettext is 0.11.5_1.
> Is there a solution except of creating a link?

Yes. Find port that's using the old version of libintl, and upgrade
it. Unfortunately, there's not an easy way to find the port. See the
patch in http://www.FreeBSD.org/cgi/query-pr.cgi?pr=bin/37448 >
for how to get ldd to give you the name of the library that's trying
to use libintl.so.2. Then use pkg_info -W to find thae name of the
package that needs to be udpated.

FWIW, a link may work, but is asking for trouble.

> I found also two versions of libintl.so in /usr/local/lib/compat/pkg:
> 
> lrwxr-xr-x  1 root  wheel   10 Dec 16 00:16 libintl.so.1 -> libintl.so
> lrwxr-xr-x  1 root  wheel   10 Jan  8 01:03 libintl.so.2 -> libintl.so
> 
> Do they matter? How have they come here?

It looks like you are using portupgrade. It copies old libraries to
/usr/local/lib/compat when it upgrades the port and the version number
changes. It does that so that upgrading the port doesn't cause other
ports that depend on it to stop working. Personally, I disable this
and resign myself to having a few things break and rebuilding them.

  http://www.mired.org/consulting.html
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re[3]: Drgenius with gnome2

2003-01-12 Thread Alex

Dear/Beste P.,

Sunday, January 12, 2003, 7:08:29 AM, you wrote:

>> > Indeed, I uncommented
>> > # include 
>> > and now it seems to install and run.
>>
>> # That isn't a comment sign in C.
>>
>> But "/* comment */" and (depending on you compiler) "// comment"
>> newline is .
> Please excuse my lousy English: One has to say comment out not
> uncomment - hasn't one? Of course I did
> /* # include  */

I think so, but it could be my English as well. (I feel stupid now.) #
is, like you probably know, a comment sign for lots of shell and perl.
I thought you removed the #.

-- 
Best regards/Met vriendelijke groet,
Alex


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: linked twice against libintl.so

2003-01-12 Thread Joe Marcus Clarke
On Sun, 2003-01-12 at 17:11, Hanspeter Roth wrote:
> Hello,
> 
> I'm trying to build the ElectricEyes port. The executable is linked
> against two versions of libintl.so:
> 
> libintl.so.4 => /usr/local/lib/libintl.so.4 (0x284c2000)
> libintl.so.2 => not found (0x0)
> 
> Gettext is 0.11.5_1.
> Is there a solution except of creating a link?

The proper solution is to rebuild all ports that depend on the old
library, so that it eventually gets purged from all binaries on your
system.

> 
> I found also two versions of libintl.so in /usr/local/lib/compat/pkg:
> 
> lrwxr-xr-x  1 root  wheel   10 Dec 16 00:16 libintl.so.1 -> libintl.so
> lrwxr-xr-x  1 root  wheel   10 Jan  8 01:03 libintl.so.2 -> libintl.so
> 
> Do they matter? How have they come here?

This really isn't a good idea.  While linking old shared object versions
to the new shared object might work just fine, subtle API changes can
cause otherwise good applications to break.

I'd remove these links, and the libintl.so, then hunt down all binaries
that are still linked against libintl.so.[12], and hit them with
portupgrade -f.

Joe

> 
> 
> -Hanspeter
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
-- 
PGP Key : http://www.marcuscom.com/pgp.asc



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


Re: CD to MP3

2003-01-12 Thread lewiz
On Sun, Jan 12, 2003 at 09:36:47AM -0800, Dave McCoy wrote:
> I have been looking for an easy way to convert music cds to mp3 files. 
> The ports collection hasn't been much help on this subject. Does anyone 
> know of a plug-in for xmms or an easy utililty to acomplish this.

Many people have replied saying you could try writing a script.  I use
``abcde'' (/usr/ports/audio/abcde) and it is an excellent script.  It
supports CDDB, numerous different rippers and many encoders (oggenc,
lame, etc.)  Of course, M3U playlists are also supported and it can do
almost everything that grip can only without the unnecessary GUI.

  Hope that's some help.

-lewiz.

-- 
Under a government which imprisons any unjustly, the true place for a
just man is also in prison.
-- Henry David Thoreau

--|| url: http://lewiz.info/ | http://www.westwood.karoo.net/pgpkey ||--



msg15232/pgp0.pgp
Description: PGP signature


linked twice against libintl.so

2003-01-12 Thread Hanspeter Roth
Hello,

I'm trying to build the ElectricEyes port. The executable is linked
against two versions of libintl.so:

libintl.so.4 => /usr/local/lib/libintl.so.4 (0x284c2000)
libintl.so.2 => not found (0x0)

Gettext is 0.11.5_1.
Is there a solution except of creating a link?

I found also two versions of libintl.so in /usr/local/lib/compat/pkg:

lrwxr-xr-x  1 root  wheel   10 Dec 16 00:16 libintl.so.1 -> libintl.so
lrwxr-xr-x  1 root  wheel   10 Jan  8 01:03 libintl.so.2 -> libintl.so

Do they matter? How have they come here?


-Hanspeter

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



upgrading a port which has had a name change

2003-01-12 Thread chip wiegand
I have xmms installed - in port_info it is shown as
xmms-esound-1.2.7_2
but when I ran portupgrade xmms-esound it failed because it is no longer
called xmms-esound, it has changed to xmms-1.2.7_3. How do I do a
portupgrade in this situation? Do I have to uninstall the old version
and install the new version?
--
Chip

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: vpn

2003-01-12 Thread Bill Moran
Sebastian Boldt wrote:

Hello ppl,

I want to setup an encrypted vpn between a
winxp and a freebsd5 box with both having
dynamic ips. Does someone know a piece of
software that is able to manage this?


Totally automatic? No, I don't know of any.
You could use mpd on FreeBSD to set up or connect to a PPTP
VPN from the WinXP box.  I don't know of anything that will
figure out the IPs though.  You'll have to see what IP each
machine has before you'll be able to connect.

You could use IPsec, but last I checked, the Win version of
IPsec did things a little differently than the rest of the
world, and wasn't 100% compatable in all modes, but you still
might find it usefull ... depending on exactly what you are
trying to accomplish.

--
Bill Moran
Potential Technologies
http://www.potentialtech.com


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



vpn

2003-01-12 Thread Sebastian Boldt
Hello ppl,

I want to setup an encrypted vpn between a
winxp and a freebsd5 box with both having
dynamic ips. Does someone know a piece of
software that is able to manage this?


Thanks in advance...
...Sebastian

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: User Mode Linux under Linux emulation

2003-01-12 Thread Conrad Sabatier

On 12-Jan-2003 Rus Foster wrote:
> Hi All,
> I was just debating about trying to install UML under the linux emulation
> and wondered had anyone tried it before? Does it even work or does UML
> rely to much on the linux kernel functionality to work at all under
> FreeBSD?

I'm not sure exactly what the program(s) you're asking about do, but I've
recently been experimenting with things like running rpmfind in a Linux shell
(chroot /compat/linux /bin/bash).  Amazingly, pretty much everything I've
downloaded installs and runs just fine!

Just watch those dependencies.  :-)

-- 
Conrad Sabatier <[EMAIL PROTECTED]> - "In Unix veritas"


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Good integrated Athlon chipset for FreeBSD

2003-01-12 Thread Ihsan Junaidi Ibrahim
On Monday 13 January 2003 04:28, Adam Maas wrote:
> The nForce based boards would be your best bet. Good solid chipset with a
> decent video core. You should be able to find one that's less expensive
> than the Asus. Perhaps an MSI or Gigabyte.
>

Gigabyte doesn't make nForce.

I'm keen on the MSI but I'm unsure of the NIC support. Unlike Asus which uses 
the clunky RTL8139 chipset, the MSI sticks with Nvidia original design, that 
is using the ones integrated into the MCP. I couldn't find any listing of it 
in the Hardware section so I'm assuming that it's unsupported.

I'm not keen on an add on NIC, if the NIC was integrated, might as well take 
advantage of it.

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



How to customize 'pkg_add -r' for mailman

2003-01-12 Thread C Burchell
I have a FreeBSD 4.7 box with Postfix installed via the pkg_add -r
command - configured with no problems and works fine.  Postfix is setup
with user/group name 'postfix' and uid/guid 12345/12345.

I setup user/group 'mailman' with uid/guid 91 then installed mailman via
'pkg_add -r mailman'.  Everything else seems to work okay, however...

Whenever I try to send a message to a list on mailman, I get the
following error (snipped a bit):

<[EMAIL PROTECTED]>: Command died with status 2:
"/usr/local/mailman/mail/wrapper post test-list". Command output:
Failure
to exec script. WANTED gid 26, GOT gid 65534.  (Reconfigure to take
65534?)


I gather the current mailman port pkg expects to be installed on a
system with Sendmail... So I think the mail-gid setting is fixed at 26
in the pkg_add script(?).  Is there a way for me to customize the
'pkg_add -r mailman' command so that I can include the make option
'--with-mail-gid 65534' so that mailman works on a system with Postfix?
Or is there another workaround.

I would prefer to use the pkg_add method, as it has other customizations
(daemon logo, etc.) that I prefer over the source compiled version.

Regards,
Chris


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



RE: port of noflushd

2003-01-12 Thread aSe
>In the last episode (Jan 10), aSe said:
>> I'm building up a box outta spare parts i had laying around. I'm
>> really looking for a FreeBSD port of noflushd (
>> http://noflushd.sourceforge.net/ ) or something that'll do the same.
>
>Why would anyone _not_ want disk writes to be written to disk?  Use a
>ramdisk if you don't want to touch the drive.  I'm trying to think of a
>use for this program.

The noise of the constally spinning HD does bother me. I sleep rather close to my 
computers. With that application/program, the HD would be spun down when not 
needed/inuse. If i had enough ram to run everything off a ramdrive i would attempt it. 
Right now I only have 3x64mb laying around.

Gordon Keesler [[EMAIL PROTECTED]]



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



SOLVED: Re: Horde: PHP 4.2.3 silently dies in imp/contacts.php

2003-01-12 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2003-01-12 19:51:27 +0100:

> roman@freepuppy ~/install/horde 1026:0 > grep -En '(\$Horde|->call)' 
>imp-3.1/contacts.php
> 3: * $Horde: imp/contacts.php,v 2.39.2.5 2002/06/05 22:46:50 jan Exp $
> 26:$source_list = $registry->call('contacts/sources');
> 65:$results = $registry->call('contacts/search', $apiargs);
> 
> It dies on line 65, the second call to $registry->call(), the script
> then doesn't output anything. "echo 'FOO'; exit;" put just befor the
> call *is* sent to the browser, if I move it below, I get no output
> again.

Turned out it actually died elsewhere: I had miconfigured Turba, and
it was dying while trying to contact an LDAP server.

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

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: CD to MP3

2003-01-12 Thread paul beard
Dave McCoy wrote:


I have been looking for an easy way to convert music cds to mp3 files. 
The ports collection hasn't been much help on this subject. Does anyone 
know of a plug-in for xmms or an easy utililty to acomplish this.


[/usr/ports/audio]:: make search key=rip | egrep '(Port|Info)'
Port:   abcde-2.0.3_3
Info:   Front-end sh script to encode CDs in ogg or mp3 format
Port:   abcmidi-36
Info:   Convert abc music files to MIDI and PostScript
Port:   cdparanoia-3.9.8_1
Info:   A CDDA extraction tool (also known as ripper)
Port:   chordpack-0.8.0
Info:   Script to convert ChordPro files to HTML, ASCII, and TeX
Port:   glame-0.6.3
Info:   A powerful, fast, stable, and easily extensible sound 
editor for GNOME
Port:   grip-3.0.4
Info:   GTK-based front-end to external cd audio rippers and mp3 
encoders
Port:   ripenc-1.1
Info:   Script that automates the ripping, encoding, and naming of 
CD's
Port:   ripit-2.0_1
Info:   A perl-script frontend for encoding audio CDs to MP3 files
Port:   streamripper-1.0.5
Info:   Splits SHOUTcast stream into tracks
Port:   sweep-0.1.1
Info:   A sound editor for GNOME desktop

You can't go wrong with grip.

--
Paul Beard

whois -h whois.networksolutions.com ha=pb202

It's easier to fight for one's principles than to live up to them.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: Good integrated Athlon chipset for FreeBSD

2003-01-12 Thread Adam Maas
The nForce based boards would be your best bet. Good solid chipset with a
decent video core. You should be able to find one that's less expensive than
the Asus. Perhaps an MSI or Gigabyte.

--Adam
- Original Message -
From: "Ihsan Junaidi Ibrahim" <[EMAIL PROTECTED]>
To: "FreeBSD Questions" <[EMAIL PROTECTED]>
Sent: Sunday, January 12, 2003 5:57 AM
Subject: Good integrated Athlon chipset for FreeBSD


Hello all,

I'm building a small workgroup (10 PCs) which will be used for software and
network testing as well for day-to-day usage. We're also conducting small
classes teaching UNIX for school students in our area. Therefore I'm looking
for a good integrated Athlon chipset which are supported in FreeBSD. I'm
specifically looking at Epox EP-8KMM+ utilizing the VIA KM266 chipset. But
I'm a little doubtful about the sound, video and above all, the NIC.

The sound uses Realtek ALC201A chipset, the video is VT8375 ProSavage8 and
the
NIC utilizes Realtek RTL8100B(L). I can't seem to find on the FreeBSD
hardware page supports for the sound and the NIC while a search on Xfree
driver site turned zero on the video. Does this mean, that they are not
supported? I'm really interested in the chipset because it's cheap and most
of us are literate when it comes to hardware, we can skip the support that
comes with pricier brands and motherboards.

My other option would be Asus A7N-266E using the nForce 420D chipset. I've
heard cases that this particular motherboard is usable in FreeBSD. The NIC
is
RTL8139 (rl) while other nForce boards seem to use the MCP-D built-in LAN,
which I can't seem to find any cases of it being run on any installation.

I'm open to any suggestion that will allow me to choose the best platform
for
our research. Cost of course is a factor but I will not buy cheap if it's
going to prove a hassle in the future.

Thank you for your time.
__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: CD to MP3

2003-01-12 Thread Adam Maas
gRip + Lame

--Adam
- Original Message - 
From: "Dave McCoy" <[EMAIL PROTECTED]>
To: "freebsd-questions" <[EMAIL PROTECTED]>
Sent: Sunday, January 12, 2003 12:36 PM
Subject: CD to MP3


> 
> I have been looking for an easy way to convert music cds to mp3 files. 
> The ports collection hasn't been much help on this subject. Does anyone 
> know of a plug-in for xmms or an easy utililty to acomplish this.
> 
> Thanks
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
> 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: irq conflict after installkernel

2003-01-12 Thread Brett Glass
Stacy Roberts wrote:

>You might want to check a couple of things:
>1] Make sure that P'nP OS option in the BIOS is not enabled.
>2] Move the offending nic to another slot
>3] Use the 3Com utility to disable P'nP mode on the nics and set >unique, fixed IRQ & 
>IO port for both cards 

No, you fucking moronic negro, the solution is to disable the
 parallel port which he doesn't need anyway.

Regards,
Brett

_
gifts, travel, e-cards, free e-mail, and more!
.. http://www.egypt7000.com ..

_
Select your own custom email address for FREE! Get [EMAIL PROTECTED] w/No Ads, 6MB, 
POP & more! http://www.everyone.net/selectmail?campaign=tag

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: CD to MP3

2003-01-12 Thread BSD baby
> > I have been looking for an easy way to convert music cds to mp3 files. 
> > The ports collection hasn't been much help on this subject. Does anyone 
> > know of a plug-in for xmms or an easy utililty to acomplish this.


My command line faves:

# INSTALL THESE:
cd /usr/ports/sysutils/cdrtools/
make install
cd /usr/ports/audio/lame
make install

# TO RIP TO WAV:
cdda2wav -D /dev/acd0c -H -B ArtistName

# TO CONVERT WAV TO HI-FI MP3:
lame --r3mix SongName.wav SongName.mp3


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: irq conflict after installkernel

2003-01-12 Thread Stacey Roberts
Hi,

On Sun, 2003-01-12 at 14:08, Stefan 'i4o' Beke wrote:
> After updating my FreeBSD 4.7 stable I can't use 2nd network card. It
> was possible before update. KERNCONF is the same.
> 
> >dmesg | grep ep0
> 
> ep0: <3Com 3C509-TPC EtherLink III> at port 0x300-0x30f irq 7 on isa0
> ep0: No irq?!
> ep0: ep_alloc() failed! (6)
> device_probe_and_attach: ep0 attach returned 6
> 
> Irq 7 is already taken by 
> ppc0:  at port 0x378-0x37f irq 7 on isa0
> 
> So I booted old kernel:
> there were also 2 isa devices on the same irq, bud ep0 was first
> and ppc0 didn't complain
> 



> 
> I'd like to use both network cards, as you probably guessed.
> How would you, Mr. WhoCanHelp, solve this unpleasant situation?

You might want to check a couple of things:
1] Make sure that P'nP OS option in the BIOS is not enabled.
2] Move the offending nic to another slot
3] Use the 3Com utility to disable P'nP mode on the nics and set unique,
fixed IRQ & IO port for both cards 

Hope this helps.

Regards,

Stacey

-- 
Stacey Roberts
B.Sc (HONS) Computer Science

Web: www.vickiandstacey.com



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Horde: PHP 4.2.3 silently dies in imp/contacts.php

2003-01-12 Thread Roman Neuhauser
I've asked about this on [EMAIL PROTECTED], but haven't received a
reply yet, and this might be FreeBSD-related.

I have a problem with PHP dying silently in IMP-3.1/Horde-2.1.

I'm seeing this on two different boxes:

1. FreeBSD-4.7-RELEASE
   ports: apache-1.3.27, php-4.2.3, pear-Log-1.5
   source: Horde-2.1, IMP-3.1, Turba-1.1
2. FreeBSD-4.7-STABLE
   ports: pear-Log-1.5
   source: apache-1.3.26, php-4.3.0, Horde-2.1, IMP-3.1, Turba-1.1

roman@freepuppy ~/install/horde 1026:0 > grep -En '(\$Horde|->call)' 
imp-3.1/contacts.php
3: * $Horde: imp/contacts.php,v 2.39.2.5 2002/06/05 22:46:50 jan Exp $
26:$source_list = $registry->call('contacts/sources');
65:$results = $registry->call('contacts/search', $apiargs);

It dies on line 65, the second call to $registry->call(), the script
then doesn't output anything. "echo 'FOO'; exit;" put just befor the
call *is* sent to the browser, if I move it below, I get no output
again.

Now, putting debugging echo's inside Registry::call() and
Registry::callByPackage() gives me the output all the way to the return
in Registry::call(); if I split the "return $this->callByPackage..." to
"$foo = $this->callByPackage...; return $foo;", I get the output of
those pesky "echo 'FOO'" I put between the callByPackage() call and the
return.

IOW, looks like it dies the very moment Registry::call() returns.

This is what I get in access_log:

10.0.0.10 - - [10/Jan/2003:17:09:47 +0100] "GET 
/contacts.php?Horde=c9f260c9967132f9eb5f19e00804eafc HTTP/1.1" 200 5

Anyone seen this?

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

-- 
Horde developers mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: CD to MP3

2003-01-12 Thread Andrew Y Ng
I just use dagrab to grab the audio cd tracks to wav's, and just convert them
to shn's with shorten (i don't like MP3's, but try gogo if you wanna encode
MP3). I like this better than fancy GUI apps, if you're okay with using a
shell or writing simple scripts, u probably would prefer doing it in CLI
also...

/ayn


On  0, Dave McCoy <[EMAIL PROTECTED]> wrote:
> 
> I have been looking for an easy way to convert music cds to mp3 files. 
> The ports collection hasn't been much help on this subject. Does anyone 
> know of a plug-in for xmms or an easy utililty to acomplish this.
> 
> Thanks
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message

-- 
andrew y ng  <[EMAIL PROTECTED]>  http://andrewng.com
independent computer consultants http://aynassociates.com




msg15216/pgp0.pgp
Description: PGP signature


Re: CD to MP3

2003-01-12 Thread Scott Mitchell
On Sun, Jan 12, 2003 at 09:36:47AM -0800, Dave McCoy wrote:
> 
> I have been looking for an easy way to convert music cds to mp3 files. 
> The ports collection hasn't been much help on this subject. Does anyone 
> know of a plug-in for xmms or an easy utililty to acomplish this.
> 
> Thanks

grip (audio/grip) is pretty good for this.  I have it configured to use
cdda2wav, from the cdrtools port (sysutsil/cdrtools) for the actual ripping
and the Blade MP3 encoder (audio/bladeenc).  It's easy to change it to use
a different ripper or encoder, though.

Scott

-- 
===
Scott Mitchell  | PGP Key ID | "Eagles may soar, but weasels
Cambridge, England  | 0x54B171B9 |  don't get sucked into jet engines"
[EMAIL PROTECTED] | 0xAA775B8B |  -- Anon

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



irq conflict after installkernel

2003-01-12 Thread Stefan 'i4o' Beke
After updating my FreeBSD 4.7 stable I can't use 2nd network card. It
was possible before update. KERNCONF is the same.

>dmesg | grep ep0

ep0: <3Com 3C509-TPC EtherLink III> at port 0x300-0x30f irq 7 on isa0
ep0: No irq?!
ep0: ep_alloc() failed! (6)
device_probe_and_attach: ep0 attach returned 6

Irq 7 is already taken by 
ppc0:  at port 0x378-0x37f irq 7 on isa0

So I booted old kernel:
there were also 2 isa devices on the same irq, bud ep0 was first
and ppc0 didn't complain

> dmesg | grep irq # OLD kernel

pci1:  at 0.0 irq 11
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
pci_cfgintr_search: linked (63) to configured irq 9 at 0:10:0
pci_cfgintr: 0:7 INTD routed to irq 9
intpm0:  port 0x5000-0x500f irq 9 at device 
7.3 on pci0
ahc0:  port 0xe400-0xe4ff mem 0xea001000-0xea001fff 
irq 10 at device 9.0 on pci0
rl0:  port 0xe800-0xe8ff mem 0xea00-0xeaff 
irq 9 at device 10.0 on pci0
-> ep0: <3Com 3C509-TPC EtherLink III> at port 0x300-0x30f irq 7 on isa0
fdc0:  at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
atkbd0:  flags 0x1 irq 1 on atkbdc0
psm0:  irq 12 on atkbdc0
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio1 at port 0x2f8-0x2ff irq 3 on isa0
-> ppc0:  at port 0x378-0x37f irq 7 on isa0
sbc0:  at port 0x220-0x22f,0x330-0x331,0x388-0x38b irq 5 drq 1,5 on 
isa0

> dmesg | grep irq # NEW kernel

pci1:  at 0.0 irq 11
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
pci_cfgintr_search: linked (63) to configured irq 9 at 0:10:0
pci_cfgintr: 0:7 INTD routed to irq 9
intpm0:  port 0x5000-0x500f irq 9 at device 
7.3 on pci0
ahc0:  port 0xe400-0xe4ff mem 0xea001000-0xea001fff 
irq 10 at device 9.0 on pci0
rl0:  port 0xe800-0xe8ff mem 0xea00-0xeaff 
irq 9 at device 10.0 on pci0
fdc0:  at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
atkbd0:  flags 0x1 irq 1 on atkbdc0
psm0:  irq 12 on atkbdc0
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio1 at port 0x2f8-0x2ff irq 3 on isa0
-> ppc0:  at port 0x378-0x37f irq 7 on isa0
-> ep0: <3Com 3C509-TPC EtherLink III> at port 0x300-0x30f irq 7 on isa0
-> ep0: No irq?!
sbc0:  at port 0x220-0x22f,0x330-0x331,0x388-0x38b irq 5 drq 1,5 on 
isa0


I'd like to use both network cards, as you probably guessed.
How would you, Mr. WhoCanHelp, solve this unpleasant situation?

-- 
*stefan beke*
freebsd(at)beke.sk


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: CD to MP3

2003-01-12 Thread Nathan Kinkade
On Sun, Jan 12, 2003 at 09:36:47AM -0800, Dave McCoy wrote:
> 
> I have been looking for an easy way to convert music cds to mp3 files. 
> The ports collection hasn't been much help on this subject. Does anyone 
> know of a plug-in for xmms or an easy utililty to acomplish this.
> 
> Thanks

There is a port called cs2mp3.  /usr/ports/audio/cs2mp3.  It is a perl
script that is a bit rough around the edges, but works pretty if no
exceptions occur.

Nathan

-- 
GPG Public Key ID: 0x4250A04C
gpg --keyserver pgp.mit.edu --recv-keys 4250A04C
http://63.105.21.156/gpg_nkinkade_4250A04C.asc



msg15213/pgp0.pgp
Description: PGP signature


Re: LINUX sysinfo syscall

2003-01-12 Thread Mikko Työläjärvi
On Sun, 12 Jan 2003, William Gianopoulos wrote:

> This has probably been asked before, but I could not find any info searching
> the archives.
> I am trying to run the Linux version Tapeware from Yosemite under FreeBSD
> 4.1.  It fails because the Linux syscall sysinfo is not implemented.  My
> questions are:
>
> 1-  Is there some other port/package or option I should be using?
>
> 2-  Would a later version of FreeBSD fix this?

Linux "sysinfo" was checked into the source in mid-2001.  Upgrading
should help.

$.02,
/Mikko


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



CD to MP3

2003-01-12 Thread Dave McCoy

I have been looking for an easy way to convert music cds to mp3 files. 
The ports collection hasn't been much help on this subject. Does anyone 
know of a plug-in for xmms or an easy utililty to acomplish this.

Thanks


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


RE: Apache_fp Port install problem

2003-01-12 Thread Jack L. Stone
At 12:02 PM 1.12.2003 -0500, JoeB wrote:
>At 12:03 PM 1.12.2003 +, Matthew Seaman wrote:
>>On Sat, Jan 11, 2003 at 12:01:44PM -0600, Jack L. Stone wrote:
>>> At 05:44 PM 1.11.2003 +, Matthew Seaman wrote:
>>> >On Sat, Jan 11, 2003 at 11:31:22AM -0600, Jack L. Stone wrote:
>>> >> I just updated from FBSD-4.5 to 4.7 on a server running
>apache_fp.1.26. The
>>> >> update somehow has broken the FP extensions (ugh!). I have
>tried a
>number
>>> >> of fixes, including portupgrade, but get a checksum error
>there. Have
>tried
>>> >> to rerun the present install of FP using fp_install.sh, but
>get this
>error:
>>> >> Who should own web root web on port 80 [www]:
>>> >> What should the group for web root web on port 80 be [www]:
>>> >> /usr/libexec/ld-elf.so.1: /usr/lib/libm.so.2: Undefined symbol
>"__stderrp"
>>> >> ERROR: Unable to chown web root web in port 80
>>> >> Hit enter to continue
>>> >>
>>> >> I'm also seeing the "__stderrp" error in my httpd-error.log
>whenever
>I try
>>> >> to login to FP. So, something has changed in the FBSD-4.5-4.7
>update and
>>> >> I've never seen this error, so don't know what needs to be
>fixed. I have
>>> >> another server running apache_fp.1.27 on FBSD.4.7 just fine.
>>> >>
>>> >> It's looking like an uninstall/reinstall completely for
>apache+fp
>>> >> didn't want to have to do that on a box with a bunch of
>virtual
>hosts.
>>> >>
>>> >> Has anyone seen the above problem on similar installs...???
>>> >
>>> >/usr/src/UPDATING says:
>>> >
>>> >20021110:
>>> >The definitions of the standard file streams (stdio,
>stdout, and
>>> >stderr) have changed so that they are no longer
>compile-time
>>> >constants.  Some older binaries may require updated 3.X
>>> >compatability libraries (for example, by setting
>COMPAT3X=yes
>>> >for a buildworld/installworld).
>>> >
>>> >Alternatively to doing a buildworld with COMPAT3X=yes, you could
>>> >install the misc/compat3x port.
>>
>>
>>> Good grief! I read the UPDATING as always, but this one did NOT
>sink
>>> in! Thank you so much for pointing me in the right direction
>before I
>>> shot myself in the foot
>>>
>>> If I go the misc/compat3x port route, I assume I need to redo the
>>> buildword?? If so, then I might as well include the
>COMPAT3X=yes in the
>>> make.conf.
>>
>>All that setting COMPAT3X=yes does is cause the buildworld process
>to
>>uudecode and install some precompiled copies of FreeBSD-3.x shared
>>libraries --- see /usr/src/lib/compat/compat3x.i386 for what's
>>available.  Those libraries were originally just copied off a 3.x
>>machine, but since then kernel changes in 4.x or 5.0 have meant
>that
>>certain changes have had to be back ported to RELENG_3 in order to
>>maintain compatibility between the 3.x shlibs and the kernel.
>>
>>Supplying those libraries by installing the port achieves exactly
>the
>>same effect, but quicker.  However, the choice is entirely up to
>you.
>>In the long run, putting COMPAT3X into /etc/make.conf would be my
>>choice, as my regular schedule of buildworlds would ensure
>everything
>>was up to date.
>>
>>Once the 3.x shlibs are in place, the binary frontpage binary
>supplied
>>with the apache-fp port should pick them up OK.  The interface
>between
>>the 3.x shlibs and any applications linked to them should remain
>>exactly the same.
>>
>>   Cheers,
>>
>>   Matthew
>>
>
>Matthew, thanks again for the reply. However, I've tried both
>methods of
>the compat3x on a test server, including and whole new
>build/installworld
>and the latest 4.7-STABLE still hoses FrontPage. I even deleted and
>started
>from scratch on Apache+FP-1.27, but the FP install stops dead at
>trying to
>chown the uid:gid on the root web and gives the same error:
>
>/usr/libexec/ld-elf.so.1: /usr/lib/libm.so.2: Undefined symbol
>"__stderrp"
>ERROR: Unable to chown web root web in port 80
>
>This caught me by surprise because I'd had FP running fine with
>FBSD-4.7
>(RELEASE and STABLE) on other servers, but it was the installs JUST
>prior
>to the change date of 20021110. In fact they where only 5 days
>earlier. FP
>still doesn't understand what's going on apparently.
>
>Backing down to the installs prior to 20021110 makes FP happy again.
>Unfortunately, until I figure out the cure, I can't track
>4.7-STABLE. As
>much as it is a pain, I must run FP for the users.
>
>No doubt others running FP must have seen this by now nothing
>else is
>affected and 4.7-STABLE runs fine otherwise (tried several
>machines).
>
>Any other thoughts, Matthew or from anyone much appreciated.
>
>
>-Original Message-
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED]]On Behalf Of Jack L.
>Stone
>Sent: Sunday, January 12, 2003 10:56 AM
>To: Matthew Seaman; [EMAIL PROTECTED]
>Subject: Re: Apache_fp Port install problem
>
>Jack:
>
>Last Thursday I installed apache-fp from the ports collection on
>newly installed FBSD 4.7 box and it installed without any problems.
>But reme

Re: Netatalk - Mac OS X connection problem

2003-01-12 Thread Jim Arnold

This is baffling.  I have a OS X 10.2.3 machine that can connect just
fine (as do you).  The sniffer traces are more or less identical.  Since
it looks like the OS X client is initiating the disconnect, can you
bring up the OS X console under Applications->Utilities->Console, and
see if any messages show up there?

Joe



Rebooting my Mac solved the problem.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



RE: Apache_fp Port install problem

2003-01-12 Thread JoeB
At 12:03 PM 1.12.2003 +, Matthew Seaman wrote:
>On Sat, Jan 11, 2003 at 12:01:44PM -0600, Jack L. Stone wrote:
>> At 05:44 PM 1.11.2003 +, Matthew Seaman wrote:
>> >On Sat, Jan 11, 2003 at 11:31:22AM -0600, Jack L. Stone wrote:
>> >> I just updated from FBSD-4.5 to 4.7 on a server running
apache_fp.1.26. The
>> >> update somehow has broken the FP extensions (ugh!). I have
tried a
number
>> >> of fixes, including portupgrade, but get a checksum error
there. Have
tried
>> >> to rerun the present install of FP using fp_install.sh, but
get this
error:
>> >> Who should own web root web on port 80 [www]:
>> >> What should the group for web root web on port 80 be [www]:
>> >> /usr/libexec/ld-elf.so.1: /usr/lib/libm.so.2: Undefined symbol
"__stderrp"
>> >> ERROR: Unable to chown web root web in port 80
>> >> Hit enter to continue
>> >>
>> >> I'm also seeing the "__stderrp" error in my httpd-error.log
whenever
I try
>> >> to login to FP. So, something has changed in the FBSD-4.5-4.7
update and
>> >> I've never seen this error, so don't know what needs to be
fixed. I have
>> >> another server running apache_fp.1.27 on FBSD.4.7 just fine.
>> >>
>> >> It's looking like an uninstall/reinstall completely for
apache+fp
>> >> didn't want to have to do that on a box with a bunch of
virtual
hosts.
>> >>
>> >> Has anyone seen the above problem on similar installs...???
>> >
>> >/usr/src/UPDATING says:
>> >
>> >20021110:
>> >The definitions of the standard file streams (stdio,
stdout, and
>> >stderr) have changed so that they are no longer
compile-time
>> >constants.  Some older binaries may require updated 3.X
>> >compatability libraries (for example, by setting
COMPAT3X=yes
>> >for a buildworld/installworld).
>> >
>> >Alternatively to doing a buildworld with COMPAT3X=yes, you could
>> >install the misc/compat3x port.
>
>
>> Good grief! I read the UPDATING as always, but this one did NOT
sink
>> in! Thank you so much for pointing me in the right direction
before I
>> shot myself in the foot
>>
>> If I go the misc/compat3x port route, I assume I need to redo the
>> buildword?? If so, then I might as well include the
COMPAT3X=yes in the
>> make.conf.
>
>All that setting COMPAT3X=yes does is cause the buildworld process
to
>uudecode and install some precompiled copies of FreeBSD-3.x shared
>libraries --- see /usr/src/lib/compat/compat3x.i386 for what's
>available.  Those libraries were originally just copied off a 3.x
>machine, but since then kernel changes in 4.x or 5.0 have meant
that
>certain changes have had to be back ported to RELENG_3 in order to
>maintain compatibility between the 3.x shlibs and the kernel.
>
>Supplying those libraries by installing the port achieves exactly
the
>same effect, but quicker.  However, the choice is entirely up to
you.
>In the long run, putting COMPAT3X into /etc/make.conf would be my
>choice, as my regular schedule of buildworlds would ensure
everything
>was up to date.
>
>Once the 3.x shlibs are in place, the binary frontpage binary
supplied
>with the apache-fp port should pick them up OK.  The interface
between
>the 3.x shlibs and any applications linked to them should remain
>exactly the same.
>
>   Cheers,
>
>   Matthew
>

Matthew, thanks again for the reply. However, I've tried both
methods of
the compat3x on a test server, including and whole new
build/installworld
and the latest 4.7-STABLE still hoses FrontPage. I even deleted and
started
from scratch on Apache+FP-1.27, but the FP install stops dead at
trying to
chown the uid:gid on the root web and gives the same error:

/usr/libexec/ld-elf.so.1: /usr/lib/libm.so.2: Undefined symbol
"__stderrp"
ERROR: Unable to chown web root web in port 80

This caught me by surprise because I'd had FP running fine with
FBSD-4.7
(RELEASE and STABLE) on other servers, but it was the installs JUST
prior
to the change date of 20021110. In fact they where only 5 days
earlier. FP
still doesn't understand what's going on apparently.

Backing down to the installs prior to 20021110 makes FP happy again.
Unfortunately, until I figure out the cure, I can't track
4.7-STABLE. As
much as it is a pain, I must run FP for the users.

No doubt others running FP must have seen this by now nothing
else is
affected and 4.7-STABLE runs fine otherwise (tried several
machines).

Any other thoughts, Matthew or from anyone much appreciated.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Jack L.
Stone
Sent: Sunday, January 12, 2003 10:56 AM
To: Matthew Seaman; [EMAIL PROTECTED]
Subject: Re: Apache_fp Port install problem

Jack:

Last Thursday I installed apache-fp from the ports collection on
newly installed FBSD 4.7 box and it installed without any problems.
But remember a clean install also installs a clean copy of all the
frontpage pre-rec's which COMPAT3X is one. If I remember correctly
you also have a lot of other mods on apache-fp and that may 

Safely F e e l Young! 9741JtkE2-703aCWv3930bHyA7-48-27

2003-01-12 Thread heather
* Reduce the amount of sleep you need
* Cause wounds to heal faster
* Lose weight while your sleeping
* Become less winded when excersizing
* Put color back in grey hair
* Grow hair back where it had once fallen out
* Tighten skin
* Strengthen bones
* Body builders - use this to build your muscles quicker
..The List truly goes on and on..

As seen on NBC, CBS, CNN, and Oprah! The health discovery 
that actually reverses aging symptoms without dieting or exercise! 
This PROVEN FDA approved discovery has been reported on by the 
New England Journal of Medicine - don't just take our word for it.

In fact we'd like you to receive a FREE 30 day supply; look and feel 
younger, lose weight, reduce sleep, The list goes on, we 
encourage you to at least take a look at the information as to
what else it can do

http://sfhgbs83bkhsf.tripod.com.br

AOL Users click
http://sfhgbs83bkhsf.tripod.com.br";> HERE

8909UqBA7-748jIlG9459yNyJ6-919FAoF6756hOQl39¡Iì¹»®&Þ±éݙ¨¥¶‰šŽŠÝ¢j­çH:+ƒ­†éì¹»®&Þ~·žnÇj¹ë-Š‰ìŠ{ayºʇí…鞲Ơ


spop3d leave mail on server

2003-01-12 Thread Roelf Schreurs
Hi

I'm running spop3d on freebsd and everything almost works fine.
The only problem is that a copy of the mail is not left on the server as 
requested by the mail clients (outlook, eudora, etc.)
Has anybody seen this problem before?

Thanks
--
Roelf

Chaos reigns within.
Reflect, repent, and reboot.
Order shall return.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: Apache_fp Port install problem

2003-01-12 Thread Jack L. Stone
At 12:03 PM 1.12.2003 +, Matthew Seaman wrote:
>On Sat, Jan 11, 2003 at 12:01:44PM -0600, Jack L. Stone wrote:
>> At 05:44 PM 1.11.2003 +, Matthew Seaman wrote:
>> >On Sat, Jan 11, 2003 at 11:31:22AM -0600, Jack L. Stone wrote:
>> >> I just updated from FBSD-4.5 to 4.7 on a server running
apache_fp.1.26. The
>> >> update somehow has broken the FP extensions (ugh!). I have tried a
number
>> >> of fixes, including portupgrade, but get a checksum error there. Have
tried
>> >> to rerun the present install of FP using fp_install.sh, but get this
error:
>> >> Who should own web root web on port 80 [www]:  
>> >> What should the group for web root web on port 80 be [www]:  
>> >> /usr/libexec/ld-elf.so.1: /usr/lib/libm.so.2: Undefined symbol
"__stderrp"
>> >> ERROR: Unable to chown web root web in port 80
>> >> Hit enter to continue
>> >> 
>> >> I'm also seeing the "__stderrp" error in my httpd-error.log whenever
I try
>> >> to login to FP. So, something has changed in the FBSD-4.5-4.7 update and
>> >> I've never seen this error, so don't know what needs to be fixed. I have
>> >> another server running apache_fp.1.27 on FBSD.4.7 just fine.
>> >> 
>> >> It's looking like an uninstall/reinstall completely for apache+fp
>> >> didn't want to have to do that on a box with a bunch of virtual
hosts.
>> >> 
>> >> Has anyone seen the above problem on similar installs...???
>> >
>> >/usr/src/UPDATING says:
>> >
>> >20021110:
>> >The definitions of the standard file streams (stdio, stdout, and
>> >stderr) have changed so that they are no longer compile-time 
>> >constants.  Some older binaries may require updated 3.X 
>> >compatability libraries (for example, by setting COMPAT3X=yes 
>> >for a buildworld/installworld).
>> >
>> >Alternatively to doing a buildworld with COMPAT3X=yes, you could
>> >install the misc/compat3x port.
>
> 
>> Good grief! I read the UPDATING as always, but this one did NOT sink
>> in! Thank you so much for pointing me in the right direction before I
>> shot myself in the foot
>> 
>> If I go the misc/compat3x port route, I assume I need to redo the
>> buildword?? If so, then I might as well include the COMPAT3X=yes in the
>> make.conf.
>
>All that setting COMPAT3X=yes does is cause the buildworld process to
>uudecode and install some precompiled copies of FreeBSD-3.x shared
>libraries --- see /usr/src/lib/compat/compat3x.i386 for what's
>available.  Those libraries were originally just copied off a 3.x
>machine, but since then kernel changes in 4.x or 5.0 have meant that
>certain changes have had to be back ported to RELENG_3 in order to
>maintain compatibility between the 3.x shlibs and the kernel.
>
>Supplying those libraries by installing the port achieves exactly the
>same effect, but quicker.  However, the choice is entirely up to you.
>In the long run, putting COMPAT3X into /etc/make.conf would be my
>choice, as my regular schedule of buildworlds would ensure everything
>was up to date.
>
>Once the 3.x shlibs are in place, the binary frontpage binary supplied
>with the apache-fp port should pick them up OK.  The interface between
>the 3.x shlibs and any applications linked to them should remain
>exactly the same.
>
>   Cheers,
>
>   Matthew
>

Matthew, thanks again for the reply. However, I've tried both methods of
the compat3x on a test server, including and whole new build/installworld
and the latest 4.7-STABLE still hoses FrontPage. I even deleted and started
from scratch on Apache+FP-1.27, but the FP install stops dead at trying to
chown the uid:gid on the root web and gives the same error:

/usr/libexec/ld-elf.so.1: /usr/lib/libm.so.2: Undefined symbol "__stderrp"
ERROR: Unable to chown web root web in port 80

This caught me by surprise because I'd had FP running fine with FBSD-4.7
(RELEASE and STABLE) on other servers, but it was the installs JUST prior
to the change date of 20021110. In fact they where only 5 days earlier. FP
still doesn't understand what's going on apparently.

Backing down to the installs prior to 20021110 makes FP happy again.
Unfortunately, until I figure out the cure, I can't track 4.7-STABLE. As
much as it is a pain, I must run FP for the users.

No doubt others running FP must have seen this by now nothing else is
affected and 4.7-STABLE runs fine otherwise (tried several machines).

Any other thoughts, Matthew or from anyone much appreciated. 




Best regards,
Jack L. Stone,
Administrator

SageOne Net
http://www.sage-one.net
[EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



/stand/sysinstall/update

2003-01-12 Thread dick hoogendijk
Wow! Lucky me. Running FreeBSD in VMWare3.2
v4.7R runs perfectly, but I liked to experiment a little. After all:
what's the harm in a vm machine ;-)) So I choosed 'upgrade' from the
/stand/sysinstall menu and choose what I had chosen when installing
(minimal install). Pointed at the main FTP site and there it goes..

Alas, after rebooting the system is halted. Cannot load kernel or
kernel.old
What did I do wrong? Must I update All instead of Minimal?
Or what?

-- 
dick -- http://www.nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 4.7 ++ Debian GNU/Linux (Woody)

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Which TAG(s) in /etc/make.conf to enable using KERBEROS5/Heimdal

2003-01-12 Thread Hartmann, O.
Hello.

I have a fundamental question to Heimdal/Kerberos5.
I wish to use Kerberos5/Heimdal on our FreeBSD systems (running
actualy 4.7-pl3).

My first attempts failed because I only enabled MAKE_KERBEROS5=YES
in /etc/make.conf as the only build TAG, so when I was trying to
do some installation tasks described in /usr/src/crypto/heimdal/doc
I ran into trouble due to missing of some administrative tools (I can
not remember what; I know, this is really unspecific). I solved the
problem by enabling both MAKE_KERBEROS5 AND MAKE_KERBEROS4 in
/etc/make.conf.

Can anyone tell me whether it is right enabling both or is this simply
nonsense? Maybe several code parts of KRB5 relies on parts of KRB4 so it is
needed as well to build KRB5/Heimadal, but I did not find any useable
documentation about this, neither some basic instructions nor further
readings how to play with Heimdal specificaly on FreeBSD.

Can you help?
I would appreciate your hints.

Thanks a lot.

Oliver

--
MfG
O. Hartmann

[EMAIL PROTECTED]
--
IT-Administration des Institutes fuer Physik der Atmosphaere (IPA)
--
Johannes Gutenberg Universitaet Mainz
Becherweg 21
55099 Mainz

Tel: +496131/3924662 (Maschinenraum)
Tel: +496131/3924144 (Buero)
FAX: +496131/3923532

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



LINUX sysinfo syscall

2003-01-12 Thread William Gianopoulos
This has probably been asked before, but I could not find any info searching
the archives.
I am trying to run the Linux version Tapeware from Yosemite under FreeBSD
4.1.  It fails because the Linux syscall sysinfo is not implemented.  My
questions are:

1-  Is there some other port/package or option I should be using?

2-  Would a later version of FreeBSD fix this?

3-  Should I just give up?

Any help would be appreciated.

--
William A. Gianopoulos
IT Security Engineering
Raytheon Company


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: mysql++

2003-01-12 Thread Kris Kennaway
On Sun, Jan 12, 2003 at 03:19:29AM -0900, [EMAIL PROTECTED] wrote:
> did a fresh install of FreeBSD 5.0-RC2 over a system running FreeBSD 
> 4-stable.  Immediately after installing X-Kern-Developer I did a 'make 
> install' for ports/databases/mysql++ which failed saying...

"Yes" :-)

Kris



msg15201/pgp0.pgp
Description: PGP signature


Re: Palm 515 setup

2003-01-12 Thread Joan Picanyol i Puig
* Anne Sipes <[EMAIL PROTECTED]> [20021230 10:02]:
> I just got mine syncing.  I put together this howto:
> 
> http://www.geekhome.net/palm.html
> 
> Let me know if you have any problems with it.
Didn't work for me (m500)

it hangs for ever at: 

(13:45:46 <~>) 0 $ install-user -u joan -i 1000

Listening to port: /dev/pilot

Please press the HotSync button now... 

This is what I have in /var/log/messages: 

Jan 12 13:44:55 grummit /kernel: ucom0: Palm, Inc. Palm Handheld, rev
1.00/1.00, addr 3
Jan 12 13:44:55 grummit /kernel: ucom0: Palm, Inc. Palm Handheld, rev
1.00/1.00, addr 3
Jan 12 13:46:06 grummit /kernel: ucom0: ucomreadcb: IOERROR
Jan 12 13:46:06 grummit /kernel: ucom0: at uhub0 port 2 (addr 3)
disconnected
Jan 12 13:46:06 grummit /kernel: ucom0: still open, focing close
Jan 12 13:46:43 grummit /kernel: ucom0: detached
Jan 12 13:47:03 grummit /kernel: ucom0: Palm, Inc. Palm Handheld, rev
1.00/1.00, addr 3
Jan 12 13:47:03 grummit /kernel: ucom0: Palm, Inc. Palm Handheld, rev
1.00/1.00, addr 3
Jan 12 13:48:13 grummit /kernel: ucom0: at uhub0 port 2 (addr 3)
disconnected
Jan 12 13:48:13 grummit /kernel: ucom0: detached
Jan 12 13:50:29 grummit /kernel: ucom0: Palm, Inc. Palm Handheld, rev
1.00/1.00, addr 3
Jan 12 13:50:29 grummit /kernel: ucom0: Palm, Inc. Palm Handheld, rev
1.00/1.00, addr 3
Jan 12 13:51:39 grummit /kernel: ucom0: ucomreadcb: IOERROR
Jan 12 13:51:39 grummit /kernel: ucom0: at uhub0 port 2 (addr 3)
disconnected
Jan 12 13:51:39 grummit /kernel: ucom0: still open, focing close
Jan 12 13:52:00 grummit /kernel: ucom0: detached

I had been told it didn't work...

any hints?

tks
-- 
pica

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



User Mode Linux under Linux emulation

2003-01-12 Thread Rus Foster
Hi All,
I was just debating about trying to install UML under the linux emulation
and wondered had anyone tried it before? Does it even work or does UML
rely to much on the linux kernel functionality to work at all under
FreeBSD?

Cheers

Rus
--
http://www.fsck.me.uk - My blog
http://www.65535.net - $120 for a lifetime UNIX shell account


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Seagate Barracuda ATA IV ST380021A

2003-01-12 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2003-01-10 21:07:21 +0100:
> # [EMAIL PROTECTED] / 2003-01-10 14:49:01 -0500:
> > "Roman V. Mashak" <[EMAIL PROTECTED]> writes:
> > >   I've got the following problem. Is it normal, that FreeBSD (latest
> > > 4.7stable) is detecting my harddrive (see subj.) like this:
> > > 
> > > ad1: 76319MB [155061/16/63] UDMA100
> > > 
> > > Although my BIOS detect hard-drive as 80GB capacity.
> > > I have Intel-d845ebg2 motherboard and BIOS version is PT84520A.86A.0009.P04
> > 
> > 76319MB is almost exactly 80x10^9 bytes, so that sounds fine.
> 
> to expand on this: hard disk vendors lie to the customers. when you
> buy an "80 GB" disk you actually buy 80 * 1000 ^ 3 (Lowell, I don't think 
> drive got *that* big yet :), not 80 * 1024 ^ 3.

urm, as has been pointed out by others, I can't tell 1000 from 10.
sorry!

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

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



X11 problem. Simultaneous user connection on same machine.

2003-01-12 Thread Ihsan Junaidi Ibrahim
Hello all,

I'm running KDE under a normal user and I couldn't seem to get some group of 
kcontrol to work properly. Whenever I need to adjust some settings such as 
Font Installer, Login Manager which requires root access (which I have), the 
Loading screen just stood there actionless when I click on the Administrator 
Mode button. 

So I tried su-ing to root in konsole and run kcontrol from there. I avoid 
using root account when running X11 so I set the $DISPLAY. I ran kcontrol and 
this was the output that I got.


_KDE_IceTransmkdir: Owner of /tmp/.ICE-unix should be set to root
DCOPServer up and running.
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified

kded: cannot connect to X server :0
DCOP aborting call from 'anonymous-22382' to 'kded'
ERROR: KUniqueApplication: DCOP communication error!
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified

kdeinit: Can't connect to the X Server.
kdeinit: Might not terminate at end of session.
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified

kcontrol: cannot connect to X server :0
ERROR: KUniqueApplication: Registering failed!
ERROR: KUniqueApplication: DCOP communication error!
kdeinit: Fatal IO error: client killed
kdeinit: sending SIGHUP to children.
Mutex destroy failure: Device busy
kdeinit: sending SIGTERM to children.
kdeinit: Exit.

---

What does this lines of errors means? Can I not have two users using the X11 
at one time on the same machine?
__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



mysql++

2003-01-12 Thread Pazuzues
did a fresh install of FreeBSD 5.0-RC2 over a system running FreeBSD 
4-stable.  Immediately after installing X-Kern-Developer I did a 'make 
install' for ports/databases/mysql++ which failed saying...

===>  Building for mysql++-1.7.9
gmake  all-recursive
gmake[1]: Entering directory 
`/usr/ports/databases/mysql++/work/mysql++-1.7.9'
Making all in sqlplusint
gmake[2]: Entering directory 
`/usr/ports/databases/mysql++/work/mysql++-1.7.9/sqlplusint'
/bin/sh ../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I.. -I. 
-I../sqlplusint  -I/usr/local/include/mysql  -O -pipe -mcpu=pentiumpro 
-D_FIX_FOR_BSD_  -c coldata.cc
rm -f .libs/coldata.lo
c++ -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../sqlplusint 
-I/usr/local/include/mysql -O -pipe -mcpu=pentiumpro -D_FIX_FOR_BSD_ 
-Wp,-MD,.deps/coldata.pp -c  -fPIC -DPIC coldata.cc -o .libs/coldata.lo
In file included from const_string2.hh:2,
from const_string3.hh:2,
from coldata.cc:2:
const_string1.hh: In member function `const char& const_string::at(unsigned
  int) const':
const_string1.hh:50: `out_of_range' undeclared (first use this function)
const_string1.hh:50: (Each undeclared identifier is reported only once 
for each
  function it appears in.)
const_string1.hh: At global scope:
const_string1.hh:70: syntax error before `&' token
In file included from const_string2.hh:2,
from const_string3.hh:2,
from coldata.cc:2:
const_string1.hh:1:1: unterminated #ifndef
gmake[2]: *** [coldata.lo] Error 1
gmake[2]: Leaving directory 
`/usr/ports/databases/mysql++/work/mysql++-1.7.9/sqlplusint'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory 
`/usr/ports/databases/mysql++/work/mysql++-1.7.9'
gmake: *** [all-recursive-am] Error 2
*** Error code 2

Stop in /usr/ports/databases/mysql++.

So far everything else has been working like a champ here.  Going to do 
a CVS update and rebuild tools to see if I can't clear this bug with the 
latest fixes.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: Apache_fp Port install problem

2003-01-12 Thread Matthew Seaman
On Sat, Jan 11, 2003 at 12:01:44PM -0600, Jack L. Stone wrote:
> At 05:44 PM 1.11.2003 +, Matthew Seaman wrote:
> >On Sat, Jan 11, 2003 at 11:31:22AM -0600, Jack L. Stone wrote:
> >> I just updated from FBSD-4.5 to 4.7 on a server running apache_fp.1.26. The
> >> update somehow has broken the FP extensions (ugh!). I have tried a number
> >> of fixes, including portupgrade, but get a checksum error there. Have tried
> >> to rerun the present install of FP using fp_install.sh, but get this error:
> >> Who should own web root web on port 80 [www]:  
> >> What should the group for web root web on port 80 be [www]:  
> >> /usr/libexec/ld-elf.so.1: /usr/lib/libm.so.2: Undefined symbol "__stderrp"
> >> ERROR: Unable to chown web root web in port 80
> >> Hit enter to continue
> >> 
> >> I'm also seeing the "__stderrp" error in my httpd-error.log whenever I try
> >> to login to FP. So, something has changed in the FBSD-4.5-4.7 update and
> >> I've never seen this error, so don't know what needs to be fixed. I have
> >> another server running apache_fp.1.27 on FBSD.4.7 just fine.
> >> 
> >> It's looking like an uninstall/reinstall completely for apache+fp
> >> didn't want to have to do that on a box with a bunch of virtual hosts.
> >> 
> >> Has anyone seen the above problem on similar installs...???
> >
> >/usr/src/UPDATING says:
> >
> >20021110:
> >The definitions of the standard file streams (stdio, stdout, and
> >stderr) have changed so that they are no longer compile-time 
> >constants.  Some older binaries may require updated 3.X 
> >compatability libraries (for example, by setting COMPAT3X=yes 
> >for a buildworld/installworld).
> >
> >Alternatively to doing a buildworld with COMPAT3X=yes, you could
> >install the misc/compat3x port.

 
> Good grief! I read the UPDATING as always, but this one did NOT sink
> in! Thank you so much for pointing me in the right direction before I
> shot myself in the foot
> 
> If I go the misc/compat3x port route, I assume I need to redo the
> buildword?? If so, then I might as well include the COMPAT3X=yes in the
> make.conf.

All that setting COMPAT3X=yes does is cause the buildworld process to
uudecode and install some precompiled copies of FreeBSD-3.x shared
libraries --- see /usr/src/lib/compat/compat3x.i386 for what's
available.  Those libraries were originally just copied off a 3.x
machine, but since then kernel changes in 4.x or 5.0 have meant that
certain changes have had to be back ported to RELENG_3 in order to
maintain compatibility between the 3.x shlibs and the kernel.

Supplying those libraries by installing the port achieves exactly the
same effect, but quicker.  However, the choice is entirely up to you.
In the long run, putting COMPAT3X into /etc/make.conf would be my
choice, as my regular schedule of buildworlds would ensure everything
was up to date.

Once the 3.x shlibs are in place, the binary frontpage binary supplied
with the apache-fp port should pick them up OK.  The interface between
the 3.x shlibs and any applications linked to them should remain
exactly the same.

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

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Good integrated Athlon chipset for FreeBSD

2003-01-12 Thread Ihsan Junaidi Ibrahim
Hello all,

I'm building a small workgroup (10 PCs) which will be used for software and 
network testing as well for day-to-day usage. We're also conducting small 
classes teaching UNIX for school students in our area. Therefore I'm looking 
for a good integrated Athlon chipset which are supported in FreeBSD. I'm 
specifically looking at Epox EP-8KMM+ utilizing the VIA KM266 chipset. But 
I'm a little doubtful about the sound, video and above all, the NIC.

The sound uses Realtek ALC201A chipset, the video is VT8375 ProSavage8 and the 
NIC utilizes Realtek RTL8100B(L). I can't seem to find on the FreeBSD 
hardware page supports for the sound and the NIC while a search on Xfree 
driver site turned zero on the video. Does this mean, that they are not 
supported? I'm really interested in the chipset because it's cheap and most 
of us are literate when it comes to hardware, we can skip the support that 
comes with pricier brands and motherboards.

My other option would be Asus A7N-266E using the nForce 420D chipset. I've 
heard cases that this particular motherboard is usable in FreeBSD. The NIC is 
RTL8139 (rl) while other nForce boards seem to use the MCP-D built-in LAN, 
which I can't seem to find any cases of it being run on any installation.

I'm open to any suggestion that will allow me to choose the best platform for 
our research. Cost of course is a factor but I will not buy cheap if it's 
going to prove a hassle in the future.

Thank you for your time.
__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Problems w NIC

2003-01-12 Thread Volker Kindermann
> My NIC is found during boot-up and everything appears to be correct
> setup, except the darn thing won't work.

> ifconfig:
> dc0: flags=8843 mtu 1500
>  inet 192.168.0.1 netmask 0xff00 broadcast 192.168.0.255
>  inet6 fe80::208:a1ff:fe2c:28fa%dc0 prefixlen 64 scopeid 0x1
>  ether 00:08:a1:2c:28:fa
>  media: Ethernet autoselect (10baseT/UTP)

the media type is correctly recognized as 10baseT/UTP?

If yes, there may be a problem between freebsd and your new nic.

You said the machine in question is a dual boot machine? Which os OS
does it use? And the NIC works well with that other OS.

Could you try the following:
If some of your other machines runs the same OS as that with the NIC
working flawless, try to change the NICs of the two machines (I hope
it's not a onboard one).

If it's a onboard one try adding a second NIC to the machine and see if
that is working.

 -volker


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



RE: dos attack

2003-01-12 Thread Jason Hunt
On Sun, 5 Jan 2003, Michael wrote:

> Thanks for all that responded. Your ideas are great but they will just
> slow the dos down if even that. I guess no one has either thought of a
> true way to stop a DOS or maybe its really impossible because your
> allowing them in to begin with.

Easier said than done.  Some types of attacks such as SYN flooding and
smurfs can be prevented, to a point.  How can a peice of software
determine the difference between legit traffic and traffic intended to
bring down your server?  It would be very hard to write a program that can
tell the difference between someone downloading a large file off your
website with a high through-put and someone flooding your services with
invalid requests.

Even if there was something like that, what are the chances of false
positives?  Look at all the problems trying to prevent spam.  Both of
these problems will likely need to be prevented through legislation, not
code, before we will really see a declide.  Yes, I am referring to
Lawrence Lessig's idea for spam control.  Anyways, this is not the place
for that discussion.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: FreeBSD and AMD power management

2003-01-12 Thread Mark
- Original Message -
From: "Jud" <[EMAIL PROTECTED]>
To: "Matthew Seaman" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Thursday, January 09, 2003 10:34 PM
Subject: Re: FreeBSD and AMD power management

> YMMV, but I have fvcool running while building world, compiling
> ports, etc., and have never had the slightest difficulty.

I did some research as to why fvcool would make your computer unstable. And,
it turns out, it is not so much the CPU itself which may cause instability,
but the power supply. :(

The idea is, that when your power supply heavily fluctuates between, say,
70W (normal operations), and 5W (power-safe mode), the power supply may
experience trouble keeping the voltages stable. Plus, rapidly fluctuating
the power draw, to the effect that fvcool would cause, or rather: that
power-safe mode would cause, it is argued that the lifespan of your power
supply may shorten drastically.

And then there is the issue of the UPS. Dunno about others, but my UPS (APC
350), according to its specifications, does not allow equipment that draws
power on a gliding scale (like lamps with dimmer switches).

All-in-all, and I say this with regret, I have therefore decided not to use
fvcool, after all. :(

- Mark


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Setting Permissions For /etc and /etc/mail

2003-01-12 Thread Unix Tools
Hi,

Check 
ee /etc/mtree/BSD.root.dist
they chmod /etc, /etc/mail to 755

Cheers


- Original Message - 
From: "Yeah!" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, January 11, 2003 01:04 AM
Subject: Setting Permissions For /etc and /etc/mail


> 
> Can someone tell me the chmod commands I need to type
> to get the permissions to match those below:
> 
> drwxr-xr-x  16 root  wheel  2560 Jan  6 10:01 /etc/
> drwxr-xr-x   2 root  wheel  1024 Dec 25 18:47
> /etc/mail/
> 
> 
> Thanks,
> JP
> 
> __
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
> 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



The FreeBSD Diary: 2002-12-22 - 2003-01-11

2003-01-12 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to [EMAIL PROTECTED] with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives  
and/or The FreeBSD Diary . 

These are the articles posted during this period:

7-Jan : Tell your story, help others
 Tell your story, help others
 http://freebsddiary.org/tell-your-story.php?2


-- 
Dan Langille - DVL Software Limited
The FreeBSD Diary - http://www.FreeBSDDiary.org/ - practical examples
FreshPorts- http://www.FreshPorts.org/   - the place for ports
FreshSource   - http://www.FreshSource.org/  - the place for source


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Small Hdd

2003-01-12 Thread Adam Maas
picoBSD?

--Adam

- Original Message -
From: "Shawn Henderson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Sunday, January 12, 2003 1:40 AM
Subject: Small Hdd


> I have a 486 that I would like to run as a file server. I have installed
> fbsd but the harddirve is only 800 mb. I really would rather not change
it.
> Not much will be stored on there but none the less would like to have it.
Is
> there a way to use the current hdd would like to have ssh and samba
running
> and the most space I can get for files..any Ideas
> Thanks
>
>
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
>


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message