Re: different disk geometry

2003-02-21 Thread Michael Soboleff
it is OK for 4.7 but my old 5.0 installation says that
79780xxx - is invalid, so
using more likely geometry - 5005 and while trying to
modify anything
using sysinstall fdisk i get write error! is this a bug of
5.0-release?

- Original Message -
From: Nathan Kinkade [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, February 20, 2003 8:50 PM
Subject: Re: different disk geometry

On Thu, Feb 20, 2003 at 05:57:47PM +0300, Michael Soboleff
wrote:
 I have 40Gb IBM IDE drive, while booting freebsd 4.7 shows
 me 79780/16/63 geometry,
 but! sysinstall gives me another numbers : 5005/255/63.
The
 QUESTION is it OK?

Both are logical geometries.  They are roughly equivalent:

79780 * 16 * 63 = 80418240 addressable sectors, or ~40GB
5005 * 255 * 63 = 80405325 addressable sectors, or ~40GB

The first figure (79780/16/63) is the disk geometry that is
probably
printed on the label on the front of the disk and is
conformant with the
ATA standard.  The second figure (5005/255/63) is probably
the geometry
that your BIOS is using.  Either way, as long as the machine
works then
you shouldn't have to worry.

Nathan

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


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



Is there anyone using Voodoo 4500 in FreeBSD?

2003-02-21 Thread Ke Fei
I've got a Voodoo 4500 video card, but I cannot make XFree86 3.3.6 support it, my 
system is FreeBSD 4.5.
-- 
___
Get your free email from http://mymail.bsdmail.com

Powered by Outblaze

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



freebsd 5.0 + apache + ddclient

2003-02-21 Thread Bryan Cassidy
Hello. Now that I'm able to post to the -freebsd mailing lists I have
a questions. I am using FreeBSD 5.0-R with apache 1.3.27 and ddclient
3.6.2 installed. Here is my ddclient.conf file

daemon=300  # check every 300 seconds
syslog=yes  # log update msgs to syslog
mail=root   # mail update msgs to root
pid=/var/run/ddclient.pid   # record PID in file.
#
#use=watchguard-soho,fw=192.168.111.1:80# via Watchguard's SOHO FW
#use=netopia-r910,   fw=192.168.111.1:80# via Netopia R910 FW
#use=smc-barricade,  fw=192.168.123.254:80  # via SMC's Barricade FW
#use=netgear-rt3xx,  fw=192.168.0.1:80  # via Netgear's internet FW
#use=linksys,fw=192.168.1.1:80  # via Linksys's internet FW
#use=maxgate-ugate3x00,  fw=192.168.0.1:80  # via MaxGate's UGATE-3x00  FW
#use=elsa-lancom-dsl10,  fw=10.0.0.254:80   # via ELSA LanCom DSL/10 DSL 
Router
#use=elsa-lancom-dsl10-ch01, fw=10.0.0.254:80   # via ELSA LanCom DSL/10 DSL 
Router
#use=elsa-lancom-dsl10-ch02, fw=10.0.0.254:80   # via ELSA LanCom DSL/10 DSL 
Router
#use=alcatel-stp,fw=10.0.0.138:80   # via Alcatel Speed Touch Pro
#use=xsense-aero,fw=192.168.1.1:80  # via Xsense Aero Router
#fw-login=admin, fw-password=XX # FW login and password
#
## To obtain an IP address from FW status page (using fw-login, fw-password)
#use=fw, fw=192.168.1.254/status.htm, fw-skip='IP Address' # found after IP Address
#
## To obtain an IP address from Web status page (using the proxy if defined)
#use=web, web=checkip.dyndns.org/, web-skip='IP Address' # found after IP Address
#
#use=ip, ip=127.0.0.1   # via static IP's
use=if, if=ppp0 # via interfaces
use=web # via web
#
protocol=dyndns2# default protocol
#proxy=fasthttp.sympatico.ca:80 # default proxy
server=members.dyndns.org   # default server
server=members.dyndns.org:8245  # default server (bypassing proxies)

login=easybsd   # default login
password=mypassword # default password
#mx=mx.for.your.host# default MX
#backupmx=yes|no# host is primary MX?
#wildcard=yes|no# add wildcard CNAME?

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

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

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

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

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

##
## Hammernode (hn.org) dynamic addresses
##
# server=dup.hn.org,\
# protocol=hammernode1, \
# login=your-hn-login,  \
# password=your-hn-password \
# your-hn-host.hn.org,your-2nd-hn-host.hn.org

##
## dslreports.com dynamic-host monitoring
##
# server=members.dslreports.com \
# protocol=dslreports1, \
# login=dslreports-login,   \
# password=dslreports-password  \
# dslreports-unique-id
 

I don't get any errors in the logs or anything. What have I missed?

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



Re: installkernel first?

2003-02-21 Thread Matthew Seaman
On Fri, Feb 21, 2003 at 04:27:47PM +1030, [EMAIL PROTECTED] wrote:

 Not being familiar with single user mode, I didn't realise that only / was
 mounted in that mode (so why does the handbook put fsck -p as the FIRST
 command, before mount -a ? sigh).

That would be because fsck(8) only works effectively on unmounted file
systems -- it really doesn't need anything else trying to write stuff
to the filesystem while it's trying to fix it.  In fact, in single
user mode the root partition is initially mounted read-only, precisely
so that fsck(8) can fix up the root filesystem without the danger of
writes to the partition at the same time.  It used to be the case that
the instructions explicitly told you to remount the root fs read-write
before doing a 'mount -a', but 'mount -a' has done all of that option
changing stuff for you automatically for several years now.

The new 'background fsck' capability in FreeBSD 5.0 (as I understand
it) relies on the capability to treat the filesystems on the newly
booted machine as 'snapshots', so that modifications to the fs are
held in cache memory and only written out to the disk once the fsck(8)
process has finished cleaning up the underlying stuff.

Cheers,

Matthew

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

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



Re: 4.8-PRERELEASE: portinstall -R XFree86 fails

2003-02-21 Thread Matthew Seaman
On Fri, Feb 21, 2003 at 06:58:49AM +0100, P. U. Kruppa wrote:
 Hi,
 
 I am trying to portinstall XFree86-4 on yesterday's
 4.8-PRERELEASE.
 
 I think I have deleted all old XFree86 packages,
 # pkgdb -F
 runs without any complaints.
 
 But portinstall -R XFree86 (I answered yes to XFree86-4) ends
 doing imake with
 
   -
 (...)
 
 install.man in config/util done
 installing man pages in config/pswrap...
 + /usr/bin/install -c -m 0444 pswrap.1.html
 /usr/local/lib/X11/doc/html/pswrap.1
 .html
 rm -f /usr/local/man/man1/pswrap.1*
 /usr/bin/install -c -m 0444 pswrap._man  /usr/local/man/man1/pswrap.1
 gzip -n /usr/local/man/man1/pswrap.1
 install.man in config/pswrap done
 ===   Generating temporary packing list
 /usr/X11R6/bin/mkhtmlindex:No such file or directory
 *** Error code 1
 Stop in /usr/ports/devel/imake-4.
 *** Error code 1
 Stop in /usr/ports/x11/XFree86-4-libraries.
 *** Error code 1
 Stop in /usr/ports/x11/XFree86-4.
 ** Command failed [exit code 1]: /usr/bin/script -qa
 /tmp/portupgrade12055.6 mak
 e
 ** Fix the problem and try again.
 ** The following packages were not installed or upgraded (*:skipped /
 !:failed)
 ! x11/XFree86-4 (unknown build error)
 
  

The imake port is part of XFree86, and you have to install the version
that corresponds to which ever version of XFree86 you're installing.
This is infact one of the principal reasons why you're advised to
delete the XFree86-3 packages before attempting to upgrade to
XFree86-4.

The fix is simple.  Just run:

# pkg_deinstall -f imake-\*

before running your portinstall command again.

Cheers,

Matthew

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

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



Re: Is there anyone using Voodoo 4500 in FreeBSD?(I've got the answer)

2003-02-21 Thread Ke Fei
The answer is lying on the XFree86's home website:
===
2. 3Dfx

3.3.6:
Support (including acceleration) for Voodoo Banshee and Voodoo3 cards is provided by 
the XF86_SVGA server with the tdfx driver.

4.2.1:
Support for Voodoo Graphics and Voodoo2 chips is provided by the glide driver (this 
requires version 2.x of the Glide library, which is not part of the XFree86 
distribution).

Support (including acceleration) for Voodoo Banshee, Voodoo3, Voodoo4, and Voodoo5 is 
provided by the tdfx driver.

Summary:
All hardware supported in 3.3.6 is also supported in 4.2.1. The Voodoo Graphics, 
Voodoo2, Voodoo4, and Voodoo5 are supported only in 4.2.1.
HERE IS THE ANSWER
===
-- 
___
Get your free email from http://mymail.bsdmail.com

Powered by Outblaze

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



RE: gif tunnels?

2003-02-21 Thread Aaron Burke
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of
 Krassimir Slavchev
 Sent: Friday, February 21, 2003 12:21 AM
 To: [EMAIL PROTECTED]
 Subject: gif tunnels?


 Hello All,

 I have:

  Private Net 1  Firewall 1Firewall 2  Private Net 2
 ---  ---
 | 10.1.0.0/24 || FBSD 4.7 |--//--| FBSD 4.7 || 10.2.0.0/24 |
 ---  ---
 |__tunnel__|

 I want to configure tunnel between Private Net 1 and Private Net 2
 and
 can not get tunnel to work when Public IP of Firewall 1 and Firewall
 2 are
 from same subnet. If public IPs of my firewalls are from different
 subnets all works fine.

 On Firewall 1 I do:
 # ifconfig gif0 create
 # gifconfig gif0 x.y.z.1 x.y.z.2
 # ifconfig gif0 inet 10.255.255.1 10.255.255.2 netmask 255.255.255.252
 # route add -net 10.2.0.0/24 10.255.255.2

 On Firewall 2 I do:
 # ifconfig gif0 create
 # gifconfig gif0 x.y.z.2 x.y.z.1
 # ifconfig gif0 inet 10.255.255.2 10.255.255.1 netmask 255.255.255.252
 # route add -net 10.1.0.0/24 10.255.255.1

 Is there any way to get this to work?

You may want to check out http://www.nullplusone.com/vpn .It describes
a slightly different situation. Here there is a link from the 192.168.0.0/24
to 10.1.1.0/24.


 Thanks in advance
Hope this site is some help



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



Re: freebsd 5.0 + apache + ddclient

2003-02-21 Thread Antoine Jacoutot
On Friday 21 February 2003 09:40, Bryan Cassidy wrote:
 Hello. Now that I'm able to post to the -freebsd mailing lists I have
 a questions. I am using FreeBSD 5.0-R with apache 1.3.27 and ddclient
 3.6.2 installed. Here is my ddclient.conf file
 I don't get any errors in the logs or anything. What have I missed?

Did you add syslog=yes in your ddclient.conf ?
Anyway, it looks like easybsd.dyndns.org works.

Antoine


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



datasize higher than 512Mo or 2 Gb ?

2003-02-21 Thread Jacques Beigbeder
Hello,

Someone said on Jan 16th:
Adding kern.maxdsiz=2147483647 to /boot/loader.conf ...

This means that now kern.maxdsiz is 2 Gb.

Does FreeBSD 5.0 supports higher values? I now have a PC
with 4 Gb of memory... and I want to use all that
memory for a single process.

Or is there some patch to raise this 2Gb limit?

Thanks,

--
Jacques Beigbeder|  [EMAIL PROTECTED]
Service de Prestations Informatiques | http://www.spi.ens.fr
Ecole normale supérieure |
45 rue d'Ulm |Tel : (+33 1)1 44 32 37 96
F75230 Paris cedex 05|Fax : (+33 1)1 44 32 20 75


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



Re: OT: MUTT folders

2003-02-21 Thread Roman Neuhauser
 On Wed, Feb 19, 2003 at 03:36:35PM -0600, Brian Henning wrote:
  i have been reading throught the file /usr/local/share/doc/mutt/manual.txt and i
  cannot figure out how to change which folder i am reading. i have some mail
  folders in ~/Mail that i cannot figure out how to access from mutt...

Try putting this into your .muttrc, and start mutt with -yn.

macro index \t change-folder?check-new
macro pager \t change-folder?check-new

-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.see http://www.eyrie.org./~eagle/faqs/questions.html

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



kGPG crash

2003-02-21 Thread Ian Barnes
Hi,

I sent an email to the author of the program, and he couldnt help me, so i was 
wondering if anyone here could help me. 

I am running FreeBSD 5.0rel, with gnupg-1.2.1, with kgpg-0.9.5, i installed 
both last night. So, once installed, i type kgpg, at the prompt, and i get 
the KDE crash handler, that tells me that kgpg crashed and caused a signal 11 
(SIGSEGV). Now in the backtrace window, this is what i get:

snip
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
[Switching to Process 30259, Thread 1]
0x28f4dab3 in poll () from /usr/lib/libc.so.5
#0  0x28f4dab3 in poll () from /usr/lib/libc.so.5
#1  0x28ef7111 in _thread_kern_sched_state_unlock () from /usr/lib/libc_r.so.5
#2  0x28ef6b10 in _thread_kern_scheduler () from /usr/lib/libc_r.so.5
/snip

At the prompt i get this:

snip
[root@ian] ~ # kgpg
Xlib:  extension GLX missing on display :0.0.
KCrash: crashing crashRecursionCounter = 2
KCrash: Application Name = kgpg path = unknown pid = 30259
ERROR: KUniqueApplication: DCOP communication error!
[root@ian] ~ # Xlib:  extension GLX missing on display :0.0.

/snip

Anyone got any ideas? Or got any other solutions to my problem. I want to use 
php, but with a GUI.

Thanks in advance.

Ian Barnes
--
BOFH - Mom's Pharmacies
Email: [EMAIL PROTECTED]

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



mount_ntfs fails

2003-02-21 Thread Didier Wiroth
Hey, 

I have two harddisks:
1) ad0 with 1 slice containing Windows XP pro
2) ad2 with two slices s1 is ntfs and s2 is freebsd 4.7-release

I can mount_ntfs without problems ad2s1 from freebsd!

BUT I can't mount_ntfs ad0s! When I try to mount it with the following
command:
mount_ntfs /dev/ad0s1 /mnt

I get the following error:
mount_ntfs: /dev/ad0s1: Invalid argument

And in /var/log/messages I see this:
Feb 21 13:46:39 lucifer /kernel: ad0s1: slice extends beyond end of
disk: truncating from 78140097 to 4408785 sectors
Feb 21 13:46:39 lucifer /kernel: ntfs_loadntnode: BREAD FAILED
Feb 21 13:46:39 lucifer /kernel: ntfs_vget: CAN'T LOAD ATTRIBUTES FOR
INO: 0

1) What is the problem with ad0?
2) What can I do to resolve the problem so that I'm able to mount_ntfs
ad0s1?

Thanks a lot
Didier


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



Re: Setting up FreeBSD as a wireless base station

2003-02-21 Thread IAccounts
On Wed, 19 Feb 2003, Emmanuel Gravel wrote:

 I was looking into setting up a wireless network at home. I'm already using
 FreeBSD 4.4 as my gateway/firewall (NATD/ipfw/junkbuster) for my wired network.
 I was initially looking at a Cisco 350 as an access point and Orinoco cards for
 the laptops/desktops that don't have wired access, mostly because an admin I
 knew swears by their security features. Cost is too high for my budjet however
 (for the access point).

 After some searching, I've found that FreeBSD could be used directly with a
 wireless card to become an access point. However, with the Orinoco cards, I
 read it could only do ad-hoc and not infrastructure mode. For that, a
 Prism-based card is required. I've looked at the list of cards pretty quickly,
 but I don't know which ones to get. Keep in mind that all the systems that will
 be wireless will be Windows (98/XP), apart from the FreeBSD gateway.

 Here's what I would like to accomplish:
 1- The access point will not advertise it's name
 2- When connecting to the access point, the clients will encrypt the name
 they're trying to connect to, so outside snoopers, even if they do break WEP,
 won't be able to connect (I think this is what was done with the Orinoco cards,
 the Cisco 350, and special client software).
 3- All communication afterwards is continuously encrypted between the clients
 and the access point (not just with WEP). Both clients and server should have
 key pairs (SSL?).
 4- All clients will have access to the network and internet as if they were
 wired (i.e. there should be no difference to the user whether using a wireless
 or wired computer). This includes Windows shares as well as any other TCP/IP
 based protocol.

 Which Prism-based card would be best for this? Keep in mind I need both PCI and
 PCMCIA cards that should all be compatible with each other. I have both PCI and
 ISA slots available on my FreeBSD system.

 Also, which Windows software will I be needing to make this painless to the
 user (if anything specialized is needed)? Also, on the Windows side again,
 which diagnostics software would be best?

 Thanks for your help!

I use a DLink dl-650 card in my box. I also put my wireless network inside
of IPSec and enforce it with IPFW. This way, unless each client is using
the appropriate ipsec settings, they will never see the wireless network.

My setup may be a little different however. Heres what I have:

To Internet
   |
-
| FBSD gw/firewall
-
   |
192.168.1.0/24
   |
   |
--
| FBSD (bridge)(firewall)| - To wired internal network
-(still 192.168.1.0)
 wi0
 nothing but IPSec ESP/AH
 in here (or out)
  |
  |
  |
To wireless internal network
 (still 192.168.1.0)
  |
  |
My wireless laptops.



 
 __
 Do you Yahoo!?
 Yahoo! Shopping - Send Flowers for Valentine's Day
 http://shopping.yahoo.com

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



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



Re: freebsd 5.0 + apache + ddclient

2003-02-21 Thread Bryan Cassidy
The server is running fine but when my ip changes the ddclient script
doesn't update it at dyndns.org so that means when my ip changes i
have to go to dyndns.org and update it myself and thats getting kinda
old ya know?

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



Re: ftp users - question

2003-02-21 Thread Jim Trigg
On Fri, Feb 21, 2003 at 06:59:51AM +0100, Cliff Sarginson wrote:
 On Fri, Feb 21, 2003 at 12:13:12PM +1300, Jonathan Chen wrote:
  On Thu, Feb 20, 2003 at 04:15:18PM -0600, Darryl Hoar wrote:
   Greetings,
   I have a machine setup running 4.7 - stable.  It is an internal machine.
   How do I setup a user (so they can upload with ftp) but can't login at
   the shell ?  Is this possible ?
  
  Set up the users with a non-existent shell (eg: /nonexistent), and add
  the non-existent shell entry into /etc/shells.
 
 Conventionally such users woud be given a shell of /sbin/nologin, which
 must also be added into the list contained in /etc/shells.
 The program /sbin/nologin already exists, so no need to create it.

As an added measure of security, I'd advise making a link of /sbin/nologin
called /sbin/ftponly and adding that to /etc/shells instead of nologin.
That way, system accounts that shouldn't be able to be logged in through
ftp either can still have the shell /sbin/nologin.  Users that should
only be able to access the system through FTP get the shell /sbin/ftponly.
It also make the passwd file more understandable.

Jim Trigg
-- 
Jim Trigg, Lord High Everything Else  O-  /\
  \ /  ASCII RIBBON CAMPAIGN
Hostmaster, Huie Kin family websiteXHELP CURE HTML MAIL
Verger, All Saints Church - Sharon Chapel / \

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



Re: mount_ntfs fails

2003-02-21 Thread Daniel Bye
On Fri, Feb 21, 2003 at 01:54:57PM +0100, Didier Wiroth wrote:
 Hey, 
 
 I have two harddisks:
 1) ad0 with 1 slice containing Windows XP pro
 2) ad2 with two slices s1 is ntfs and s2 is freebsd 4.7-release
 
 I can mount_ntfs without problems ad2s1 from freebsd!
 
 BUT I can't mount_ntfs ad0s! When I try to mount it with the following
 command:
 mount_ntfs /dev/ad0s1 /mnt
 
 I get the following error:
 mount_ntfs: /dev/ad0s1: Invalid argument
 
 And in /var/log/messages I see this:
 Feb 21 13:46:39 lucifer /kernel: ad0s1: slice extends beyond end of
 disk: truncating from 78140097 to 4408785 sectors
 Feb 21 13:46:39 lucifer /kernel: ntfs_loadntnode: BREAD FAILED
 Feb 21 13:46:39 lucifer /kernel: ntfs_vget: CAN'T LOAD ATTRIBUTES FOR
 INO: 0
 
 1) What is the problem with ad0?
 2) What can I do to resolve the problem so that I'm able to mount_ntfs
 ad0s1?

Does mount_ntfs /dev/ad0s1c /mnt work?  I have had similar moments of
darkness, and seem to recall that was one way out.  I'm not sure of the
reason for this - it is something to do with the way Windows installs itself
on the disk, and with the BSD disk name convention, the c partition
represents the whole slice.  That's my theory, anyway  ;-)

-- 
Daniel Bye

PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc
PGP Key fingerprint: 3D73 AF47 D448 C5CA 88B4 0DCF 849C 1C33 3C48 2CDC
 _
  ASCII ribbon campaign ( )
 - against HTML, vCards and  X
- proprietary attachments in e-mail / \

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



Re: mount_ntfs fails

2003-02-21 Thread Wiroth Didier
On Fri, 21 Feb 2003 13:15:03 +
 Daniel Bye [EMAIL PROTECTED] wrote:
 On Fri, Feb 21, 2003 at 01:54:57PM +0100, Didier Wiroth
 wrote:
  Hey, 
  
  I have two harddisks:
  1) ad0 with 1 slice containing Windows XP pro
  2) ad2 with two slices s1 is ntfs and s2 is freebsd
 4.7-release
  
  I can mount_ntfs without problems ad2s1 from freebsd!
  
  BUT I can't mount_ntfs ad0s! When I try to mount it
 with the following
  command:
  mount_ntfs /dev/ad0s1 /mnt
  
  I get the following error:
  mount_ntfs: /dev/ad0s1: Invalid argument
  
  And in /var/log/messages I see this:
  Feb 21 13:46:39 lucifer /kernel: ad0s1: slice extends
 beyond end of
  disk: truncating from 78140097 to 4408785 sectors
  Feb 21 13:46:39 lucifer /kernel: ntfs_loadntnode: BREAD
 FAILED
  Feb 21 13:46:39 lucifer /kernel: ntfs_vget: CAN'T LOAD
 ATTRIBUTES FOR
  INO: 0
  
  1) What is the problem with ad0?
  2) What can I do to resolve the problem so that I'm
 able to mount_ntfs
  ad0s1?
 
 Does mount_ntfs /dev/ad0s1c /mnt work?  I have had
 similar moments of
 darkness, and seem to recall that was one way out.  I'm
 not sure of the
 reason for this - it is something to do with the way
 Windows installs itself
 on the disk, and with the BSD disk name convention, the c
 partition
 represents the whole slice.  That's my theory, anyway
  ;-)
Nope, does not work :-(
Any other ideas are welcome! :-))
Thanks anyway!
Didier

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



5.0-RELEASE kernel boot problem on acer travelmate 210TEV (laptop)

2003-02-21 Thread Michael
I've been using 4.X for some time with no problems(that I can remember =)

So i'm booting the install 5-RELEASE mini cd :

Hit [Enter] to boot immediately, or any other key for command prompt.
Booting [/boot/kernel/kernel] in 8 seconds...

Type '?' for a list of commands, 'help' for more detailed help.
OK set hint.acpi.0.disabled=1
OK boot kernel

.
.

Preloaded mfs_root /boot/mfsroot at 0xc0600a8.
Timercounter i8254   frequency 1193182 Hz
Timercounter TSC  frequency 697419320 Hz
CPU: Pentium III/Pentium III Xeon/Celeron (697.42-MHz 686-class CPU)
 Origin = GenuineIntel  id = 0x686  Stepping = 6
 
Features=0x383f9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE
real memory  = 125763584 (119 MB)
avail memory = 36768 (105 MB)
Initializing GEOMetry subsystem
Pentium Pro MTRR support enabled
md0: Preloaded image /boot/mfsroot 4423680 bytes at 0xc062679c
npx0: math processor on motherboard
npx0: INT 16 interface
Using: $PIR table, 5 entries at 0xc00fb9d0
pcib0: ACPI Host-PCI bridge port 0xcf8-0xcff on acpi0
pci0: PCI bus on pcib0
agp0: Ali Generic host to PCI bridge mem 0xe000-0xe3ff at device 0.0 on pci0
panic: contigmalloc1: size must not be 0
Uptime: 1s
Automatic reboot in 15 seconds - press a key on the console to abort


Thanks =D

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



Re: Displaying Slideshow on Remote Computer

2003-02-21 Thread Matt Smith
I would recommend running VNC, but opposite to what you seem to be
thinking.  Run the VNC client on the BSD box, and the server on the
Windows Box.  The PPT slide show could be delivered and controlled by
PowerPoint on the Windows box, and the VNC client would display the
Windows Desktop on the Kiosk.
-Matt

On Thu, 2003-02-20 at 18:43, Rik Scarborough wrote:
 I'll explain what I want to do, then what I planned and ask my 
 question.  That way if any of you have a better way to accomplish this, 
 you can let me know.
 
 I need to display a Power Point slide on a FreeBSD computer running 
 more or less like a Kiosk.  The FreeBSD machine will be running in a 
 foyer displaying the Slide show and playing mp3's.  It will not have a 
 keyboard attached and needs to be controlled (i.e. slides changed) from 
 a Windows box in the office.  Both machines will be on the network.
 
 Our plan is to use Open Office to show the slide show.  I had planned 
 to put XWindows on the Windows machine (using Cygwin) and export the 
 display from the FreeBSD box, but then it dawned on me that I will not 
 get the same display that is running the slide show.  i.e. Open Office 
 will be running on localhost:0.0, but the user will be looking at 
 remotebox:0.0.  As a side benefit, this will be a chance to put a BSD 
 desktop in front of the users who overwhelming feel that they have to 
 have Windows to do their job.
 
 Someone suggested VNC, but that does not appear to control the :0.0 
 display.  I'm not sure how that is different from rlogin to the BSD box 
 and exporting the display.
 
 Is there a way to either control Open Office from the command line, or 
 grab Open Office, at least Impress, from localhost:0.0 long enough to 
 open a new file and start the slide show, and then push it back?
 
 ~Rik
 
 -- 
 It is by caffeine alone I set my mind in motion.  It is by the beans of 
 Java that the thoughts acquire speed, the hands acquire shakes, the 
 shakes become  a warning.  It is by caffeine  alone I set my  mind  in 
 motion.
-- 
Matt Smith [EMAIL PROTECTED]


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



SoftUpdates on /

2003-02-21 Thread Alistair Phillips
Hi guys,

I know that in the mailing list a while ago people were wondering why
SoftUpdates were not enabled by default at install time on the / partition.

Now I installed FreeBSD 4.7 RELEASE into a 4GB slice.  I did not create
seperate bits for / or /usr and such - but one large big space.

So I enabled SoftUpdates when I was busy with FDISK at the install time
and now it seems like it may have been a bad idea.  Now I know 4GB is
not much but it seems that there is no more space left.  And at times df -h
will tell me there is -180MB available on / !  [  Dont get me wrong here, I
am
not saying that SoftUpdates is causing me lack of space. ]

Now I know that I should just du to see whats taking up the space and I will
investigate that this weekend - but I was wondering if it was a bad idea to
have
gone and enabled SoftUpdates on / seeing as it is one big
slice/partitoin?

This machine is just a setup that I've got to play with - I'm sharing it
with WinXP
but would like to move across to FreeBSD full time.  So I have no problems
with
having to re-install it!

Kind regards,
Alistair.


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



CVSUP of 4.7 only?

2003-02-21 Thread Tuc
Hi,

I have :

*default release=cvs tag=RELENG_4  


in my stable-supfile, and on one machine all of a sudden on the last
update I have :

FreeBSD vjofn.ttsg.com 4.8-PRERELEASE FreeBSD 4.8-PRERELEASE #1: Thu Feb 20 13:5
2:11 EST 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/VJOFN  i386


Heres my problem. I've been CVSUPing machines with RELENG_4, is there
a way I can continue only with the 4.7 tree? I tried :

*default release=cvs tag=RELENG_4_7

and it looked like it was re-checking out everything. Does that mean
it was getting 4.7 as it was first released, and when I did RELENG_4 it
was 4.X as current as it was? Is there another tag for 4.7 most current?

Thanks, Tuc/TTSG Internet Services, Inc.


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



Re: CVSUP of 4.7 only?

2003-02-21 Thread Kent Stewart
On Friday 21 February 2003 06:08 am, Tuc wrote:
 Hi,

   I have :

 *default release=cvs tag=RELENG_4


   in my stable-supfile, and on one machine all of a sudden on the last
 update I have :

 FreeBSD vjofn.ttsg.com 4.8-PRERELEASE FreeBSD 4.8-PRERELEASE #1: Thu
 Feb 20 13:5 2:11 EST 2003
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/VJOFN  i386


   Heres my problem. I've been CVSUPing machines with RELENG_4, is
 there a way I can continue only with the 4.7 tree? I tried :

 *default release=cvs tag=RELENG_4_7

   and it looked like it was re-checking out everything. Does that mean
 it was getting 4.7 as it was first released, and when I did
 RELENG_4 it was 4.X as current as it was? Is there another tag for
 4.7 most current?


That is what it was doing. You were checking out 4.7-release plus 
security fixes. There is no more 4.7 most current. You could set the 
date on your cvsup but there won't be any more changes to 4.7-stable. 
It doesn't exist in the current tree. In a while, RELENG_4 will be 
4.8-release and then 4.8-stable.

Kent

-- 
Kent Stewart
Richland, WA

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


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



Re: Logitech USB Keyboard

2003-02-21 Thread John Bleichert
On Fri, 21 Feb 2003, Pierrick Brossin wrote:
 Subject: Re: Logitech USB Keyboard
 Quoting John Bleichert [EMAIL PROTECTED]:
 
  Can't speak to 5.0 (Ive only CVSup'd to it, never installed) but for 4.7 
  you'll probably need to build a boot floppy with a custom kernel on it 
  that includes support for USB kerboards and mice.
  
  There's a script in the handbook for building a custom boot floppy.
 
 OK Thanx didn't think about making a boot floppy !
 
 Do you have a USB keyboard ?
 Because I compiled the 4.7 kernel with all the USB stuff I guess and it wasn't
 working either!
 
 Thanx
 

No USB keyboard, but I do use USB mice. I was thinking it should be as 
easy as adding support to the kernel for a USB keyboard, unless the 
keyboard is just waaay too non-standard.

Dunno, somebody on the list can probably help.

#  John Bleichert 
#  http://vonbek.dhs.org/latest.jpg


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



Re: lightweight wm

2003-02-21 Thread John Bleichert
On Thu, 20 Feb 2003, Jud wrote:
 Subject: Re: lightweight wm
 On Thu, 20 Feb 2003 20:38:28 -0500 (EST), John Bleichert 
 [EMAIL PROTECTED] wrote:
  On Thu, 20 Feb 2003 [EMAIL PROTECTED] wrote:
  To: [EMAIL PROTECTED]
 
  im on a pI 233mhz mmx with 64mb of ram
  what do u recommend me to install GNOME or KDE
 
 
  I use Blackbox on a 166 and it runs great (Fluxbox as suggested by 
  somebody else is based on Blackbox I believe) - it's a great window 
  manager. Controlled by a simple text file, multiple desktops, nice 
  graphical styles, etc. mwm is nice too (very unix) but openmotif takes a 
  long time to build.
 
 Though I have the hardware and disk space to run GNOME, KDE, or both if I 
 wish, I gravitate to a lightweight ethic, so like John, I run Blackbox (as 
 well as bbrun for extra convenience).  Very occasionally I also use 
 Windowmaker for a bit of variety.
 
 With a fairly lightweight GUI file manager, Rox-filer (not lightweight if 
 built from ports, because the FreeBSD port has a bunch of GNOME 
 dependencies; I just download it from its home page and install it, and it 
 works fine for me - note, I do have Linux emulation installed), browser 
 (Opera), mailer (Sylpheed), editor (nedit, though I also play with Xemacs 
 and a couple of TeX editors), cd player (ascd or wmcdplay) and system 
 monitor (GKrellM2), I feel pretty well set.
 
 These are all GUI applications, because you asked about GNOME and KDE, 
 which are big GUI desktop environments.  The FreeBSD base system comes with 
 command line utilities which will take the places of several of these 
 applications quite nicely.
 
 Jud
 

Actually, just to be clear, I'm a KDE fan. KDE 3.1 is great, and on a 
multi-GHz box with 6 cubic yards of RAM who cares about resources? But on 
some of the lower-watt boxes I have (at work and at home) I need a 
lighterweight WM. Blackbox is great, very clean. Also, the code is very 
clean and makes an excellent X/WM tutorial.

That said, I do run Blackbox for a while every now and again for a break 
;)

#  John Bleichert 
#  http://vonbek.dhs.org/latest.jpg


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



Re: SoftUpdates on /

2003-02-21 Thread Bill Moran
Alistair Phillips wrote:

Hi guys,

I know that in the mailing list a while ago people were wondering why
SoftUpdates were not enabled by default at install time on the / partition.

Now I installed FreeBSD 4.7 RELEASE into a 4GB slice.  I did not create
seperate bits for / or /usr and such - but one large big space.

So I enabled SoftUpdates when I was busy with FDISK at the install time
and now it seems like it may have been a bad idea.  Now I know 4GB is
not much but it seems that there is no more space left.  And at times df -h
will tell me there is -180MB available on / !  [  Dont get me wrong here, I
am
not saying that SoftUpdates is causing me lack of space. ]

Now I know that I should just du to see whats taking up the space and I will
investigate that this weekend - but I was wondering if it was a bad idea to
have
gone and enabled SoftUpdates on / seeing as it is one big
slice/partitoin?

This machine is just a setup that I've got to play with - I'm sharing it
with WinXP
but would like to move across to FreeBSD full time.  So I have no problems
with
having to re-install it!


You don't have to reinstall to disable softupdates.  If you read the man
page for tunefs, it says that the changes will be made, but won't take
effect until the system is rebooted.  So you should be able to use tunefs
to turn of softupdates and just reboot the machine to have it take effect.

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


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



RE: CVSUP of 4.7 only?

2003-02-21 Thread Philip Payne
Hi,

CVS Tag list:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvs-tags.html

Phil.

 -Original Message-
 From: Tuc [mailto:[EMAIL PROTECTED]]
 Sent: 21 February 2003 14:08
 To: [EMAIL PROTECTED]
 Subject: CVSUP of 4.7 only?
 
 
 Hi,
 
   I have :
 
 *default release=cvs tag=RELENG_4  
 
 
   in my stable-supfile, and on one machine all of a 
 sudden on the last
 update I have :
 
 FreeBSD vjofn.ttsg.com 4.8-PRERELEASE FreeBSD 4.8-PRERELEASE 
 #1: Thu Feb 20 13:5
 2:11 EST 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/VJOFN  i386
 
 
   Heres my problem. I've been CVSUPing machines with 
 RELENG_4, is there
 a way I can continue only with the 4.7 tree? I tried :
 
 *default release=cvs tag=RELENG_4_7
 
   and it looked like it was re-checking out everything. 
 Does that mean
 it was getting 4.7 as it was first released, and when I did 
 RELENG_4 it
 was 4.X as current as it was? Is there another tag for 4.7 
 most current?
 
   Thanks, Tuc/TTSG Internet Services, Inc.
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 

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



Re: lightweight wm

2003-02-21 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2003-02-21 09:09:30 -0500:
 Blackbox is great, very clean. Also, the code is very 
 clean and makes an excellent X/WM tutorial.

Interesting. The Openbox developers have the opposite opinion.
IANAC++C (I am not a C++ coder), co I can't comment on this.

I switched from BB to OB, but that was for other reasons.

-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.see http://www.eyrie.org./~eagle/faqs/questions.html

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



Fail to boot off installation CD - pci-cfgintr?

2003-02-21 Thread John Straiton
I have a Dell Poweredge 2300/350 machine that I'm trying to
install 5.0-RELEASE on via the CD. I'm getting an unusual error that my
searches have revealed very little on (seems to be a problem a lot of
laptop users get, although this is a 6U server).

Server setup is as follows:
Dual 350Mhz  512MB RAM
RAID5 via Perc SC/2 (does detect successfully)
Booting off RELEASE ISO CD

I boot, kernel starts to detect hardware and then these are the last few
lines I get before the machine hangs (hard...have to use reset switch.
Can't even get a light change from hitting num lock anymore)

boot -v results:

atapci0: Intel PIIX4 ATA33 controller port 0xffa0-0xffaf at device 7.1
on pci0
atapci0: Busmastering DMA not supported
ata0: iobase=0x01f0 altiobase=0x03f6 bmaddr=0x
ata0: at 0x1f0 irq 14 on atapci0
Ata1: iobase=0x0170 altiobase=0x0376 bmaddr=0x
ata1: at 0x170 irq 15 on atapci0
uhci0: Intel 72371AB/EB (PIIX4) USB controller port 0-0x1f at device
7.2 on pci0
pci_cfgintr_search: linked (63) to configured irq 14 at 0:8:0
pci_cfgintr: 0:7 INTD routed to irq 14

And that's it. Dead in the water. I thought that maybe I'd move forward
by disabling the USB ports in the BIOS but these damn older Dells don't
let you do that.


I've never run into anything quite like this...
Thoughts? 
John Straiton
[EMAIL PROTECTED]
Clickcom, Inc
704-365-9970x101 



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



Re: CVSUP of 4.7 only?

2003-02-21 Thread Tuc
 
 Hi,
 
 CVS Tag list:
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvs-tags.html
 
So if I read it right:

RELENG_4_7_0_RELEASE - First ever 4.7 release. Oldest and never
updated past that day it was tagged

RELENG_4_7 - More current than _RELEASE, but only with critical
updates.

RELENG_4 - More current than 4_7, has non critical updates and
tweaks, but doesn't guarantee it being 4_7 branch.


So there isn't a way to make sure I stay in 4.7, but get all the
fixes, right?

Thanks, Tuc/TTSG Internet Services, Inc.

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



sound card blocking problem

2003-02-21 Thread Brian Henning
Hello-
I noticed that is FBSD4.7 that when i am using the sound device in one process
that the system blocks that device so no other processes can use the sound
device until that process is killed. I know that in windows 2000 that is not the
case, it lets multilple processes have control of the sound device at the same
time. Is there a way to make FBSD4.7 have this functionality? Does this question
make any sense?

thanks,

Brian

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



Re: freebsd 5.0 + apache + ddclient

2003-02-21 Thread Antoine Jacoutot
On Friday 21 February 2003 13:57, Bryan Cassidy wrote:
 The server is running fine but when my ip changes the ddclient script
 doesn't update it at dyndns.org so that means when my ip changes i
 have to go to dyndns.org and update it myself and thats getting kinda
 old ya know?

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

OK, here is my ddclient.conf if that can help you...:

daemon=300  # check every 300 seconds
syslog=yes  # log update msgs to syslog
mail=root   # mail update msgs to root
pid=/var/run/ddclient.pid   # record PID in file.
protocol=dyndns2
use=if, if=tun0
server=members.dyndns.org
login=my_login, password=my_password, mx=domain.dyndns.org, backupmx=yes,\ 
wildcard=yes, domain.dyndns.org


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



Cvsup Handbook Example

2003-02-21 Thread zerotransfer


At http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html, cvsup666 is 
used as an example.  Out of all the possible three number combos, why was 666 used?  
As a Christian, this does bother me and I would like to know why exactly it was used.  
I do not think this is being extreme or unreasonable.  Please note that I do not want 
to start a confrontation or cause problems etc... with this question.  Simply the 
answer.  If you would prefer, please feel free to email me directly if you feel this 
may cause problems on this list.  I help admin a few freebsd servers and so this of 
extra interest to me.

notvalid


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



RE: CVSUP of 4.7 only?

2003-02-21 Thread Philip Payne

 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvs-
 tags.html
  
   So if I read it right:
 
   RELENG_4_7_0_RELEASE - First ever 4.7 release. Oldest and never
 updated past that day it was tagged
 
   RELENG_4_7 - More current than _RELEASE, but only with critical
 updates.
 
   RELENG_4 - More current than 4_7, has non critical updates and
 tweaks, but doesn't guarantee it being 4_7 branch.
 

Sounds right.

   So there isn't a way to make sure I stay in 4.7, but get all the
 fixes, right?

Well... that would surely be RELENG_4_7 i.e. the 4.7 release + security
fixes required.

As soon as you want general updates to the system then you're talking about
moving from 4.7-Release onto the 4-Stable branch. 

I'm no FreeBSD developer so if someone wants to explain better what each of
the tags means feel free.

Phil.


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



Re: freebsd 5.0 + apache + ddclient

2003-02-21 Thread Antoine Jacoutot
On Friday 21 February 2003 16:11, Bryan Cassidy wrote:
 I'm thinking maybe this is the problem.

 use=if, if=ppp0   # via interfaces

 Should it be ppp0 or something else? I'm thinking that is the problem
 but not sure.

It depends on your internet interface...
Mine: tun0 is pppoe

I think ppp0 is for rtc or pptp.

Antoine


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



Re: Cvsup Handbook Example

2003-02-21 Thread Jim Trigg
On Fri, Feb 21, 2003 at 07:14:12AM -0800, [EMAIL PROTECTED] wrote:
 
 At http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html,
 cvsup666 is used as an example.  Out of all the possible three number
 combos, why was 666 used?  As a Christian, this does bother me and I
 would like to know why exactly it was used.  I do not think this is being
 extreme or unreasonable.  Please note that I do not want to start a
 confrontation or cause problems etc... with this question.  Simply the
 answer.  If you would prefer, please feel free to email me directly if
 you feel this may cause problems on this list.  I help admin a few
 freebsd servers and so this of extra interest to me.

-rw-rw-rw-: The file protection of the Beast.  ;-

Pax Christi,
Jim Trigg
-- 
Jim Trigg, Lord High Everything Else  O-  /\
  \ /  ASCII RIBBON CAMPAIGN
Hostmaster, Huie Kin family websiteXHELP CURE HTML MAIL
Verger, All Saints Church - Sharon Chapel / \

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



Re: sound card blocking problem

2003-02-21 Thread Sam Izzo
Hi,

On Fri, Feb 21, 2003 at 09:00:29AM -0600, Brian Henning wrote:
 I noticed that is FBSD4.7 that when i am using the sound device in one process
 that the system blocks that device so no other processes can use the sound
 device until that process is killed. I know that in windows 2000 that is not
 the case, it lets multilple processes have control of the sound device at the
 same time. Is there a way to make FBSD4.7 have this functionality? Does this
 question make any sense?

Do you mean you get the device busy or whatever the message is? Unfortunately
I don't think you can do much about that. If a piece of software opens /dev/dsp
when it starts and doesn't close it until it finishes then nothing else will
be able to write to /dev/dsp.

Have a look at:

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

for some info on how to set up virtual channels.  This is a way of having
several dsp devices (/dev/dsp0.x where x is between 0 and some maximum that
you specify) that are multiplixed through the one physical dsp device.  Then
you should set your various pieces of software to use different dsp devices
(e.g. xmms might use /dev/dsp0.0, your window manager's sound server might use
/dev/dsp0.1, etc).

If you've got an SBLive (or probably any modern sound card) they you actually
have around 48 hardware channels (i.e. 48 channels similar to the vchans
mentioned above, except that they're mixed on the hardware device, freeing up
the CPU).  Unfortunately I don't think the current SBLive driver for FreeBSD
supports utilising more than one hardware channel (current meaning even the
one in 5.0).  I think the way the OSS and ALSA drivers do it (I can't remember
which - one of them does it this way at the very least) is to allow /dev/dsp
to be opened multiple times.

I'm going to have a look at putting this support in soon (or at least try to
understand what's going on in the current driver - maybe it's in there already;
I've never done any kernel hacking before).

cheers
sam


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



Re: modern (usb) webcam support?

2003-02-21 Thread Andrew Boothman
jacob rhoden wrote:


My searches for information on webcam have not found much, except for some
sites which say FreeBSD does not support USB web cameras.

Is anyone currently working on support for this? Does anyone have any
ideas about where one could go to get information about where to start
if one was to start writing a driver?


The graphics/vid port supports USB webcams based on the Omnivision OV511 
and OV511+ chipsets.

This apparently includes :

 Creative Labs WebCam 3 (*** see note about the OV511+ below ***)
 D-Link DSB-C300
 Puretek PT-6007
 Alpha Vision Koala-Cam
 Lifeview RoboCam
 AverMedia InterCam Elite
 MediaForte MV300
 Trust SpaceCam 300 (*** see note about the OV511+ below ***)

Apparently support for the OV511+ chipset is still patchy with slightly 
unpredictable results.

I managed to pick up a puretek PT-6007 on eBay for almost nothing, and 
it works perfectly!

I don't know if you would refer to these cams as 'modern' however

Andrew.


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


Having a problem with BGE driver?

2003-02-21 Thread Troy
Hello,
I  have  a  quick  question  regarding  the  BGE  Gigabit Driver.  I have a 
3com
3C966B-T  NIC  and  the  driver  will  initialize the card and I can ping 
and be
pinged   however,   when  trying  to use samba, either connecting to or 
from the
FreeBSD  box,  the connection will always fail.  Take down the box put in a 
3com
3C905CXTXM  and it works fine.  Does this driver just not work with this 
card or
is there something more simple that I am not seeing.

Any help will be appreciated.

Thanks,

Troy



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


New drive causing panics ffs_vfree

2003-02-21 Thread John Straiton
I had a perfectly good, running 4.7 machine at home that serviced my
dhcp, nat  samba needs. I ordered a new Western Digital 160GB drive for
it and it came in last night. I decided this would be a great time to
make a fresh start on the 5.X tree so I removed the other two drives
from the machine and did an install from CD.

The install went fairly smooth and in a few minutes I had a functional
machine with
512M swap, 1G / , 1.5G /var, 5G /usr, 6G /home and a 135G /vol1 slice.

After getting everything running, I started copying files to the /vol1
slice via SMB when I saw a kernel panic after about 30 seconds.

Panic: ffs_vfree : freeing free inode
dev = ad0s1g, ino=4, fs=/vol1

Upon rebooting, it'll give me a login prompt  start the background
fsck. I'll log in quickly and then maybe after about 2 minutes the
cursor will stop blinking and turn to a solid square. At that time I can
no longer type to display on the screen. Sshd stops responding as well.

Now here's the weird part. I can switch ttys just fine. I can also still
access the internet from LAN'ed machines through my ipfilter/ipnat setup
on this machine. I just can't use anything that I guess requires disk
access. I went to bed to make sure that it wasn't just doing something
that was just using 100% of the resources but upon getting up, it's
still locked.

I then rebooted and did a boot -s. Did a manual fsck which of course
found errors, then 'exit'd to the login again. The machine locked up a
few minutes later just as before so I don't believe it has anything to
do with the background fsck.

To further test, I booted to single user again, and then let it sit
after it was done with an fsck. It locked just sitting there in single
user mode.

I can't imagine this drive is simply too big. 

Help? 
John Straiton
[EMAIL PROTECTED]
Clickcom, Inc
704-365-9970x101 



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



Security Problem (?): strange logs

2003-02-21 Thread P. U. Kruppa
Hi,

browsing my /var/log directory I found many files like these

  -
(...)
log.Ä__îÅÍ3
log._ç___Ä
log.a0035934
log.aditi
log.alevrius_
log.alevrius_.old
log.amanda
log.amd
log.amul
log.andreas
log.ang_1730
log.angelas
log.aps-02
log.armoire
log.atpvpn
log.austinserver
log.b-64ku99an2lr25
log.baer1
log.banquet
log.barb
log.bd20g
log.gigantti-o13mbj
log.gustavo
log.gustavo.old
log.howell
log.huntfin
log.i3r1r7
log.ibm all in one

--

Most of them are empty, some of them contain messages like this

-

(...)
[2003/02/21 17:14:30, 0] smbd/service.c:make_connection(252)
  gustavo (80.100.23.30) couldn't find service c

   -

Do I have any serious security problem, or are these some
script kiddies ?

Regards,

Uli.

+---+
|Peter Ulrich Kruppa|
|  -  Wuppertal -   |
|  Germany  |
+---+

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



Re: 4.8-PRERELEASE: portinstall -R XFree86 fails

2003-02-21 Thread P. U. Kruppa
On Fri, 21 Feb 2003, Matthew Seaman wrote:

 On Fri, Feb 21, 2003 at 06:58:49AM +0100, P. U. Kruppa wrote:
  Hi,
 
  I am trying to portinstall XFree86-4 on yesterday's
  4.8-PRERELEASE.
 
  I think I have deleted all old XFree86 packages,
  # pkgdb -F
  runs without any complaints.


 The imake port is part of XFree86, and you have to install the version
 that corresponds to which ever version of XFree86 you're installing.
 This is infact one of the principal reasons why you're advised to
 delete the XFree86-3 packages before attempting to upgrade to
 XFree86-4.

 The fix is simple.  Just run:

 # pkg_deinstall -f imake-\*

 before running your portinstall command again.
No, sorry.

That doesn't help.

Uli.


   Cheers,

   Matthew

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

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


+---+
|Peter Ulrich Kruppa|
|  -  Wuppertal -   |
|  Germany  |
+---+

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



Re: *****SPAM***** Security Problem (?): strange logs

2003-02-21 Thread f.johan.beisser
On Fri, 21 Feb 2003, P. U. Kruppa wrote:

 Do I have any serious security problem, or are these some
 script kiddies ?

those are output logs from samba. people are connecting, and trying to see
any of your smb shares.

---/ f. johan beisser /--+
  http://caustic.org/~jan  [EMAIL PROTECTED]
Champagne for my real friends, real pain for
  my sham friends. -- Tom Waits


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



Re: Security Problem (?): strange logs

2003-02-21 Thread Bill Moran
P. U. Kruppa wrote:

Hi,

browsing my /var/log directory I found many files like these

  -
(...)
log.?__???3


snip


log.ibm all in one 
		--

Most of them are empty, some of them contain messages like this

		-

(...)
[2003/02/21 17:14:30, 0] smbd/service.c:make_connection(252)
  gustavo (80.100.23.30) couldn't find service c

   -

Do I have any serious security problem, or are these some
script kiddies ?


I would consider it a security problem if you don't know who those
Windows machines belong to.
Make sure SMB is firewalled off from the Internet, it will reduce
the risk considerably.

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


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



Changing ISPs with out much interruption.

2003-02-21 Thread Kevin D Re
My Setup
   /--- FreeBSD2 (Web,ftp,ssh)
ISPA ---\  |--- FreeBSD3 (Webmail,mail,ssh)
HUB1 --- (xl0) FreeBSD1 (fxp0)--- HUB2 
ISPB ---/  \--- Firewall --- internal network

FreeBSD2 192.168.2.1
FreeBSD3 192.168.2.2

x10 ip addresses:
ISPA 10.0.0.2, 10.0.0.3, etc, gateway 10.0.0.1
This is the current ISP which all internal traffic goes out.

ISPB 20.0.0.2, 20.0.0.3, etc, gateway 20.0.0.2
This is where I want all internal traffic to go.

These ip addresses are assigned to the outside network card (xl0) about 8 
total, 4 ip addresses for each ISP.

I have setup successful to have all incoming traffic using ISPB

The current default route is 10.0.0.1
I do a `route change default 20.0.0.2` which I would think tell all out going 
traffic to use ISPB but it don't. All traffic stops and I can from FreeBSD1 
ping both ISP gateways and the other 2 FreeBSD boxes.

I have connected a computer to HUB1 and setup the ip address and gateway for 
ISPB and it works fine.

FreeBSD1 is Ver 4.7 and using ipfw and natd
for debugging I set ipfw rules (rc.firewall) like this:
fwcmd = /sbin/ipfw
$fwcmd add divert natd all from any to any via fxp0
$fwcmd add pass ip from any to any

The nat.conf is setup like this:
redirect_port tcp 192.168.2.1:80 10.0.0.2:80
redirect_port tcp 192.168.2.1:80 20.0.0.2:80
redirect_port tcp 192.168.2.2:80 10.0.0.3:80
redirect_port tcp 192.168.2.2:80 20.0.0.3:80
etc for each service.

To summarize the problem:
I am try to use ISPB instead of ISPA as my main internet connection. The 2 
FreeBSD boxes are getting connected to successfully from ISPB but these and 
the internal network are using ISPA when I try to make a connect from them.
I have been to the point with the FreeBSD1 setuping it up with just one ip 
address from ISPB and the ISPB gateway and that does not work so I am 
thinking it is with the ipfw and/or natd not being setup right. I have play 
around and made changes to the rules of both with out luck.

I hope to have made my problem clear with as much info possible. Any question 
please ask. Thanks in-advance.

--
Kevin Re
ComputerEase Software
[EMAIL PROTECTED]

ComputerEase Software (http://www.mycomputerease.com)
Software for Contractors


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



Re: Bizarre Networking Problem

2003-02-21 Thread Joseph Noonan
On Thu, 20 Feb 2003 at 7:20pm Bill Moran wrote:

 Perhaps some output form 'netstat -rn' and 'ifconfig' might
 provoke some more useful answers.

Well the problem is solved, but I am not happy about the solution
as it makes absolutely no sense to me.

xl0: flags=8943UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST mtu 1500
options=3rxcsum,txcsum
inet 192.246.38.10 netmask 0xff00 broadcast 255.255.255.0
inet 208.23.240.10 netmask 0xff00 broadcast 208.23.240.255
ether 00:04:75:b0:24:12
media: Ethernet autoselect (100baseTX full-duplex)
status: active

The above was the ifconfig when I had the problem.  Notice the
broadcast addresses.  The commands that brought up the interface
at boot are:

/sbin/ifconfig xl0 192.246.38.10 netmask 255.255.255.0
/sbin/ifconfig xl0 alias 208.23.240.10 netmask 255.255.255.0

(note that the netmask really is not required as those IP's are
from traditional class C, but I like to always be specific so I
don't forget one when I'm working in 'A' or 'B' space.)

So those commands give two different kinds of broadcast addresses
and to my way of thinking, the second one (on the 208...) is
correct.  But if I alias the interface like so:

ifconfig inet 208.23.240.10 netmask 0xff00 broadcast 255.255.255.0

The sluggishness on the 208 net goes away.  I don't understand it,
but it works.  I don't like stuff this, it creeps me out.


-- 

Joseph F. Noonan
Rigaku/MSC Inc.
[EMAIL PROTECTED]


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



Re: Bizarre Networking Problem

2003-02-21 Thread Mark
- Original Message -
From: Joseph Noonan [EMAIL PROTECTED]
To: Bill Moran [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Friday, February 21, 2003 6:07 PM
Subject: Re: Bizarre Networking Problem

 The above was the ifconfig when I had the problem.  Notice the
 broadcast addresses.  The commands that brought up the interface
 at boot are:

 /sbin/ifconfig xl0 192.246.38.10 netmask 255.255.255.0
 /sbin/ifconfig xl0 alias 208.23.240.10 netmask 255.255.255.0


Hmm, I thought aliases always needed to have netmask of 255.255.255.255. Has
something changed?

- Mark


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



Re: modern (usb) webcam support?

2003-02-21 Thread Antoine Jacoutot
Selon Andrew Boothman [EMAIL PROTECTED]: 
 This apparently includes : 
  
   Creative Labs WebCam 3 (*** see note about the OV511+ below ***) 
 
Be carefull ! 
Creative Labs WebCam 3 doesn't work for me. 
I mean the only thing I can do with it take pictures, but it is impossible to 
get motion video. 
 
Antoine 
 

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



Re: Bizarre Networking Problem

2003-02-21 Thread Bill Moran
Joseph Noonan wrote:

On Thu, 20 Feb 2003 at 7:20pm Bill Moran wrote:


Perhaps some output form 'netstat -rn' and 'ifconfig' might
provoke some more useful answers.


Well the problem is solved, but I am not happy about the solution
as it makes absolutely no sense to me.

xl0: flags=8943UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST mtu 1500
options=3rxcsum,txcsum
inet 192.246.38.10 netmask 0xff00 broadcast 255.255.255.0
inet 208.23.240.10 netmask 0xff00 broadcast 208.23.240.255
ether 00:04:75:b0:24:12
media: Ethernet autoselect (100baseTX full-duplex)
status: active

The above was the ifconfig when I had the problem.  Notice the
broadcast addresses.  The commands that brought up the interface
at boot are:

/sbin/ifconfig xl0 192.246.38.10 netmask 255.255.255.0
/sbin/ifconfig xl0 alias 208.23.240.10 netmask 255.255.255.0

(note that the netmask really is not required as those IP's are
from traditional class C, but I like to always be specific so I
don't forget one when I'm working in 'A' or 'B' space.)

So those commands give two different kinds of broadcast addresses
and to my way of thinking, the second one (on the 208...) is
correct.  But if I alias the interface like so:

ifconfig inet 208.23.240.10 netmask 0xff00 broadcast 255.255.255.0


That doesn't look right.  The broadcast address should be 208.23.240.255
for that IP and 192.246.38.255 for the other one.
Can you try these broadcast addys and see if the problem is fixed there
as well?


The sluggishness on the 208 net goes away.  I don't understand it,
but it works.  I don't like stuff this, it creeps me out.


Can't argue with you.  I don't see how what you did would fix anything.
However, I'm not surprised that ifconfig doesn't guess the right action
all the time.  I wouldn't get upset if you have to specify the broadcast
addy to be sure it's right.

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


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



Almost there [was Re: FreeBSD 4.7-REL-p3 and an ... Linksys BEFVP41]

2003-02-21 Thread George Hartzell
George Hartzell writes:
  
  I'd like to set up an IPsec connection between my laptop running
  FreeBSD 4.7-REL-p3 and a Linksys BEFVP41 router w/ built in IPsec
  capability.
  [...]

I almost have things working!

I've fallen back to a very simple solution, it took me a while to
separate the fancy footwork in the various examples (the gif tunnels
and the fancy-dancing to support/enable NAT, etc...), but I finally
realized that what I needed was just pretty simple.

  /usr/sbin/setkey -FP
  /usr/sbin/setkey -F

  /usr/sbin/setkey -c  EOF
spdadd LAPTOP_IP/32 192.168.1.0/24 any -P out ipsec 
esp/tunnel/LAPTOP_IP-LINKSYS_IP/require; 
spdadd 192.168.1.0/24 LAPTOP_IP/32 any -P out ipsec 
esp/tunnel/LINKSYS_IP-LAPTOP_IP/require; 
  EOF

and a racoon.conf that's almost exactly the example from the
racoon.conf man page.

Now I get the key exchange established, with racoon saying

 IPsec-SA established: ESP/Tunnel 64.1.164.95-64.1.164.92 spi=387448327(0x1717fe07)

and the Linksys logging (in blue!) that the tunnel's been established.

Still, it doesn't quite work.

If I sit on my laptop and ping a machine on the private network, I
never see any replies.  But, a tcpdump on the private network machine
shows the icmp requests and replies in the clear, and tcpdump on the
laptop shows the replies coming back through the ipsec gateway (foo is
the laptop, blah is the Linksys).
 
  09:09:09.739914 foo.bar.com  blah.bar.com: ESP(spi=0x1a1ef0f9,seq=0x111)
  09:09:09.742049 blah.bar.com  foo.bar.com: ESP(spi=0x0c053b00,seq=0x11f)
  

So, it seems that the replies are making it back to the laptop (or
close enough that the laptop can tcpdump them.

Anyone have any suggestions on where they might be getting stuck
and/or dropped on the floor?  Suggestions on tools to dig around and
understand what's up?

g.

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



RE: Bizarre Networking Problem

2003-02-21 Thread Brent Wiese
 Well the problem is solved, but I am not happy about the 
 solution as it makes absolutely no sense to me.
 
 xl0: 
 flags=8943UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST mtu 1500
 options=3rxcsum,txcsum
 inet 192.246.38.10 netmask 0xff00 broadcast 255.255.255.0
 inet 208.23.240.10 netmask 0xff00 broadcast 208.23.240.255
 ether 00:04:75:b0:24:12
 media: Ethernet autoselect (100baseTX full-duplex)
 status: active
 

Your nic is set autosense. While probably not the only culprit, if you
can manage your 3com switch, hard set the port and your NIC to 100 full
duplex. 

It may not solve the problem, but its one more variable eliminated.

I was running a HP 4000M and all the machines set auto. I did a code
upgrade on the switch and all of sudden performance went in the gutter
because, for some reason, autosense broke. Once I hard set 100fd on
everything, performance was once again stellar.

The broadcast for 192.246.38.10 is wrong too.

You shouldn't have to run in promiscous mode to solve this... Doing so
is going to kill your CPU when traffic gets high.

Brent


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



Problems with in the ipf setup in an FreeBSD 4.7 router

2003-02-21 Thread Jim Xochellis
Hi List,

I have a FreeBSD 4.7(i386) Release router I am trying to make it run
with the ipf firewall on.

I have compiled and installed a new kernel with ipf support and then I
put the following lines inside my rc.conf file:

...
ipfilter_enable=YES
ipfilter_program=/sbin/ipf -Fa -f
ipfilter_rules=/etc/ipf.rules
ipfilter_flags=
...

The problem is that, when I boot, ipf does not work. It seems like is
not using the rules.

If I enter ipf -Fa -f /etc/ipf.rules from the command line, then it
starts working as expected. 

What do I have to do to make ipf start automatically on boot? Any tips
or pointers to manuals will be greatly appreciated.

TIA,

Jim Xochellis
Escape Information Services


P.S.Note that I am running with security level set to 2. (I also tried
running with  security level set to 1 and -1 without any luck.)

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



Re: gif tunnels?

2003-02-21 Thread David Cramblett

I have a similar configuration, what are your internal router/firewall ip's?

From your diagram, I would think something like 10.1.0.1 and 10.2.0.1 ??

so where you have:

# ifconfig gif0 inet 10.255.255.1 10.255.255.2 netmask 255.255.255.252

My config would have:

# ifconfig gif0 10.1.0.1 10.2.0.1 netmask 0x

Hope that helps, I run VPN tunnels to two separate boxes with similar 
configurations, forming kinda of a triangle VPN if you will.

David

Aaron Burke wrote:
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of
Krassimir Slavchev
Sent: Friday, February 21, 2003 12:21 AM
To: [EMAIL PROTECTED]
Subject: gif tunnels?


Hello All,

I have:

Private Net 1  Firewall 1Firewall 2  Private Net 2
---  ---
| 10.1.0.0/24 || FBSD 4.7 |--//--| FBSD 4.7 || 10.2.0.0/24 |
---  ---
   |__tunnel__|

I want to configure tunnel between Private Net 1 and Private Net 2
and
can not get tunnel to work when Public IP of Firewall 1 and Firewall
2 are
from same subnet. If public IPs of my firewalls are from different
subnets all works fine.

On Firewall 1 I do:
# ifconfig gif0 create
# gifconfig gif0 x.y.z.1 x.y.z.2
# ifconfig gif0 inet 10.255.255.1 10.255.255.2 netmask 255.255.255.252
# route add -net 10.2.0.0/24 10.255.255.2

On Firewall 2 I do:
# ifconfig gif0 create
# gifconfig gif0 x.y.z.2 x.y.z.1
# ifconfig gif0 inet 10.255.255.2 10.255.255.1 netmask 255.255.255.252
# route add -net 10.1.0.0/24 10.255.255.1

Is there any way to get this to work?



You may want to check out http://www.nullplusone.com/vpn .It describes
a slightly different situation. Here there is a link from the 192.168.0.0/24
to 10.1.1.0/24.



Thanks in advance


Hope this site is some help



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


--
David Cramblett



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



Re: Bizarre Networking Problem

2003-02-21 Thread Matthew Seaman
On Fri, Feb 21, 2003 at 05:17:17PM +, Mark wrote:
 From: Joseph Noonan [EMAIL PROTECTED]

  The above was the ifconfig when I had the problem.  Notice the
  broadcast addresses.  The commands that brought up the interface
  at boot are:
 
  /sbin/ifconfig xl0 192.246.38.10 netmask 255.255.255.0
  /sbin/ifconfig xl0 alias 208.23.240.10 netmask 255.255.255.0
 
 
 Hmm, I thought aliases always needed to have netmask of 255.255.255.255. Has
 something changed?

Nope.  You only use a netmask of 255.255.255.255 when the alias
address is the second or subsequent address from a given network.
If the alias address is the first one from a distinct network, it
should have the regular netmask.

Cheers,

Matthew

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

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



Verizon DSL FreeBSD?

2003-02-21 Thread R S
Anyone know if you can get Verizon DSL working with
FreeBSD?

TIA!

__
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

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



Netmasks for aliases (was Re: Bizarre Networking Problem)

2003-02-21 Thread Willie Viljoen
On Friday 21 February 2003 19:17, Mark wrote:
 
  /sbin/ifconfig xl0 192.246.38.10 netmask 255.255.255.0
  /sbin/ifconfig xl0 alias 208.23.240.10 netmask 255.255.255.0

 Hmm, I thought aliases always needed to have netmask of 255.255.255.255.
 Has something changed?

 - Mark

Mark,

Aliases on the same subnet should always be 255.255.255.255, this does not 
apply where they are on different subnets, however. Here is a good example, 
from the ifconfig output of a mail server I set up at an ISP in a nearby 
town. They used to use a private range, but have since added a public class 
C which has been broken up into smaller ranges for routing. 

The mail server, for legacy reasons, still has to serve people on the old 
IPs because those are still being used by machines in their office, and 
reconfiguring every office machine with new server IP addresses (they 
didn't have internal DNS then) would be wasting time. We didn't want to 
waste public IPs on beancounters, so we just left their machines as is. 

The host is also serving on the new IP, and acting as a POP server for 
several virtual domains, which have aliases. The 10.0.1.0/24 range (their 
office), and the 196.38.113.0/27 range (used for their server farm + 
virtual domains) are still the same physical network though. The output 
from ifconfig follows:

%ifconfig
dc0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
inet 196.38.113.2 netmask 0xffe0 broadcast 196.38.113.31
inet6 fe80::a00:8ff:fe00:800%dc0 prefixlen 64 scopeid 0x1
inet 196.38.113.3 netmask 0x broadcast 196.38.113.3
inet 196.38.113.5 netmask 0x broadcast 196.38.113.5
inet 196.38.113.6 netmask 0x broadcast 196.38.113.6
inet 196.38.113.7 netmask 0x broadcast 196.38.113.7
inet 196.38.113.8 netmask 0x broadcast 196.38.113.8
inet 196.38.113.9 netmask 0x broadcast 196.38.113.9
inet 196.38.113.10 netmask 0x broadcast 196.38.113.10
inet 196.38.113.11 netmask 0x broadcast 196.38.113.11
inet 10.0.1.4 netmask 0xff00 broadcast 10.0.1.255
inet 10.0.1.5 netmask 0x broadcast 10.0.1.5
ether 08:00:08:00:08:00
media: Ethernet autoselect (100baseTX full-duplex)
status: active
lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 16384
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2
inet 127.0.0.1 netmask 0xff00

Note how 196.38.113.2 (the machine's real address) has a netmask of 
0xffe0, or 255.255.255.224, and the other addresses in this range (all 
of them aliases) have 0x, 255.255.255.255. Then look at 10.0.1.4, 
which is an alias too. It has a netmask of 0xff00, or 255.255.255.0. 
Now look at 10.0.1.5, an alias used for serving intranet web content to 
legacy machines. Again, a netmask of 0x. 

The reason for this is that 10.0.1.4, even though being an alias, is the 
first address the machine handles on that subnet. Just as 196.38.113.2 is 
the first address the machine has on the public subnet.

Rule of thumb: First address on a subnet, alias or not, has the proper 
subnet netmask. Every other address on the subnet following that, has 
0x, or 255.255.255.255.

Will



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

-- 
Willie Viljoen
Freelance IT Consultant

214 Paul Kruger Avenue, Universitas
Bloemfontein
9321
South Africa

+27 51 522 15 60
+27 51 522 44 36 (after hours)
+27 82 404 03 27 (mobile)

[EMAIL PROTECTED]

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



Re: Verizon DSL FreeBSD?

2003-02-21 Thread John E. Martin


 Anyone know if you can get Verizon DSL working with
 FreeBSD?

No problem at all.

Verizon DSL uses straight DHCP. No PPPoE involved at all. At least, here in
West Los Angeles that is the case.


Peace,
-John



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



new bie (tar command)

2003-02-21 Thread Anil Garg
How can i see the contents of a .tar or .tgz file without extracting
it.( i couldnt find that in man tar)

Thanx 
anil (FreeBSD user)

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



Re: Verizon DSL FreeBSD?

2003-02-21 Thread Kent Stewart
On Friday 21 February 2003 10:22 am, R S wrote:
 Anyone know if you can get Verizon DSL working with
 FreeBSD?

 TIA!

First of all, you have choices. My option is static IPs. If you don't 
have that choice, I can't comment.  With static IPs, Verizon is no 
different than a local lan.

I also don't user Verizon for an ISP because they don't permit local 
servers.

Kent

-- 
Kent Stewart
Richland, WA

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


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



Re: Problems with in the ipf setup in an FreeBSD 4.7 router

2003-02-21 Thread Kjell Midtseter
On Friday, 21 February 2003 at 20:08:17 +0200, Jim Xochellis wrote:
 Hi List,
 
 I have a FreeBSD 4.7(i386) Release router I am trying to make it run
 with the ipf firewall on.
 
 I have compiled and installed a new kernel with ipf support and then I
 put the following lines inside my rc.conf file:
 
 ...
 ipfilter_enable=YES
 ipfilter_program=/sbin/ipf -Fa -f
Try removing the above line

 ipfilter_rules=/etc/ipf.rules
 ipfilter_flags=
 ...
 
 The problem is that, when I boot, ipf does not work. It seems like is
 not using the rules.
 
 If I enter ipf -Fa -f /etc/ipf.rules from the command line, then it
 starts working as expected. 
 
 What do I have to do to make ipf start automatically on boot? Any tips
 or pointers to manuals will be greatly appreciated.
 
 TIA,
 
 Jim Xochellis
 Escape Information Services
 
 
 P.S.Note that I am running with security level set to 2. (I also tried
 running with  security level set to 1 and -1 without any luck.)
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message

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



Re: new bie (tar command)

2003-02-21 Thread Rus Foster
On Fri, 21 Feb 2003, Anil Garg wrote:

 How can i see the contents of a .tar or .tgz file without extracting
 it.( i couldnt find that in man tar)

 Thanx
 anil (FreeBSD user)


tar -tf archive.tar or tar -ztf archive.tar.gz

Rgds

Rus
--
http://www.65535.net | MSN: [EMAIL PROTECTED]
Lifetime Linux or FreeBSD account: $100 || Lifetime Hosting: $150
Offsite Backups - Remote System Monitoring - Email Hosting


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



Re: new bie (tar command)

2003-02-21 Thread Willie Viljoen
On Friday 21 February 2003 20:29, Anil Garg wrote:
 How can i see the contents of a .tar or .tgz file without extracting
 it.( i couldnt find that in man tar)

tar -ztvf tarball.tgz

Incidentally, this is in the man page :)

   -t
   --list List the contents of an archive; if filename arguments are
   given, only those files are listed, otherwise the entire
   table of contents is listed.



 Thanx
 anil (FreeBSD user)

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

-- 
Willie Viljoen
Freelance IT Consultant

214 Paul Kruger Avenue, Universitas
Bloemfontein
9321
South Africa

+27 51 522 15 60
+27 51 522 44 36 (after hours)
+27 82 404 03 27 (mobile)

[EMAIL PROTECTED]

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



Re: new bie (tar command)

2003-02-21 Thread Cliff Sarginson
On Fri, Feb 21, 2003 at 01:29:41PM -0500, Anil Garg wrote:
 How can i see the contents of a .tar or .tgz file without extracting
 it.( i couldnt find that in man tar)

Mmm.. from man tar

-t
--list  List the contents of an archive; if filename arguments are
given, only those files are listed, otherwise the
entire table of contents is listed.
 
On or around the 2nd page.

-- 
Regards
   Cliff Sarginson 
   The Netherlands

[ This mail has been checked as virus-free ]

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



§Úªº§ÓÄ@......

2003-02-21 Thread giko
Title: ´º®ð¤£¦n



 
 

  

  
  


  
½Ö»¡´º®ð¤£¦n¡H

  
   
  


  ´x´¤¥Í©R¤¤¨C¤@­ÓÁÈ¿ú«´¾÷

  
±zªº©m¦W¡G¡@
   
  

  
¥X¥Í¦~¤ë¡G¡@
  ¥Á°ê  ¦~ 
 ¤ë 
 ¤é 


  
Ápµ¸¹q¸Ü¡G
   


  
±zªº¦a§}¡G¡@
   

  
¹q¤l«H½c¡G¡@
   
  

  
¡@§Ú­n¶i¤@¨B¤F¸Ñ §Ú·Q¨£³o¨Ç¤ë¤J¤Q¸U©±ªø 
§Ú·Q¤F¸Ñºô¸ô¦æ¾Pµ¹§Úªº¤ä´© 
¥J²Ó¤F¸Ñ¼úÀy¨î«×ªºÀu¶Õ 
§Ú·Q°Ñ¥[¥[·ù»¡©ú·| 

  
  
 
  

  

  
  

¥Ø«e¥xÆW²£·~¥~²¾ÄY­«¡B¥¢·~²v¹ð³Ð·s°ª¡B¥Á²³µh­W«ü¼Æ°ª¤É¡B±zº¡·N²{¶¥¬q¤u§@¤Î¥Í¬¡¶Ü¡H±z·Q¹L¬°¦Û¤v¬°®a®x·Ç³Æ¤@¥÷¨Æ·~³Æ­L¥H¤Î°µ¦n¥¢·~¡BÂà·~ªº·Ç³Æ¶Ü¡H¦b¨D¾¤£©ö¡A³Ð·~¤S¯Ê¥F¸êª÷ªº±¡ªp¤U¡A±z±N¶V¨Ó¶V®ø¨H
¡C§Ú­Ìªº¥[·ù³Ð·~¨t²Î¡A¥i¥H§â§A±q¥Ø«e§x¹Ò¤¤©Ô¥X¡A±z±N¦³¾÷·|¹ê²{³Ð·~ªº¹Ú·Q ¡A¦b¤£´º®ð¥¢·~¼é¤¤
¡A³Ð³y¥Í¾÷¡C§Ú­Ì¤v¸g·Ç³Æ¦n©Ò¦³ªº¦æ¾P¤u¨ã¡A¥¿µ¥«Ý±z¤@°_¨Ó«Ø¥ß21¥@¬ö¥D¬y¨Æ·~¡I¤@°_¥´«÷¡A¶}³Ð­Ó¤H¨Æ·~ªº¤ÑªÅ¡I§K±À¾P¡B§K°e³f¡B§KÅv§Qª÷¡C²{¦¨¨Æ·~¡A¤½¥q©Ó¾á©Ò¦³­·ÀI¡A­°§C¦Û³Ð¨Æ·~­·ÀI¡A¤½¥q´£¨Ñª÷¬y¡Bª«¬y¡Aµ¹±z«~µP¡A¦Û¤v¦¬¨ú¥[·ùª÷¡IÅý±z¨É¨ü°µ¥Í·N·í¦ÑÁ󪺧ַP¡A¦Ó¨S¦³¥ô¦ó°]°È¤Wªº­·ÀI¡C¤u§@¤è¦¡Â²³æ¡B¹s­·ÀI¡A¬ü°ê¥¿¦b¬y¦æ¡A¥xÆW¥¿§j°_³o¼Ëªº­·¼é¡C¡C·Qª¾¹D§ó¦h  


..
  



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


Re: new bie (tar command)

2003-02-21 Thread Nathan Kinkade
On Fri, Feb 21, 2003 at 01:29:41PM -0500, Anil Garg wrote:
 How can i see the contents of a .tar or .tgz file without extracting
 it.( i couldnt find that in man tar)
 
 Thanx 
 anil (FreeBSD user)

take at look at the -t option in the tar manpage.

Nathan

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



msg20185/pgp0.pgp
Description: PGP signature


Re: installkernel first?

2003-02-21 Thread Giorgos Keramidas
On 2003-02-21 16:27, [EMAIL PROTECTED] wrote:
 I had taken makeworld.html from the handbook and used links to save
 as formatted text prior to printing out the contents.  Not being
 familiar with single user mode, I didn't realise that only / was
 mounted in that mode (so why does the handbook put fsck -p as the
 FIRST command, before mount -a ? sigh).

Because you should never, and I mean NEVER, run fsck on a filesystem
that is mounted read-write.  All sorts of interesting corruption
will keep you busy if you run fsck on read-write filesystems :)


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



RE: new bie (tar command)

2003-02-21 Thread Anil Garg
thanx

anil

p.s. i looked earlier at -t, infact i was also trying to use -x with -t.

-Original Message-
From: Willie Viljoen [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 21, 2003 1:39 PM
To: [EMAIL PROTECTED]
Subject: Re: new bie (tar command)


On Friday 21 February 2003 20:29, Anil Garg wrote:
 How can i see the contents of a .tar or .tgz file without extracting
 it.( i couldnt find that in man tar)

tar -ztvf tarball.tgz

Incidentally, this is in the man page :)

   -t
   --list List the contents of an archive; if filename arguments
are
   given, only those files are listed, otherwise the
entire
   table of contents is listed.



 Thanx
 anil (FreeBSD user)

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

-- 
Willie Viljoen
Freelance IT Consultant

214 Paul Kruger Avenue, Universitas
Bloemfontein
9321
South Africa

+27 51 522 15 60
+27 51 522 44 36 (after hours)
+27 82 404 03 27 (mobile)

[EMAIL PROTECTED]

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

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



VNC

2003-02-21 Thread Daniel HARTMANN
Hi,

I am running vnc to a freebsd 4.7 server

If I open a shell I am in sh and not in csh as defined in /etc/passwd

Has anybody an idea ??

Thanks

Dany_H  ;-)





attachment: winmail.dat

ruby gtk

2003-02-21 Thread Brian Henning
Hello-
i have a ruby script that needs gtk so i need to install gtk or install ruby
with gtk support. I am not sure which one i need to do. i greped the Makefile in
the ports for a WITH_GTK, but i didn't find anything. Any suggestions how to get
gtk stuff working with ruby?

thanks,

b

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



Re: Verizon DSL FreeBSD?

2003-02-21 Thread C J Michaels
Some time in the recent past John E. Martin scribbled:


 Anyone know if you can get Verizon DSL working with
 FreeBSD?

 No problem at all.

 Verizon DSL uses straight DHCP. No PPPoE involved at all. At least,
 here in West Los Angeles that is the case.

This is not entirely true.  If you are in a former BellAtlantic region
(east coast) Verizon DSL uses PPPoE.  On that note, the ppp client that
comes with FreeBSD works perfectly fine.  I've had one setup for a family
member for a couple years now w/o any problems.



 Peace,
 -John



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



from GNOME to KDE

2003-02-21 Thread Gary D Kline

A friend set up GNOME on a Redhat system that I successfully
networked to my three BSD servers.  How do I switch to KDE 
from Gnome?  Also, I would like to set up a similar KDE account
here formy seven-year-old.   She likes unix better than her
windows computer---can't imagine whre she gets her biases :-|

Anyway, I would like to set up/switch to KDE on both platforms.
I'd be much obliged for any clues!

tia,

gary



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


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



Re: from GNOME to KDE

2003-02-21 Thread David Cramblett
if you have KDE installed, try the program switchdesk on Linux.

Gary D Kline wrote:

	A friend set up GNOME on a Redhat system that I successfully
	networked to my three BSD servers.  How do I switch to KDE 
	from Gnome?  Also, I would like to set up a similar KDE account
	here formy seven-year-old.   She likes unix better than her
	windows computer---can't imagine whre she gets her biases :-|

	Anyway, I would like to set up/switch to KDE on both platforms.
	I'd be much obliged for any clues!

	tia,

	gary




--
David Cramblett



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



Re: Problems with in the ipf setup in an FreeBSD 4.7 router

2003-02-21 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2003-02-21 20:08:17 +0200:
 I have compiled and installed a new kernel with ipf support and then I
 put the following lines inside my rc.conf file:
 
 ipfilter_enable=YES
 ipfilter_program=/sbin/ipf -Fa -f
 ipfilter_rules=/etc/ipf.rules
 ipfilter_flags=

remove the three lines above, leaving only ipfilter_enable=YES
in rc.conf.
 
 The problem is that, when I boot, ipf does not work. It seems like is
 not using the rules.
 
 If I enter ipf -Fa -f /etc/ipf.rules from the command line, then it
 starts working as expected. 

if you look at /etc/rc.network you'll see why:

${ipfilter_program:-/sbin/ipf} -Fa -f \
${ipfilter_rules} ${ipfilter_flags}

your settings make it:

/sbin/ipf -Fa -f -Fa -f /etc/ipf.rules

-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.see http://www.eyrie.org./~eagle/faqs/questions.html

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



Re: lightweight wm

2003-02-21 Thread Gary Dunn
On Fri, 21 Feb 2003, John Bleichert wrote:

 On Thu, 20 Feb 2003, Jud wrote:
  Subject: Re: lightweight wm
  On Thu, 20 Feb 2003 20:38:28 -0500 (EST), John Bleichert 
  [EMAIL PROTECTED] wrote:
   On Thu, 20 Feb 2003 [EMAIL PROTECTED] wrote:
   To: [EMAIL PROTECTED]
  
   im on a pI 233mhz mmx with 64mb of ram
   what do u recommend me to install GNOME or KDE
  
  
   I use Blackbox on a 166 and it runs great (Fluxbox as suggested by 
   somebody else is based on Blackbox I believe) - it's a great window 
   manager. Controlled by a simple text file, multiple desktops, nice 
   graphical styles, etc. mwm is nice too (very unix) but openmotif takes a 
   long time to build.
  
  Though I have the hardware and disk space to run GNOME, KDE, or both if I 
  wish, I gravitate to a lightweight ethic, so like John, I run Blackbox (as 
  well as bbrun for extra convenience).  Very occasionally I also use 
  Windowmaker for a bit of variety.
  
  With a fairly lightweight GUI file manager, Rox-filer (not lightweight if 
  built from ports, because the FreeBSD port has a bunch of GNOME 
  dependencies; I just download it from its home page and install it, and it 
  works fine for me - note, I do have Linux emulation installed), browser 
  (Opera), mailer (Sylpheed), editor (nedit, though I also play with Xemacs 
  and a couple of TeX editors), cd player (ascd or wmcdplay) and system 
  monitor (GKrellM2), I feel pretty well set.
  
  These are all GUI applications, because you asked about GNOME and KDE, 
  which are big GUI desktop environments.  The FreeBSD base system comes with 
  command line utilities which will take the places of several of these 
  applications quite nicely.
  
  Jud
  
 
 Actually, just to be clear, I'm a KDE fan. KDE 3.1 is great, and on a 
 multi-GHz box with 6 cubic yards of RAM who cares about resources? But on 
 some of the lower-watt boxes I have (at work and at home) I need a 
 lighterweight WM. Blackbox is great, very clean. Also, the code is very 
 clean and makes an excellent X/WM tutorial.
 
 That said, I do run Blackbox for a while every now and again for a break 

I like things simple and with clean design, and I like using old stuff --
cars, cameras, and computers. A lightweight window manager would seem
ideal for me, but I use GNOME because I like drag-n-drop (my typing sucks)
and the way copy-paste through the clipboard works, better than the
straight X method. And I like a consistent look-and-feel across
applications.

What features and benefits do you miss when you use Blackbox instead of
KDE? 

Which window managers do you think are best suited for a pen-based
system?

--
 
  _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/
 _/ _/
_/  Gary Dunn  _/
   _/  Open Slate Project _/
  _/  http://openslate.sourceforge.net/  _/
 _/  http://www.aloha.com/~knowtree/_/
_/  Honolulu   _/
   _/  registered Linux user #273809  _/
  _/ _/
 _/  This tagline is umop apisdn.   _/
_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/



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



Re: why does 'ssh-keygen -t dsa' cause a system reboot?

2003-02-21 Thread Bsd Neophyte

--- Lee Harr [EMAIL PROTECTED] wrote:
 
 Every time?
 

first, i mistyped, sorry... (cut and pasted the wrong thing)... i run
'ssh-keygen -t dsa'

and this doesn't happen all the time.  it happens about half the time i
try generating a keypair.

 How about when you do a long compile? (build a kernel or
 make world)
 
 If it is not every time, and the same thing happens sometimes
 during a long build, I suspect hardware problems. (probably
 memory)

as far as i can remember, i've never had reboot issues with compiling the
kernel.

 
 If it is only ssh-keygen, and it is every single time... hmm.
 
 Maybe a corrupted ssh-keygen binary, or libcrypto or libc?
 If this is a fresh install from a CD, you might try re-installing
 (upgrading) the bin and crypto distributions.

is there any way to localize the exact cause of the reboot?


__
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

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



Re: Almost there [was Re: FreeBSD 4.7-REL-p3 and an ... Linksys BEFVP41]

2003-02-21 Thread George Hartzell
Stacy Millions writes:
  George Hartzell wrote:
   [...]
   I almost have things working!
   
   I've fallen back to a very simple solution, [...]
   
 /usr/sbin/setkey -FP
 /usr/sbin/setkey -F
   
 /usr/sbin/setkey -c  EOF
   spdadd LAPTOP_IP/32 192.168.1.0/24 any -P out ipsec 
 esp/tunnel/LAPTOP_IP-LINKSYS_IP/require; 
   spdadd 192.168.1.0/24 LAPTOP_IP/32 any -P out ipsec 
 esp/tunnel/LINKSYS_IP-LAPTOP_IP/require; 
 EOF
  
  That should be
  spdadd 192.168.1.0/24 LAPTOP_IP/32 any -P in ipsec ...
  
  [...]
  You need an inbound tunnel and an outbound tunnel. Fixing the policy statement
  above, should do it.

Stacy wins the prize.  I fixed the typo on the second line, changing
the out to an in and things are working swimingly!

Thanks!

g.

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



Re: Cvsup Handbook Example

2003-02-21 Thread Justin Hopper
Sorry, this of course should have read 'after 665 and before 667'.

On Fri, 2003-02-21 at 11:13, Justin Hopper wrote:
 Hello unamed person,
 
 For the rest of the world that doesn't follow Christian Mythology, 666
 is just the number after 667 and before 665.  I've used 666 in several
 coding examples, usually for client/server socket daemons, as most
 people don't have anything using port 666.
 
 Would you rather that the good people of FreeBSD be barred from using
 particular numbers?  This could pose a problem.
-- 
Justin Hopper
[EMAIL PROTECTED]
UNIX Systems Engineer
http://www.spry.com


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



Re: SoftUpdates on /

2003-02-21 Thread Brian T. Schellenberger


On Friday 21 February 2003 08:10 am, Alistair Phillips wrote:
| Hi guys,

|
| So I enabled SoftUpdates when I was busy with FDISK at the install
| time and now it seems like it may have been a bad idea.  Now I know
| 4GB is not much but it seems that there is no more space left.  And
| at times df -h will tell me there is -180MB available on / !  [  Dont
| get me wrong here, I am
| not saying that SoftUpdates is causing me lack of space. ]


Softupdates don't take up any more or less space than not having them; 
just have too much stuff installed.

Softupdates can cause *transient failures to find space, but if you 
still have too little space after five minutes, then softupdates has 
nothing to do with it.

And softupdates work much *better* on large partitions than small ones; 
with a 4G partition the transient space loss problem is virtually 
non-existant; the reason that they disabled by default on / is almost 
certainly because the / is usually *small*, not large.

-- 
Brian, the man from Babble-On . . . .   [EMAIL PROTECTED] (personal)

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



Re: Cvsup Handbook Example

2003-02-21 Thread Gary D Kline
On Fri, Feb 21, 2003 at 11:42:05AM -0800, Justin Hopper wrote:
 Sorry, this of course should have read 'after 665 and before 667'.
 
 On Fri, 2003-02-21 at 11:13, Justin Hopper wrote:
  Hello unamed person,
  
  For the rest of the world that doesn't follow Christian Mythology, 666
  is just the number after 667 and before 665.  I've used 666 in several
  coding examples, usually for client/server socket daemons, as most
  people don't have anything using port 666.
  
  Would you rather that the good people of FreeBSD be barred from using
  particular numbers?  This could pose a problem.

(I think this unnamed gentleman [[ women are seldom so dense ]]
merely dosn't understand 0ctal.  Mayhaps he could use binary:
10110110 || 110 110 110.  Hm?)



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


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



Re: Cvsup Handbook Example

2003-02-21 Thread Willie Viljoen
I don't really get it either, as I pointed out in an off-list e-mail to the 
original sender earlier, this has nothing to do with Christian mythology or 
satanic anything. 666 is, by all historic and scientific accounts, a 
Masonic symbol. Now unless you have a problem with people who have an 
intriguing fixation with geometry (Free Masons), then I can't see anything 
wrong with using the number.

We're long past the point where you can't use 13 as a number, why should 
this be any different, really?

On Friday 21 February 2003 21:42, Justin Hopper wrote:
 Sorry, this of course should have read 'after 665 and before 667'.

 On Fri, 2003-02-21 at 11:13, Justin Hopper wrote:
  Hello unamed person,
 
  For the rest of the world that doesn't follow Christian Mythology, 666
  is just the number after 667 and before 665.  I've used 666 in several
  coding examples, usually for client/server socket daemons, as most
  people don't have anything using port 666.
 
  Would you rather that the good people of FreeBSD be barred from using
  particular numbers?  This could pose a problem.

-- 
Willie Viljoen
Freelance IT Consultant

214 Paul Kruger Avenue, Universitas
Bloemfontein
9321
South Africa

+27 51 522 15 60
+27 51 522 44 36 (after hours)
+27 82 404 03 27 (mobile)

[EMAIL PROTECTED]

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



RE: SoftUpdates on /

2003-02-21 Thread John Straiton
 On Friday 21 February 2003 08:10 am, Alistair Phillips wrote:
 | Hi guys,
 
 |
 | So I enabled SoftUpdates when I was busy with FDISK at the install 
 | time and now it seems like it may have been a bad idea.  Now I know 
 | 4GB is not much but it seems that there is no more space 
 left.  And at 
 | times df -h will tell me there is -180MB available on / !  
 [  Dont get 
 | me wrong here, I am not saying that SoftUpdates is causing 
 me lack of 
 | space. ]


http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#SAFE-SOF
TUPDATES

Right from the horse's mouth so to speak as to the odd disk space
results of using soft-updates.

John



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



Re: Verizon DSL FreeBSD?

2003-02-21 Thread chuck odonnell
On Fri, Feb 21, 2003 at 10:31:15AM -0800, Kent Stewart wrote:
 
 I also don't user Verizon for an ISP because they don't permit local 
 servers.
 

i'm guessing you're talking about the inconvenient way some Cable/DSL
ISPs block incoming connections on common server ports (25, 80)?

usually this is only a real annoyance because you can't set up a mail
server for your incoming SMTP email. if you have access to an outside
Internet server, and you run postfix on it -- you can route incoming
mail through the outside server, and using the postfix transport table
forward the mail to a sendmail or postfix instance running on a high
port on your internal server. works great!

...or like you said, just don't use that ISP :)

chuck

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



Re: Cvsup Handbook Example

2003-02-21 Thread Henrik W Lund
From: Justin Hopper [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: Cvsup Handbook Example
Date: 21 Feb 2003 11:42:05 -0800

Sorry, this of course should have read 'after 665 and before 667'.

On Fri, 2003-02-21 at 11:13, Justin Hopper wrote:
 Hello unamed person,

 For the rest of the world that doesn't follow Christian Mythology, 666
 is just the number after 667 and before 665.  I've used 666 in several
 coding examples, usually for client/server socket daemons, as most
 people don't have anything using port 666.

 Would you rather that the good people of FreeBSD be barred from using
 particular numbers?  This could pose a problem.
--
Justin Hopper
[EMAIL PROTECTED]
UNIX Systems Engineer
http://www.spry.com



And let's remember that FreeBSD's mascot is a (if not THE) devil. ;)

-Henrik
FreeBSD newbie and fanatic.

_
MSN Messenger http://www.msn.no/messenger - Den korteste veien mellom deg og 
dine venner


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


Re: Cvsup Handbook Example

2003-02-21 Thread Willie Viljoen
On Friday 21 February 2003 22:11, Henrik W Lund wrote:

 And let's remember that FreeBSD's mascot is a (if not THE) devil. ;)

 -Henrik
 FreeBSD newbie and fanatic.

Well hey, then I suppose Microsoft were right after all, we are evil ;)

News to me though, last I checked, daemons are neutral, and not evil like 
the demons which the American film industry has created for strategic 
marketing perposes :)

Just because something is red, has horns and carries a glowy tridant, is it 
neciserally evil? :P


 _
 MSN Messenger http://www.msn.no/messenger - Den korteste veien mellom deg
 og dine venner


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

-- 
Willie Viljoen
Freelance IT Consultant

214 Paul Kruger Avenue, Universitas
Bloemfontein
9321
South Africa

+27 51 522 15 60
+27 51 522 44 36 (after hours)
+27 82 404 03 27 (mobile)

[EMAIL PROTECTED]

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



Re: Verizon DSL FreeBSD?

2003-02-21 Thread Louis LeBlanc
On 02/21/03 03:11 PM, chuck odonnell sat at the `puter and typed:
 On Fri, Feb 21, 2003 at 10:31:15AM -0800, Kent Stewart wrote:
  
  I also don't user Verizon for an ISP because they don't permit local 
  servers.
  
 
 i'm guessing you're talking about the inconvenient way some Cable/DSL
 ISPs block incoming connections on common server ports (25, 80)?

Verizon DSL does not block port 25 in the NorthEast.  Port 80 appears
blocked (Bah!), but they claim they don't block any ports.  I was told
it could be the DSL modem (Westell Wirespeed A90-210015-D4), but as
far as I can tell, it isn't configurable, and doesn't block ports
anyway.  Odd thing is that the port 80 trace stops at the modem.  I've
never been able to figure this out.

Next month, Comcast (formerly ATT Broadband (formerly MediaOne
Broadband)) is supposed to turn on the digital upgrades in my area, so
I'm probably going to switch over.

Oh, and BTW, other than port 80, Verizon DSL/PPP works great with
FreeBSD.

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

QOTD:
  When she hauled ass, it took three trips.

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



Having problems with mozilla-1.2.1/galeon-1.2.8

2003-02-21 Thread JT Traub
This past weekend, I upgraded the ports collection on my machine
(running 4.7, also updated at the same time).

When I came back in on Monday morning, mozilla failed with a segmentation
fault and galeon failed with a 'gnome has detected a crash' dialog.

I spent most of this past week verifying the ports I had were in fact up
to date (they were and are the most recent from the ports collection) and
that I did not have mozilla-fonts (or nucleus-fonts which also for some
reason includes files from /usr/X11R6/lib/X11/fonts/mozilla (and thus
triggered the 'BROKEN' behaviour of mozilla port until I removed
it) installed.

I compiled all of the ports with their 'default settings' except for the
following settings which I have added to make.conf

XFREE86_VERSION=4
PACKAGE_BUILDING=1
BATCH=1
WITH_FULL_MOZILLA=1

The reason for the PACKAGE_BUILDING/BATCH settings are because I prefer to
run the build unattended over the weekend when I am not at work and that
is the only way I've found to actually get things to build and not
dialogue prompt me.

The WITH_FULL_MOZILLA setting is because I wish to have both mozilla and
embed mozilla into galeon (and phoenix which I also tried and which also
failed).

Most specifically, I have not modified any of the architecture or
optimization flags which are the default.  My machine is a intel Celeron
(730.97 MHz 686-class)

Prior to this weekend, I had mozilla built this way and all was good,
including Xft fonts working.  (which seemed to be the suggestion when I
scanned the mailing list archives this morning trying to find out what was
wrong after rebuilding once again didn't resolve the issue).

In the course of trying to fix this, I have rebuilt EVERYTHING on my
machine using portupgrade -af with only a couple of failures which should
not affect this.

This failures were
! net/net-snmp4 (ucd-snmp-4.2.5_2)  (compiler error)
* net/ethereal (ethereal-0.9.7)
! net/rdesktop-devel (rdesktop-1.2b1)   (failed to convert nil into String)
! x11/XFree86-4-clients (XFree86-clients-4.2.1_2)   (install error)

The failure of Xfree86-clients turned out to be x11perf and failing
because the code is looking for a 'core' member of the XftFont
structure.  However, nothing (according to greps of /var/db/pkg) depends
on XFree86-clients, so I don't believe that to be related.  The other
programs similarly have nothing which depends on them aside from listed
above.

Any help or advice in getting this working again with Xft would be greatly
appreciated and it does seem that there is a problem there with the recent
code.  I'm more than willing to send people additional information to help
track down what's going on if they ask and let me know what information
they need.

Thanks in advance,

--JT


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



Re: from GNOME to KDE

2003-02-21 Thread Gary D Kline
On Fri, Feb 21, 2003 at 11:24:34AM -0800, David Cramblett wrote:
 if you have KDE installed, try the program switchdesk on Linux.


Well, I asked for Gnome and that's all my friend
installed.   

Where can I pull down a KDE3  *.rpm  file?
(This is RH v 8.0, so KDE3 should work if  
I can find it.

thanks,

gary

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


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



Re: OT: shell script problem

2003-02-21 Thread Grzegorz Czaplinski
On Thu, Feb 20, 2003 at 03:14:22PM -0600, Brian Henning wrote:
 i have this script with one input file and i keep getting the error:
 /files_???/19980527/???/servermyname #  sh doc_id.sh input.txt
 /files_???/19980527/???/: No such file or directory
 /files_???/19980527/???/
 
 sh doc_id.sh
 -
 #! /bin/sh -x
 
 INPUT=$1
 
 for i in `cat $INPUT`; do
 echo ls -1 ${i}
 RES=`ls -1 ${i}`
 done
 exit 0;
 
 
 input.txt
 
 /files_???/19980527/???/
 
 but when i run the command ls /files_???/19980527/???/ the files are
 found...
 
 any suggestions?

Yes, change cat to echo.

Have fun!
Greg
--
Grzegorz Czaplinski [EMAIL PROTECTED]
The Power to Serve, Right for the Power Users! - http://www.FreeBSD.org/
 Fingerprint: EB77 E19D CFA2 5736 810F  847C A70F A275 2489 469F



msg20208/pgp0.pgp
Description: PGP signature


Re: from GNOME to KDE

2003-02-21 Thread Willie Viljoen
You should be able to find links to packages from http://www.kde.org/

To get it on FreeBSD, just use ports. Check The Handbook (TM) for more 
information :)

Will

On Friday 21 February 2003 22:25, Gary D Kline wrote:
 On Fri, Feb 21, 2003 at 11:24:34AM -0800, David Cramblett wrote:
  if you have KDE installed, try the program switchdesk on Linux.

   Well, I asked for Gnome and that's all my friend
   installed.

   Where can I pull down a KDE3  *.rpm  file?
   (This is RH v 8.0, so KDE3 should work if
   I can find it.

   thanks,

   gary

-- 
Willie Viljoen
Freelance IT Consultant

214 Paul Kruger Avenue, Universitas
Bloemfontein
9321
South Africa

+27 51 522 15 60
+27 51 522 44 36 (after hours)
+27 82 404 03 27 (mobile)

[EMAIL PROTECTED]

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



Re: from GNOME to KDE

2003-02-21 Thread Gary D Kline
On Fri, Feb 21, 2003 at 10:29:02PM +0200, Willie Viljoen wrote:
 You should be able to find links to packages from http://www.kde.org/
 
 To get it on FreeBSD, just use ports. Check The Handbook (TM) for more 
 information :)
 

Thanks for the KDE URL.  Here, portupgrade is giving me major
build problem.   Maybe I'll find a FreeBSD package... .

gary


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


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



Having problems with mozilla-1.2.1/galeon-1.2.8

2003-02-21 Thread JT Traub
This past weekend, I upgraded the ports collection on my machine
(running 4.7, also updated at the same time).

When I came back in on Monday morning, mozilla failed with a segmentation
fault and galeon failed with a 'gnome has detected a crash' dialog.

I spent most of this past week verifying the ports I had were in fact up
to date (they were and are the most recent from the ports collection) and
that I did not have mozilla-fonts (or nucleus-fonts which also for some
reason includes files from /usr/X11R6/lib/X11/fonts/mozilla (and thus
triggered the 'BROKEN' behaviour of mozilla port until I removed
it) installed.

I compiled all of the ports with their 'default settings' except for the
following settings which I have added to make.conf

XFREE86_VERSION=4
PACKAGE_BUILDING=1
BATCH=1
WITH_FULL_MOZILLA=1

The reason for the PACKAGE_BUILDING/BATCH settings are because I prefer to
run the build unattended over the weekend when I am not at work and that
is the only way I've found to actually get things to build and not
dialogue prompt me.

The WITH_FULL_MOZILLA setting is because I wish to have both mozilla and
embed mozilla into galeon (and phoenix which I also tried and which also
failed).

Most specifically, I have not modified any of the architecture or
optimization flags which are the default.  My machine is a intel Celeron
(730.97 MHz 686-class)

Prior to this weekend, I had mozilla built this way and all was good,
including Xft fonts working.  (which seemed to be the suggestion when I
scanned the mailing list archives this morning trying to find out what was
wrong after rebuilding once again didn't resolve the issue).

In the course of trying to fix this, I have rebuilt EVERYTHING on my
machine using portupgrade -af with only a couple of failures which should
not affect this.

This failures were
! net/net-snmp4 (ucd-snmp-4.2.5_2)  (compiler error)
* net/ethereal (ethereal-0.9.7)
! net/rdesktop-devel (rdesktop-1.2b1)   (failed to convert nil into String)
! x11/XFree86-4-clients (XFree86-clients-4.2.1_2)   (install error)

The failure of Xfree86-clients turned out to be x11perf and failing
because the code is looking for a 'core' member of the XftFont
structure.  However, nothing (according to greps of /var/db/pkg) depends
on XFree86-clients, so I don't believe that to be related.  The other
programs similarly have nothing which depends on them aside from listed
above.

Any help or advice in getting this working again with Xft would be greatly
appreciated and it does seem that there is a problem there with the recent
code.  I'm more than willing to send people additional information to help
track down what's going on if they ask and let me know what information
they need.

Thanks in advance,

--JT



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



Re: from GNOME to KDE

2003-02-21 Thread Willie Viljoen
It built it fine here. Make sure your ports tree is upgraded to the latest, 
then run:

portupgrade -rR kdebase

That should do the trick :)

On Friday 21 February 2003 22:38, Gary D Kline wrote:
 On Fri, Feb 21, 2003 at 10:29:02PM +0200, Willie Viljoen wrote:
  You should be able to find links to packages from http://www.kde.org/
 
  To get it on FreeBSD, just use ports. Check The Handbook (TM) for
  more information :)

   Thanks for the KDE URL.  Here, portupgrade is giving me major
   build problem.   Maybe I'll find a FreeBSD package... .

   gary

-- 
Willie Viljoen
Freelance IT Consultant

214 Paul Kruger Avenue, Universitas
Bloemfontein
9321
South Africa

+27 51 522 15 60
+27 51 522 44 36 (after hours)
+27 82 404 03 27 (mobile)

[EMAIL PROTECTED]

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



Having problems with mozilla-1.2.1/galeon-1.2.8

2003-02-21 Thread JT Traub
This past weekend, I upgraded the ports collection on my machine
(running 4.7, also updated at the same time).

When I came back in on Monday morning, mozilla failed with a segmentation
fault and galeon failed with a 'gnome has detected a crash' dialog.

I spent most of this past week verifying the ports I had were in fact up
to date (they were and are the most recent from the ports collection) and
that I did not have mozilla-fonts (or nucleus-fonts which also for some
reason includes files from /usr/X11R6/lib/X11/fonts/mozilla (and thus
triggered the 'BROKEN' behaviour of mozilla port until I removed
it) installed.

I compiled all of the ports with their 'default settings' except for the
following settings which I have added to make.conf

XFREE86_VERSION=4
PACKAGE_BUILDING=1
BATCH=1
WITH_FULL_MOZILLA=1

The reason for the PACKAGE_BUILDING/BATCH settings are because I prefer to
run the build unattended over the weekend when I am not at work and that
is the only way I've found to actually get things to build and not
dialogue prompt me.

The WITH_FULL_MOZILLA setting is because I wish to have both mozilla and
embed mozilla into galeon (and phoenix which I also tried and which also
failed).

Most specifically, I have not modified any of the architecture or
optimization flags which are the default.  My machine is a intel Celeron
(730.97 MHz 686-class)

Prior to this weekend, I had mozilla built this way and all was good,
including Xft fonts working.  (which seemed to be the suggestion when I
scanned the mailing list archives this morning trying to find out what was
wrong after rebuilding once again didn't resolve the issue).

In the course of trying to fix this, I have rebuilt EVERYTHING on my
machine using portupgrade -af with only a couple of failures which should
not affect this.

This failures were
! net/net-snmp4 (ucd-snmp-4.2.5_2)  (compiler error)
* net/ethereal (ethereal-0.9.7)
! net/rdesktop-devel (rdesktop-1.2b1)   (failed to convert nil into String)
! x11/XFree86-4-clients (XFree86-clients-4.2.1_2)   (install error)

The failure of Xfree86-clients turned out to be x11perf and failing
because the code is looking for a 'core' member of the XftFont
structure.  However, nothing (according to greps of /var/db/pkg) depends
on XFree86-clients, so I don't believe that to be related.  The other
programs similarly have nothing which depends on them aside from listed
above.

Any help or advice in getting this working again with Xft would be greatly
appreciated and it does seem that there is a problem there with the recent
code.  I'm more than willing to send people additional information to help
track down what's going on if they ask and let me know what information
they need.

Thanks in advance,

--JT




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



I dont seem able to post here :-(

2003-02-21 Thread Chris Phillips
What be my problem?



end

intY has scanned this email for all known viruses (www.inty.com)



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



Re: I dont seem able to post here :-(

2003-02-21 Thread Lord Raiden
Looks like it's going through fine for me.  :)

 What be my problem?
 
 
 
 end
 
 intY has scanned this email for all known viruses (www.inty.com)
 
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 




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



Re: Error accessing SquirrelMail on server

2003-02-21 Thread Willie Viljoen
You need to add a Directory block to allow access to that directory :)

Will

On Friday 21 February 2003 22:41, Lord Raiden wrote:
 I'm getting an error when accessing my squirrel mail directory on the
 server via a browser after accessing it.  It gives the following.

 403 Forbidden
 You don't have permission to access /squirrelmail/ on this server.

 Before I added my alias in httpd.conf it was giving me a not found.  So
 I know I got the alias in there right.  A check of the directory shows
 it is owned entirely by root with no access by anyone else.  How do I
 fix this without totally breaking squirrel mail?  Thanks.


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

-- 
Willie Viljoen
Freelance IT Consultant

214 Paul Kruger Avenue, Universitas
Bloemfontein
9321
South Africa

+27 51 522 15 60
+27 51 522 44 36 (after hours)
+27 82 404 03 27 (mobile)

[EMAIL PROTECTED]

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



Re: Error accessing SquirrelMail on server

2003-02-21 Thread Lord Raiden
So on top of just Alias /squirrelmail /usr/local/squirrelmail I also
need a Directory tag to go with it?

 You need to add a Directory block to allow access to that directory :)
 
 Will
 
 On Friday 21 February 2003 22:41, Lord Raiden wrote:
  I'm getting an error when accessing my squirrel mail directory on the
  server via a browser after accessing it.  It gives the following.
 
  403 Forbidden
  You don't have permission to access /squirrelmail/ on this server.
 
  Before I added my alias in httpd.conf it was giving me a not found.  So
  I know I got the alias in there right.  A check of the directory shows
  it is owned entirely by root with no access by anyone else.  How do I
  fix this without totally breaking squirrel mail?  Thanks.
 
 
  To Unsubscribe: send mail to [EMAIL PROTECTED]
  with unsubscribe freebsd-questions in the body of the message
 
 -- 
 Willie Viljoen
 Freelance IT Consultant
 
 214 Paul Kruger Avenue, Universitas
 Bloemfontein
 9321
 South Africa
 
 +27 51 522 15 60
 +27 51 522 44 36 (after hours)
 +27 82 404 03 27 (mobile)
 
 [EMAIL PROTECTED]
 




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


logitech usb mouse and thumb button

2003-02-21 Thread c a r s t e n
is there any way to get the thumb button on certain logitech mouseman 
products enabled, and made to be the back button in mozilla? i have this 
setup in win2k and am finding it hard to live without in freebsd 4.7. i 
did manage to get the wheel middle button working as the scroll button, 
but then i got stuck, and cannot find the pertinent information.

thanks,


c

man kan tune et filsystem, men man kan ikke tunfisk, bsd tunefs manpage



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


Re: Cvsup Handbook Example

2003-02-21 Thread zerotransfer

Obviously I don't think it is mythology or I wouldn't believe it :-)

Actually it is not my place to tell people what numbers they are and are not
allowed to use.
More than the number, the issue for me is the motivation of why that number
was used.
Why use one of the only three digit numbers that I know of that is
associated with evil to at least one belief?
See my point?

zerotransfer

- Original Message -
From: Justin Hopper [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, February 21, 2003 2:42 PM
Subject: Re: Cvsup Handbook Example


 Sorry, this of course should have read 'after 665 and before 667'.

 On Fri, 2003-02-21 at 11:13, Justin Hopper wrote:
  Hello unamed person,
 
  For the rest of the world that doesn't follow Christian Mythology, 666
  is just the number after 667 and before 665.  I've used 666 in several
  coding examples, usually for client/server socket daemons, as most
  people don't have anything using port 666.
 
  Would you rather that the good people of FreeBSD be barred from using
  particular numbers?  This could pose a problem.
 --
 Justin Hopper
 [EMAIL PROTECTED]
 UNIX Systems Engineer
 http://www.spry.com

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


procmail question a little off topic

2003-02-21 Thread David Bear
sorry for the offtopic post here but I cant seem to get my procmail
recipe's to fire.  I know sendmail sees and uses procmail because
maillog show its handing it of to procmail.  Also, the mail inbox
specified in the procmailrc file is receiving the message.  Still,
none of the messages that I want taking from inbox and put in other
folders as specified in the recipe's section are being moved.

excuseI went to the procmail website and since and the lists seem to be in
german... and my german is nonexistent... /excuse

any pointers appreciated.

 .procmailrc ==
# Frisch, SA, p 602
PATH=/bin:/usr/bin:/usr/local/bin:/usr/sbin:$HOME/bin
MAILDIR=$HOME/mail
DEFAULT=$MAILDIR/inbox
#
# catch systems for syslog entries
# ppsrv3, PAC SMB server
:0:
* [EMAIL PROTECTED]
syslogs/ppsrv3

# urbansrv1, CUI, apas, ais smb spooler
:0:
* [EMAIL PROTECTED]
syslogs/urbansrv1

# ppsrv5, aka cyrus, smb/web server
:0:
* [EMAIL PROTECTED]
syslogs/ppsrv5

# db2srv1, development machines
:0:
* [EMAIL PROTECTED]
syslog/db2srv1

# recsrv1, smb server recreation mgt
:0:
* [EMAIL PROTECTED]
syslog/recsrv1

=== end procmailrc =
-- 
David Bear
College of Public Programs/ASU
Mail Code 0803

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


Re: modern (usb) webcam support?

2003-02-21 Thread Benjamin Lutz
 My searches for information on webcam have not found much, except for some
 sites which say FreeBSD does not support USB web cameras.

My Creative Labs USB Webcam (older Model, Webcam Plus or something it was called) runs 
ok with /usr/ports/graphics/vid, which supports Webcams with the OV511 and OV511+ 
chipsets. I don't know for sure if the newer webcams still have this chipset, but I 
guess they do.

Oh, you'll need to code some glue to make vid be useful; all it does is grab an image 
and write it to stdout, no configurables.

Greetings
Benjamin

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


  1   2   >