Re: saslauthd not working?

2003-09-25 Thread Sunil Sunder Raj
Hi,
chmod 777 /usr/local/etc/sasldb
As you are not sure which user is accessing the sasldb file.
Regards
SSR


From: Charlie Schluting [EMAIL PROTECTED]
To: Sunil Sunder Raj [EMAIL PROTECTED]
Subject: Re: saslauthd not working?
Date: Wed, 24 Sep 2003 08:39:14 -0700 (PDT)


It looks like sasldb, because I get errrors like this sometimes:
postfix/smtpd[7944]: unable to open Berkeley db /usr/local/etc/sasldb:
Permission denied
This is strange, because it has permissions set for group mail to rwx.

:)
Thanks for the response,
Charlie
On Wed, 24 Sep 2003, Sunil Sunder Raj wrote:

 Hi,
 What auth module do you want to use (sasldb, mysql).

 Regards
 SSR


 From: Charlie Schluting [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: saslauthd not working?
 Date: Tue, 23 Sep 2003 17:32:33 -0700 (PDT)
 
 Hi,
 
 Trying to configure sasl with postfix.. and I keep getting Login
 Failed
 
 Here's what I have:
 
 telnet localhost 25:
 AUTH PLAIN Y2hhcm...
 535 Error: authentication failed
 
 The maillog simply shows:
 warning: localhost[127.0.0.1]: SASL PLAIN authentication failed
 
 /etc/rc.conf:
 sasl_saslauthd_enable=YES
 sasl_saslauthd_flags=-a getpwent
 
 /usr/local/lib/sasl2/smtpd.conf
 pwcheck_method: saslauthd
 mech_list: plain login
 
 I'm not using pam for anything else, so I figured that this method had
 the best chance of working :)
 Postfix is NOT chrooted, and postfix is in group mail.
 
 Postfix config:
 
   smtpd_sasl_auth_enable = yes
   smtpd_sasl_security_options = noanonymous
   smtpd_sasl_local_domain =
   broken_sasl_auth_clients = yes
 
 Here's the perms on saslauthd:
 drwxrwx---   2 cyrus  mail   512 Sep 23 17:27 saslauthd/
 
 Am I missing anything?
 I tried adding -d to saslauthd_flags in rc.conf. When I started
 saslauthd, it just hung there, like I expected, only, I didn't get any
 output when I tried to login to postfix.
 
 help would be greatly appreciated.
 
 -Charlie
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

 _
 Interact with peers. Learn from experts.
 http://server1.msn.co.in/sp03/teched/index.asp Be tech-empowered!

_
Attention NRIs! Banking worries? 
http://server1.msn.co.in/msnspecials/nriservices/index.asp Get smart tips.

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


Re: Question on FreeBSD name resolution

2003-09-25 Thread Ryan Merrick
chris wrote:
I just installed 5.1 and have been playing around with it, but I am
troubled by an issue with my network configuration.  I apologize if this
is the wrong list, it seemed to be the most appropriate.  I want to at
least get the machine working so then I can start working through
learning the ins and outs.
 
My FreeBSD box is running on a Dell laptop on my home network where I
have three other Windows based machines.  All of my machines are
configured to use another NT-Based firewall as both the default gateway
and DNS server, which is connected out to the Internet via cable.  
 
Im using the default network settings that were configured when I
installed the system.  The network card is configured to use DHCP and
when I do an ifconfig I see the Ethernet card has an appropriately
assigned IP address  netmask.If I ping a website by its DNS name,
the name resolves quickly and I get ping responses back pretty quickly
(as I would expect).  When I use FTP, Telnet, or WWW to try to connect
to an address by FQDN, it takes a few minutes to establish the
connection.  However when I use the associated IP address instead of the
FQDN it connects instantly.  
 
It seems like the TCP (or at least FTP, WWW  Telnet) programs are
having an issue with resolving the name.  My guess is that they are
timing out through trying to resolve via one means, and therefore then
try a DNS resolve.  Is there a way to determine the order in which the
system currently does name resolution?  I looked for the host.conf file
in my /etc folder and there was one, but even when I added one in it
didnt help.  
 
 
Hello,

You should be looking in your #/etc/resolv.conf . If you don't have one 
make it.

Ryan Merrick

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


A Problem

2003-09-25 Thread Ammar Karim
Sir!
 
I have a small organization in which we have web-based systems using HTML at front and 
perl and PostgreSQL DBI in Linux. We have Windows environment at computers and Linux 
at the server.
 
I want to install BSD to replace Linux. Will I be able to run my perl and postgresql 
database programs or I'll have to re do all the programming once again??
 
Looking farward to your reply as soon as possible. 
 


-
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Software RAID-1 - root filesystem confusion

2003-09-25 Thread Chris Hastie
On Sun, 21 Sep 2003, Matthew Seaman [EMAIL PROTECTED] 
wrote
On Sun, Sep 21, 2003 at 11:15:41AM +0100, Chris Hastie wrote:
I'm looking at building a FreeBSD server with two identical 60GB hard
drives configured with software RAID-1. What would be the best way to
set about this?
The Handbook is your friend:

   http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/vinum-root.html
snip
In fact, unless your hardware requires you to run 5.x, I'd strongly
recommend that you stick with 4.8-RELEASE (or 4.9-RELEASE due out in
the next few weeks).
Thanks. I read that handbook chapter, together with 
http://www.freebsd.org/doc/en_US.ISO8859-1/articles/vinum/index.html 
and lots of other stuff, and I think my head is about to explode :)

Since this isn't really a production server I'm afraid I ignored your 
advice and went for 5.1. I partitioned the disks much as described in 
the 'Bootstrapping Vinum' article. I've just about got my head around 
how the setup described there works, but it seems there are better ways 
of doing things on 5.1. Trouble is, I can't work out what they are, or 
how to get from where I am to there.

It seems I need to create a vinum volume for my root filesystem. I can't 
(I think) just create a volume overlapping the existing root filesystem 
because it is at the beginning of the disk. Without allowing for Vinum's 
headers my MBR is likely to get trashed.

Compared to the example in the handbook life is slightly complicated by 
the fact that I have swap partitions second on both disks, so I'm 
guessing I need two vinum partitions per disk, one overlapping 
everything before the swap, and one overlapping everything after.

So, can I copy my root filesystem to somewhere else, create a vinum 
volume for root somewhere near the beginning of the disk but allowing 
for the requisite 265 blocks at the beginning and then copy the root 
filesystem back to this? I'm presuming some of this may need to be done 
from a fixit media.

Or should I just start again with a different arrangements of 
partitions? I've done nothing but install vanilla 5.1 so far, so this is 
not a major problem. Except that the machine boots fine off a CD, but 
then refuses to see the CD as installation media so I had to install 
over FTP - not the fastest way of doing things :(

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


Problem with PCMCIA Services 5.1-STABLE

2003-09-25 Thread Tim Lyons
Hi,

I recently picked up a used Sony Vaio PCG-FX390 laptop.  It had Windows XP on
it so I decided to install FreeBSD 5.1-STABLE.

Long Story short, the install went great except the PCMCIA bridge seems to be
misconfigured.  I've googled for two days trying to find the answer but have
not come up with anything that works.  If I try and insert/remove a card the
system locks up and I'm forced to hard-power the box.  If I boot with card(s)
inserted, I get Unsupported Card type detected although I'm using card(s)
that are supported and work under RH Linux 9 and Windows.

I even went back to GENERIC before sending this to get the box baseline.

_any_ pointers would be appreciated.

--Tim

/etc/defaults/pccard.conf
io  0x240-0x360
irq 10 11 15
memory  0xd4000  96k
debuglevel 4

dmesg output:

rebooting...
Copyright (c) 1992-2003 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 5.1-RELEASE-p5 #0: Wed Sep 24 23:13:21 EDT 2003
root@:/usr/obj/usr/src/sys/GENERIC
Preloaded elf kernel /boot/kernel/kernel at 0xc06d4000.
Preloaded elf module /boot/kernel/acpi.ko at 0xc06d42bc.
Timecounter i8254  frequency 1193182 Hz
Timecounter TSC  frequency 993660627 Hz
CPU: Intel Pentium III (993.66-MHz 686-class CPU)
  Origin = GenuineIntel  Id = 0x68a  Stepping = 10
  
Features=0x383f9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE
real memory  = 401080320 (382 MB)
avail memory = 382087168 (364 MB)
Pentium Pro MTRR support enabled
npx0: math processor on motherboard
npx0: INT 16 interface
acpi0: SONY   U0   on motherboard
pcibios: BIOS version 2.10
Using $PIR table, 9 entries at 0xc00fdf30
Timecounter ACPI-fast  frequency 3579545 Hz
acpi_timer0: 24-bit timer at 3.579545MHz port 0x1008-0x100b on acpi0
acpi_cpu0: CPU on acpi0
acpi_tz0: thermal zone on acpi0
acpi_lid0: Control Method Lid Switch on acpi0
acpi_button0: Power Button on acpi0
pcib0: ACPI Host-PCI bridge port 0xcf8-0xcff on acpi0
pci0: ACPI PCI bus on pcib0
agp0: Intel 82815 (i815 GMCH) SVGA controller mem 
0xf400-0xf407,0xf800-0xfbff irq 9 at device 2.0 on pci0
pcib1: ACPI PCI-PCI bridge at device 30.0 on pci0
pci1: ACPI PCI bus on pcib1
fwohci0: Texas Instruments TSB43AA22 mem 0xf410-0xf4103fff,0xf4105000-0xf41057ff 
irq 9 at device 0.0 on pci1
fwohci0: OHCI version 1.0 (ROM=1)
fwohci0: No. of Isochronous channel is 4.
fwohci0: EUI64 08:00:46:03:00:d5:21:8d
fwohci0: Phy 1394a available S400, 2 ports.
fwohci0: Link S400, max_rec 2048 bytes.
firewire0: IEEE1394(FireWire) bus on fwohci0
if_fwe0: Ethernet over FireWire on firewire0
if_fwe0: Fake Ethernet address: 0a:00:46:d5:21:8d
sbp0: SBP2/SCSI over firewire on firewire0
fwohci0: Initiate bus reset
cbb0: RF5C476 PCI-CardBus Bridge at device 2.0 on pci1
cardbus0: CardBus bus on cbb0
pccard0: 16-bit PCCard bus on cbb0
pcib1: possible interrupts:  9
pcib1: slot 2 INTA routed to irq 9 via \\_SB_.LNKC
cbb1: RF5C476 PCI-CardBus Bridge at device 2.1 on pci1
cardbus1: CardBus bus on cbb1
pccard1: 16-bit PCCard bus on cbb1
pcib1: possible interrupts:  9
pcib1: slot 2 INTB routed to irq 9 via \\_SB_.LNKD
fxp0: Intel 82801BA/CAM (ICH2/3) Pro/100 Ethernet port 0x3000-0x303f mem 
0xf4104000-0xf4104fff irq 9 at device 8.0 on pci1
fxp0: Ethernet address snip
miibus0: MII bus on fxp0
inphy0: i82562ET 10/100 media interface on miibus0
inphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
isab0: PCI-ISA bridge at device 31.0 on pci0
isa0: ISA bus on isab0
atapci0: Intel ICH2 UDMA100 controller port 0x1800-0x180f at device 31.1 on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
uhci0: Intel 82801BA/BAM (ICH2) USB controller USB-A port 0x1820-0x183f irq 9 at 
device 31.2 on pci0
usb0: Intel 82801BA/BAM (ICH2) USB controller USB-A on uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
pci0: serial bus, SMBus at device 31.3 (no driver attached)
uhci1: Intel 82801BA/BAM (ICH2) USB controller USB-B port 0x1840-0x185f irq 9 at 
device 31.4 on pci0
usb1: Intel 82801BA/BAM (ICH2) USB controller USB-B on uhci1
usb1: USB revision 1.0
uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
pci0: multimedia, audio at device 31.5 (no driver attached)
pci0: simple comms at device 31.6 (no driver attached)
atkbdc0: Keyboard controller (i8042) port 0x64,0x60 irq 1 on acpi0
atkbd0: AT Keyboard flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
psm0: PS/2 Mouse irq 12 on atkbdc0
psm0: model GlidePoint, device ID 0
acpi_ec0: embedded controller port 0x66,0x62 on acpi0
sio0 port 0x3f8-0x3ff irq 4 on acpi0
sio0: type 16550A
ppc0 port 0x778-0x77f,0x378-0x37f irq 7 drq 3 on acpi0
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/15 bytes threshold
ppbus0: Parallel port bus on ppc0

Re: yahoo messenger

2003-09-25 Thread Seth Kingsley
On Thu, Sep 25, 2003 at 12:52:35AM -0400, Michael Sharp wrote:
 Yahoo has officially updated messenger such that you can no longer connect
 using the current freebsd yahoo port version ( 0.99.19.1 ). I just tried
 to install their NEW package..

You can try the attached patch with the port.  This will ensure
dependencies on packages that actually exist.  I had a problem
connecting though, receiving this error after entering my
login/password:

/usr/libexec/ld-elf.so.1: /usr/local/libexec/ymessenger/ymessenger.bin:
Undefined symbol Xu4L

Glancing at the binary, it's almost as if the symbol table is mangled...
I think this might call for a future linux-ymessenger port.


 While I know the maintainer of the messenger port will have dealt with
 this issue before he commits the update, but why would Yahoo have released
 a new version today against depandants that are almost 6 months old?

My guess is that they haven't actually updated the client; they simply
did whatever magic was necessary to let the newer official versions
connect and left the rest of the build (including usage of GTK+-1.x)
alone.

People who are upset that the YMessenger package for FreeBSD isn't being
maintained should complain on the message board:

http://groups.yahoo.com/group/ymessenger/

This is especially important now that it seems Yahoo! has discontinued
support for third-party clients.  There doesn't seem to be any other
contact information for the Unix messengers.

-- 
|| Seth Kingsley || [EMAIL PROTECTED] ||
|| http://www.meowfishies.com/ | Meow ^_^ ||
Index: Makefile
===
RCS file: /stor/ncvs/ports/net/ymessenger/Makefile,v
retrieving revision 1.13
diff -u -d -p -r1.13 Makefile
--- Makefile20 Apr 2003 19:38:01 -  1.13
+++ Makefile25 Sep 2003 08:10:38 -
@@ -7,11 +7,10 @@
 #
 
 PORTNAME=  ymessenger
-PORTVERSION=   0.99.19.1
-PORTEPOCH= 20020902
+PORTVERSION=   1.0.4
 CATEGORIES=net
-MASTER_SITES=  http://download.yahoo.com/dl/unix/fbsd45/
-DISTNAME=  ${PORTNAME}-${PORTVERSION:C/\.(.+)\.(.+)$/.\1-\2/g}
+MASTER_SITES=  http://download.yahoo.com/dl/unix/
+DISTNAME=  fbsd4.${PORTNAME}
 EXTRACT_SUFX=  .tgz
 
 MAINTAINER=[EMAIL PROTECTED]
@@ -43,14 +42,10 @@ do-install:
${PREFIX}/libexec/ymessenger; \
done)
${MKDIR} ${PREFIX}/lib/ymessenger
-   ${INSTALL_DATA} ${WRKDIR}/lib/libgtkhtml.so.21 \
+   ${INSTALL_DATA} ${WRKDIR}/lib/libgtkhtml.so.0 \
${PREFIX}/lib/ymessenger/
 
 post-patch:
${REINPLACE_CMD} -e 's:%%PREFIX%%:${PREFIX}:g' ${WRKDIR}/bin/ymessenger
-   ${ECHO} 4 | dd bs=1 count=1 conv=notrunc seek=35437 \
-   of=${WRKDIR}/bin/ymessenger.bin
-   ${ECHO} 4 | dd bs=1 count=1 conv=notrunc seek=62665 \
-   of=${WRKDIR}/lib/libgtkhtml.so.21
 
 .include bsd.port.post.mk
Index: distinfo
===
RCS file: /stor/ncvs/ports/net/ymessenger/distinfo,v
retrieving revision 1.2
diff -u -d -p -r1.2 distinfo
--- distinfo28 Aug 2002 02:04:12 -  1.2
+++ distinfo25 Sep 2003 07:50:33 -
@@ -1 +1 @@
-MD5 (ymessenger-0.99.19-1.tgz) = 801999637d6a76ef88717d3a424c91ae
+MD5 (fbsd4.ymessenger.tgz) = 112b96f083e77ecbd9398831e38a0c25


pgp0.pgp
Description: PGP signature


Re: antiviruos for FreeBSD mail server ?

2003-09-25 Thread Pat Lashley
--On Thursday, September 25, 2003 09:39:12 +0200 Armand Passelac 
[EMAIL PROTECTED] wrote:

[ On Wed, 24 Sep, 2003 at 15:58, [EMAIL PROTECTED] wrote: ]
What do you think of Clam so far?
I'm interested in checking something out
It's a good and free product.
It seems to work well.
But it's only a detect program. On the contrary some of other programs
like sophos,trend micro, ... allow you to clean/put in quarantine/notify/
If your MTA is Exim, with the ExiScan-ACL patches (installed by
default by the FreeBSD port); then the ACL statement that passes
the message to clamav can choose to quarantine/notify/etc.  You
can even choose to return an error condition to the sending MTA
but really keep/deliver/quarantine a copy of the message.  (One
of the nice things about Exim and ExiScan-ACL is that you can
run the filters, and various other built-in tests, and reject the
message while the SMTP session is still open.  So you don't wind
up queuing bounces to forged from addresses.)
I'm not sure whether it can be set to just remove/replace the
offending attachment.  (I just reject any message that clamav
says has a virus.  But since I also use the ExiScan-ACL code
to reject any message with a dangerous attachment(*); very few
viri manage to make it to the clamav check.)
(*) In this case dangerous is defined as having one of the file
extensions that Microsoft has identified as 'dangerous' and
recommends blocking: scr, vbs, bat, lnk, pif, adt, adp, bas, chm,
cmd, com, cpl, crt, exe, hlp, hta, inf, ins, isp, js, jse, mdb,
mde, msc, msi, msp, mst, pcd, reg, sct, shs, shb, url, vb, vbe,
wsc, wsf, wsh


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


Re: Upgrading to 4.9 CVS vs. binary?

2003-09-25 Thread Heinrich Rebehn
Matthew Seaman wrote:
On Wed, Sep 24, 2003 at 01:46:19PM +0200, Heinrich Rebehn wrote:

Is RELENG_4_9 already available at all?

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

does not mention it. That's why i am tracking RELENG_4.


Not yet.  RELENG_4_9/4.9-RELEASE is expected in the near future.  This
whole thread was a rare, but none the less welcome, example of people
making plans well in advance of taking action.
Yes, that should be done more often..

While we're at it: Will it be possible to upgrade from 4.9 to 5.x via CSV?

Heinrich

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


mount an ftp or ssh filesystem

2003-09-25 Thread Pascal Giannakakis
Hello,

i'd like to mount remote ftp and ssh dirs into my local dir-tree, however
can't find info on that for FreeBSD. I can't find neither a port, nor something
for the kernel (like LUFS in Lunix). Other network-FSs are not an option.
BTW - If you wonder whats its use is: i would like to access the files i work
on with different programming tools seamlessly.

Is it possible at all in FreeBSD 5.1?

TIA

-- 
NEU FÜR ALLE - GMX MediaCenter - für Fotos, Musik, Dateien...
Fotoalbum, File Sharing, MMS, Multimedia-Gruß, GMX FotoService

Jetzt kostenlos anmelden unter http://www.gmx.net

+++ GMX - die erste Adresse für Mail, Message, More! +++

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


Re: yahoo messenger

2003-09-25 Thread Seth Kingsley
On Thu, Sep 25, 2003 at 03:09:44PM +1000, Anthony Carmody wrote:
 I have heard rumours [gasp] that MSN and Yahoo are on a crusade to block third party 
 clients using their transport. i don't know the
 weight of this in truth, but i must say that everyone i know who uses IM uses a 
 third party client primarily to avoid Ads and such.
 I use gaim myself. perhaps its the company i keep.

AOL is also on this crusade, trying to shake off Trillian in early 2002:

http://www.wired.com/news/technology/0,1282,50169,00.html

-- 
|| Seth Kingsley || [EMAIL PROTECTED] ||
|| http://www.meowfishies.com/ | Meow ^_^ ||


pgp0.pgp
Description: PGP signature


Re: Upgrading to 4.9 CVS vs. binary?

2003-09-25 Thread Matthew Seaman
On Thu, Sep 25, 2003 at 10:30:39AM +0200, Heinrich Rebehn wrote:

 While we're at it: Will it be possible to upgrade from 4.9 to 5.x via CSV?

It's possible right now, but be warned that upgrading over a major
version bump is a significantly harder proposition than upgrading
within, say, 4.x.  For many users it's going to be a whole lot less
grief just to do a reinstall of 5.x on top of their 4.x system.

Cheers,

Matthew

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


pgp0.pgp
Description: PGP signature


tool to sniff data from a device file

2003-09-25 Thread Pascal Giannakakis
Hi,

is there any generic capture-tool that can sniff and display the data that
is going in and out of a device, say /dev/sio0 or /dev/usb0, and display it in
whatever style, like tcpdump does with net-interfaces?

TIA

-- 
NEU FÜR ALLE - GMX MediaCenter - für Fotos, Musik, Dateien...
Fotoalbum, File Sharing, MMS, Multimedia-Gruß, GMX FotoService

Jetzt kostenlos anmelden unter http://www.gmx.net

+++ GMX - die erste Adresse für Mail, Message, More! +++

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


Re: ppp with DSL leaves unused routes

2003-09-25 Thread Pascal Giannakakis
fbsd_user wrote:

Add these 2 statements to your ppp.conf file

disable iface-alias# Stop adding old IP addr as alias when ppp
# redials because line was lost. These old
ips
# showed using  ifconfig -a   on tun0.
 iface clear# Remove all previous IP address
w00t, that solved it, thanx a bunch!

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


Re: antiviruos for FreeBSD mail server ?

2003-09-25 Thread Jett Tayer
or if ur using postfix, u can use mks_vir. u can get it at
http://linux.mks.com.pl

or if sendmail, i personally like mailscanner from mailscanner.info

\jett




 --On Thursday, September 25, 2003 09:39:12 +0200 Armand Passelac
 [EMAIL PROTECTED] wrote:

 [ On Wed, 24 Sep, 2003 at 15:58, [EMAIL PROTECTED] wrote: ]
 What do you think of Clam so far?
 I'm interested in checking something out

 It's a good and free product.
 It seems to work well.

 But it's only a detect program. On the contrary some of other programs
 like sophos,trend micro, ... allow you to clean/put in
 quarantine/notify/


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


Re: Question on FreeBSD name resolution

2003-09-25 Thread Jett Tayer
start with your /etc/hosts. it is first looked up then your bind

\jett


 I just installed 5.1 and have been playing around with it, but I am
 troubled by an issue with my network configuration.  I apologize if this
 is the wrong list, it seemed to be the most appropriate.  I want to at
 least get the machine working so then I can start working through
 learning the ins and outs.

 My FreeBSD box is running on a Dell laptop on my home network where I
 have three other Windows based machines.  All of my machines are
 configured to use another NT-Based firewall as both the default gateway
 and DNS server, which is connected out to the Internet via cable.

 I’m using the default network settings that were configured when I

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


Re: PPP modem init string

2003-09-25 Thread Jud
On Wed, 24 Sep 2003 21:16:57 -0700, Daniel Rudy [EMAIL PROTECTED] wrote:

[snip]
I think that the mail archive search engine is broken.  No matter what I
try for a search query, it never finds anything.
URL: 
http://groups.google.com/groups?hl=enlr=ie=UTF-8group=mailing.freebsd.questions

Choosing the option to search only in the -questions list cuts down on 
irrelevant hits.

Jud

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


Re: questions about x server

2003-09-25 Thread Todd Stephens
On Thursday 25 September 2003 01:37 am, ALIAS wrote:

 i just installed kde3 and when i enter startkde it says kpersonalizer
 can't connect to x server or something how do i fix that?


Did that for me too.  You have to use startx instead, and make sure 
that exec startkde is in your .xinitrc file in your home directory.

-- 
Todd Stephens
Please refrain from double negatives in my email
A witty saying proves nothing. -Voltaire

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


Re: burncd and /dev/acd0c ??

2003-09-25 Thread Warren Block
On Wed, 24 Sep 2003, ivan georgiev wrote:

 I am trying for first time to burn a CD under freebsd. I have read the man
 page for burncd, but I do not have /dev/acd0c created (only /dev/acd0 is
 there).Is this a problem or not?

It could be--in /dev with FreeBSD 4.8, I see acd0a, acd0c, acd1a and
acd1c.  This is probably different under 5.x.

 Also, cdrecord -scanbus doesn't show anything...

cdrecord is for SCSI, or if you are using atapicam to emulate SCSI with
IDE devices.

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


Portupgrading ports with individual settings.

2003-09-25 Thread Michael Vondung
Very neophyte'ish question again, but:

I currently have Qt installed and now downloaded the distfile for a new
version. I'd like to compile this new version with the WITHOUT_OPENGL
option, which isn't the default. If I have portupgrade -ra do this, it will
use the default settings, I believe. How would I go about this? Should I
make deinstall the currently installed Qt version and then make
WITHOUT_OPENGL=yes install the whole thing? (and then update the rest of
the software with portupgrade -ra)

This seems a bit awkward, especially in regard to future versions. Is there
a better way?

Thanks for bearing with my fairly basic questions!

M.

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


need your help sir/madam

2003-09-25 Thread Mety Soriano
Sir/Madam
I am a new user of freebsd... After I installing
freebsd I install squid as my proxy server. I make all
access lists, I type all banned domains, bold sites
and etc.. since we are school. We eliminate the
illegal sites to the students  as much as possible. My
big problem is this, if I reistall the freebsd and
squid, I need to retype the banned-domains, bold sites
and etc. How could I make a text files inorder to copy
on the path, so that when I reinstall squid i just
copy it from the floppy. Also what is the command in
browsing the content of floppy disk and the command to
copy certain file to a destination I really
appreciate your help...

Thank u very much Sir/Madam!


Mr. Soriano
Philippines


Want to chat instantly with your online friends?  Get the FREE Yahoo!
Messenger http://mail.messenger.yahoo.co.uk
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: PPP modem init string

2003-09-25 Thread fbsd_user
The google search system stopped archiving FBSD news groups at the
start of 2002, so google search is useless. The FBSD  org site has
the archives search which is very out of date and the format in
which the info is presented makes it next to useless.

This is the best FBSD newsgroup search I engine I have found
http://freebsd.rambler.ru/
Give it a try.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Daniel Rudy
Sent: Thursday, September 25, 2003 12:17 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: PPP modem init string

Somewhere around the time of 09/24/2003 12:31, the world stopped and
listened as fbsd_user contributed this to humanity:
 The (set dial) option sends Hayes 'AT' commands to the modem only
 for dial out. Totally different situation for dial in to FBSD. In
 that case you have to use the Hayes 'AT' commands to setup and
save
 your modem configuration in the modem's nvram. You have to tell
the
 modem to go into answer mode when the modem is powered on. That's
 the only way to get it to pick up the inbound call.

 Check the questions archives, this question has been answered many
 times before and there are detailed instructions on how to setup
you
 modem and PPP to do this. Search for key works 'PPP dial in'  or
 'FBSD answering modem' or 'inbound calls'

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Daniel
Rudy
 Sent: Wednesday, September 24, 2003 11:54 AM
 To: [EMAIL PROTECTED]
 Subject: PPP modem init string

 Hello,

 How do I get PPP to send an init string to my modem?  I'm
 using
 different PPP profiles in /etc/ppp/ppp.conf, and each one has a
 different requirement for the configuration of the modem such as
 outbound ISP and incoming.

 Thanks.
 --
 Daniel Rudy


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


I think that the mail archive search engine is broken.  No matter
what I
try for a search query, it never finds anything.

--
Daniel Rudy

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

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


Disable keyboard beep

2003-09-25 Thread Stephane . Antoine
I am using FreeBSD 4.8 and 
I would like to know
how would I disable 
the beep from keyboard 
when I am in console mode prompt.

Many thanks

Best 

stephane

  

==
Confidentiality Notice

The information contained in this E-mail, and any attachments, is intended for the 
named recipients only. It may contain confidential and/or privileged information.

If you are not the intended recipient, you must not copy, distribute, or take any 
action in reliance on it. Any views expressed do not necessarily reflect the views of 
Panasonic Mobile Communications Development of Europe Limited.

Please note that whilst the company takes steps to protect against viruses it cannot 
accept any liability for any damage, whether direct or indirect, sustained as a result 
of any software viruses being transmitted.

If you receive this E-mail by mistake, please advise the sender by using the reply 
facility in your E-mail software and then delete it.
==
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


searching FBSD Questions News Group.

2003-09-25 Thread fbsd_user
The google search system stopped archiving FBSD news groups at the
start of 2002, so google search is useless. The FBSD  org site has
an archives search which is very out of date and the format in which
the info is presented makes it next to useless.

This is the best FBSD newsgroup search engine I have found
http://freebsd.rambler.ru/

Here is the guy who is running the site.  Vlad Shabanov
[EMAIL PROTECTED]

He has posted many times to the questions list telling readers about
his FBSD archive search engine.


Question.  Is the official FreeBSD Questions News Group search
http://minnie.tuhs.org/BSD-info/bsdnews_search.html which is found
at the FreeBSD.org site ever going to be upgraded into something
more useful?  As it is now, it's so primitive, and so very
un-user-friendly.  Why are the posted messages displayed with their
complete headers?  Useless info for someone searching for answers to
their FBSD problems.

The   http://freebsd.rambler.ru/  site is head and shoulders better
than what the FreeBSD.org site currently has.  Is there some way to
get the FreeBSD.org site to change to use this new site?

What other search engines are readers of the mailing list using?


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


Mirroring another machine w/ cvsup

2003-09-25 Thread Charles Howse
Hi,
I have 2 FBSD 4.8-RELEASE-p7 machines side-by-side on a home network,
curly and larry.
I want to mirror some directories from curly to larry with cvsup as an
exercise and as a backup.

The directories on curly I want to mirror are:
/root, /seeds, and /etc.

I have those working perfectly, now I want to add /usr/local/etc.

I created the directory /usr/local/etc/cvsup/sup/usr/local/etc on curly.
I created /usr/local/etc/cvsup/sup/usr/local/etc/etc.cvs and
/usr/local/etc/cvsup/sup/usr/local/etc/releases.

etc.cvs contains the lines:
Upgrade usr/local/etc
Rsymlink *

Releases contains the line:
Usr/local/etc list=etc.cvs prefix=/

When I start cvsupd -b /usr/local/etc/cvsup -C 1 -l /dev/stdout, I get:
# Listen failed: Port in use

I checked the handbook section on cvsup, may have missed the answer, but
no joy.
Can anyone point me to my error?


Thanks,
Charles

Got a computer with idle CPU time?
Join [EMAIL PROTECTED] and help make history!
http://setiathome.ssl.berkeley.edu/


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


Trouble with route

2003-09-25 Thread Antoine Fafard
I've just install a 4.8 box on my lan
But I can't access that box outside my network(a.b.c.0)
From that box, I'am able to ping the gateway but I cannot access the 
internet

my rc.conf :
defaultrouter=a.b.c.1
ifocnfig_xl0=inet a.b.c.4 netmask 255.255.255.0
hostname=backup.mylan.net
...
But when I check netstat -rn
I don't have any default gateway
netstat -rn | grep default
return empty.
ping a.b.c.1 is alright
but ping www.freebsd.org return ping: sendto: No route to host
I have compiled my kernel with IPFIREWALL
but my firewall type is OPEN so i'am not suppose to block anything.
when I type route get default I get: route: writing to routing socket: 
No such process

If anyone has an idea

Best regards

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


Re: Disable keyboard beep

2003-09-25 Thread Peder Blom
On Thu, 25 Sep 2003 14:39:56 +0100
[EMAIL PROTECTED] wrote:

 I am using FreeBSD 4.8 and 
 I would like to know
 how would I disable 
 the beep from keyboard 
 when I am in console mode prompt.
 


kbdcontrol -b off


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


RE: Disable keyboard beep

2003-09-25 Thread Stephane . Antoine
Many thanks Peder,

It works!!

Stephane


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 25 September 2003 14:59
To: Stephane Antoine
Cc: [EMAIL PROTECTED]
Subject: Re: Disable keyboard beep


On Thu, 25 Sep 2003 14:39:56 +0100
[EMAIL PROTECTED] wrote:

 I am using FreeBSD 4.8 and 
 I would like to know
 how would I disable 
 the beep from keyboard 
 when I am in console mode prompt.
 


kbdcontrol -b off


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



==
Confidentiality Notice

The information contained in this E-mail, and any attachments, is intended for
the named recipients only. It may contain confidential and/or privileged
information.

If you are not the intended recipient, you must not copy, distribute, or take
any action in reliance on it. Any views expressed do not necessarily reflect
the views of Panasonic Mobile Communications Development of Europe Limited.

Please note that whilst the company takes steps to protect against viruses it
cannot accept any liability for any damage, whether direct or indirect,
sustained as a result of any software viruses being transmitted.

If you receive this E-mail by mistake, please advise the sender by using the
reply facility in your E-mail software and then delete it.
==

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


RE: searching FBSD Questions News Group.

2003-09-25 Thread fbsd_user
Scoot  You should look closer at what google found. Not one of those
hits is from the FreeBSD-Questions NG.
http://groups.google.com/groups?q=FBSD_Userie=UTF-8oe=UTF-8hl=en;
btnG=Google+Search


Looks like all the hits come from lucky-freebsd.questions.   This is
not the official FBSD questions NG.
I emailed google and asked them, and that is the answer they gave
me.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Scott
Mitchell
Sent: Thursday, September 25, 2003 9:51 AM
To: fbsd_user
Cc: [EMAIL PROTECTED] ORG
Subject: Re: searching FBSD Questions News Group.

On Thu, Sep 25, 2003 at 09:40:16AM -0400, fbsd_user wrote:
 The google search system stopped archiving FBSD news groups at the
 start of 2002, so google search is useless.

Really?

A Google Groups search for your email address brings up a bunch of
posts to
freebsd-questions, written this year, at the top of the list.

The Rambler site looks pretty good though, and I agree that it would
be nice
if the 'official' search worked a bit better.  I seem to recall that
someone
was working on a replacement for it, they even put up an early
version for
people to play with, probably about a year ago now.  Whatever
happened to
that?

Scott

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

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


Re: Disable keyboard beep

2003-09-25 Thread Malcolm Kay
On Thu, 25 Sep 2003 23:09, [EMAIL PROTECTED] wrote:
 I am using FreeBSD 4.8 and
 I would like to know
 how would I disable
 the beep from keyboard
 when I am in console mode prompt.


# man kbdcontrol

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


Re: Limit login attempts (how do I do it)

2003-09-25 Thread Micheal Patterson




- Original Message - 
From: Bob Collins [EMAIL PROTECTED]
To: FreeBSD [EMAIL PROTECTED]
Sent: Wednesday, September 24, 2003 4:11 PM
Subject: Limit login attempts (how do I do it)


 A NB question here.

 I am trying to limit the number of allowed login attempts against my
 FreeBSD box. I cannot find anything for a limit to this other than;
 login-retries=x in the /etc/login.conf. This does not seem to work with
5.0
 Release, which is what I am running.

 A nudge to the FM or Man Pages would be helpful.

 Thanks
 Bob


To anyone else looking for this, here's how to change these settings.
They're defined in login.c:

#define TTYGRPNAME  tty   /* name of group to own ttys */
#define DEFAULT_BACKOFF 3
#define DEFAULT_RETRIES 10
#define DEFAULT_PROMPT  login: 
#define DEFAULT_PASSWD_PROMPT   Password:

Unless there's another way to do this, change those variables as desired and
recompile login.


--

Micheal Patterson
TSG Network Administration
405-917-0600

Confidentiality Notice:  This e-mail message, including any attachments, is
for the sole use of the intended recipient(s) and may contain confidential
and privileged information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of the original
message.



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


Re: Re:Re: Cat a directory

2003-09-25 Thread Jerry McAllister
 
 However, the purpose of cat is to write the contents of a file to STDOUT.
 And yes, in UNIX pretty much everything is considered a file. But that does
 not change the fact that people do not experience a directory as a file, and
 in their use of language also clearly differentiate between the two. You
 too. Besides, for the regular use of writing the contents of a directory to
 STDOUT, ls was created.
 
 Using cat /bin is a poor example, because everybody KNOWS /bin is a
 directory. But how about using a more realistic example? Say, cat
 /usr/libexec/sendmail? That happens to be a directory, but could easily be
 mistaken for a regular file (when found in a find output, for instance). And
 then a lot of crap scrolls through your terminal, which is potentially
 DANGEROUS. Just because you cannot fathom a legitimate situation in which a
 cat on a directory was unexpected and unintentional, does not mean that
 situation never occurs.
 
 I would like to see a switch added to cat, like -d, which specifically
 allows it to operate on directories too, for that once-in-a-million chance I
 actually need a hex dump on the directory as file. In fact, that behavior is
 already incorporated in the rm command:

Again, rm is something very different.

You just don't get it do you?!

If you want a special flag to make cat treat directories specially,
then go ahead and write it and submit it.   BUT DO NOT CHANGE THE
DEFAULT BEHAVIOR OF CAT OR YOUR MODIFICATION WILL BE REJECTED BECAUSE IT 
WOULD BREAK THOUSANDS OF SCRIPTS AND BE FOOLISH AND UNNECESSARY

Now, either contribute something or be done with it.

jerry

 
 The options are as follows:
 
   -d Attempt to remove directories as well as other types of files.
 
 So, in like fashion for cat:
 
   -d Attempt to write the raw contents of a directory too.
 
 - Mark
 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Sendmail vs. Postfix...

2003-09-25 Thread Payne
Ok, maybe I am little slow but I have 12 domains, with sendmail I could 
set them up in local-host-name, and I could set up what computer that 
had rights to send mail in relay-domains, and I don't see where you can 
set up mysql part and where to set up that users need a password to send 
mail.

Chuck

synrat wrote:

what do you mean postfix is hard to setup ?
It's fully functional after the installation, you can send e-mail
right away
and you only need a few changes to main.cf to accept e-mail.
The file is very well commented, save the changes, and run
'postfix reload' as root.
On Wed, 24 Sep 2003, Payne wrote:

 

Hey,

Quick question. How hard is it to set up Postfix. I am getting tried of
Sendmail. Is it hard to set up Postfix to access passwords  so that the
only mail can be sent.
Chuck

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

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



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


RE: searching FBSD Questions News Group.

2003-09-25 Thread fbsd_user
Went back to http://www.freebsd.org/search/index.html

And I see that the last entry  ' Freebsd mail archives search' now
points to http://freebsd.rambler.ru/
So it looks like the FBSD handbook has been updated to go to this
new site.

And it looks like the lucky.freebsd.questions NG is being populated
with the questions mailing list archives.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of fbsd_user
Sent: Thursday, September 25, 2003 10:09 AM
To: Scott Mitchell
Cc: [EMAIL PROTECTED] ORG
Subject: RE: searching FBSD Questions News Group.

Scoot  You should look closer at what google found. Not one of those
hits is from the FreeBSD-Questions NG.
http://groups.google.com/groups?q=FBSD_Userie=UTF-8oe=UTF-8hl=en;
btnG=Google+Search


Looks like all the hits come from lucky-freebsd.questions.   This is
not the official FBSD questions NG.
I emailed google and asked them, and that is the answer they gave
me.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Scott
Mitchell
Sent: Thursday, September 25, 2003 9:51 AM
To: fbsd_user
Cc: [EMAIL PROTECTED] ORG
Subject: Re: searching FBSD Questions News Group.

On Thu, Sep 25, 2003 at 09:40:16AM -0400, fbsd_user wrote:
 The google search system stopped archiving FBSD news groups at the
 start of 2002, so google search is useless.

Really?

A Google Groups search for your email address brings up a bunch of
posts to
freebsd-questions, written this year, at the top of the list.

The Rambler site looks pretty good though, and I agree that it would
be nice
if the 'official' search worked a bit better.  I seem to recall that
someone
was working on a replacement for it, they even put up an early
version for
people to play with, probably about a year ago now.  Whatever
happened to
that?

Scott

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

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

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


RE: Mirroring another machine w/ cvsup

2003-09-25 Thread Charles Howse
 Hi,
 I have 2 FBSD 4.8-RELEASE-p7 machines side-by-side on a home network,
 curly and larry.
 I want to mirror some directories from curly to larry with cvsup as an
 exercise and as a backup.
 
 The directories on curly I want to mirror are:
 /root, /seeds, and /etc.
 
 I have those working perfectly, now I want to add /usr/local/etc.
 
 I created the directory 
 /usr/local/etc/cvsup/sup/usr/local/etc on curly.
 I created /usr/local/etc/cvsup/sup/usr/local/etc/etc.cvs and
 /usr/local/etc/cvsup/sup/usr/local/etc/releases.
 
 etc.cvs contains the lines:
 Upgrade usr/local/etc
 Rsymlink *
 
 Releases contains the line:
 Usr/local/etc list=etc.cvs prefix=/
 
 When I start cvsupd -b /usr/local/etc/cvsup -C 1 -l 
 /dev/stdout, I get:
 # Listen failed: Port in use
 
 I checked the handbook section on cvsup, may have missed the 
 answer, but
 no joy.
 Can anyone point me to my error?

I have some further info...
'Listen failed: Port in use' is no longer an issue, I changed the cvsupd
command to:
# cvsupd -l /dev/stdout
Which makes it serve 1 client and then exit.

The issue now is that I cannot update /usr/local/etc.
After re-reading man cvsupd, I have done the following on curly:

# rm -dr /usr/local/etc/cvsup/sup/usr
# cd /usr/local/etc/cvsup/sup
# mkdir local
# cd local
# echo local list=local prefix=/usr/local/etc  releases
# echo upgrade local  local.cvs
# echo rsymlink *  local.cvs

And on larry, I edited my /etc/mirror-supfile to include:
*default base=/disk2
*default release=local
Local

Now cvsupd runs successfully on curly, *but* it shows:
0Kin+0Kout local/local
And no files are transferred from curly /usr/local/etc to larry /disk2/

What am I doing wrong?


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


How to tell When CVSUP updated?

2003-09-25 Thread Ben Dover
I have been looking at the cvsup3.freebsd.org site trying to figure out how 
to tell when RELENG_4_9_0_RELEASE is on the server.  How could I tell when 
it has been updated to 4.9 release sources?

_
Instant message with integrated webcam using MSN Messenger 6.0. Try it now 
FREE!  http://msnmessenger-download.com

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


x-mailer

2003-09-25 Thread synrat
I was wondering what's a good way to collect statistics about mailers
used to connect to the system ? grepping for x-mailer in mquee doesn't
feel very productive. mta - sendmail.

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


Re: saslauthd not working?

2003-09-25 Thread synrat
why would you want to maintain 2 password databases ?
I use saslautd -a pam


On Thu, 25 Sep 2003, Sunil Sunder Raj wrote:

 Hi,
 chmod 777 /usr/local/etc/sasldb
 As you are not sure which user is accessing the sasldb file.

 Regards
 SSR



 From: Charlie Schluting [EMAIL PROTECTED]
 To: Sunil Sunder Raj [EMAIL PROTECTED]
 Subject: Re: saslauthd not working?
 Date: Wed, 24 Sep 2003 08:39:14 -0700 (PDT)
 
 
 
 It looks like sasldb, because I get errrors like this sometimes:
 postfix/smtpd[7944]: unable to open Berkeley db /usr/local/etc/sasldb:
 Permission denied
 
 This is strange, because it has permissions set for group mail to rwx.
 
 :)
 Thanks for the response,
 Charlie
 
 On Wed, 24 Sep 2003, Sunil Sunder Raj wrote:
 
   Hi,
   What auth module do you want to use (sasldb, mysql).
  
   Regards
   SSR
  
  
   From: Charlie Schluting [EMAIL PROTECTED]
   To: [EMAIL PROTECTED]
   Subject: saslauthd not working?
   Date: Tue, 23 Sep 2003 17:32:33 -0700 (PDT)
   
   Hi,
   
   Trying to configure sasl with postfix.. and I keep getting Login
   Failed
   
   Here's what I have:
   
   telnet localhost 25:
   AUTH PLAIN Y2hhcm...
   535 Error: authentication failed
   
   The maillog simply shows:
   warning: localhost[127.0.0.1]: SASL PLAIN authentication failed
   
   /etc/rc.conf:
   sasl_saslauthd_enable=YES
   sasl_saslauthd_flags=-a getpwent
   
   /usr/local/lib/sasl2/smtpd.conf
   pwcheck_method: saslauthd
   mech_list: plain login
   
   I'm not using pam for anything else, so I figured that this method had
   the best chance of working :)
   Postfix is NOT chrooted, and postfix is in group mail.
   
   Postfix config:
   
 smtpd_sasl_auth_enable = yes
 smtpd_sasl_security_options = noanonymous
 smtpd_sasl_local_domain =
 broken_sasl_auth_clients = yes
   
   Here's the perms on saslauthd:
   drwxrwx---   2 cyrus  mail   512 Sep 23 17:27 saslauthd/
   
   Am I missing anything?
   I tried adding -d to saslauthd_flags in rc.conf. When I started
   saslauthd, it just hung there, like I expected, only, I didn't get any
   output when I tried to login to postfix.
   
   help would be greatly appreciated.
   
   -Charlie
   ___
   [EMAIL PROTECTED] mailing list
   http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   To unsubscribe, send any mail to
   [EMAIL PROTECTED]
  
   _
   Interact with peers. Learn from experts.
   http://server1.msn.co.in/sp03/teched/index.asp Be tech-empowered!
  

 _
 Attention NRIs! Banking worries?
 http://server1.msn.co.in/msnspecials/nriservices/index.asp Get smart tips.

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

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


Re: searching FBSD Questions News Group.

2003-09-25 Thread Scott Mitchell
On Thu, Sep 25, 2003 at 10:08:56AM -0400, fbsd_user wrote:
 Scoot  You should look closer at what google found. Not one of those
 hits is from the FreeBSD-Questions NG.
 http://groups.google.com/groups?q=FBSD_Userie=UTF-8oe=UTF-8hl=en;
 btnG=Google+Search
 
 
 Looks like all the hits come from lucky-freebsd.questions.   This is
 not the official FBSD questions NG.
 I emailed google and asked them, and that is the answer they gave
 me.

OK, you got me :-)  However, it's finding posts on newsgroups that mirror the
freebsd-questions mailing list, which amounts to the same thing, right?

Was there ever an 'official FBSD questions NG?'?  comp.unix.bsd.freebsd.misc
and comp.unix.bsd.freebsd.announce are still around and being archived, but
I didn't know there was ever anything under comp.* that mirrored the questions
mailing list.  I could be wrong though...

Scott

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


Re: Re:Re: Cat a directory

2003-09-25 Thread Mark
- Original Message - 
From: Jerry McAllister [EMAIL PROTECTED]
To: Mark [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Thursday, September 25, 2003 4:21 PM
Subject: Re: Re:Re: Cat a directory

But nonetheless very illustrative of how the OS takes into consideration an
unexpected, and probably unintended, behavior; namely, unlinking a
directory, whereas the user expects it to operate on regular files. Hence,
by default, it does NOT unlink directories, and only does so when you
specifically add the -d (-r) override. And that, to me, makes perfect sense.
Moreover, I feel the same logic should apply to cat.

 If you want a special flag to make cat treat directories specially,
 then go ahead and write it and submit it. BUT DO NOT CHANGE THE
 DEFAULT BEHAVIOR OF CAT OR YOUR MODIFICATION WILL BE REJECTED BECAUSE IT
 WOULD BREAK THOUSANDS OF SCRIPTS AND BE FOOLISH AND UNNECESSARY

Uh-uh; and no default behavior has ever been changed over the years, eh? :)
And what is with these thousands of scripts that would suddenly break
horribly? So far, I have only heard one good scenario: a specific instance
where one would wish to obtain a hex-dump on the actual contents of the
directory file; and I even doubt such a use would find its way to a script
(as it would probably be a one-time use for debugging/finding lost files or
something). In 99.9 percent you will find that cat is used on regular
files. That figure is actually probably closer to 99.9 percent; but I'll
be mild. When you spell it out like that, what should be default behavior
becomes clear.

 Now, either contribute something or be done with it.

I contributed a few clear, well-argumented reasons in favor of my position
that cat should change its default behavior. You, otoh, have only
demonstrated that you are a bully, and that you can yell real loud. Well,
that don't impress me much.

- Mark

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


Re: Re:Re: Cat a directory

2003-09-25 Thread Mark
[it seems I forgot a paragraph]

- Original Message - 
From: Jerry McAllister [EMAIL PROTECTED]
To: Mark [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Thursday, September 25, 2003 4:21 PM
Subject: Re: Re:Re: Cat a directory

  I would like to see a switch added to cat, like -d, which specifically
  allows it to operate on directories too, for that once-in-a-million
  chance I actually need a hex dump on the directory as file. In fact,
  that behavior is already incorporated in the rm command:

 Again, rm is something very different.

But nonetheless very illustrative of how the OS takes into consideration an
unexpected, and probably unintended, behavior; namely, unlinking a
directory, whereas the user expects it to operate on regular files. Hence,
by default, it does NOT unlink directories, and only does so when you
specifically add the -d (-r) override. And that, to me, makes perfect sense.
Moreover, I feel the same logic should apply to cat.

 If you want a special flag to make cat treat directories specially,
 then go ahead and write it and submit it. BUT DO NOT CHANGE THE
 DEFAULT BEHAVIOR OF CAT OR YOUR MODIFICATION WILL BE REJECTED BECAUSE IT
 WOULD BREAK THOUSANDS OF SCRIPTS AND BE FOOLISH AND UNNECESSARY

Uh-uh; and no default behavior has ever been changed over the years, eh? :)
And what is with these thousands of scripts that would suddenly break
horribly? So far, I have only heard one good scenario: a specific instance
where one would wish to obtain a hex-dump on the actual contents of the
directory file; and I even doubt such a use would find its way to a script
(as it would probably be a one-time use for debugging/finding lost files or
something). In 99.9 percent you will find that cat is used on regular
files. That figure is actually probably closer to 99.9 percent; but I'll
be mild. When you spell it out like that, what should be allowed to call
itself default behavior becomes clear.

 Now, either contribute something or be done with it.

I contributed a few clear, well-argumented reasons in favor of my position
that cat should change its default behavior. You, otoh, have only
demonstrated that you are a bully, and that you can yell real loud. Well,
that don't impress me much.

- Mark

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


fasttrack 100 and low write speed

2003-09-25 Thread Putinas
Hi all,

I have in my 4-STABLE system 2 drives in RAID 0 configuration:
ATA channel 2:
Master:  ad4 WDC WD600AB-22CBA1/04.07B04 ATA/ATAPI rev 5
Slave:   no device present
ATA channel 3:
Master:  ad6 WDC WD600AB-22CBA1/04.07B04 ATA/ATAPI rev 5
Slave:   no device present
and following controller
atapci0: Promise ATA100 controller port 
0x9800-0x983f,0xa000-0xa003,0xa400-0xa407,0xa800-0xa803,0xb000-0xb007 mem 
0xf080-0xf081 irq 9 at device 11.0 on pci2
( only this controller is sitting on irq 9 )
and I have noticed very low write speed with samba , transfer speeds are lower then 1 
mb/s, here is output from iostat
  tty ad2  ad4  ad6 cpu
 tin tout  KB/t tps  MB/s   KB/t tps  MB/s   KB/t tps  MB/s  us ni sy in id
   0 9813  0.00   0  0.00   0.00   0  0.00   0.00   0  0.00  16  0  5  3 76
   0   77  0.00   0  0.00  128.00   7  0.87  128.00   7  0.87   0  0  2  9 88
   0   78 128.00   1  0.12  128.00   7  0.87  128.00   7  0.87   1  0  4  9 87
   0   80  0.00   0  0.00  128.00   7  0.87  128.00   8  1.00   0  0  5 14 81
   0   79  0.00   0  0.00  128.00   6  0.75  128.00   6  0.75   0  0  2  3 95
   0   78  0.00   0  0.00  87.00  27  2.29  75.69  26  1.92   2  0  8 22 68

when read speed goes more then 8mb/s transfer via wire already, after playing with 
samba settings I found out what writing to ad2 drive which is not RAID0 part goes up 
to 7-8Mb/s without problem. So all my guessing about wrong samba or network tuning was 
wrong and I come to the point:
why writes to array are so slow ? Is it normal or there is a way to fix this somehow 
?

Please reply me directly to e-mail ( if there will be any ;-)

Thank you,
Putinas


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


Re: Question on FreeBSD name resolution

2003-09-25 Thread charles pelletier
You need to create a resolv.conf file. Your BSD box does not have the 
required information to be able to resolve ip addresses with FQDNs and it 
needs to have that information.

--charlie

_
Get McAfee virus scanning and cleaning of incoming attachments.  Get Hotmail 
Extra Storage!   http://join.msn.com/?PAGE=features/es

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


NFS problem..

2003-09-25 Thread Stefan Moro
Hello..
I'm running FreeBSD 5.1 on a computer configured as an nfs-client and
freebsd4.8 on a computer configured as an nfs-server. When I try to move
something from the client to a partition on the server mounted on the
client in fstab using mv the client crashes. The server should be working
fine since there is no problem when using mv from a FreeBSD4.8 client to
the server.

I can without any problem access the files on the nfs server, it's just
when using mv that the client crashes.

Here are some configurations on the client...

This line is used in fstab:
192.168.0.1:/usr/server nfs rw  0   0

These options are compiled into the kernel.
options NFSCLIENT   #Network Filesystem Client
options NFS_ROOT#NFS usable as root device,

Any help appreciated 
//stefan


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


cvsup - down?

2003-09-25 Thread Bill Moran
Hey all.

This seems like a really dumb question to me, but I'm having such a rough
last two weeks that I'd rather be sure by sounding stupid, than by looking
stupid.
What I'm doing is upgrading a machine to RELEASE_5_1 (to take care of the
recent arp problems) and I wasn't paying attention when I started cvsupping,
and accidentally started it cvsupping to HEAD instead.  I realized my
mistake halfway through and canceled it.  Then restarted it with the
proper tag=RELENG_5_1
Now, I'm looking at all the files that were checked out during the cvsup
to RELENG_5_1 and I'm a bit nervious.  I assume it's doing checkouts because
it's easier than doing reverse diffs? (or reverse diffs aren't even possible?)
While screwing this machine up wouldn't ruin my life, it would add
considerable time to what it would take to get it to where I wanted it (which
I can't really afford right now)
So, my question is: Can anyone say with confidence that this machine will
build a sane world/kernel for RELENG_5_1 after what I did?  If not, I'll
just wipe out /usr/src and install a fresh source and re-cvsup.
--
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


re: Trouble with route

2003-09-25 Thread charles pelletier
I hope this is a typo:
ifocnfig_xl0=inet a.b.c.4 netmask 255.255.255.0
if that is exactly what you've put in your /etc/rc.conf then there's your 
issue.
  ifocnfig  SHOULD BE ifconfig

Gateway YES

Can you paste your full rc.conf?

--charlie

_
Instant message with integrated webcam using MSN Messenger 6.0. Try it now 
FREE!  http://msnmessenger-download.com

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


Re: Disk geometry

2003-09-25 Thread DoubleF
On Wed, 24 Sep 2003 22:02:31 +0200 radu.florin [EMAIL PROTECTED] probably wrote:

 On Wed, 24 Sep 2003 16:20:42 -0500, Andrew L. Gould [EMAIL PROTECTED] 
 wrote:
 
  On Wednesday 24 September 2003 03:09 pm, Sergey DoubleF Zaharchenko 
  wrote:
  On Wed, 24 Sep 2003 17:11:49 +0200 radu.florin [EMAIL PROTECTED]
  probably wrote:
   Hi,
  
   I'm testing the coexistence of Win95, Linux Slackware and Free BSD 5.1
   on a single physical disk PC ( P133, 16Mo RAM, 3 GO dd).
   Just the time to see if I can boot to the OS I want to use.
   Then to install on a PC with 384 Mo RAM a 40 Go dd
   On the P133 I'm testing, all is working fine with Win and Slack.

  #boot0cfg -o nopacket /dev/ad0BUGS

This line should, of course, read

#boot0cfg -o nopacket /dev/ad0

(it was a mispaste from the man)

 
  (replace ad0 with the harddrive). man 8 boot0cfg for details. It says:
 
  man Use of the `packet' option may cause `boot0' to fail, depending 
  on
  the man nature of BIOS support.
 
  HTH

 I use for install purpose the floppies kern.flp, mfsroot.flp and 
 drivers.flp (for my CD )
 During the install I did'nt met security floppie proposal to initiate in 
 case of boot pb.
 As soon as install is finished, the only way to exit the install menu is 
 to...reboot.
 So what floppy can I use to try the boot0cfg routine you propose ?

I always have one diskette for such special cases;). Try googling for a
RIP diskette image, that's the one I am using. AFAIR it has boot0cfg;
if it doesn't, you can at least boot from it into a usable system (even
MC is there!), mount your / and /usr and run the boot0cfg binary which
is in /usr/sbin.

Example (FreeBSD is on ad0 on first slice):
#mount /dev/ad0s1a /mnt
#mount /dev/ad0s1e /mnt/usr
#/mnt/usr/boot0cfg -o nopacket /dev/ad0

HTH
-- 
DoubleF
Remember the golden rule:
Those that have the gold make the rules.


pgp0.pgp
Description: PGP signature


Re: cvsup - down?

2003-09-25 Thread David Landgren
Bill Moran wrote:
Hey all.

This seems like a really dumb question to me, but I'm having such a rough
last two weeks that I'd rather be sure by sounding stupid, than by looking
stupid.
What I'm doing is upgrading a machine to RELEASE_5_1 (to take care of the
recent arp problems) and I wasn't paying attention when I started 
cvsupping,
and accidentally started it cvsupping to HEAD instead.  I realized my
mistake halfway through and canceled it.  Then restarted it with the
proper tag=RELENG_5_1
I'd throw it all away and start again as you suggest as a second 
alternative.

This assumes you have a set up like I have: one machine that cvsup's 
against an official cvsup host, and then that machine is used the 
source for the rest of the machines. Makes the cvsups go really fast.

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


Seeking advice for new server: 4.8-REL vs. 4.9-BETA

2003-09-25 Thread Doug Poland
Hi,

On Monday, 29 Sep, I'll be building an apache/mysql server.  I usually
install from the latest release on CD then cvsup to -STABLE.  

My questions: 

Can I start with 4.9-BETA ISOs?  My thinking is that what's in
4.9-BETA will not be much different from -STABLE.  

What do others when building servers and we're on the cusp of a new
-RELEASE?

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


Re: Trouble with route

2003-09-25 Thread Antoine Fafard
sorry, that was a typo

my rc.conf  :

kern_securelevel_enable=NO
nfs_reserved_port_only=YES
sendmail_enable=YES
sshd_enable=YES
firewall_enable=YES
firewall_type=open
defaultrouter=a.b.c.1
ifconfig_xl0=inet a.b.c.4  netmask 255.255.255.0
hostname=backup.mydomain.net


charles pelletier wrote:

I hope this is a typo:

ifocnfig_xl0=inet a.b.c.4 netmask 255.255.255.0


if that is exactly what you've put in your /etc/rc.conf then there's 
your issue.
  ifocnfig  SHOULD BE ifconfig

Gateway YES

Can you paste your full rc.conf?

--charlie

_
Instant message with integrated webcam using MSN Messenger 6.0. Try it 
now FREE!  http://msnmessenger-download.com

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


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


Re: cvsup - down?

2003-09-25 Thread Bill Moran
David Landgren wrote:
Bill Moran wrote:

Hey all.

This seems like a really dumb question to me, but I'm having such a rough
last two weeks that I'd rather be sure by sounding stupid, than by 
looking
stupid.

What I'm doing is upgrading a machine to RELEASE_5_1 (to take care of the
recent arp problems) and I wasn't paying attention when I started 
cvsupping,
and accidentally started it cvsupping to HEAD instead.  I realized my
mistake halfway through and canceled it.  Then restarted it with the
proper tag=RELENG_5_1
I'd throw it all away and start again as you suggest as a second 
alternative.

This assumes you have a set up like I have: one machine that cvsup's 
against an official cvsup host, and then that machine is used the source 
for the rest of the machines. Makes the cvsups go really fast.
No, this machine will be cvsupping directly from a FreeBSD.org mirror,
which is another reason I'd prefer to use what I have if it's safe to
do so.
Thanks for the feedback.

--
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Seeking advice for new server: 4.8-REL vs. 4.9-BETA

2003-09-25 Thread Scott Schappell
Doug Poland wrote:

Hi,

On Monday, 29 Sep, I'll be building an apache/mysql server.  I usually
install from the latest release on CD then cvsup to -STABLE.  

My questions: 

Can I start with 4.9-BETA ISOs?  My thinking is that what's in
4.9-BETA will not be much different from -STABLE.  

What do others when building servers and we're on the cusp of a new
-RELEASE?
 

Speaking for myself, since I have people hosting on my server and what 
not, I'm sticking with 4.8 until it's passed EOL and patch as necessary 
then evaluate if the latest RELEASE offers any substantial improvements, 
if so, then I'll CVSup to the next RELEASE in the same branch I'm in 
(4.8  4.9).  The BETA is just that, and following -stable has revealed 
that while it's getting close to RELEASE, there's still some bugs.  It's 
depends on what you want. If you want stability, install the 4.8 ISO and 
CVS to 4.9 when it's RELEASEd, if you want to help bug hunt, grab BETA.

I always build with the latest RELEASE as I put stability ahead of being 
on the bleeding edge.

Hope my opinion helped :)

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


Re: burncd and /dev/acd0c ??

2003-09-25 Thread ivan georgiev
On Thursday 25 September 2003 07:01 am, Warren Block wrote:
 On Wed, 24 Sep 2003, ivan georgiev wrote:
  I am trying for first time to burn a CD under freebsd. I have read the
  man page for burncd, but I do not have /dev/acd0c created (only /dev/acd0
  is there).Is this a problem or not?

 It could be--in /dev with FreeBSD 4.8, I see acd0a, acd0c, acd1a and
 acd1c.  This is probably different under 5.x.

  Also, cdrecord -scanbus doesn't show anything...

 cdrecord is for SCSI, or if you are using atapicam to emulate SCSI with
 IDE devices.

Thanks Warren,

But as I said, there is only acd0 in /dev. No /dev/acd0c is created (I use 
5.1-current).
Do I have to emulate SCSI in order to use the CD writer?

Ivan

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


Re: converting ext3 to ffs

2003-09-25 Thread Shantanoo Mahajan
+-- David Benfell [freebsd] [24-09-03 23:00 IST]:
| On Wed, 24 Sep 2003 09:58:53 -0700, Mike Hogsett wrote:
|  
|  dump(8) and restore(8)* may do the trick.  I would recommend dumping from
|  an os where ext3 is native (e.g. linux) and then restore on a os where ffs
|  is native (e.g. FreeBSD).
|  
| This should be considered mandatory.  Linux support for ffs is broken
| -- and apparently no one cares enough to fix it.
| 
| And if there's any support for ext2/3 on the BSDs, it's news to me.
| 
man mount_ext2fs

also check out 
/usr/ports/sysutils/fsck_ext2fs

mount_ext2fs can mount ext3 FS. But if ext3 FS is
not unmounted properly, you have to use fsck_ext2fs
and then mount it.

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


Re: Re:Re: Cat a directory

2003-09-25 Thread Jerry McAllister
 
  Now, either contribute something or be done with it.
 
 I contributed a few clear, well-argumented reasons in favor of my position
 ^^^ wrong reasons
 that cat should change its default behavior. You, otoh, have only
 demonstrated that you are a bully, and that you can yell real loud. Well,
 that don't impress me much.

Just some people seem to need it.
Get a life.
Bye,

jerry

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


Re: Seeking advice for new server: 4.8-REL vs. 4.9-BETA

2003-09-25 Thread Scott Schappell
Doug Poland wrote:

I guess I have some confusion between what's -STABLE and -RELEASE and
when one becomes the other.  Better read up on it.
 

The way I understand it is there are three branches

CURRENT - the cutting edge source, use at your own risk, etc (5.x). This 
is a branch that is in development.
STABLE - this is the development branch for a current dot release. For 
example 4.9 right now is in the STABLE  branch and has gone through a 
certain level of testing in CURRENT.  4.9 right now is PRERELEASE, but 
it's still considered STABLE. Since it's still a dvelopment branch, it's 
prone to bugs (but not as many as CURRENT) as used primarily for 
contributors to the project or folks who want to stay as absolutely 
current in their current RELENG version (4).
RELEASE - this is a branch that is the most stable, it's only updated to 
fix security or system issues.

If you're tagging *default tag release=. (that's a literal . not a 
punctuation mark) then you're tracking CURRENT (5.x)
If you're tagging *default tag release=RELENG_4 you're tracking 4.x STABLE
If you're tagging *default tag release=RELENG_4_8 you're tracking 4.8 
RELEASE (security branch) - this is what I'm following in my cvsupfile.

Again, this is how I see it after reading the handbook, and I may be a 
bit off the mark :).

Cheers

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


Can't get cvsup to work behind NAT

2003-09-25 Thread Carlos Laviola
[ I'm not subscribed to this list yet, so please Cc: me on replies if
  you can. ]

Hi folks,

This is my first time installing and running FreeBSD, so I decided I'd
give it a shot in VMware first so I could be free to do stupid things.

Anyway, I have the system installed now, got some ports and all, and
wanted to check out RELENG_4_8 from a cvsup mirror to bring the system
up to date, but it just won't work.  Sometimes it gets stuck updating
src/UPDATING (to be sure, I erased it, and it manages to download it
again), but that's as far as it goes.  cvsup(1) says that if I can reach
the server's port 5999, I'm good to go.

Am I doing something wrong?

The host operating system behind VMware is Linux (Debian sid), by the
way.

Thanks,

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


SOLVED RE: Mirroring another machine w/ cvsup

2003-09-25 Thread Charles Howse
  Hi,
  I have 2 FBSD 4.8-RELEASE-p7 machines side-by-side on a 
 home network,
  curly and larry.
  I want to mirror some directories from curly to larry with 
 cvsup as an
  exercise and as a backup.
  
  The directories on curly I want to mirror are:
  /root, /seeds, and /etc.
  
  I have those working perfectly, now I want to add /usr/local/etc.
  
  I created the directory 
  /usr/local/etc/cvsup/sup/usr/local/etc on curly.
  I created /usr/local/etc/cvsup/sup/usr/local/etc/etc.cvs and
  /usr/local/etc/cvsup/sup/usr/local/etc/releases.
  
  etc.cvs contains the lines:
  Upgrade usr/local/etc
  Rsymlink *
  
  Releases contains the line:
  Usr/local/etc list=etc.cvs prefix=/
  
  When I start cvsupd -b /usr/local/etc/cvsup -C 1 -l 
  /dev/stdout, I get:
  # Listen failed: Port in use
  
  I checked the handbook section on cvsup, may have missed the 
  answer, but
  no joy.
  Can anyone point me to my error?
 
 I have some further info...
 'Listen failed: Port in use' is no longer an issue, I changed 
 the cvsupd
 command to:
 # cvsupd -l /dev/stdout
 Which makes it serve 1 client and then exit.
 
 The issue now is that I cannot update /usr/local/etc.
 After re-reading man cvsupd, I have done the following on curly:
 
 # rm -dr /usr/local/etc/cvsup/sup/usr
 # cd /usr/local/etc/cvsup/sup
 # mkdir local
 # cd local
 # echo local list=local prefix=/usr/local/etc  releases
 # echo upgrade local  local.cvs
 # echo rsymlink *  local.cvs
 
 And on larry, I edited my /etc/mirror-supfile to include:
 *default base=/disk2
 *default release=local
 Local
 
 Now cvsupd runs successfully on curly, *but* it shows:
 0Kin+0Kout local/local
 And no files are transferred from curly /usr/local/etc to 
 larry /disk2/
 
 What am I doing wrong?

I finally got it!
I changed the 'releases' file:
Local list=local.cvs prefix=/usr

Now it copies everything in curly /usr/local/ to larry /disk2/local/
After I think about it, even though that's more than I wanted
(/usr/local/etc), it's good to backup everything there, so I'm
satisfied.


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


Re: Seeking advice for new server: 4.8-REL vs. 4.9-BETA

2003-09-25 Thread Doug Poland
On Thu, Sep 25, 2003 at 11:11:05AM -0700, Scott Schappell wrote:
 Doug Poland wrote:
 
 I guess I have some confusion between what's -STABLE and -RELEASE and
 when one becomes the other.  Better read up on it.
  
 
 The way I understand it is there are three branches
 
 CURRENT - the cutting edge source, use at your own risk, etc (5.x). This 
 is a branch that is in development.
 STABLE - this is the development branch for a current dot release. For 
 example 4.9 right now is in the STABLE  branch and has gone through a 
 certain level of testing in CURRENT.  4.9 right now is PRERELEASE, but 
 it's still considered STABLE. Since it's still a dvelopment branch, it's 
 prone to bugs (but not as many as CURRENT) as used primarily for 
 contributors to the project or folks who want to stay as absolutely 
 current in their current RELENG version (4).
 RELEASE - this is a branch that is the most stable, it's only updated to 
 fix security or system issues.
 
That's a good explaination

 If you're tagging *default tag release=. (that's a literal . not a 
 punctuation mark) then you're tracking CURRENT (5.x)
 If you're tagging *default tag release=RELENG_4 you're tracking 4.x STABLE
 If you're tagging *default tag release=RELENG_4_8 you're tracking 4.8 
 RELEASE (security branch) - this is what I'm following in my cvsupfile.
 
Ah, makes more sense when you show it this way.

 Again, this is how I see it after reading the handbook, and I may be a 
 bit off the mark :).
 
Thanks again.

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


Re: antiviruos for FreeBSD mail server ?

2003-09-25 Thread Charles Swiger
On Thursday, September 25, 2003, at 03:39 AM, Armand Passelac wrote:
[ ... ]
In the community, the Vexira Antivirus seems to have a very very good 
reputation : http://www.centralcommand.com/vexira_mailarmor_linux.html

You can see this article for a good anti-virus list : 
http://www.tummy.com/articles/VirusScanners
Vexira/Central Command has a habit of astroturfing newsgroups and 
mailing lists attempting to sell their product.  They've made deceptive 
and misleading claims about the performance of their products on 
comp.mail.sendmail and refused to substantiate them.

	---

From: Per Hedeland ([EMAIL PROTECTED])
Subject: Re: Antivirus and sendmail
Newsgroups: comp.mail.sendmail
Date: 2002-09-16 16:35:06 PST
As I'm sure the faithful readers of this group has noticed, there is
some virus protection software called Vexira MailArmor out there. These
users have posted one or more articles praising it to the group in the
last month:
 Allen Campbell [EMAIL PROTECTED]
 Bob Culinski [EMAIL PROTECTED]
 Chris Jalowski [EMAIL PROTECTED]
 George Wilson [EMAIL PROTECTED]
 Henrik Stroemer [EMAIL PROTECTED]
 Jason T. Simon [EMAIL PROTECTED]
 Martin TauerBach [EMAIL PROTECTED]
Looking a bit closer at their postings, I noticed a strange coincidence:
They all use a newsreader called MicroPlanet Gravity v2.50. Now, I
know nothing about this newsreader, I'm sure it's great - but it doesn't
seem very common among the posters to this group. In fact, out of the
2000+ posts currently in my news spool, only 21 were made using it - and
strangely enough 15 of those talk about the abovementioned software (a
few of them are asking or answering questions about it rather than
praising it).
Or, put another way - if you want to buy virus protection software from
spammers, you know where to find it.
--Per Hedeland
[EMAIL PROTECTED]
-- forwarded message --

From: Chuck Swiger [EMAIL PROTECTED]
Newsgroups: comp.mail.sendmail
Subject: Re: Need to stop viruses from going through Sendmail
Date: Thu, 28 Nov 2002 18:27:41 + (UTC)
Kelvin Tigg [EMAIL PROTECTED] wrote:
Vexira MailArmor is also priced per domain with something like 5-6K 
users
included with a standard license. We chose the an unlimited license 
for us
though. Sure we looked at rav antivirus and had some issues with it 
but I
see no need to discuss all the problems we had with it here. When we 
tested
actual performance of the virus scanning  Vexira clearly is a true
enterprise class virus scanner for Sendmail. We pumped the test from
10-100-1000 msg per second and Vexira had no issues with the volume. I 
am
not here to persuade you to use anything I am simply posting our 
experience
with Vexira and what we found out.
My dear astroturfing friend, you should probably read the FTC's rules on
advertising and marketing:
http://www.ftc.gov/bcp/conline/pubs/buspubs/ruleroad.htm
http://www.ftc.gov/bcp/guides/endorse.htm
What's going to happen is that you are going to identify the hardware 
that you
tested Vexira with 1000 message per second throughput, as well as 
which
company you work for, and provide full disclosure of any connections 
you have
with Central Command per section 255.5 Disclosure of material 
connections.

Or a certain company in Ohio is going to learn something about 
jurisdiction.
Apropos of nothing in particular, if someone was found to have forged
endorsements from, say, Ford Motor Company, they might also learn 
something
about how understanding corporate laywers from large companies are, 
besides
having the FTC asking friendly questions.

I look forward to your response,
-Chuck
   Chuck Swiger | [EMAIL PROTECTED] | All your packets are belong 
to us.
   
-+---+---
   The human race's favorite method for being in control of the 
facts
is to ignore them.  -Celia Green

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


Java on FreeBSD

2003-09-25 Thread Kai Grossjohann
I went to /usr/ports/java/jdk14 and tried to install that thing.  It
produced a number of errors on build.  I ran make twice and here is
the output of the third make.

Maybe it's the wrong way to get Java on a FreeBSD system?
Or, even more likely, I did something stupid.

Kai


===  Building for jdk-1.4.1p3_3
# Start of jdk build
bsd i586 1.4.1-p3 build started: 03-09-25 20:58
gmake[1]: Entering directory `/usr/ports/java/jdk14/work/j2se/make'
gmake[1]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make'
if [ -r ./../../patch/make/Makefile ]; then \
  ( cd  ./../../patch/make; gmake sanity MAKEFLAGS= EXTERNALSANITYCONTROL=true 
CONTROL_TOPDIR=/usr/ports/java/jdk14/work/control CONTROL_TOPDIR_NAME=control 
ALT_J2SE_TOPDIR=./../../j2se 
ALT_OUTPUTDIR=/usr/ports/java/jdk14/work/control/build/bsd-i586 ALT_RTPATCH_DIR= 
ALT_BASE_IMAGE_ZIP= ALT_BASE_IMAGE_DIR= ALT_NEW_IMAGE_DIR= ; ); \
fi

Build Machine Information:
   build machine = 

Build Directory Structure:
   CWD = /usr/ports/java/jdk14/work/control/make
   TOPDIR = ./../..
   CONTROL_TOPDIR = ./../../control
   GENERICS_TOPDIR = ./../../generics
   HOTSPOT_TOPDIR = ./../../hotspot
   J2SE_TOPDIR = ./../../j2se
   MOTIF_TOPDIR = ./../../motif
   COBUNDLE_TOPDIR = ./../../cobundle

Hotspot Settings:
   HOTSPOT_BUILD_JOBS = 

Bootstrap Settings:
   BOOTDIR = /usr/local/linux-sun-jdk1.4.2_01 
   BOOTSTRAP J2SDK VERSION: 1.4.2_01
   OUTPUTDIR = /usr/ports/java/jdk14/work/control/build/bsd-i586 

Build Tool Settings:
   UNIXCOMMAND_PATH = /bin/ 
   COMPILER_PATH = /usr/bin/ 
   DEVTOOLS_PATH = /usr/local/bin/ 
   USRBIN_PATH = /usr/bin/ 
   MOTIF_DIR = /usr/X11R6 
   CC_VER = gcc (GCC) 3.3.1 [FreeBSD] Copyright (C) 2003 Free Software Foundation, 
Inc. This is free software; see the source for copying conditions.  There is NO 
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
   PATH = /sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin 

Build Directives:
   USE_ONLY_BOOTDIR_TOOLS =  
   USE_HOTSPOT_INTERPRETER_MODE =  
   PEDANTIC =  
   DEV_ONLY =  
   J2RE_ONLY =  
   NO_DOCS = YES 
   NO_IMAGES =  
   TOOLS_ONLY = true 
   INSANE =  

Build Platform Settings:
   PLATFORM = bsd 
   ARCH = i586 
   LIBARCH = i386 
   ARCH_FAMILY = i586 
   ARCH_DATA_MODEL = 32 
   OS_VERSION = 5.1-CURRENT 
   TRUE_PLATFORM = FreeBSD (5.x CURRENT way)
   FREE_SPACE = 3899148 

GNU Make Settings:
   MAKE = gmake 
   MAKE VERSION =  
   MAKECMDGOALS = sanity 
   MAKEFLAGS =  
   SHELL = /bin/sh 

Target Build Versions:
   JDK_VERSION = 1.4.1 
   MILESTONE = p3 
   BUILD_NUMBER = root_25_sep_2003_20_58 
   BUNDLE_DATE = 25_sep_2003 

External File/Binary Locations:
   HOTSPOT_SERVER_PATH = 
/usr/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/server 
   HOTSPOT_CLIENT_PATH = 
/usr/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/client 
   OPT_JAVAWS = 
/java/re/javaws/1.2/promoted/pit_tested/bundles/javaws-1_2-bsd-i586-i.zip 
   MOZILLA_PATH = /java/devtools 
   MOZILLA_HEADERS_PATH = /java/devtools/share/plugin 
   MOZILLA_LIBS_PATH = /java/devtools/bsd/plugin 
   MOTIF_DIR = /usr/X11R6 
   CACERTS_FILE = ./../src/share/lib/security/cacerts 

WARNING: Your build environment has the variable NO_DOCS
 defined. This will result in a development-only
 build of the J2SE workspace, lacking the documentation
 build.
 
WARNING: You do not have access to the Java Web Start binary. 
 These binaries may be optional for this build. Please 
 check your access to 
 /java/re/javaws/1.2/promoted/pit_tested/bundles/javaws-1_2-bsd-i586-i.zip 
 and/or check your value of ALT_JAVAWS_PATH. 
 This will make your images target build incomplete. 
 
Sanity check passed.
(cd  ./../build/bsd-i586/hotspot-i586/tmp; \
  gmake -f /usr/ports/java/jdk14/work/hotspot/build/bsd/Makefile product \
HOTSPOT_BUILD_VERSION=1.4.1-p3-root_25_sep_2003_20_58  
GAMMADIR=/usr/ports/java/jdk14/work/hotspot ; )
gmake[1]: Entering directory 
`/usr/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/tmp'
(cd bsd_i486_compiler2/product; gmake)
gmake[2]: Entering directory 
`/usr/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/tmp/bsd_i486_compiler2/product'
gmake[3]: Entering directory 
`/usr/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/tmp/bsd_i486_compiler2/product'
Rescanned ../generated/adfiles/bsd_i486.ad  but encountered no changes.
gmake[3]: Leaving directory 
`/usr/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/tmp/bsd_i486_compiler2/product'
gmake[3]: Entering directory 
`/usr/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/tmp/bsd_i486_compiler2/product'
Compiling /usr/ports/java/jdk14/work/hotspot/src/share/vm/prims/jni.cpp
/usr/ports/java/jdk14/work/hotspot/src/share/vm/prims/jni.cpp:929:50: pasting . and 
i does not give a valid preprocessing token

Re: converting ext3 to ffs

2003-09-25 Thread Ruben de Groot
On Thu, Sep 25, 2003 at 01:03:27AM +0530, Shantanoo Mahajan typed:
 +-- David Benfell [freebsd] [24-09-03 23:00 IST]:
 | On Wed, 24 Sep 2003 09:58:53 -0700, Mike Hogsett wrote:
 |  
 |  dump(8) and restore(8)* may do the trick.  I would recommend dumping from
 |  an os where ext3 is native (e.g. linux) and then restore on a os where ffs
 |  is native (e.g. FreeBSD).

This won't work. dump and restore are filesystem specific. Use a more 
generic tool like tar.

 |  
 | This should be considered mandatory.  Linux support for ffs is broken
 | -- and apparently no one cares enough to fix it.
 | 
 | And if there's any support for ext2/3 on the BSDs, it's news to me.
 | 
   man mount_ext2fs
 
   also check out 
   /usr/ports/sysutils/fsck_ext2fs
 
   mount_ext2fs can mount ext3 FS. But if ext3 FS is
   not unmounted properly, you have to use fsck_ext2fs
   and then mount it.
 
 -- 
 With Best Regards,
 Shantanoo Mahajan
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


floppydisk sized freebsd

2003-09-25 Thread charles pelletier
so i've got a laptop w/o a cdrom and i want to install bsd on it. before 
anyone asks, no, i don't have a reliable INET connection. I took a look at 
the floppy-freebsd page but i'm still not convinced on it. is there a 
reliable version in existence or should i not even bother at this point.

anyone?

--charlie

_
Add MSN 8 Internet Software to your existing Internet access and enjoy 
patented spam protection and more.  Sign up now!   
http://join.msn.com/?page=dept/byoa

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


build saslauthd with ldap support

2003-09-25 Thread Per olof Ljungmark
Hi all,

I'm trying to build the port cyrus-sasl2-saslauthd from ports with ldap 
support but cannot figure out what make command to issue in the ports tree.

Anybody who could enlighten me here?

Thanks,

Per olof

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


Re: build saslauthd with ldap support

2003-09-25 Thread Jez Hancock
On Thu, Sep 25, 2003 at 09:35:11PM +0200, Per olof Ljungmark wrote:
 Hi all,
 
 I'm trying to build the port cyrus-sasl2-saslauthd from ports with ldap 
 support but cannot figure out what make command to issue in the ports tree.
 
 Anybody who could enlighten me here?
Doesn't look like hte port explicitly caters for LDAP - in as much as
there's no 'WITH_LDAP' toggle :)

Have you read:
/usr/ports/security/cyrus-sasl2-saslauthd/work/cyrus-sasl-2.1.15/saslauthd/LDAP_SASLAUTHD

?

-- 
Jez

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


Java on FreeBSD

2003-09-25 Thread Robert Huff

Kai Grossjohann writes:

  I went to /usr/ports/java/jdk14 and tried to install that thing.  It
  produced a number of errors on build.  I ran make twice and here is
  the output of the third make.
  
  Maybe it's the wrong way to get Java on a FreeBSD system?
  Or, even more likely, I did something stupid.

I can't build it either (on 5.1), but I'm getting different
symptoms.
I have linux compatibility; I have linprocfs mounted.  I run
make and get:

===   jdk-nodebug-1.4.1p3_3 depends on executable: gm4 - found
===   jdk-nodebug-1.4.1p3_3 depends on executable: zip - found
===   jdk-nodebug-1.4.1p3_3 depends on file: /usr/X11R6/lib/libXm.so - found
===   jdk-nodebug-1.4.1p3_3 depends on file: 
/usr/local/linux-sun-jdk1.4.2_01/bin/javac - found
===   jdk-nodebug-1.4.1p3_3 depends on executable: gmake - found
===  Configuring for jdk-nodebug-1.4.1p3_3
===  Building for jdk-nodebug-1.4.1p3_3
# Start of jdk build
bsd i586 1.4.1-p3 build started: 03-09-21 13:04

... and there it hangs, for 16+ hours on my P$/2/2ghx.  top
shows two (linux) java processes running.
This is not right.  I mailed the maintainer, and got no
response.  Doesn anyone here have a clue as to what's broken?


Robert Huff



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


Re: build saslauthd with ldap support

2003-09-25 Thread Per olof Ljungmark
Jez Hancock wrote:
On Thu, Sep 25, 2003 at 09:35:11PM +0200, Per olof Ljungmark wrote:

Hi all,

I'm trying to build the port cyrus-sasl2-saslauthd from ports with ldap 
support but cannot figure out what make command to issue in the ports tree.

Anybody who could enlighten me here?
Doesn't look like hte port explicitly caters for LDAP - in as much as
there's no 'WITH_LDAP' toggle :)
Have you read:
/usr/ports/security/cyrus-sasl2-saslauthd/work/cyrus-sasl-2.1.15/saslauthd/LDAP_SASLAUTHD
Yes, I've read it.
Looking at the Makefile in /usr/ports/security/cyrus-sasl2-saslauthd, it 
says (part of)

.if defined(WITH_OPENLDAP_VER)
 WITH_OPENLDAP= yes
 WANT_OPENLDAP_VER= ${WITH_OPENLDAP_VER}
 .endif
 .if defined(WITH_OPENLDAP)
 .if defined(WANT_OPENLDAP_VER)  ${WANT_OPENLDAP_VER} == 12
 BROKEN=this port requires OpenLDAP = 2.0
 .endif
 USE_OPENLDAP=  yes
 CONFIGURE_ARGS+=--with-ldap=${PREFIX}
 .endif
I'm sure I can figure out how to build it with ldap as a normal 
configure-make-install, but I *want* to do it from the ports tree if 
possible.

Per olof

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


Re: burncd and /dev/acd0c ??

2003-09-25 Thread Guillaume
Lowell Gilbert wrote:
ivan georgiev [EMAIL PROTECTED] writes:


On Thursday 25 September 2003 07:01 am, Warren Block wrote:

On Wed, 24 Sep 2003, ivan georgiev wrote:

I am trying for first time to burn a CD under freebsd. I have read the
man page for burncd, but I do not have /dev/acd0c created (only /dev/acd0
is there).Is this a problem or not?
It could be--in /dev with FreeBSD 4.8, I see acd0a, acd0c, acd1a and
acd1c.  This is probably different under 5.x.

Also, cdrecord -scanbus doesn't show anything...
cdrecord is for SCSI, or if you are using atapicam to emulate SCSI with
IDE devices.
Thanks Warren,

But as I said, there is only acd0 in /dev. No /dev/acd0c is created (I use 
5.1-current).

/dev/acd0c does not exist in -CURRENT. Use /dev/acd0 instead.



Guillaume

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


Tape Conversion

2003-09-25 Thread Frank Jahnke
I have an old 9 track tape that, as luck would have it, contains a
substantial amount of code that is now of interest to me.  Does anyone
have a recommendation for someone who might either to transfer it to a
CD, or to make it available by ftp?  The file contents are all in tar
format, written from a Sun cluster under SunOS in the Sun 3 era
(remember those days?)

Your help would be most appreciated!

Frank Jahnke

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


Re: Ports woes.

2003-09-25 Thread K Anderson


Kent Stewart wrote:
On Monday 22 September 2003 08:45 pm, cuddlesomebunny wrote:

Could anybody explain to me what is up with ports?

I am using FreeBSD 5.x-p2 and I am using ports and am having one hell
of a time installing things.
Here's what is happeng.

I go to install ports and if it needs to get a dependency it goes and
fetches it and becomes the usual compile process. Except that the
dependency might already be installed with the exact version required
and so most of the time the ports error out telling me I need to make
deinstall on some dependency then make reinstall on it.
And don't even get me started on installing Apache. I tried
installing mod_php4 but before hand installed apache+ssl and so then
mod_php4 doesn't even see that apache is already installed and then
fetches the version it wants thus blowing out the apache+ssl and I
have to then reinstall that package to get ssl and apache.
If I do things with /stand/sysinstall it errors out on a dependency
if it is already installed instead of ignoring the fact that it is
already there and errors out. This particular behavour started around
4.8 or so. Maybe earlier but I don't seem to recall exactly when this
started to happen.
I tried using the portupgrade stuffs but that just seems to make
things worse overall.
Anybody got any hints as to why it seems ports is having these sorts
of problems? 


I don't have any idea what you problem is; however, there is an ongoing 
discussion on -current with people having port problems. What I 
remember is that the freeze has them locked and they can't patch the 
ports to build and install on -current until the port freeze is over. 
You might be caught by this problem or something entirely different.

Kent

M, could be. But would that explain why /stand/sysinstall can't 
install something just because a given dependency exists already on the 
system?

CS. Bunny.

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


Makefile for XFree86-fontScalable-4.3.0 port is broken?

2003-09-25 Thread Michael D. Harlan
Hi all,

I've researched this problem for the past week and have come up empty.  
Google and searching the archives of this mailing list returned only one
similar (unresolved) problem (see
http://www.freebsd.org/cgi/getmsg.cgi?fetch=2046277+2050234+/usr/local/www/db/text/2003/freebsd-questions/20030914.freebsd-questions).

I have started with a fresh installation of FreeBSD 5.1.  I then installed 
net/cvsup from ports and pulled down the latest ports tree.  Then I went 
to build gnome2-2.4.0 and only got so far:


---===[ cut here ]===---

luxor# make all install distclean | tee /usr/tmp/gnome2_build.txt
===  Installing for gnome2-2.4.0
===   gnome2-2.4.0 depends on file: /usr/X11R6/libexec/cdplayer_applet2 - not f
ound
===Verifying install for /usr/X11R6/libexec/cdplayer_applet2 in /usr/ports/
x11/gnomeapplets2
===   gnomeapplets2-2.4.0 depends on executable: gmake - found
===   gnomeapplets2-2.4.0 depends on file: 
/usr/local/libexec/libtool13/libtool
 - found
===   gnomeapplets2-2.4.0 depends on file: 
/usr/X11R6/libdata/pkgconfig/gnome-m
ime-data-2.0.pc - found
===   gnomeapplets2-2.4.0 depends on executable: pkg-config - found
===   gnomeapplets2-2.4.0 depends on shared library: gtop-2.0 - found
===   gnomeapplets2-2.4.0 depends on shared library: X11.6 - found
===   gnomeapplets2-2.4.0 depends on shared library: esd.2 - found
===   gnomeapplets2-2.4.0 depends on shared library: glib-2.0.200 - found
===   gnomeapplets2-2.4.0 depends on shared library: atk-1.0.400 - found
===   gnomeapplets2-2.4.0 depends on shared library: pango-1.0.200 - not 
found
===Verifying install for pango-1.0.200 in 
/usr/ports/x11-toolkits/pango
===  Installing for pango-1.2.5
===   pango-1.2.5 depends on file: 
/usr/X11R6/lib/X11/fonts/TTF/luximb.ttf - no
t found
===Verifying install for /usr/X11R6/lib/X11/fonts/TTF/luximb.ttf in 
/usr/po
rts/x11-fonts/XFree86-4-fontScalable
===   XFree86-fontScalable-4.3.0 depends on executable: ucs2any - found
===   XFree86-fontScalable-4.3.0 depends on file: 
/usr/X11R6/lib/X11/config/dat
e.def - found
===   XFree86-fontScalable-4.3.0 depends on shared library: X11.6 - found
===  Configuring for XFree86-fontScalable-4.3.0
(cd /usr/ports/x11-fonts/XFree86-4-fontScalable/work/xc/fonts/encodings   
imak
e -DUseInstalled -DProjectRoot=/usr/X11R6 -I/usr/X11R6/lib/X11/config  
-DTOPDIR=
../../.. -DCURDIR=.;  make Makefiles ;  make includes ;  make depend)
Makefile, line 664: Missing dependency operator
Makefile, line 666: Missing dependency operator
Makefile, line 667: Missing dependency operator
Makefile, line 668: Missing dependency operator
Makefile, line 669: Missing dependency operator
Makefile, line 671: Missing dependency operator
make: fatal errors encountered -- cannot continue
*** Error code 1

Stop in /usr/ports/x11-fonts/XFree86-4-fontScalable.
*** Error code 1

Stop in /usr/ports/x11-toolkits/pango.
*** Error code 1

Stop in /usr/ports/x11/gnomeapplets2.
*** Error code 1

Stop in /usr/ports/x11/gnome2.

---===[ cut here ]===---


It appears that there is a problem with 
/usr/ports/x11-fonts/XFree86-4-fontScalable/work/xc/fonts/encodings/Makefile, 
but more likely, I'm doing something wrong.  

Just in case the problem does exist in that Makefile, here are lines 664 
through 671:

---===[ cut here ]===---
MakeEncodings($(SUBDIRS) $(DONES),$(ENCODINGSDIR),. large)

CompEncodingTarget(adobe-dingbats)
CompEncodingTarget(adobe-standard)
CompEncodingTarget(adobe-symbol)
CompEncodingTarget(viscii1.1-1)

InstallEncodings($(ENCODINGSDIR))
---===[ cut here ]===---

I can include more of the Makefile if it helps, but I didn't want to flood 
this mailing list.

I appreciate any help you can offer.  Please let me know what I can do to 
help (send more of Makefile, send list of installed packages, etc.).  

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

- End forwarded message -


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


Re: mount an ftp or ssh filesystem

2003-09-25 Thread C. Ulrich
On Thu, 2003-09-25 at 04:34, Pascal Giannakakis wrote:
 Hello,
 
 i'd like to mount remote ftp and ssh dirs into my local dir-tree, however
 can't find info on that for FreeBSD. I can't find neither a port, nor something
 for the kernel (like LUFS in Lunix). Other network-FSs are not an option.
 BTW - If you wonder whats its use is: i would like to access the files i work
 on with different programming tools seamlessly.
 
 Is it possible at all in FreeBSD 5.1?
 
 TIA

I don't know for sure whether it's possible or not, but mounting a
remote FTP directory onto a local mount point does not sound like a good
idea.

You said that other network filesystems are not an option, but then
neither FTP or SSH (assuming you meant FTP tunnelled through SSH) are
networking filesystems either. The two popular implemtations of network
filesystems are NFS (Unix) and SMB (Unix via Samba, Windows). You should
take a close look at those since you will get much better performance
and security with them than by grafting an FTP directory to your
filesystem. If you need this in order to do your job and don't have
administrator access to the remote machine(s), then petition your system
administrator to look into NFS or SMB.

C. Ulrich
-- 
http://bityard.net

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


Sendmail: Refusing Connections, and authentication/relaying

2003-09-25 Thread Veritas
Two prime issues for me on this one.

First, and most crucial: sendmail seems to be set up and working fine; I can 
send mail from the local machine to other hosts.

However, I haven't been able to convince it to accept SMTP connections from 
other hosts. cyrus-imapd seems to be set up and running fine, but the smtp 
port is, according to a friend, filtered and unavailable. I've been trying to 
scan through the sendmail configuration readme as well as the FreeBSD 
handbook, and will continue looking, but as of this time I haven't found a 
way to open it up to outside connections. FreeBSD 5.1, sendmail 8.12.9, no 
firewall presently running.

Once I can get sendmail accepting connections, it brings me to point B: Is it 
possible to set up sendmail so that local users can send to wherever, but 
remote users have to authenticate to do so(and can basically use my server as 
a remote mail host)? I don't want to run sendmail promiscuously, but it would 
be very nice if I could convince it to allow authenticated remote users to 
send to anywhere.

Or am I confused on the definition of relay? If it doesn't apply to people 
who use authentication, I'm already fine, and can just work on setting up 
secure auth.

-BB

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


RE: Sendmail: Refusing Connections, and authentication/relaying

2003-09-25 Thread Gil Agno Virtucio
if you want to configure smtp auth using sendmail you can 
try this one. it worked for me.

:)

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

hope this helps...



-Original Message-
From: Veritas [mailto:[EMAIL PROTECTED]
Sent: Friday, September 26, 2003 8:36 AM
To: [EMAIL PROTECTED]
Subject: Sendmail: Refusing Connections, and 
authentication/relaying

Two prime issues for me on this one.

First, and most crucial: sendmail seems to be set up and 
working fine; I can 
send mail from the local machine to other hosts.

However, I haven't been able to convince it to accept SMTP 
connections from 
other hosts. cyrus-imapd seems to be set up and running 
fine, but the smtp 
port is, according to a friend, filtered and unavailable. 
I've been trying to 
scan through the sendmail configuration readme as well as 
the FreeBSD 
handbook, and will continue looking, but as of this time I 
haven't found a 
way to open it up to outside connections. FreeBSD 5.1, 
sendmail 8.12.9, no 
firewall presently running.

Once I can get sendmail accepting connections, it brings 
me to point B: Is it 
possible to set up sendmail so that local users can send 
to wherever, but 
remote users have to authenticate to do so(and can 
basically use my server as 
a remote mail host)? I don't want to run sendmail 
promiscuously, but it would 
be very nice if I could convince it to allow authenticated 
remote users to 
send to anywhere.

Or am I confused on the definition of relay? If it 
doesn't apply to people 
who use authentication, I'm already fine, and can just 
work on setting up 
secure auth.

-BB

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

** Get your free E-Mail account at WWW.DIGITELONE.COM **
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: build saslauthd with ldap support

2003-09-25 Thread Jez Hancock
On Thu, Sep 25, 2003 at 10:51:19PM +0200, Per olof Ljungmark wrote:
 Jez Hancock wrote:
 On Thu, Sep 25, 2003 at 09:35:11PM +0200, Per olof Ljungmark wrote:
 I'm trying to build the port cyrus-sasl2-saslauthd from ports with ldap 
 support but cannot figure out what make command to issue in the ports 
 tree.
 
 Anybody who could enlighten me here?
 
 Doesn't look like hte port explicitly caters for LDAP - in as much as
 there's no 'WITH_LDAP' toggle :)
 
 Have you read:
 /usr/ports/security/cyrus-sasl2-saslauthd/work/cyrus-sasl-2.1.15/saslauthd/LDAP_SASLAUTHD
 
 Yes, I've read it.
 Looking at the Makefile in /usr/ports/security/cyrus-sasl2-saslauthd, it 
 says (part of)
 .if defined(WITH_OPENLDAP_VER)
  WITH_OPENLDAP=   yes
  WANT_OPENLDAP_VER=   ${WITH_OPENLDAP_VER}
  .endif
  .if defined(WITH_OPENLDAP)
  .if defined(WANT_OPENLDAP_VER)  ${WANT_OPENLDAP_VER} == 12
  BROKEN=  this port requires OpenLDAP = 2.0
  .endif
  USE_OPENLDAP=yes
  CONFIGURE_ARGS+=--with-ldap=${PREFIX}
  .endif
 
 I'm sure I can figure out how to build it with ldap as a normal 
 configure-make-install, but I *want* to do it from the ports tree if 
 possible.
Sorry I must have grep'd for ladp or somesuch!  I didn't see that make
env vbl in the Makefile.

So what happens when you run:

make clean  make install -DWITH_OPENLDAP

in the saslauthd ports dir?  Sorry I don't have access to a test box
right now to try this.

-- 
Jez

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


help on 802.11

2003-09-25 Thread Vinicius Brasil
Need to know what mailing list I should contact about setting up 802.11b.

I want to be able to have my wireless nic be configured on boot up to 
connect to the access-point, which is wep protected, and get an IP address 
from the DHCP server.

thanks

_
Instant message with integrated webcam using MSN Messenger 6.0. Try it now 
FREE!  http://msnmessenger-download.com

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


Re: Ports woes.

2003-09-25 Thread Kris Kennaway
On Thu, Sep 25, 2003 at 04:05:59PM -0700, K Anderson wrote:

 Does this possibly clear up things?

Yeah, that's all expected behaviour..

1) when upgrading ports you have to upgrade ports in the correct
order, i.e. if X depends on Y then you have to update Y before you
update X.  sysinstall doesn't do this, ports will at least notice that
you have tried to install a new version of Y on top of an old version
or have tried to update X when you should have first updated Y.  The
easiest way to update ports in the correct order is to use the
portupgrade port.

2) packages depend explicitly on other packages, in particular if you
have apache-X installed and it's looking for apache-Y then it will try
to install it, and won't be satisfied by the apache-X installation.

Kris



pgp0.pgp
Description: PGP signature


Re: Tape Conversion

2003-09-25 Thread Greg 'groggy' Lehey
On Thursday, 25 September 2003 at 15:03:05 -0700, Frank Jahnke wrote:
 I have an old 9 track tape that, as luck would have it, contains a
 substantial amount of code that is now of interest to me.  Does anyone
 have a recommendation for someone who might either to transfer it to a
 CD, or to make it available by ftp?  The file contents are all in tar
 format, written from a Sun cluster under SunOS in the Sun 3 era
 (remember those days?)

The biggest problem is to find a tape unit which can read the files.
Do you have one?  If so, what's it like?

Given the capacity of such tapes, your best bet is probably to read in
the entire tape to disk with dd, and then play around with it.  If
it's tar, you should be able to read it directly.

Greg
--
When replying to this message, please copy the original recipients.
If you don't, I may ignore the reply or reply to the original recipients.
For more information, see http://www.lemis.com/questions.html
See complete headers for address and phone numbers


pgp0.pgp
Description: PGP signature


Re: RealTek Nic Chip

2003-09-25 Thread Greg 'groggy' Lehey
On Thursday, 25 September 2003 at 15:07:43 -0700, Tony A, Fields wrote:
 Howdy,
 Great OS! Smooth as silk! Extremely fast and responsive.

 Have question though. I had to put a D-Link DFE-530TX PCI card in one of
 the PCI slots in the system that the OS was installed on because the
 motherboard (SHUTTLE FN41) has an integrated RealTek 8201BL NIC that was
 not responding during installation. I was wondering if there is any way to
 get the chip to function?

 When I boot and look at the output of dmesg I note the following:
 rl0: D-Link DFE-530TX+ 10/100BaseTX port 0xc000-0xc0ff mem
 0xee00-0xeeff irq 11 at device 6.0 pci1

Heh.  That's a Realtek card.  

 Any ideas on whether I can get the on-board NIC to work?

Well, the first thing to do is to look at the output from ifconfig and
pciconf -vl.

Greg
--
When replying to this message, please copy the original recipients.
If you don't, I may ignore the reply or reply to the original recipients.
For more information, see http://www.lemis.com/questions.html
See complete headers for address and phone numbers


pgp0.pgp
Description: PGP signature


Re: mount an ftp or ssh filesystem

2003-09-25 Thread JacobRhoden

 i'd like to mount remote ftp and ssh dirs into my local dir-tree, however

This would be really really nice wouldnt it, I looked into it and didnt find 
anything at all. One day I may learn how to code it and do it myself. (I dont 
know enough about how write devices to do it yet). I would happy team up with 
anyone to write the ftp code side of it though.


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


Re: help on 802.11

2003-09-25 Thread Michael Lee(HINET)
Have you read the Handbook ?
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-wireless.html


- Original Message - 
From: Vinicius Brasil [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, September 26, 2003 9:30 AM
Subject: help on 802.11


 Need to know what mailing list I should contact about setting up 802.11b.

 I want to be able to have my wireless nic be configured on boot up to
 connect to the access-point, which is wep protected, and get an IP address
 from the DHCP server.

 thanks

 _
 Instant message with integrated webcam using MSN Messenger 6.0. Try it now
 FREE!  http://msnmessenger-download.com

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


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


problems writing to smbfs mount

2003-09-25 Thread C. Ulrich
Greetings,

I finally got smbfs to mount a Samba share to a specific directory at
boot time (without prompting for the password) via /etc/fstab. However,
I still have a problem.  I can read all files and directories just fine.
My permissions are correct. But whenever I try to write to the share,
the write fails and an error is returned, no such file or directory.
If I try to replace a file on the share that already exists I get
permission denied. Windows XP has no problem reading, writing, or
otherwise accessing the share, which is why I'm posting it here instead
of to a Samba list. Nothing particularly helpful showed up in a google
or rambler search.

Perhaps a more detailed explanation is in order.

The remote server is Samba 3.0.0rc4. The local machine is FreeBSD
5.1-RELEASE. Samba is using the following smb.conf (which I realize
isn't very secure, it's just for testing at the moment):

[global]
netbios name = POWERFACE
workgroup = EILNET
security = share
log file = /usr/local/samba/var/log.samba
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
encrypt passwords = yes
wins support = yes
[smbshare]
path = /nfs/share
guest ok = yes
writeable = yes

I then added a user with smbpasswd named eil. Now on the FreeBSD
machine, I made sure to enable the correct options in the kernel config
file and rebuilt whatever needed rebuilding followed by a reboot. I
created the following /root/.nsmbrc so that FreeBSD could mount the
share at runtime without it prompting for a password.

[default]
nbns=192.168.0.3
workgroup=EILNET

[powerface:eil:smbshare]
addr=192.168.0.3
password=pass

Next I added the line for /etc/fstab:

//[EMAIL PROTECTED]/smbshare /home/eil/share smbfs  rw,noauto   0  
0

Finally, I took smbfs.sh.sample and copied it to
/usr/local/etc/rc.d/smbfs.sh and rebooted. FreeBSD mounts the share in
the proper location automatically and I can read every file and
directory. But when I try to copy, move, or otherwise write a file to
the share I get:

[apex:~]$ cp .profile share/
cp: share/.profile: No such file or directory

And when I try to copy or otherwise write to a file that already exists
on the share, I get a different error:

[apex:~]$ cp share/code/tcl/dbtest.tcl temp/
[apex:~]$ cp temp/dbtest.tcl share/code/tcl/
cp: share/code/tcl/dbtest.tcl: Permission denied

Anybody have any enlightening advice?

C. Ulrich
-- 
http://bityard.net

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


install issues

2003-09-25 Thread default013
Hello,

I've installed FreeBSD enough times, but have never had anything like this
happen before. I searched the mailing list archives and couldn't find
anything of use there either ... I was wondering if anyone has had any
similar issues ...

I've tested this with a storebought 4.2 version disk, and burned ISOs of
4.1, 4.3, and 4.8. Each time I attempt the install I run into the same
problem:

System boots up, begins reading the CD ROM and takes me to the kernel
configuration screen. I can select either of the options, but when it goes
to the sysinstall screen I get a brief flash of sysinstall and 1 of 2 things
happen: most of the time the system reboots itself displaying no error
messages or 2 rarely the system will stay at sysinstall, and after flashing
the screen for a second displays a distorted image of sysinstall under which
all I can see is basically a grey background with blue bars on it. I can
move the selection around, but if I select something the system reboots.

The system is running on a p3 733 mhz processor with 384M SDRAM on a 133
Bus. Motherboard is a Intel D815EGEW that is brand new. Has 2 IBM 80G hard
drives and a Netgear network card ... that's about it ...

I've tried using a different (beside the built-in) video card and had the
same problem. I tried disabling one of the hard disks and had the same
problem, and also tried disabling the CD ROM device (it is very old) just in
case ... but run into the same problem every time. The same thing happens
even when using boot diskettes.

Anyone have any idea why this would happen? I've tried everything I can
think of and am stumped! Could it be the motherboard? Its an Intel ...

Thanks,

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


Re: install issues

2003-09-25 Thread Chris
On Thursday 25 September 2003 10:24 pm, default013 wrote:
 Hello,

Perhaps it's the media itself? Look into a nice siver coated CD-R instead of 
the nifty multi colored ones etc.

Seems to me, that would be the easiest and least expensive way to determine a 
problem.


 I've installed FreeBSD enough times, but have never had anything like this
 happen before. I searched the mailing list archives and couldn't find
 anything of use there either ... I was wondering if anyone has had any
 similar issues ...

 I've tested this with a storebought 4.2 version disk, and burned ISOs of
 4.1, 4.3, and 4.8. Each time I attempt the install I run into the same
 problem:

 System boots up, begins reading the CD ROM and takes me to the kernel
 configuration screen. I can select either of the options, but when it goes
 to the sysinstall screen I get a brief flash of sysinstall and 1 of 2
 things happen: most of the time the system reboots itself displaying no
 error messages or 2 rarely the system will stay at sysinstall, and after
 flashing the screen for a second displays a distorted image of sysinstall
 under which all I can see is basically a grey background with blue bars on
 it. I can move the selection around, but if I select something the system
 reboots.

 The system is running on a p3 733 mhz processor with 384M SDRAM on a 133
 Bus. Motherboard is a Intel D815EGEW that is brand new. Has 2 IBM 80G hard
 drives and a Netgear network card ... that's about it ...

 I've tried using a different (beside the built-in) video card and had the
 same problem. I tried disabling one of the hard disks and had the same
 problem, and also tried disabling the CD ROM device (it is very old) just
 in case ... but run into the same problem every time. The same thing
 happens even when using boot diskettes.

 Anyone have any idea why this would happen? I've tried everything I can
 think of and am stumped! Could it be the motherboard? Its an Intel ...

 Thanks,

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

-- 

Best regards,
 Chris
__

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

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


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


Re: install issues

2003-09-25 Thread default013
Chris,

Thank you, but yes I've done that. I actually went and bought the best
CD-R's I could find at my local store. They are silver coated and work just
fine ... but that isn't the problem ... I've even used a storebought FreeBSD
CD Rom and have the same issue ...

Jordan

- Original Message - 
From: Chris [EMAIL PROTECTED]
To: default013 [EMAIL PROTECTED]; FreeBSD-Questions
[EMAIL PROTECTED]
Sent: Thursday, September 25, 2003 10:29 PM
Subject: Re: install issues


 On Thursday 25 September 2003 10:24 pm, default013 wrote:
  Hello,

 Perhaps it's the media itself? Look into a nice siver coated CD-R instead
of
 the nifty multi colored ones etc.

 Seems to me, that would be the easiest and least expensive way to
determine a
 problem.

 
  I've installed FreeBSD enough times, but have never had anything like
this
  happen before. I searched the mailing list archives and couldn't find
  anything of use there either ... I was wondering if anyone has had any
  similar issues ...
 
  I've tested this with a storebought 4.2 version disk, and burned ISOs of
  4.1, 4.3, and 4.8. Each time I attempt the install I run into the same
  problem:
 
  System boots up, begins reading the CD ROM and takes me to the kernel
  configuration screen. I can select either of the options, but when it
goes
  to the sysinstall screen I get a brief flash of sysinstall and 1 of 2
  things happen: most of the time the system reboots itself displaying no
  error messages or 2 rarely the system will stay at sysinstall, and after
  flashing the screen for a second displays a distorted image of
sysinstall
  under which all I can see is basically a grey background with blue bars
on
  it. I can move the selection around, but if I select something the
system
  reboots.
 
  The system is running on a p3 733 mhz processor with 384M SDRAM on a 133
  Bus. Motherboard is a Intel D815EGEW that is brand new. Has 2 IBM 80G
hard
  drives and a Netgear network card ... that's about it ...
 
  I've tried using a different (beside the built-in) video card and had
the
  same problem. I tried disabling one of the hard disks and had the same
  problem, and also tried disabling the CD ROM device (it is very old)
just
  in case ... but run into the same problem every time. The same thing
  happens even when using boot diskettes.
 
  Anyone have any idea why this would happen? I've tried everything I can
  think of and am stumped! Could it be the motherboard? Its an Intel ...
 
  Thanks,
 
  Jordan
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]

 -- 

 Best regards,
  Chris
 __

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

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



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


Re: install issues

2003-09-25 Thread default013
P.S.

I forgot to mention. I tested installing Windows on the same machine to see
if that would cause any problems, but I had no problems installing Windows
on the same machine ...

Jordan

- Original Message - 
From: Chris [EMAIL PROTECTED]
To: default013 [EMAIL PROTECTED]; FreeBSD-Questions
[EMAIL PROTECTED]
Sent: Thursday, September 25, 2003 10:29 PM
Subject: Re: install issues


 On Thursday 25 September 2003 10:24 pm, default013 wrote:
  Hello,

 Perhaps it's the media itself? Look into a nice siver coated CD-R instead
of
 the nifty multi colored ones etc.

 Seems to me, that would be the easiest and least expensive way to
determine a
 problem.

 
  I've installed FreeBSD enough times, but have never had anything like
this
  happen before. I searched the mailing list archives and couldn't find
  anything of use there either ... I was wondering if anyone has had any
  similar issues ...
 
  I've tested this with a storebought 4.2 version disk, and burned ISOs of
  4.1, 4.3, and 4.8. Each time I attempt the install I run into the same
  problem:
 
  System boots up, begins reading the CD ROM and takes me to the kernel
  configuration screen. I can select either of the options, but when it
goes
  to the sysinstall screen I get a brief flash of sysinstall and 1 of 2
  things happen: most of the time the system reboots itself displaying no
  error messages or 2 rarely the system will stay at sysinstall, and after
  flashing the screen for a second displays a distorted image of
sysinstall
  under which all I can see is basically a grey background with blue bars
on
  it. I can move the selection around, but if I select something the
system
  reboots.
 
  The system is running on a p3 733 mhz processor with 384M SDRAM on a 133
  Bus. Motherboard is a Intel D815EGEW that is brand new. Has 2 IBM 80G
hard
  drives and a Netgear network card ... that's about it ...
 
  I've tried using a different (beside the built-in) video card and had
the
  same problem. I tried disabling one of the hard disks and had the same
  problem, and also tried disabling the CD ROM device (it is very old)
just
  in case ... but run into the same problem every time. The same thing
  happens even when using boot diskettes.
 
  Anyone have any idea why this would happen? I've tried everything I can
  think of and am stumped! Could it be the motherboard? Its an Intel ...
 
  Thanks,
 
  Jordan
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]

 -- 

 Best regards,
  Chris
 __

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

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



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


Upgrading HD difficulties

2003-09-25 Thread Jesse Sheidlower

I have been trying for some time to upgrade the HD in my
FreeBSD 4.8 laptop, attempting many different things but
all with no success.

I don't have a separate enclosure for it, and it being a
laptop I can only put in one drive at a time. My basic plan
has been to back up the current HD to another computer,
install the new HD, boot from the Mini CD, use the Fixit shell
on the CD to mount the new HD, mount the other computer over
NFS, and transfer everything into the newly mounted directory.

Originally I tried with dump, but I kept getting loads of
errors, so I switched to tar. I made one tarfile of /usr
(which is relatively large), and one of everything else.

For example:

# mount_nfs 192.168.1.2:/OtherComputerHD /mnt2

# newfs /dev/ad0s1
# mount /dev/ad0s1 /mnt
# cd /mnt
# tar xf /mnt2/original.tar
# tar xf /mnt2/original-usr.tar

(I actually had to install mount and tar onto the NFS 
filesystem and run them from there; I'm not showing that
here.)

I then rebooted, from the new HD this time, rather than
the CD, and things started to work OK. But eventually I
ran into filesystem problems--sync problems, or other 
things, and I had to run fsck -y manually to fix them. But
though this did clean the filesystem, the stuff that was
there wasn't what I had untar'd into place--it seemed to
be a bare minimun copy of the OS. This has repeated more
than once.

I obviously don't know what I'm doing, but would be very
grateful for any suggestions for how to get this new HD
in. I want it to be exactly the same as the existing one,
but with more room; I'm not trying to do anything fancy
or switch anything around. Especially by this point I'm
willing to do anything to get things working again, as
I really need my computer back!

Thanks for any ideas.

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


Re: install issues

2003-09-25 Thread Chris
On Thursday 25 September 2003 10:38 pm, default013 wrote:
 P.S.

 I forgot to mention. I tested installing Windows on the same machine to see
 if that would cause any problems, but I had no problems installing Windows
 on the same machine ...

Hmm, almost seems to me it may be the way your burning it.  Sounds like 
something isn't being dittoed correctly. Are you duplicating this under 
Windows or under Unix? That may be the key - other then that, I have no clue.


 Jordan

 - Original Message -
 From: Chris [EMAIL PROTECTED]
 To: default013 [EMAIL PROTECTED]; FreeBSD-Questions
 [EMAIL PROTECTED]
 Sent: Thursday, September 25, 2003 10:29 PM
 Subject: Re: install issues

  On Thursday 25 September 2003 10:24 pm, default013 wrote:
   Hello,
 
  Perhaps it's the media itself? Look into a nice siver coated CD-R instead

 of

  the nifty multi colored ones etc.
 
  Seems to me, that would be the easiest and least expensive way to

 determine a

  problem.
 
   I've installed FreeBSD enough times, but have never had anything like

 this

   happen before. I searched the mailing list archives and couldn't find
   anything of use there either ... I was wondering if anyone has had any
   similar issues ...
  
   I've tested this with a storebought 4.2 version disk, and burned ISOs
   of 4.1, 4.3, and 4.8. Each time I attempt the install I run into the
   same problem:
  
   System boots up, begins reading the CD ROM and takes me to the kernel
   configuration screen. I can select either of the options, but when it

 goes

   to the sysinstall screen I get a brief flash of sysinstall and 1 of 2
   things happen: most of the time the system reboots itself displaying no
   error messages or 2 rarely the system will stay at sysinstall, and
   after flashing the screen for a second displays a distorted image of

 sysinstall

   under which all I can see is basically a grey background with blue bars

 on

   it. I can move the selection around, but if I select something the

 system

   reboots.
  
   The system is running on a p3 733 mhz processor with 384M SDRAM on a
   133 Bus. Motherboard is a Intel D815EGEW that is brand new. Has 2 IBM
   80G

 hard

   drives and a Netgear network card ... that's about it ...
  
   I've tried using a different (beside the built-in) video card and had

 the

   same problem. I tried disabling one of the hard disks and had the same
   problem, and also tried disabling the CD ROM device (it is very old)

 just

   in case ... but run into the same problem every time. The same thing
   happens even when using boot diskettes.
  
   Anyone have any idea why this would happen? I've tried everything I can
   think of and am stumped! Could it be the motherboard? Its an Intel ...
  
   Thanks,
  
   Jordan
   ___
   [EMAIL PROTECTED] mailing list
   http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   To unsubscribe, send any mail to
   [EMAIL PROTECTED]
 
  --
 
  Best regards,
   Chris
  __
 
  PGP Fingerprint = D976 2575 D0B4 E4B0 45CC AA09 0F93 FF80 C01B C363
 
  PGP Mail encouraged / preferred - keys available on common key servers
  __
 01010010011101100011011001010111001001011000

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

-- 

Best regards,
 Chris
__

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

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


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


Re: Java on FreeBSD

2003-09-25 Thread Dragoncrest

  Maybe it's the wrong way to get Java on a FreeBSD system?
  Or, even more likely, I did something stupid.
I can't build it either (on 5.1), but I'm getting different
symptoms.
Actually, the only one I've gotten to build, install, and run 
correctly is the 1.3 version.  I have yet to get 1.4 to even build.

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


Re: Sound Card - NOT

2003-09-25 Thread Psyche101
Hiya 

Tried splay, same result. Also ran xmms from an xterm, no errors or
verbose output of any kind, all seemed smooth. I have found stacks of
esound dirs on my setup, not sure which one I should be looking at,
couldn't see one attached to xmms, found and opened the artsd folder I
could find, but it was some serious stuff, way over my head, couldn't
read it.Been bopping to hi for a day now,LOL, need some new
sounds, any other ideas ?

Andrew Kozak

On Fri, 2003-09-26 at 06:50, Sergey DoubleF Zaharchenko wrote:
 On 25 Sep 2003 09:12:23 +1000 Psyche101 [EMAIL PROTECTED] probably wrote:
 
  Hiya
  
  Thanks - a little messing around, and some very helpful information from
  Sergey and Danny have got my sound card recognised. Only small problem
  is that hissing sound that you get fromcat /dev/urandom/dev/dsp is
  all I can get (at least it's a sound :~))when running xmms, kaboodle, or
  just the system sounds in control panel. I unplugged the speakers
  (Double checking just in case)and when I tried to run xmms, it said that
  my sound card was configured properly and was working fine (just my luck
  to install a tone deaf xmms version LOL)but it was plugged into the
  wrong outlet - so I put it back, and get the hissing back.
  Any idea what is going on ? The system tell me I have it right, but I
  don't :/
  
 
 Good. The next thing to check is the esound/artsd/whatever is used in
 XMMS. I don't use XMMS, so I can't tell you for sure. Try launching an
 xterm and running XMMS without the '' to read any warning messages that
 may come along. They might be of some help.
 
 At the moment, you may consider using splay, which doesn't have a
 graphics interface, but at least should play normally, as it writes
 directly to /dev/dsp. Of course it's in the ports.
 
 -- 
 DoubleF
 Even water tastes bad when taken on doctors orders.
-- 
I went upstairs and had a smoke, somebody spoke and I went into a
dream...

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


Re: install issues :) figured it out

2003-09-25 Thread default013
There was _one_ thing I didn't check ... I went and switched out the RAM,
turns out one of the chips was causing the problem ... Doh. Another 200
bucks down the drain.

THanks!
- Original Message - 
From: Chris [EMAIL PROTECTED]
To: default013 [EMAIL PROTECTED]; FreeBSD-Questions
[EMAIL PROTECTED]
Sent: Thursday, September 25, 2003 10:47 PM
Subject: Re: install issues


 On Thursday 25 September 2003 10:38 pm, default013 wrote:
  P.S.
 
  I forgot to mention. I tested installing Windows on the same machine to
see
  if that would cause any problems, but I had no problems installing
Windows
  on the same machine ...

 Hmm, almost seems to me it may be the way your burning it.  Sounds like
 something isn't being dittoed correctly. Are you duplicating this under
 Windows or under Unix? That may be the key - other then that, I have no
clue.

 
  Jordan
 
  - Original Message -
  From: Chris [EMAIL PROTECTED]
  To: default013 [EMAIL PROTECTED]; FreeBSD-Questions
  [EMAIL PROTECTED]
  Sent: Thursday, September 25, 2003 10:29 PM
  Subject: Re: install issues
 
   On Thursday 25 September 2003 10:24 pm, default013 wrote:
Hello,
  
   Perhaps it's the media itself? Look into a nice siver coated CD-R
instead
 
  of
 
   the nifty multi colored ones etc.
  
   Seems to me, that would be the easiest and least expensive way to
 
  determine a
 
   problem.
  
I've installed FreeBSD enough times, but have never had anything
like
 
  this
 
happen before. I searched the mailing list archives and couldn't
find
anything of use there either ... I was wondering if anyone has had
any
similar issues ...
   
I've tested this with a storebought 4.2 version disk, and burned
ISOs
of 4.1, 4.3, and 4.8. Each time I attempt the install I run into the
same problem:
   
System boots up, begins reading the CD ROM and takes me to the
kernel
configuration screen. I can select either of the options, but when
it
 
  goes
 
to the sysinstall screen I get a brief flash of sysinstall and 1 of
2
things happen: most of the time the system reboots itself displaying
no
error messages or 2 rarely the system will stay at sysinstall, and
after flashing the screen for a second displays a distorted image of
 
  sysinstall
 
under which all I can see is basically a grey background with blue
bars
 
  on
 
it. I can move the selection around, but if I select something the
 
  system
 
reboots.
   
The system is running on a p3 733 mhz processor with 384M SDRAM on a
133 Bus. Motherboard is a Intel D815EGEW that is brand new. Has 2
IBM
80G
 
  hard
 
drives and a Netgear network card ... that's about it ...
   
I've tried using a different (beside the built-in) video card and
had
 
  the
 
same problem. I tried disabling one of the hard disks and had the
same
problem, and also tried disabling the CD ROM device (it is very old)
 
  just
 
in case ... but run into the same problem every time. The same thing
happens even when using boot diskettes.
   
Anyone have any idea why this would happen? I've tried everything I
can
think of and am stumped! Could it be the motherboard? Its an Intel
...
   
Thanks,
   
Jordan
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]
  
   --
  
   Best regards,
Chris
   __
  
   PGP Fingerprint = D976 2575 D0B4 E4B0 45CC AA09 0F93 FF80 C01B C363
  
   PGP Mail encouraged / preferred - keys available on common key servers
   __
  01010010011101100011011001010111001001011000
 
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]

 -- 

 Best regards,
  Chris
 __

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

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



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


Re: Tape Conversion

2003-09-25 Thread Greg 'groggy' Lehey
On Thursday, 25 September 2003 at 20:44:48 -0700, Frank Jahnke wrote:
 On Thu, 2003-09-25 at 19:16, Greg 'groggy' Lehey wrote:
 On Thursday, 25 September 2003 at 15:03:05 -0700, Frank Jahnke wrote:
 I have an old 9 track tape that, as luck would have it, contains a
 substantial amount of code that is now of interest to me.  Does anyone
 have a recommendation for someone who might either to transfer it to a
 CD, or to make it available by ftp?  The file contents are all in tar
 format, written from a Sun cluster under SunOS in the Sun 3 era
 (remember those days?)

 The biggest problem is to find a tape unit which can read the files.
 Do you have one?  If so, what's it like?

 I don't have such a drive, and that's the issue (other than the age of
 the tape).  I have had one kind response from from a newsgroup member
 who has the hardware, and is willing to do the conversion.  I'll let you
 know how it turns out, if you like.

I suppose it could be interesting.  Note the footer of my message,
which you copied:

 When replying to this message, please copy the original recipients.
 If you don't, I may ignore the reply or reply to the original recipients.

 Given the capacity of such tapes, your best bet is probably to read in
 the entire tape to disk with dd, and then play around with it.  If
 it's tar, you should be able to read it directly.

 The tape is largely empty; I would guess that it has only about 5 MB of
 info on it.  It was my thought to do as you suggest, but I have not
 talked in detail with the offerer.  May I send your note along?

Sure, the message was public, and it'll be archived on the web.

Greg
--
When replying to this message, please copy the original recipients.
If you don't, I may ignore the reply or reply to the original recipients.
For more information, see http://www.lemis.com/questions.html
Finger [EMAIL PROTECTED] for PGP public key
See complete headers for address and phone numbers


pgp0.pgp
Description: PGP signature


Re: problems writing to smbfs mount

2003-09-25 Thread Erick Smith
I tried to do this a while back and ran into the same problems that you 
mention.   

I eventually gave up and wrote a shell script to mount the smb share.  I put 
this in the /usr/home/etc/rc.d directory.

It isn't fstab then, but accomplishes the same thing, plus it won't crash your 
boot process if the smb share is unavailable when you boot.



On Thursday 25 September 2003 08:17 pm, C. Ulrich wrote:
 Greetings,

 I finally got smbfs to mount a Samba share to a specific directory at
 boot time (without prompting for the password) via /etc/fstab. However,
 I still have a problem.  I can read all files and directories just fine.
 My permissions are correct. But whenever I try to write to the share,
 the write fails and an error is returned, no such file or directory.
 If I try to replace a file on the share that already exists I get
 permission denied. Windows XP has no problem reading, writing, or
 otherwise accessing the share, which is why I'm posting it here instead
 of to a Samba list. Nothing particularly helpful showed up in a google
 or rambler search.

 Perhaps a more detailed explanation is in order.

 The remote server is Samba 3.0.0rc4. The local machine is FreeBSD
 5.1-RELEASE. Samba is using the following smb.conf (which I realize
 isn't very secure, it's just for testing at the moment):

 [global]
 netbios name = POWERFACE
 workgroup = EILNET
 security = share
 log file = /usr/local/samba/var/log.samba
 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
 encrypt passwords = yes
 wins support = yes
 [smbshare]
 path = /nfs/share
 guest ok = yes
 writeable = yes

 I then added a user with smbpasswd named eil. Now on the FreeBSD
 machine, I made sure to enable the correct options in the kernel config
 file and rebuilt whatever needed rebuilding followed by a reboot. I
 created the following /root/.nsmbrc so that FreeBSD could mount the
 share at runtime without it prompting for a password.

 [default]
 nbns=192.168.0.3
 workgroup=EILNET

 [powerface:eil:smbshare]
 addr=192.168.0.3
 password=pass

 Next I added the line for /etc/fstab:

 //[EMAIL PROTECTED]/smbshare /home/eil/share smbfs  rw,noauto   0
 0

 Finally, I took smbfs.sh.sample and copied it to
 /usr/local/etc/rc.d/smbfs.sh and rebooted. FreeBSD mounts the share in
 the proper location automatically and I can read every file and
 directory. But when I try to copy, move, or otherwise write a file to
 the share I get:

 [apex:~]$ cp .profile share/
 cp: share/.profile: No such file or directory

 And when I try to copy or otherwise write to a file that already exists
 on the share, I get a different error:

 [apex:~]$ cp share/code/tcl/dbtest.tcl temp/
 [apex:~]$ cp temp/dbtest.tcl share/code/tcl/
 cp: share/code/tcl/dbtest.tcl: Permission denied

 Anybody have any enlightening advice?

 C. Ulrich

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


Re: Java on FreeBSD

2003-09-25 Thread Erick Smith
I actually got 1.4 to build a while ago, I'm not sure if it does now.  Bear in 
mind though, 1.4 is considered alpha AFAIK.  I couldn't get my java stuff to 
execute properly, so I'm back on the linux-sun version :(


On Thursday 25 September 2003 09:07 pm, Dragoncrest wrote:
Maybe it's the wrong way to get Java on a FreeBSD system?
Or, even more likely, I did something stupid.
 
  I can't build it either (on 5.1), but I'm getting different
 symptoms.

  Actually, the only one I've gotten to build, install, and run
 correctly is the 1.3 version.  I have yet to get 1.4 to even build.

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

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