Re: Incoming mail refused by sendmail

2003-03-03 Thread Konrad Neitzel
Roger 'Rocky' Vetterberg [EMAIL PROTECTED] wrote:

 Kjell wrote:

  /etc/mail/local-host.names
  tina.la3sg.net

  /etc/mail/virtusertable
  [EMAIL PROTECTED]  [EMAIL PROTECTED]
  @la3sg.net  [EMAIL PROTECTED]

If you tell sendmail, that it is also tina.la3sg.net, then mails to 
that host will be stored localy. If you want, that tina receives its 
mails, you should remove that entry in the list of local names.

With kind regards,

Konrad Neitzel

--
SoftMediaTec GmbH
Tel: 0172 / 689 31 45
Fax: 069 / 90 50 99 53

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


Re: Ok, KDE/Help .. after my moans what now ?

2003-03-03 Thread Lauri Watts
On Monday 03 March 2003 02.19, Cliff Sarginson wrote:
 Hello,
 Ok so portupgrde did not work in installing the latest KDE.
 I cannot get KDE to run at all.
 I get errors about libintl being missing.
 Plus a mysterious and new requirement to tell make I have a Matrox 450
 card.

That's not a requirement, it's an option, if you want special support for that 
card from something that offers it.   Probably X itself, certainly nothing 
related to KDE.

*What* says libintl is missing? which binary? there is no binary called KDE, 
something specifically must be giving these problems.  

Does upgrading gettext help.  You *need* to keep your dependencies up to date 
as well as the port you're trying to upgrade, these things are not developed 
in a vacuum.

 Plus the fact I cannot even re-intall KDE from the 4.7 ISO CD's.
 I get the highly useful message Error -1.

From what? The CD-Rom drive? KDE? What KDE binary? From pkg_add? from 
Portupgrade? from tcsh?  From Raelian clones?

Who knows.

 Now, correct me if I am wrong.
 The tag for ports should always be ., since the do not follow any kind
 of upgrade system like the release does.
 Why does portupgrade try to find 4.8-PRELEASE ports ?
 This is nonsense.
 From where is it getting this idea ?

uname -a

Because you are trying to make it install packages, for a branch that doesn't 
exist yet.  I honestly could explain this, but it would take more time than I 
have this precise minute, and wouldn't help you fix anything anyway.  

So here's my Lauri's rules to upgrading ports and stuff

1: Don't mix pkg_add -r and portupgrade, you *will* have problems.  You can 
mix make install and portupgrade, in most cases.  

2: Run pkgdb -F before you try to do anything.  Follow it's instructions to 
the letter.  *Fix* your pkgdb before you continue.  If you don't understand 
what it's asking you, cut and paste what it says into an email and ask.  
Don't give anecdotes or paraphrase the errors, if you do we *cannot* help 
you.

3: Have an up to date portsdb -u.  Run it after every cvsup.  Most everyone 
will advise you do portsdb -Uu and it won't hurt if you do, but it will 
take exponentially longer.  You'll have a shiny up to date index out of it 
though.  portsdb -u is the one that portupgrade needs to be up to date to 
work effectively.
Ignore the complaints it makes about anything, you only have an actual problem 
if it fails to complete it's run.
If it actually fails, cut and paste what it says into an email and ask.  Don't 
give anecdotes or paraphrase the errors, if you do we *cannot* help you.

4: Don't try to upgrade piecemeal if other ports are out of date.  The problem 
you describe above probably relate to a out of date dependency ports, but I 
can't be totally sure without the info from pkg_info -Ia.   Don't 
paraphrase that output, cut and paste it into an email, or I can't help you 
(are you seeing a pattern here?)

*ALL* dependencies must be up to date, before you try to upgrade something 
like KDE.It probably won't build with an old version of anything that it 
depends on, and if it does, it might not work.  If you really have your 
system in such a mess as I suspect, it's amazing anything is working. 

You can get in a situation where a particular binary finds it is missing a 
particular library dependency (your libintl problem) if you install a binary 
package that was built with a different *version* of the library than the one 
you now have installed.  

pkgdb -F will show you these as stale dependencies, but it can't necessarily 
fix them, because this is something that can only be fixed by recompiling.  

You have two choices:
4a: Recompile the affected binary package against the currently installed 
version of the library,
4b: Reinstall packages of *both* the binary and the library, that were built 
against each other.   

Taking that second option, will likely cause the problem to reappear in 
anything else you've built locally.  This is precisely why I say don't mix 
pkg_add and portupgrade/make install - use one way, or use the other, or be 
prepared to spend endless hours fixing things by hand.

5: Report build problems with ports *to the maintainer* with the output of 
pkg_info -Ia, the output of uname -a, the output of configure from the 
affected port (run it again with script, if you must) and config.log from the 
wrkdir.  With these things, we stand a really good chance of diagnosing your 
problems.Don't paraphrase any of the error logs, cut and paste them.  We 
really can't help you without them.

6: If you've done make build in a port and it fails, do this:
make clean
cvsup your ports
try it again
*BEFORE* you report a problem.

If you've done portupgrade in a port, do the above anyway.

If you really want your system fixed, and to understand how to safely upgrade 
things in place, you need to learn how to complain and report problems 
effectively.  I highly suggest the following pages as reading, right now, 
before you go any 

Re: Incoming mail refused by sendmail

2003-03-03 Thread Kjell Midtseter
On Monday,  3 March 2003 at  9:23:54 +0100, Roger 'Rocky' Vetterberg wrote:
 
 Kjell wrote:
 I have a gateway (sexy.la3sg.net) connected to my 
 ISP through a ADSL line. On my LAN I have a 
 workstation (tina.la3sg.net) I would like to set up 
 sendmail so that external mail to [EMAIL PROTECTED] 
 arrives at user sexy on sexy.la3sg.net, and mail to 
 [EMAIL PROTECTED] ends up at user tina on box 
 tina.la3sg.net
 
 What works: External mail to [EMAIL PROTECTED] 
 ends up at user sexy.
 
 What does not work: External mail to 
 [EMAIL PROTECTED], [EMAIL PROTECTED] or 
 [EMAIL PROTECTED] are all returned to sender with 
 a message from my ISPs mailer-daemon saying that
 [EMAIL PROTECTED]: host sexy.la3sg.net[217.13.29.172] said: 550 5.7.1
 [EMAIL PROTECTED]... Relaying denied (in reply to RCPT TO command)
 
 My config files contains:
 
 /etc/mail/access
 217.13.29.172   RELAY
 192.168.1   RELAY
 mail.broadpark.no   OK
 
 /etc/mail/local-host.names
 la3sg.net
 sexy.la3sg.net
 tina.la3sg.net
 
 /etc/mail/virtusertable
 [EMAIL PROTECTED]  [EMAIL PROTECTED]
 [EMAIL PROTECTED]  [EMAIL PROTECTED]
 @la3sg.net  [EMAIL PROTECTED]
 
 What am I missing?
 Kjell
 
 
 The name of the config file should be /etc/mail/local-host-names, not 
 /etc/mail/local-host.names

Now [EMAIL PROTECTED] works!!!
But [EMAIL PROTECTED] is returned to sender with the message:
[EMAIL PROTECTED]: host sexy.la3sg.net said: 550.1.1
[EMAIL PROTECTED]... user unknown
Then I removed the la3sg.net entry from local-host-names, and the message changed to
[EMAIL PROTECTED].. Relaying denied
Kjell
 
 --
 R
 
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message

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


Re: Incoming mail refused by sendmail

2003-03-03 Thread Kjell Midtseter
On Monday,  3 March 2003 at  9:59:06 +0200, Konrad Neitzel wrote:
 Roger 'Rocky' Vetterberg [EMAIL PROTECTED] wrote:
 
  Kjell wrote:
 
   /etc/mail/local-host.names
   tina.la3sg.net
 
   /etc/mail/virtusertable
   [EMAIL PROTECTED]  [EMAIL PROTECTED]
   @la3sg.net  [EMAIL PROTECTED]
 
 If you tell sendmail, that it is also tina.la3sg.net, then mails to 
 that host will be stored localy. If you want, that tina receives its 
 mails, you should remove that entry in the list of local names.

I removed the tina@ entry from virtusertable, and now sexy.la3sg.net tells me:
[EMAIL PROTECTED] ... Relaying denied (in reply to RCPT TO command)

Gruesse Kjell
 
 With kind regards,
 
 Konrad Neitzel
 
 --
 SoftMediaTec GmbH
 Tel: 0172 / 689 31 45
 Fax: 069 / 90 50 99 53
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message

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


[no subject]

2003-03-03 Thread ed
Whether there are Russian mail-list?

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


test

2003-03-03 Thread ed
test



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


Re: Incoming mail refused by sendmail

2003-03-03 Thread Giorgos Keramidas
On 2003-03-03 09:51, Kjell Midtseter [EMAIL PROTECTED] wrote:
/etc/mail/local-host.names
la3sg.net
sexy.la3sg.net
tina.la3sg.net

/etc/mail/virtusertable
[EMAIL PROTECTED]  [EMAIL PROTECTED]
[EMAIL PROTECTED]  [EMAIL PROTECTED]
@la3sg.net  [EMAIL PROTECTED]

What am I missing?

 The name of the config file should be /etc/mail/local-host-names,
 not /etc/mail/local-host.names

 Now [EMAIL PROTECTED] works!!!
 But [EMAIL PROTECTED] is returned to sender with the message:
 [EMAIL PROTECTED]: host sexy.la3sg.net said: 550.1.1
 [EMAIL PROTECTED]... user unknown

This is because there is no local user called 'tina'.

 Then I removed the la3sg.net entry from local-host-names, and the
 message changed to
 [EMAIL PROTECTED].. Relaying denied

Why did you remove la3sg.net from local-host-names?  It *is* your
local host's name after all.

Try adding it again and removing the rest of the stuff you have there.

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


Re: Ok, KDE/Help .. after my moans what now ?

2003-03-03 Thread Jud
On Sun, 2 Mar 2003 19:16:37 -0800, Gary D Kline [EMAIL PROTECTED] wrote:

[snip]
	I tried to get the FBSD vers of mozilla working (with plugins)
	for a month.  It wasn't until I installed linux-mozilla that 
	everythng worked here.  Flash, shockwave, real-audio...
Not sure if this is responsible for some or all of the difficulties you 
had, but there is no native FreeBSD version of some of the plugins you 
mention.  This has also resulted in complaints of some plugins not working 
with the native FreeBSD version of Opera.  I haven't tried FreeBSD's flash 
plugin wrapper because I'm using the Linux version of Opera, but IIRC 
others have reported happy results.

Jud

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


Re: log rotation

2003-03-03 Thread Chad Kline
for i in /var/run/*.pid; do kill -1 `head -n 1 $i`; done

Thank you, this seems to have solved my problem nicely :)

 Since I upgraded to FreeBSD 4.7, I notice the
 following problem:

 Once a month when my log files rotate
 (simply gzipping the old, and the creating a new empty log file
 via a cron job) the log files stay empty.  all permissions and
 ownerships are correct.  it takes a reboot - then the
 daemons are able to fill up the new log files - but not
 until a reboot.
Daemons write logs to a file descriptor (fd) without a syscall it can't
change fd.
using mv on a local file system use rename(), so fd is the same, and
daemon fills this fd. Usually you can send a kill -HUP to the daemon to
make him look for a new fd.
tipically :
mv current.log old.log
fills old.log
kill -HUP pid of daemon
fills current.old
gzip -9 old.old
and it should work

clem


_
STOP MORE SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail

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


Re: Russian mail-list?

2003-03-03 Thread Alexey V. Litvinov
you can't open browser and type aport.ru and then type
freebsd and click search? ;)

- Original Message - 
From: ed [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, March 03, 2003 8:22 PM
Subject: Russian mail-list?


 Whether there are Russian mail-list?
 



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


Re: Ok, KDE/Help .. after my moans what now ?

2003-03-03 Thread Stijn Hoop
On Sun, Mar 02, 2003 at 07:16:37PM -0800, Gary D Kline wrote:
   I've been having much the same experience.  Trying to upgrade
   things let go too long on my 4.7-PRE system has been nearly'
   futile.  
 
   I like having src, like most of us hackers.  But take Redhat
   that a friend installed on another system.  It sucks over 
   ports and plugs them in and adjusts the dependencies and 
   the newer Linux programs Just-Work.
 
   I tried to get the FBSD vers of mozilla working (with plugins)
   for a month.  It wasn't until I installed linux-mozilla that 
   everythng worked here.  Flash, shockwave, real-audio... 

Not a flame, but this is just hard because all those plugins are only
available for Linux. Complain to Macromedia  Real.com.

FWIW, www/flashpluginwrapper works beautifully for Flash 5, and
www/mplayer-plugin handles all my video needs, which does not include Real,
granted. But that is only a matter of time.

   Flames to /dev/null, gentlemen.  I know that RH is commercial.
   Still, wouldn't it be allowable to check out their ports
   system??

And get into RPM hell? No way.

Portupgrade should be able to upgrade older systems just fine, but the fact of
the matter is that cruft tends to accumulate, even when using only ports. One
faulty pkg-plist and something gets left behind. Most of the time this is no
problem, but it can cause strange behaviour, for example when a header file is
left behind but the corresponding library is not. This is why staying on top
of things helps you out, because when plist errors get fixed, you also have
the correct registered information in your /var/db/pkg.

And of course, as others already pointed out, just complaining without
providing error messages or helpful output will of course get you
nowhere. Saying 'Red Hat is better because it works there' is only an
indication that somewhere along the line something on your system
became broken to the point that it broke other things. You need to find
out what it is (and that goes to the OP as well).

--Stijn

-- 
Man had always assumed that he was more intelligent than dolphins because
he had achieved so much... the wheel, New York, wars, and so on, whilst
all the dolphins had ever done was muck about in the water having a good
time. But conversely the dolphins believed themselves to be more intelligent
than man for precisely the same reasons.
-- Douglas Adams, The Hitchhikers Guide To The Galaxy


pgp0.pgp
Description: PGP signature


Internal Lan Card

2003-03-03 Thread Jesper Hald
Hey there...
I have a question that I dont really know where else to have this 
answered...
I'm having a IBM NetVista machine running freebsd (4.7) on it.
It has a built-in soundcard and LAN card
before i recompiled the kernel with device pcm, I had two unknown devices
both from vendor=0x8086 (intel as far as I know :)
now I've got these two lines in my dmesg instead:
pci0: unknown card (vendor=0x8086, dev=0x2443) at 31.3 irq 9
pcm0: Intel 82801BA (ICH2) port 0xf400-0xf43f,0xf000-0xf0ff irq 9 at 
device 31.5 on pci0

as we can see, the soundcard is found - and it works just fine.. but the 
other unknown card would be the LAN card as far as I can see...
I have no idea how to make freebsd actually find the card / install the 
correct drivers for it - somebody out there who knows what to do ?
from IBM's page I get this (very helpful) info:  Intel 10/100 onboard 
ethernet
Anybody have any ideas?
/Hald

this is part of my dmesg, don't think it's useful, but might as well have 
it included just in case...
I have a 3com (xl0) in the computer, but it would be nicer to have the 
built-in working.

CPU: Intel(R) Celeron(TM) CPU1300MHz (1302.96-MHz 686- 
class CPU)
 Origin = GenuineIntel  Id = 0x6b4  Stepping = 4
 
Features=0x383fbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE
real memory  = 65929216 (64384K bytes)
avail memory = 58568704 (57196K bytes)
Preloaded elf kernel kernel at 0xc057c000.
Preloaded elf module agp.ko at 0xc057c09c.
Pentium Pro MTRR support enabled
md0: Malloc disk
Using $PIR table, 7 entries at 0xc00f1b70
npx0: math processor on motherboard
npx0: INT 16 interface
pcib0: Intel 82810E (i810E GMCH) Host To Hub bridge on motherboard
pci0: PCI bus on pcib0
agp0: Intel 82810E (i810E GMCH) SVGA controller mem 0xfeb8- 
0xfebf,0xf800-0xfbff irq 11 at device 1.0 on pci0
pcib1: Intel 82801BA/BAM (ICH2) Hub to PCI bridge at device 30.0 on pci0
pci1: PCI bus on pcib1
xl0: 3Com 3c905-TX Fast Etherlink XL port 0x78c0-0x78ff irq 10 at device 
2.0 on pci1
xl0: Ethernet address: 00:60:08:46:3d:20
miibus0: MII bus on xl0
nsphy0: DP83840 10/100 media interface on miibus0
nsphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
isab0: Intel 82801BA/BAM (ICH2) PCI to LPC bridge at device 31.0 on pci0
isa0: ISA bus on isab0
atapci0: Intel ICH2 ATA100 controller port 0xfff0-0x 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 0xfb00-0xfb1f 
irq 10 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: unknown card (vendor=0x8086, dev=0x2443) at 31.3 irq 9
uhci1: Intel 82801BA/BAM (ICH2) USB controller USB-B port 0xfb80-0xfb9f 
irq 5 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
pcm0: Intel 82801BA (ICH2) port 0xf400-0xf43f,0xf000-0xf0ff irq 9 at 
device 31.5 on pci0
orm0: Option ROM at iomem 0xc-0xc7fff on isa0
fdc0: NEC 72065B or clone at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1440-KB 3.5 drive on fdc0 drive 0
atkbdc0: Keyboard controller (i8042) at port 0x60,0x64 on isa0
atkbd0: AT Keyboard flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
psm0: PS/2 Mouse irq 12 on atkbdc0
psm0: model Generic PS/2 mouse, device ID 0
vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on isa0
sc0: System console at flags 0x100 on isa0
sc0: VGA 16 virtual consoles, flags=0x300
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1 at port 0x2f8-0x2ff irq 3 on isa0
sio1: type 16550A
ppc0: Parallel port at port 0x378-0x37f irq 7 on isa0
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/9 bytes threshold
plip0: PLIP network interface on ppbus0
lpt0: Printer on ppbus0
lpt0: Interrupt-driven port
ppi0: Parallel I/O on ppbus0
ad0: 39205MB Maxtor 2F040J0 [79656/16/63] at ata0-master UDMA100
acd0: CDROM SAMSUNG CD-ROM SC-148C at ata1-master PIO4
pcm0: measured ac97 link rate at 55924 Hz

--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Perl5.8 install

2003-03-03 Thread Odhiambo Washington


I am installing perl from the ports on a 4.7 box.

Anyone knows a way to get past this error:

Making Digest::MD5 (dynamic)
Writing Makefile for Digest::MD5
cp MD5.pm ../../../lib/Digest/MD5.pm
/usr/ports/lang/perl5.8/work/perl-5.8.0/miniperl
-I../../../lib -I../../../lib ../../../lib/ExtUtils/xsubpp  -typemap
../../../lib/ExtUtils/typemap -typemap typemap  MD5.xs  MD5.xsc  mv MD5.xsc MD5.c
cc -c-DAPPLLIB_EXP=/usr/local/lib/perl5/5.8.0/BSDPAN -DHAS_FPSETMASK
-DHAS_FLOATINGPOINT_H -fno-strict-aliasing -I/usr/local/include -O -pipe
-DVERSION=\2.20\  -DXS_VERSION=\2.20\ -DPIC -fPIC -I../../..   MD5.c
MD5.xs: In function `XS_Digest__MD5_md5':
MD5.xs:645: `dowarn' undeclared (first use in this function)
MD5.xs:645: (Each undeclared identifier is reported only once
MD5.xs:645: for each function it appears in.)
*** Error code 1

Stop in /usr/ports/lang/perl5.8/work/perl-5.8.0/ext/Digest/MD5.
*** Error code 1

Stop in /usr/ports/lang/perl5.8/work/perl-5.8.0.
*** Error code 1

Stop in /usr/ports/lang/perl5.8.
longonot#







-Wash

-- 
Odhiambo Washington   [EMAIL PROTECTED]  The box said 'Requires
Wananchi Online Ltd.  www.wananchi.com  Windows 95, NT, or better,'
Tel: +254 2 313985-9  +254 2 313922 so I installed FreeBSD.   
GSM: +254 72 743223   +254 733 744121   This sig is McQ!  :-)


Violence is the last refuge of the incompetent.
-- Salvor Hardin

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


Re: instant-workstation can't find ldes (for postfix)

2003-03-03 Thread Jacques A. Vidrine
The postfix port had a stale reference to libdes.  I have corrected
it.

Cheers,
-- 
Jacques A. Vidrine [EMAIL PROTECTED]  http://www.celabo.org/
NTT/Verio SME  . FreeBSD UNIX .   Heimdal Kerberos
[EMAIL PROTECTED] .  [EMAIL PROTECTED]  .  [EMAIL PROTECTED]

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


[no subject]

2003-03-03 Thread ed
Whether there are Russian mail-list?


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


Make installworld problem (4.7)

2003-03-03 Thread dslb
Hi all

I am trying to upgrade from FreeBSD 4.7-p2 to 4.7-p6, but I get an error.
I have run:
cd /usr/src
make buildworld
make buildkernel KERNCONF=SOCKETD
make installkernel KERNCONF=SOCKETD
Bootet with the new kernel so uname says:

FreeBSD loadmaster 4.7-RELEASE-p6 FreeBSD 4.7-RELEASE-p6 #1: Sun Mar  2
23:50:15 CET 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/SOCKETD  i386

But then I cd to /usr/src to make installworld his happens:
loadmaster# make installworld

mkdir -p /tmp/install.715
for prog in [ awk cat chflags chmod chown date echo egrep find grep  ln
make makewhatis mtree mv perl pwd_mkdb rm sed sh sysctl  test true uname
wc zic; do  cp `which $prog` /tmp/install.715;  done
usage: cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] src target
   cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] src1 ... srcN directory
*** Error code 64

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

It seems like a nobrain error, but I can't fix it, maybe someone here can
help me? Btw please cc to me as I am not on the list.

br
socketd


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


Fragmentation Avoidance Code

2003-03-03 Thread Audsin
Respected Sir

I am currently working in the fragmentation avoidance technique caused by 
the overhead introduced by MIP6. I am using FreeBSD 4.4 and Kame Snap.
I have introduced some code in netinet6/ip6_output.c code and 
netinet6/in6_pcb.h and netinet/in_pcb.h so that length of the MIP6 
extension header if present is taken into account, when calculation the 
ipoptlen() and hence frag is avoided. Below i am pasting the code to which 
i have made changes. The lines starting with @ symbol shows the code 
introduced by me. Please go thru the code and let me know whether this 
takes account of the Extension header length introduced by MIP6. Since, 
this is my first research project, i kindly request you to go thru the code 
and help me.
I have explained my code under the heading Implementation in the last ie. 
after the codes

Please let me know, whether this code will take into account the length 
occupied by MIP6 Ext header. If any changes is required pls let me know.

Thanks and sorry for the disturbance

Code
-
netinet6/in6_pcb.h and netinet/in_pcb.h
---
 @  #ifdef MIP6
 @  #include sys/syslog.h
 @  #include net/if_hif.h
 @  #include netinet6/mip6_var.h
 @  #include netinet6/mip6.h
 @  #endif /* MIP6 */
.
.
.
struct in6pcb (
.
.
.
struct  ip6_pktopts *in6p_outputopts; /* IP6 options for outgoing packets */
 @  #ifdef MIP6
 @   struct mip6_pktopts *mip6_outputopts /* MIP6 options for outgoing 
packets */
 @  #endif
.
.
.

);



netinet6/ip6_output.c
--
In the last part of netinet6/ip6_output.c I have changed the code and 
pasted it under Modified code

Modified Code:
-
/*
 * Compute IPv6 and MIP6 extension header length.
 */
#ifdef HAVE_NRL_INPCB
# define in6pcb inpcb
# define in6p_outputoptsinp_outputopts6
#endif
int
ip6_optlen(in6p)
struct in6pcb *in6p;
{
int len;
  @ if (!(in6p-in6p_outputopts ||
  @  #ifdef MIP6
  @   in6p-mip6_outputopts
  @  #endif
  @ ))
  @ return 0;
	len = 0;
#define elen(x) \
(((struct ip6_ext *)(x)) ? (((struct ip6_ext *)(x))-ip6e_len + 1)  
3 : 0)

len += elen(in6p-in6p_outputopts-ip6po_hbh);
if (in6p-in6p_outputopts-ip6po_rthdr)
/* dest1 is valid with rthdr only */
len += elen(in6p-in6p_outputopts-ip6po_dest1);
len += elen(in6p-in6p_outputopts-ip6po_rthdr);
len += elen(in6p-in6p_outputopts-ip6po_dest2);

 @  #ifdef MIP6
 @  len += elen(in6p-mip6_outputopts-mip6po_rthdr);/* MIP6 Routing Header */

 @  len += elen(in6p-mip6_outputopts-mip6po_haddr);/* MIP6 Home Addr 
Option */

 @  len += elen(in6p-mip6_outputopts-mip6_dest2); /* MIP6 Dest2 Option */

 @  #endif
return len;
#undef elen
}
#ifdef HAVE_NRL_INPCB
# undef in6pcb
# undef in6p_outputopts
#endif


Original netinet6/ip6_output.c kame Code
--
/*
 * Compute IPv6 extension header length.
 */
#ifdef HAVE_NRL_INPCB
# define in6pcb inpcb
# define in6p_outputoptsinp_outputopts6
#endif
int
ip6_optlen(in6p)
struct in6pcb *in6p;
{
int len;
if (!in6p-in6p_outputopts)
return 0;
	len = 0;
#define elen(x) \
(((struct ip6_ext *)(x)) ? (((struct ip6_ext *)(x))-ip6e_len + 1)  
3 : 0)

len += elen(in6p-in6p_outputopts-ip6po_hbh);
if (in6p-in6p_outputopts-ip6po_rthdr)
/* dest1 is valid with rthdr only */
len += elen(in6p-in6p_outputopts-ip6po_dest1);
len += elen(in6p-in6p_outputopts-ip6po_rthdr);
len += elen(in6p-in6p_outputopts-ip6po_dest2);
return len;
#undef elen
}
#ifdef HAVE_NRL_INPCB
# undef in6pcb
# undef in6p_outputopts
#endif
Implementation

1)netinet6/in6_pcb.h and netinet/in_pcb.h

Create a pointer to struct mip6_pktopts, if MIP6 is defined and name the 
pointer as *mip6_outputopts

@  #ifdef MIP6
 @   struct mip6_pktopts *mip6_outputopts /* MIP6 options for outgoing 
packets */
 @  #endif

2) netinet6/ip6_output.c

Modify the code of macro elen(x) present in function ip6_optlen(in6p)  in 
netinet6/ip6_output.c such that it takes into account, the length occupied 
by Mip6 Extension headers

@  #ifdef MIP6

 @  len += elen(in6p-mip6_outputopts-mip6po_rthdr);/* MIP6 Routing Header */

 @  len += elen(in6p-mip6_outputopts-mip6po_haddr);/* MIP6 Home Addr 
Option */

 @  len += elen(in6p-mip6_outputopts-mip6_dest2); /* MIP6 Dest2 Option */

 @  #endif

Regards
Dev


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


Re: xterm + colors just wont splice...

2003-03-03 Thread Matt Smith
On Wed, 2003-02-26 at 05:13, Thanos Tsouanas wrote:
 Hello everyone!
 
 Ive never managed to see colored output on an Xterm on FreeBSD..
 i mean, the -bg, -fg color switches work fine...
 but i cant see the colors of vim, nor when i ls -G etc etc.
 
 Any ideas?
 
 Thanks!
 
 __
 Do you Yahoo!?
 Yahoo! Tax Center - forms, calculators, tips, more
 http://taxes.yahoo.com/
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message

Try changing your TERM to xterm-color.
-Matt
-- 
Matt Smith [EMAIL PROTECTED]


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


Re: Fragmentation Avoidance Code

2003-03-03 Thread Clement Laforet
On Mon, 03 Mar 2003 13:50:40 +
Audsin [EMAIL PROTECTED] wrote:

 Respected Sir
 
 I am currently working in the fragmentation avoidance technique caused by 
 the overhead introduced by MIP6. I am using FreeBSD 4.4 and Kame Snap.
 I have introduced some code in netinet6/ip6_output.c code and 
 netinet6/in6_pcb.h and netinet/in_pcb.h so that length of the MIP6 
 extension header if present is taken into account, when calculation the 
 ipoptlen() and hence frag is avoided. 
snip

hi,

[EMAIL PROTECTED] should be more appropriate.

clem

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


Re: The web-based bug interface is currently disabled.

2003-03-03 Thread Kevin Kinsey, DaleCo, S.P.
From: Kirk Strauser [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, March 02, 2003 4:13 PM
Subject: Re: The web-based bug interface is currently disabled.

Could you rate-limit the system to 'n' submissions 
from a given email address in a given unit of time?
That won't stop someone from creating 30
Hotmail accounts and posting 30*n PRs, 
but anyone that bored and with that much 
time on their hands is basically unstoppable 
without human intervention anyway.

:-)  ... that seems a given, but it might at least take some
of that extra time away from the submit button and
put it into reading/typing in auth codes instead..

How 'bout cookieing them...

Kevin Kinsey
DaleCo, S.P.



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


Freebsd-questions Èíôîðìàöèÿ äëÿ âàñ.

2003-03-03 Thread Èíôî




   
 
   
  

 
   - 8 !
  !

 
  !!! 

 

   , , .

 
: 
  

  
   
 
   
  ,   ?  
?   ,?
 ?
   
 http://emigration.russie.ru
 , !
   
 
  .
   -,

!
   
   ,  .  
,  
   .
   
  -   , ,  
   ,,  
,  
  .
   
  ,  ,  
,   
 !

 
  
 
   
 
  

  

 
   


  
   
  !
  
  

 
   


  

 
   

8  564$ 
   +   9  589$. 
  
 !
  
  
  

 
   
 

  

 
   

  100$
135$
75$
  

  30$
  
  

  

 
  
 
   
;  , , VIP. 
 
 
   
  :
  ;
  .  300 .   15 $
300 .   15 $
  ..  300 .   15 $
  +100.  1150.   45,25$
  +200.  1620 .   60 $
  ;
  600 (095).  3100 .   105,26$
  600 (916)..  2400 .   85 $
  400 (095)..  2260 .   85 $
  400 (916).  1740 .   64 $
  VIP.1600   6400 .   210$
  VIP .1000.  4420 .   150 $
 
 
  ,  , .
  

 
   

:
:
 .
 :
   :   1950 .   31.5$
   :   2240 .   63$
   :   2550 .   84$
   
   - !!!  10  21,  ! 
  
  

 
  


.
  
  

  
  

 
   
 
  2350 . 3,  
 
   
   1500 . 3,
2400 . 3,
2600 . 3,

   3800 . 3,
3800 . 3, 
  
 ,  , ,   
  . 
 
   : 
(095) 
  116-03-25
  (095) 508-55-31 
 
  : ., . 18/1,  , 4-   
   
 

  

  
   
 

  (095) 189-58-20
   
  8-10-49 1798776653
. 
  . (095) 
  953-79-09
  953-78-90
  953-79-80
  953-76-59
 
  
  :(095) 
241-85-55
933-14-58
  
(095) 116-03-25
  (095) 508-55-31
   : ., . 18/1,  , 4-  
  






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


Re: Internal Lan Card

2003-03-03 Thread David Kelly
On Mon, Mar 03, 2003 at 01:34:51PM +0100, Jesper Hald wrote:
 I have no idea how to make freebsd actually find the card / install the 
 correct drivers for it - somebody out there who knows what to do ?
 from IBM's page I get this (very helpful) info:  Intel 10/100 onboard 
 ethernet

That should be an fxp NIC. And should already be in the GENERIC kernel.
I've never had one onboard, only 3c905 look-alikes, which required
nothing special. Have always been happy with fxp NIC cards.

 this is part of my dmesg, don't think it's useful, but might as well have 
 it included just in case...
 I have a 3com (xl0) in the computer, but it would be nicer to have the 
 built-in working.

This is what pciconf -l says about my two fxp's:
[EMAIL PROTECTED]:11:0: class=0x02 card=0x000c8086 chip=0x12298086 rev=0x08 
hdr=0x00
[EMAIL PROTECTED]:12:0: class=0x02 card=0x000c8086 chip=0x12298086 rev=0x08 
hdr=0x00

Am thinking you are lacking the device fxp line in your kernel config.
Try loading the kld version with kldload if_fxp.ko and see what
happens.

-- 
David Kelly N4HHE, [EMAIL PROTECTED]
=
The human mind ordinarily operates at only ten percent of its
capacity -- the rest is overhead for the operating system.

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


Re: xterm + colors just wont splice...

2003-03-03 Thread Chris Phillips
 On Wed, 2003-02-26 at 05:13, Thanos Tsouanas wrote:
 
  Ive never managed to see colored output on an Xterm on FreeBSD..
  i mean, the -bg, -fg color switches work fine...
  but i cant see the colors of vim, nor when i ls -G etc etc.
 
  Any ideas?
 

 Try changing your TERM to xterm-color.
 -Matt
 --

Hi  yall!

I too, would like to see similar colours to what I used to, when I was
running Mandrake.  For example, you'd get different file types shown in
different colours (when doing ls)  even in vi you'd get code coloured
in a nice  helpful fashion.  Editing HTML was a joy!

My favoured shell is zsh (it's what we use at work, so I am sticking
with it)  I've searched for some .zshrc examples but not had any great
joy I'm afraid.

Please can somebody point me in the right direction?

Thanks ;-)

FYI: -

http://www.furrie.net/cgi-bin/uname-a.pl

http://www.furrie.net/cgi-bin/dmesg.pl  (The output of this is a little
worrying...  Eeek!)

http://www.furrie.net/cgi-bin/uptime.pl

http://www.furrie.net/cgi-bin/printenv

Obviously, not all of these are usefull.  I'm learning stuff though :-)


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



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


Re: The web-based bug interface is currently disabled.

2003-03-03 Thread Kirk Strauser
At 2003-03-03T14:58:22Z, Kevin Kinsey, DaleCo, S.P. [EMAIL PROTECTED] writes:

 How 'bout cookieing them...

How 'bout requiring GPG signatures on the bug report?  Or giving the user a
block of text to sign and paste into a textbox?
-- 
Kirk Strauser
In Googlis non est, ergo non est.


pgp0.pgp
Description: PGP signature


Re: xterm + colors just wont splice...

2003-03-03 Thread Bill Moran
Chris Phillips wrote:
On Wed, 2003-02-26 at 05:13, Thanos Tsouanas wrote:

Ive never managed to see colored output on an Xterm on FreeBSD..
i mean, the -bg, -fg color switches work fine...
but i cant see the colors of vim, nor when i ls -G etc etc.
Any ideas?

Try changing your TERM to xterm-color.
-Matt
Hi  yall!

I too, would like to see similar colours to what I used to, when I was
running Mandrake.  For example, you'd get different file types shown in
different colours (when doing ls)  even in vi you'd get code coloured
in a nice  helpful fashion.  Editing HTML was a joy!
My favoured shell is zsh (it's what we use at work, so I am sticking
with it)  I've searched for some .zshrc examples but not had any great
joy I'm afraid.
Please can somebody point me in the right direction?
The TERM setting isn't the only thing you need to do.  ls doesn't use colors
by default, so you need to configure it to use colors.  vi is the same
(as far as I know).  See the man page for each program that you want to see
colors with, to see how to configure it for color.  Most of these programs
will let you set an environment varialbe in (in your case) the .zshrc file.
For example, in ls you set CLICOLOR and LSCOLORS.
--
Bill Moran
Potential Technologies
http://www.potentialtech.com
To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: The web-based bug interface is currently disabled.

2003-03-03 Thread Bill Moran
Kirk Strauser wrote:
At 2003-03-03T14:58:22Z, Kevin Kinsey, DaleCo, S.P. [EMAIL PROTECTED] writes:

How 'bout cookieing them...
How 'bout requiring GPG signatures on the bug report?  Or giving the user a
block of text to sign and paste into a textbox?
While I understand the reason for this, keep in mind that if you make this too
complicated, you'll never get any bug reports.
Ahhh ... the old paradox, make it too easy and jerks abuse it ... make it too
complicated and the people you want to use it won't.
--
Bill Moran
Potential Technologies
http://www.potentialtech.com
To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: Ok, KDE/Help .. after my moans what now ?

2003-03-03 Thread Mike Meyer
In [EMAIL PROTECTED], Cliff Sarginson [EMAIL PROTECTED] typed:
 The tag for ports should always be ., since the do not follow any kind
 of upgrade system like the release does.

Correct.

 Why does portupgrade try to find 4.8-PRELEASE ports ?

Because you're running a system with a uname of 4.8-PRERELEASE. It's
probably trying to find packages, since for ports it just uses what
you have installed. But without knowing what commands you issued or
the exact error messages, there's no way to tell.

 This is nonsense.
 From where is it getting this idea ?

From uname -a, or the same source.

 I draw a parellell here, because *none* of the documentation of ports
 explains what can go wrong.

That's because they can go wrong in so many interesting ways. Most of
the times when I see problems, it's because I run with
LOCALBASE=/usr/opt, and someone failed to fix a reference to
/usr/local. Generally, the maintainer is responsive to fixing that.
One of these days I'm going to build everything with
LOCALBASE=/usr/opt, and report what breaks.

 I regard portupgrade as a useless, time-wasting tool. If you have had
 luck with it. Then consider yourself blessed.

All protupgrade does is some nice things around the standard
commands - like bundling up the old port to reinstall if the install
fails. If portupgrade fails, then issuing the same commands will fail
without portupgrade.

The real problem is that the ports system is fragile. Changing
LOCALBASE causes about 10 perent of the ports to fail.  I tried
running portupgrade with a -B -j 5 argument for all port builds, and
something like a fourth of the ports refuse to build with those
arguments. Problems ranged from files not being in place to looping
doing the config. Removing those flags fixed everything. kde, being a
huge port, is probably particularly sensitive to minor glitches in the
environment.

mike
-- 
Mike Meyer [EMAIL PROTECTED]  http://www.mired.org/consulting.html
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

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


Re: shutdown now probs

2003-03-03 Thread Peter Elsner
Why not simply type reboot and when the system counts down the 10 seconds 
before booting,
press the space-bar

and then type: boot -s



At 12:06 PM 3/2/2003 +0100, you wrote:
On 02 Mar Peter Wu wrote:
 Dick Hoogendijk [EMAIL PROTECTED] writes:

  I have an annoying problem. Whenever I want to go to single user
  mode and run shutdown now the system freezes.

 shutdown -h now
NOT an option ;-))

I don't want to halt the system; I want to go to single user mode and
always read there are two ways for this: boot single at startup _or_
shutdown now on a running system. The latter does not work on my
fbsd-4.7R box and I wander why..
--
dick -- http://www.nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 4.7 ++ Debian GNU/Linux (Woody)
To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message
--
Peter Elsner [EMAIL PROTECTED]
Vice President Of Customer Service (And System Administrator)
1835 S. Carrier Parkway
Grand Prairie, Texas 75051
(972) 263-2080 - Voice
(972) 263-2082 - Fax
(972) 489-4838 - Cell Phone
(425) 988-8061 - eFax
I worry about my child and the Internet all the time, even though she's
too young to have logged on yet. Here's what I worry about. I worry
that 10 or 15 years from now, she will come to me and say Daddy, where
were you when they took freedom of the press away from the Internet?
-- Mike Godwin
Unix IS user friendly... It's just selective about who its friends are.
System Administration - It's a dirty job, but somebody said I had to do it.
If you receive something that says 'Send this to everyone you know,
pretend you don't know me.
Standard $500/message proofreading fee applies for UCE.



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


Re: xterm + colors just wont splice...

2003-03-03 Thread Mike Meyer
In [EMAIL PROTECTED], Chris Phillips [EMAIL PROTECTED] typed:
 I too, would like to see similar colours to what I used to, when I was
 running Mandrake.  For example, you'd get different file types shown in
 different colours (when doing ls)  even in vi you'd get code coloured
 in a nice  helpful fashion.  Editing HTML was a joy!

You can either alias ls to ls -C, or install the gnuls port and make
sure that ls is first in your path. You may need to find which vi -
there are at least three - you were using on mandrake, and install
that. Other than the system one, there are vim and nvi in the
ports. Hopefully, a vi user will chime in with which ones do syntax
coloring.

 My favoured shell is zsh (it's what we use at work, so I am sticking
 with it)  I've searched for some .zshrc examples but not had any great
 joy I'm afraid.

zsh does colors just fine if you set the term type to xterm-color.
You need to do:

autoload -U colors
colors

in your .zshrc to enable them, then you can use them in your
prompts. I set my RPROPMT like so:

RPROMPT= %{$fg_no_bold[magenta]%}%~%{$reset_color%}

to have it display the current directory in magenta.

As an aside, one of the things I *hated* about a couple of linux
distributions was that they enabled colors for things by default. In
three differente places. Turning that stuff off was a major pain. I
can understand having it on by default, but I ought to be able to turn
it off by editing my .bashrc (or similar), without having to edit two
system files as well.

mike
-- 
Mike Meyer [EMAIL PROTECTED]  http://www.mired.org/consulting.html
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

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


Re: Error - Signal 11 was caught

2003-03-03 Thread Peter Elsner
Signal 11 is almost always memory...  Replace your memory chips on your 
motherboard

Peter

At 01:38 AM 3/3/2003 -0700, you wrote:
I'm getting the error Signal 11 was caught, just after committing to
the install. The system then shuts down and reboots. I have run the
installer several times, and get the same error each time. I have turned on
Debug in the options, but I have no idea how to access it without the OS
having been loaded. (Yes, I'm a newbie)
I'm trying to install on a multi-partition drive, so I can switch
between several different OS's. I've created three Install floppies,
(kern.flp, mfsroot.flp,  drivers.flp), and am attempting an FTP install. I
am installing all the drivers from the drivers floppy, since the directions
on the web site don't mention it at all. I can't find any error list, so I
have no idea what signal 11 means.
If there's any other information you need, let me know.

Ken Biles

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message
--
Peter Elsner [EMAIL PROTECTED]
Vice President Of Customer Service (And System Administrator)
1835 S. Carrier Parkway
Grand Prairie, Texas 75051
(972) 263-2080 - Voice
(972) 263-2082 - Fax
(972) 489-4838 - Cell Phone
(425) 988-8061 - eFax
I worry about my child and the Internet all the time, even though she's
too young to have logged on yet. Here's what I worry about. I worry
that 10 or 15 years from now, she will come to me and say Daddy, where
were you when they took freedom of the press away from the Internet?
-- Mike Godwin
Unix IS user friendly... It's just selective about who its friends are.
System Administration - It's a dirty job, but somebody said I had to do it.
If you receive something that says 'Send this to everyone you know,
pretend you don't know me.
Standard $500/message proofreading fee applies for UCE.



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


DVD burner suggestions

2003-03-03 Thread Brian J. Kirk
All,

For some backups at work, I'm thinking of getting a DVD burner.  I was looking at the 
Sony dru500a, since its compatible with all the various dvd media out there.  Has 
anyone had any luck/experience with this drive (or any dvd burner)?
I found only a few hints on the net, including:
http://www.whiterose.net/~mrpink/freebsd/dvdr.php

but it seems like its a bit of a hack.

I'm running 5.0 release on a box with both scsi and ide capability.

thanks in advance,
Brian


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


docs for ibcs2

2003-03-03 Thread michael green
I am trying to get MS FoxPro for SCO unix working. I
have come up against the 'Too many files open' error,
which I know from trawling the newsgroups and mail
archives to be not a files related problem.

Can anyone point me to any docs which may help me
resolve this issue (or maybe just tell me what is
required). Thanks.

__
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

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


Re: Fragmentation Avoidance Code

2003-03-03 Thread Giorgos Keramidas
On 2003-03-03 15:56, Clement Laforet [EMAIL PROTECTED] wrote:
 On Mon, 03 Mar 2003 13:50:40 +
 Audsin [EMAIL PROTECTED] wrote:
 
  I am currently working in the fragmentation avoidance technique caused by
  the overhead introduced by MIP6. I am using FreeBSD 4.4 and Kame Snap.
  I have introduced some code in netinet6/ip6_output.c code and
  netinet6/in6_pcb.h and netinet/in_pcb.h so that length of the MIP6
  extension header if present is taken into account, when calculation the
  ipoptlen() and hence frag is avoided.
 snip

 hi,

 [EMAIL PROTECTED] should be more appropriate.

True.  Please also take the time to create a diff(1) output file for
the changes.  It's *very* hard to read the original message and keep
track of what changes are made.

- Giorgos

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


¦³¾÷·|§AÄ@·N¥h¹Á¸Õ¶Ü??

2003-03-03 Thread star
Title: ¬°¤°»ò¦³¤H·|¤ñ§A¦¨¥\10­¿


¥D¦®: ³o©Î³\¬O±z¥¿¦b´M§äªº¾÷·|³á 
 
 
 
   
   
³o©Î³\¬O±z¥¿¦b§äªº¾÷·|[EMAIL PROTECTED] 
   
¹ï¤£°_¡I¥´ÂZ¤F¡A¦pªG¦]¦¹³y¦¨±zªº§xÂZ¡A½Ðª½±µ§R°£¥»«H¤ÎÂI¿ï¤U¤è¡u¤£·Q¦A¦¬«H¡v¡A§Ú­Ì·|±N±zªº¸ê®Æ§R°£¡I 
   
 
   
 
   
¬°¤°»ò¦³¤H·|¤ñ§A¦¨¥\10­¿¡A¦¬¤J¦h100­¿¡B¬Æ¦Ü¦h1000­¿¡AÃø¹D¥L¦³¤ñ§A¦hÁo©ú³o»ò¦h¶Ü¡H 
   
µª®×ªÖ©w¤£¬Oªº¡I 
   
[EMAIL PROTECTED] 
   
¥L­Ì¨ì©³°µ¤F¤°»ò¬O§Ú­Ì©Ò¤£ª¾¹Dªº¨Æ¡H 
   
¦Ó§Ú­Ì¨ì©³°µ¿ù¤F¤°»ò¡B¤S¿ù¹L¤F¤°»ò¡H 
   
·Q¤£·Qª¾¹D¤H®a«ç»ò°µ­Ëªº¡I
  
§A¬Û«H¡u®É¶¡¡×ª÷¿ú¡v¡BÁÙ¬O¡u®É¶¡¡Öª÷¿ú¡v
  

  Á|¨Ò¡G
  
  
[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@®É¼Æ¡H
  
¢·¤p®É¡¯¢²¢µ¢´¤Ñ¡¯¢²¢¯¦~¡×¢·¢¶,¢µ¢¯¢¯¤p®É
  
[EMAIL PROTECTED]
  
[EMAIL PROTECTED]
  
[EMAIL PROTECTED]
  
[EMAIL PROTECTED]@[EMAIL PROTECTED]
  
³o¼Ëªº¦¬¤J¡A¨¬°÷¤TÀ\·Å¹¡¡F¶R¨®¤l¡B©Ð¤l«j±j°÷¥Î¡F§O§Ñ¤F¡AÁÙ¦³¤l¤kªº±Ð¨|¶O¡B¦Û¤vªº¾i¦Ñª÷¡BÁÙ¦³¡y¹Ú·Q¡zµ¥«Ý¹ê²{¡I
  
[EMAIL PROTECTED]
  
[EMAIL PROTECTED]
  
[EMAIL PROTECTED]@¥Í¡H
  

  

  
¤£·Q¦A¦¬«H(Unsubscribe) 


¡@




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


Re: DVD burner suggestions

2003-03-03 Thread Bill Moran
Brian J. Kirk wrote:
All,

For some backups at work, I'm thinking of getting a DVD burner.  I was looking at
 the Sony dru500a, since its compatible with all the various dvd media out there.
 Has anyone had any luck/experience with this drive (or any dvd burner)?
We donated one of these to Soeren Schmidt last fall so he could develop support, but
with 5.0 and everything else that goes on, I don't know how far he's gotten.  You may
want to contact him directly [EMAIL PROTECTED] or possibly search one of the 
development
list archives for news.
--
Bill Moran
Potential Technologies
http://www.potentialtech.com
To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


disconnect?

2003-03-03 Thread adrian kok
Hi all

I run the background job wget by ssh

When I discounnect ssh, it does have
9%
.10% on the screen

Why?

Thank you

 

___
Do You Yahoo!?
Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk

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


Re: The web-based bug interface is currently disabled.

2003-03-03 Thread Kirk Strauser
At 2003-03-03T15:48:17Z, Bill Moran [EMAIL PROTECTED] writes:

 While I understand the reason for this, keep in mind that if you make this
 too complicated, you'll never get any bug reports.

I might note that zero bug reports are currently being submitted via the web
interface.  Allowing report only from left-handed midgets with six toes
would still broaden the field from the current situation.  :)
-- 
Kirk Strauser
In Googlis non est, ergo non est.


pgp0.pgp
Description: PGP signature


OT: cvs access

2003-03-03 Thread Brian Henning
Hello-
I have a pserver on my BSD machine that i would like to access it from the
windows 2000 machine witha a command line cvs program.
when i try running:
 cvs login
could not open %USERPROFILE%\.cvspass for reading
could not open %USERPROFILE%\.cvspass for writing

my setup includes:
created the empty file: %USERPROFILE%\.cvspass
set CVSROOT=:pserver:henninb@bsd ip address:/home/cvsroot


any suggestions? anyone else ever have problems with access to cvs from windows?
thanks,

brian


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


Re: OT: cvs access

2003-03-03 Thread Bill Moran
Brian Henning wrote:
Hello-
I have a pserver on my BSD machine that i would like to access it from the
windows 2000 machine witha a command line cvs program.
when i try running:
cvs login
could not open %USERPROFILE%\.cvspass for reading
could not open %USERPROFILE%\.cvspass for writing
my setup includes:
created the empty file: %USERPROFILE%\.cvspass
set CVSROOT=:pserver:henninb@bsd ip address:/home/cvsroot
any suggestions? anyone else ever have problems with access to cvs from windows?
thanks,
Doesn't sound like a FreeBSD issue.  Sounds like the command-line client having
trouble.  Which command-line CVS program is it?  Did you check the permissions
on %USERPROFILE%\.cvspass to ensure that it's writable by the user who's running
cvs?
--
Bill Moran
Potential Technologies
http://www.potentialtech.com
To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: Ok, KDE/Help .. after my moans what now ?

2003-03-03 Thread Kirk Strauser
At 2003-03-03T01:19:27Z, Cliff Sarginson [EMAIL PROTECTED] writes:

 I regard portupgrade as a useless, time-wasting tool. If you have had luck
 with it. Then consider yourself blessed.

OK, it's time to back off.  Name calling isn't going to get anywhere.

Now, what *exactly* does the portupgrade command you've been typing look
like?  Have you run a 'pkgdb -F'?
-- 
Kirk Strauser
In Googlis non est, ergo non est.


pgp0.pgp
Description: PGP signature


Number of PCI devices?

2003-03-03 Thread Eric Anderson
How can I make FreeBSD recognize more than the first 4 PCI devices?  I'm 
running 4.7-RELEASE.

Eric

--
--
Eric Anderson  Systems Administrator  Centaur Technology
Attitudes are contagious, is yours worth catching?
--
To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


FreeBSD Java bug?

2003-03-03 Thread Michael Spector
Java code:
~~
import java.lang.*;

public class Test {
public static void main(String argv[]) {
try {
Runtime rt = Runtime.getRuntime();
Process p = rt.exec(./a.out);
System.out.println(Exit code:  + p.waitFor());
}
catch(Exception e) { e.printStackTrace(); }
}
}

C code:
~~~
#include stdio.h

int main()
{
exit(7);
}

I'm executing:
~~~

19:31 [EMAIL PROTECTED] [michael]-- java Test
Exit code: 0

Why exit code is not 7 ?

-- 

With best regards, Michael Spector
Tel: 972-(0)54840565

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


Re: Portupgrade -- revisited

2003-03-03 Thread Cliff Sarginson
On Mon, Mar 03, 2003 at 08:24:48AM +0100, Lauri Watts wrote:
Content-Description: signed data
 On Monday 03 March 2003 00.23, Cliff Sarginson wrote:
 
  Well I am trying to be constructive. Not just a compainer...although it
  sounds that way (having spent 2 unsuccessful days trying to get the
  latest KDE ports installed).
 
 
 We obviously test the ports on a wide variety of systems, but we can't catch 
 everything.  For example, there were recent changes on -CURRENT that 
 completely broke in kdebase, and we've been asking for people affected to 
 test a patch that very likely fixes it.   As a further example, a recent 
 upgrade to libxine changed it's API so much that kdemultimedia stopped 
 building.  Of course, updating the ports again with cvsup would fix that one, 
 since we fixed it rather quickly, and posting the build error to kde@, we 
 would have immediately recognised the problem as the one we just fixed, and 
 advised you accordingly.
 
 I guess I don't see your posts to [EMAIL PROTECTED] (clearly listed as the 
 maintainer for all KDE ports) with your build/runtime problems, symptoms, and 
 logs that would help us diagnose the problem.  They must have slipped under 
 one of my filters.   Perhaps, since I can obviously see your posts here, you 
 could repost them and I can forward them to kde@ for you.
 

Ok, mea culpa. I should use the right list when I have a problem.
I will do so from now on.
I do realise that KDE is one complex beast.
I apologise.
I still don't have KDE, but my next message about it will be to the
right list.
I do appreciate everyone's efforts...


-- 
Regards
   Cliff

[ This mail has been checked as virus-free ]

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


Re: Ok, KDE/Help .. after my moans what now ?

2003-03-03 Thread Cliff Sarginson
On Mon, Mar 03, 2003 at 09:43:25AM +0100, Lauri Watts wrote:
Content-Description: signed data
 On Monday 03 March 2003 02.19, Cliff Sarginson wrote:
  Hello,
  Ok so portupgrde did not work in installing the latest KDE.
  I cannot get KDE to run at all.
  I get errors about libintl being missing.
  Plus a mysterious and new requirement to tell make I have a Matrox 450
  card.
 
 That's not a requirement, it's an option, if you want special support for that 
 card from something that offers it.   Probably X itself, certainly nothing 
 related to KDE.
 
Ok, but no choice in portupgrade.
Matrox cards are common as muck, even I know how to find out how a
system has one or not.

 *What* says libintl is missing? which binary? there is no binary called KDE, 
 something specifically must be giving these problems.  
 
I am aware of that. It is startkde that is complaining.

 Does upgrading gettext help.  You *need* to keep your dependencies up to date 
 as well as the port you're trying to upgrade, these things are not developed 
 in a vacuum.
 
Yes, that is why I did try to do a massive dependent upgrade, following
tips given in the Portupgrade manual page. Unfortunately the tips
failed.

  Plus the fact I cannot even re-intall KDE from the 4.7 ISO CD's.
  I get the highly useful message Error -1.
 
 From what? The CD-Rom drive? KDE? What KDE binary? From pkg_add? from 
 Portupgrade? from tcsh?  From Raelian clones?
 
 Who knows.
I know. I tried to restore the status quo ante. This, in my mind, was
not so very unreasonable. The information about ports given out is that
they are not dependent on a release. They clearly are. This is a fault
in the system, not in yours truly.

 
  Now, correct me if I am wrong.
  The tag for ports should always be ., since the do not follow any kind
  of upgrade system like the release does.
  Why does portupgrade try to find 4.8-PRELEASE ports ?
  This is nonsense.
  From where is it getting this idea ?
 
 uname -a
 
Ok, see above. It should not be caring about my release. Ports,
according to all information sources I have read, are not RELEASE
dependent. Of course they may have dependencies, but that is not the
same thing.

 Because you are trying to make it install packages, for a branch that doesn't 
 exist yet.  I honestly could explain this, but it would take more time than I 
 have this precise minute, and wouldn't help you fix anything anyway.  
 
No, no. This is *NOT* what the documentation says. I am trying to
install ports. And the impression given is that this has *nothing* to do
with the release. Does, for example, spamassassin, depend on whether
you are running 4.6, 4.7, or 4.8 Release ? Of course it doesn't. The
tag for ports is ., not the release. 

 So here's my Lauri's rules to upgrading ports and stuff
 
 1: Don't mix pkg_add -r and portupgrade, you *will* have problems.  You can 
 mix make install and portupgrade, in most cases.  
 
Ok, very well documented..NOT. Do you think I went into this blind ?

 2: Run pkgdb -F before you try to do anything.  Follow it's instructions to 
 the letter.  *Fix* your pkgdb before you continue.  If you don't understand 
 what it's asking you, cut and paste what it says into an email and ask.  
 Don't give anecdotes or paraphrase the errors, if you do we *cannot* help 
 you.
 
Done it, been there. I have read all the documentation, and followed the
email threads. I am not alone in having problems with portupgrade.

 3: Have an up to date portsdb -u.  Run it after every cvsup.  Most everyone 
 will advise you do portsdb -Uu and it won't hurt if you do, but it will 
 take exponentially longer.  You'll have a shiny up to date index out of it 
 though.  portsdb -u is the one that portupgrade needs to be up to date to 
 work effectively.
 Ignore the complaints it makes about anything, you only have an actual problem 
 if it fails to complete it's run.
 If it actually fails, cut and paste what it says into an email and ask.  Don't 
 give anecdotes or paraphrase the errors, if you do we *cannot* help you.
 
I run it every time. I am not paraphrasing errors.

 4: Don't try to upgrade piecemeal if other ports are out of date.  The problem 
 you describe above probably relate to a out of date dependency ports, but I 
 can't be totally sure without the info from pkg_info -Ia.   Don't 
 paraphrase that output, cut and paste it into an email, or I can't help you 
 (are you seeing a pattern here?)
 
No. Because you are assuming I am an idiot. I tried, following the
bouncing ball, not assuming I knew better, to bring a system up to date.
It failed.

 *ALL* dependencies must be up to date, before you try to upgrade something 
 like KDE.It probably won't build with an old version of anything that it 
 depends on, and if it does, it might not work.  If you really have your 
 system in such a mess as I suspect, it's amazing anything is working. 
 
It is working, because gaving worked with UNIX since Edition 6, I do
know a few things. My system 

Re: Ok, KDE/Help .. after my moans what now ?

2003-03-03 Thread Cliff Sarginson
On Mon, Mar 03, 2003 at 11:25:18AM -0600, Kirk Strauser wrote:
 At 2003-03-03T01:19:27Z, Cliff Sarginson [EMAIL PROTECTED] writes:
 
  I regard portupgrade as a useless, time-wasting tool. If you have had luck
  with it. Then consider yourself blessed.
 
 OK, it's time to back off.  Name calling isn't going to get anywhere.
 
 Now, what *exactly* does the portupgrade command you've been typing look
 like?  Have you run a 'pkgdb -F'?

Yes and yes.
Name calling is a waste of time. I agree.
And yes, I have run -F until I do it in my sleep.


-- 
Regards
   Cliff

[ This mail has been checked as virus-free ]

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


request free sound cd

2003-03-03 Thread ATIF ALI






dears
good day
please send me your free sound cd , to my mail address:
ATIF M ALI
AMWAJ MEDIA CORP
P.O.BOX 2898
KHARTOUM 1
SUDAN
SPECIAL THANKS FOR YOUR WEBSITE

_
Tired of spam? Get advanced junk mail protection with MSN 8. 
http://join.msn.com/?page=features/junkmail

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


100% All Natural Penis Enlargement Pills

2003-03-03 Thread Feabeth



SIZE AND STAMINA DO MATTER
More Than You Can Possibly Imagine!!
She is just trying to spare your feelings by telling you otherwise.
DON'T WAIT UNTIL SHE IS GONE
TO FIND OUT THAT YOU COULDN'T SATISFY HER!!!
INTRODUCING, THE FIRST ALL-IN-ONE
  Male Performance Enhancer AND Penis Enlargement
  WITH THE TRADEMARKED SWEDISH INGREDIENT CERNITIN.
Standard Results Include:
PENIS ENLARGEMENT
  ===
  GIRTH: 0.25 up to 2
  LENGTH: 1 up to 3.25
MALE PERFORMANCE ENHANCER
  =
  STAMINA: Up to 74% harder erections, this will help contribute to
  longer sexual experiences.
  CLIMAX: From 7 to 26 physical penile contractions
  during orgasm. The average male experiences between 4 and 7.
  LIBIDO: Enhanced feelings and stimulated sexual arousal combine to
  increase desire.
  RECOVERY: Faster recovery time means more sex more often.
THE FIRST AND ONLY PRODUCT OF IT'S KIND.
  SPECIAL $33 PRICING AVAILABLE FOR A LIMITED TIME!
MILLIONS OF BOTTLES SOLD WORLDWIDE.
100% SAFE - NO SIDE EFFECTS
  100% ALL NATURAL - RECOMMENDED BY DOCTORS
  WORLDWIDE
  100% UNCONDITIONAL GUARANTEE
CLICK HERE TO FIND OUT 
  HOW TO RECEIVE YOUR FREE 1
  MONTH SUPPY WITH THIS INTRODUCTORY OFFER!!

  -
  The things that come to those who wait are usually the things
  left over by those who got there first.
  -



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


Re: request free sound cd

2003-03-03 Thread Bill Moran
ATIF ALI wrote:
dears
good day
please send me your free sound cd , to my mail address:
ATIF M ALI
AMWAJ MEDIA CORP
P.O.BOX 2898
KHARTOUM 1
SUDAN
SPECIAL THANKS FOR YOUR WEBSITE
I believe you misunderstood something.  There is no free
sound CD available from FreeBSD.
--
Bill Moran
Potential Technologies
http://www.potentialtech.com
To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Fwd: FreeBSD Java bug?

2003-03-03 Thread Michael Spector
I forgot something :)

System: 4.7-RELEASE-p3 FreeBSD
Java:   java version 1.4.1_01
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01)
Java HotSpot(TM) Client VM (build 1.4.1_01-b01, mixed mode)

--  Forwarded Message  --

Subject: FreeBSD Java bug?
Date: Mon, 3 Mar 2003 19:39:52 +0200
From: Michael Spector [EMAIL PROTECTED]
To: [EMAIL PROTECTED]

Java code:
~~
import java.lang.*;

public class Test {
public static void main(String argv[]) {
try {
Runtime rt = Runtime.getRuntime();
Process p = rt.exec(./a.out);
System.out.println(Exit code:  + p.waitFor());
}
catch(Exception e) { e.printStackTrace(); }
}
}

C code:
~~~
#include stdio.h

int main()
{
exit(7);
}

I'm executing:
~~~

19:31 [EMAIL PROTECTED] [michael]-- java Test
Exit code: 0

Why exit code is not 7 ?

--

With best regards, Michael Spector
Tel: 972-(0)54840565

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


getting images off a digital camera...

2003-03-03 Thread Alex(ander Sendzimir)
I am getting a Sony DSC-F717 digital camera and I'm wondering if there
are any software tools under fbsd to get the images off of it via USB?
Also, does anyone know if there is similar for reading memory sticks via
a USB memory stick reader or whatever they're called?

Thanks,

Alex



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


Re: getting images off a digital camera...

2003-03-03 Thread Chad Albert
I use a Sony DSC-P50 and I am able to just mount it as a USB Storage device.
Yours will probably work the same way.


 - Original Message -
 From: Alex(ander Sendzimir) [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, March 03, 2003 11:50 AM
 Subject: [notspam] getting images off a digital camera...


  I am getting a Sony DSC-F717 digital camera and I'm wondering if there
  are any software tools under fbsd to get the images off of it via USB?
  Also, does anyone know if there is similar for reading memory sticks via
  a USB memory stick reader or whatever they're called?
 
  Thanks,
 
  Alex
 
 
 
  To Unsubscribe: send mail to [EMAIL PROTECTED]
  with unsubscribe freebsd-questions in the body of the message



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


PPPoE IPv6 address autoconfiguration

2003-03-03 Thread Rafa Marín López
Hello all.

I am trying establish a PPPoE (using IPv6CP)  connection between a 
FreeBSD PC client and a CISCO router 3600

After PPPoE connection I got link-address connection, but tun0 interface 
is not configured with prefix address sent by CISCO router

If I execute a tcpdump in FreeBSD client over tun0 interface,  I can see 
router advertisements but tun0 interface is no configured.

An error is shown :

/kernel : in6_ifaddr:  wrong prefixlen for tun0 (prefix=64 ifid= 0)
/kernel : nd6_lookup = failed to lookup fe80:0007::0207:ebff::fe3a:1161 
(if = tun0)

These errors are always shown when I also execute rtsol -d tun0

Could someone give an advice?

Thank you very much.

--
--
Rafael Marin Lopez
Faculty of Computer Science-University of Murcia
30071 Murcia - Spain
Telf: +34968364644  e-mail: [EMAIL PROTECTED]
--


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


Re: getting images off a digital camera...

2003-03-03 Thread David Kelly
On Mon, Mar 03, 2003 at 12:50:09PM -0500, Alex(ander Sendzimir) wrote:
 I am getting a Sony DSC-F717 digital camera and I'm wondering if there
 are any software tools under fbsd to get the images off of it via USB?
 Also, does anyone know if there is similar for reading memory sticks via
 a USB memory stick reader or whatever they're called?

/usr/ports/graphics/gphoto2/

-- 
David Kelly N4HHE, [EMAIL PROTECTED]
=
The human mind ordinarily operates at only ten percent of its
capacity -- the rest is overhead for the operating system.

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


Re: Ok, KDE/Help .. after my moans what now ?

2003-03-03 Thread Kirk Strauser
At 2003-03-03T18:08:58Z, Cliff Sarginson [EMAIL PROTECTED] writes:

 Now, what *exactly* does the portupgrade command you've been typing look
 like?  Have you run a 'pkgdb -F'?

 Yes and yes.

Ummm  I didn't really have a boolean answer in mind when I asked the
first one.  ;)

 And yes, I have run -F until I do it in my sleep.

OK.  To be explicitly clear, does it complete without any errors at all?
-- 
Kirk Strauser
In Googlis non est, ergo non est.


pgp0.pgp
Description: PGP signature


Re: The web-based bug interface is currently disabled.

2003-03-03 Thread IAccounts
 Or you could consider helping find a way to re-enable
 the www to send-pr while preventing script kiddies from
 abusing it.
 
 Why not have a pr-moderator for each category (i386, kern, doc, etc), who
 approves each incoming PR.  Basically this person would act as a front-line
 defense against spammers, but it would also allow them to assign PRs to
 developers as they are submitted, rather than letting them sit in the PR
 database for weeks/months before anyone picks them up.
 
  I believe something like this is being considered.

 Have you considered a 'confirmation' system that sends mail back to the
 originator for confirmation before actually submitting the PR?

 This way, if someone does manage to spam the GNATS database, we'll have
 their email address and can officially complain.

 Most ISPs would have
 such abuse be grounds for cancelling their account.

That is exactly what would happen at this ISP :o)

Steve Bertrand,
Senior Sys/Network Manager
eagle.ca Internet Services


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


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



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


Re: getting images off a digital camera...

2003-03-03 Thread Alex(ander Sendzimir)
Chad,

I'm not familiar with USB storage devices. I have a USB scanner and
printer and that's the extent of my experience with USB under any OS.
Could explain in more detail what you do? Then again I'm asking this in
part out of time constraints: I haven't looked at mounting a USB device
in the man pages yet.

Thanks for you help. I have a biology exam right now that looks like
it's going to be a killer. I'm outta here.

Alex


On Mon, 2003-03-03 at 13:45, Chad Albert wrote:
 I use a Sony DSC-P50 and I am able to just mount it as a USB Storage device.
 Yours will probably work the same way.
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message


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


Problems using screen

2003-03-03 Thread Daniel Graupner
Hello,

while pressing e.g. backspace or del in a screen session, the 'vbell'-message appears. 
These Keys seems to be non-functional, thats very ugly.
(Freebsd 4.7, ports/misc/screen)
I read the manpage but couldn't find a workaround, maybe its terminal specific.

Any Ideas?

Thanks, Daniel.



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


Re: Problems using screen

2003-03-03 Thread Rus Foster
On Mon, 3 Mar 2003, Daniel Graupner wrote:

 Hello,

 while pressing e.g. backspace or del in a screen session, the 'vbell'-message 
 appears.
 These Keys seems to be non-functional, thats very ugly.
 (Freebsd 4.7, ports/misc/screen)
 I read the manpage but couldn't find a workaround, maybe its terminal specific.

 Any Ideas?

I've had this. I found that with xterm I couldn't get DEL to work. There
are a couple of things to do. Firstly use a different terminal. rxvt and
aterm work. Also if you press CTRL-H that will work as the backspace.

Also try stty erase del key and see if that helps

Rgds

Rus
--
http://www.65535.net | MSN: [EMAIL PROTECTED] | Friendly Tech Support
 More bits for your bite
Email - Web Space - Custom Solutions - Shell Accounts - Lifetime Accounts
 Please respect RFC1855 and don't top post

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


Freebsd-questions, Ïî÷òîâàÿ ðàññûëêà - âñåãäà òî÷íî â öåëü!

2003-03-03 Thread 095




   , , ,
   
  (DIRECT MAIL) -!
.

,   .

.:  (095) 741-22-91

-
   ,   :  ,,  ,, 

- 
   , , ,,   . 
 650 000 . ..

-   
   . ,   . -,   ,  , , . .  .

-
; 4, 5, 6, 3,  ,  

-
  

-  
,  ,   

-   
 ,   100 000   ,   

-   

-

-  .

-  
 40e-mail . . 1 000 000   .

-   

,   .

.:  (095) 741-22-91










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


Re: Ok, KDE/Help .. after my moans what now ?

2003-03-03 Thread Gary D Kline
On Mon, Mar 03, 2003 at 06:16:30AM -0500, Jud wrote:
 On Sun, 2 Mar 2003 19:16:37 -0800, Gary D Kline [EMAIL PROTECTED] wrote:
 
 [snip]
  I tried to get the FBSD vers of mozilla working (with plugins)
  for a month.  It wasn't until I installed linux-mozilla that 
  everythng worked here.  Flash, shockwave, real-audio...
 
 Not sure if this is responsible for some or all of the difficulties you 
 had, but there is no native FreeBSD version of some of the plugins you 
 mention.  This has also resulted in complaints of some plugins not working 
 with the native FreeBSD version of Opera.  I haven't tried FreeBSD's flash 
 plugin wrapper because I'm using the Linux version of Opera, but IIRC 
 others have reported happy results.
 

It took me awhile to realize this!  My trouble with the FBSD 
mozilla was that the newest gave me a SEGV ...  (An oldr version
worked, bbut was I satisfied?  )

*sigh*

gary

 

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


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


Re: CD-R drive gone bad?

2003-03-03 Thread David Kelly
On Mon, Mar 03, 2003 at 08:26:36PM +0100, Janine C.Buorditez wrote:
 
 Hello.
 
 My Yamaha CDR400t suddenly stopped working, and I have no idea what's wrong.
 
 cdrdao and cdrecord worked just fine up until a week ago, when:
 
 :: cdrdao write --device 0,3,0 --speed 4 --overburn *toc
  WARNING: Unit not ready, still trying...
 
 It's there alright:
[...]
 If anyone has come across a similar problem with a solution to fix it, I
 appreciate all the help I can get.

My HP9200 croaks if reset with an audio CD in the tray. Works fine as a
CD player and data CDROM but will not burn. Specifically, Pink Floyd:
Dark Side of the Moon.

Couldn't hurt to verify the tray is empty and trying a cold boot.

-- 
David Kelly N4HHE, [EMAIL PROTECTED]
=
The human mind ordinarily operates at only ten percent of its
capacity -- the rest is overhead for the operating system.

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


Reaality and KDE

2003-03-03 Thread Cliff Sarginson
It it is just impossible to update KDE.

-- 
Regards
   Cliff

[ This mail has been checked as virus-free ]

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


Starting local daemons problem

2003-03-03 Thread S. Niunco
Hello!
 I'm running 4.8-RC and every time just before the login prompt i get this message:
 Starting local daemons: [: missing ]  
 What is the reason for this message to appear and how do i correct it?
   TIA.

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


Re: Starting local daemons problem

2003-03-03 Thread Peter Elsner
Take a look at your /usr/local/etc/rc.d directory for any start up scripts.
View these scripts to make sure that they are correctly configured.
Peter

At 09:38 PM 3/3/2003 +0100, you wrote:
Hello!
 I'm running 4.8-RC and every time just before the login prompt i get 
this message:
 Starting local daemons: [: missing ]
 What is the reason for this message to appear and how do i correct it?
   TIA.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message
--
Peter Elsner [EMAIL PROTECTED]
Vice President Of Customer Service (And System Administrator)
1835 S. Carrier Parkway
Grand Prairie, Texas 75051
(972) 263-2080 - Voice
(972) 263-2082 - Fax
(972) 489-4838 - Cell Phone
(425) 988-8061 - eFax
I worry about my child and the Internet all the time, even though she's
too young to have logged on yet. Here's what I worry about. I worry
that 10 or 15 years from now, she will come to me and say Daddy, where
were you when they took freedom of the press away from the Internet?
-- Mike Godwin
Unix IS user friendly... It's just selective about who its friends are.
System Administration - It's a dirty job, but somebody said I had to do it.
If you receive something that says 'Send this to everyone you know,
pretend you don't know me.
Standard $500/message proofreading fee applies for UCE.



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


Re: Ok, KDE/Help .. after my moans what now ?

2003-03-03 Thread Lauri Watts
On Monday 03 March 2003 19.04, Cliff Sarginson wrote:
 On Mon, Mar 03, 2003 at 09:43:25AM +0100, Lauri Watts wrote:

  That's not a requirement, it's an option, if you want special support for
  that card from something that offers it.   Probably X itself, certainly
  nothing related to KDE.

 Ok, but no choice in portupgrade.
 Matrox cards are common as muck, even I know how to find out how a
 system has one or not.

Put the option in pkg_tools.conf

  *What* says libintl is missing? which binary? there is no binary called
  KDE, something specifically must be giving these problems.

 I am aware of that. It is startkde that is complaining.

startkde is a script, that runs several commands, we need to narrow down which 
of them is the problem.

   Plus the fact I cannot even re-intall KDE from the 4.7 ISO CD's.
   I get the highly useful message Error -1.

  From what? The CD-Rom drive? KDE? What KDE binary? From pkg_add? from
  Portupgrade? from tcsh?  From Raelian clones?
 
  Who knows.

 I know. I tried to restore the status quo ante. This, in my mind, was
 not so very unreasonable. The information about ports given out is that
 they are not dependent on a release. They clearly are. This is a fault
 in the system, not in yours truly.

No, this is *packages*.  Binary *packages* are built on a particular system.  
and may differ between versions of that particular system.  The same port, 
built on 5.0-Release and 4.7-Release and 4.8-Prerelease will be different 
compiled binaries from the same source.

   Now, correct me if I am wrong.
   The tag for ports should always be ., since the do not follow any
   kind of upgrade system like the release does.
   Why does portupgrade try to find 4.8-PRELEASE ports ?
   This is nonsense.
   From where is it getting this idea ?
 
  uname -a

 Ok, see above. It should not be caring about my release. Ports,
 according to all information sources I have read, are not RELEASE
 dependent. Of course they may have dependencies, but that is not the
 same thing.

Right.  They are.  Only package installs will care about the OS.

  3: Have an up to date portsdb -u.  Run it after every cvsup.  Most

  If it actually fails, cut and paste what it says into an email and ask. 
  Don't give anecdotes or paraphrase the errors, if you do we *cannot* help
  you.

 I run it every time. I am not paraphrasing errors.

You are paraphrasing errors, or cutting them short.  One single line of error 
output from gcc is useless without knowing what it was trying to compile or 
link, and knowing what other packages are installed so we can guess why it's 
not finding the files it wants.  So you need to paste at least several 
complete lines above the actual error message before we are able to help you.

You seem to be feeling very hostile, but there are several of us out here 
*trying* to help.  You're not making it very easy.  If you want the problems 
fixed, we need more information.  If you just want to rant, then this 
conversation is done, I won't participate anymore.

  4: Don't try to upgrade piecemeal if other ports are out of date.  The
  problem you describe above probably relate to a out of date dependency
  ports, but I can't be totally sure without the info from pkg_info -Ia. 
   Don't paraphrase that output, cut and paste it into an email, or I can't
  help you (are you seeing a pattern here?)

 No. Because you are assuming I am an idiot. I tried, following the
 bouncing ball, not assuming I knew better, to bring a system up to date.
 It failed.

I'm assuming no such thing.  I'm telling you that I need specific information 
that you have not so far provided. If you provide this information, I can 
help, if you don't, I cannot.  It's up to you.

 Ok, point taken.
 I don't paraphrase.
 I can cut and paste Error -1 or type it in. It still remains Error
 -1.

And you still haven't told us *what* command gave that reply.   Or any of the 
other information you have been asked for.

  - The ports system is supposed to be independent of the OS/Release, it
 is not.
It is.  The packages are not, they cannot be, because the OS itself is an 
evolving thing.  Packages are not ports, they are single snapshots of a port 
built on a single snapshot of a released version of the OS. 

  - KDE is unbuildable.

KDE is entirely buildable, very many people have built it successfully on very 
many versions of this operating system, and on many other operating systems 
(even HP/UX).  If it's not buildable on your system, we still don't have 
enough information to even begin to diagnose why.  As I've asked already, 
start with posting uname -a, pkg_info -Ia, and the configure results of the 
first port to fail (that'd be arts, if Qt 3.1 is ok - I haven't seen you yet 
complain about Qt, so I'll guess it is.) Then we might well be able to start 
fixing the problems.  

  - Shoving latest releases of KDE (and Gnome) into ports without the
 binary install of them is bad news. I have a fast high speed ADSL
 

Re: Reaality and KDE

2003-03-03 Thread Kirk Strauser
At 2003-03-03T20:29:27Z, Cliff Sarginson [EMAIL PROTECTED] writes:

 It it is just impossible to update KDE.

That would imply that noone has been able to do it, which isn't true.
Reaality is that *you* can't update KDE.
-- 
Kirk Strauser
In Googlis non est, ergo non est.


pgp0.pgp
Description: PGP signature


Right way to update configuration arguments for a port ?

2003-03-03 Thread Sean O'Neill
I want to build apache2 with the configuration option --enable-dav.  I've 
looked at the Porter's Handbook and to be honest - I'm a bit overwhelmed at 
the moment.

What I want to do it make it so that apache2 port on my machine will always 
include --enable-dav when apache2 gets upgraded, built, etc and I don't 
have to always remember to tweak something.

What's the right way to do this ?

--

. ..- -. .. -..- .-. ..- .-.. . ... 
.-- .. -. -... .-.. --- .-- ... -.. .-. --- --- .-.. ...
Sean O'Neill 

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


Re: Hooking 2 Networks

2003-03-03 Thread northern snowfall
Hooking is illegal in the USA. Even over networks.
Don


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


Re: Hooking 2 Networks

2003-03-03 Thread Stephen Hovey

Thats why the call it 'escorting' :)

On Mon, 3 Mar 2003, northern snowfall wrote:

 Hooking is illegal in the USA. Even over networks.
 Don
 
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 


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


Re: Problems using screen

2003-03-03 Thread Nigel Soon
try,
# stty erase ^vpress backspace key right after typing ^v 

The ^v (control - v ) is the quote character. It keeps the shell from
interpreting the next keystroke. This is necessary because some shells 
are smart enough to realize that either ^H or ^? should be treated as the
backspace character, but some programs don't (like mail, vi...). 

You can put the stty erase command right into your shells startup script.

Daniel Graupner schrieb am Monday, den 03. March 2003:

 Hello,
 
 while pressing e.g. backspace or del in a screen session, the 
 'vbell'-message appears. These Keys seems to be non-functional, thats very 
 ugly.
 (Freebsd 4.7, ports/misc/screen)
 I read the manpage but couldn't find a workaround, maybe its terminal 
 specific.
 
 Any Ideas?
 
 Thanks, Daniel.
 
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message

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


ufmcontrol

2003-03-03 Thread Brian Henning
hello-
does anyone know where the port ufmcontrol is? did it move or get deleted?
i have a usb radio that i would like to use it for, but i don't know where to
get the port.

thanks,
brian

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


Re: Right way to update configuration arguments for a port ?

2003-03-03 Thread Peter Elsner
Not 100% sure about this, but I'll bet you can put it in your 
/etc/make.conf file



At 03:05 PM 3/3/2003 -0600, you wrote:
I want to build apache2 with the configuration option 
--enable-dav.  I've looked at the Porter's Handbook and to be honest - 
I'm a bit overwhelmed at the moment.

What I want to do it make it so that apache2 port on my machine will 
always include --enable-dav when apache2 gets upgraded, built, etc and I 
don't have to always remember to tweak something.

What's the right way to do this ?

--

. ..- -. .. -..- .-. ..- .-.. . ... 
.-- .. -. -... .-.. --- .-- ... -.. .-. --- --- .-.. ...
Sean O'Neill

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message
--
Peter Elsner [EMAIL PROTECTED]
Vice President Of Customer Service (And System Administrator)
1835 S. Carrier Parkway
Grand Prairie, Texas 75051
(972) 263-2080 - Voice
(972) 263-2082 - Fax
(972) 489-4838 - Cell Phone
(425) 988-8061 - eFax
I worry about my child and the Internet all the time, even though she's
too young to have logged on yet. Here's what I worry about. I worry
that 10 or 15 years from now, she will come to me and say Daddy, where
were you when they took freedom of the press away from the Internet?
-- Mike Godwin
Unix IS user friendly... It's just selective about who its friends are.
System Administration - It's a dirty job, but somebody said I had to do it.
If you receive something that says 'Send this to everyone you know,
pretend you don't know me.
Standard $500/message proofreading fee applies for UCE.



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


state of the processes?

2003-03-03 Thread Jorge Mario G.
Hi
When i run top I see STATE indication the state of the proc
I would like to know where can I find information about the
different states and they do/mean
thanks

##
PID USERNAME PRI NICE  SIZERES STATETIME   WCPUCPU COMMAND
2324 root  10   0   916K   304K nanslp   5:44  0.00%  0.00% svscan
66328 root  2   0  7156K  3028K select   1:54  0.00%  0.00% httpd
##



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


Re: Hooking 2 Networks

2003-03-03 Thread northern snowfall


Thats why the call it 'escorting' :)

Hahaha, I spat out some pepsi when I read that
Don



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


Re: FreeBSD Security Advisory FreeBSD-SA-03:04.sendmail

2003-03-03 Thread Oscar Ricardo Silva
Anybody know how we should approach this for older versions of FreeBSD?  Is 
upgrading source and rebuilding the only way?  I was wondering if there 
were binary versions or patches for older versions so we don't have 
upgrade, rebuild and reboot.



At 09:11 AM 3/3/2003 -0800, FreeBSD Security Advisories, you wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
=
FreeBSD-SA-03:04.sendmail   Security Advisory
  The FreeBSD Project
Topic:  sendmail header parsing buffer overflow

Category:   contrib
Module: contrib_sendmail
Announced:  2003-03-03
Credits:Mark Dowd (ISS)
Affects:All releases prior to 4.8-RELEASE and 5.0-RELEASE-p4
FreeBSD 4-STABLE prior to the correction date
Corrected:  2003-03-03
FreeBSD only:   NO
I.   Background

FreeBSD includes sendmail(8), a general purpose internetwork mail
routing facility, as the default Mail Transfer Agent (MTA).
II.  Problem Description

ISS has identified a buffer overflow that may occur during header
parsing in all versions of sendmail after version 5.79.
In addition, Sendmail, Inc. has identified and corrected a defect in
buffer handling within sendmail's RFC 1413 ident protocol support.
III. Impact

A remote attacker could create a specially crafted message that may
cause sendmail to execute arbitrary code with the privileges of the
user running sendmail, typically root.  The malicious message might be
handled (and therefore the vulnerability triggered) by the initial
sendmail MTA, any relaying sendmail MTA, or by the delivering sendmail
process.  Exploiting this defect is particularly difficult, but is
believed to be possible.
The defect in the ident routines is not believed to be exploitable.

IV.  Workaround

There is no workaround, other than disabling sendmail.

V.   Solution

Do one of the following:

1) Upgrade your vulnerable system to 4-STABLE; or to the RELENG_5_0,
RELENG_4_7, or RELENG_4_6 security branch dated after the correction
date (5.0-RELEASE-p4, 4.7-RELEASE-p7, or 4.6.2-RELEASE-p10,
respectively).
[NOTE: At the time of this writing, the FreeBSD 4-STABLE branch is
 labeled `4.8-RC1'.]
2) To patch your present system:

The following patch has been verified to apply to FreeBSD 5.0, 4.7,
and 4.6 systems.
a) Download the relevant patch from the location below, and verify the
detached PGP signature using your PGP utility.
ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/patches/SA-03:04/sendmail.patch
ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/patches/SA-03:04/sendmail.patch.asc
b) Execute the following commands as root:

# cd /usr/src
# patch  /path/to/patch
# cd /usr/src/lib/libsm
# make obj  make depend  make
# cd /usr/src/lib/libsmutil
# make obj  make depend  make
# cd /usr/src/usr.sbin/sendmail
# make obj  make depend  make  make install
3) For i386 systems only, a patched sendmail binary is available.
Select the correct binary based on your FreeBSD version and whether or
not you want STARTTLS support.  If you want STARTTLS support, you must
have the crypto distribution installed.
a) Download the relevant binary from the location below, and verify
the detached PGP signature using your PGP utility.
ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/patches/SA-03:04/sendmail-4.6-i386-crypto.bin.gz
ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/patches/SA-03:04/sendmail-4.6-i386-crypto.bin.gz.asc
ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/patches/SA-03:04/sendmail-4.6-i386-nocrypto.bin.gz
ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/patches/SA-03:04/sendmail-4.6-i386-nocrypto.bin.gz.asc
ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/patches/SA-03:04/sendmail-4.7-i386-crypto.bin.gz
ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/patches/SA-03:04/sendmail-4.7-i386-crypto.bin.gz.asc
ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/patches/SA-03:04/sendmail-4.7-i386-nocrypto.bin.gz
ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/patches/SA-03:04/sendmail-4.7-i386-nocrypto.bin.gz.asc
ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/patches/SA-03:04/sendmail-5.0-i386-crypto.bin.gz
ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/patches/SA-03:04/sendmail-5.0-i386-crypto.bin.gz.asc
ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/patches/SA-03:04/sendmail-5.0-i386-nocrypto.bin.gz
ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/patches/SA-03:04/sendmail-5.0-i386-nocrypto.bin.gz.asc
b) Install the binary.  Execute the following commands as root.
Note that these examples utilizes the FreeBSD 4.7 crypto binary.
Substitute BINARYGZ with the file name which you downloaded in
step (a).
# BINARYGZ=/path/to/sendmail-4.7-i386-crypto.bin.gz
# gunzip ${BINARYGZ}
# install -s -o root -g smmsp -m 2555 ${BINARYGZ%.gz} 
/usr/libexec/sendmail/sendmail

c) Restart sendmail.  Execute the following command as root.

# /bin/sh /etc/rc.sendmail restart

VI.  Correction details

The following list contains the revision numbers of each file that was
corrected in 

Re: state of the processes?

2003-03-03 Thread Gary Jennejohn
Jorge Mario G. writes:
 Hi
 When i run top I see STATE indication the state of the proc
 I would like to know where can I find information about the
 different states and they do/mean
 thanks
 
 ##
 PID USERNAME PRI NICE  SIZERES STATETIME   WCPUCPU COMMAND
 2324 root  10   0   916K   304K nanslp   5:44  0.00%  0.00% svscan
 66328 root  2   0  7156K  3028K select   1:54  0.00%  0.00% httpd
 ##
 

I think the only place this is documented is in the source.

However, the states seem pretty obvious:

nanslp = sleeping in nanosleep
select = waiting in select
kqread = waiting on a kqueue read event
piperd = waiting on a pipe read
accept = waiting on accept
ttyin = waiting for input from a TTY

etc.

---
Gary Jennejohn / [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]


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


Re: Hooking 2 Networks

2003-03-03 Thread Stephen Hovey
As long as it wasnt out ur nose - cool :)

On Mon, 3 Mar 2003, northern snowfall wrote:

 
 
 Thats why the call it 'escorting' :)
 
 Hahaha, I spat out some pepsi when I read that
 Don
 
 
 
 


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


Re: [notspam] Re: getting images off a digital camera...

2003-03-03 Thread Chad Albert
All I have to do is mount it as if it were a regular drive on the system.  I
think the generic kernel has support for USB mass storage devices, so plug
your camera in and make note of it's device name then mount it as if it were
an msdos drive.  In the following example my camera is /dev/da0s1 so after
making a directory called camera in /mnt, I type mount_msdosfs /dev/da0s1
/mnt/camera
- Original Message -
From: Alex(ander Sendzimir) [EMAIL PROTECTED]
To: Chad Albert [EMAIL PROTECTED]
Cc: freebsd-questions [EMAIL PROTECTED]
Sent: Monday, March 03, 2003 12:31 PM
Subject: [notspam] Re: getting images off a digital camera...


 Chad,

 I'm not familiar with USB storage devices. I have a USB scanner and
 printer and that's the extent of my experience with USB under any OS.
 Could explain in more detail what you do? Then again I'm asking this in
 part out of time constraints: I haven't looked at mounting a USB device
 in the man pages yet.

 Thanks for you help. I have a biology exam right now that looks like
 it's going to be a killer. I'm outta here.

 Alex


 On Mon, 2003-03-03 at 13:45, Chad Albert wrote:
  I use a Sony DSC-P50 and I am able to just mount it as a USB Storage
device.
  Yours will probably work the same way.
 
  To Unsubscribe: send mail to [EMAIL PROTECTED]
  with unsubscribe freebsd-questions in the body of the message


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


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


Re: FreeBSD Security Advisory FreeBSD-SA-03:04.sendmail

2003-03-03 Thread Kris Kennaway
On Mon, Mar 03, 2003 at 03:56:40PM -0600, Oscar Ricardo Silva wrote:
 Anybody know how we should approach this for older versions of FreeBSD?  Is 
 upgrading source and rebuilding the only way?  I was wondering if there 
 were binary versions or patches for older versions so we don't have 
 upgrade, rebuild and reboot.

What you see in the advisory is all that is provided by FreeBSD.  If
you're on an older release, it's not supported any longer and you need
to figure out how to fix it on your own.  That may involve upgrading
to a supported release, or manually fixing the problem described in
the advisory.  In this case you can probably disable the base system
sendmail and use the sendmail port.

Kris


pgp0.pgp
Description: PGP signature


stale dependency ?!

2003-03-03 Thread Petre Bandac

kgb# portversion 
Stale dependency: simicq-0.8.1 -- fam-2.6.9_2 -- manually run 'pkgdb -F' to 
fix, or specify -O to force.


and when I run pkgdb -Fvu I am asked whether to:

Stale dependency: simicq-0.8.1 - fam-2.6.9_2 (devel/fam):
New dependency? (? to help): ?
 [Enter] to skip, [Ctrl]+[D] to delete,  [.][Enter] to abort, [Tab] to 
complete
New dependency? (? to help): 


delete here means it deletes the dependency or the whole port ?

what's the method to correct the situation, assuming that in the future I 
shall want to portupgrade ?

thanks,

petre
-- 
Login: petreName: Petre Bandac
Directory: /home/petre  Shell: /usr/local/bin/zsh
On since Thu Feb 27 00:41 (EET) on ttyv0, idle 5 days 0:37 (messages off)
On since Sun Mar  2 21:49 (EET) on ttyp0, idle 0:03, from :0
On since Tue Mar  4 01:15 (EET) on ttyp1, idle 0:01, from :0
No Mail.
No Plan.


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


Re: [notspam] Re: getting images off a digital camera...

2003-03-03 Thread Alex(ander Sendzimir)
Chad,

Thanks again. That helps. In another post David Kelly suggest gphoto2 in
ports/graphics. I looked into this and it does support the DSC-F707. So,
perhaps it will work with the F717, too. Also, it supports your camera.
I think I will try both approaches and see how they compare. Of course
(doesn't it figure) I compile my kernel without USB mass storage
support. Oh, well. It's about time for another kernel compile :-)

Thanks again.

Alex



On Mon, 2003-03-03 at 17:21, Chad Albert wrote:
 All I have to do is mount it as if it were a regular drive on the system.  I
 think the generic kernel has support for USB mass storage devices, so plug
 your camera in and make note of it's device name then mount it as if it were
 an msdos drive.  In the following example my camera is /dev/da0s1 so after
 making a directory called camera in /mnt, I type mount_msdosfs /dev/da0s1
 /mnt/camera



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


Sendmail patch questions...

2003-03-03 Thread Mike Loiterman
 
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Just applied the patch to /usr/src/contrib/sendmail/src  

I'm running sendmail 8.11.6


1.  Is this the correct location for the patch?
2.  Do I need to do a `make world' or can I just do a make install from with the 
/usr/src/contrib/sendmail directory and restart sendmail?

Thanks...

- ---
Randomly Generated Quote:
'I like the word 'indolence'. It makes 
my laziness seem classy.' -- Bern Williams 

Mike Loiterman
PGP Key 0xD1B9D18E
http://www.ascendency.net



-BEGIN PGP SIGNATURE-
Version: PGP 8.0
Comment: This message has been digitally signed by Mike Loiterman

iQA/AwUBPmPqHWjZbUnRudGOEQIxuACcDbTnPBWb7aeao/X0nv0rkFJVdSkAoMSn
3vFfqEMYdkU5YCN6HXUUfaCn
=pxNq
-END PGP SIGNATURE-


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


Re: [notspam] Re: getting images off a digital camera...

2003-03-03 Thread Greg 'groggy' Lehey
On Monday,  3 March 2003 at 17:55:51 -0500, Alex(ander Sendzimir) wrote:
 On Mon, 2003-03-03 at 17:21, Chad Albert wrote:
 All I have to do is mount it as if it were a regular drive on the system.  I
 think the generic kernel has support for USB mass storage devices, so plug
 your camera in and make note of it's device name then mount it as if it were
 an msdos drive.  In the following example my camera is /dev/da0s1 so after
 making a directory called camera in /mnt, I type mount_msdosfs /dev/da0s1
 /mnt/camera

 Thanks again. That helps. In another post David Kelly suggest gphoto2 in
 ports/graphics. I looked into this and it does support the DSC-F707. So,
 perhaps it will work with the F717, too. Also, it supports your camera.
 I think I will try both approaches and see how they compare. Of course
 (doesn't it figure) I compile my kernel without USB mass storage
 support. Oh, well. It's about time for another kernel compile :-)

My father has a Sony camera as well.  I don't know what model, but I'd
guess that if the F707 shows as a SCSI disk, the F717 will as well.
It's far preferable to use standard interfaces than special software.
Once you have the device, you can mount it as a disk and copy the
files to where they belong.  First create a directory /camera and put
the following entry in /etc/fstab:

/dev/da0s1  /camera msdos   rw,noauto   0   0

Then, after connecting the camera, you can do things like:

 # mount /camera
 # mkdir Photos
 # cp /camera/directory/* Photos
 # rm /camera/directory/*

Most cameras don't store the photos in the root directory.  For
example, my Nikon camera stores them in /camera/dcim/100nikon.  You'll
have to find out the name of the directory on your camera and replace
the text directory with the correct name.

Greg
--
See complete headers for address and phone numbers
Please note: we block mail from major spammers, notably yahoo.com.
See http://www.lemis.com/yahoospam.html for further details.


pgp0.pgp
Description: PGP signature


Number of sf_bufs (nsfbuf)'s available/inuse for -STABLE...

2003-03-03 Thread Sean Chittenden
Is there any way to determine if there are any sf_buf's available or
how many are in use under -STABLE?  I know -CURRENT has
kern.ipc.nsfbufs as a read only tunable, but that doesn't tell me how
many are free.  Anyone else use sendfile(2) extensively and have
pearls of wisdom in terms of performance tuning?  -sc

-- 
Sean Chittenden


pgp0.pgp
Description: PGP signature


boring old me, KDE revisited

2003-03-03 Thread Cliff Sarginson
I hae taken all adice given.
I stil do not have a working KDE, 
-- 
Regards
   Cliff

[ This mail has been checked as virus-free ]

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


Re: DVD burner suggestions

2003-03-03 Thread oremanj
[Sorry - forgot to CC the list...]



 For some backups at work, I'm thinking of getting a DVD burner.  I was
 looking at the Sony dru500a, since its compatible with all the various
 dvd media out there.  Has anyone had any luck/experience with this drive
 (or any dvd burner)?

I have the Sony DRU500a drive (internal IDE version).  It works well:
$ mkisofs -r -o dvd.iso /some/large/tree/no/bigger/than/4.4g
[snip]
## You might not need to do the next command more than once
## per DVD. Substitute dvd-rw for dvd+rw if you're using that.
$ burncd -F -f /dev/acd0 format dvd+rw
$ burncd -f /dev/acd0 dvdrw dvd.iso
You might need to be root for those burncd commands; I'm not sure.
I think there's a cdrecord look-alike called dvdrecord, but I have no
experience with it. I'm not sure what the commands look like if you're
using DVD-R or DVD+R, but I assume something like `burncd -f /dev/acd0
data dvd.iso fixate' would work.

DVD+RW and DVD-RW work great for backups. For example, `dump 0uf
/path/with/big/space/dump_of_root.dump /' and burn it like an ISO. To
restore, `cd /  restore rf /dev/acd0' -- man restore for details.

I also had good experience just making an ISO of a directory (/usr/local
for example). To fit more than one of these on a DVD, you can do `mkisofs
-graft-points etc=etc var=var usr/local=usr_local usr/home=home' from the
root directory (this example makes an ISO of /etc, /var, /usr/local, and
/home and puts each one in a separate directory on the ISO.) Then `burncd
... dvdrw backup.iso'.

Here's a good backup command to get you started:
# cd / 
 mkisofs -graft-points usr/local=usr-local usr/home=usr-home \
 var=var etc=etc -o usr/backup/DVD.current.iso 
 burncd -F -f /dev/acd0 format dvd+rw 
 burncd -s max -f /dev/acd0 usr/backup/DVD.current.iso 
 mv usr/backup/DVD.current.iso \
 usr/backup/DVD.`date +%m-%d-%y`.iso 
 echo *** Backup Done! ***
This assumes that you have a DVD+RW in the drive, that the drive is
/dev/acd0, and that you want to back up /usr/local, /usr/home, /var, and
/etc. Depending on your setup, this may not all fit on one DVD.
As always, YMMV.

 I found only a few hints on the net, including:
 http://www.whiterose.net/~mrpink/freebsd/dvdr.php

 but it seems like its a bit of a hack.

 I'm running 5.0 release on a box with both scsi and ide capability.

I would get the IDE one: that's the only one I have experience with. I
don't know about SCSI. 5.0-release has the capability right out of the
box. (Note that with IDE you can emulate SCSI, if you have a program that
wants it.)

/usr/ports/sysutils/mkisofs is the only port you'll need.

 thanks in advance,
 Brian

Hope this helps,
Josh


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


Re: Disk failure (hardware or config problem?) Vinum

2003-03-03 Thread Greg 'groggy' Lehey
[Format recovered--see http://www.lemis.com/email/email-format.html]

Log output wrapped.

On Tuesday, 25 February 2003 at  0:24:27 -0300, David Feig wrote:
 I have been playing with Vinum and my first serious experiment resulted
 in a serious failure. I am not sure if my hard drive just chose this
 moment to fail or if it is a configuration problem but I can't seem to
 do anything with the drive anymore:

 ...
 Feb 24 21:37:17 hoho /kernel: ad7s1e: hard error writing fsbn 8 (ad7s1 bn 8; cn 0 tn 
 0 sn 8)ad7s1e: hard error writing fsbn 8 (ad7s1 bn 8; cn 0 tn 0 sn 8) status=51 
 error=04

That's a hardware error.

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
Please note: we block mail from major spammers, notably yahoo.com.
See http://www.lemis.com/yahoospam.html for further details.


pgp0.pgp
Description: PGP signature


sendmail 4.6 fixed binary on 4.5-RELEASE ?

2003-03-03 Thread Josh Brooks

Hello,

I am using:

ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/patches/SA-03:04/sendmail-4.6-i386-crypto.bin.gz

as a binary replacement for my sendmail binaries on my 4.6.x systems.  It
is working fine.

But what if I use this binary replacement on a 4.5-RELEASE system ?

Has anyone tested or tried this ?  I would assume it would work because I
notice many apps moving gracefully between 4.5 and 4.6, but I wonder if
anyone has any official word - or even a prediction ?

thanks!


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


Re: FreeBSD Security Advisory FreeBSD-SA-03:04.sendmail

2003-03-03 Thread Mike Meyer
In [EMAIL PROTECTED], Kris Kennaway [EMAIL PROTECTED] typed:
 On Mon, Mar 03, 2003 at 03:56:40PM -0600, Oscar Ricardo Silva wrote:
  Anybody know how we should approach this for older versions of FreeBSD?  Is 
  upgrading source and rebuilding the only way?  I was wondering if there 
  were binary versions or patches for older versions so we don't have 
  upgrade, rebuild and reboot.
 What you see in the advisory is all that is provided by FreeBSD.  If
 you're on an older release, it's not supported any longer and you need
 to figure out how to fix it on your own.  That may involve upgrading
 to a supported release, or manually fixing the problem described in
 the advisory.  In this case you can probably disable the base system
 sendmail and use the sendmail port.

Or the postfix port, or the qmail port, or the exim port. At least two
of those three have had zero security problems, and it's probably true
for all three of them.

mike
-- 
Mike Meyer [EMAIL PROTECTED]  http://www.mired.org/consulting.html
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

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


Re: boring old me, KDE revisited

2003-03-03 Thread Mike Meyer
In [EMAIL PROTECTED], Cliff Sarginson [EMAIL PROTECTED] typed:
 I hae taken all adice given.

No, you haven't. You have as yet to provide the information that has
been requested numerous time that people need to help you fix the
problem.

 I stil do not have a working KDE, 

You have no one to blame but yourself.

mike
-- 
Mike Meyer [EMAIL PROTECTED]  http://www.mired.org/consulting.html
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

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


Sendmail update from ports

2003-03-03 Thread Tommy Forrest - KE4PYM
On a FBSD 4.2-RELEASE system - I build Sendmail 8.12.8 from the ports
collection.  It builds and installs just fine.  I follow the directions
in pkg-message.  I set sendmail_enable=no in rc.conf.  

And because my system is  4.6 I put sendmail_flags=-L sm-msp-queue
-Ac -q1m'

Set the sendmail.sh in /usr/local/etc/rc.d and reboot.  I see sendmail
start as a local package.  I see sendmail running as a process.  I
cannot, however telnet to localhost 25.  Connection refused.

The one thing that throws me off in pkg-message is the statement about
adding stuff to sendmail.mc.  I do not have a sendmail.mc file on my
sysytem.  Where would that live?

What am I missing here?

Tommy Forrest - KE4PYM -  [EMAIL PROTECTED]
My two cents:
Even my cleaning lady won't do Windows.

PGP Public Key Fingerprint: 0A51 6ED0 4555 5B33  FA68 C75B 865D 83CE



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


Re: Problems using screen

2003-03-03 Thread Giorgos Keramidas
On 2003-03-03 20:30, Daniel Graupner [EMAIL PROTECTED] wrote:
 Hello,

 while pressing e.g. backspace or del in a screen session, the
 'vbell'-message appears.

I'm using xterms exclusively as screen windows here for quite some
time.  I'm not sure I understand what the problem you are trying to
describe is though.

What do you mean by the 'vbell'-message appears.?

 These Keys seems to be non-functional, thats very ugly.  (Freebsd
 4.7, ports/misc/screen) I read the manpage but couldn't find a
 workaround, maybe its terminal specific.

Not sure.  You'll have to provide more details.

- Giorgos

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


Re: Sendmail patch questions...

2003-03-03 Thread Giorgos Keramidas
On 2003-03-03 17:49, Mike Loiterman [EMAIL PROTECTED] wrote:
 Just applied the patch to /usr/src/contrib/sendmail/src
 I'm running sendmail 8.11.6

What patch did you apply?

 1.  Is this the correct location for the patch?

Depends on the patch.  If it's the one from www.sendmail.org for the
8.11.x versions of Sendmail, then yes... you applied it in the right
part of the source tree.

 2.  Do I need to do a `make world' or can I just do a make install
 from with the /usr/src/contrib/sendmail directory and restart
 sendmail?

It's probably better to do a full buildworld, to see if the patch
breaks anything.  Note though that even if a buildworld succeeds,
you're effectively trying to backport the fixes to an older,
unsupported branch of development.  Without more testing it's not easy
to answer questions like ``Will my Sendmail installation  setup work
without any sort of problem afterwards?''

- Giorgos

PS: You can always upgrade to RELENG_4.  Gregory Neil Shapiro, the
maintainer of Sendmail on FreeBSD, has already merged the latest
Sendmail version (8.12.8) to the RELENG_4 branch.


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


Re: Portupgrade -- revisited

2003-03-03 Thread Roger Merritt
At 01:15 PM 3/3/03, Kent Stewart wrote:
On Sunday 02 March 2003 08:55 pm, Roger Merritt wrote:
 At 05:15 AM 3/3/03, Kent Stewart wrote:
 snip
 What portupgrade options are you using? When you do -r, you have
  to force -f.

 Very interesting. Where is that documented? I just did a quick read
 through the portupgrade man page and don't see anything about it. I
 believe you, and I'm going to try it on my libxml2, which has refused
 to build for about six weeks now, but this is one of the things that
 has made me disenchanted with portupgrade. That, and things like
 'portsdb -Uu'.
You have to live with the -uU. INDEX isn't updated very often and if you
don't cvsup right after it is, it won't have the current requirements.
If you use portupgrade and the other tools, you have to update
INDEX.db. If you refuse or don't cvsup ports-all, the make index
probably won't work properly to begin with. Some days, portsdb -U won't
work and you have to use make index. Regardless of which method you
use, you always have to run portsdb -u after you have updated INDEX.
Since I always recreate INDEX and INDEX.db, I have refused ports/INDEX.
There isn't any point in downloading a new copy and then destroying it
with the new version.
I looked at your other email. Libxml2 has requirements and I think your
are out of date. The latest portupgrade does wonderful things. I would
start by upgrading it to portupgrade-20030228 first. It has fixed the
requirement for the pkgdb -F being run unless they tell you to.
If you want to see if it will work, run portupgrade -Ruf libxml2. That
won't take very long. You have to build everything that uses it if it
works and that is the -r option. If you do both at the same time, it
will be hours until they finish.
I don't know which is the best list. I start out with the maintainer but
I really don't believe there is anything wrong with libxml2. I found a
problem making libxslt package and marcus@ fixed it right away. Since
then, it has been upgraded on my 4 main machines.
Now that you mention it, libxslt is another problem I've been having. 
Haven't been able to upgrade it for a long time for reasons similar to libxml2.

On Marcus' advice I took a look at my version of Python. Somehow I had 
version 1.6, while the port is 1.5.2_2! So I have run 'pkg_deinstall python 
1.6' and am now running 'portupgrade -NR lang/python15' (it reported there 
was no package or port named python15). When that's done I'll try again 
with libxml2 and libxslt. And pango.

But thank goodness for this mailing list. Otherwise I'd never find out 
about some of these gotchas.

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


Re: Sendmail patch questions...

2003-03-03 Thread Terry Todd
On Mon, Mar 03, 2003 at 05:49:50PM -0600, Mike Loiterman wrote:
  
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Just applied the patch to /usr/src/contrib/sendmail/src  
 
 I'm running sendmail 8.11.6
 
 
 1.  Is this the correct location for the patch?
 2.  Do I need to do a `make world' or can I just do a make install from with the 
 /usr/src/contrib/sendmail directory and restart sendmail?
 
 Thanks...


I'm also running 8.11.6.  I installed the correct patch from sendmail.org
but haven't figured out how to get it to compile.  The README says:

*
!! DO NOT USE MAKE !!  in this directory to compile sendmail --
*  instead, use the Build script located in
the sendmail directory.

However, there is no Build script.

Now what?


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


Soundcard working (was: Soundcard not working)

2003-03-03 Thread James McNaughton
James McNaughton [EMAIL PROTECTED] writes:

 Orion Hodson [EMAIL PROTECTED] writes:
 
  
  The ALS4000 chipset is supported, it's the bios on the machine in question  
  bios that causes problems on 4.x.  Try adding the following to your kernel 
  config file and rebuilding and reinstalling the kernel:
  
  options PCI_ENABLE_IO_MODES
 
 Thanks for the info. I tried it, but on boot the same messages came up
 about the soundcard. But worse than that, the new kernel couldn't
 mount the root file system. Does the PCI_ENABLE_IO_MODES option also
 require PNPBIOS? I didn't have PNPBIOS in my kernel config.
 
 I think I'll try hardcoding the resources for the sbc driver and see
 what that does.
 

For the record, I got the soundcard to work (SIIG Soundwave Pro PCI
with ALS4000 chip).

After spending too much time enabling and disabling kernel options and
playing with BIOS settings for me to still be considered sane, it
occured to me that just maybe the PCI slot was FUBAR. It isn't
completely FUBAR, but switching the video and soundcards made it all
work.

Damn PCI Bus! Why can't we just set resoources with jumpers. If God
meant for mankind to be plug-and-play, he would have given us better
BIOSes ;)

 More advice is welcome.
 
 Jim

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


Re: Error - Signal 11 was caught

2003-03-03 Thread taxman
On Monday 03 March 2003 11:20 am, Peter Elsner wrote:
 Signal 11 is almost always memory...  Replace your memory chips on your
 motherboard

Actually in general it's usually a software bug.  But when (as in this case) 
you're talking specifically about a FreeBSD install or kernel compile or a 
make world, there aren't (m)any errors left that could cause a signal 11.
Don't believe me?  See the signal 11 FAQ:
http://www.bitwizard.nl/sig11/

The best test is if it fails in different places upon repeating the same 
compile, it is almost certain to be hardware.  If it fails at the same place 
with the same error each repeated time, you most likely have found a software 
bug.

Tim


 Peter

 At 01:38 AM 3/3/2003 -0700, you wrote:
  I'm getting the error Signal 11 was caught, just after committing
  to the install. The system then shuts down and reboots. I have run the
  installer several times, and get the same error each time. I have turned
  on Debug in the options, but I have no idea how to access it without the
  OS having been loaded. (Yes, I'm a newbie)
 
  I'm trying to install on a multi-partition drive, so I can switch
 between several different OS's. I've created three Install floppies,
 (kern.flp, mfsroot.flp,  drivers.flp), and am attempting an FTP install.
  I am installing all the drivers from the drivers floppy, since the
  directions on the web site don't mention it at all. I can't find any
  error list, so I have no idea what signal 11 means.
 
  If there's any other information you need, let me know.
 
  Ken Biles
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message

 ---
--- Peter Elsner [EMAIL PROTECTED]
 Vice President Of Customer Service (And System Administrator)
 1835 S. Carrier Parkway
 Grand Prairie, Texas 75051
 (972) 263-2080 - Voice
 (972) 263-2082 - Fax
 (972) 489-4838 - Cell Phone
 (425) 988-8061 - eFax

 I worry about my child and the Internet all the time, even though she's
 too young to have logged on yet. Here's what I worry about. I worry
 that 10 or 15 years from now, she will come to me and say Daddy, where
 were you when they took freedom of the press away from the Internet?
 -- Mike Godwin

 Unix IS user friendly... It's just selective about who its friends are.
 System Administration - It's a dirty job, but somebody said I had to do it.
 If you receive something that says 'Send this to everyone you know,
 pretend you don't know me.

 Standard $500/message proofreading fee applies for UCE.



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


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


Re: Sendmail patch questions...

2003-03-03 Thread Terry Todd
On Mon, Mar 03, 2003 at 08:53:26PM -0600, Terry Todd wrote:
 On Mon, Mar 03, 2003 at 05:49:50PM -0600, Mike Loiterman wrote:
   
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
  
  Just applied the patch to /usr/src/contrib/sendmail/src  
  
  I'm running sendmail 8.11.6
  
  
  1.  Is this the correct location for the patch?
  2.  Do I need to do a `make world' or can I just do a make install from with the 
  /usr/src/contrib/sendmail directory and restart sendmail?
  
  Thanks...
 
 
 I'm also running 8.11.6.  I installed the correct patch from sendmail.org
 but haven't figured out how to get it to compile.  The README says:
 
 *
 !! DO NOT USE MAKE !!  in this directory to compile sendmail --
 *  instead, use the Build script located in
 the sendmail directory.
 
 However, there is no Build script.
 
 Now what?
 

Looks like in FreeBSD you need to cd to /usr/src/usr/sbin/sendmail
and run make install after applying the patch from sendmail.org
Then restart sendmail.

Is there a way to test that the vulnerability has been fixed?


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


Re: Sendmail patch questions...

2003-03-03 Thread Terry Todd
On Mon, Mar 03, 2003 at 09:15:05PM -0600, Terry Todd wrote:
 On Mon, Mar 03, 2003 at 08:53:26PM -0600, Terry Todd wrote:
  On Mon, Mar 03, 2003 at 05:49:50PM -0600, Mike Loiterman wrote:

   -BEGIN PGP SIGNED MESSAGE-
   Hash: SHA1
   
   Just applied the patch to /usr/src/contrib/sendmail/src  
   
   I'm running sendmail 8.11.6
   
   
   1.  Is this the correct location for the patch?
   2.  Do I need to do a `make world' or can I just do a make install from with the 
   /usr/src/contrib/sendmail directory and restart sendmail?
   
   Thanks...
  
  
  I'm also running 8.11.6.  I installed the correct patch from sendmail.org
  but haven't figured out how to get it to compile.  The README says:
  
  *
  !! DO NOT USE MAKE !!  in this directory to compile sendmail --
  *  instead, use the Build script located in
  the sendmail directory.
  
  However, there is no Build script.
  
  Now what?
  
 
 Looks like in FreeBSD you need to cd to /usr/src/usr/sbin/sendmail

Correction: cd /usr/src/usr.sbin/sendmail

 and run make install after applying the patch from sendmail.org
 Then restart sendmail.
 
 Is there a way to test that the vulnerability has been fixed?
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message

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


Re: Portupgrade -- revisited

2003-03-03 Thread Kent Stewart
On Monday 03 March 2003 06:30 pm, Roger Merritt wrote:
 At 01:15 PM 3/3/03, Kent Stewart wrote:
 On Sunday 02 March 2003 08:55 pm, Roger Merritt wrote:
   At 05:15 AM 3/3/03, Kent Stewart wrote:
   snip
snip

 On Marcus' advice I took a look at my version of Python. Somehow I
 had version 1.6, while the port is 1.5.2_2! So I have run
 'pkg_deinstall python 1.6' and am now running 'portupgrade -NR
 lang/python15' (it reported there was no package or port named
 python15). When that's done I'll try again with libxml2 and
 libxslt. And pango.

The port system is really simple and straight forward. If you change 
anything, then you have to be able to deal with it on your own. Change 
anything includes refusing ports, not rebuilding INDEX*, and etc. Some 
how you changed things by adding 1.6 and we all saw what happened. Now, 
we just have to remember it until the next person does it :). I am 
reasonably sure you will but many of the rest of us might not.


 But thank goodness for this mailing list. Otherwise I'd never find
 out about some of these gotchas.

I learned something out of this too. Fontconfig was modified and so I 
tried -Rup fontconfig. Portupgrade just built fontconfig. Next I tried 
-pur fontconfig. It rebuild Xft, which had also been upgraded, and just 
repackaged everything that used them below that. Now, the kicker is 
that qt-3.x uses Xft.2 in the build but it was not rebuilt. I had to 
run -pufr fontconfig for that to happend.

Kent

-- 
Kent Stewart
Richland, WA

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


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


  1   2   >