Re: Webmail Frontend to mailboxes.

2005-01-07 Thread Tabor Kelly
Ted Mittelstaedt wrote:

5) many issues with getting Apache mod-SSL running properly with a
self-signed
key  (you have to generate it manually with openssl, the apache docs that
say use make key or whatnot don't work)
I am not doubting you that this was an issue. But it is now documented 
quite nicely in the mod_ssl faq 
(http://www.modssl.org/docs/2.8/ssl_faq.html). Also (as a side note), I 
use CAcert (http://www.cacert.org) for my key signing needs.

--
Tabor Kelly
[EMAIL PROTECTED]
http://tabor.taborandtashell.net
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Is there a problem with syslogd -a?

2005-01-07 Thread Anthony Atkielski
Rob writes:

R> On 5.3, I have following in rc.conf:
R>   syslogd_flags="-a 192.168.123.0/24 -b 192.168.123.254"
R>
R> on the machine that has IP 192.168.123.254.
R> It serves a cluster of 192.168.123.X with X = 1 to 7
R>
R> /etc/syslog.conf on the 192.168.123.X PCs has:
R>*.* @192.168.123.254
R>
R> and all syslog messages arrive on 192.168.123.254 and are stored there.

Thanks.  I had not used the -b argument, but I think I found the
problem: I have to put -a 10.0.0.0/24:* in order to accept messages from
something other than syslog.  I'm not sure what the router is calling
itself,but apparently syslog isn't it.  When I use the wildcard, it
works.

-- 
Anthony


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


RE: Supermicro Hardware and FreeBSD

2005-01-07 Thread Ted Mittelstaedt


> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED]
> Sent: Friday, January 07, 2005 2:23 PM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: Re: Supermicro Hardware and FreeBSD
> 
> 
> If you nor any of the FreeBSD developers "know" about the 75xx series of 
> chipsets, 

I had a feeling something like this would have come out of your
trap, so I took the precaution of e-mailing the people yesterday
who had filed PR i386/72579 yesterday.

The results are available here:

http://www.freebsd.org/cgi/query-pr.cgi?pr=72579

The original author of the PR has not responded, and the one followup
author responded to my query saying that it was bad hardware, and
that his other 75xx-based SuperMicro board works fine.

Your friend Boris who was the OP on this thread has also slunk
away and hidden since he has not posted a followup to the
PR in question either.

> 
> I posted exactly why 5.x is slower than 4.x,

If you know so much about it I suggest you open a new PR on the
topic so the development team can look into it.

Of course, to do this you have to actually OWN a system with one
of these chipsets, running FreeBSD 5.3.

We await your PR.

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


Re: traffic counting

2005-01-07 Thread Jez Hancock
On Tue, Jan 04, 2005 at 03:43:55PM +0500, Alexandr Lookoshkoff wrote:
> 
>   How to make such thing as traffic counting?
> 
>   There is a gateway (with NAT) and a local network. Every month
>   i must send a report how many traffic get everybody.
> 
>   What tool can help me with it?

There's a hack I use that's detailed here:

http://ipfwstats.sf.net/

essentially a shell rc script runs at boot time to create an ipfw
'count' rule for each user on the server.  The counts are then collected
via cron at the end of each day and dropped into a mysql db.  The db can
then be queried by a php script from a web server to display statistics
to the end user/admin/etc.  Fairly simple but worked for me at the time.

-- 
Jez Hancock
 - System Administrator / PHP Developer

http://munk.nu/
http://jez.hancock-family.com/  - Another FreeBSD Diary
http://ipfwstats.sf.net/- ipfw peruser traffic logging
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: How long will 4.x be supported?

2005-01-07 Thread Ted Mittelstaedt


> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of sp0ng3b0b
> Sent: Friday, January 07, 2005 1:49 PM
> To: [EMAIL PROTECTED]
> Subject: How long will 4.x be supported?
>
>
> Given the serious stability issues that *some* users are having with
> 5.3, many are sticking with 4.x for production servers.
>
> Will FreeBSD keep the 4.x line alive for a little while longer? Perhaps
> going into 4.12, 4.13, etc?

http://www.freebsd.org/releases/4.10R/announce.html

Note the line:

"The current plans are for one more FreeBSD 4.X release which will be
FreeBSD 4.11-RELEASE. It is expected the upcoming FreeBSD 5.3 release will
have reached the maturity level most users will be able to migrate to 5.X"

Keep an eye on the release notes for 4.11 when it goes golden.

Ted

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


Re: Sony autoloader

2005-01-07 Thread Dan Nelson
In the last episode (Jan 07), Jeff Tollison said:
>  pciconf -lv for the slot says:
> 
> [EMAIL PROTECTED]:7:0: class=0x01 card=0x80101191 chip=0x80101191 rev=0x01
> hdr=0x00
> vendor   = 'Acard Technology Corp'
> device   = 'ATP870 Ultra Wide SCSI Contoller (AEC6712UW)'
> class= mass storage
> subclass = SCSI

Unfortunately, I don't think there are any FreeBSD drivers for Acard
controllers.  There are about 3 requests a year asking about Acard
support, so unless one of them volunteers to write a driver, you may be
better off getting a cheap Adaptec or Symbios card.

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


RE: Webmail Frontend to mailboxes.

2005-01-07 Thread Ted Mittelstaedt


> -Original Message-
> From: Peter Risdon [mailto:[EMAIL PROTECTED]
> Sent: Friday, January 07, 2005 2:17 AM
> To: Colin J. Raven
> Cc: Ted Mittelstaedt; FreeBSD Questions
> Subject: RE: Webmail Frontend to mailboxes.
>
>
> On Fri, 2005-01-07 at 11:12 +0100, Colin J. Raven wrote:
> > On Jan 7 at 09:41, Peter Risdon launched this into the bitstream:
> >
> > > On Fri, 2005-01-07 at 09:59 +0100, Colin J. Raven wrote:
> > >> On Jan 6 at 21:41, Ted Mittelstaedt launched this into the bitstream:
> > >>
> > >>> Use IMP.
> [...]
> >
> > Now you mention it, I seem to recall a shedload of issues if you had to
> > download the source and build it by hand. There were definite
> gotchas in
> > that process I believe.
> >
> >
>
> How so? It's PHP. There's nothing to build.
>

There were a number of gotchas that were serious EARLIER ON.
Here's a list of the ones I ran into:

1) The versions of IMP and Horde in the ports tree were old and had
security holes thus had to be scratched

2) X Windows is a dependency on one of the subsidiary programs so you
have to plan your disk partition strategy.

3) IMP's config file used the name wvHtml for the MS Word viewer and
first time I ran across this I spent at least an hour finding out that
this program had been renamed "wv"  (wv requires imagemagic which
requires X and a great many other programs)

4) IMP looks for user programs (like ispell) in /usr/bin not /usr/local/bin

5) many issues with getting Apache mod-SSL running properly with a
self-signed
key  (you have to generate it manually with openssl, the apache docs that
say use make key or whatnot don't work)

6) There's no list anywhere of what drivers in php IMP needs you have to
guess.
(ie: ldap)

7) Using a different imap server than uw-imap might cause trouble with php,
as that port installs the uw-imap client libraries.

8) All kinds of dumb-ass file naming issues with default config files from
when php went to php4.  (ie: .php3 to .php)

9) uw-imap that ports installs was old and had security hole

10) php.ini and local.inc in phplib supplied by Horde has wrong pathnames in
it

11)  php.ini doesen't have extension-imap.so and mysql.so in it

12) Not clear that dirs horde-1.2.3 and imp-2.2.3 need to be renamed
horde and imp

13) - the instructions place phplib into the document root, and local.inc is
in there, so a command like:

https://machinename.com/horde/phplib/local.inc

Will open up the local.inc file in all it’s glory.  You can
you can move phplib from /usr/local/www/htdocs/horde/phplib to
/usr/local/www/phplib and change all the references to point to there.


Most of these are due to misinterpretaitons of the install docs, which
exist because the install docs were written by someone who thinks that
concise writing  is a good thing with instructions.

Ted

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


Re: Question re: GCC on FreeBSD for AMD64

2005-01-07 Thread Brooks Davis
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] Behalf Of alexei kozlov
> > Sent: Thursday, January 06, 2005 10:58 AM
> > To: freebsd-questions@freebsd.org
> > Subject: Question re: GCC on FreeBSD for AMD64
> > 
> > My fellow asked me if GCC on FreeBSD for AMD64 supports 64bit memory 
> > pointers. He means is it possible to allocate *very* big  (4GB and more) 
> > chunks of storage?

Yes, there wouldn't be much point otherwise.

-- Brooks

-- 
Any statement of the form "X is the one, true Y" is FALSE.
PGP fingerprint 655D 519C 26A7 82E7 2529  9BF0 5D8E 8BE9 F238 1AD4


pgp5Kjd4uZWYM.pgp
Description: PGP signature


Re: Question re: GCC on FreeBSD for AMD64

2005-01-07 Thread Steve Kargl
On Fri, Jan 07, 2005 at 09:55:24PM -0800, Ted Mittelstaedt wrote:
> 
> > My fellow asked me if GCC on FreeBSD for AMD64 supports 64bit memory 
> > pointers. He means is it possible to allocate *very* big  (4GB and more) 
> > chunks of storage?

Yes. 

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


Re: ATi and Xorg Troubles in FreeBSD 5.3

2005-01-07 Thread Joe Altman
Doug, Ronny...

I'm running 4.11 with xorg 6.8.1, built from source on December 28,
2004 using a Rage Mobility P/M AGP 2x on an IBM ThinkPad A20m. I have
a default depth of 24 bits, and a resolution of 1024x768. I am using
the ati driver.

Ronny: I see that the query is for 5.3, but I thought that perhaps my
experience would indicate that the ATI chip seems to work fine w/ the
most recent version of xorg; or rather, the source as it existed on
December 28th.

Doug: I remember that you and I encountered the same issue, back in
September or thereabouts, WRT the ATI chip? I'm happy to report what
is above: it seems to be safe to use the ati driver w/ the newest
source for xorg and the chip in question.

HTH, best regards,

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


RE: Question re: GCC on FreeBSD for AMD64

2005-01-07 Thread Ted Mittelstaedt

Ask on the freebsd-amd64 mailing list.

Ted

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of alexei kozlov
> Sent: Thursday, January 06, 2005 10:58 AM
> To: freebsd-questions@freebsd.org
> Subject: Question re: GCC on FreeBSD for AMD64
> 
> 
> Hello, Gurus.
> 
> My fellow asked me if GCC on FreeBSD for AMD64 supports 64bit memory 
> pointers. He means is it possible to allocate *very* big  (4GB and more) 
> chunks of storage?
> 
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to 
> "[EMAIL PROTECTED]"
> 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: How can I limit some port according to ethernet card MAC?

2005-01-07 Thread Gavin Cameron
IPFW allows you to filter based on MAC addresses.

man ipfw

Cheers
Gavin


On Sat, 8 Jan 2005 12:17:25 +0800, heath, Chia Hui Chen
<[EMAIL PROTECTED]> wrote:
> Hello,
> I use FreeBSD 5.2.1 as NAT.
> How can I limit some port (packet in and out) according to ethernet card MAC
> ?
> Because we use dhcpd, and the IP is dynamic, so I wanna limit it by MAC.
> What can I do? Thanks for your response!
> 
> Best Regards,
> - heath
> 
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


How can I limit some port according to ethernet card MAC?

2005-01-07 Thread heath, Chia Hui Chen
Hello,
I use FreeBSD 5.2.1 as NAT.
How can I limit some port (packet in and out) according to ethernet card MAC
?
Because we use dhcpd, and the IP is dynamic, so I wanna limit it by MAC.
What can I do? Thanks for your response!

Best Regards,
- heath

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


Re: Able to mount samba but it's empty

2005-01-07 Thread Supote Leelasupphakorn
Hi list,
  But I do enable bigLba in Windows' registry already,
As I can use full of 200 GB capacity disk. The problem
occurred only when it was mounted Windows's disk
from FreeBSD with command: mount_smbfs, I found
nothing in the mount point.
Any comments are welcome
TIA
Original Message Follows
From: Danny MacMillan <[EMAIL PROTECTED]>
To: Supote Leelasupphakorn <[EMAIL PROTECTED]>
CC: freebsd-questions@freebsd.org
Subject: Re: Able to mount samba but it's empty
Date: Fri, 07 Jan 2005 13:20:42 -0700
On Fri, Jan 07, 2005 at 04:44:02PM +0700, Supote Leelasupphakorn wrote:
>
> Hi all,
>
>   I'm using 4.8-RELEASE-p15 and Samba-2.2.8a for mounting
> shared directory on Windows2000 (NTFS). So far the disk on
> Windows2000 is only 120 GB and mounting is successful.
>
>   But after I changed a disk to 200GB, I can sucessfully mount
> both 120GB and 200GB (I mean no any error message are
> displayed) but I can't see any file in the mount point of 200GB
> disk. I googled for a while but no any answer useful.  Is there
> any problem with 200 GB disk on Samba-2.2.8 OR it's time to
> upgraded the Samba's version OR I missed something ?
Is the disk in the machine running Windows 2000?  If so, you will want
to ensure that you have enabled Big LBA support on the Windows side,
if you haven't already.  There's a 137GB barrier in Windows 2k that can
cause major data loss, as I learned the hard way.  I don't know if it
has any impact on Samba, but since the drives are on either side of the
barrier it's worth looking into.
http://support.microsoft.com/kb/305098/EN-US/
If you haven't enabled this yet, do it.  If you don't you will lose
data, you will lose data, you will lose data.  Even if you haven't
lost data yet, you will.  It might not make Samba work, but it will
make Windows 2000 work.
--
Danny
P.S.  I'm not kidding.  If you love your data (and who doesn't), go
enable 48 bit LBA.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


hardware compatiblity

2005-01-07 Thread Bens
Good day to you all,
Im looking for a motherboard that will serve as
our FreeBSD server, I have some difficulty finding the
right review for MSI 865PE Neo2 platinum edition
motherboard.  Is this motherboard and its integrated
components compatible with FreeBSD release 5.3? 
Kindly please help me with this.  
Hoping for your reply, thanks and more power to
all.

Benson of Dagupan City, Philippines

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Device Perms in 5.3

2005-01-07 Thread Tabor Kelly
Kris Kennaway wrote:
On Fri, Jan 07, 2005 at 02:54:28PM -0800, Karl Agee wrote:
I want to use 5.3 as a desktop system, but I am having some problems with 
device permissions.  Since devfs re-creates devices on boot I have to redo 
the perms everytime I want to use these devices.  Listening to audio cd's, 
watching dvd's or burning cd's/dvd's.  Gets a little annoying.

How can I "peg" device permissions the way I want them...other than using 
it on a daily basis as root?

man devfs
Kris
Or you could write a script to do it every time you boot. But 'man 
devfs' will probably tell you the "correct" way to do it.

--
Tabor Kelly
[EMAIL PROTECTED]
http://tabor.taborandtashell.net
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


m'gettying closer! (was Re: modem not responding to mgetty)

2005-01-07 Thread Timothy Luoma
Update on progress on project "ppp dialin".  I am following the 
instructions at 
http://node.to/freebsd/how-tos/how-to-freebsd-pppserver.html.

On the advice of Charles Ulrich on FBSD-Questions, I bought a serial 
modem Creative Modem Blaster v.92 Model DE5621.  I shut off the 
machine, hooked up the modem (removed the old PCI modem) and rebooted.

Here's the relevant configuration that I have (note: 5.3, standard 
kernel)

I am unsure about several things
-  should be using cuaa0 or ttyd0 (I am using mgetty)?
	- are the 'set ifaddr' lines right in ppp.conf? I'm using 192.168.1.x 
and have selected unused IP addresses in that range

$ fgrep mgetty /etc/ttys|fgrep -v '#'
ttyd0  "/usr/local/sbin/mgetty -s 115200" dialup on secure
note: in ppp.conf, I'm not sure if I need ttyd0 or cuaa0.
(NOTE: FRED is not really the username)
$ cat /etc/ppp/ppp.conf
default:
  set device /dev/cuaa0
  set debug log Phase Chat LCP IPCP CCP tun command
  set speed 115200
  set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK 
ATE1Q0 OK \\dATDT\\TTIMEOUT 40 CONNECT"
  set timeout 120
  set ifaddr 192.168.1.1/0 192.168.1.2/0 255.255.255.0 0.0.0.0
  add default HISADDR

cuaa0:
  set ifaddr 192.168.1.3 192.168.1.4-192.168.1.9
  enable passwdauth
  allow users FRED ppp
  accept dns
  set dns 67.36.13.26
  enable proxy
ttyd0:
  set ifaddr 192.168.1.3 192.168.1.4-192.168.1.9
  enable passwdauth
  allow users FRED ppp
  accept dns
  set dns 67.36.13.26
  enable proxy
$ cat /usr/local/etc/mgetty+sendfax/mgetty.config
port cuaa0
debug 4
fax-id 00 00 00
speed 115200
direct NO
blocking NO
port-owner uucp
port-group uucp
port-mode 0660
toggle-dtr YES
toggle-dtr-waittime 500
data-only YES
fax-only NO
modem-type auto
init-chat "" AT OK
modem-check-time 3600
rings 1
answer-chat "" ATA CONNECT \c \r
answer-chat-timeout 30
autobauding NO
ringback NO
ringback-time 30
ignore-carrier false
issue-file /etc/issue
prompt-waittime 500
login-prompt @!login:
login-time 240
diskspace 1024
notify faxadmin
fax-owner uucp
fax-group modem
fax-mode 0660
$ fgrep ppp /etc/passwd
ppp:*:1003:1003:ppp:/home/ppp:/etc/ppp/ppp-dialup
$ ls -l /etc/ppp/ppp-dialup
-rwxr-xr-x  1 root wheel 258 Jan  7 19:56 /etc/ppp/ppp-dialup*
(the content of the script is the same from the webpage, which says it 
is the same as the FreeBSD handbook)

XXX is the dialin number
here is what I get on the *client end* when I try to dial my PPP server
Fri Jan  7 21:12:06 2005 : Dialing XXX
Fri Jan  7 21:12:06 2005 : CCLWrite : ATDTXXX\13
Fri Jan  7 21:12:37 2005 : CCLMatched : +ER:
Fri Jan  7 21:12:37 2005 : CCLMatched : LAPM
Fri Jan  7 21:12:37 2005 : Modem Reliable Link Established.
Fri Jan  7 21:12:37 2005 : CCLMatched : +DR:
Fri Jan  7 21:12:37 2005 : CCLMatched : V42B\13
Fri Jan  7 21:12:37 2005 : Modem Compression Established.
Fri Jan  7 21:12:37 2005 : CCLMatched : CONNECT
Fri Jan  7 21:12:37 2005 : CCLMatched : 26400
Fri Jan  7 21:12:40 2005 : Serial connection established.
Fri Jan  7 21:12:40 2005 : using link 0
Fri Jan  7 21:12:40 2005 : Using interface ppp0
Fri Jan  7 21:12:40 2005 : Connect: ppp0 <--> /dev/cu.modem
Fri Jan  7 21:12:41 2005 : sent [LCP ConfReq id=0x1  
  ]
Fri Jan  7 21:12:41 2005 : Hangup (SIGHUP)
Fri Jan  7 21:12:41 2005 : Modem hangup
Fri Jan  7 21:12:41 2005 : Connection terminated.

and here is what happens on the *server* end
tail -50 /var/log/mgetty.ttyd0
01/07 21:12:35 yd0  mgetty: experimental test release 1.1.31-Jul24
01/07 21:12:35 yd0  check for lockfiles
01/07 21:12:35 yd0  locking the line
01/07 21:12:36 yd0  lowering DTR to reset Modem
01/07 21:12:36 yd0  send: \dATQ0V1H0[0d]
01/07 21:12:37 yd0  waiting for ``OK'' ** found **
01/07 21:12:37 yd0  send: ATS0=0Q0&D3&C1[0d]
01/07 21:12:37 yd0  waiting for ``OK'' ** found **
01/07 21:12:37 yd0  mdm_send: 'ATI'
01/07 21:12:37 yd0  Generic Rockwell modem (56000)
01/07 21:12:37 yd0  mdm_send: 'ATI3'
01/07 21:12:37 yd0  mdm_send: 'ATI4'
01/07 21:12:37 yd0  additional info: 'a007040284C6002F'
01/07 21:12:37 yd0  modem quirks: 0004
01/07 21:12:37 yd0  mdm_send: 'AT+FCLASS=2' -> OK
01/07 21:12:37 yd0  mdm_send: 'AT+FCLASS=0' -> OK
01/07 21:12:37 yd0  mdm_send: 'AT+FAA=1;+FCR=1' -> OK
01/07 21:12:38 yd0  mdm_send: 'AT+FBOR=0' -> OK
01/07 21:12:38 yd0  mdm_send: 'AT+FLID="49 115 "' -> OK
01/07 21:12:38 yd0  mdm_send: 'AT+FDCC=1,5,0,2,0,0,0,0' -> OK
01/07 21:12:38 yd0  waiting...
[as far as I know, everything before this is just mgetty setting up, 
and the rest is what happens when a call comes in]

01/07 21:16:04 yd0  wfr: waiting for ``RING''
01/07 21:16:04 yd0  send: ATA[0d]
01/07 21:16:04 yd0  waiting for ``CONNECT'' ** found **
01/07 21:16:30 yd0  send:
01/07 21:16:30 yd0  waiting for ``_'' ** found **
01/07 21:16

RE: IPFW and whois lookup

2005-01-07 Thread V Foulk
Thanks for the reply,

# ipfw list
65535 allow ip from any to any

I did have more elaborate rule sets that worked great, with the
exception of the whois/hostname lookups.
I ran cvsup and installed world/kernel, using the same firewall rule
as above.

The problem seems to have stopped (as of this writing)
The OS is running on an old 500mhz machine, and only the RAM
is new. I had to replace the old 128MB card with a couple new ones, since
the
old card failed a memory check. Since this last recompile, all has been well
and I thank you again for your response.

VF


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Nathan Kinkade
Sent: Friday, January 07, 2005 12:29 PM
To: V Foulk
Cc: freebsd-questions@freebsd.org
Subject: Re: IPFW and whois lookup


On Fri, Jan 07, 2005 at 10:23:16AM -0700, V Foulk wrote:
> Hello,
> 
>   I have recently setup IPFW on a test box, and
> found that (for the most part) it was pretty straight forward.  Every 
> rule and service on the box seems to work great, except for one 
> problem I haven't been able to track down.  Regardless of the 
> settings, even when set to **open as default with only the allow all 
> from any to any rule**, whois and hostname lookups fail.
> 
>   This problem prevented clamav from updating, and a whole
> slew of other minor issues that pop up in the logs.  I was hoping
> someone may be able to point out something that I may have missed?
> 
> When IPFW is enabled:
> When the service uses the local NS, a manual whois gives:
> whois: connect(): No route to host
> 
> When the service uses the upstream NS, a manual whois gives:
> whois: com.whois-servers.net: hostname nor servname provided, or not 
> known
> 
> (NS as set in resolv.conf)
> 
> The only way I can make the error 'go away' is to disable ipfw in 
> rc.conf and reboot.
> 
> I am certain that this is just a silly oversight on my part. The 
> machine is running FreeBSD 5.2.1-RELEASE-p13, please let me know if 
> there is any other information I can provide that will be useful. 
> Thank you very much,
> in advance, for the help.
> 
> VF

The output of `ipfw list` would be very helpful.

Nathan

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


Re: NDISAPI in the kernel

2005-01-07 Thread scott renna
Thanks for the help Lowell.  It happened to be I
needed to make another change that, after searching a
bit more, located.  It's in the kernel and it's
running flawlessly.  There are no more intermittent
drops in connectivity as there were when I was using
the atheros driver.  Same exact configuration on ndis0
as was on ath0, but running on the NDIS drivers it
runs much better.
--- Lowell Gilbert
<[EMAIL PROTECTED]> wrote:

> scott renna <[EMAIL PROTECTED]> writes:
> 
> > I saw another user post about issues compiling in
> ndis
> > support into the kernel for FreeBSD 5.3.  I'm also
> > having an issue.  I've gotten both if_ndis and
> ndis
> > kernel modules to load and I have connectivity to
> the
> > box, but I'd like to have ndis be permanent.  
> 
> You could just have the loader automatically load
> the module for you
> at boot time... 
> 
> > I've added the following to my kernel:
> > 
> > optionsNDISAPI
> > device ndis
> > device wlan (this was already present in the
> > default)
> > 
> > Here's the issue I run into:
> > 
> > make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | 
> > MKDEP_CPP="cc -E" CC="cc" xargs mkdep -a -f
> .newdep -O
> > -pipe  -Wall -Wredundant-decls -Wnested-externs
> > -Wstrict-prototypes  -Wmissing-prototypes
> > -Wpointer-arith -Winline -Wcast-qual 
> > -fformat-extensions -std=c99  -nostdinc -I-  -I.
> > -I/usr/src/sys -I/usr/src/sys/contrib/dev/acpica
> > -I/usr/src/sys/contrib/altq
> > -I/usr/src/sys/contrib/ipfilter
> > -I/usr/src/sys/contrib/pf
> > -I/usr/src/sys/contrib/dev/ath
> > -I/usr/src/sys/contrib/dev/ath/freebsd
> > -I/usr/src/sys/contrib/ngatm -D_KERNEL -include
> > opt_global.h -fno-common -finline-limit=8000
> --param
> > inline-unit-growth=100 --param
> > large-function-growth=1000 
> -mno-align-long-strings
> > -mpreferred-stack-boundary=2 -ffreestanding
> > /usr/src/sys/dev/if_ndis/if_ndis.c:85:30:
> > ndis_driver_data.h: No such file or directory
> > /usr/src/sys/dev/if_ndis/if_ndis_pci.c:65:30:
> > ndis_driver_data.h: No such file or directory
> > mkdep: compile failed
> > *** Error code 1
> > 
> > the file, ndis_driver_data.h is present in:
> > 
> > /usr/src/sys/compat/ndis/ndis_driver_data.h
> > /usr/src/sys/dev/if_ndis/ndis_driver_data.h
> > /usr/src/sys/modules/if_ndis/ndis_driver_data.h
> > 
> > Where else might i put a copy of this file so the
> > kernel can build itself?
> 
> Any of the directories listed as "-I" options in the
> output quoted
> above should serve.  I don't have that file in my
> tree at all.
> ___
> freebsd-questions@freebsd.org mailing list
>
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
> 




__ 
Do you Yahoo!? 
Yahoo! Mail - now with 250MB free storage. Learn more.
http://info.mail.yahoo.com/mail_250
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Getting USB2 on FreeBSD 5.3?

2005-01-07 Thread John Wilson
On Fri, 07 Jan 2005 16:32:31 -0800
Paul Hoffman <[EMAIL PROTECTED]> wrote:
[...]
> da0:  Fixed Direct Access SCSI-0 device
> da0: 1.000MB/s transfers
[...]

For what it's worth, I too am using ehci with a USB2 HD based MP3 player, and
it is being reported similarly as well in regard to the 1.000MB/s transfer
rate.  However, according to `systat -vmstat`, I am seeing transfers in the
area of 8MB/s.  In regard to stability, I've had no issues at all with it.

I'm sure this doesn't help at all. ;p

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


umount gpt partitions

2005-01-07 Thread joseph kacmarcik

hello's!

forgive me if i've missed something obvious, am feeling flu-like but need to get
a project done.

i'm using freebsd 5.3 with gpt partitions to get filesystems more than 2TB, but
when i umount and mount again, i always get: 'WARNING: /filesystem was not
properly dismounted'.

should i do something other than umount for gpt filesystems?

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


RSS feed with ``crawl''?

2005-01-07 Thread Gary Kline

Folks,

Does anybody know if there are any FBSD RSS ports that
will do a horizontal scroll (in whatever GUI app)?  

On one BBC site they have this for all browsers...but
to get their custom feed require Doze, I think.  Custom app.

It'd be nice to pop over to my Browser workspace at 
read the hourly news instead of having to bring up
an audio feed on the hour.  (Yes, I am getting *lazy*...
I admit it :)

gary



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

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


Re: dns timeouts

2005-01-07 Thread Kevin Kinsey
[EMAIL PROTECTED] wrote:
I am new to FREEBSD and trying 5.3 on my compaq presario 2190US laptop.  After 
a fight I got the CD and everything running. Now my dns resolutions keep 
timing out.  I do not see anything on the errata, can someone point me in a 
direction to do some light reading or to a patch.  The problem seems simular 
to a BIND problem on my openBSD NAT, but I found a source patch in Nov..  

$ dig www.freebsd.org
; <<>> DiG 9.3.0 <<>> www.freebsd.org
 


$ ifconfig -a
sis0: flags=8843 mtu 1500
   options=8
   inet 192.168.0.3 netmask 0xff00 broadcast 192.168.0.255
   inet6 fe80::20d:9dff:fe84:da86%sis0 prefixlen 64 scopeid 0x1
   ether 00:0d:9d:84:da:86
   media: Ethernet autoselect (100baseTX )
   status: active
plip0: flags=108810 mtu 1500
lo0: flags=8049 mtu 16384
   inet 127.0.0.1 netmask 0xff00
   inet6 ::1 prefixlen 128
   inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
$ cat resolv.conf
domain  puffy
nameserver  68.87.96.4
 

1.  How's connectivity?  Can you ping by IP address?
Try 66.94.234.13 or 216.109.112.135, for example.
What's the output of `netstat -rn` ?
2.  Are you running a firewall on your gateway that
is either a] not handling NAT properly, or b] blocking
DNS packets to your box at 192.168.0.3?
Just my 2 cents...HTH,
Kevin Kinsey
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Getting USB2 on FreeBSD 5.3?

2005-01-07 Thread Robert Huff

Paul Hoffman writes:

>  Greetings again. I have a no-name USB 2 controller card in my
>  server running FreeBSD 5.3. I rebuilt the kernel with the ehci
>  driver (simply by adding a line to copy of GENERIC and
>  rebuilding).

The last I remember, the ehci driver was closer to alpha than
beta quality (as in both flakey and feature-sparse).  You should
probably check the usb@ mailing list archives and even the commit
logs for more information.


Robert Huff


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


Re: How long will 4.x be supported?

2005-01-07 Thread Matt Emmerton
> In a message dated 1/7/05 4:50:07 PM Eastern Standard Time,
> [EMAIL PROTECTED] writes:
> >Given the serious stability issues that *some* users are having with
> >5.3, many are sticking with 4.x for production servers.
> >
> >Will FreeBSD keep the 4.x line alive for a little while longer? Perhaps
> >going into 4.12, 4.13, etc?
> >
> >I ask this only because I don't see a lot of communication to the list
> about these issues being addressed.
>
> Just note that they "say" its supported, but if you want to use the latest
> Intel
> CPUs (800Mhz FSB Xeon64), they don't work in 4.x. Sadly noone in the
> FreeBSD universe is even familiar (it seems) with new server MBs.

I'd say those who are familiar are using 5.x.  Maybe the time to switch is
near?

--
Matt Emmerton

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


RE: Sony autoloader

2005-01-07 Thread Jeff Tollison
 pciconf -lv for the slot says:

[EMAIL PROTECTED]:7:0: class=0x01 card=0x80101191 chip=0x80101191 rev=0x01
hdr=0x00
vendor   = 'Acard Technology Corp'
device   = 'ATP870 Ultra Wide SCSI Contoller (AEC6712UW)'
class= mass storage
subclass = SCSI



Thanks,

Jeff Tollison
Network Specialist
Solutions IT Consulting  
Waveband Wireless Internet


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dan Nelson
Sent: Friday, January 07, 2005 6:01 PM
To: Jeff Tollison
Cc: [EMAIL PROTECTED]; freebsd-questions@freebsd.org
Subject: Re: Sony autoloader

In the last episode (Jan 07), Jeff Tollison said:
> I have having difficulties setting up a Sony AIT-1 External Autoloader 
> TSL-SA300C to work with FreeBSD 5.3.  When I boot the system, I get 
> this:
> 
> pci1:  at device 7.0 (no driver attached)
> 
> I have a GENERIC kernel, so I have the "device scbus" and "device ch"
> installed in the kernel.

Looks like you're missing the driver for your server's SCSI card.
GENERIC should have all the SCSI drivers built in, though.  Maybe it's a
supported card using a new PCI ID.  What does "pciconf -lv" say for that
slot?

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

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


Getting USB2 on FreeBSD 5.3?

2005-01-07 Thread Paul Hoffman
Greetings again. I have a no-name USB 2 controller card in my server 
running FreeBSD 5.3. I rebuilt the kernel with the ehci driver 
(simply by adding a line to copy of GENERIC and rebuilding). The box 
already has two USB 1 ports. The dmesg says:

. . .
ohci0:  mem 0xfe123000-0xfe123fff irq 18 
at device 3.0 on pci0
ohci0: [GIANT-LOCKED]
usb0: OHCI version 1.0
usb0:  on ohci0
usb0: USB revision 1.0
uhub0: NEC OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 3 ports with 3 removable, self powered
ohci1:  mem 0xfe122000-0xfe122fff irq 19 
at device 3.1 on pci0
ohci1: [GIANT-LOCKED]
usb1: OHCI version 1.0
usb1:  on ohci1
usb1: USB revision 1.0
uhub1: NEC OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
ehci0:  mem 0xfe124000-0xfe1240ff 
irq 18 at device 3.2 on pci0
ehci0: [GIANT-LOCKED]
ehci_pci_attach: companion usb0
ehci_pci_attach: companion usb1
usb2: EHCI version 0.95
usb2: companion controllers, 3 ports each: usb0 usb1
usb2:  on ehci0
usb2: USB revision 2.0
uhub2: NEC EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
uhub2: 5 ports with 5 removable, self powered
. . .
ohci2:  mem 0xfe12-0xfe120fff irq 
3 at device 15.2 on pci0
ohci2: [GIANT-LOCKED]
usb3: OHCI version 1.0, legacy support
usb3: SMM does not respond, resetting
usb3:  on ohci2
usb3: USB revision 1.0
uhub3: (0x1166) OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub3: 2 ports with 2 removable, self powered

When I plug in a USB 2 IDE adapter to the USB 2 card, I see:
umass0: Myson Century, Inc. USB Mass Storage Device, rev 2.00/a3.01, addr 2
da0 at umass-sim0 bus 0 target 0 lun 0
da0:  Fixed Direct Access SCSI-0 device
da0: 1.000MB/s transfers
da0: 114473MB (234441648 512 byte sectors: 255H 63S/T 14593C)
The transfers happen at USB 1, not USB 2 speeds, which is of course 
not what I want.

I can't tell why da0 is getting the slow (USB 1) mode. I also can't 
figure out what the heck ohci2 is; there is only the on-board USB 1 
ports (which I assume are ohci0 and ohci1) and the card (which is 
clearly ehci0). Is ohci2 possibly also running on the add-in card and 
stomping on ehci0?

I guess a related question is how can I tell what device umass0 
thinks it is plugged into?

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


Re: Sony autoloader

2005-01-07 Thread Dan Nelson
In the last episode (Jan 07), Jeff Tollison said:
> I have having difficulties setting up a Sony AIT-1 External
> Autoloader TSL-SA300C to work with FreeBSD 5.3.  When I boot the
> system, I get this:
> 
> pci1:  at device 7.0 (no driver attached)
> 
> I have a GENERIC kernel, so I have the "device scbus" and "device ch"
> installed in the kernel.

Looks like you're missing the driver for your server's SCSI card.
GENERIC should have all the SCSI drivers built in, though.  Maybe it's
a supported card using a new PCI ID.  What does "pciconf -lv" say for
that slot?

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


Re: Is there a problem with syslogd -a?

2005-01-07 Thread Rob
Anthony Atkielski wrote:
Is there any kind of problem with syslogd and the -a option? I've tried
all sorts of variations (-a 10.0.0.x, -a 10.0.0.x/24, -a
On 5.3, I have following in rc.conf:
 syslogd_flags="-a 192.168.123.0/24 -b 192.168.123.254"
on the machine that has IP 192.168.123.254.
It serves a cluster of 192.168.123.X with X = 1 to 7
/etc/syslog.conf on the 192.168.123.X PCs has:
  *.* @192.168.123.254
and all syslog messages arrive on 192.168.123.254 and are stored there.
Rob.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Booting problems

2005-01-07 Thread Kövesdán Gábor
Hi,

I have an amd64 server machine with a 3ware 8506-4lp raid controller and
succeeded in installing the FreeBSD 5.3-RELEASE on this machine in safe
mode, but it boots only in safe mode. I've upgraded the kernel to stable,
but there's no result.
I don't know what's the difference between the safe mode and the normal
mode, in fact. Anyway, I'd like to play around with the setings, and when
there isn't a better solution, then I'd rather change the default boot
method to safe mode.
Please give me some advices, otherwise I'll get out of the time. The next
week is the deadline, the server should work until then.

Best regards,

Gábor Kövesdán

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


Re: Device Perms in 5.3

2005-01-07 Thread Kris Kennaway
On Fri, Jan 07, 2005 at 02:54:28PM -0800, Karl Agee wrote:
> I want to use 5.3 as a desktop system, but I am having some problems with 
> device permissions.  Since devfs re-creates devices on boot I have to redo 
> the perms everytime I want to use these devices.  Listening to audio cd's, 
> watching dvd's or burning cd's/dvd's.  Gets a little annoying.
> 
> How can I "peg" device permissions the way I want them...other than using 
> it on a daily basis as root?

man devfs

Kris


pgpCjqIj84xRZ.pgp
Description: PGP signature


Device Perms in 5.3

2005-01-07 Thread Karl Agee
I want to use 5.3 as a desktop system, but I am having some problems with 
device permissions.  Since devfs re-creates devices on boot I have to redo 
the perms everytime I want to use these devices.  Listening to audio cd's, 
watching dvd's or burning cd's/dvd's.  Gets a little annoying.

How can I "peg" device permissions the way I want them...other than using it 
on a daily basis as root?

--Karl
_
FREE pop-up blocking with the new MSN Toolbar – get it now! 
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/

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


Booting problems

2005-01-07 Thread Kövesdán Gábor


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


Is there a problem with syslogd -a?

2005-01-07 Thread Anthony Atkielski
Is there any kind of problem with syslogd and the -a option? I've tried
all sorts of variations (-a 10.0.0.x, -a 10.0.0.x/24, -a
myrouter.mydomain, -a myrouter.mydomain/24, etc.) and it just doesn't
seem to let anything through. Starting syslogd without any option works
(my router can write to the system log--both are on my internal LAN);
starting it with the -a option for a little more security prevents
anything at all from being written. Am I doing something wrong, or is
there a bug? I don't necessarily need the extra security (no syslog UDP
traffic can enter the LAN from the outside, anyway), but it would be
nice if I could get this option to work.

--
Anthony


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


Re: How long will 4.x be supported?

2005-01-07 Thread Tm4528
In a message dated 1/7/05 4:50:07 PM Eastern Standard Time, 
[EMAIL PROTECTED] writes:
>Given the serious stability issues that *some* users are having with 
>5.3, many are sticking with 4.x for production servers.
>
>Will FreeBSD keep the 4.x line alive for a little while longer? Perhaps 
>going into 4.12, 4.13, etc?
>
>I ask this only because I don't see a lot of communication to the list 
about these issues being addressed.

Just note that they "say" its supported, but if you want to use the latest 
Intel 
CPUs (800Mhz FSB Xeon64), they don't work in 4.x. Sadly noone in the
FreeBSD universe is even familiar (it seems) with new server MBs.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


dns timeouts

2005-01-07 Thread ryanv
I am new to FREEBSD and trying 5.3 on my compaq presario 2190US laptop.  After 
a fight I got the CD and everything running. Now my dns resolutions keep 
timing out.  I do not see anything on the errata, can someone point me in a 
direction to do some light reading or to a patch.  The problem seems simular 
to a BIND problem on my openBSD NAT, but I found a source patch in Nov..  

$ dig www.freebsd.org

; <<>> DiG 9.3.0 <<>> www.freebsd.org
;; global options:  printcmd
;; connection timed out; no servers could be reached
$ dig www.freebsd.org

; <<>> DiG 9.3.0 <<>> www.freebsd.org
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 49881
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 5, ADDITIONAL: 5

;; QUESTION SECTION:
;www.freebsd.org.   IN  A

;; ANSWER SECTION:
www.freebsd.org.3123IN  A   216.136.204.117

;; AUTHORITY SECTION:
freebsd.org.3123IN  NS  ns0.freebsd.org.
freebsd.org.3123IN  NS  ns1.iafrica.com.
freebsd.org.3123IN  NS  ns1.downloadtech.com.
freebsd.org.3123IN  NS  ns2.downloadtech.com.
freebsd.org.3123IN  NS  ns2.iafrica.com.

;; ADDITIONAL SECTION:
ns0.freebsd.org.142949  IN  A   216.136.204.126
ns1.iafrica.com.114188  IN  A   196.7.0.139
ns1.downloadtech.com.   134511  IN  A   209.237.247.3
ns2.downloadtech.com.   134511  IN  A   209.237.247.2
ns2.iafrica.com.163 IN  A   196.7.142.133

;; Query time: 198 msec
;; SERVER: 68.87.96.4#53(68.87.96.4)
;; WHEN: Fri Jan  7 16:58:41 2005
;; MSG SIZE  rcvd: 243
$ ifconfig -a
sis0: flags=8843 mtu 1500
options=8
inet 192.168.0.3 netmask 0xff00 broadcast 192.168.0.255
inet6 fe80::20d:9dff:fe84:da86%sis0 prefixlen 64 scopeid 0x1
ether 00:0d:9d:84:da:86
media: Ethernet autoselect (100baseTX )
status: active
plip0: flags=108810 mtu 1500
lo0: flags=8049 mtu 16384
inet 127.0.0.1 netmask 0xff00
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
$ cat resolv.conf
domain  puffy
nameserver  68.87.96.4
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: How long will 4.x be supported?

2005-01-07 Thread Kris Kennaway
On Fri, Jan 07, 2005 at 04:01:15PM -0600, Skylar Thompson wrote:

> Will there still be security patches released for 4.x? Will any patches 
> be backported from 5-RELEASE?

www.freebsd.org/security

Kris


pgpM5mLALg3kN.pgp
Description: PGP signature


[no subject]

2005-01-07 Thread 1Okiy
Здравствуйте, questions.
Подскажите
 что бы мне выйти в инет, через локалку мне нужно создать VPN  указав IP 
компьютера к
которому осуществляется подключение,логин, пароль
как это можно сделать в FReeBSD


-- 
С уважением,
 no_name mailto:[EMAIL PROTECTED]

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


Re: Supermicro Hardware and FreeBSD

2005-01-07 Thread Tm4528
If you nor any of the FreeBSD developers "know" about the 75xx series of 
chipsets, then I guess that explains why the score is Linux 87, FreeBSD 2. and 
getting worse by the day. Nicely done. What are you developing on, gaming 
machines? Why have you trashed the OS to strengthen SMP computing when you 
don't even 
know what chipsets are required to run the latest SMP processors?

What's really scary is that you'd rather come up with 35 reasons not to do 
something than to spend 10 minutes trying to find out what you don't know.

I posted exactly why 5.x is slower than 4.x, and its not "because its 
bigger", you blubbering moron. Thats the kind of answer I'd expect from my 
secretary.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: How long will 4.x be supported?

2005-01-07 Thread Erik Trulsson
On Fri, Jan 07, 2005 at 01:49:23PM -0800, sp0ng3b0b wrote:
> Given the serious stability issues that *some* users are having with 
> 5.3, many are sticking with 4.x for production servers.
> 
> Will FreeBSD keep the 4.x line alive for a little while longer? Perhaps 
> going into 4.12, 4.13, etc?
> 
> I ask this only because I don't see a lot of communication to the list 
> about these issues being addressed.

As far as I know there are currently no plans for any more 4.x releases
beyond the upcoming 4.11.
Security fixes will however be applied to 4.x until Jan 2007
(according to http://www.freebsd.org/security/index.html)

Considering that relatively few changes have been made to 4-STABLE
between the release of 4.10 and 4.11 and considering that this rate of
change will probably slow down even further as time goes on and most
developers move over to 5.x there probably will be too few changes
applied to 4.x to warrant a 4.12 release anytime soon.



-- 

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


Re: How long will 4.x be supported?

2005-01-07 Thread Charles Swiger
On Jan 7, 2005, at 4:49 PM, sp0ng3b0b wrote:
Will FreeBSD keep the 4.x line alive for a little while longer? 
Perhaps going into 4.12, 4.13, etc?
FreeBSD is in the middle of releasing 4.11, and has committed to 
providing extended support for 4.10 through May 31, 2006 and for 
RELENG_4 (meaning 4.11, or later if need be) through January 31, 2007.

I ask this only because I don't see a lot of communication to the list 
about these issues being addressed.
http://www.freebsd.org/security/
http://www.freebsd.org/releases/4.11R/schedule.html
--
-Chuck
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: make sudo failed

2005-01-07 Thread Kirk Strauser
On Friday 07 January 2005 12:37, Marty Landman wrote:

> Matteo, not aware of how to deal with this. Could you please be more
> specific? In case this may be related, I'm running 4.8 installed from the
> mini-iso and have never updated the ports collection. Am on dial up so it
> always seemed too duanting a task.

I've updated ports via slow connections many times without too much trouble.  
The first update may take a while, sure, but keeping it current should be 
pretty easy.  You could even download a tarball of the ports collection to 
get started with a reasonably new tree.
-- 
Kirk Strauser


pgpvz8XeqdpY2.pgp
Description: PGP signature


Sony autoloader

2005-01-07 Thread Jeff Tollison
Hello,

I have having difficulties setting up a Sony AIT-1 External Autoloader
TSL-SA300C to work with FreeBSD 5.3.  When I boot the system, I get this:

.
.
.
pci1:  at device 7.0 (no driver attached)
.
.
.

I have a GENERIC kernel, so I have the "device scbus" and "device ch"
installed in the kernel.


Any ideas?

Thanks,

Jeff Tollison
Network Specialist
Solutions IT Consulting  
Waveband Wireless Internet

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


Re: How long will 4.x be supported?

2005-01-07 Thread Skylar Thompson
DanGer wrote:
Hi sp0ng3b0b,
Friday, January 7, 2005, 10:49:23 PM, you typed:
 

Given the serious stability issues that *some* users are having with
5.3, many are sticking with 4.x for production servers.
   

 

Will FreeBSD keep the 4.x line alive for a little while longer? Perhaps
going into 4.12, 4.13, etc?
   

next 4.x release - 4.11 will be the last release from 4.x branch
Will there still be security patches released for 4.x? Will any patches 
be backported from 5-RELEASE?

--
-- Skylar Thompson ([EMAIL PROTECTED])
-- http://www.cs.earlham.edu/~skylar/


signature.asc
Description: OpenPGP digital signature


Re: FreeBSD trashed after installing Win98SE in lower partition - what to do?

2005-01-07 Thread Joshua Lokken
On Fri, 7 Jan 2005 10:42:37 -0600, John <[EMAIL PROTECTED]> wrote:
> My questions have to do with the mess I have left after trying to do
> a dual-boot system with Win98SE and FreeBSD 4.9+.
> 
> After running the FreeBSD system for nearly a year, and loving it,
> I finally got around to digging up the media I needed to do the
> Win98SE install, and my FreeBSD partition is now unbootable.  This,
> obviously, is very disturbing.

You can install the GAG boot manager:

http://gag.sourceforge.net/

and then tell it to boot into either Win98SE or FreeBSD.
It'll work fine with whatever state your existing MBR is in,
within reason.

-- 
Joshua Lokken
Open Source Advocate
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: How long will 4.x be supported?

2005-01-07 Thread M
On Jan 7, 2005, at 4:54 PM, Jerry McAllister wrote:
It has been stated that they hope 4.11 will be the last release
in the 4.xx track.   That is due out at the end of January.
I don't think that 4.11 being the last out is hard and fast yet though.
If I recall 4.8 or 4.9 was supposed to be the last 4.X release. I 
wouldn't count on anything until they shoot it.

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


Re: How long will 4.x be supported?

2005-01-07 Thread Jerry McAllister
> 
> Given the serious stability issues that *some* users are having with 
> 5.3, many are sticking with 4.x for production servers.
> 
> Will FreeBSD keep the 4.x line alive for a little while longer? Perhaps 
> going into 4.12, 4.13, etc?

It has been stated that they hope 4.11 will be the last release 
in the 4.xx track.   That is due out at the end of January.
I don't think that 4.11 being the last out is hard and fast yet though.

I don't see much discussion of stability or security issues with 5.3+ - 
only some gripes about it being a little slow and some comments that
not all the debug code has yet been removed which accounts for a 
portion of the slowness in some things - network response, I think.

> I ask this only because I don't see a lot of communication to the list 
> about these issues being addressed.

It has been discussed a number of times.

jerry

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


Re: How long will 4.x be supported?

2005-01-07 Thread DanGer
Hi sp0ng3b0b,

Friday, January 7, 2005, 10:49:23 PM, you typed:

> Given the serious stability issues that *some* users are having with
> 5.3, many are sticking with 4.x for production servers.

> Will FreeBSD keep the 4.x line alive for a little while longer? Perhaps
> going into 4.12, 4.13, etc?

next 4.x release - 4.11 will be the last release from 4.x branch

> I ask this only because I don't see a lot of communication to the list
> about these issues being addressed.


-- 
Best Regards,

+--==/\/\==--+   (__)  FreeBSD
| DanGer <[EMAIL PROTECTED]> |\\\'',)  The
| [EMAIL PROTECTED] ICQ261701668 |  \/  \ ^Power
| http://danger.homeunix.org |  .\._/_)To
+--==\/\/==--+ Serve

[ A penny earnedis cheap labor. ]

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


How long will 4.x be supported?

2005-01-07 Thread sp0ng3b0b
Given the serious stability issues that *some* users are having with 
5.3, many are sticking with 4.x for production servers.

Will FreeBSD keep the 4.x line alive for a little while longer? Perhaps 
going into 4.12, 4.13, etc?

I ask this only because I don't see a lot of communication to the list 
about these issues being addressed.

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


Re: netstat odd behavior

2005-01-07 Thread Jose Hidalgo Herrera
What about 
netstat -anf inet 


El vie, 07-01-2005 a las 09:06 -0300, [EMAIL PROTECTED] escribió:

> Hello;
> 
> On all installations of FreeBSD I´ve ever done in the past,
> 
> netstat -an 
> 
> displays LISTENing servers and any tcp connection in any state.
> 
> On the 5.3 I have installed here ( updated to RELENG_5_3 + build/installworld 
> ), this command only 
> shows only this;
> 
> 
> Active Internet connections (including servers)
> Proto Recv-Q Send-Q  Local Address  Foreign Address(state)
> udp4   0  0  *.514  *.*
> Active UNIX domain sockets
> Address  Type   Recv-Q Send-QInode Conn Refs  Nextref Addr
> c38d01a4 stream  0  0 c3de8738000 
> /db/mysql/mysql.sock
> c38d1000 stream  0  0 c3883c60000 
> /var/run/devd.pipe
> c38d0ec4 dgram   0  0 c3883210000 /var/run/log
> 
> 
> I have ssh, sendmail, ftpd and mysql daemons running, LISTENing and WORKING.
> 
> Would anybody know why they are not showing on the output of netstat?
> 
> Thanks,


-- 
Jose Hidalgo Herrera <[EMAIL PROTECTED]>
Corp. Hostarica
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Memory issues on 4.10 server

2005-01-07 Thread Mark Edwards
I'm having two weird memory issues that have cropped up on my 4.10 
server:

1) Apache runs away and creates tons of processes and eventually takes 
down the server, eating up tons of processes.  I see regular 
notifications like the following:

Jan  6 07:25:09 lilbuddy /kernel: pid 16828 (httpd), uid 80: exited on 
signal 6

I've taken to restarting Apache once an hour, which has curtailed the 
problem for now.  But I would love to figure out why this is happening 
and so far have not been able to find many clues.  The only 
Apache-related thing that has changed in the last several months is 
adding phpbb to the server.

2) snmpd also has had some freakouts where it eats up more and more 
swap space until it no longer functions.  Restarting snmpd clears the 
problem.  I'm using snmpd in conjunction with MRTG.

This phenomenon does not seem to take down the server, surprisingly.  
It still functions relatively responsively.  This doesn't happen 
regularly and I haven't seen it in a few days so I don't see a pattern 
yet.  It is perhaps related to the Apache problem.  Its hard to say, 
because when Apache freaks out, it starts to take the server down and 
that affects all sorts of things.

Obviously I'm not onto the source of these issues, because my efforts 
to identify that have so far been in vain.  Anyone who can give me some 
advice would be much appreciated.  Thanks!

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


Re: burning 5.3-RELEASE CDs

2005-01-07 Thread Scott Bennett
 On Fri, 7 Jan 2005 07:36:30 -0600 Joshua Lokken <[EMAIL PROTECTED]>
wrote:

>On Fri, 7 Jan 2005 02:31:37 -0600 (CST), Scott Bennett
><[EMAIL PROTECTED]> wrote:
>> On Thu Jan  6 09:58:55 2005 Jerry McAllister <[EMAIL PROTECTED]>
>> wrote:
>> 
>> >>  On Wed, 05 Jan 2005 18:55:10 -0700 Danny MacMillan
>> >> <[EMAIL PROTECTED]> wrote:
>> >>
>> >> >On Wed, Jan 05, 2005 at 06:35:43PM -0600, Scott Bennett wrote:
>> >> >>  On Wed, 05 Jan 2005 12:37:41 -0700 Danny MacMillan
>> >> >> <[EMAIL PROTECTED]> wrote:
>> >> >>
>> >> >> >This is not intuitive, but you do not want to use the "make a
>> >> >> >bootable CD" function of Sonic RecordNow! to make a bootable CD.
>> >> >>
>> >> >>  On what basis is the above statement made if you haven't used
>> >> >> Sonic RecordNow! ?  It certainly looks to me as though the green
>> >> >> button is the *only* way to burn an image (not counting making an
>> >> >> exact copy of
>> >> >
>> >> >On the basis of your characterizing the little green button as being
>> >> >"for making a bootable CD", and my understanding of that function in
>> >> >alternative software.  In short:  I misunderstood.  I apologize for
>> >> >the misdirection.
>> >> >
>> >>  Oh.  That was because, if one places the cursor over the green
>> >> button, a box appears temporarily bearing a line that says, "Click
>> >> here to make this CD/DVD bootable".  And, as noted in a different
>> >> posting in this thread, that button brings up a browser panel for
>> >> choosing an image file (but not displaying .iso files among the
>> >> choices) to burn in making the bootable disk.
>> >
>> >Just an additional note for clarity:   If I understand - and I don't
>> >have the rest of the thread so I may be missing something - you want
>> >to make a bootable CD of one of the ISO images.
>> >
>> >In that case, you do NOT want to use any of the options on your local
>> >machine to create a bootable CD because the ISO image is already a
>> >bootable image.   It needs merely to be written raw to the media.
>> >
>> >When your utility asks if you want to create a bootable CD, it is
>> >asking if you want it to add a boot record for it and the other pointers
>> >to the file to make it bootable.   Since the FreeeBSD ISO already has
>> >that stuff in it, you don't want it done again.  So, choose the options
>> >that just write the data image directly to the CD with no additions.
>> >
>> No, no.  This is wrong.  You missed the explanation I posted regarding
>> Sonic RecordNow!, as well as an earlier one by Robin Becker.  The green
>> button is the only way to tell the application that the file(s) it is to
>> burn is/are image file(s), and it doesn't know that .iso files are a type
>> of image file, so it doesn't list them in its browser unless you tell it
>> to display *all* files in the chosen directory.
>
>Obviously, this Sonic RecordNow? software isn't working well for you.
>Have you considered any of the alternatives that burn isos without
>problems; Nero, Alcohol, Fireburner ?
>
 As I already explained here on this list, the key to getting burncd to
work right was to copy the image file from the Windows XP partition into a
FreeBSD partition to use as input to burncd.  That worked fine for CD-RWs,
though not as well for CD-Rs.  The earlier failure of burncd to produce a
bootable CD-R was apparently caused somehow by having burncd read directly
from a Windows XP partition mounted onto /mnt.
 That's it for the re-explanations, folks.  Please don't post followups
in this thread if you haven't been following it.


  Scott Bennett, Comm. ASMELG, CFIAG
**
* Internet:   bennett at cs.niu.edu  *
**
* "A well regulated and disciplined militia, is at all times a good  *
* objection to the introduction of that bane of all free governments *
* -- a standing army."   *
*-- Gov. John Hancock, New York Journal, 28 January 1790 *
**
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: openoffice on 5.3-RELEASE

2005-01-07 Thread Duane Winner

Joshua Lokken wrote:
On Fri, 07 Jan 2005 14:58:22 -0500, Duane Winner <[EMAIL PROTECTED]> wrote:
 

gustaaf wijnands wrote:
   

Just a couple more questions:
If I keep my ports tree cvsup'd every day, I'm going to have:
openoffice-1.1.3 < needs updating (port has 1.1.3_1)
We generally do a "portupgrade -a" to upgrade ports unless
/usr/ports/UPDATING affects us. How can I get around the openoffice
discrepency since a portupgrade -a will always try build it again and
end up failing?
   

portupgrade -a -x openoffice-1.1.3 ??
 

I must be losing it. I looked at the man page twice and didn't see that
-x switch. Must be Friday or something.
Thanks -- that does it.
-DW
   

However, please note the response that mentions using 
HOLD_PKG in /usr/local/etc/pkgtools.conf; that'll save
you from having to use -x at all. 

 

Oh yeah, this *is* definately better. Just tried it.
The first reason being is that it removes the chance of forgetting the 
'-x' and walking away, but I was also delighted with this output:
---> Skipping 'editors/openoffice-1.1' because it is held by user 
(specify -f to force)

Which makes it nice to remember it's still there, and when the port gets 
fixed for 5.3, I'll be reminded to try again at some point.

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


Re: your mail

2005-01-07 Thread Jonathan Chen
On Fri, Jan 07, 2005 at 09:26:31PM +0100, Kiffin Gish wrote:
> Does anyone know when Firebird 1.0 will be available as an official port? I
> still seem to only be able to build an older 0.9x version.

Are you talking about www/firefox? It's been a 1.0 for ages. Have you
updated your ports collection?

Cheers.
-- 
Jonathan Chen <[EMAIL PROTECTED]>
--
  "Opportunity does not knock,
   it presents itself when you beat down the door" - W.E. Channing
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


[no subject]

2005-01-07 Thread Kiffin Gish
Does anyone know when Firebird 1.0 will be available as an official port? I
still seem to only be able to build an older 0.9x version.

-- 

Kiffin Rex Gish
Gouda, The Netherlands

 


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


Re: linux_base

2005-01-07 Thread Kris Kennaway
On Fri, Jan 07, 2005 at 03:03:54PM -0500, Warner Joseph wrote:
> 
> Thanks Kris, unless I've misunderstood...am I at risk
> by using linux_base-6 and if so how can I correct this?

See the URL you gave me.  You have to switch to linux_base-8.  See
/usr/ports/UPDATING.

> #portupgrade -rR linux_base doesn't do anything and
> because of hardware limitations I can't upgrade to a major
> release.

You don't have to do anything to your FreeBSD release.

Kris


pgpnPDscU0TAQ.pgp
Description: PGP signature


Re: Able to mount samba but it's empty

2005-01-07 Thread Danny MacMillan
On Fri, Jan 07, 2005 at 04:44:02PM +0700, Supote Leelasupphakorn wrote:
> 
> Hi all,
> 
>   I'm using 4.8-RELEASE-p15 and Samba-2.2.8a for mounting
> shared directory on Windows2000 (NTFS). So far the disk on
> Windows2000 is only 120 GB and mounting is successful.
> 
>   But after I changed a disk to 200GB, I can sucessfully mount
> both 120GB and 200GB (I mean no any error message are
> displayed) but I can't see any file in the mount point of 200GB
> disk. I googled for a while but no any answer useful.  Is there
> any problem with 200 GB disk on Samba-2.2.8 OR it's time to
> upgraded the Samba's version OR I missed something ?

Is the disk in the machine running Windows 2000?  If so, you will want
to ensure that you have enabled Big LBA support on the Windows side,
if you haven't already.  There's a 137GB barrier in Windows 2k that can
cause major data loss, as I learned the hard way.  I don't know if it
has any impact on Samba, but since the drives are on either side of the
barrier it's worth looking into.

http://support.microsoft.com/kb/305098/EN-US/

If you haven't enabled this yet, do it.  If you don't you will lose
data, you will lose data, you will lose data.  Even if you haven't
lost data yet, you will.  It might not make Samba work, but it will
make Windows 2000 work.

-- 
Danny

P.S.  I'm not kidding.  If you love your data (and who doesn't), go
enable 48 bit LBA.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: linux_base

2005-01-07 Thread Warner Joseph

Thanks Kris, unless I've misunderstood...am I at risk
by using linux_base-6 and if so how can I correct this?

#portupgrade -rR linux_base doesn't do anything and
because of hardware limitations I can't upgrade to a major
release.

-Joe


#-Original Message-
#From: Kris Kennaway [mailto:[EMAIL PROTECTED]
#Sent: Friday, January 07, 2005 12:53 PM
#To: Warner Joseph
#Cc: 'freebsd-questions@freebsd.org'
#Subject: Re: linux_base
#
#
#On Fri, Jan 07, 2005 at 02:44:39PM -0500, Warner Joseph wrote:
#> 
#> Hi,
#> 
#> I'm running 4.8-RELEASE-p27 and had a question
#> regarding my current install of linux_base
#> 
#> #portupgrade -l "<" doesn't reveal this package needs upgrading
#> but portaudit -a says:
#> 
#> Affected package: linux_base-6.1_6
#> Type of problem: xpm -- image decoding vulnerabilities.
#> Reference:
#> 
# .html>
#> 
#> I've followed that url, googled and searched the -questions archive
#> but can't find any information regarding how to correct this.
#> 
#> Can anyone point me in the right direction?
#
#linux_base-6 will never have the security vulnerability fixed because
#it's not supported by redhat.  linux_base contains redhat 8.x which is
#also out of support, but does not currently have security problems.
#It will be updated to something more modern after 4.11-RELEASE.
#
#Kris
#
#

---
This message and any included attachments are from Siemens Medical Solutions 
USA, Inc. and are intended only for the addressee(s).  
The information contained herein may include trade secrets or privileged or 
otherwise confidential information.  Unauthorized review, forwarding, printing, 
copying, distributing, or using such information is strictly prohibited and may 
be unlawful.  If you received this message in error, or have reason to believe 
you are not authorized to receive it, please promptly delete this message and 
notify the sender by e-mail with a copy to [EMAIL PROTECTED] 

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


Re: make sudo failed

2005-01-07 Thread Marty Landman
At 02:58 PM 1/7/2005, Joshua Lokken wrote:
On Fri, 07 Jan 2005 12:48:42 -0500, Marty Landman
> 
>
> # make build && make install && rehash && which sudo
> /usr/sbin/sysctl: not found
> "/usr/ports/Mk/bsd.port.mk", line 797: warning: "/usr/sbin/sysctl -n
> kern.osreldate" returned non-zero status
> >> sudo-1.6.6.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
> >> Attempting to fetch from http://www.sudo.ws/sudo/dist/.
> fetch: http://www.sudo.ws/sudo/dist/sudo-1.6.6.tar.gz: Not Found
> >> Attempting to fetch from ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/.
> fetch: ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/sudo-1.6.6.tar.gz: File
> unavailable (e.g., file not found, no access)
> >> Attempting to fetch from ftp://ftp.stikman.com/pub/sudo/.
> Receiving sudo-1.6.6.tar.gz (333074 bytes): 100% (ETA 00:00)
> 333074 bytes transferred in 112.4 seconds (2.89 kBps)
> ===>  Extracting for sudo-1.6.6_1
> md5: not found
> *** Error code 127
>
> Stop in /usr/ports/security/sudo.
>
> 
Marty, did you move /sbin back to its original place in the
file tree?
Sure did.
# ls -l /
total 10863
-rw-r--r--   1 root  wheel  802 Apr  3  2003 .cshrc
-rw-r--r--   1 root  wheel  251 Apr  3  2003 .profile
-r--r--r--   1 root  wheel 4735 Apr  3  2003 COPYRIGHT
drwxr-xr-x   2 root  wheel 1024 Feb  9  2004 bin
drwxr-xr-x   3 root  wheel  512 Feb  9  2004 boot
drwxr-xr-x   2 root  wheel  512 Feb  9  2004 cdrom
lrwxr-xr-x   1 root  wheel   10 Feb  9  2004 compat -> usr/compat
drwxr-xr-x   3 root  wheel17920 Feb 16  2004 dev
drwxr-xr-x   2 root  wheel  512 Feb  9  2004 dist
drwxr-xr-x  16 root  wheel 2048 Jun 16  2004 etc
lrwxrwxrwx   1 root  wheel9 Feb  9  2004 home -> /usr/home
-r-xr-xr-x   1 root  wheel  2736474 Feb 18  2004 kernel
-r-xr-xr-x   1 root  wheel  4122347 Apr  3  2003 kernel.GENERIC
-r-xr-xr-x   1 root  wheel  4122347 Apr  3  2003 kernel.old
drwxr-xr-x   3 root  wheel  512 Feb  9  2004 mnt
drwxr-xr-x   2 root  wheel 4096 Feb 18  2004 modules
drwxr-xr-x   2 root  wheel 4096 Feb 18  2004 modules.old
dr-xr-xr-x   1 root  wheel  512 Jan  7 14:59 proc
lrwxr-xr-x   1 root  wheel9 Jan  7 12:31 root -> /usr/root
drwxr-xr-x   3 root  wheel 4608 Jan  7 09:11 sbin
drwxr-xr-x   5 root  wheel 1024 Feb  9  2004 stand
lrwxr-xr-x   1 root  wheel   12 Feb 18  2004 sys -> /usr/src/sys
drwxrwxrwt   9 root  wheel 1024 Jan  7 14:53 tmp
drwxr-xr-x  18 root  wheel  512 Jan  7 12:30 usr
drwxr-xr-x  21 root  wheel  512 Mar  1  2004 var
Not root though. Maybe I should put that back too and see if I can build again.
Marty
Marty Landman, Face 2 Interface Inc. 845-679-9387
Search & Sort Easily: http://face2interface.com/Products/FormATable.shtml
Web Installed Formmail: http://face2interface.com/formINSTal
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: openoffice on 5.3-RELEASE

2005-01-07 Thread Joshua Lokken
On Fri, 07 Jan 2005 14:58:22 -0500, Duane Winner <[EMAIL PROTECTED]> wrote:
> 
> 
> gustaaf wijnands wrote:
> 
> >> Just a couple more questions:
> >> If I keep my ports tree cvsup'd every day, I'm going to have:
> >> openoffice-1.1.3 < needs updating (port has 1.1.3_1)
> >>
> >> We generally do a "portupgrade -a" to upgrade ports unless
> >> /usr/ports/UPDATING affects us. How can I get around the openoffice
> >> discrepency since a portupgrade -a will always try build it again and
> >> end up failing?
> >>
> >
> > portupgrade -a -x openoffice-1.1.3 ??
> >
> 
> I must be losing it. I looked at the man page twice and didn't see that
> -x switch. Must be Friday or something.
> Thanks -- that does it.
> 
> -DW

However, please note the response that mentions using 
HOLD_PKG in /usr/local/etc/pkgtools.conf; that'll save
you from having to use -x at all. 


-- 
Joshua Lokken
Open Source Advocate
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: openoffice on 5.3-RELEASE

2005-01-07 Thread Duane Winner

nbco wrote:
On Friday 07 January 2005 17:56, albi wrote:
 

Duane Winner wrote:
   

We generally do a "portupgrade -a" to upgrade ports unless
/usr/ports/UPDATING affects us. How can I get around the openoffice
discrepency since a portupgrade -a will always try build it again
and end up failing?>
 

a dirty solution is to press ctrl-c when OOo tries to build, i know
from experience that portupgrade simply continues with the rest
without any complaints :)
   

Alterntively, set openoffice to be held in pkgtools.conf 
in /usr/local/etc.  I have added the following line:  

HOLD_PKGS = ['openoffice-*']
This entry will prevent portupgrade attempting to upgrade the port.  
 

Ooohh...I think I like this better than the '-x' switch. I'll have to 
give it a wirl.
Thanks,
DW

If you are using portmanager see this thread to see how to avoid 
portmanager attempting to upgrade a held port:
http://lists.freebsd.org/pipermail/freebsd-questions/2005-January/070055.html

Hope this helps
.nbco
 

Portupgrade honours this setting.
but i assume in the Makefile (in the OOo-portsdir) one can put an
IGNORE somewhere
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
"[EMAIL PROTECTED]"
   

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

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


Re: make sudo failed

2005-01-07 Thread Joshua Lokken
On Fri, 07 Jan 2005 12:48:42 -0500, Marty Landman 
> 
> 
> # make build && make install && rehash && which sudo
> /usr/sbin/sysctl: not found
> "/usr/ports/Mk/bsd.port.mk", line 797: warning: "/usr/sbin/sysctl -n
> kern.osreldate" returned non-zero status
> >> sudo-1.6.6.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
> >> Attempting to fetch from http://www.sudo.ws/sudo/dist/.
> fetch: http://www.sudo.ws/sudo/dist/sudo-1.6.6.tar.gz: Not Found
> >> Attempting to fetch from ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/.
> fetch: ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/sudo-1.6.6.tar.gz: File
> unavailable (e.g., file not found, no access)
> >> Attempting to fetch from ftp://ftp.stikman.com/pub/sudo/.
> Receiving sudo-1.6.6.tar.gz (333074 bytes): 100% (ETA 00:00)
> 333074 bytes transferred in 112.4 seconds (2.89 kBps)
> ===>  Extracting for sudo-1.6.6_1
> md5: not found
> *** Error code 127
> 
> Stop in /usr/ports/security/sudo.
> 
> 

Marty, did you move /sbin back to its original place in the
file tree?


-- 
Joshua Lokken
Open Source Advocate
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: openoffice on 5.3-RELEASE

2005-01-07 Thread Duane Winner

gustaaf wijnands wrote:
Just a couple more questions:
If I keep my ports tree cvsup'd every day, I'm going to have:
openoffice-1.1.3 < needs updating (port has 1.1.3_1)
We generally do a "portupgrade -a" to upgrade ports unless 
/usr/ports/UPDATING affects us. How can I get around the openoffice 
discrepency since a portupgrade -a will always try build it again and 
end up failing?

portupgrade -a -x openoffice-1.1.3 ??
I must be losing it. I looked at the man page twice and didn't see that 
-x switch. Must be Friday or something.
Thanks -- that does it.

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


Re: Someone trying to break in.

2005-01-07 Thread Bill Moran
Sergey Zaharchenko <[EMAIL PROTECTED]> wrote:

> On Tue, Jan 04, 2005 at 10:06:39AM -0500,
>  Bill Moran probably wrote:
> > 
> > Over the holiday I replaced a server that appeared to have been cracked.
> > Basically built a replacement with the same services in a sandbox, then
> > swapped it with the old one.
> > 
> > The new server seems to be secure, as we're not seeing the spam coming
> > off it that the old one was generating, however, I'm seeing a lot of
> > messages in the log files.  For example:
> > 
> > Jan  4 07:15:13 mail su: _secure_path: cannot stat 
> > /usr/sbin/nologin/.login_conf: Not a directory
> 
> It looks like `/usr/sbin/nologin/' is someone's ``home directory'' and
> that someone is trying to su. /usr/sbin/nologin can't be a home
> directory, it must be the shell for some user who isn't supposed to log
> in. /nonexistent should be the home directory. It looks possible that
> your password file specifies /usr/sbin/nologin as a home directory and a
> valid shell for some system user. Maybe you omitted or added an extra
> `:'? Just a guess,

Thanks for the input, Sergey.  That's certainly what's happening.  For
some reason, certain user records are awry.

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


Re: linux_base

2005-01-07 Thread Kris Kennaway
On Fri, Jan 07, 2005 at 02:44:39PM -0500, Warner Joseph wrote:
> 
> Hi,
> 
> I'm running 4.8-RELEASE-p27 and had a question
> regarding my current install of linux_base
> 
> #portupgrade -l "<" doesn't reveal this package needs upgrading
> but portaudit -a says:
> 
> Affected package: linux_base-6.1_6
> Type of problem: xpm -- image decoding vulnerabilities.
> Reference:
>  .html>
> 
> I've followed that url, googled and searched the -questions archive
> but can't find any information regarding how to correct this.
> 
> Can anyone point me in the right direction?

linux_base-6 will never have the security vulnerability fixed because
it's not supported by redhat.  linux_base contains redhat 8.x which is
also out of support, but does not currently have security problems.
It will be updated to something more modern after 4.11-RELEASE.

Kris



pgplwleXjssTm.pgp
Description: PGP signature


Re: netstat odd behavior

2005-01-07 Thread mario . lobo
That´s it !!

I´ve been having trouble with a sk0 gigabit ethernet and updated the kernel to 
5_CURRENT
to update it with jumbo frame support, But userland was updated to RELENG_5_3 
only !!

I knew about that but the system ran smooth after compiling the new kernel,
I did not think it would make a difference.

My mistake. Thanks for pointing it out, Giorgos.

--
   //|  //||
  // | // ||
-//--//---|| ARIO LOBO
//  //||
-
[EMAIL PROTECTED]
http://www.ipad.com.br


On 7 Jan 2005 at 21:26, Giorgos Keramidas wrote:

> Are you sure you don't have a kernel and userland that are out of
> sync?  You _did_ update both as the instructions in src/UPDATING
> suggest, right?
>
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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


Re: About ports dist

2005-01-07 Thread Kris Kennaway
On Fri, Jan 07, 2005 at 11:46:01AM -0800, Kris Kennaway wrote:
> On Sun, Nov 07, 2004 at 12:36:59PM -0600, Martin Gonzalez wrote:
> > Hi..
> > 
> > I have 2 very quick questions/comment about installation from the FreeBSD 
> > CDs, and X-window:
> > 
> 
> > When I try to install the X.org distribution, it sends an error
> > message that says it cannot find the packages/INDEX on the specified
> > media. I checked on the CD 2, and there it is, the full ports
> > collection, but the index file is named INDEX-5 instead of INDEX, so
> > I think it might be the problem.
> 
> Looks like you're trying to install packages, not ports.  You forgot
> to mention which ISO image you used (some don't have packages, and
> there are only a handful of packages on the disc 1 image).  You also
> forgot to mention which version of FreeBSD you're using.
> 
> Kris
> 
> P.S. Please wrap your lines at 70 characters so your emails may be easily 
> read.

P.P.S. Your clock is wrong.



pgp60spZgzhqy.pgp
Description: PGP signature


Re: Question re: GCC on FreeBSD for AMD64

2005-01-07 Thread Kris Kennaway
On Thu, Jan 06, 2005 at 09:58:07PM +0300, alexei kozlov wrote:
> Hello, Gurus.
> 
> My fellow asked me if GCC on FreeBSD for AMD64 supports 64bit memory 
> pointers. He means is it possible to allocate *very* big  (4GB and more) 
> chunks of storage?

This is a function of the FreeBSD kernel, not of the C compiler.  The
answer is 'yes'.

Kris


pgpmLXGMpW4wc.pgp
Description: PGP signature


Re: About ports dist

2005-01-07 Thread Kris Kennaway
On Sun, Nov 07, 2004 at 12:36:59PM -0600, Martin Gonzalez wrote:
> Hi..
> 
> I have 2 very quick questions/comment about installation from the FreeBSD 
> CDs, and X-window:
> 

> When I try to install the X.org distribution, it sends an error
> message that says it cannot find the packages/INDEX on the specified
> media. I checked on the CD 2, and there it is, the full ports
> collection, but the index file is named INDEX-5 instead of INDEX, so
> I think it might be the problem.

Looks like you're trying to install packages, not ports.  You forgot
to mention which ISO image you used (some don't have packages, and
there are only a handful of packages on the disc 1 image).  You also
forgot to mention which version of FreeBSD you're using.

Kris

P.S. Please wrap your lines at 70 characters so your emails may be easily read.


pgpEdi1V7SSNI.pgp
Description: PGP signature


linux_base

2005-01-07 Thread Warner Joseph

Hi,

I'm running 4.8-RELEASE-p27 and had a question
regarding my current install of linux_base

#portupgrade -l "<" doesn't reveal this package needs upgrading
but portaudit -a says:

Affected package: linux_base-6.1_6
Type of problem: xpm -- image decoding vulnerabilities.
Reference:


I've followed that url, googled and searched the -questions archive
but can't find any information regarding how to correct this.

Can anyone point me in the right direction?

Thanks

-Joe
 

---
This message and any included attachments are from Siemens Medical Solutions 
USA, Inc. and are intended only for the addressee(s).  
The information contained herein may include trade secrets or privileged or 
otherwise confidential information.  Unauthorized review, forwarding, printing, 
copying, distributing, or using such information is strictly prohibited and may 
be unlawful.  If you received this message in error, or have reason to believe 
you are not authorized to receive it, please promptly delete this message and 
notify the sender by e-mail with a copy to [EMAIL PROTECTED] 

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


Re: netstat odd behavior

2005-01-07 Thread Nathan Kinkade
>On Fri, Jan 07, 2005 at 03:32:47PM -0300, [EMAIL PROTECTED] wrote:
>
> > > El vie, 07-01-2005 a las 09:06 -0300, [EMAIL PROTECTED] escribió:
> > >
> > > Hello;
> > >
> > > On all installations of FreeBSD I´ve ever done in the past,
> > >
> > > netstat -an
> > >
> > > displays LISTENing servers and any tcp connection in any state.
> > >
> > > On the 5.3 I have installed here ( updated to RELENG_5_3 + 
> > > build/installworld ), this command only
> > > shows only this;
> > >
> > > 
> > > Active Internet connections (including servers)
> > > Proto Recv-Q Send-Q  Local Address  Foreign Address
> > > (state)
> > > udp4   0  0  *.514  *.*
> > > Active UNIX domain sockets
> > > Address  Type   Recv-Q Send-QInode Conn Refs  Nextref Addr
> > > c38d01a4 stream  0  0 c3de8738000 
> > > /db/mysql/mysql.sock
> > > c38d1000 stream  0  0 c3883c60000 
> > > /var/run/devd.pipe
> > > c38d0ec4 dgram   0  0 c3883210000 
> > > /var/run/log
> > > 
> > >
> > > I have ssh, sendmail, ftpd and mysql daemons running, LISTENing and 
> > > WORKING.
> > >
> > > Would anybody know why they are not showing on the output of netstat?
> > >
> > > Thanks,
> > >
> >
> > On 7 Jan 2005 at 10:56, Jose Hidalgo Herrera wrote:
> > 
> > 
> > What about
> >  netstat -anf inet
> >
>
> Tried that before posting. this is what I get
> 
> Active Internet connections (including servers)
> Proto Recv-Q Send-Q  Local Address  Foreign Address(state)
> udp4   0  0  *.514  *.*
> 

Try sockstat(1), take a look at the manpage, too.

Nathan


pgpNPu0Vu7yE1.pgp
Description: PGP signature


Re: openoffice on 5.3-RELEASE

2005-01-07 Thread nbco
On Friday 07 January 2005 17:56, albi wrote:
> Duane Winner wrote:
> > We generally do a "portupgrade -a" to upgrade ports unless
> > /usr/ports/UPDATING affects us. How can I get around the openoffice
> > discrepency since a portupgrade -a will always try build it again
> > and end up failing?>
> a dirty solution is to press ctrl-c when OOo tries to build, i know
> from experience that portupgrade simply continues with the rest
> without any complaints :)

Alterntively, set openoffice to be held in pkgtools.conf 
in /usr/local/etc.  I have added the following line:  

HOLD_PKGS = ['openoffice-*']

This entry will prevent portupgrade attempting to upgrade the port.  

If you are using portmanager see this thread to see how to avoid 
portmanager attempting to upgrade a held port:
http://lists.freebsd.org/pipermail/freebsd-questions/2005-January/070055.html

Hope this helps
.nbco


> Portupgrade honours this setting.
>
> but i assume in the Makefile (in the OOo-portsdir) one can put an
> IGNORE somewhere
>
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: IPFW and whois lookup

2005-01-07 Thread Nathan Kinkade
On Fri, Jan 07, 2005 at 10:23:16AM -0700, V Foulk wrote:
> Hello,
> 
>   I have recently setup IPFW on a test box, and
> found that (for the most part) it was pretty straight
> forward.  Every rule and service on the box seems to work
> great, except for one problem I haven't been able to track
> down.  Regardless of the settings, even when set to open as
> default with only the allow all from any to any rule, whois and
> hostname lookups fail.
> 
>   This problem prevented clamav from updating, and a whole 
> slew of other minor issues that pop up in the logs.  I was hoping
> someone may be able to point out something that I may have missed?
> 
> When IPFW is enabled:
> When the service uses the local NS, a manual whois gives:
> whois: connect(): No route to host
> 
> When the service uses the upstream NS, a manual whois gives:
> whois: com.whois-servers.net: hostname nor servname provided, or not known
> 
> (NS as set in resolv.conf)
> 
> The only way I can make the error 'go away' is to disable ipfw in rc.conf
> and reboot.
> 
> I am certain that this is just a silly oversight on my part.
> The machine is running FreeBSD 5.2.1-RELEASE-p13, please let me know if
> there
> is any other information I can provide that will be useful. Thank you very
> much,
> in advance, for the help.
> 
> VF

The output of `ipfw list` would be very helpful.

Nathan


pgpCxqlbD0lgz.pgp
Description: PGP signature


Re: netstat odd behavior

2005-01-07 Thread Giorgos Keramidas
On 2005-01-07 15:32, [EMAIL PROTECTED] wrote:
>On 7 Jan 2005 at 10:56, Jose Hidalgo Herrera wrote:
>>El vie, 07-01-2005 a las 09:06 -0300, [EMAIL PROTECTED] escribi?:
>>> 
>>> Active Internet connections (including servers)
>>> Proto Recv-Q Send-Q  Local Address  Foreign Address(state)
>>> udp4   0  0  *.514  *.*
>>> Active UNIX domain sockets
>>> Address  Type   Recv-Q Send-QInode Conn Refs  Nextref Addr
>>> c38d01a4 stream  0  0 c3de8738000 
>>> /db/mysql/mysql.sock
>>> c38d1000 stream  0  0 c3883c60000 
>>> /var/run/devd.pipe
>>> c38d0ec4 dgram   0  0 c3883210000 
>>> /var/run/log
>>> 
>>>
>>> I have ssh, sendmail, ftpd and mysql daemons running, LISTENing
>>> and WORKING.  Would anybody know why they are not showing on the
>>> output of netstat?
>>
>> What about
>>  netstat -anf inet
>
> Tried that before posting. this is what I get
>
> Active Internet connections (including servers)
> Proto Recv-Q Send-Q  Local Address  Foreign Address(state)
> udp4   0  0  *.514  *.*

Are you sure you don't have a kernel and userland that are out of
sync?  You _did_ update both as the instructions in src/UPDATING
suggest, right?

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


Re: About ports dist

2005-01-07 Thread albi
Martin Gonzalez wrote:
When I try to install the X.org distribution, it sends an error message that says it cannot find the packages/INDEX on 
the specified media. I checked on the CD 2, and there it is, the full 
ports collection, but the index file is named INDEX-5
instead of INDEX, so I think it might be the problem.
If someone knows how to install all ports from the CDs, can you tell me to this 
mail, I will be very thankful for it..!
if your machine is connected to the internet you can try :
cd /usr/ports ; make fetchindex
The second question is: when I execute 'Xorg' at the prompt, it starts the graphics display, but I have no windows nor desktops, 
nothing but the mouse pointer. Do I have to install something else ? (Maybe from ports collection - which one?)
try :  Xorg -configure
that should give you a temp. config-file to test, and if that is working
fine copy that config-file to /etc/X11/xorg.conf
(make sure you install a windowmanager (e.g. icewm, fluxbox) or a
desktop-environment like e.g. KDE, Gnome or xfce4)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: make sudo failed

2005-01-07 Thread Marty Landman
At 01:53 PM 1/7/2005, Matteo Santori wrote:
Marty Landman wrote:
A previous thread mentioned sudo as a good way for me to get out of the 
habit of su - so much. I just tried to install and this is what I got, 
don't know what to make of it (pardon the pun) or what to do next.


# make build && make install && rehash && which sudo
/usr/sbin/sysctl: not found
"/usr/ports/Mk/bsd.port.mk", line 797: warning: "/usr/sbin/sysctl -n 
kern.osreldate" returned non-zero status
>> sudo-1.6.6.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
>> Attempting to fetch from http://www.sudo.ws/sudo/dist/.
fetch: http://www.sudo.ws/sudo/dist/sudo-1.6.6.tar.gz: Not Found
>> Attempting to fetch from ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/.
fetch: ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/sudo-1.6.6.tar.gz: 
File unavailable (e.g., file not found, no access)
>> Attempting to fetch from ftp://ftp.stikman.com/pub/sudo/.
Receiving sudo-1.6.6.tar.gz (333074 bytes): 100% (ETA 00:00)
333074 bytes transferred in 112.4 seconds (2.89 kBps)
===> Extracting for sudo-1.6.6_1
md5: not found
*** Error code 127

Stop in /usr/ports/security/sudo.

Problem releated with some md5 control. Try to check what's wrong or try 
to get the pkg.

What is interesting is
./usr/sbin/sysctl: not found
"/usr/ports/Mk/bsd.port.mk", line 797: warning: "/usr/sbin/sysctl -n 
kern.osreldate" returned non-zero status

why it's trying to search sysctl is such path?
Matteo, not aware of how to deal with this. Could you please be more 
specific? In case this may be related, I'm running 4.8 installed from the 
mini-iso and have never updated the ports collection. Am on dial up so it 
always seemed too duanting a task.

Marty
Marty Landman, Face 2 Interface Inc. 845-679-9387
Search & Sort Easily: http://face2interface.com/Products/FormATable.shtml
Web Installed Formmail: http://face2interface.com/formINSTal
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


About ports dist

2005-01-07 Thread Martin Gonzalez
Hi..

I have 2 very quick questions/comment about installation from the FreeBSD CDs, 
and X-window:

When I try to install the X.org distribution, it sends an error message that 
says it cannot find the packages/INDEX on the specified media. I checked on the 
CD 2, and there it is, the full ports collection, but the index file is named 
INDEX-5 instead of INDEX, so I think it might be the problem.

If someone knows how to install all ports from the CDs, can you tell me to this 
mail, I will be very thankful for it..!

The second question is: when I execute 'Xorg' at the prompt, it starts the 
graphics display, but I have no windows nor desktops, nothing but the mouse 
pointer. Do I have to install something else ? (Maybe from ports collection - 
which one?)

I am relatively new to UNIX, my platform is i386, I downloaded the ISO CD 
images from the ftp site and I burned those images to the CDs (I see the 
files/dirs on the CD, not the ISO file itself)

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


Re: clearing space

2005-01-07 Thread Marty Landman
At 01:08 PM 1/7/2005, Robert Huff wrote:
Did you somehow install nmap under root, or use it as the root
build directory?  And if so, was that intentional?
Dunno, dunno, and obviously unintentional since I don't know anything about 
it. As much as I hate to plead ignorance in this case anything less would 
be lying.

Make sure nmap is installed in the appropriate place, and the delete this?
What's nmap and where should it be and how do I install it properly?
>  6318/modules.old
Delete this after fixing nmap?
Marty
Marty Landman, Face 2 Interface Inc. 845-679-9387
Search & Sort Easily: http://face2interface.com/Products/FormATable.shtml
Web Installed Formmail: http://face2interface.com/formINSTal
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: netstat odd behavior

2005-01-07 Thread mario . lobo
Tried that before posting. this is what I get

Active Internet connections (including servers)
Proto Recv-Q Send-Q  Local Address  Foreign Address(state)
udp4   0  0  *.514  *.*


On 7 Jan 2005 at 10:56, Jose Hidalgo Herrera wrote:

>
> What about
>  netstat -anf inet
>
>
> El vie, 07-01-2005 a las 09:06 -0300, [EMAIL PROTECTED] escribió:
>
> Hello;
>
> On all installations of FreeBSD I´ve ever done in the past,
>
> netstat -an
>
> displays LISTENing servers and any tcp connection in any state.
>
> On the 5.3 I have installed here ( updated to RELENG_5_3 + 
> build/installworld ), this command only
> shows only this;
>
> 
> Active Internet connections (including servers)
> Proto Recv-Q Send-Q  Local Address  Foreign Address(state)
> udp4   0  0  *.514  *.*
> Active UNIX domain sockets
> Address  Type   Recv-Q Send-QInode Conn Refs  Nextref Addr
> c38d01a4 stream  0  0 c3de8738000 
> /db/mysql/mysql.sock
> c38d1000 stream  0  0 c3883c60000 
> /var/run/devd.pipe
> c38d0ec4 dgram   0  0 c3883210000 
> /var/run/log
> 
>
> I have ssh, sendmail, ftpd and mysql daemons running, LISTENing and 
> WORKING.
>
> Would anybody know why they are not showing on the output of netstat?
>
> Thanks,
>
>

--
   //|  //||
  // | // ||
-//--//---|| ARIO LOBO
//  //||
-
[EMAIL PROTECTED]
http://www.ipad.com.br

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


Moving *directories*, like sbin, root, of / to /usr (was Re: clearing space)

2005-01-07 Thread Parv
in message <[EMAIL PROTECTED]>,
wrote Marty Landman thusly...
>
> Let's say I want to
> 
> mv /sbin /usr/sbin
> mv /root /usr/root
> 
> How problematic can this become?

You should know there already is one /usr/sbin ... which will be
late if you had already mv(1)'d as root w/o -i option.

You should not have any problems moving /root to elsewhere other
than those related to mount & single user, well, use.


  - Parv

-- 

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


Re: Remote upgrade possible?

2005-01-07 Thread M
On Jan 7, 2005, at 12:33 PM, Danny MacMillan wrote:
I haven't looked at the code, but your assertion is extremely unlikely.
I really want to say "impossible" but as I said, I haven't looked at
the code.  If FreeBSD loaded entire executable images into RAM when
starting new processes, it would perform very poorly.  What is more
likely is that the kernel keeps the image file open during program
execution.  When the xterm binary is replaced, the old binary is still
on disk in its old location, it just doesn't have any directory
entries pointing to it.  Since the kernel still has the file open it
won't be overwritten.  Hence the kernel can and will still load
pages from the old image.  This is a function of the same behaviour
that causes df and du output to differ in some cases.
The lsof(8) utility seems to bear this out, as each process seems to
keep each image (program and shared object files) open during
execution.
A new instance of xterm would use the new, upgraded binary.
When you run a program the program that runs the new one makes a copy 
of itself in the process table and they share code pages. This is done 
through fork(). At that point the new process, called the child, calls 
one of the exec() function calls which in turn calls a single syscall, 
execve(). execve() uses namei() to get the vnode pointer. Each vnode 
pointer has three ference counts, v_usecount, v_holdcnt and 
v_writecount. A vnode is not recycled until both the usecount and 
holdcnt are 0. When namei() is called it calls VREF() which is vref() 
which does

vp->v_usecount++;
so if it's running the page can't be recycled from a point in time 
before the program actually is loaded in to memory. execve() calls 
exec_map_first_page(). Without tearing this apart I'm going to guess 
that this memory maps the first page of text (code) through the VM 
subsystem as evidenced by the conspicuous calls to vm_page*() functions 
so I'd conclude the file is memory mapped. Presuming it turns out the 
command you're calling isn't a shell script or other script execve() 
cleans up the environment so file descriptors and signal handlers don't 
get shared, the processes environment is setup, lets the calling 
(forking) process know it can continue on it's merry way, sets uid/gid 
if necessary/possible, and it looks like the scheduler takes care of 
the rest  (I'll be honest here, the code seems to trail off here so far 
as I can tell in to parts that are jumped to in case of error). In any 
case we have a increased usecount.

Now we are going to unlink that file and create a new one.
After some basic checks (you can't remove the root of a file system for 
example) unlink() will call VOP_REMOVE() which calls vrele() which 
deincrements the usecount when it's greater than one, which in this 
case it MUST be because the xterm process has one count on it and the 
file entry has another (hard links to the file may have additional 
counts on it).

Therefore it appears that you can unlink the file, it will remain on 
the disk to serve the memory mapped image used for the running process 
and install a new copy. I'm going to presume when a process exits it 
de-increments the usecount for the vnode, which, when 0 should put the 
page on the free list.

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


Re: clearing space

2005-01-07 Thread Robert Huff


Marty Landman writes:

>  Ok, I've cleared half the space by rm -r /root/.cpan.

yay!

>  # du -x / | sort -rn | head -15
>  60093   /
>  15052   /root
>  13750   /root/nmap-3.50

Did you somehow install nmap under root, or use it as the root
build directory?  And if so, was that intentional?
Make sure nmap is installed in the appropriate place, and the
delete this?

>  6318/modules.old

Assuming your system is stable, you can probably delete this.


Robert Huff


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


Re: openoffice on 5.3-RELEASE

2005-01-07 Thread albi
Duane Winner wrote:
Thanks! I was able to find OOo_1.1.3_FreeBSD53Intel_install.tbz and get 
that installed and working.
nice
I still had the bad user interface fonts, but I found that to be a 
problem with my xorg config, and I (mostly) fixed it. I sitll have some 
minor 'ticks' snuggled inside my r's, n's, e's and g characters, but not 
nearly as bad as before. I just started using Xorg over Xfree86 this 
week, and apparantly, font handling, or at least the ports are a little 
different.

i'm using 5.3 on the desktop (daily), and i have no problems with it at 
all, but then again i've installed this from a 5.3 RELEASE cdrom,
and that has xorg as default

perhaps you have to reinstall (portupgrade -rf) a few fonts ?
Just a couple more questions:
If I keep my ports tree cvsup'd every day, I'm going to have:
openoffice-1.1.3 < needs updating (port has 1.1.3_1)
We generally do a "portupgrade -a" to upgrade ports unless 
/usr/ports/UPDATING affects us. How can I get around the openoffice 
discrepency since a portupgrade -a will always try build it again and 
end up failing?
a dirty solution is to press ctrl-c when OOo tries to build, i know from 
experience that portupgrade simply continues with the rest without any 
complaints :)

but i assume in the Makefile (in the OOo-portsdir) one can put an IGNORE 
somewhere

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


Re: make sudo failed

2005-01-07 Thread Matteo Santori
Marty Landman wrote:
A previous thread mentioned sudo as a good way for me to get out of 
the habit of su - so much. I just tried to install and this is what I 
got, don't know what to make of it (pardon the pun) or what to do next.


# make build && make install && rehash && which sudo
/usr/sbin/sysctl: not found
"/usr/ports/Mk/bsd.port.mk", line 797: warning: "/usr/sbin/sysctl -n 
kern.osreldate" returned non-zero status
>> sudo-1.6.6.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
>> Attempting to fetch from http://www.sudo.ws/sudo/dist/.
fetch: http://www.sudo.ws/sudo/dist/sudo-1.6.6.tar.gz: Not Found
>> Attempting to fetch from ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/.
fetch: ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/sudo-1.6.6.tar.gz: 
File unavailable (e.g., file not found, no access)
>> Attempting to fetch from ftp://ftp.stikman.com/pub/sudo/.
Receiving sudo-1.6.6.tar.gz (333074 bytes): 100% (ETA 00:00)
333074 bytes transferred in 112.4 seconds (2.89 kBps)
===> Extracting for sudo-1.6.6_1
md5: not found
*** Error code 127

Stop in /usr/ports/security/sudo.

Marty
Marty Landman, Face 2 Interface Inc. 845-679-9387
Search & Sort Easily: http://face2interface.com/Products/FormATable.shtml
Web Installed Formmail: http://face2interface.com/formINSTal
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"

Problem releated with some md5 control. Try to check what's wrong or try 
to get the pkg.

What is interesting is
../usr/sbin/sysctl: not found
"/usr/ports/Mk/bsd.port.mk", line 797: warning: "/usr/sbin/sysctl -n 
kern.osreldate" returned non-zero status

why it's trying to search sysctl is such path?



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


Re: copying from DVD drive causes crash: vm_fault: pager readerror, pid 13421 (cp) on FreeBSD 5.3-STABLE

2005-01-07 Thread Christoph Steigmeier
Hello
I observe a similiar behaviour here on an ASUS Laptop with a
MATSHITAUJ-831D/1.00 DVD-RW Drive. Altough only with DVD's, but not with 
CD's. Installed is FreeBSD 5.3-RELEASE-p2. The only difference to the 
GENERIC kernel is that I added the device atapicam to the kernel. The 
failure occures with both way accessing the drive (acd0 and cd0).

If you need more output, pls. tell me.
Chris

On Thu, 6 Jan 2005, O. Hartmann wrote:
Daniel O'Connor schrieb:
On Thu, 6 Jan 2005 23:16, O. Hartmann wrote:
Doing dd from the DVD drive (NEC ND 3500AG/2.18) fails in a corrupt
image afterwards, copying with 'cp' from a inserted CD triggers the
shown error and box dies immediately:
Jan  6 12:17:20 edda kernel: cd9660: RockRidge Extension
Jan  6 12:17:50 edda kernel: acd0: FAILURE - READ_BIG ILLEGAL REQUEST
asc=0x64 ascq=0x00 error=4
Jan  6 12:18:07 edda last message repeated 3 times
Jan  6 12:29:44 edda kernel: cd9660: RockRidge Extension
Jan  6 12:30:54 edda kernel: acd0: FAILURE - READ_BIG MEDIUM ERROR
asc=0x11 ascq=0x00 error=4
Jan  6 12:30:54 edda kernel: vm_fault: pager read error, pid 13421 (cp)
Jan  6 12:30:58 edda kernel: acd0: FAILURE - READ_BIG MEDIUM ERROR
asc=0x11 ascq=0x00 error=4
Jan  6 12:30:58 edda kernel: vm_fault: pager read error, pid 13421 (cp)
Jan  6 12:31:01 edda kernel: acd0: FAILURE - READ_BIG MEDIUM ERROR
asc=0x11 ascq=0x00 error=4
Jan  6 12:31:01 edda kernel: vm_fault: pager read error, pid 13421 (cp)
Jan  6 12:31:08 edda kernel: acd0: FAILURE - READ_BIG MEDIUM ERROR
asc=0x11 ascq=0x00 error=4
Jan  6 12:31:08 edda kernel: vm_fault: pager read error, pid 13421 (cp)
Jan  6 12:31:19 edda kernel: acd0: FAILURE - READ_BIG MEDIUM ERROR
asc=0x11 ascq=0x00 error=4
Same happens when trying to to a 'tar ztf file.foo' (tar archive located
on DVD) -> FreeBSD dies and freezes immediately.
Does it panic or hang?
The DVD has errors on it which is why you can't read it.. Obviously the OS 
crashing when presented with bad media is not a good thing :)


The box hang.
The media is all right, I tried it on a FreeBSD 4.10 box and a Windows box 
(equipted with the
same DVD-RW drive, running on a different hardware platform).

Writing 'clear' images to the drive results in corrupted media, either DVD 
and/or CD-R/W.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

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


make sudo failed

2005-01-07 Thread Marty Landman
A previous thread mentioned sudo as a good way for me to get out of the 
habit of su - so much. I just tried to install and this is what I got, 
don't know what to make of it (pardon the pun) or what to do next.


# make build && make install && rehash && which sudo
/usr/sbin/sysctl: not found
"/usr/ports/Mk/bsd.port.mk", line 797: warning: "/usr/sbin/sysctl -n 
kern.osreldate" returned non-zero status
>> sudo-1.6.6.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
>> Attempting to fetch from http://www.sudo.ws/sudo/dist/.
fetch: http://www.sudo.ws/sudo/dist/sudo-1.6.6.tar.gz: Not Found
>> Attempting to fetch from ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/.
fetch: ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/sudo-1.6.6.tar.gz: File 
unavailable (e.g., file not found, no access)
>> Attempting to fetch from ftp://ftp.stikman.com/pub/sudo/.
Receiving sudo-1.6.6.tar.gz (333074 bytes): 100% (ETA 00:00)
333074 bytes transferred in 112.4 seconds (2.89 kBps)
===>  Extracting for sudo-1.6.6_1
md5: not found
*** Error code 127

Stop in /usr/ports/security/sudo.

Marty
Marty Landman, Face 2 Interface Inc. 845-679-9387
Search & Sort Easily: http://face2interface.com/Products/FormATable.shtml
Web Installed Formmail: http://face2interface.com/formINSTal
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: openoffice on 5.3-RELEASE

2005-01-07 Thread Benjamin Walkenhorst
I was too lazy to wait for the thin to build, so I downloaded the binary 
package.
Works fine. =)

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


Re: clearing space

2005-01-07 Thread Marty Landman
At 12:20 PM 1/7/2005, Peter Risdon wrote:
>
> >No - you ought to be able to su to root still.
Live and learn. That worked, guess I can read up on su myself to understand 
the difference.

One thing that does occur to me: what is your user's shell and, if it
isn't bash, do you have bash installed? And have you changed the root
shell from csh? I suspect the latter.
I'm not even aware of how to know the answers to these.
> >If you can boot onto a FreeBSD CDROM it'd be easy to fix this.
No need now, is there?
The keyboard will almost certainly work after a reboot.
That's good to know.
If not, you've got other worries with that machine anyway.
True enough.
You can get a shell with root privileges from sysinstall and make your link.
Got onto root with su, instead of su - which as you already know was 
failing on me.

Move /sbin back, though. This was a bad thing to relocate.
Done. Now I have
# df
Filesystem  1K-blocks   Used  Avail Capacity  Mounted on
/dev/ad0s1a128990  54998  6367446%/
/dev/ad0s1f257998  81790 15557034%/tmp
/dev/ad1s1e   2030062 936170 93148850%/usr
/dev/ad0s1e257998   2122 235238 1%/var
which should be fine for my present needs.
Funny thing was that the Perl package I wanted to install with cpan - 
MIME::Lite is a standalone that doesn't apparently require cpan to install 
if you have the source, which I do. Darned thing didn't work out for me 
anyway so it's plan B. Been a plan b kinda day.

Marty
Marty Landman, Face 2 Interface Inc. 845-679-9387
Search & Sort Easily: http://face2interface.com/Products/FormATable.shtml
Web Installed Formmail: http://face2interface.com/formINSTal
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: apachectl oddness

2005-01-07 Thread Robin Becker
Robin Becker wrote:
I'm running standard freeBSD 4.9 and am port upgrading apache2. I think 
the old version was 2.50_3 and the new is 2.52_4. In the latest build I 
have added WITH_THREADS=1 as I need this for mod_python.

I notice now that apachectl startssl has problems reading the pass 
phrase. I normally do this through the web using ssh/su and find that my 
putty terminal gets locked up when I enter the phrase at the prompt.

The apachectl startssl fails for the first pass phrase entry at the 
console, but the second seems to work. I had to kill the previously hung 
httpd process.

Experimenting shows that
echo "pass phrase" | apachectl startssl
works fine even through ssh. Am I stupid or doing something wrong?
Seems that the problem is caused by using WITH_THREADS=1. For various reasons I 
needed to reinstall without threads and now see that the pass phrase entry works 
fine.
--
Robin Becker
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Network monitoring software

2005-01-07 Thread freebsduser
Hiya folks, I'm looking for some network monitoring software. I've tried zabbix 
and jffnms but neither of them functioned after being configured or installing.

If anybody has any success stories I would like to hear about any of them so I 
can look at other packages in ports net and net-mgmt.

Thanks.

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


SCSI HD issue ...

2005-01-07 Thread Tom Vilot
Picking up on that SCSI hardware problem I posted about earlier ...
I'm in the process of installing a second HD which will,
hopefully, be the replacement for the one I believe is flaky.
I've installed the second drive. I used dd to copy over
to each partition (Yes, I know this is not the right way
to do that ... I'll be using dump or tar next time.
Thanks to Subhro for pointing that out...)
However ... Now I have the following situation:
da2 is the "bad" disc that I am  still using.
da0 is going to be the new disc.
Somehow, I have managed to replace da2s1a with
da0s1a as the / partition:
/dev/da0s1a on / (ufs, local)
devfs on /dev (devfs, local)
/dev/da2s1e on /tmp (ufs, local, soft-updates)
/dev/da2s1f on /usr (ufs, NFS exported, local, soft-updates)
/dev/da2s1d on /var (ufs, local, soft-updates)
procfs on /proc (procfs, local)
/dev/ad0 on /usr/share/archive (ufs, NFS exported, local)
I'm not sure how to put it back.
My fstab is:
# DeviceMountpoint  FStype  Options Dump
Pass#
/dev/da2s1b noneswapsw  0   0
/dev/da2s1a /   ufs rw  1   1
/dev/da2s1e /tmpufs rw  2   2
/dev/da2s1f /usrufs rw  2   2
/dev/da2s1d /varufs rw  2   2
/dev/acd0   /cdrom  cd9660  ro,noauto   0   0
/dev/acd1   /dvdram ufs rw,noauto   0   0
proc/proc   procfs  rw  0   0
/dev/ad0/usr/share/archive  ufs rw  0   0

I'm guessing I need to configure the boot loader 
but I'm a little unclear on how I do that.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Remote upgrade possible?

2005-01-07 Thread Danny MacMillan
On Fri, Jan 07, 2005 at 07:25:02AM -0500, Mike Jeays wrote:
> On Thu, 2005-01-06 at 23:26, Tabor Kelly wrote:
> > 
> > I routinely use 'portupgrade -rRN' in xterm, in X-Windows to
> > install new ports on my box. The second to last time I did this,
> > one of the ports what was upgraded was xterm. And it worked! Can
> > anybody explain to my why nothing bad happened? Am I running a
> > risk when I do this?
> 
> This seems pretty safe to me. When xterm gets invoked, the whole of the
> code gets loaded into memory for execution, and there is no reason why
> it would look at the disk copy again.  If you upgrade the xterm binary,

I haven't looked at the code, but your assertion is extremely unlikely.
I really want to say "impossible" but as I said, I haven't looked at
the code.  If FreeBSD loaded entire executable images into RAM when
starting new processes, it would perform very poorly.  What is more
likely is that the kernel keeps the image file open during program
execution.  When the xterm binary is replaced, the old binary is still
on disk in its old location, it just doesn't have any directory
entries pointing to it.  Since the kernel still has the file open it
won't be overwritten.  Hence the kernel can and will still load
pages from the old image.  This is a function of the same behaviour
that causes df and du output to differ in some cases.

The lsof(8) utility seems to bear this out, as each process seems to
keep each image (program and shared object files) open during
execution.

A new instance of xterm would use the new, upgraded binary.

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


GTK error with SciTE.

2005-01-07 Thread Rod Person
I'm trying to use SciTE and when ever I start it I get the following error...
I've tried this on 2 seperate FBSD machines one running 5.3 release and the 
other running a 5.3 rc 2 (I think). Both get the same error. I been trying to 
figure this out for sometime and can't seem to find anything about it

SciTE

(SciTE:98139): GLib-GObject-WARNING **: specified class size for type 
`Scintilla' is smaller than the parent type's `GtkContainer' class size

(SciTE:98139): Gtk-CRITICAL **: file gtktypeutils.c: line 100 (gtk_type_new): 
assertion `GTK_TYPE_IS_OBJECT (type)' failed

(SciTE:98139): Gtk-WARNING **: invalid cast from (NULL) pointer to `(unknown)'

(SciTE:98139): GLib-GObject-WARNING **: specified class size for type 
`Scintilla' is smaller than the parent type's `GtkContainer' class size
Segmentation fault (core dumped)
-- 
Rod


"If you stay the same long enough you'll be in 
 style some day again."  Cren Dog 


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


IPFW and whois lookup

2005-01-07 Thread V Foulk
Hello,

I have recently setup IPFW on a test box, and
found that (for the most part) it was pretty straight
forward.  Every rule and service on the box seems to work
great, except for one problem I haven't been able to track
down.  Regardless of the settings, even when set to open as
default with only the allow all from any to any rule, whois and
hostname lookups fail.

This problem prevented clamav from updating, and a whole 
slew of other minor issues that pop up in the logs.  I was hoping
someone may be able to point out something that I may have missed?

When IPFW is enabled:
When the service uses the local NS, a manual whois gives:
whois: connect(): No route to host

When the service uses the upstream NS, a manual whois gives:
whois: com.whois-servers.net: hostname nor servname provided, or not known

(NS as set in resolv.conf)

The only way I can make the error 'go away' is to disable ipfw in rc.conf
and reboot.

I am certain that this is just a silly oversight on my part.
The machine is running FreeBSD 5.2.1-RELEASE-p13, please let me know if
there
is any other information I can provide that will be useful. Thank you very
much,
in advance, for the help.

VF

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


Re: clearing space

2005-01-07 Thread Peter Risdon
On Fri, 2005-01-07 at 11:59 -0500, Marty Landman wrote:
> At 11:32 AM 1/7/2005, Peter Risdon wrote:
> >On Fri, 2005-01-07 at 10:41 -0500, Marty Landman wrote:
> >
> > >
> > > This has become a problem. Took a working keyboard from another box and it
> > > won't work. Unless by some weird chance I should reboot first.
> > >
> >
> >This happens, but don't just reboot.
> 
> Peter, are you saying that it's possible my keyboard isn't working because 
> the console hasn't been used for a very long time? If so, why isn't 
> rebooting the easiest thing to do?

Sort of. Sometimes, not often, just plugging a ps2 keyboard into a
running machine won't work. It's also capable, even more rarely, of
damaging the motherboard.

[...]
> 
> >No - you ought to be able to su to root still.
> 
> But how?
> 
> %su -
> Password:
> su: no directory
> %

I still have the machine on which I moved /root available and here's
what happens:

-bash-2.05b$ ls /
COPYRIGHT   dev kernel.GENERIC  nonexistent stand
bin distkernel.old  procsys
bootetc mnt razor-agent.log tmp
cdrom   homemodules sbinusr
compat  kernel  modules.old service var
-bash-2.05b$ su
Password:
%ls /
.cshrc  compat  kernel.GENERIC  proctmp
.profiledev kernel.old  razor-agent.log usr
COPYRIGHT   distmnt sbinvar
bin etc modules service
boothomemodules.old stand
cdrom   kernel  nonexistent sys
%pwd
/usr/home/peter
% 

One thing that does occur to me: what is your user's shell and, if it
isn't bash, do you have bash installed? And have you changed the root
shell from csh? I suspect the latter.


[...]
> >If you can boot onto a FreeBSD CDROM it'd be easy to fix this. Can you?
> 
> I still have the 4.8 mini-iso the system was installed with. But I need the 
> console to do this right? Any way I can be sure that the ps2 port/mobo 
> isn't what's really shot? Or does it even matter?

The keyboard will almost certainly work after a reboot. If not, you've
got other worries with that machine anyway. You can get a shell with
root privileges from sysinstall and make your link. Move /sbin back,
though. This was a bad thing to relocate.

Peter.

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


Re: openoffice on 5.3-RELEASE

2005-01-07 Thread Duane Winner
Thanks! I was able to find OOo_1.1.3_FreeBSD53Intel_install.tbz and get 
that installed and working.
I still had the bad user interface fonts, but I found that to be a 
problem with my xorg config, and I (mostly) fixed it. I sitll have some 
minor 'ticks' snuggled inside my r's, n's, e's and g characters, but not 
nearly as bad as before. I just started using Xorg over Xfree86 this 
week, and apparantly, font handling, or at least the ports are a little 
different.

Just a couple more questions:
If I keep my ports tree cvsup'd every day, I'm going to have:
openoffice-1.1.3 < needs updating (port has 1.1.3_1)
We generally do a "portupgrade -a" to upgrade ports unless 
/usr/ports/UPDATING affects us. How can I get around the openoffice 
discrepency since a portupgrade -a will always try build it again and 
end up failing?

Also, what are the folks up on ootranslation.services doing to get this 
package built that can't be done with the source for 1.1.3_1 on 5.3, why 
can't this port on 5.3, and if it is failing, shouldn't it be marked as 
'broken' on 5.3?

Thanks for any info.
Cheers,
DW
albi wrote:
albi wrote:
there's more info here : http://porting.openoffice.org/freebsd/
build-instructions, known problems and alternative downloads

on the webpage above mentioned the link that says :
"OOo 1.1.3 for 4.10 and 1.1.2 for 5.2.1-RELEASE"
actually has OOo 1.1.3 for 5.3 for download
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"

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


"The Complete FreeBSD": errata and addenda

2005-01-07 Thread Greg Lehey
The trouble with books is that you can't update them the way you can a web page
or any other online documentation.  The result is that most leading edge
computer books are out of date almost before they are printed.  Unfortunately,
The Complete FreeBSD, published by O'Reilly, is no exception.  Inevitably, a
number of bugs and changes have surfaced.

"The Complete FreeBSD" has been through a total of five editions, including its
predecessor "Installing and Running FreeBSD".  Two of these have been reprinted
with corrections.  I maintain a series of errata pages.  Start at
http://www.lemis.com/errata-4.html to find out how to get the errata
information.

Have you found a problem with the book, or maybe something confusing?  Please
let me know: I'm constantly updating it.

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


How to get best results from FreeBSD-questions

2005-01-07 Thread Greg Lehey

How to get the best results from FreeBSD questions.
===

Last update $Date: 2004/09/19 02:40:48 $

This is a regular posting to the FreeBSD questions mailing list.  If
you got it in answer to a message you sent, it means that the sender
thinks that at least one of the following things was wrong with your
message:

- You left out a subject line, or the subject line was not appropriate.
- You formatted it in such a way that it was difficult to read.
- You asked more than one unrelated question in one message.
- You sent out a message with an incorrect date, time or time zone.
- You sent out the same message more than once.
- You sent an 'unsubscribe' message to FreeBSD-questions.

If you have done any of these things, there is a good chance that you
will get more than one copy of this message from different people.
Read on, and your next message will be more successful.

This document is also available on the web at
http://www.lemis.com/questions.html.

=

Contents:

I:Introduction
II:   How to unsubscribe from FreeBSD-questions
III:  Should I ask -questions, -newbies or -hackers?
IV:   How to submit a question to FreeBSD-questions
V:How to answer a question to FreeBSD-questions

I: Introduction
===

This is a regular posting aimed to help both those seeking advice from
FreeBSD-questions (the "newcomers"), and also those who answer the
questions (the "hackers").

   Note that the term "hacker" has nothing to do with breaking
   into other people's computers.  The correct term for the latter
   activity is "cracker", but the popular press hasn't found out
   yet.  The FreeBSD hackers disapprove strongly of cracking
   security, and have nothing to do with it.

In the past, there has been some friction which stems from the
different viewpoints of the two groups.  The newcomers accused the
hackers of being arrogant, stuck-up, and unhelpful, while the hackers
accused the newcomers of being stupid, unable to read plain English,
and expecting everything to be handed to them on a silver platter.  Of
course, there's an element of truth in both these claims, but for the
most part these viewpoints come from a sense of frustration.

In this document, I'd like to do something to relieve this frustration
and help everybody get better results from FreeBSD-questions.  In the
following section, I recommend how to submit a question; after that,
we'll look at how to answer one.

II:  How to unsubscribe from FreeBSD-questions
==

When you subscribed to FreeBSD-questions, you got a welcome message
from [EMAIL PROTECTED]  In this message, amongst
other things, it told you how to unsubscribe.  Here's a typical
message:

  Welcome to the freebsd-questions@freebsd.org mailing list!

If you ever want to unsubscribe or change your options (eg, switch to
or from digest mode, change your password, etc.), visit your
subscription page at:

  http://lists.freebsd.org/mailman/options/freebsd-questions/[EMAIL PROTECTED]
  
(obviously, substitute your mail address for "[EMAIL PROTECTED]").  You can
also make such adjustments via email by sending a message to:

  [EMAIL PROTECTED]
  
with the word 'help' in the subject or body (don't include the
quotes), and you will get back a message with instructions.

You must know your password to change your options (including
changing the password, itself) or to unsubscribe.
  
Normally, Mailman will remind you of your freebsd.org mailing list
passwords once every month, although you can disable this if you
prefer.  This reminder will also include instructions on how to
unsubscribe or change your account options.  There is also a button on
your options page that will email your current password to you.

  Here's the general information for the list you've
  subscribed to, in case you don't already have it:

  FREEBSD-QUESTIONS   User questions
  This is the mailing list for questions about FreeBSD.  You should not
  send "how to" questions to the technical lists unless you consider the
  question to be pretty technical.

Normally, unsubscribing is even simpler than the message suggests: you
don't need to specify your mail ID unless it is different from the one
which you specified when you subscribed.

If Majordomo replies and tells you (incorrectly) that you're not on
the list, this may mean one of two things:

  1.  You have changed your mail ID since you subscribed.  That's where
  keeping the original message from majordomo comes in handy.  For
  example, the sample message above shows my mail ID as
  [EMAIL PROTECTED]  Since then, I have changed it to
  [EMAIL PROTECTED]  If I were to try to remove [EMAIL PROTECTED] from
  the list, it would fail: I would have to specify the name with
  which I joined.

  2.  You're subscribed to a mailing list which is subscribed t

Re: clearing space

2005-01-07 Thread Marty Landman
At 11:32 AM 1/7/2005, Peter Risdon wrote:
On Fri, 2005-01-07 at 10:41 -0500, Marty Landman wrote:
>
> This has become a problem. Took a working keyboard from another box and it
> won't work. Unless by some weird chance I should reboot first.
>
This happens, but don't just reboot.
Peter, are you saying that it's possible my keyboard isn't working because 
the console hasn't been used for a very long time? If so, why isn't 
rebooting the easiest thing to do?

> Have one idea. Samba is set up and I can access from my windows
> workstation. If I change
That won't work.
I realized that after sending the msg. Because Samba doesn't override the 
permissions on / which are rwxr-xr-x, right?

What about toor? Isn't that a fallback to root? I've never understood what 
that was about... you're likely getting a good idea of my skill level about 
now. :)

No - you ought to be able to su to root still.
But how?
%su -
Password:
su: no directory
%

I checked this before the original answer because, although I wasn't 
recommending your directory moves, just telling you how to avoid linking 
individual binaries and files by doing the whole directory, I didn't even 
want to do that if I
thought it would cause a prob like this.
Hey it's all a learning experience. Fact is it's not even keeping me from 
doing the work I was originally out to do... don't need root for that.

What clobbered the space on my / - besides having too small an allocation - 
was using Perl's cpan shell. By deleting /root/.cpan recursively I've fixed 
that issue. The greater issue is, as has been said, learning to do this on 
another directory like /usr.

If you can boot onto a FreeBSD CDROM it'd be easy to fix this. Can you?
I still have the 4.8 mini-iso the system was installed with. But I need the 
console to do this right? Any way I can be sure that the ps2 port/mobo 
isn't what's really shot? Or does it even matter?

Marty
Marty Landman, Face 2 Interface Inc. 845-679-9387
Search & Sort Easily: http://face2interface.com/Products/FormATable.shtml
Web Installed Formmail: http://face2interface.com/formINSTal
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 3ware Esclade 7006-2

2005-01-07 Thread Mike Tancsa
At 02:37 AM 07/01/2005, Justin England wrote:
- Original Message - From: "Mike Tancsa" <[EMAIL PROTECTED]>
To: "Justin England" <[EMAIL PROTECTED]>
Cc: 
Sent: Wednesday, January 05, 2005 8:19 PM
Subject: Re: 3ware Esclade 7006-2

On Mon, 3 Jan 2005 23:01:31 -0700, in sentex.lists.freebsd.questions
you wrote:
I have downloaded the CLI util and the 3dm2 web interface from 3ware.com 
and have been trouble getting them to work.
Its not totally obvious, but to connect to the 3dmd2, you need to talk
to it via https, not http. So if you have it on the default port of
888, try
https://127.0.0.1
and not
http://127.0.0.1

Thanks for the tip... but still didn't work.  I have set the port to 80, 
just to make sure it wasn't a browser issue

Use the default 888.  It seems to get confused occasionally when its not on 
that port (although I have a few RELENG_4 boxes on non standard ports that 
work fine). I have a couple of boxes running RELENG_5 on the 7xxx and 8xxx 
without issue with the 3dm2 daemon

What is the output of
# openssl s_client  -host 127.0.0.1 -port 888
Assuming you have it bound to all addresses and listening on the default 
port of 888.

Once connected, type GET / HTTP/1.0
You should see
GET / HTTP/1.0
HTTP/1.1 200 OK
Server: 3ware/2.0
Connection: close
Content-Type: text/html
Content-Length: 757




var cur_controller = 0;
var cur_unit = -2;
var lastmessage = ""
var who = 1;
function init()
{
window.menu.document.location.replace("/menu.html");
setTimeout("window.content.document.location.replace('/page0.html?c=0')", 500);
}
3ware 3DM2 - ns6.recycle.net - Summary You must enable JavaScript for 3DM2 to run properly This page uses frames, but your browser doesn't support them. closed ---Mike , but it still doesn't work. Again, anybody have any success running the 3ware.com download of 3dm2 using a 7006-2 Esclade controller running the 5.3-RELEASE twe driver? Thanks, Justin ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

  1   2   >