jdk14+tomcat5 crashing box

2003-12-30 Thread Brett Gulla
I am experiencing a reproducable system crash.  If I access a tomcat
application
(or use the mod_jk connector) then stop the tomcat service then restart the
tomcat service, the box will crash.  I'm not terribly concerned over this as I
am using this box as development - porting to tomcat5 - but I would be willing
to assist anyone who wishes to delve into the problem with me.  Any help would
be appreciated.

Thus far I have not been able to find any information in the system logs or
anywhere else.  I may need assistance on where to look.  

Just before the system crashes the console displays a brief message and reboots
- I can't get the information and at this point I'm not willfully crashing the
machine over and over.

Below is some information I believe may be helpful

sysctl.conf:
net.inet6.ip6.v6only=0

system:
FreeBSD 5.1-RELEASE-p11 FreeBSD 5.1-RELEASE-p11 #1: Fri Nov 28 0
5:09:25 EST 2003 /usr/obj/usr/src/sys/BSD1007  i386

packages:
apache-2.0.47
mod_jk-apache2-1.2.2
jakarta-tomcat-5.0.14
jdk-1.4.2p5


-- 
Brett Gulla

-
| The lung of a smoker is like a virgin
| thrown into the godfire.
| 
| -- Tom Robbins
-






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


Re: Linksys WMP11 WIFI PCI

2003-12-30 Thread Mark A-J. Raught
Steve Sizemore wrote:
On Sat, Dec 27, 2003 at 08:58:31PM -0500, Ben Dover wrote:

 Does anyone know if this PCI wireless network card can be utilized in 
FreeBSD 4.9.  I can't find it in the supported hardware list but there is a 
note that ISA cards are supported the same as the pccards.  Being that 
Linksys makes a WPC11 I was hoping that the WMP11 was just a PCI version of 
the pccard version and the driver would work.
 I have installed the WMP11 and put pccard_enable=YES in rc.conf but the 
card is not recognized.  Any help or suggestions would be appreciated.



While I can't answer the question directly, I can tell you that I've been
struggling with this same card under 5.1 and 5.2-RC, and haven't found a 
solution. On a linux list, I found a note where someone said that LinkSys
makes two very different cards, and calls both of them WMP11. (One is type
3 and one is type 4.) My guess is that only one of these is supported by
FreeBSD (or linux, for that matter).

Hopefully, someone on this list, or freebsd-mobile, where I'm copying this
reply, will have a more authoritative answer.
Steve
I have a PCI card matching this description in one of my FreeBSD boxes 
right now. Unfortunately it doesn't appear to have any useful version 
markings on it. Just a model number (WMP11), an FCC ID (PKW-WMP11), a 
Canada ID (3839104537A331) and a serial number. The board itself has 
MW251-1 REV:XA on it but I kind of doubt it has anything to do with 
the rev of the actual card itself.

I have (blurry) pics (with my serial number greyed out) at 
http://www.raught.net/wmp11/

I have this working with 4.8 stable and am currently upgrading the 
machine to 4.9 stable. If you don't hear anything more, assume it works 
fine. (I don't see why it would quit working between 4.8 and 4.9) If I 
run into problems after upgrading I will post it to the lists.

Background: I've had this card since 05/2002. It doesn't need any pccard 
stuff. It is detected with wi in the kernel. It is definitely a prism 
chipset with dmesg info as follows:

wi0: Intersil Prism2.5 mem 0xfe9ff000-0xfe9f irq 9 at device 17.0 
on pci0
wi0: 802.11 address: xx:xx:xx:xx:xx:xx
wi0: using RF:PRISM2.5 MAC:ISL3874A(Mini-PCI)
wi0: Intersil Firmware: Primary 1.00.05, Station 1.03.04

Real MAC address shows in place of xx:xx:xx:xx:xx:xx, but I deleted for 
security reasons.

If you want any other info from this card let me know.

-mark

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


Re: Re: Linksys WMP11 WIFI PCI

2003-12-30 Thread The MiP RvL
Hello

There are two version of the WMP11.
There is one that is prism:

wi0: Intersil Prism2.5 mem 0xfe9ff000-0xfe9f irq 9 at device 17.0
on pci0
wi0: 802.11 address: xx:xx:xx:xx:xx:xx
wi0: using RF:PRISM2.5 MAC:ISL3874A(Mini-PCI)
wi0: Intersil Firmware: Primary 1.00.05, Station 1.03.04

And there is another one that is broadcom based.
The broadcom won't work on FreeBSD.

regards,

Roland


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


Re: drbd

2003-12-30 Thread Matthew Seaman
On Tue, Dec 30, 2003 at 02:01:49PM +1000, anubis wrote:
 Linux has a thing called drbd which is a block device that allows the 
 duplication of data across a network.  The system writes to the local disk 
 first then the remote disk keeping them in sync.
 
 Is there an equivalent in FreeBSD or is there one planned or is there another 
 way of going about things that gives similar results.

GEOM Gate by Pawel Dawidek is what you want.  I don't think it's in
the tree yet, but patches are available.

See:

http://freebsd.rambler.ru/bsdmail/freebsd-hackers_2003/msg04335.html

http://garage.freebsd.pl/geom_gate.tbz

Note that this is experimental code so don't entrust anything valuable
to 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


pgp0.pgp
Description: PGP signature


Re: djbdns

2003-12-30 Thread Peter Risdon
Ion-Mihai Tetcu wrote:

Take a look at /usr/local/etc/rc.d/svscan.sh.sample 

1. SVDIR=/var/service/ - so svscan will look at /var/service and not
/service; either do:
a) what is suggested and use /var/services (e.g. ln -s /etc/dnscache
/var/service) or 
b) change SVDIR=/var/service/ to SVDIR=/service/

I would use a); also note that creating the log file in /etc/dnscache is
IMHO a bad idea.
 

I'm not disagreeing, but the original post complained of something being 
wrong in some documentation. Most reference and tutorial pages for 
djbdns and other djb stuff like qmail assume a /service directory, 
rather than /var/service. Using /var/service does seem more logical, but 
can be a source of confusion, especially if people are copying and 
pasting commands from online instructions, something the various 
references often suggest.

2. 
# cp /usr/local/etc/rc.d/svscan.sh.sample /usr/local/etc/rc.d/svscan.sh
# /usr/local/etc/rc.d/svscan.sh start
# svstatus /var/services/dnscache
# svstatus /var/services/dnscache/log
# dnsip www.freebsd.org
 

Shouldn't it be:

# svstat /var/service/dnscache

etc?

PWR

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


DHCP

2003-12-30 Thread Stanley Chan
Dear FreeBSD,

I am running my DHCP server on the FreeBSD 4.8. May I know is that
possible to allocate false IP (not the real one) to other desktops so to
access the internet? Is there any online documents about this topic?

Thanks for your advice and assistance.

Stanley Chan

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


mouse is not working

2003-12-30 Thread g
i'm using a nvidia geforce intergrated graphics motherboard, usb 
microsoft wheel optical mouse.

chipset is nvidia geforce

how do i set up the mouse to work?

george.

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


Re: DHCP

2003-12-30 Thread Matthew Seaman
On Tue, Dec 30, 2003 at 07:14:06PM +0800, Stanley Chan wrote:

 I am running my DHCP server on the FreeBSD 4.8. May I know is that
 possible to allocate false IP (not the real one) to other desktops so to
 access the internet? Is there any online documents about this topic?

Hmmm... DHCP isn't the tool you'ld use for providing this sort of
functionality.

Unless you have a very peculiar setup, chances are the acronym you
need is NAT.  Read this:

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

which should clarify things for you.  There have been plenty of
articles on this and other FreeBSD mailing lists on this topic which
should help you.  Knowing the right terminology should make searching
the 'net for relevant material much easier too.

Cheers,

Matthew

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


pgp0.pgp
Description: PGP signature


flash support

2003-12-30 Thread Monah Baki
Hi all,

I'm trying to setup freebsd 4.9 at work as a desktop. I'm having problems with flash, 
even 
though I installed it from ports (linux-flashplugin-6.0r69 and 
flashplugin-mozilla-0.4.10_2 and 
to name a few ), I still can't view some sites.

www.macromedia.com (it says I need to download linux flash
whatisthematrix.warnerbros.com/vtour/zionarchives.html (nothing shows up)

I applied what the install said about copying some files to the plugins directory of 
mozilla.

Any help will be highly appreciated.

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


Re: flash support

2003-12-30 Thread Gilad Rom
You might have more luck with the binary linux mozilla port.
Try de-installing the linux-flashplugin port, installing the linux 
mozilla-bin port, and then reinstall the  linux-flashplugin.

Monah Baki wrote:
Hi all,

I'm trying to setup freebsd 4.9 at work as a desktop. I'm having problems with flash, even 
though I installed it from ports (linux-flashplugin-6.0r69 and flashplugin-mozilla-0.4.10_2 and 
to name a few ), I still can't view some sites.

www.macromedia.com (it says I need to download linux flash
whatisthematrix.warnerbros.com/vtour/zionarchives.html (nothing shows up)
I applied what the install said about copying some files to the plugins directory of mozilla.

Any help will be highly appreciated.

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



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


Re: 5.2-RC Status

2003-12-30 Thread anubis
On Tue, 30 Dec 2003 12:31 pm, Chris wrote:
 On Monday 29 December 2003 08:33 pm, anubis wrote:
  On Tue, 30 Dec 2003 11:04 am, Chris wrote:
   Hi everyone,
  
 Ok, I see that 5.2-RC2 has made it to the site. Is there a time frame
   on RC3 (if there is indeed going to be one)?
 
  See here
  http://www.bsdforums.org/forums/showthread.php?threadid=17238
  and here
  http://www.bsdforums.org/forums/showthread.php?threadid=17255

 Perfect! Thank you muchly. Now if you would indulge me - I'll hold off a
 spell till 5.2-RELEASE. Question - I have 5.1 installed somewhere *chuckle*
 and I am hoping someone might point me to docs for a smooth upgrade from
 5.1 to 5.2

When it is released it will have doco with it called release notes.  They will 
be available on the freebsd site and your favorite mirror.  See also UPDATING 
in /usr/src

Remember to make a backup first.  I tried  5.2 rc2 and came back to 5.1 with 
my tail between my legs.  My board has iffy support for acpi.

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


Re: flash support

2003-12-30 Thread Gautam Gopalakrishnan
On Tue, Dec 30, 2003 at 07:51:35AM -0400, Monah Baki wrote:
 Hi all,
 
 I'm trying to setup freebsd 4.9 at work as a desktop. I'm having problems with 
 flash, even 
 though I installed it from ports (linux-flashplugin-6.0r69 and 
 flashplugin-mozilla-0.4.10_2 and 
 to name a few ), I still can't view some sites.
 
 www.macromedia.com (it says I need to download linux flash
 whatisthematrix.warnerbros.com/vtour/zionarchives.html (nothing shows up)

Try the www/flashpluginwrapper port. Works for me with firebird.

Gautam

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


gray network and ipfw2

2003-12-30 Thread al vanyushenkov
hi all
i have freebsd 4.8 installed and i use ipfw2 with the rules

#!/bin/sh
fwcmd=/sbin/ipfw
${fwcmd} -f flush

#!/bin/sh
ipfw='/sbin/ipfw'
$ipfw -f flush

$ipfw add divert natd all from any to any via ppp0
$ipfw add allow log all from any to any

my local ethernet card has 192.168.133.7 ip address
and my ppp0 interface has 217.15.x.x ip address.

when i tried to connect to 195.54.192.44:21 from my local box i got the lines

Accept TCP 172.16.202.106:4802 195.54.192.44:21 out via ppp0
Accept TCP 195.54.192.44:21 172.16.202.106:4802 in via ppp0
and so on.

as i know 172.16.0.0 are gray addresses and i haven't got any 172.16.x.x networks
in my environment.
Could anybody tell me what 172.16.202.106:4802 does in my log file.

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

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


RE: DHCP

2003-12-30 Thread fbsd_user
Stanley
You question is not clear on what your final goal is, But maybe I
can read between the lines. It is very common to use an FBSD gateway
box with an single public ip address to share internet access with
work stations on the private LAN behind the gateway box. DHCP can be
used in this setting to assign the private reserved ip address to
the LAN workstations. To complete this setup you also need to run
some kind of NAT (network address translation) between the private
LAN ip address and the single public internet address.  If you have
phone dial in to your ISP using (user ppp) then just enable it's
built in NAT function. If you have DSL or cable internet connection
then you need to use the NAT function of one of the FBSD firewall
applications. I recommend ipnat/IPFILTER as it's the easiest to
configure.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Stanley
Chan
Sent: Tuesday, December 30, 2003 6:14 AM
To: [EMAIL PROTECTED]
Subject: DHCP

Dear FreeBSD,

I am running my DHCP server on the FreeBSD 4.8. May I know is that
possible to allocate false IP (not the real one) to other desktops
so to
access the internet? Is there any online documents about this topic?

Thanks for your advice and assistance.

Stanley Chan

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

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


Re: jdk14+tomcat5 crashing box

2003-12-30 Thread Lucas Holt
system:
FreeBSD 5.1-RELEASE-p11 FreeBSD 5.1-RELEASE-p11 #1: Fri Nov 28 0
5:09:25 EST 2003 /usr/obj/usr/src/sys/BSD1007  i386
packages:
apache-2.0.47
mod_jk-apache2-1.2.2
jakarta-tomcat-5.0.14
jdk-1.4.2p5
What threading model did you use with the JDK?

Does the problem occur when starting other java software multiple times 
that uses threads?

I'd also try a newer version of tomcat as they fixed a lot of bugs.  I 
installed 5.0.16 the other day, and as I recall the change log wasn't 
tiny.

My working setup:
apache 2.0.48
Tomcat 5.0.16
mod jk  (1) connector for 4.1.27 tomcat
jdk-1.4.2p5
FreeBSD 4.9 Stable cvsup'd about a week ago.

Note: I don't use ports for apache, tomcat, or mod jk

Lucas Holt
[EMAIL PROTECTED]

FoolishGames.com  (Jewel Fan Site)
JustJournal.com (Free blogging)
'Re-implementing what I designed in 1979 is not interesting to me 
personally. For kids who are 20 years younger than me, Linux is a great 
way to cut your teeth. It's a cultural phenomenon and a business 
phenomenon. Mac OS X is a rock-solid system that's beautifully 
designed. I much prefer it to Linux.'
-- Bill Joy, Wired Article 2003

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


4.9 ACPI?

2003-12-30 Thread J.D. Bronson
I am looking at doing a fresh install (on a spare drive) of 5.2RC2
and was wondering about ACPI impacts. When I tried the last version of 5.2, 
it would panic on install (I assume thats been fixed)...

So my question is...how do I know if I have any ACPI on 4.9 and would would 
it benefit me if I install 5.2 with or without ACPI?

This is for an IBM 305 server with a P4-306HT chip.

Thanks!





--
J.D. Bronson - LoneBandit
Aurora Health Care // Information Services // Milwaukee, WI USA
Office: 414.978.8282 // Fax: 414.328.8282 // Pager: 414.314.8282
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ports package names changing?

2003-12-30 Thread Kris Kennaway
On Mon, Dec 29, 2003 at 04:42:42PM -0500, fbsd_user wrote:
 Is there an project in progress to change the ports and package
 names that
 you select on to include the version number as an suffix on the
 name?

What do you mean?  Packages already include the version number in the
name.

Kris


pgp0.pgp
Description: PGP signature


Re: 4.9 ACPI?

2003-12-30 Thread Kris Kennaway
On Tue, Dec 30, 2003 at 08:03:06AM -0600, J.D. Bronson wrote:
 I am looking at doing a fresh install (on a spare drive) of 5.2RC2
 and was wondering about ACPI impacts. When I tried the last version of 5.2, 
 it would panic on install (I assume thats been fixed)...
 
 So my question is...how do I know if I have any ACPI on 4.9 and would would 
 it benefit me if I install 5.2 with or without ACPI?

ACPI is not enabled by default on 4.x (and it is experimental code,
not suitable for general users).  Generally you should leave ACPI
enabled on 5.x unless it causes problems, in which case you should
proceed with the usual bug reporting process (research existing
information about the problem, provide a full bug report, etc).

Kris


pgp0.pgp
Description: PGP signature


Re: 4.9 ACPI?

2003-12-30 Thread J.D. Bronson
At 08:10 AM 12/30/2003, Kris Kennaway wrote:
ACPI is not enabled by default on 4.x (and it is experimental code,
not suitable for general users).  Generally you should leave ACPI
enabled on 5.x unless it causes problems, in which case you should
proceed with the usual bug reporting process (research existing
information about the problem, provide a full bug report, etc).
What are the advantages of using ACPI?

(when I ran solaris on my last x86 gear, I had to disable it as all it did 
was seem to cause problems!)







--
J.D. Bronson - LoneBandit
Aurora Health Care // Information Services // Milwaukee, WI USA
Office: 414.978.8282 // Fax: 414.328.8282 // Pager: 414.314.8282
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


combining partitions

2003-12-30 Thread backdoc
I would like to combine the /hd2 and /usr partitions to one /new larger 
partition.

Should I research vinum or should I be reading something else?

I am running FreeBSD 4.6-RELEASE.

My partition layout is:
scsibox# df -h
FilesystemSize   Used  Avail Capacity  Mounted on
/dev/da0s1a   126M39M77M33%/
/dev/da1s1e   2.0G   185M   1.7G10%/hd2
/dev/da0s1f   252M   4.7M   227M 2%/tmp
/dev/da0s1g   3.2G   2.9G58M98%/usr
/dev/da0s1e   252M67M   165M29%/var
procfs4.0K   4.0K 0B   100%/proc
TIA,
backdoc
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


weird

2003-12-30 Thread Kenzo
I tried installing 4.9 on an old gateway machine.
specs: intel chip, 500 MHz.
256 RAM and 30 Gig HD.
it would go thru the whole install but than right when it's about to boot
into FBSD, it reboots the machine.  It just keeps rebooting.  I thought it
might be the RAM or hardware, but I tried putting other RAM and tried the
same install on different old machines.  I even tried a different disk, one
that I know worked for sure. Same thing.

Than I just loaded 4.8 for the heck of it, and it worked.
I'm confused.

Now, do I want to try to upgrade to 4.9 from 4.8 or just leave 4.8?

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


Using FreeBSD as a DHCP server

2003-12-30 Thread stan
I need to use a STABLE machine for a DHCP server.

Man -k and looking in /etc/defaults/rc.conf don't seem to point me to the
server side of this protocol.

Do I need to add a port? If so what's the best one?

-- 
They that would give up essential liberty for temporary safety deserve
neither liberty nor safety.
-- Benjamin Franklin
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Using FreeBSD as a DHCP server

2003-12-30 Thread Andrew L. Gould
On Tuesday 30 December 2003 09:17 am, stan wrote:
 I need to use a STABLE machine for a DHCP server.

 Man -k and looking in /etc/defaults/rc.conf don't seem to point me to the
 server side of this protocol.

 Do I need to add a port? If so what's the best one?

Use /usr/ports/net/isc-dhcp3.  It's well documented and easy to use.

Best of luck,

Andrew Gould

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


RE: ports package names changing?

2003-12-30 Thread fbsd_user
I an running 4.9 the pkg_add -r command default path is
 /pub/FreeBSD/ports/i386/packages-4.9-release/Lastest/
All the names in that location do not have versions suffix appended
to the name.

Though  /pub/FreeBSD/ports/i386/packages-4.9-release/all/   does.

The FBSD handbook says to use
http://www.freebsd.org/ports/index.html
To find port and package names and it only shows the names with
versions suffix appended to the name.

Some entries listed have package link and some don't, entries
without package link still have packages.

just looks like thinks are in process of  changing, as if there is
an project in progress, so I asked the question.

Default location for pkg_add should be  'all' and not 'Latest' or
'Latest' should be populated with content of 'all' so pkg_add will
function.


-Original Message-
From: Kris Kennaway [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 30, 2003 9:08 AM
To: fbsd_user
Cc: [EMAIL PROTECTED] ORG
Subject: Re: ports  package names changing?

On Mon, Dec 29, 2003 at 04:42:42PM -0500, fbsd_user wrote:
 Is there an project in progress to change the ports and package
 names that
 you select on to include the version number as an suffix on the
 name?

What do you mean?  Packages already include the version number in
the
name.

Kris

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


KSambaClient install errors.

2003-12-30 Thread Eric F Crist
Hey all,

I was wondering if anyone has tried to get the ksamabaclient working on 
freebsd 4.9.  A buddy and I are trying to get it to install from sources, but 
we get some funny errors.  They are:

In file included from printerdlgimpl.cpp:58:
printerdlgimpl.h:37: kcmprinterdlg.h: No such file or directory
In file included from printerdlgimpl.cpp:59:
usertabimpl.h:32: usertab.h: No such file or directory
*** Error code 1

Stop in /root/ksambaplugin-0.4.2/kcm_sambaconf.
*** Error code 1

Stop in /root/ksambaplugin-0.4.2.
*** Error code 1

Stop in /root/ksambaplugin-0.4.2.

Perhaps one of you can point me in the right direction?

TIA

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


'Best' way of adding quoted string options to Makefile/pkgtools.conf?

2003-12-30 Thread Wayne Sierke
I was trying to add the following type of option to a port's Makefile:

--option='space delimited list'

(that's how it was indicated it should be presented in the port's
installation notes).

Not knowing the correct way to achieve it as a combination of
Makefile/pkgtools.conf entries I ended up with the following:-

In the port's Makefile I added something of the form:

.if defined(VAR)
CONFIGURE_ARGS+= --option=${VAR}
.endif

and in /usr/local/etc/pkgtools.conf:

  MAKE_ARGS = {
'category/portname' = [
  'VAR=\'space delimited list\'',
],
}

and I am hoping to solicit the opinions of those more experienced in these
matters as to whether they consider that to be the 'optimal' solution since
it was arrived at on my part after a multitude of somewhat random
combinations of single and double quotes, double-single quotes and
backslash-escaped quotes in both the Makefile and pkgtools.conf (it took a
while because I was intent on trying to match the single quotes around the
option arguemnt as was shown in the installation notes).


Thanks,

Wayne

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


Anyone have Limewire working on 4.8?

2003-12-30 Thread Charles Howse
Hi,
I've installed /usr/ports/net/limewire v.3.6.15 without error.
It didn't prompt me to do anything, nor present me with any dialogs when 
installing.

When I type 'limewire' from a user shell, it loads the splash screen, which 
says Loading shared files..., and a tiny window which says, Welcome t, 
and just sits there.

I've searched, and I can't find any .conf files, nor any documentation on my 
HDD for Limewire.  I've read the manual and FAQ on the limewire.org site, no 
help.

Anyone have any ideas?
-- 
Thanks,
Charles
http://howse.homeunix.net:8080

Random Murphy's Law:
Real programmers don't write in PL/1.  PL/1 is for
programmers who can't decide whether to write in
COBOL or Fortran.

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


snd_maestro3.ko load/unload

2003-12-30 Thread Tim Kellers
FreeBSD 10.0.1.8 4.9-STABLE FreeBSD 4.9-STABLE #0: Mon Dec 29 15:59:28 EST 
2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/PORCINUS  i386

Hardware: Dell Latitude c800 laptop

soundcard (from BIOS): maestro3

If I load snd_maestro3.ko from loader.conf (snd_pcm.ko is auto-loaded along 
with it), I get no sound in CLI or X --no beeps no anything.

If I don't load anything from loader.conf, I get keyclicks (enabled in BIOS), 
but no ^G beeps in CLI or X.

If I don't load anything from loader.conf, then kldload snd_maestro3.ko, then 
kldunload snd_maestro3.ko, then kldload snd_maestro3.ko again, keyclicks, ^G 
beeps and full stereo sound works in X.

I've built (and rebuilt) ther kernel with device pcm, without device pcm -- 
the method described above works with no device pcm.

I can make sound work by scripting the load/unload/reload process as 
zzz.maestro.sh and placing it in /usr/local/etc/rc.d.

Has anyone experienced anything similar, or does anyone have any ideas what 
might be going on?

I don't have this problem with 4.9_STABLE or 5.2-CURRENT on Dell C600 
latitudes --they use the same maestro3 card.

Tim Kellers
CPE/NJIT

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


Re: bridge - bridge box disappears from the network (even though it h as an ip assigned to one of the interfaces)

2003-12-30 Thread Dave McCammon

--- Fredrick Nilsson [EMAIL PROTECTED]
wrote:
 Hello!
 
 I've spent almost the entire evening trying to track
 this down. But it seems
 that I'm totally stucked. Hopefully, someone out
 there has a solution :)
 
 Anyway, here's the problem:
 
 I'm using bridge, but I'm not able to contact the
 bridge box over the
 network. This only applies to the boxes that are
 using the bridge. If a box
 outside the bridged enviroment, tries to contact
 the bridge box, there's
 no problem what so ever. 
 
 The interface that is assigned an ip, is the
 external interface (the one
 connected to my vdsl-modem), and it gets it's ip
 from a DHCP server. 
 
 This is my relevant (at least, I hope so ;)
 configurations:
 
 Kernel-config
 options BRIDGE
 options IPFIREWALL
 options IPFIREWALL_VERBOSE
 options IPFIREWALL_DEFAULT_TO_ACCEPT
 
 /etc/sysctl.conf
 net.link.ether.bridge_cfg=fxp0,rl0
 #net.link.ether.bridge_ipfw=1 (yes, for now i
 commented ipfw filtering, just
 to make sure that some misconfiguration, was the
 cause of my problem)
 net.link.ether.bridge=1
 
 /etc/rc.conf
 ifconfig_fxp0=DHCP
 ...
 firewall_enable=YES
 firewall_type=open
 firewall_quiet=YES
 firewall_logging=YES
 
 Br
 .fredrick

Do the boxes on the inside of bridge have ip
addresses on the same subnet as the dhcp assigned ip
on bridge box? 
If you are trying to use different address ranges than
you are having a routing problem.


__
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


anonCVS

2003-12-30 Thread Vladimir Pianykh
Hi!

Does any one know what's going on with the anoncvs.freebsd.org?
My cvs failing with signal 9 in random places, I have 4.9-Stable system few month old,
and sure for hardware - same happens on different servers that working fine long time.

I updating sources by this way:
% setenv CVSROOT :pserver:[EMAIL PROTECTED]:/home/ncvs
% cvs login
% cvs update -rRELENG_4 -PAd src

I've tried to remove current files and download new but got same error with:
% setenv CVSROOT :pserver:[EMAIL PROTECTED]:/home/ncvs
% cvs login
% cvs checkout -rRELENG_4 -PA src

Thank you!

Have a nice holidays!

Vlad.

P.S. I'm not in the list, please respond to my address.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Backup Server

2003-12-30 Thread Dave McCammon
man mysqldump

and check out the man page for rsync at

http://www.freebsd.org/cgi/man.cgi?query=rsyncapropos=0sektion=0manpath=FreeBSD+5.1-RELEASE+and+Portsformat=html

you can dump the databases  and use rsync on the
single machine(client) to copy or pull the
files/directories of your choosing from the servers
to the client.
Please look at the man page and look at the scripts
for rsync that were given in this thread. It is quite
easy to setup.
After looking back at one of your other replies, You
don't need to have rsync running as a daemon on any of
the machines. You just need to have rsync installed on
all. Rsync will basically tunnel through ssh (or rsh
if you want) to do the transfers(or synchronizations).

--- Matthew Juszczak [EMAIL PROTECTED] wrote:
 I'm not worried about down time.
 
 I'm strictly worrying about backing up:
 
   /home and /usr/local/mysql/var
 
 On server 1 and
 
   /home and /var/mail
 
 On Server 2.
 
 Thats it.
 
 Any ideas?  Thanks!
 
 -Matt
 On Mon, 2003-12-29 at 22:48, anubis wrote:
  On Sat, 27 Dec 2003 03:30 am, samy lancher wrote:
   Hello all,
   I have a 4.5 FreeBSD server. It is our Email,
 web and database server. I
   would like to setup a backup server so that when
 the main server goes down
   the backup server takes over its job. Could some
 one please tell me the
   best way to setup a backup server and also
 suggest some good documentation.
  
   Thanks in advance,
   Naveen.
  
  
   -
   Do you Yahoo!?
   Protect your identity with Yahoo! Mail
 AddressGuard
   ___
   [EMAIL PROTECTED] mailing list
  

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   To unsubscribe, send any mail to
   [EMAIL PROTECTED]
  
  I have had a bit of a look into this myself and
 this is my take on it.  I 
  would like to hear of other people experiences
 too.
  
  There are a number of things that you have to
 decide on first before you go 
  any further. 
  
  These are:
  budget
  how critical the system is to downtime
  how much data you are willing to lose
  how long are you willing to wait for the second
 system to kick in.
  These will determine how you are going to build
 your system.  You will have to 
  keep the answers in mind when you are looking at
 any solution.
  
  What you seem to be looking for is a failover
 system.  There is a fair bit 
  written about failover systems.  Googling will
 find you lots.  Make sure that 
  you look up linux high availability and failover
 as well to get a broader 
  view.  I have added some links below.
  
  There is really 2 things that you are trying to do
 here.  Provide redundancy 
  for the services and redundancy for the data.  The
 services are a bit easier 
  and cheaper than the data.  The big problem is the
 data, especially 
  databases.  Due to their nature they cant easily
 be copied while live.  
  
  A solution to this is a SAN.  With lots of money
 it is easier as you can buy 
  yourself a SAN and hook the two machines to it and
 host the data on the SAN.  
  With some clever scripts from those HA sites when
 one machine goes down the 
  other can take over and use the same data.  There
 are other solutions using a 
  fancy Y shaped SCSI cable to a external drive
 array.  Others my be able to 
  help here as I dont know about them.
  
  The other alternative is 2 identical machines.
  When you have 2 machines with the master storing
 data on its local drives it 
  gets tricker.  This is where you have to decide on
 how much data you are 
  willing to lose.  
  
  As an example we have a bsd box that rsyncs our
 windows fileserver ever hour.  
  Should windas go down we run a script on the
 workstations remapping our 
  drives to the bsd box.  In this case we are
 prepared to lose up to an hours 
  work.  We are also prepared to lose say 15-30
 minutes of time mucking around.  
  
  In your situation perhaps what you could do is
 upgrade to 5.1 and rsync 
  snapshots of your data to the secondary machine. 
 You could use the failover 
  setup as described on HA sites to fire up the
 services on the secondary 
  machine and take over.  This should work as
 snapshots are supposed to capture 
  an instant in time but I couldnt guarantee it
 until I tested it.  You would 
  still be losing data as you could only snapshot
 data and transfer it in 
  discrete intervals.
  
  A handy thing that linux has that I dont think
 that freebsd has is drbd.  This 
  is a block device that can mirror data across a
 network.  If freebsd had this 
  it would be easy to make the second machine a true
 mirror of the first.  
  I wonder if they are looking at a thing similar to
 this in the future.
  
  Look here for some intersting reading
  
  http://linux-ha.org/
  http://www.drbd.org/
  http://sporner.dnsalias.org/
  http://failover.othello.ch/getting_started.html
  
  
  
  ___
  

Re: combining partitions

2003-12-30 Thread Kent Stewart
On Tuesday 30 December 2003 06:50 am, backdoc wrote:
 I would like to combine the /hd2 and /usr partitions to one /new larger
 partition.

 Should I research vinum or should I be reading something else?

 I am running FreeBSD 4.6-RELEASE.

 My partition layout is:
 scsibox# df -h
 FilesystemSize   Used  Avail Capacity  Mounted on
 /dev/da0s1a   126M39M77M33%/
 /dev/da1s1e   2.0G   185M   1.7G10%/hd2
 /dev/da0s1f   252M   4.7M   227M 2%/tmp
 /dev/da0s1g   3.2G   2.9G58M98%/usr
 /dev/da0s1e   252M67M   165M29%/var
 procfs4.0K   4.0K 0B   100%/proc


You would probably find it easier to determine what is eating up your disk 
space and move that to /hd2. For example, my /usr/ports/distfiles runs around 
1.5 GB. Just moving distfiles to hd2 and linking it to /usr/ports/distfiles 
would free up a lot of space. On one machine that I don't use a lot of HD 
space, I mounted a 10 GB slice as /usr/ports.

Kent

-- 
Kent Stewart
Richland, WA

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

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


Re: KSambaClient install errors.

2003-12-30 Thread Kevin D. Kinsey, DaleCo, S.P.
Eric F Crist wrote:

Hey all,

I was wondering if anyone has tried to get the ksamabaclient working on 
freebsd 4.9.  A buddy and I are trying to get it to install from sources, but 
we get some funny errors.  They are:

 

From source, likely means that the code wasn't
written to compile from a BSD tree, as evidenced
by failure to find the needed header files.
Since it looks pretty Linuxy, I guess the first
question is do you have Linux Emulation running?
In file included from printerdlgimpl.cpp:58:
printerdlgimpl.h:37: kcmprinterdlg.h: No such file or directory
In file included from printerdlgimpl.cpp:59:
usertabimpl.h:32: usertab.h: No such file or directory
*** Error code 1
Stop in /root/ksambaplugin-0.4.2/kcm_sambaconf.
*** Error code 1
Stop in /root/ksambaplugin-0.4.2.
*** Error code 1
Stop in /root/ksambaplugin-0.4.2.

Perhaps one of you can point me in the right direction?

TIA

Eric Crist
AdTech Integrated Systems, Inc
Unfortunately, a find for
kcmprinterdlg.h doesn't
reveal anything here on 5.1
either.
kcmprinter is/was a Linux package,
maybe you need that as well.
HTH,

Kevin Kinsey
DaleCo, S.P.


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


opinion on NICs in mulithomed host

2003-12-30 Thread David Bear
I was wondering what opinions there are regarding the type of NICs to
using in a multihomed machine. Will be using fbsd 4.9-rel. Is it a
good idea to use NIC's from different manufacturers? Same manufacture?
Non-3com? ... As far as performance issues are concerned, is one brand
better than another? 

This will not be doing any bridge/routing... I will be using the
secondard NIC as a private rfc1918 network.  The bsd box will be a
proxy machine.

-- 
David Bear
phone:  480-965-8257
fax:480-965-9189
College of Public Programs/ASU
Wilson Hall 232
Tempe, AZ 85287-0803
 Beware the IP portfolio, everyone will be suspect of trespassing
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: opinion on NICs in mulithomed host

2003-12-30 Thread Mykroft Holmes IV
David Bear wrote:

I was wondering what opinions there are regarding the type of NICs to
using in a multihomed machine. Will be using fbsd 4.9-rel. Is it a
good idea to use NIC's from different manufacturers? Same manufacture?
Non-3com? ... As far as performance issues are concerned, is one brand
better than another? 

This will not be doing any bridge/routing... I will be using the
secondard NIC as a private rfc1918 network.  The bsd box will be a
proxy machine.
 

If performance is an issue, use a 3com, Intel or Dec Tulip based NIC, as 
these have the best drivers and hardware. RTL8139 based NIC's should be 
avoided due to poor performing hardware, as should Broadcom NIC's due to 
immature drivers.

Adam

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


RE: bridge - bridge box disappears from the network (even though it h as an ip assigned to one of the interfaces)

2003-12-30 Thread Dave McCammon

--- Fredrick Nilsson [EMAIL PROTECTED]
wrote:
 It's all on the same subnet. Could it be that my 
 switch is conflicting
 somehow? This is my setup:
 
 Internet---Bridge---Switch---all other boxes
 


Basically the same setup I use..It could be the
switch. Do the other machines on the same switch have
problems communicating with each other? If not, plug
the cable from the bridge into a known good port and
give it a try. Also, check your log files for any
messages that may tip you off.


__
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: combining partitions

2003-12-30 Thread Jesse Guardiani
Kent Stewart wrote:

 On Tuesday 30 December 2003 06:50 am, backdoc wrote:
 I would like to combine the /hd2 and /usr partitions to one /new larger
 partition.

 Should I research vinum or should I be reading something else?

 I am running FreeBSD 4.6-RELEASE.

 My partition layout is:
 scsibox# df -h
 FilesystemSize   Used  Avail Capacity  Mounted on
 /dev/da0s1a   126M39M77M33%/
 /dev/da1s1e   2.0G   185M   1.7G10%/hd2
 /dev/da0s1f   252M   4.7M   227M 2%/tmp
 /dev/da0s1g   3.2G   2.9G58M98%/usr
 /dev/da0s1e   252M67M   165M29%/var
 procfs4.0K   4.0K 0B   100%/proc

 
 You would probably find it easier to determine what is eating up your disk
 space and move that to /hd2. For example, my /usr/ports/distfiles runs
 around 1.5 GB. Just moving distfiles to hd2 and linking it to
 /usr/ports/distfiles would free up a lot of space. On one machine that I
 don't use a lot of HD space, I mounted a 10 GB slice as /usr/ports.

If you DO want to consolodate those partitions, you'll probably have to
back them up using dump, delete both partitions, create the consolodated
large partition, and then restore the backup.

-- 
Jesse Guardiani, Systems Administrator
WingNET Internet Services,
P.O. Box 2605 // Cleveland, TN 37320-2605
423-559-LINK (v)  423-559-5145 (f)
http://www.wingnet.net


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


Re: Automated reply from mattm@mail.citystamp.com

2003-12-30 Thread Eric F Crist
On Tuesday 30 December 2003 01:08 pm, you wrote:
 I will be on vacation November December 26,2930 and January 2, returning
 on January 5th. If you have any immediate needs call 1-413-589-1311 and the
 receptionist will direct your call.

Is there a way we can filter out these types of messages or perhaps can 
someone tell me how to do it fairly easily?

TIA
-- 
Eric F Crist
AdTech Integrated Systems, Inc
(612) 998-3588
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


messenger: console based

2003-12-30 Thread noir noir
I am looking for a Yahoo! or MSN Messenger which would
work from the console.

I did a Freshmeat and Sourceforge search and came up
with libyahoo2/ ari-yahoo/ gtmsn messengers where none
of them are able to connect to the chat server. 

I am aware of the fact that MSN and Yahoo! are
blocking apps and OSs that are not authorized by them
BUT yet wondering if there's still anything left which
still works from the console mode!

I would appreciate any kind of help.

Regards,
Noir.


Yahoo! Messenger - Communicate instantly...Ping 
your friends today! Download Messenger Now 
http://uk.messenger.yahoo.com/download/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: flash support

2003-12-30 Thread Radek Kozlowski
On 2003.12.30 12:51, Monah Baki wrote:
Hi all,

I'm trying to setup freebsd 4.9 at work as a desktop. I'm having problems with flash, even 
though I installed it from ports (linux-flashplugin-6.0r69 and flashplugin-mozilla-0.4.10_2 and 
to name a few ), I still can't view some sites.
I guess that could be because:

flash == shockwave flash
director == shockwave
Maybe you're trying to view shockwave stuff that flashplayer won't play?

BTW, have a look at /usr/ports/www/linuxpluginwrapper - I'm using it 
instead of the flashpluginwrapper with mozilla firebird.

-Radek

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


Re: Burning DVD-R's

2003-12-30 Thread Charles Swiger
On Dec 29, 2003, at 7:43 PM, Brett Glass wrote:
At 03:31 PM 12/29/2003, Charles Swiger wrote:
Meaning what?  You want to make sure the software really works with 
DVD-R, but you are not willing to test the software yourself?
I didn't say that.  However, if there's an alternative that's a sure
winner, I'd likely want to go with that instead rather than wasting
time on something that might not work.
Fair enough.  I don't know how to make burncd burn DVD-R's.  People 
have been able to use the port I mentioned to burn DVD-R's, at least if 
their hardware is capable of doing so.

The code is also GPLed. I'm looking, if at all possible, for an 
all-BSD
solution.
Is the license actually a genuine concern, or are you inventing 
excuses?
The license is a very great concern, for reasons I've mentioned
elsewhere.  We like to be able to look at and tweak the software we
use, and we can't look at GPLed code for legal reasons.
Well, you've done me the courtesy of answering my question.

I do not see why the GPL would prevent you from looking at or modifying 
DVD+RW-tools if you wanted to-- unless you plan on selling or 
redistributing closed-source DVD-burning software (seems unlikely)-- 
but it doesn't matter whether I understand these legal reasons or 
not.

Also, no BSD-based operating system should be dependent upon GPLed 
code. I'm glad to see that Jeroen and others are working on 
alternative toolchain components.
My opinion is that FreeBSD is better off having tools like less as 
part of the OS.  Come to think of it, less is now dual-licensed under 
both a BSD-style license and the GPL.  Perhaps you could ask Andy 
whether he would be willing to make dvd+rw-tools available for your use 
under a different license?

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


Prevent Port scaning

2003-12-30 Thread Marwan Sultan

Hello Subscribers..

 Happy new year for all,

 My /var/log/messages  and /var/log/dmesg.today
 Is full of the following lines:

Limiting open port RST response from 332 to 200 packets per second
Limiting open port RST response from 212 to 200 packets per second
Limiting open port RST response from 204 to 200 packets per second

/kernel: Limiting open port RST response from 335 to 200 packets per second
/kernel: Limiting open port RST response from 250 to 200 packets per second
/kernel: Limiting open port RST response from 248 to 200 packets per second

Which means someone scanning my ports. (correct me if im wrong)

My question is:
How to prevent this? I asumed that I should put the IP in deny list.
But where is the IP?
I cannot find any IP in my logs that it shows who is doing the scan.
or trying to hack..or whatever,
Anyone can advise please?
Since once in past i post my server real IP on this list,
and this scanning didnot stop.

--
Marwan Sultan

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


Re: Which architecture?

2003-12-30 Thread Nate Lawson
This message is more suited for freebsd-questions@

On Tue, 30 Dec 2003, Mobasher Sobhan wrote:
 I'm a rookie with FreeBSD.  I'm confused by which
 platform of freebsd could be installed on various IBM
 compatible/windows boxes.  I have one pc with AMD
 Athlon 2GHz and another running on Pentium III.  I
 assumed i386 (because of x86), but when I clicked on
 a link on a link i386 under platforms supported, it
 took me to something Samba or something related.
 Should I get it from ISO-IMAGES-amd64 directory in
 the ftp instead?  Or is that for AMD's more advanced
 server processors?

Install the i386 version of FreeBSD for all ia32 boxes, including Intel,
AMD, Cyrix.  The amd64 arch is for the new 64 bit Opterons (i.e. FX64).

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


Re: messenger: console based

2003-12-30 Thread Matthew Bettinger
On Tue, 30 Dec 2003 19:24:28 + (GMT)
noir noir [EMAIL PROTECTED] wrote:

 I am looking for a Yahoo! or MSN Messenger which would
 work from the console.

try 'naim' from ports.  It's ICQ but may do the others...

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


Re: messenger: console based

2003-12-30 Thread Michael W. Oliver
On Tue, Dec 30, 2003 at 07:24:28PM +, noir noir wrote:
 I am looking for a Yahoo! or MSN Messenger which would
 work from the console.

centericq

-- 
Mike
perl -e 'print unpack(u,88V]N=%C=\!I;F9O(EN(AE861EG,*);'



pgp0.pgp
Description: PGP signature


Where Live CD ISO image?

2003-12-30 Thread Francisco Reyes
Where can I download a Live CD ISO?


The only place I was able to find was http://www.freesbie.org, but that's
basically some scripts on how to do an ISO from one's system. Was hopping
to find something already made.

Want this just for repairs and such when having problems with the HD.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Where Live CD ISO image?

2003-12-30 Thread Chris Pressey
On Tue, 30 Dec 2003 15:21:53 + (GMT)
Francisco Reyes [EMAIL PROTECTED] wrote:

 Where can I download a Live CD ISO?
 
 
 The only place I was able to find was http://www.freesbie.org, but that's
 basically some scripts on how to do an ISO from one's system. Was hopping
 to find something already made.

Why not the images on this page?:

http://www.freesbie.org/?section=ISO-en

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


Re: Where Live CD ISO image?

2003-12-30 Thread Chris Pressey
On Tue, 30 Dec 2003 12:35:54 -0800
Chris Pressey [EMAIL PROTECTED] wrote:

 On Tue, 30 Dec 2003 15:21:53 + (GMT)
 Francisco Reyes [EMAIL PROTECTED] wrote:
 
  Where can I download a Live CD ISO?
  
  
  The only place I was able to find was http://www.freesbie.org, but
  that's basically some scripts on how to do an ISO from one's system.
  Was hopping to find something already made.
 
 Why not the images on this page?:
 
 http://www.freesbie.org/?section=ISO-en

Sorry, scratch that - apparently those links are broken.
CC'ing this to the FreeSBIE mailing list in the hopes that they can be
fixed :)

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


RE: Where Live CD ISO image?

2003-12-30 Thread fbsd_user
Try ftp.freebsd.org/pub/FreeBSD/releases/i386/ISO-IMAGES/   and then
chose the release you want

Note the cap letters in path have to be that way.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Francisco
Reyes
Sent: Tuesday, December 30, 2003 10:22 AM
To: FreeBSD Questions List
Subject: Where Live CD ISO image?

Where can I download a Live CD ISO?


The only place I was able to find was http://www.freesbie.org, but
that's
basically some scripts on how to do an ISO from one's system. Was
hopping
to find something already made.

Want this just for repairs and such when having problems with the
HD.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]

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


Need some advice for a mail setup...

2003-12-30 Thread [EMAIL PROTECTED]
Hello everyone and Happy Holidays.

I was hoping to get some suggestions and advice here for a particular setup
im designing.

Here is what I want to do.

I am going to use FreeBSD 4.9 as our Mail server. It will be running
Postfix, courier-IMAP and a few other goodies. I also want to run webmail
on this as well.

My main question is the actual design for this.
For instance, right now, our mail server for our company is in the private
part of our network, and is only accessible to my LAN and the localhost.
(NOTE: I have a mail gateway setup that checks all incoming email first,
then passes it to the mail server)
It has been working great so far.

The trick is, how do I implement webmail with this particular setup? I do
not want to open up a firewall rule and allow webmail access directly to my
mail server that is on the private network.

Thus, i've thought of two things, but im sure there are more options:

1) Setup and configure the mail server accordingly, and place it on our DMZ.
2) Setup webmail on the Mail gateway and have it access the internal mail
server so users can view and send email.

But I was hoping to get some further advice and recommendations here.

I really do appreciate everyones help and insigt here.

THanks

Jason


mail2web - Check your email from the web at
http://mail2web.com/ .


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


Re: Where Live CD ISO image?

2003-12-30 Thread Francisco Reyes
On Tue, 30 Dec 2003, Chris Pressey wrote:

 Why not the images on this page?:
 http://www.freesbie.org/?section=ISO-en


I guess if I don't find anything else I could use that, but that is a 4.7
image. Although it probably is enough I would prefer something a bit more
recent.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RTS/CTS DTR/DSR with stty

2003-12-30 Thread Lefteris Tsintjelis
Hi,

I need to control manually the output signals of a serial port.
Can this be done with stty? I seem to fail to do so by using
stty (-)crtscts.

Thank you,
Lefteris Tsintjelis

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


Re: Prevent Port scaning

2003-12-30 Thread Matthew Seaman
On Tue, Dec 30, 2003 at 07:13:48PM +0300, Marwan Sultan wrote:
 
 Hello Subscribers..
 
  Happy new year for all,
 
  My /var/log/messages  and /var/log/dmesg.today
  Is full of the following lines:
 
 Limiting open port RST response from 332 to 200 packets per second
 Limiting open port RST response from 212 to 200 packets per second
 Limiting open port RST response from 204 to 200 packets per second
 
 /kernel: Limiting open port RST response from 335 to 200 packets per second
 /kernel: Limiting open port RST response from 250 to 200 packets per second
 /kernel: Limiting open port RST response from 248 to 200 packets per second
 
 Which means someone scanning my ports. (correct me if im wrong)

That's a good working hypothesis.  Someone is sending you a lot of
packets to port numbers where nothing is actually listening at such a
rate that your kernel is limiting the rate at which it will respond.

It could also be due to the MSBLASTER worm, which is still very
prevalent on the net: I see probes to port 135 on my machine about
every 30s.  Which isn't fast enough to trigger the rate limiting
you're seeing, but if you were on a network with a lot of infected
machines isn't out of the question.
 
 My question is:
 How to prevent this? I asumed that I should put the IP in deny list.

Best thing to do is implement a firewall where you default to dropping
any incoming packet not to the set of specifically allowed services
you require.  Note: you want to 'drop' or 'deny' the packet, rather
than 'reject' it.  'Drop' just chucks the packet in the bit-bucket and
nothing more.  'Reject' sends back an ICMP message saying I can't
hear you.

Another (much easier, but less secure) thing to so is use the
following sysctls:

net.inet.tcp.blackhole=2
net.inet.udp.blackhole=1

See blackhole(4) for details.

 But where is the IP?

Try running tcpdump(1) or ethereal(1) (ports: net/ethereal) to capture
network traffic.  

 I cannot find any IP in my logs that it shows who is doing the scan.
 or trying to hack..or whatever,

Yes -- you will need to use the logging facilities of ipfw(8) or
ipf(8) to record that sort of thing.  Or you might look at a NIDS like
snort (ports: security/snort , http://www.snort.org/)

Cheers,

Matthew

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


pgp0.pgp
Description: PGP signature


Re: 1024x768 on a toshiba 8100 tecra in a text (Non X) Console

2003-12-30 Thread List Man
Hi,

This problem even appears when installing the OS though
sysinstall. Disabeling acpi was the solution.

Greetings

Lucio

On  0, Michael L. Squires [EMAIL PROTECTED] wrote:
: Anyway right know I am having too many system freezes
: when trying to start X.. most of the time starting X will
:
:I'm entering this message from a KDE Konsole screen running on a Tecra
:8100 under 5.2-CURRENT of 12/22.  I usually use the 8100 in a docking
:station with an external monitor, but the few times I've run the laptop
:out of the dock I've had no problems.
:
:My XF86Config file has
:
:Section Device
:
:   Identifier  Card0
:   Driver  savage
:   VendorName  S3 Inc.
:   BoardName   86C270-294 Savage/MX-MV
:   BusID   PCI:1:0:0
:
:EndSection
:
:for the video hardware.
:
:Mike Squires

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


ZOT Print Server....

2003-12-30 Thread Eric F Crist
Hey all,

I've been trying to get some remote pringing working to no avail.  I purchased 
a ZOT print server (http://www.01tech.com/m_p100s.htm) that I have working 
with Windows perfectly.  I also installed apsfilter (Great job on that, btw) 
and have the remote printer working on this end via parallel just fine.  
FWIW, it's a Brother HL-1440 laser printer.  

Anyone have any ideas on what I'm missing?  This printer just doesn't respond 
at all when going over the network.

TIA
-- 
Eric F Crist
AdTech Integrated Systems, Inc
(612) 998-3588
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ZOT Print Server....

2003-12-30 Thread Jesse Guardiani
Eric F Crist wrote:

 Hey all,
 
 I've been trying to get some remote pringing working to no avail.  I
 purchased a ZOT print server (http://www.01tech.com/m_p100s.htm) that I
 have working
 with Windows perfectly.  I also installed apsfilter (Great job on that,
 btw) and have the remote printer working on this end via parallel just
 fine. FWIW, it's a Brother HL-1440 laser printer.
 
 Anyone have any ideas on what I'm missing?  This printer just doesn't
 respond at all when going over the network.

Does the ZOT use SMB protocol? If so, you might want to install CUPS
and Samba and print over SMB.

-- 
Jesse Guardiani, Systems Administrator
WingNET Internet Services,
P.O. Box 2605 // Cleveland, TN 37320-2605
423-559-LINK (v)  423-559-5145 (f)
http://www.wingnet.net


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


Re: ZOT Print Server....

2003-12-30 Thread Kevin D. Kinsey, DaleCo, S.P.
Jesse Guardiani wrote:

Eric F Crist wrote:

 

Hey all,

I've been trying to get some remote pringing working to no avail.  I
purchased a ZOT print server (http://www.01tech.com/m_p100s.htm) that I
have working
with Windows perfectly.  I also installed apsfilter (Great job on that,
btw) and have the remote printer working on this end via parallel just
fine. FWIW, it's a Brother HL-1440 laser printer.
Anyone have any ideas on what I'm missing?  This printer just doesn't
respond at all when going over the network.
   

Does the ZOT use SMB protocol? If so, you might want to install CUPS
and Samba and print over SMB.
 

But aspsfilter will support smbclient as well, if
you ask it to when running the ./SETUP shell
script.
Kevin Kinsey

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


Re: ZOT Print Server....

2003-12-30 Thread Eric F Crist
On Tuesday 30 December 2003 04:09 pm, Jesse Guardiani wrote:
 Eric F Crist wrote:
  Hey all,
 
  I've been trying to get some remote pringing working to no avail.  I
  purchased a ZOT print server (http://www.01tech.com/m_p100s.htm) that I
  have working
  with Windows perfectly.  I also installed apsfilter (Great job on that,
  btw) and have the remote printer working on this end via parallel just
  fine. FWIW, it's a Brother HL-1440 laser printer.
 
  Anyone have any ideas on what I'm missing?  This printer just doesn't
  respond at all when going over the network.

 Does the ZOT use SMB protocol? If so, you might want to install CUPS
 and Samba and print over SMB.

No, it doesn't.  It does support the lpr protocol, and that's how I would 
prefer to do it.
-- 
Eric F Crist
AdTech Integrated Systems, Inc
(612) 998-3588
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ZOT Print Server....

2003-12-30 Thread Eric F Crist
On Tuesday 30 December 2003 04:25 pm, Jesse Guardiani wrote:
 Kevin D. Kinsey, DaleCo, S.P. wrote:
  Jesse Guardiani wrote:
 Eric F Crist wrote:
 Hey all,
 
 I've been trying to get some remote pringing working to no avail.  I
 purchased a ZOT print server (http://www.01tech.com/m_p100s.htm) that I
 have working
 with Windows perfectly.  I also installed apsfilter (Great job on that,
 btw) and have the remote printer working on this end via parallel just
 fine. FWIW, it's a Brother HL-1440 laser printer.

 [...]

  But aspsfilter will support smbclient as well, if
  you ask it to when running the ./SETUP shell
  script.

 Do you have remote SMB printing working to other windows machines
 via aspsfilter? You said you had it working for parallel, but you didn't
 mention SMB.

This isn't an SMB issue.  I purchased this print server specifically because 
it doesn't need a windows box running or doesn't require SMB.  The 
application is for use with my laptop, which dual boots to windows and 
freebsd.  This printer is located in a different part of my home and I'm 
avoiding having it become dependent on a computer again.

TIA
-- 
Eric F Crist
AdTech Integrated Systems, Inc
(612) 998-3588
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Automated reply from mattm@mail.citystamp.com

2003-12-30 Thread paul beard
On Dec 30, 2003, at 11:20 AM, Eric F Crist wrote:

Is there a way we can filter out these types of messages or perhaps can
someone tell me how to do it fairly easily?
I think your better autoresponders don't send these to mailing lists: 
not sure why these are getting through.
--
Paul Beard
www.paulbeard.org/
paulbeard [at] mac.com

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


Re: djbdns

2003-12-30 Thread Ion-Mihai Tetcu
On Tue, 30 Dec 2003 10:53:20 +
Peter Risdon [EMAIL PROTECTED] wrote:

 Ion-Mihai Tetcu wrote:
 
 Take a look at /usr/local/etc/rc.d/svscan.sh.sample 
 
 1. SVDIR=/var/service/ - so svscan will look at /var/service and not
 /service; either do:
 a) what is suggested and use /var/services (e.g. ln -s /etc/dnscache
 /var/service) or 
 b) change SVDIR=/var/service/ to SVDIR=/service/
 
 I would use a); also note that creating the log file in /etc/dnscache
 is IMHO a bad idea.
   
 
 I'm not disagreeing, but the original post complained of something
 being wrong in some documentation.

Yes, the idea of logging to / is bad at least for 2 reasons: filling up
/, which is usually small and, in case of a crash, increasing the
chances to have a trashed /

 Most reference and tutorial pages for 
 djbdns and other djb stuff like qmail assume a /service directory, 
 rather than /var/service.

I've always loved the explanation Portability. With /service, your
program works the same way on every system: Linux, BSD, Solaris, etc.
(http://cr.yp.to/daemontools/faq/create.html#run); using this logic
every program should install in his own directory in /

 Using /var/service does seem more logical, but 
 can be a source of confusion, especially if people are copying and 
 pasting commands from online instructions, something the various 
 references often suggest.

Perhaps I should suggest to the maintainer adding a pkg-message saying
that, by default, we're using /var/services ?
 
 2. 
 # cp /usr/local/etc/rc.d/svscan.sh.sample
 /usr/local/etc/rc.d/svscan.sh# /usr/local/etc/rc.d/svscan.sh start
 # svstatus /var/services/dnscache
 # svstatus /var/services/dnscache/log
 # dnsip www.freebsd.org
   
 
 Shouldn't it be:
 
 # svstat /var/service/dnscache

Of course.


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


kmplayer issues anyone?

2003-12-30 Thread Eric F Crist
Hey all,

Is there a secret to getting kmplayer to play dvds and mpeg files?  I have 
mplayer, gmplayer, kmplayer all installed.  If I enter mplayer filename 
from within KDE, I get an initial image on the screen, but don't know the 
keyboard shortcuts to get it to play (but I can pause it!).  gmplayer and 
kmplayer both won't even show the initial image.  kmplayer doens't do 
anything and gmplayer said something about unable to use -vo video-out 
specified.

TIA

-- 
Eric F Crist
AdTech Integrated Systems, Inc
(612) 998-3588
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: combining partitions

2003-12-30 Thread Darren
Thanks all.

I just took the easy way out and copied my distfiles to /hd2 and then 
sym linked them back to /usr/ports.  See it now :)

scsibox# df -h
FilesystemSize   Used  Avail Capacity  Mounted on
/dev/da0s1a   126M38M78M33%/
/dev/da1s1e   2.0G   1.3G   532M72%/hd2
/dev/da0s1f   252M   3.3M   229M 1%/tmp
/dev/da0s1g   3.2G   1.5G   1.4G51%/usr
/dev/da0s1e   252M68M   164M29%/var
procfs4.0K   4.0K 0B   100%/proc
Now, I must ask a dumb question.  Exactly what are distfiles?  I'm not a 
noobie to FreeBSD, relatively speaking.  It's just that once I set 
something up on FreeBSD, it just sits there and works.  I rarely have to 
muck around too much besides keeping the installed software up to date. 
   Although, I'm working on moving my win98se printer over to FreeBSD. 
 So, you may see me post again soon :).

TIA,
backdoc


Jesse Guardiani wrote:

Kent Stewart wrote:


On Tuesday 30 December 2003 06:50 am, backdoc wrote:

I would like to combine the /hd2 and /usr partitions to one /new larger
partition.
Should I research vinum or should I be reading something else?

I am running FreeBSD 4.6-RELEASE.

My partition layout is:
scsibox# df -h
FilesystemSize   Used  Avail Capacity  Mounted on
/dev/da0s1a   126M39M77M33%/
/dev/da1s1e   2.0G   185M   1.7G10%/hd2
/dev/da0s1f   252M   4.7M   227M 2%/tmp
/dev/da0s1g   3.2G   2.9G58M98%/usr
/dev/da0s1e   252M67M   165M29%/var
procfs4.0K   4.0K 0B   100%/proc
You would probably find it easier to determine what is eating up your disk
space and move that to /hd2. For example, my /usr/ports/distfiles runs
around 1.5 GB. Just moving distfiles to hd2 and linking it to
/usr/ports/distfiles would free up a lot of space. On one machine that I
don't use a lot of HD space, I mounted a 10 GB slice as /usr/ports.


If you DO want to consolodate those partitions, you'll probably have to
back them up using dump, delete both partitions, create the consolodated
large partition, and then restore the backup.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: VMware and Full Screen Mode

2003-12-30 Thread Eric F Crist
On Tuesday 30 December 2003 04:10 pm, Theresa L. Ford wrote:
 Hi!  Google is not looking promising on this topic.

 I have 4.9-STABLE, a nVidia GeForce Ti 4600, VMware 3, installed
 through the ports collection.

Theresa,

It's a really good idea to not reply to someone's message for a new post.  In 
most mail readers, if the user has 'threading' enabled, you message will list 
as a reply to the wrong message, rather than show up as a new thread.

HTH

-- 
Eric F Crist
AdTech Integrated Systems, Inc
(612) 998-3588
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ZOT Print Server....

2003-12-30 Thread Lee Mx


Compartir el conocimiento es una accion de seres inteligentes, que han 
comprobado que el conocimiento
es un bien que crece a medida que se lo comparte




From: Jesse Guardiani [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: ZOT Print Server
Date: Tue, 30 Dec 2003 17:25:15 -0500
Kevin D. Kinsey, DaleCo, S.P. wrote:

 Jesse Guardiani wrote:

Eric F Crist wrote:



Hey all,

I've been trying to get some remote pringing working to no avail.  I
purchased a ZOT print server (http://www.01tech.com/m_p100s.htm) that I
have working
with Windows perfectly.  I also installed apsfilter (Great job on that,
btw) and have the remote printer working on this end via parallel just
fine. FWIW, it's a Brother HL-1440 laser printer.
[...]

 But aspsfilter will support smbclient as well, if
 you ask it to when running the ./SETUP shell
 script.
Do you have remote SMB printing working to other windows machines
via aspsfilter? You said you had it working for parallel, but you didn't
mention SMB.
I looked quickly at the link and this seems to be a standard network print 
server.  I assume that you have either assigned an ip or are using dhcp.  
From there it is a standard setup.  I also use apsfilter and it works great 
for both my unix boxes and windows boxes without samba.  It isn't needed but 
I'm sure that it would work well also.  Where are you having difficulities?

_
Have fun customizing MSN Messenger — learn how here!  
http://www.msnmessenger-download.com/tracking/reach_customize

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


Re: ZOT Print Server....

2003-12-30 Thread Eric F Crist
On Tuesday 30 December 2003 06:23 pm, Lee Mx wrote:
 I looked quickly at the link and this seems to be a standard network print
 server.  I assume that you have either assigned an ip or are using dhcp.
 From there it is a standard setup.  I also use apsfilter and it works great
 for both my unix boxes and windows boxes without samba.  It isn't needed
 but I'm sure that it would work well also.  Where are you having
 difficulities?

I am able to print fine to the printer if it's connected directly to the 
computer.  However, if I go through the apsfilter setup and try to use the IP 
address (192.168.1.2) and 'raw' as the printer name, the printer doesn't even 
seem to register that it recieved any data.  If I don't enter any name for 
the printer name, and just use the IP address as the computer name, I still 
get nothing.

-- 
Eric F Crist
AdTech Integrated Systems, Inc
(612) 998-3588
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ipf / pf

2003-12-30 Thread j . l
Hi,

Here's a question that might seem trivial:

What's the relationship between the freebsd ipf and the openbsd pf?  Are they 
the same thing, or are they separately developed branches of a common 
codebase?  Or maybe they are totally different.  I ask this because I was 
looking around for guides for ipf.rules, and some of the openbsd pf examples 
look similar, but some command syntax are different.  The openbsd pf.conf 
example had the ability to define variables of ip addresses, interface names, 
etc, but it doesn't seem to work with ipf.rules.  Is there any way to define 
variables in ipf.rules?

please cc me in your responses cause I'm not subscribed to the list

thanks so much
jonathan



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


Re: Complex quoting task in tcsh

2003-12-30 Thread Daniela
On Monday 29 December 2003 05:06, Rob wrote:
 Daniela,

 This isn't the answer you would like, but tcsh is generally considered a
 bad language for writing scripts*. It's an excellent command-line shell,
 but scripts are not its strong point.

 One reason is the one you've just run into - quoting is a little flakey,
 especially when you try to do something tricky.

 For 'basic' scripts, either sh(1) or ksh(1) is usually the way to go. As
 an example, here's your line-checking question, using sh and FreeBSD
 commands:

 cat somefile | while read LINE ; do
 if echo $LINE | grep -q '^#' ; then
 # do something with $LINE
 fi
 done

Thanks a lot, that grep -q thing also works for tcsh.


 For more complex work, perl or python are usually recommended.

You can do lots of stuff with shellscript: look at user.berklix.org/~dgw


 On the other hand, if you just want to filter the comments out of a
 file, put

 grep -v '^#'

 at the start of your pipeline.

 * Csh Programming Considered Harmful (1996)
   http://www.perl.com/pub/a/language/versus/csh.html

Csh is not harmful at all -- it allows for great optimizing for certain tasks.


 - Original Message -
 From: Daniela [EMAIL PROTECTED]
 Subject: Complex quoting task in tcsh

  I'm writing a tcsh script and I can't figure out how to escape that #.
  I tried all possible variations, and it always says I have a syntax

 error.

  Here's one:
  if ($line =~ #*)
  Or is there another way to find out if the line starts with a hash

 mark?

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

 [EMAIL PROTECTED]

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


XF86Keys.

2003-12-30 Thread Lewis Thompson
Hi,

I have a funky keyboard with lots of buttons along the top (like Back,
Forward, Stop, Refresh, etc.).  I use a number of these in fluxbox by
defining them in my keys file.

  However -- can anybody suggest a way I can make the XF86Back key work
in firebird?  Previously I have hacked the keyboard file so that it
generates an ALT+Left (essentially back) but I wonder if there is an
easier way.

  Maybe I should email the firebird developers and see if they would
consider adding native support for this key?  I understand quite a few
keyboards provide it now, through XFree86.  Is this a good idea?

  Thanks very much,

-lewiz.

-- 
I was so much older then, I'm younger than that now.  --Bob Dylan, 1964.

-| msn:[EMAIL PROTECTED] | jabber:[EMAIL PROTECTED] | url:www.lewiz.org |-


pgp0.pgp
Description: PGP signature


can't login to gdm

2003-12-30 Thread r t g tan
Hi,

I'm trying to run gdm, but I can't login.

- I don't get any .xsession-errors, and am able
  to login using xdm.

- Neither message saying incorrect user passwd 

Tnx,
-- 
robert t g tan



pgp0.pgp
Description: PGP signature


Headless install problem

2003-12-30 Thread Daniela
Hi, I'm doing a headless install for the first time (4.9-R) but it won't work.
I followed the procedure in the handbook carefully. When I enter
`cu -l /dev/cuaa0` it just tells me I'm connected, but the handbook says it 
should prompt me for the second floppy.

I tried cu -d:

cu: fconn_open: Opening port /dev/cuaa0 (default speed)
cu: fsserial_open: Baud rate is 9600
cu: fconn_set: Changing setting to 0, 0, 2
Connected.

I checked the floppies, there's nothing wrong with them, but it looks like the 
computer fails to boot the kernel. The boot order is set correctly. It did 
boot a DOS floppy before.

Any help would be appreciated.

Regards,
Daniela


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


Mapping keys to various functions...

2003-12-30 Thread Eric F Crist
Hello all,

I can't find the program someone listed in here about 6 months ago about a 
program for X that tells you the key code when you press a key on the 
keyboard.  I have a laptop that I would like to map extra buttons to, like 
volume up/down, and those funky email,search,internet buttons, etc.

TIA
-- 
Eric F Crist
AdTech Integrated Systems, Inc
(612) 998-3588
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Where Live CD ISO image?

2003-12-30 Thread Malcolm Kay
On Wed, 31 Dec 2003 01:51, Francisco Reyes wrote:
 Where can I download a Live CD ISO?


 The only place I was able to find was http://www.freesbie.org, but that's
 basically some scripts on how to do an ISO from one's system. Was hopping
 to find something already made.

 Want this just for repairs and such when having problems with the HD.

Go direct to one of the FreeBSD ftp sites; e.g.
   ftp://ftp.FreeBSD.org/pub/FreeBSD/ISO-IMAGES-i386/
There you will find subdirectories containing ISO images for
4.8, 4.9, 5.1 and 5.2

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


Re: ZOT Print Server....

2003-12-30 Thread Lee Mx

From: Eric F Crist [EMAIL PROTECTED]
To: Lee Mx [EMAIL PROTECTED], 
[EMAIL PROTECTED],[EMAIL PROTECTED]
Subject: Re: ZOT Print Server
Date: Tue, 30 Dec 2003 18:30:14 -0600

On Tuesday 30 December 2003 06:23 pm, Lee Mx wrote:
 I looked quickly at the link and this seems to be a standard network 
print
 server.  I assume that you have either assigned an ip or are using dhcp.
 From there it is a standard setup.  I also use apsfilter and it works 
great
 for both my unix boxes and windows boxes without samba.  It isn't needed
 but I'm sure that it would work well also.  Where are you having
 difficulities?

I am able to print fine to the printer if it's connected directly to the
computer.  However, if I go through the apsfilter setup and try to use the 
IP
address (192.168.1.2) and 'raw' as the printer name, the printer doesn't 
even
seem to register that it recieved any data.  If I don't enter any name for
the printer name, and just use the IP address as the computer name, I still
get nothing.
Eric

Here is one of my printcap entries for a laserjet.  It works great.  Maybe 
if you compare them you will find the problem.

lp|laser|ljet4;r=300x300;q=medium;c=full;p=letter;m=auto:\
   :lp=:\
   :rm=192.168.5.251:\
#:rp=192.168.5.251:\
   :if=/usr/local/etc/apsfilter/basedir/bin/apsfilter:\
   :sd=/var/spool/lpd/laser:\
   :lf=/var/spool/lpd/laser/log:\
   :af=/var/spool/lpd/laser/acct:\
   :mx#0:\
   :sh:
# APS1_END - don't delete this
A regular line printer that I use to print checks from another unix box  is:

cheques|Impresora para cheques:\
 :sh:\
 :if=/usr/local/libexec/if.sh: \
 :rm=192.168.5.250:sd=/var/spool/output/cheques:lf=/var/log/lpd-errs:
I also have a line printer for accounting that has a wide carrage and it is.

lp|local line printer:\
 :sh:\
 :rm=192.168.5.252:sd=/var/spool/output/lpd:lf=/var/log/lpd-errs:
# :rm=192.168.5.251:sd=/var/spool/output/lpd:lf=/var/log/lpd-errs:
All my windows machines can print to all as can the unix boxes.  I'm using 
three different brands of print servers, BTW.

I hope this helps,

_
Worried about inbox overload? Get MSN Extra Storage now!  
http://join.msn.com/?PAGE=features/es

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


Re: ZOT Print Server....

2003-12-30 Thread Lee Mx

From: Eric F Crist [EMAIL PROTECTED]
To: Lee Mx [EMAIL PROTECTED], [EMAIL PROTECTED], 
[EMAIL PROTECTED]
Subject: Re: ZOT Print Server
Date: Tue, 30 Dec 2003 18:30:14 -0600

On Tuesday 30 December 2003 06:23 pm, Lee Mx wrote:
 I looked quickly at the link and this seems to be a standard network 
print
 server.  I assume that you have either assigned an ip or are using dhcp.
 From there it is a standard setup.  I also use apsfilter and it works 
great
 for both my unix boxes and windows boxes without samba.  It isn't needed
 but I'm sure that it would work well also.  Where are you having
 difficulities?

I am able to print fine to the printer if it's connected directly to the
computer.  However, if I go through the apsfilter setup and try to use the 
IP
address (192.168.1.2) and 'raw' as the printer name, the printer doesn't 
even
seem to register that it recieved any data.  If I don't enter any name for
the printer name, and just use the IP address as the computer name, I still
get nothing.
I forgot to ask in the previous email but if it doesn't help would you post 
your printcap entry.

thanks

_
Worried about inbox overload? Get MSN Extra Storage now!  
http://join.msn.com/?PAGE=features/es

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


x10d X10 interface controller: not compiling (4.9) (Also: other X10 apps?)

2003-12-30 Thread Matt Staroscik
I am trying to get a CM11A X10 interface wired into my FreeBSD server. It
looks like most of the software out there relies on x10d, which is only
available as source code:

ftp://ftp.danlan.com/ftp.danlan.com/homeauto/x10d.cm11.txt

Karl Denninger's site advises adding this to get the code to compile under
FreeBSD:

#include sgtty.h

(ref: http://www.denninger.net/homedaemon.htm)

I make the change and compile like:

cc -o x10d sourcecode.c

... which produces these warnings:

x10d.c: In function `main':
x10d.c:192: warning: passing arg 2 of `bind' from incompatible pointer type
x10d.c:231: warning: passing arg 2 of `accept' from incompatible pointer type

The resulting x10d binary file silently exits when run.

I know beans about C, it's been many years since I had to do even the most
trivial stuff with it. Where should I start to get this code working?

Are there any other X10 apps I should try? I currently have BLueLava and
Flipit running with a firecracker RF X10 module but I want to start
playing with the 2-way capabilities of the CM11A.

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


Re: FreeBSD Motherboard survey...

2003-12-30 Thread Francisco
On Fri, 21 Nov 2003, Philip Hallstrom wrote:

 I'd love for this to take off and become a repository of sorts...

It is a great idea.
About the only thing that would be nice about it, is if someday there
could be something like it for other pieces of hardware too. For instance
DVD/CD burners come to mind. This is a very common question on the lists
and something I think many people search on. I for one try to search the
lists/google when buying new hardware to see what has worked for others.


This, in my opinion, will be great for mobile users. I think for the most
part most motherboards outthere, single CPU, probably work with FreeBSD.
Laptops however is probably a totally different game.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ZOT Print Server....

2003-12-30 Thread Eric F Crist
On Tuesday 30 December 2003 07:22 pm, Lee Mx wrote:
 I forgot to ask in the previous email but if it doesn't help would you post
 your printcap entry.

 thanks

Sorry, that was really my bad.  Here it is.  Note that the top entry is for 
the parallel connection, which does work if it's connected.  The bottom entry 
is the non-working network connection.

TIA

-- 
Eric F Crist
AdTech Integrated Systems, Inc
(612) 998-3588

-PRINTCAP ENTRIES-

# APS1_BEGIN:printer1
# - don't delete start label for apsfilter printer1
# - no other printer defines between BEGIN and END LABEL
lp|pcl3/unspec;r=300x300;q=medium;c=mono;p=letter;m=auto:\
:lp=/dev/lpt0:\
:if=/usr/local/etc/apsfilter/basedir/bin/apsfilter:\
:sd=/var/spool/lpd/lp:\
:lf=/var/spool/lpd/lp/log:\
:af=/var/spool/lpd/lp/acct:\
:mx#0:\
:sh:
# APS1_END - don't delete this
# APS2_BEGIN:printer2
# - don't delete start label for apsfilter printer2
# - no other printer defines between BEGIN and END LABEL
lp1|pcl3/unspec;r=300x300;q=medium;c=mono;p=letter;m=auto:\
:lp=:\
:rm=192.168.1.2:\
:rp=laser:\
:if=/usr/local/etc/apsfilter/basedir/bin/apsfilter:\
:sd=/var/spool/lpd/lp1:\
:lf=/var/spool/lpd/lp1/log:\
:af=/var/spool/lpd/lp1/acct:\
:mx#0:\
:sh:
# APS2_END - don't delete this

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


Re: messenger: console based

2003-12-30 Thread Viktor Lazlo


On Tue, 30 Dec 2003, [iso-8859-1] noir noir wrote:

 I am looking for a Yahoo! or MSN Messenger which would
 work from the console.

 I did a Freshmeat and Sourceforge search and came up
 with libyahoo2/ ari-yahoo/ gtmsn messengers where none
 of them are able to connect to the chat server.

 I am aware of the fact that MSN and Yahoo! are
 blocking apps and OSs that are not authorized by them
 BUT yet wondering if there's still anything left which
 still works from the console mode!

Centericq works fine with icq/aim/yahoo/msn/jabber/irc from the console,
you *DO* have to read the Makefile carefully to make sure they are all
enabled after building though.

Cheers,

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


Re: FreeBSD Motherboard survey...

2003-12-30 Thread Francisco
On Fri, 21 Nov 2003, Philip Hallstrom wrote:

 http://www.eilio.com/freebsd-motherboards/


One suggestion.
Allow from the home page to view the results for a particular CPU only and
for SMP. These are probably common enough that would be helpfull to allow
them upfront.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Sleepmode for ATAdisks?

2003-12-30 Thread Joachim Dagerot
I have been told that freeBSD can't handle powermanagement for IDE
disks, instead that should be tuned in BIOS.

However I also found this post with some kind of patch: 
http://lists.freebsd.org/pipermail/freebsd-current/2003-September/0104
10.html

Though I'm in the computer business since late 80's my knowledge and
interests in patches etc are none, can someone please tell me if this
patch will help my freeBSD to power down non used IDE disks?

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


file system

2003-12-30 Thread Larry Johnson
Hello ,

The file systems used in Linux are limited to 32,000 files or
subdirectories within any given directory. Does anybody know what
the limit is in FreeBSD?  Can't find any info about this anywhere.

Many Thanks!

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


Re: ZOT Print Server....

2003-12-30 Thread Warren Block
On Tue, 30 Dec 2003, Eric F Crist wrote:

 # APS2_BEGIN:printer2
 # - don't delete start label for apsfilter printer2
 # - no other printer defines between BEGIN and END LABEL
 lp1|pcl3/unspec;r=300x300;q=medium;c=mono;p=letter;m=auto:\
 :lp=:\
 :rm=192.168.1.2:\
 :rp=laser:\
 :if=/usr/local/etc/apsfilter/basedir/bin/apsfilter:\
 :sd=/var/spool/lpd/lp1:\
 :lf=/var/spool/lpd/lp1/log:\
 :af=/var/spool/lpd/lp1/acct:\
 :mx#0:\
 :sh:
 # APS2_END - don't delete this

Check that the queue name the print server is expecting is really
laser.  Some print servers don't care.

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


Re: Complex quoting task in tcsh

2003-12-30 Thread Rob
On Wednesday 31 December 2003, Daniela [EMAIL PROTECTED] wrote:

 On Monday 29 December 2003 05:06, Rob wrote:
  Daniela,
 
  This isn't the answer you would like, but tcsh is generally
considered a
  bad language for writing scripts*. It's an excellent command-line
shell,
  but scripts are not its strong point.
 
  One reason is the one you've just run into - quoting is a little
flakey,
  especially when you try to do something tricky.
 
  For 'basic' scripts, either sh(1) or ksh(1) is usually the way to
go. As
  an example, here's your line-checking question, using sh and FreeBSD
  commands:
 
  cat somefile | while read LINE ; do
  if echo $LINE | grep -q '^#' ; then
  # do something with $LINE
  fi
  done

 Thanks a lot, that grep -q thing also works for tcsh.


Excellent!


  For more complex work, perl or python are usually recommended.

 You can do lots of stuff with shellscript: look at
user.berklix.org/~dgw


Absolutely - the whole /etc/rc structure for example. I guess what I
meant by 'complex' was string matching  manipulation. If I'm writing a
shell script that uses awk and sed to chop things up, it starts to get
clumsy and hard to read. At that point I'll usually turn it into a perl
script.


  On the other hand, if you just want to filter the comments out of a
  file, put
 
  grep -v '^#'
 
  at the start of your pipeline.
 
  * Csh Programming Considered Harmful (1996)
http://www.perl.com/pub/a/language/versus/csh.html

 Csh is not harmful at all -- it allows for great optimizing for
certain tasks.


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


Re: x10d X10 interface controller: not compiling (4.9) (Also: other X10 apps?)

2003-12-30 Thread Michael W. Oliver
On Tue, Dec 30, 2003 at 05:24:33PM -0800, Matt Staroscik wrote:
 I am trying to get a CM11A X10 interface wired into my FreeBSD server. It
 looks like most of the software out there relies on x10d, which is only
 available as source code:
 
 ftp://ftp.danlan.com/ftp.danlan.com/homeauto/x10d.cm11.txt

[...]

Hello there, fellow home automation enthusiast!

I tried in vain in the past to get x10d to work, so I went hunting for
something else.  I found 'heyu', and downloaded the beta version 2 a
while back (heyu2).  I works fairly well.

As an aside, I have been using Homeseer (on windoze) for a long time,
and have searched high and low for something on FreeBSD that would even
come close.  The problem with heyu2 is that it only sends commands... it
doesn't listen for signals from my remotes and such.  For that, I used
an app called 'xtend'.  I was able to configure macros that I could
trigger with a remote... xtend would receive the signal from the remote
and then kick off a job for heyu2.  A kludge, for sure...

An integrated tool that could speak and listen would be yummy, but I
know even less than you about C.  I have actually been thinking about
schooling myself in C just for this task.

If you would like any guidance on getting heyu2 set up, give me a shout
and I will dig up my notes (I have reverted back to Homeseer for now).

-- 
Mike
perl -e 'print unpack(u,88V]N=%C=\!I;F9O(EN(AE861EG,*);'



pgp0.pgp
Description: PGP signature


Re: ZOT Print Server....

2003-12-30 Thread Lee Mx
From: Eric F Crist [EMAIL PROTECTED]
To: Lee Mx [EMAIL PROTECTED], 
[EMAIL PROTECTED],[EMAIL PROTECTED]
Subject: Re: ZOT Print Server
Date: Tue, 30 Dec 2003 19:42:51 -0600

On Tuesday 30 December 2003 07:22 pm, Lee Mx wrote:
 I forgot to ask in the previous email but if it doesn't help would you 
post
 your printcap entry.

 thanks

Sorry, that was really my bad.  Here it is.  Note that the top entry is for
the parallel connection, which does work if it's connected.  The bottom 
entry
is the non-working network connection.

TIA

--
Eric F Crist
AdTech Integrated Systems, Inc
(612) 998-3588
-PRINTCAP ENTRIES-

# APS1_BEGIN:printer1
# - don't delete start label for apsfilter printer1
# - no other printer defines between BEGIN and END LABEL
lp|pcl3/unspec;r=300x300;q=medium;c=mono;p=letter;m=auto:\
:lp=/dev/lpt0:\
:if=/usr/local/etc/apsfilter/basedir/bin/apsfilter:\
:sd=/var/spool/lpd/lp:\
:lf=/var/spool/lpd/lp/log:\
:af=/var/spool/lpd/lp/acct:\
:mx#0:\
:sh:
# APS1_END - don't delete this
# APS2_BEGIN:printer2
# - don't delete start label for apsfilter printer2
# - no other printer defines between BEGIN and END LABEL
lp1|pcl3/unspec;r=300x300;q=medium;c=mono;p=letter;m=auto:\
:lp=:\
:rm=192.168.1.2:\
:rp=laser:\
:if=/usr/local/etc/apsfilter/basedir/bin/apsfilter:\
:sd=/var/spool/lpd/lp1:\
:lf=/var/spool/lpd/lp1/log:\
:af=/var/spool/lpd/lp1/acct:\
:mx#0:\
:sh:
# APS2_END - don't delete this
The only difference between your entry and mine is the rp that I commented 
out for some reason that I don't remember right now.  I assume that you get 
no errors.

What do

#  lpc status lp1
#  lpc restart lp1
give you?  I get:

# lpc status lp
lp:
   queuing is enabled
   printing is enabled
   no entries in spool area
   printer idle
# lpc restart lp
lp:
   no daemon to abort
   printing enabled
   daemon restarted
I'm just guessing now.  I have no idea unless one of the above commands 
gives you an error.  The only thing that bothers me is the rp entry that I 
commented out and on another box I ended up with rp=raw.

Good luck,

_
Expand your wine savvy — and get some great new recipes — at MSN Wine. 
http://wine.msn.com

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


hard drive test

2003-12-30 Thread David Bear
i just installed 4.9-rel.  after having the system on for about two
hours I got a console message that device ad0 had timed out.  then the
system froze.

after a reboot (power off then on) the systems has been working fine.

The HD is standard seagate barracuda ATA drive (30 gig). I am using
an ata100 cable.

now I'm nervous.  don't know why the drive would have had the error.
Are there any freebsd utils that I can use to test the drive?

-- 
David Bear
phone:  480-965-8257
fax:480-965-9189
College of Public Programs/ASU
Wilson Hall 232
Tempe, AZ 85287-0803
 Beware the IP portfolio, everyone will be suspect of trespassing
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mapping keys to various functions...

2003-12-30 Thread Jesse Sheidlower
On Tue, Dec 30, 2003 at 07:08:41PM -0600, Eric F Crist wrote:
 Hello all,
 
 I can't find the program someone listed in here about 6 months ago about a 
 program for X that tells you the key code when you press a key on the 
 keyboard.  I have a laptop that I would like to map extra buttons to, like 
 volume up/down, and those funky email,search,internet buttons, etc.

man xev

Best,

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


mount within a mount results in system crash

2003-12-30 Thread Ron Sweeney

I mounted an iso on the filesystem using mdconfig.  I then  mounted an
.img file (msdos) from within that mount on its own mount .

I cd'd to the mounted directory, ran ls twice and the system crashed.

No forensics in /var/log/messages either.

any ideas?  interesting at best.

mockbsd# mdconfig -a -t vnode -f bbc-2.1.iso -u 1
mockbsd# mount -t cd9660 /dev/md1 /img

mockbsd# mdconfig -a -t vnode -f /img/lnx.img -u 2
mockbsd# mount -t msdos /dev/md2 /mnt

mockbsd# ls
copy.txtlinux   prob.txtsyslinux.cfg
inspired.txtmain.txtreq.txt what.txt
ldlinux.sys memtest.gar root.bin
mockbsd# ls

boom

mockbsd# uname -a
FreeBSD mockbsd.gha.chartermi.net 5.0-RELEASE



--
 ---  -sween
| M | http://www.modelm.org
 ---  force feedback computing since 1984.
meta name=MSSmartTagsPreventParsing content=TRUE

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


RE: ipf / pf

2003-12-30 Thread fbsd_user
PF has been just ported to FBSD. I don't know if ipf  pf have a
common code background, but I do know pf  ipf have totally
different rule processing logic though the rules do look some what
common. When it comes to using variables on the rule set, that is
just the normal function of shell processing. Ipfw, ipf, and pf can
all be buried inside of an shell script and perform variable
substitution.
In FBSD the rc.conf statement for pointing to the directory location
of the ipf rules can not process a script. You just point that
rc.conf statement to an empty file just to get the system up. Then
you have script in the startup application directory that executes
to load the ipf rules.  Works great.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of
[EMAIL PROTECTED]
Sent: Tuesday, December 30, 2003 7:35 PM
To: [EMAIL PROTECTED]
Subject: ipf / pf

Hi,

Here's a question that might seem trivial:

What's the relationship between the freebsd ipf and the openbsd pf?
Are they
the same thing, or are they separately developed branches of a
common
codebase?  Or maybe they are totally different.  I ask this because
I was
looking around for guides for ipf.rules, and some of the openbsd pf
examples
look similar, but some command syntax are different.  The openbsd
pf.conf
example had the ability to define variables of ip addresses,
interface names,
etc, but it doesn't seem to work with ipf.rules.  Is there any way
to define
variables in ipf.rules?

please cc me in your responses cause I'm not subscribed to the list

thanks so much
jonathan



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

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


RE: hard drive test

2003-12-30 Thread Jonathan M. Slivko
 
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

David,

You can try and run distributed.net on it for awhile - that should
give it a pretty good workout.

- -- Jonathan

===
Jonathan M. Slivko
ISP/Marketing
PeeringSolutions, LLC
===
PeeringSolutions, LLC
90 Morningside Drive, Suite 4H
New York, NY  10027
vox: 646.245.7286
fax: 212.663.1109
email: [EMAIL PROTECTED]
info:  [EMAIL PROTECTED]
web: http://www.peeringsolutions.ca/
TAC: http://my.peeringsolutions.ca/
===

- -Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of David Bear
Sent: Tuesday, December 30, 2003 10:18 PM
To: [EMAIL PROTECTED]
Subject: hard drive test

i just installed 4.9-rel.  after having the system on for about two
hours I got a console message that device ad0 had timed out.  then
the
system froze.

after a reboot (power off then on) the systems has been working fine.

The HD is standard seagate barracuda ATA drive (30 gig). I am using
an ata100 cable.

now I'm nervous.  don't know why the drive would have had the error.
Are there any freebsd utils that I can use to test the drive?

- -- 
David Bear
phone:  480-965-8257
fax:480-965-9189
College of Public Programs/ASU
Wilson Hall 232
Tempe, AZ 85287-0803
 Beware the IP portfolio, everyone will be suspect of trespassing
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]

-BEGIN PGP SIGNATURE-
Version: PGP 8.0.3

iQA/AwUBP/JDNU96BXDwEhNnEQJCMgCeLggG/3qIX/rKQBRnr8DaNR1BMQIAoMgv
lofYDFEN8+sbKxHzyepCZ0Gt
=3MQA
-END PGP SIGNATURE-

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


Re: arp request problem with firewall

2003-12-30 Thread horio shoichi
On Mon, 29 Dec 2003 16:30:40 -0800 (PST)
Terry Singh [EMAIL PROTECTED] wrote:
 this is my first post to freebsd questions. 
 
 MY NETWORK
 
 Internet -- WAN_IF | FIREWALL - 5.1 RELASE | LAN_IF -- LAN network
 
 The WAN_IF has several public addresses as aliases. I have about 20 servers in
 the LAN that require various services allowed to the public Internet. 
 
 I basically am doing a bimap one to one mapping per server in the LAN.
 This all works great, meaning I can surf etc etc from any LAN server to the
 Internet and also, from the Internet I can get published services on LAN
 servers. 
 
 Here's the problem:
 I already mentioned that each server with a 192.168.50.x address is bimaped
 to a public address. The problem is that if I am on any of the LAN servers, and
 want to connect to the public address of a server in the LAN, I CANNOT.
 Now first of, I could connect using private addresses and of course this works
 like it should. But our applications have real DNS names coded in the apps so I
 need this to work. 
 
 I know it has something to be with proxy arp so I even tried placing this line
 in sysctl.conf: net.link.ether.inet.proxyall=1.\
 no luck.
 
 ANY IDEAS?
 
 --
 Second problem
 One of the LAN servers is a FTP server. From the Internet, I can only connect
 using ACTIVE MODE even though I allow both 20/21/tcp inbound. Here's what
 happens when passive mode is used: The initial connection is accepted, but then
 the server sends its private address instead of its proper public address! Of
 course it's not gonna work! So I forced active mode and voila! it worked.
 What's the fix for this bugger? I now outbound FTP has some built-in proxy ftp
 in freebsd but what about inbound?
 
 thanks, tsingh.
 
 
 
 
 __
 Do you Yahoo!?
 New Yahoo! Photos - easier uploading and sharing.
 http://photos.yahoo.com/
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 

1. The network configuration like yours is known not to work. The reason and
workarounds are best detailed here.

http://www.openbsd.org/faq/pf/rdr.html#reflect

2. The wu-ftp and proftp have the ability to advertize arbitrary address.
There may be others, but I don't know.



horio shoichi

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


nVidia Quadro NVS 200

2003-12-30 Thread Jay Sern Liew
I couldn't find a comprehensive list of supported hardware in the handbook
or in the release notes, hardware.txt file.

I know nVidia provides FreeBSD drivers, but I can't seem to find anywhere
on the FreeBSD WWW, mailinglist, freebsdforums.org, that says if the
nVidia Quadro
NVS 200 is supported. Anyone has got this dual head AGP card to work in
FreeBSD?

Thanks.


Jay Sern Liew
[EMAIL PROTECTED],ieee}.org
gpg --keyserver pgp.mit.edu --recv-keys 0xA115A33F
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


netgear nic

2003-12-30 Thread David Bear
the NIC selection at the local store was terrible. I ended up buying a
netgear FA311.  I cannot tell what chipset this has..  It is the
numbers VS318AG in it..

anyone used a netgear nic with fbsd 4.9?

-- 
David Bear
phone:  480-965-8257
fax:480-965-9189
College of Public Programs/ASU
Wilson Hall 232
Tempe, AZ 85287-0803
 Beware the IP portfolio, everyone will be suspect of trespassing
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ipf / pf

2003-12-30 Thread Jonathan Lin
Thanks for the reply ... I did a bit more reading about it, and found 
that ipf used to be in openbsd, until some sort of license dispute.  
Then the openbsd people supposedly wrote their own pf ... so there's 
probably no relation between the two...

as for the scripting .. i'll probably have to look into that a little 
more before i do anything like that ... i'll just stick to plain old ipf 
rules for now ...

thanks again

fbsd_user wrote:

PF has been just ported to FBSD. I don't know if ipf  pf have a
common code background, but I do know pf  ipf have totally
different rule processing logic though the rules do look some what
common. When it comes to using variables on the rule set, that is
just the normal function of shell processing. Ipfw, ipf, and pf can
all be buried inside of an shell script and perform variable
substitution.
In FBSD the rc.conf statement for pointing to the directory location
of the ipf rules can not process a script. You just point that
rc.conf statement to an empty file just to get the system up. Then
you have script in the startup application directory that executes
to load the ipf rules.  Works great.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of
[EMAIL PROTECTED]
Sent: Tuesday, December 30, 2003 7:35 PM
To: [EMAIL PROTECTED]
Subject: ipf / pf
Hi,

Here's a question that might seem trivial:

What's the relationship between the freebsd ipf and the openbsd pf?
Are they
the same thing, or are they separately developed branches of a
common
codebase?  Or maybe they are totally different.  I ask this because
I was
looking around for guides for ipf.rules, and some of the openbsd pf
examples
look similar, but some command syntax are different.  The openbsd
pf.conf
example had the ability to define variables of ip addresses,
interface names,
etc, but it doesn't seem to work with ipf.rules.  Is there any way
to define
variables in ipf.rules?
please cc me in your responses cause I'm not subscribed to the list

thanks so much
jonathan


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

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


Re: file system

2003-12-30 Thread Dan Nelson
In the last episode (Dec 30), Larry Johnson said:
 The file systems used in Linux are limited to 32,000 files or
 subdirectories within any given directory. Does anybody know what the
 limit is in FreeBSD?  Can't find any info about this anywhere.

I don't think there's really a limit on the number of files; I quite
easily created 90k files in a directory with a shell script.  The
number of subdirectories in one directory is 32766, since the link
count for a directory is stored as a signed 16-bit integer, and the
parent directory will end up with 32767 links (one for itself, and
32766 to .. in each child directory).  This is also trivial to verify
with a shell script.

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


Re: combining partitions

2003-12-30 Thread Lowell Gilbert
Darren [EMAIL PROTECTED] writes:

 Now, I must ask a dumb question.  Exactly what are distfiles?

   Source code is distributed
   in whatever manner the software author desires. Frequently this is a
   tarred and gzipped file, but it might be compressed with some other tool
   or even uncompressed. The program source code, whatever form it comes in,
   is called a ``distfile''. You can get the distfile from a CD-ROM or from
   the Internet.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: RTS/CTS DTR/DSR with stty

2003-12-30 Thread horio shoichi
On Tue, 30 Dec 2003 23:26:52 +0200 (EET)
Lefteris Tsintjelis [EMAIL PROTECTED] wrote:
 Hi,
 
 I need to control manually the output signals of a serial port.
 Can this be done with stty? I seem to fail to do so by using
 stty (-)crtscts.
 
 Thank you,
 Lefteris Tsintjelis
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 

Maybe you are bit by initial-state and lock-state, which idea
is I think devil's invention. See sio(4) and /etc/rc.serial.


horio shoichi

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


rsh and rcp problems between Solaris and FreeBSD

2003-12-30 Thread John Von Essen
I have a Solaris 2.6 box that has been sending data to a Solaris 8 box 
via rsh and rcp.

I finally changed the Solaris 8 box to a FreeBSD 4.9-STABLE machine.

Unfortunately, I am noticing alot of problems with my rsh and rcp 
calls. Again, the rsh/rcp calls are being initiated on my Solaris 2.6 
and are hitting a FreeBSD 4.9-STABLE box.

Here is what happens:

My first rsh works, but if I try another rsh within a few seconds it 
takes a really long time (30 - 60 sec) to return - but it does return 
successful. If I issue my rsh calls every 2 minutes, it returns quick 
everytime. But if I do rsh calls to close together (5 sec delays) they 
hang for a long time.

The rcp behaves the same way - but with an added oddity... I can't seem 
to 'rcp -r' directories. For example, say I have /tmp/test and in there 
I have three files (a, b, and c.). When I try to rcp -r that directory, 
I get the following:

# rcp -r /tmp/test host:/tmp
rcp: /tmp/test/a/b: Not a directory
rcp: /tmp/test/a/b/c: Not a directory
Very weird!

Anyone have any ideas? If I can't get this resolved I am going to have 
to go back to the old SUN to SUN setup and scrap the FreeBSD machine.

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


Re: netgear nic

2003-12-30 Thread Andrew Boothman
David Bear wrote:
the NIC selection at the local store was terrible. I ended up buying a
netgear FA311.  I cannot tell what chipset this has..  It is the
numbers VS318AG in it..
anyone used a netgear nic with fbsd 4.9?
No, but I believe it should be supported by the sis(4) driver.

See 
http://www.freebsd.org/cgi/man.cgi?query=sisapropos=0sektion=0manpath=FreeBSD+4.9-RELEASEformat=html
for more information.

To use the sis(4) driver you also need to have the miibus(4) in your kernel.

It's also worth noticing, for future reference, that you could have 
answered this question for yourself by a simple google search.

Hope that helps and good luck!

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


  1   2   >