Re: What program let you finish typing a file name when you hit ESC.

2003-07-08 Thread Dan Nelson
In the last episode (Jul 08), parv said:
 in message [EMAIL PROTECTED], wrote DanB thusly...
 
  What program let you finish typing a file name when you hit ESC?
 
 A shell.  At least bash2  ksh93 can, depending upon configuration.

Most newer shells use TAB instead of ESC, because ESC also starts
cursor and function key sequences.

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


Re: problem upgrading from 5.0 to 5.1

2003-07-08 Thread Serge Yaroshenko
Hi!

Paul Chvostek wrote:

On Mon, Jul 07, 2003 at 01:38:59PM -0500, Michael L. Squires wrote:
 

I've got a box on which 5.0-RELEASE was installed.  I updated the source
tree using cvsup to RELENG_5_1 and tried to recompile, and now every
 

RELENG_5_1 is compiling for me (as of 7/4).
   

Okay, but it's not for me.

 

Are you running

mergemaster -p
make buildworld
   

This is where it stops, while trying to compile bin/cat.  The pertinent
lines remain:
| /usr/obj/var/src/i386/usr/lib/libc.a(atexit.o): In function `atexit':
| atexit.o(.text+0xc7): undefined reference to `_pthread_mutex_unlock'
| atexit.o(.text+0xd8): undefined reference to `_pthread_mutex_lock'
I tried installing devel/pth from ports, to no avail (which makes sense;
the port wouldn't affect how libc.a has been compiled).
My /etc/make.conf includes:

 CPUTYPE=i686
 CFLAGS= -O3 -pipe
Try 
CFLAGS= -O2 -pipe

COPTFLAGS= -O -pipe

For compiling kernel not recomended turn on optimizing -O2.
I have similar error when make buildworld with -O3.
Serge.

 COPTFLAGS= -O3 -pipe
 MAKE_IDEA=  YES # IDEA (128 bit symmetric encryption)
 COMPAT4X=   yes
Any further wisdom?

 



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


Re: Can't install/upgrade/remove ports

2003-07-08 Thread Bjarne Wichmann Petersen
On Tuesday 08 July 2003 00:15, Dragoncrest wrote:
 Just recently ran into an issue upgrading, removing, or installing
 ports.  For some strange reason when I compile the port, it's fine, but
 as soon as the make install or any installing command runs it
 immediately dumps out with an error similar to this:

 === Generating temporary packing list
 === Checking if www/lynx-current already installed
 *** Error code 1

 It then dumps out and it won't go any farther.  It even refuses to
 remove the port even though it removes the pkg_info entry.  Anyone know
 what is causing this?  I'd really apreciate any help on this.  Thanks.

I had this exactly this problem yesterday. I don't know exactly what was 
wrong, but I think it was some package or dependency that had ruined 
something in the pkgdb.

I tried rebuilding the db with pkgdb, but it really didn't help. I had to 
remove /var/db/pkg/flashpluginwrapper that didn't show up when I ran 
pkg_info. After that, no problem.

Bjarne
-- 
Homepage: http://www.mekanix.dk

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


Re: What program let you finish typing a file name when you hit ESC.

2003-07-08 Thread rcooley
Heh...  The version of PDKSH in the FreeBSD ports does that.  I found it 
rather annoying that (for some reason) tab completion didn't work, but 
ESC completion did.

To set the options for PDKSH, or most any other shell, look at the 
output of set -o.

DanB wrote:
What program let you finish typing a file name when you hit ESC?

Dan

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


Re: gated-pub.tar.gz Is this a port you can install with pkg_add?

2003-07-08 Thread Kris Kennaway
On Tue, Jul 08, 2003 at 05:57:19AM +, DanB wrote:
 gated-pub.tar.gz  Is this a port  you can install with pkg_add?  It not
 what do you use?

gated is no longer available - the authors have withdrawn permission
for it to be used.  Use another routing protocol implementation like
zebra.

Kris


pgp0.pgp
Description: PGP signature


apache doesn't reply on explicit hostname

2003-07-08 Thread Fredrik Carlén
Hello! I have apache 2.0 on my  
# uname -a 
FreeBSD al-khwarizmi.intra.arrhythmetic.net 5.0-RELEASE FreeBSD 
5.0-RELEASE #0: Thu Jan 16 22:16:53 GMT 2003 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386-system 
:) 
 
Apache replies to http://localhost, but not to 
http://al-khwarizmi.intra.arrhythmetic.net which is the full name for my 
system. How come? ServerName al-khwarizmi.intra.arrhythmetic.net:80 is 
in my httpd.conf, sure enough. This doesn'nt work, either: 
 
# telnet al-khwarizmi.intra.arrhythmetic.net 80 
Trying 192.168.0.2... 
telnet: connect to address 192.168.0.2: Connection refused 
telnet: Unable to connect to remote host 
 
Why is this? Could anybody help me. You're always very helpful on this 
list... 
 
/fredrik 

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


Re: libc.so.4

2003-07-08 Thread Vincent Poy
On Mon, 7 Jul 2003, Kris Kennaway wrote:

 On Mon, Jul 07, 2003 at 01:34:50AM -1000, Vincent Poy wrote:
  On Mon, 7 Jul 2003, Jun wrote:
 
   Hello there.
  
   Greetings!!!
  
   I would like to ask if how can I fix the error I always receive from my box 
   FreeBSD 5.0-p7 when i run any executable program such as gmake, httpd, etc.:
  
   gowee# gmake release
   /usr/libexec/ld-elf.so.1: Shared object libc.so.4 not found
   gowee#
  
   that's the error i always receive, i don't know if how can i fix it :( ... i try 
   to find if what particular library is the libc.so.4 but i got no.
  
   Thanks and More power.
  
   Jun
 
  You can try:
 
  ln -sf /usr/lib/libc.so /usr/lib/lib.so.4
 
  and then:
 
  ldconfig -elf -R

 Grr..that's not a solution at all.

 libc.so.4 is provided by the compat4x distribution and packages.
 Either add COMPAT4X=yes to /etc/make.conf and make world, install the
 compat4x distribution from sysinstall, or add the compat4x package.

 Kris

That's what I get for staying awake too many hours and trying to
provide help to someone.  I forgot completely about /usr/lib/compat but
follow Kris's instructions and it'll work.


Cheers,
Vince - [EMAIL PROTECTED] - Vice President    __ 
Unix Networking Operations - FreeBSD-Real Unix for Free / / / / |  / |[__  ]
WurldLink Corporation  / / / /  | /  | __] ]
San Francisco - Honolulu - Hong Kong  / / / / / |/ / | __] ]
HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[]
[EMAIL PROTECTED] - oahu.DAL.NET Hawaii's DALnet IRC Network Server Admin



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


Bcc field viewable in Mutt generated e-mails

2003-07-08 Thread Wayne Pascoe
Hi all,

If I send an e-mail in mutt and bcc some recipients, I seem to be able
to see the BCC headers in the received e-mails. Now to my mind, this
defeats the object of Bcc.

This e-mail was bcc'd to [EMAIL PROTECTED]

Can anyone tell me how to disable this? Is this a mutt issue or an exim
issue ? 

Regards,

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


Question regarding new Nvidia FreeBSD drivers

2003-07-08 Thread Nelis Lamprecht
Hi List,

I have been using the Nvidia beta drivers for some time now ( version
1.0-3203 ) flawlessly without any problems, well except for one or 2
problems with Xscreensaver and OpenGL. Yesterday I tried loading the
latest non-beta release 1.0-4365 and all it does is freeze my PC and
then after a few seconds reboots without so much as a single error in
XFree86.log or messages.
I am using the following card, taken from dmesg: nvidia0: RIVA TNT2
Model 64
I made the necessary changes to my XF86Config file ( see attached ) to
include the NV Agp driver and also had to take out one or 2 items
namely pex5 and xie which worked fine with the beta drivers. 
Lastly, I then tried using the FreeBSD agp kernel option ( loaded via
kldload ) and disabled the Nvidia agp driver but still my PC freezes and
reboots.

I have resorted back to using the beta drivers for the time being but
was hoping that maybe someone has a solution to the problem I'm
experiencing ? I also noticed that someone else has been experiencing
this problem at
http://www.nvnews.net/vbulletin/forumdisplay.php?s=forumid=14 but there
was no solution.

Thanks and regards,
Nelis

New driver url: http://www.nvidia.com/view.asp?IO=freebsd_1.0-4365

Section ServerLayout
Identifier XFree86 Configured
Screen Screen AGP
InputDeviceMouse0 CorePointer
InputDeviceKeyboard0 CoreKeyboard
EndSection

Section Files
RgbPath  /usr/X11R6/lib/X11/rgb
ModulePath   /usr/X11R6/lib/modules
FontPath /usr/X11R6/lib/X11/fonts/misc/
FontPath /usr/X11R6/lib/X11/fonts/Speedo/
FontPath /usr/X11R6/lib/X11/fonts/Type1/
FontPath /usr/X11R6/lib/X11/fonts/75dpi/
FontPath /usr/X11R6/lib/X11/fonts/100dpi/
FontPath /usr/X11R6/lib/X11/fonts/webfonts/
FontPath /usr/X11R6/lib/X11/fonts/bitstream-vera/
FontPath unix/:7101
EndSection

Section Module
Load  bitmap
Load  dbe
Load  dri
Load  extmod
Load  glx
#Load  pex5
Load  record
#Load  xie
Load  xtrap
Load  speedo
Load  type1
Load  freetype
EndSection

Section InputDevice
Identifier  Keyboard0
Driver  keyboard
EndSection

Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol auto
Option  Device /dev/sysmouse
Option  Buttons 5
EndSection

Section Monitor
Identifier   MyMonitor
VendorName   Monitor Vendor
ModelNameMonitor Model
HorizSync31.5 - 57.0
VertRefresh  50.0 - 90.0
EndSection

Section Device

### Available Driver options are:-
### Values: i: integer, f: float, bool: True/False,
### string: String, freq: f Hz/kHz/MHz
### [arg]: arg optional
#Option DigitalVibrance   # i
#Option PageFlip  # [bool]
#Option Dac8Bit   # [bool]
#Option NoLogo# [bool]
#Option Overlay   # [bool]
#Option UBB   # [bool]
#Option Stereo# i
#Option WindowFlip# [bool]
#Option SWcursor  # [bool]
#Option HWcursor  # [bool]
#Option VideoKey  # i
#Option NvAGP # i
#Option PixmapCacheLines  # i
#Option IgnoreEDID# [bool]
#Option NoDDC # [bool]
#Option ConnectedMonitor  # str
#Option ConnectedMonitors # str
#Option TVStandard# str
#Option TVOutFormat   # str
#Option NoRenderAccel # [bool]
#Option CursorShadow  # [bool]
#Option CursorShadowAlpha # i
#Option CursorShadowXOffset   # i
#Option CursorShadowYOffset   # i
#Option UseEdidFreqs  # [bool]
#Option FlatPanelProperties   # str
#Option TwinView  # [bool]
#Option TwinViewOrientation   # str
#Option SecondMonitorHorizSync# str
#Option SecondMonitorVertRefresh  # str
#Option MetaModes # str
#Option UseInt10Module# [bool]
#Option SwapReady # [bool]
#Option NoTwinViewXineramaInfo# [bool]
#Option NoRenderExtension # [bool]
#Option UseClipIDs# [bool]
Identifier  NV AGP
Driver  nvidia
VendorName  nvidia
#BoardName   Riva TNT2 M64
#ChipSet RIVA TNT2 Model 64
BusID   PCI:1:0:0
Option 

Re: Bcc field viewable in Mutt generated e-mails

2003-07-08 Thread Kris Kennaway
On Tue, Jul 08, 2003 at 09:45:27AM +0100, Wayne Pascoe wrote:
 Hi all,
 
 If I send an e-mail in mutt and bcc some recipients, I seem to be able
 to see the BCC headers in the received e-mails. Now to my mind, this
 defeats the object of Bcc.
 
 This e-mail was bcc'd to [EMAIL PROTECTED]

I don't see any evidence of that in the message headers (check the
message yourself on http://docs.freebsd.org).  What makes you think
otherwise?

Kris


pgp0.pgp
Description: PGP signature


Re: Bcc field viewable in Mutt generated e-mails

2003-07-08 Thread Wayne Pascoe
On Tue, Jul 08, 2003 at 02:04:47AM -0700, Kris Kennaway wrote:
 On Tue, Jul 08, 2003 at 09:45:27AM +0100, Wayne Pascoe wrote:
  Hi all,
  
  If I send an e-mail in mutt and bcc some recipients, I seem to be able
  to see the BCC headers in the received e-mails. Now to my mind, this
  defeats the object of Bcc.
  
  This e-mail was bcc'd to [EMAIL PROTECTED]
 
 I don't see any evidence of that in the message headers (check the
 message yourself on http://docs.freebsd.org).  What makes you think
 otherwise?

I send a message from my work machine running mutt to [EMAIL PROTECTED]

I also bcc that message to [EMAIL PROTECTED]

I then retrieve the message on my home machine using fetchmail, filter
it with procmail and open it in mutt

Viewing the headers, I can see 
Bcc: [EMAIL PROTECTED] 
and this is on the mydomain.com address.

I only noticed it because someone pointed out to me that my messages
were coming complete with Bcc fields.

I would guess that possibly the listmanager is removing the bcc field,
so I have included you in this reply and bcc'd it to
[EMAIL PROTECTED]

Regards,

-- 
Wayne Pascoe
Give me enough medals, and I'll win any war.
- Napolean
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: apache doesn't reply on explicit hostname

2003-07-08 Thread Matthew Seaman
On Tue, Jul 08, 2003 at 09:35:06AM +0200, Fredrik Carlén wrote:
 Hello! I have apache 2.0 on my  
 # uname -a 
 FreeBSD al-khwarizmi.intra.arrhythmetic.net 5.0-RELEASE FreeBSD 
 5.0-RELEASE #0: Thu Jan 16 22:16:53 GMT 2003 
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386-system 
 :) 
  
 Apache replies to http://localhost, but not to 
 http://al-khwarizmi.intra.arrhythmetic.net which is the full name for my 
 system. How come? ServerName al-khwarizmi.intra.arrhythmetic.net:80 is 
 in my httpd.conf, sure enough. This doesn'nt work, either: 
  
 # telnet al-khwarizmi.intra.arrhythmetic.net 80 
 Trying 192.168.0.2... 
 telnet: connect to address 192.168.0.2: Connection refused 
 telnet: Unable to connect to remote host 
  
 Why is this? Could anybody help me. You're always very helpful on this 
 list... 

Sounds like apache is not listening on your network interfaces.  By
default, the apache config will have a line:

Listen 80

which means 'bind to all network interfaces and listen on port 80', so
it should work unless you've modified that part of the httpd.conf
file.  Check to see if apache is listening on the right port by using
netstat.  Run:

% netstat -na | grep '\.80 '

You should see a line like:

tcp4   0  0  *.80  *.*LISTEN

If apache is listening on your network interfaces, then check any
firewall rulesets you may have in place.  Chances are you're
inadvertently filtering out the incoming connection.

Cheers,

Matthew

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


pgp0.pgp
Description: PGP signature


Re: About newsyslog behavior

2003-07-08 Thread Jim Xochellis
Hi Garance, Hi list,

I spend some time thinking about all this newsyslog stuff and I am 
starting to feel that maybe I am making too much noise for minor 
problems. After all disk space is very cheap and turning over the logs 
is not something that we have to do very often. In many cases we can 
even do it by hand! Nevertheless, I will try to explain my thoughts in 
a better way this time.

On Friday, July 4, 2003, at 12:44 AM, Garance A Drosihn wrote:

At 12:08 PM +0300 7/2/03, Jim Xochellis wrote:

[...]

I have confirmed that newsyslog actually creates a new
log file (instead of copying it and then disposing its
contents) by reading the source of the newsyslog.c file
Yes, and that doen because it is the safest and most
reliable way for it to rotate a logfile without any
hitting any race-conditions.
In fact newsyslog works OK when the process that creates the log is not 
a server for other users / computers and reacts correctly to SIGHUP. I 
have use it my self to turn over the log of ipmon (IPF firewall) and 
everything works great. But sending SIGHUP to a file server (or to an 
other kind of server perhaps) is something that I want to avoid even if 
SIGHUP re-opens correctly the logs. AFAIK when a file server (i.e. 
Netatalk) receives an SIGHUP it closes (gracefully I admit) the 
connections to its clients. And this happens just because log file is 
turned over by newsyslog! (too much IMHO)
One possible way to reduce these side-effects is to schedule newsyslog 
to turn over the logs after midnight and avoid rush hours (I am doing 
that at the moment). This is a practical solution that really helps but 
its also incomplete. I realize that I am not talking about a major 
problem here. But I am proposing a solution (to a non major problem) 
that is very easy to implement.

See bellow about the possibility to have race-conditions in a server 
with many processes.

[...]


Isn't it feasible to dispose the contents of the old log
file instead of creating a new one?  Anything that I am
missing here? (giving the fact that I am not a unix guru,
only a C programmer)
If the program does not have some way to REALLY re-open the
log file, then the file-pointer might also be pointing to a
specific point in the file.  Let's say it is at byte 125000
into the file.  You empty the file.  The next time the
program writes to the log file, it will write to byte 125001
(depending on how the program is written).  Some programs
may work with this strategy, but others will not.
I admit that disposing the contents of the old log file instead of 
creating a new one could be dangerous in some cases and should NOT be 
the default behavior of newsyslog. I am talking about a per-file basis 
option and nothing more. I believe that this option can be both useful 
and harmless when used with most servers.

Useful: Because we should always try our best not to interrupt the 
server-client connection (Which actually happens when sending SIGHUP)

Harmless: Because I am talking about typical serves (Netatalk, samba, 
apache...) that are using many processes which are all writing in the 
same log file. In these cases we should not expect any race-conditions 
in the log files because the servers have already solved these problems 
in order to implement logging for their own processes. (OK there is 
still a case (in theory) that the processes are handling the logging 
via interprocess communication instead of re-opening / flushing the 
logs files locally. IMHO this would be impractical and is not really 
possible to have such a case in a real world situation! Am I right 
here?)

[...]

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


Re: problem with linking kernel in 5.1 release by adding deviceumodem

2003-07-08 Thread utzkul
 On Sun, Jul 06, 2003 at 06:32:57PM +0200, [EMAIL PROTECTED] wrote:
 
  the LINT file is in 5.x the NOTES file!!
  but i only added the device umodem to the GENERIC kernel so all usb
  devices are included
  and also the make depend works fine!
  the error is by doing make!!!
 
 Calm down and read umodem(4).
 device umodem requires device ucom.
 
 

thanks !!!

-- 
+++ GMX - Mail, Messaging  more  http://www.gmx.net +++

Jetzt ein- oder umsteigen und USB-Speicheruhr als Prämie sichern!

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


Re: netmask 0xfffffff8 broadcast 205.238.xx.7

2003-07-08 Thread Erik Gustafson
On Tuesday 08 July 2003 04.55, DanB wrote:
 inet 205.238.xx.1 netmask 0xfff8 broadcast 205.238.xx.7.   Need a
 netmask convertor   to change 0xfffc to 255.255.xxx.xxx. Anybody
 know of a good one?


There are a few handy tools in the ports. 

A few examples:
Port:   ipcalc-0.35_1
Path:   /usr/ports/net/ipcalc
Info:   IP Calculator

Port:   whatmask-1.1
Path:   /usr/ports/net/whatmask
Info:   Easily convert between three common subnet mask notations

Port:   netmask-2.3.3_1
Path:   /usr/ports/net/netmask
Info:   Tool for generating terse netmasks in several common formats





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


Can no longer install ports

2003-07-08 Thread Jim Hatfield
When I do a make install in any ports dir, I now get this:

speyburn# cd /usr/ports/graphics/tiff
speyburn# make
speyburn# make install
===  Installing for tiff-3.5.7_1
===   tiff-3.5.7_1 depends on shared library: jpeg.9 - found
===   Generating temporary packing list
===  Checking if graphics/tiff already installed
*** Error code 1

Stop in /usr/ports/graphics/tiff.

make deinstall generates the same error.

I tried make -d A but the output was voluminous, to say
the least.

This coincided with strange problems doing portupgrades, 
where I would end up with duplicate directories in /var/db/pkg,
the duplicate having .tbz or .tgz attached to the directory
name.

A clue as to where to look would be appreciated.

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


mounting filesystems

2003-07-08 Thread elliot
FreeBSD team, 

I am having problems mounting my filesystem after moving the drive from slave to 
master, the old location was, '/dev/ad1s1a', and the device is now called 'ad0'.

Please could you help,
Regards,
Elliot Reeves
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


how many bytes send out of my box?

2003-07-08 Thread Supote Leelasupphakorn
  Can I find out how many byte my box is
send out via each ethernet interface?

Thanks in advance,


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


Re: how many bytes send out of my box?

2003-07-08 Thread BSD
On Tue, Jul 08, 2003 at 11:39:44AM +0100, Supote Leelasupphakorn wrote:
   Can I find out how many byte my box is
 send out via each ethernet interface?

netstat -ni

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


wrong manpage for groups(1) and id(1)?

2003-07-08 Thread Martin Klaffenboeck
Hello,

From the id(1):

The historic groups(1) command is equivalent to ``id -Gn [user]''.

From the groups(1):

The groups utility has been obsoleted by the id(1) utility, and is 
equivalent to ``id -Gn [user]''.

martin% uname -a
FreeBSD martin.kleinerdrache.org 4.8-STABLE FreeBSD 4.8-STABLE #3: Sun 
Jun 22 21:36:41 CEST 2003 [EMAIL PROTECTED]:/usr/obj/
usr/src/sys/MYKERNEL  i386

So there is my output:

martin% id -Gn
martin wheel operator cvsuser littlehouse
martin% groups
martin wheel operator cvsuser littlehouse
seems to be aequivalent, but:

martin% id -Gn martin
martin wheel operator cvsuser littlehouse mounters
So, mounters is a new group which I created with root.  When I do not 
log out as the user martin, I get this error.

The question is:  Why this behaviour?

And:  What can I do to make martin recognizing the new group without 
logging out (and in)?

Martin



--
If you've got an idea and need help,
or just need general encouragement,
write me a message. ;-)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


How can I verify my ISP internet speed?

2003-07-08 Thread Rob Lahaye


Hi,

I have my FreeBSD PC connected to the internet via ADSL with PPPoE.
My ISP claims my speed is 2 Mbs. Is there a reliable command on my FreeBSD system
to double check the internet speed?
I ask this, because when I complain, the answer is always that the reason for
slow network is due to the slow response of the sites I access. Is this situation
I find it difficult to verify who is right.
Thanks,
Rob.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Bcc field viewable in Mutt generated e-mails

2003-07-08 Thread Kris Kennaway
On Tue, Jul 08, 2003 at 10:22:26AM +0100, Wayne Pascoe wrote:
 On Tue, Jul 08, 2003 at 02:04:47AM -0700, Kris Kennaway wrote:
  On Tue, Jul 08, 2003 at 09:45:27AM +0100, Wayne Pascoe wrote:
   Hi all,
   
   If I send an e-mail in mutt and bcc some recipients, I seem to be able
   to see the BCC headers in the received e-mails. Now to my mind, this
   defeats the object of Bcc.
   
   This e-mail was bcc'd to [EMAIL PROTECTED]
  
  I don't see any evidence of that in the message headers (check the
  message yourself on http://docs.freebsd.org).  What makes you think
  otherwise?
 
 I send a message from my work machine running mutt to [EMAIL PROTECTED]
 
 I also bcc that message to [EMAIL PROTECTED]
 
 I then retrieve the message on my home machine using fetchmail, filter
 it with procmail and open it in mutt
 
 Viewing the headers, I can see 
 Bcc: [EMAIL PROTECTED] 
 and this is on the mydomain.com address.
 
 I only noticed it because someone pointed out to me that my messages
 were coming complete with Bcc fields.
 
 I would guess that possibly the listmanager is removing the bcc field,
 so I have included you in this reply and bcc'd it to
 [EMAIL PROTECTED]

I still see no bcc in this message.  The relevant headers are:

Date: Tue, 8 Jul 2003 10:22:26 +0100
From: Wayne Pascoe [EMAIL PROTECTED]
To: Kris Kennaway [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: Bcc field viewable in Mutt generated e-mails
Message-ID: [EMAIL PROTECTED]
References: [EMAIL PROTECTED]
+[EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: [EMAIL PROTECTED]
User-Agent: Mutt/1.4i
X-System: FreeBSD i386 with kernel 4.8-STABLE
Sender: Wayne [EMAIL PROTECTED]

Kris


pgp0.pgp
Description: PGP signature


Re: How can I verify my ISP internet speed?

2003-07-08 Thread Karl Pielorz


--On 08 July 2003 20:35 +0900 Rob Lahaye [EMAIL PROTECTED] 
wrote:



Hi,

I have my FreeBSD PC connected to the internet via ADSL with PPPoE.
My ISP claims my speed is 2 Mbs. Is there a reliable command on my
FreeBSD system to double check the internet speed?
I ask this, because when I complain, the answer is always that the reason
for slow network is due to the slow response of the sites I access. Is
this situation I find it difficult to verify who is right.
I used to use 'bing' (look in the ports collection) for doing this [I don't 
know how much 'in favour' it is these days] - but just remember this kind 
of this is never going to be that 'accurate' with stuff like ADSL - 
especially when you're at the end of what might be a long IP food chain 
(many hops)...

It could be your ISP, it could be contention at your local Exchange, it 
could be contention at any point from you to the remote system (Try a 
traceroute and see what that says about ping times to the various hops).

The other thing to bear in mind (without wildly defending your ISP :) - is 
that just because you have 2Mbs the other site may not have 2Mb's to supply 
you with :-) [Plus most countries ADSL services are condended 20, or 50:1, 
or have at least some kind of local contention].

Failing all else try searching around a bit with a search engine, e.g. 
google for other tools / tests etc.

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


Serial Port Problem

2003-07-08 Thread Rocael Gallo
 I am newbie with FreeBsd, I have one applicattion that needs to open the
serial port /dev//ttyd1, but it cannot do that, I think this is because the
 sio driver tries to open the cuaa1 device, My question is how can I disable
 the dialout device for my COM2 ports?

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


Re: Bcc field viewable in Mutt generated e-mails

2003-07-08 Thread Daniel Bye
On Tue, Jul 08, 2003 at 04:44:22AM -0700, Kris Kennaway wrote:
 I still see no bcc in this message.  The relevant headers are:

Not in these examples, maybe - however, I have tested my config (Mutt
1.4.1i, Exim 4.20.1, FreeBSD 4.8-STABLE), and see the same behaviour.  A
test message sent from my home account to my work account, and Bcc:'d to an
alias on the home account, results in the Bcc: field appearing in the
headers of the copy received at work. 

These are the From:, To: and Bcc: from the copy sent to the work address:

From: Daniel Bye [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Bcc: [EMAIL PROTECTED]


The Bcc: also shows up (naturally enough) in the copy received by www@, but
I, like the OP, am baffled as to why it is visible in the copy received at
work.

A search on Google turned up this http://tony.rocks.cc/muttrc - a forward
search for bcc reveals:

unset write_bcc   # Exim does not removes Bcc headers

So, adding this to mutt's config results in:

From: Daniel Bye [EMAIL PROTECTED]
To: Dan Bye [EMAIL PROTECTED]

and no Bcc: where it don't belong!

I see you are using Exim, as well, Wayne - try `unset write_bcc' in your
~/.muttrc.

HTH

Dan
 

 
 Date: Tue, 8 Jul 2003 10:22:26 +0100
 From: Wayne Pascoe [EMAIL PROTECTED]
 To: Kris Kennaway [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Subject: Re: Bcc field viewable in Mutt generated e-mails
 Message-ID: [EMAIL PROTECTED]
 References: [EMAIL PROTECTED]
 +[EMAIL PROTECTED]
 Mime-Version: 1.0
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 In-Reply-To: [EMAIL PROTECTED]
 User-Agent: Mutt/1.4i
 X-System: FreeBSD i386 with kernel 4.8-STABLE
 Sender: Wayne [EMAIL PROTECTED]

-- 
Daniel Bye

PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc
PGP Key fingerprint: 3B9D 8BBB EB03 BA83 5DB4 3B88 86FC F03A 90A1 BE8F
 _
  ASCII ribbon campaign ( )
 - against HTML, vCards and  X
- proprietary attachments in e-mail / \


pgp0.pgp
Description: PGP signature


RE: How can I verify my ISP internet speed?

2003-07-08 Thread fbsd_user
Try speed test at

http://bandwidthplace.com/speedtest/

http://www.toast.net/performance/




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Rob Lahaye
Sent: Tuesday, July 08, 2003 7:36 AM
To: [EMAIL PROTECTED]
Subject: How can I verify my ISP internet speed?


Hi,

I have my FreeBSD PC connected to the internet via ADSL with PPPoE.
My ISP claims my speed is 2 Mbs. Is there a reliable command on my
FreeBSD system
to double check the internet speed?

I ask this, because when I complain, the answer is always that the
reason for
slow network is due to the slow response of the sites I access. Is
this situation
I find it difficult to verify who is right.

Thanks,
Rob.

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

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


dd an audio cd on 5.x ?

2003-07-08 Thread Ion-Mihai Tetcu
Hi,


I need to make an image (I do need a copy so saving and writting 
individual tracks is of no use) of an audio CD, but when I try:
# dd if=/dev/acd0c of=bizprez.iso bs=2048
 I get :
dd: /dev/acd0c: Invalid argument
because devfs is nicely making the acd0t0nn files in /dev and no acd0c.

How can this be overcome ?


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


Re: how many bytes send out of my box?

2003-07-08 Thread Andrew Thomson
you could also use some ipfw rules.

oblivion# ipfw list
00010 count ip from any to any out xmit fxp0
00020 count ip from any to any in recv fxp0

ipfw show will the detail how many bytes each rule has counted..

ajt.

On Tue, 2003-07-08 at 20:49, BSD wrote:
 On Tue, Jul 08, 2003 at 11:39:44AM +0100, Supote Leelasupphakorn wrote:
Can I find out how many byte my box is
  send out via each ethernet interface?
 
 netstat -ni
 
 man netstat.
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 

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


what the...

2003-07-08 Thread Andrew Thomson
any translations on pee wee work??

..some hardened systems, possibly some Peewee work as well with some of
the Engineers

ajt.

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


RE: what the...

2003-07-08 Thread Jeff MacDonald
my guess is that it would be peecee as in PC work.

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Andrew Thomson
 Sent: Tuesday, July 08, 2003 8:50 AM
 To: [EMAIL PROTECTED]
 Subject: what the...
 
 
 any translations on pee wee work??
 
 ..some hardened systems, possibly some Peewee work as well 
 with some of
 the Engineers
 
 ajt.
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]
 

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


5.1R system crash -- sound related

2003-07-08 Thread Ion-Mihai Tetcu
Hi,

Any now an then, mostly now :(, when I simoultaniosly use more that one 
sound application the system hangs (mouse,  keyboard). It still replies 
to pings.

From where sould I begin ?

Thanks,
IOnut


FreeBSD 5.1-RELEASE

pci bus 0x cardnum 0x11 function 0x05: vendor 0x1106 device 0x3059
 VIA Technologies, Inc. VT8233 AC97 Audio Controller
 CardVendor 0x1458 card 0xa002 (Giga-byte Technology GA-7VAX Onboard 
Audio (Realtek ALC650))
  STATUS0x0210  COMMAND 0x0001
  CLASS 0x04 0x01 0x00  REVISION 0x50
  BIST  0x00  HEADER 0x00  LATENCY 0x00  CACHE 0x00
  BASE0 0xe401  addr 0xe400  I/O
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x03  INT_LINE 0x0b
  BYTE_00x01  BYTE_1  0xcc  BYTE_2  0x00  BYTE_3  0x00


buh# sysctl hw.snd.
hw.snd.targetirqrate: 32
hw.snd.report_soft_formats: 1
hw.snd.verbose: 1
hw.snd.unit: 0
hw.snd.maxautovchans: 4
hw.snd.pcm0.buffersize: 4096
hw.snd.pcm0.vchans: 4
hw.snd.pcm0.spdif_enabled: 0

buh# pkg_info | grep kd
kde-3.1.2   The meta-port for KDE
kdebase-3.1.2   This package provides the basic applications for
 the KDE sy
kdegames-3.1.2  Games for the KDE integrated X11 desktop
kdegraphics-3.1.2   Graphics utilities for the KDE3 integrated X11
desktop
kdelibs-3.1.2   This is the base set of libraries needed by KDE
programs
kdemultimedia-3.1.2 Multimedia utilities for the KDE integrated X11
desktop
kdenetwork-3.1.2_1  Network-related programs and modules for KDE
kdeutils-3.1.2  Utilities for the KDE integrated X11 desktop

buh# pkg_info | grep xmms
smpeg-xmms-0.3.4A mpeg video plugin for XMMS
xmms-esound-gnome-1.2.7_3 X Multimedia System --- An audio player with
 a Winamp GUI

buh# pkg_info | grep flash
linux-flashplugin-6.0r79 The official Macromedia Flash Player for Linux
Mozilla and

__
Send 'unsubscribe rofug' to [EMAIL PROTECTED] to unsubscribe


---
Xnet scaneaza automat toate mesajele impotriva virusilor folosind RAV
 AntiVirus. Xnet automatically scans all messages for viruses using RAV
 AntiVirus.

Nota: RAV AntiVirus poate sa nu detecteze toti virusii noi sau toate
 variantele lor. Va rugam sa luati in considerare ca exista un risc de
 fiecare data cand deschideti fisiere atasate si ca MobiFon nu este
 responsabila pentru nici un prejudiciu cauzat de virusi.

Disclaimer: RAV AntiVirus may not be able to detect all new viruses and
 variants. Please be aware that there is a risk involved whenever
 opening e-mail attachments to your computer and that MobiFon is not
 responsible for any damages caused by viruses.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: What program let you finish typing a file name when you hit ESC.

2003-07-08 Thread Jerry McAllister
 
 What program let you finish typing a file name when you hit ESC?

The shell tcsh does this, except that it uses TAB instead of ESC.  
I think that is safer.   Probably some other more modern shells also 
do something like this.

Just type /bin/tcsh  (or /usr/local/bin/tcsh - depending on which version
you have somewhere in OS 4.xx FreeBSD began putting tcsh in /bin as part
of the standard distribution)  and then you are working in that shell.   
You can also put this shell in your /etc/passwd file as your login in 
shell (providing you have permission to modify the passwd file).   Then 
you will automatically be in that shell when you log in.   

Just a caution:  Don't use a shell for root in the /etc/passwd file that 
is not in the root file system.   So, if you have a /usr file system, for 
example, don't use /usr/local/bin/tcsh or whatever because it might not be 
available if that other file system cannot be mounted for some reason.   
But, /bin/tcsh should always be OK, since almost no-one (in their right 
mind) would make /bin a separate file system.   You can make a copy 
of /usr/local/bin/tcsh in /bin if that is your situation)

Use either chsh(1) or vipw(8) to modify the passwd file.

Also, make sure that this shell - full path - is listed in /etc/shells.

jerry

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


Tape Drive Problems

2003-07-08 Thread Joseph Koenig
Hi,

I have a Dell PowerEdge server with a RAID 5 and a SCSI tape drive. For the
past two years, the tape drive has worked fine. All of the sudden I get:

  DUMP: Date of this level 0 dump: Mon Jun 16 01:00:00 2003
  DUMP: Date of last level 0 dump: the epoch
  DUMP: Dumping /dev/aacd0s1a (/) to /dev/sa0
  DUMP: mapping (Pass I) [regular files]
  DUMP: mapping (Pass II) [directories]
  DUMP: estimated 297479 tape blocks.
  DUMP: Cannot open output /dev/sa0.
  DUMP: fopen on /dev/tty fails: Device not configured
  DUMP: The ENTIRE dump is aborted.

When doing a dump. mt status shows:

server1# mt -f /dev/sa0 status
mt: /dev/sa0: Input/output error

Does this sound like a scsi bus problem, or perhaps a bad drive? Anything I
can do to tell for sure what the problem is? Thanks,

Joe

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


Yes, a quick routing question...

2003-07-08 Thread Derek Marcotte
It is possible.

I have 2 routers.  Each has 3 interfaces.

If :
I plug 2 interfaces on each to the other router,
the third interface on each is for the local subnet,
a route to the non-local subnet is added to each of the 2
interfaces on each router

Subnet A-A===B-Subnet B

Will the kernel load balance the traffic traveling between the 2
subnets over the 2 lines?

I have done some reading earlier about OSPF, and zebra, but it is
my understanding that the kernel needs to decide to load balance
when there are 2 routes of equal weight to the same subnet.

Thanks,
Derek


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


Re: Tape Drive Problems

2003-07-08 Thread Peter Elsner
Could be a bad drive, bad tape, bad cable...

Try a new tape and cleaning the drive with a tape cleaning cartridge.

I assume you have rebooted and tried again (just to make sure it wasn't a 
hangup)?

Power down the server, and open up the case, look for loose data cables, or 
loose
SCSI card.  (it happens)...

If everything checks out fine, find another tape drive to test with...

Peter

At 08:22 AM 7/8/2003 -0500, you wrote:
Hi,

I have a Dell PowerEdge server with a RAID 5 and a SCSI tape drive. For the
past two years, the tape drive has worked fine. All of the sudden I get:
  DUMP: Date of this level 0 dump: Mon Jun 16 01:00:00 2003
  DUMP: Date of last level 0 dump: the epoch
  DUMP: Dumping /dev/aacd0s1a (/) to /dev/sa0
  DUMP: mapping (Pass I) [regular files]
  DUMP: mapping (Pass II) [directories]
  DUMP: estimated 297479 tape blocks.
  DUMP: Cannot open output /dev/sa0.
  DUMP: fopen on /dev/tty fails: Device not configured
  DUMP: The ENTIRE dump is aborted.
When doing a dump. mt status shows:

server1# mt -f /dev/sa0 status
mt: /dev/sa0: Input/output error
Does this sound like a scsi bus problem, or perhaps a bad drive? Anything I
can do to tell for sure what the problem is? Thanks,
Joe

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


Anything below this line, is considered a signature line.
If you do not know what a signature is within an email
STOP here and do not read any further.   Thank you.
_
Peter Elsner [EMAIL PROTECTED]
Vice President Of Customer Service (And System Administrator)
1835 S. Carrier Parkway
Grand Prairie, Texas 75051
(972) 263-2080 - Voice
(972) 263-2082 - Fax
(972) 489-4838 - Cell Phone
(425) 988-8061 - eFax
I worry about my child and the Internet all the time, even though she's
too young to have logged on yet. Here's what I worry about. I worry
that 10 or 15 years from now, she will come to me and say Daddy, where
were you when they took freedom of the press away from the Internet?
-- Mike Godwin
Unix IS user friendly... It's just selective about who its friends are.

System Administration - It's a dirty job, but somebody said I had to do it.

If you receive something that says 'Send this to everyone you know,
pretend you don't know me.
Standard $500/message proofreading fee applies for UCE.
(NOTE: UCE is Unsolicited Commercial Email also known as
SPAM or junk mail).
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: quotas on vnode disks

2003-07-08 Thread mark tinguely
 Long story short. Is it possible to enable quota support on vnode disks as
 doing a mount -o usrquota,grpquota /dev/vn0 /mnt/point just isn't working
 for me

did you add:

in /etc/fstab:

/dev/vn0c   /mnt/point  ufs rw,userquota,groupquota 0   0

just mount the regular way:

# mount /mnt/point

(assuming you already made the /mnt/point/quota.user and /mnt/point/quota.group)
let the quota consistancy program do it thing:

# quotacheck /mnt/point

turn on quotas:

# quotaon /mnt/point

If the configuration variable enable_quotas and check_quotas,
are equal to YES this gets done at bootup.

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


Re: Tape Drive Problems

2003-07-08 Thread Jerry McAllister
 
 Hi,
 
 I have a Dell PowerEdge server with a RAID 5 and a SCSI tape drive. For the
 past two years, the tape drive has worked fine. All of the sudden I get:
 
   DUMP: Date of this level 0 dump: Mon Jun 16 01:00:00 2003
   DUMP: Date of last level 0 dump: the epoch
   DUMP: Dumping /dev/aacd0s1a (/) to /dev/sa0
   DUMP: mapping (Pass I) [regular files]
   DUMP: mapping (Pass II) [directories]
   DUMP: estimated 297479 tape blocks.
   DUMP: Cannot open output /dev/sa0.
   DUMP: fopen on /dev/tty fails: Device not configured
   DUMP: The ENTIRE dump is aborted.
 
 When doing a dump. mt status shows:
 
 server1# mt -f /dev/sa0 status
 mt: /dev/sa0: Input/output error

It could be due to just a dirty tape and/or heads, but we have a bunch
of Dell Poweredge servers and occasionally they seem to get in to a weird
condition that looks like this and that seems to require a complete power 
removal to free up.  We have people shut them down and even completely 
remove the power cord and let them set and discharge for a bit - several 
(10 ??) minutes and then restart things.   Often this helps.

We recommend using the cleaning cartridges as rarely as possible - they
seem to abraid the heads, but once in a while stuff gets built up and 
you just have to do it.  Then run one twice and try with a good condition 
(new maybe) tape.

If those two things do not cure it, then you probably need to 
replace the drive or some of the related hardware such as the
SCSI controller.
.
jerry

 
 Does this sound like a scsi bus problem, or perhaps a bad drive? Anything I
 can do to tell for sure what the problem is? Thanks,
 
 Joe
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 

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


kerberos 5 setup

2003-07-08 Thread Tim Kellers
Is there an updated tutorial for kerberos setup around somewhere?

The handbook references files in /etc/kerberosIV that don't exist on
either my 4.8-stable or 5.1-current systems (and it seems to be krb4
specific, anyway).  When I read the man pages for krb5 (and the SEE ALSO)
sections, a .conf file is mentioned in /var/heimdal, but my /var/heimdal
is empty.  I've already installed krb5 (heimdal) and pam_krb5 from ports.

TIA

Tim Kellers
CPE/NJIT

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


DNS and SMTP problem

2003-07-08 Thread pat bey
I been wroking on this for the better of three weeks
on my own with little success.  I have a caching name
server up and running and was trying to change it into
a master name server with a www record and a mx
record.  I believe this is the problem that I'm having
with postfix not be able to recieve mail but can send
with no problem.  I have studied the handbook and the
BIND and DNS book.  And coming from a Windows
background I really don't understand what it's saying.
So would setting up a Authoriative name server have
anything to do with postfix acting up.  Also have
courier-imap installed with no problems wondering
would these possibly fixed my problem

=
Suppressed minds have no Freedom of Choice

__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how many bytes send out of my box?

2003-07-08 Thread Kenneth Culver
I wrote a small utility that can tell you.

http://www.glue.umd.edu/~culverk/ifbwmon-0.1.tar.gz

just untar it, cd to the directory that gets created, type make, then run
the resulting executable  like this:

ifbwmon fxp0

replace 'fxp0' with whatever ethernet interface you use.

Ken

On Tue, 8 Jul 2003, [iso-8859-1] Supote Leelasupphakorn wrote:

   Can I find out how many byte my box is
 send out via each ethernet interface?

 Thanks in advance,

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

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


Re: Postfix With SASL Authentication?

2003-07-08 Thread Sunil Sunder Raj
Hi,
Create a user using saslpasswd2
Restart the sasl and postfix daemons.
Regards
SSR


From: Drew Tomlinson [EMAIL PROTECTED]
To: Sunil Sunder Raj [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
Subject: Re: Postfix With SASL Authentication?
Date: Mon, 7 Jul 2003 10:53:45 -0700
- Original Message -
From: Sunil Sunder Raj [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Sunday, July 06, 2003 11:10 PM
Subject: Re: Postfix With SASL Authentication?
 1) Install postfix+sasl
 2) edit /usr/local/lib/sasl2/Sendmail.conf
 pwcheck_method: auxprop
 3) edit /usr/local/lib/sasl2/smtpd.conf
 pwcheck_method: auxprop
 4) edit /usr/local/etc/postfix/main.cf
   smtpd_sasl_auth_enable = yes
   smtpd_sasl_security_options = noanonymous
   smtpd_sasl_local_domain = $myhostname
   broken_sasl_auth_clients = yes
   myhostname = Your hostname comes here
   mydomain = Your hostname comes here
   smtpd_recipient_restrictions =check_sender_access

hash:/usr/local/etc/postfix/spammer,permit_sasl_authenticated,permit_myn
etworks,check_relay_domains

 5) restart postfix and saslauthd
Thank you so much for your response.  I've tried your directions above
but am still having trouble.  This is from my mail log:
Jul  7 10:49:13 blacklamb postfix/smtpd[30531]: warning: SASL
authentication failure: no user in db
And this is from my console:

Jul  7 10:49:13 blacklamb postfix/smtpd[30531]: OTP unavailable because
can't read/write key database /etc/opiekeys: Permission denied
Jul  7 10:49:24 blacklamb authdaemond.plain: unable to resolve symbol:
pam_sm_open_session
Jul  7 10:49:24 blacklamb authdaemond.plain: unable to resolve symbol:
pam_sm_close_session
Jul  7 10:49:28 blacklamb authdaemond.plain: unable to resolve symbol:
pam_sm_open_session
Jul  7 10:49:28 blacklamb authdaemond.plain: unable to resolve symbol:
pam_sm_close_session
Jul  7 10:49:28 blacklamb authdaemond.plain: unable to resolve symbol:
pam_sm_open_session
Jul  7 10:49:28 blacklamb authdaemond.plain: unable to resolve symbol:
pam_sm_close_session
Jul  7 10:49:29 blacklamb authdaemond.plain: unable to resolve symbol:
pam_sm_open_session
Jul  7 10:49:29 blacklamb authdaemond.plain: unable to resolve symbol:
pam_sm_close_session
Do you have any other suggestions?

Thanks,

Drew



_
Watch Hallmark. Enjoy cool movies. 
http://server1.msn.co.in/sp03/hallmark/index.asp Win hot prizes!

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


Re: 5.1R system crash -- sound related

2003-07-08 Thread Kenneth Culver
vchans probably aren't working right with your sound card yet. I had a
problem for a while with my soundcard, but it seems to be working fine now
with vchans.

Ken

On Tue, 8 Jul 2003, Ion-Mihai Tetcu wrote:

 Hi,

 Any now an then, mostly now :(, when I simoultaniosly use more that one
 sound application the system hangs (mouse,  keyboard). It still replies
 to pings.

 From where sould I begin ?

 Thanks,
 IOnut


 FreeBSD 5.1-RELEASE

 pci bus 0x cardnum 0x11 function 0x05: vendor 0x1106 device 0x3059
  VIA Technologies, Inc. VT8233 AC97 Audio Controller
  CardVendor 0x1458 card 0xa002 (Giga-byte Technology GA-7VAX Onboard
 Audio (Realtek ALC650))
   STATUS0x0210  COMMAND 0x0001
   CLASS 0x04 0x01 0x00  REVISION 0x50
   BIST  0x00  HEADER 0x00  LATENCY 0x00  CACHE 0x00
   BASE0 0xe401  addr 0xe400  I/O
   MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x03  INT_LINE 0x0b
   BYTE_00x01  BYTE_1  0xcc  BYTE_2  0x00  BYTE_3  0x00


 buh# sysctl hw.snd.
 hw.snd.targetirqrate: 32
 hw.snd.report_soft_formats: 1
 hw.snd.verbose: 1
 hw.snd.unit: 0
 hw.snd.maxautovchans: 4
 hw.snd.pcm0.buffersize: 4096
 hw.snd.pcm0.vchans: 4
 hw.snd.pcm0.spdif_enabled: 0

 buh# pkg_info | grep kd
 kde-3.1.2   The meta-port for KDE
 kdebase-3.1.2   This package provides the basic applications for
  the KDE sy
 kdegames-3.1.2  Games for the KDE integrated X11 desktop
 kdegraphics-3.1.2   Graphics utilities for the KDE3 integrated X11
 desktop
 kdelibs-3.1.2   This is the base set of libraries needed by KDE
 programs
 kdemultimedia-3.1.2 Multimedia utilities for the KDE integrated X11
 desktop
 kdenetwork-3.1.2_1  Network-related programs and modules for KDE
 kdeutils-3.1.2  Utilities for the KDE integrated X11 desktop

 buh# pkg_info | grep xmms
 smpeg-xmms-0.3.4A mpeg video plugin for XMMS
 xmms-esound-gnome-1.2.7_3 X Multimedia System --- An audio player with
  a Winamp GUI

 buh# pkg_info | grep flash
 linux-flashplugin-6.0r79 The official Macromedia Flash Player for Linux
 Mozilla and

 __
 Send 'unsubscribe rofug' to [EMAIL PROTECTED] to unsubscribe


 ---
 Xnet scaneaza automat toate mesajele impotriva virusilor folosind RAV
  AntiVirus. Xnet automatically scans all messages for viruses using RAV
  AntiVirus.

 Nota: RAV AntiVirus poate sa nu detecteze toti virusii noi sau toate
  variantele lor. Va rugam sa luati in considerare ca exista un risc de
  fiecare data cand deschideti fisiere atasate si ca MobiFon nu este
  responsabila pentru nici un prejudiciu cauzat de virusi.

 Disclaimer: RAV AntiVirus may not be able to detect all new viruses and
  variants. Please be aware that there is a risk involved whenever
  opening e-mail attachments to your computer and that MobiFon is not
  responsible for any damages caused by viruses.
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

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


Re: wrong manpage for groups(1) and id(1)?

2003-07-08 Thread Dan Nelson
In the last episode (Jul 08), Martin Klaffenboeck said:
 And:  What can I do to make martin recognizing the new group without 
 logging out (and in)?

You must log out and in for group membership changes to take effect.

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


PCMCIA Support for Libretto 50CT

2003-07-08 Thread Eric Parsonage
Hi all 

I was hoping somebody could help me get FreeBSD working properly on my Toshiba 
Libretto 50CT.

I have freebsd 5.1 loaded but for some reason the PCMCIA interface is not recognised 
(nor is the APM) without PCMCIA I cant get the machine ont a network which makes it 
almost useless.

Can anyone help ?

Regards Eric Parsonage



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


Re: PCMCIA Support for Libretto 50CT

2003-07-08 Thread Ruben de Groot
On Tue, Jul 08, 2003 at 11:50:43PM +0930, Eric Parsonage typed:
 Hi all 
 
 I was hoping somebody could help me get FreeBSD working properly on my Toshiba 
 Libretto 50CT.
 
 I have freebsd 5.1 loaded but for some reason the PCMCIA interface is not recognised 
 (nor is the APM) without PCMCIA I cant get the machine ont a network which makes it 
 almost useless.
 
 Can anyone help ?

I believe you have to build a kernel with OLDCARD support, see

/usr/src/sys/i386/conf/OLDCARD

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


Can I Set Process Name?

2003-07-08 Thread Drew Tomlinson
Is there a way to either change the name of a running process or start
the process with a name of my choosing?  On my system, I am running
webmin and spamd.  Both processes show in ps -acux output as perl.

blacklamb# ps -acux | grep perl
root 22476  0.0  2.9  6760 5576  ??  Ss   Sat11AM   0:06.30 perl
root 33725  0.0 11.0 21604 21196  ??  Ss9:07PM   0:03.11
perl

Is there a way to make the webmin process name webmin and the spamd
process spamd?  I'm willing to read but have no idea where to start so
please nudge me in the right direction.

Thanks,

Drew

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


No output from periodic

2003-07-08 Thread Elliot Finley
I have a periodic that runs every 15 minutes.  I have 5 scripts in the
directory that it processes.  Most of the time, the 5 scripts don't have to
do anything, and thus don't have any output.  When that happens, periodic
outputs 'No output from the 5 files processed'.

Is there a way to make periodic not output anything so that I don't get an
email from cron every 15 minutes?

TIA

Elliot

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


Re: Can I Set Process Name?

2003-07-08 Thread Rob
setproctitle(3) - but I don't know how you would call it from perl.

- Original Message -
From: Drew Tomlinson [EMAIL PROTECTED]
To: FreeBSD Questions [EMAIL PROTECTED]
Sent: Wednesday, July 09, 2003 12:09 AM
Subject: Can I Set Process Name?


 Is there a way to either change the name of a running process or start
 the process with a name of my choosing?  On my system, I am running
 webmin and spamd.  Both processes show in ps -acux output as perl.

 blacklamb# ps -acux | grep perl
 root 22476  0.0  2.9  6760 5576  ??  Ss   Sat11AM   0:06.30
perl
 root 33725  0.0 11.0 21604 21196  ??  Ss9:07PM   0:03.11
 perl

 Is there a way to make the webmin process name webmin and the spamd
 process spamd?  I'm willing to read but have no idea where to start
so
 please nudge me in the right direction.

 Thanks,

 Drew

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


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


Re: Can I Set Process Name?

2003-07-08 Thread Simon Barner
 setproctitle(3) - but I don't know how you would call it from perl.

You can do it by altering the $0 variable:

#!/usr/bin/perl -w
use strict;

$0='Will it work?';

sleep (10);

A ps | grep 'Will' gives me:

 2551  p3  SN 0:00.02 Will it work? (perl)
 
Regards,
 Simon


signature.asc
Description: Digital signature


Re: Can I Set Process Name?

2003-07-08 Thread Drew Tomlinson
- Original Message - 
From: Simon Barner [EMAIL PROTECTED]
To: Rob [EMAIL PROTECTED]
Cc: Drew Tomlinson [EMAIL PROTECTED]; FreeBSD Questions
[EMAIL PROTECTED]
Sent: Tuesday, July 08, 2003 8:14 AM

  setproctitle(3) - but I don't know how you would call it from perl.

 You can do it by altering the $0 variable:

 #!/usr/bin/perl -w
 use strict;

 $0='Will it work?';

 sleep (10);

 A ps | grep 'Will' gives me:

 2551  p3  SN 0:00.02 Will it work? (perl)

Thank you both for your answers.  I'm not much of a scripter but I tried
your suggestion with the webmin script.  I found that the actual file is
/usr/local/lib/webmin/miniserv.pl and edited the beginning of the file
as such:

#!/usr/bin/perl
# A very simple perl web server used by Webmin

$0='webmin'

# Require basic libraries
package miniserv;

However when starting the program it dies with the following message:

syntax error at /usr/local/lib/webmin/miniserv.pl line 7, near package
miniserv
BEGIN not safe after errors--compilation aborted at
/usr/local/lib/webmin/miniserv.pl line 8.

Is there something really easy I'm missing?  If it's complicated I'm
going to forget it as it's not that important.

Thanks,

Drew


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


Integrated Intel Ethernet works with generic kernel, but not mine...

2003-07-08 Thread J.M. Warenda
A few weeks back I installed FreeBSD 5.0-RELEASE on my laptop to
check it out (as well as explore the adaptability of the laptop to
other operating systems).  I spent a good bit of time getting a dual
boot setup working as desired and making Win2k work with the machine
... and the last few days I've finally spent trying to nail down the
FreeBSD kernel.

Right now my biggest hangup is support for the integrated Intel
ethernet adapter.  The generic kernel created by the installer produced
the following boot information for the adapter ...

fxp0: Intel Pro/100 Ethernet port 0x4000-0x403f mem
0xe820-0xe8200fff irq 10 at device 8.0 on pci2
fxp0: Ethernet address 00:00:f0:76:23:d6
inphy0: i82562ET 10/100 media interface on miibus0
inphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto

And the adapter functioned fine.  After compiling a kernel for the
unit however, I get the following results which needless to say are ...
quite different ...

fxp0: Intel Pro/100 Ethernet port 0x4000-0x403f mem
0xe820-0xe8200fff irq 10 at device 8.0 on pci2
fxp0: could not map device registers
device_probe_and_attach: fxp0 attach returned 6

Now, I scoured man pages, the site, etc looking for references to
inphy but came up with nothing.  I assume as it was listed in the
kernel that dependancy came from miibus ... but since it obviously
wasn't working I tried looking around to see if there was another
dependancy I wasn't finding.  I found OpenBSD/NetBSD references to phy
devices but none appear to be relevant to FreeBSD 5.0-RELEASE.

Could anyone perchance give me some insight into what I'm doing
wrong here that is causing this device to fail with my kernel?

-John


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


Re: Can I Set Process Name?

2003-07-08 Thread Daniel Bye
On Tue, Jul 08, 2003 at 08:26:45AM -0700, Drew Tomlinson wrote:
 
 $0='webmin';
 ^
 
 However when starting the program it dies with the following message:
 
 Is there something really easy I'm missing?  If it's complicated I'm
 going to forget it as it's not that important.

Yes - a `;' at the end of the line  ;-)

Dan

-- 
Daniel Bye

PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc
PGP Key fingerprint: 3B9D 8BBB EB03 BA83 5DB4 3B88 86FC F03A 90A1 BE8F
 _
  ASCII ribbon campaign ( )
 - against HTML, vCards and  X
- proprietary attachments in e-mail / \


pgp0.pgp
Description: PGP signature


SquirrelMail on FreeBSD

2003-07-08 Thread Chris
Hello,

Has anyone had any trouble with the ports version of SquirrelMail.  I 
updated my mail ports yesterday and built cclient and IMAP-uw without 
ssl off.

I verified this by logging in through telnet:

* OK [CAPABILITY IMAP4REV1 LOGIN-REFERRALS AUTH=LOGIN] ed IMAP4rev1 
2003.337 at Tue, 8 Jul 2003 11:27:20 -0400 (EDT)
0001 login user password
0001 OK [CAPABILITY IMAP4REV1 IDLE NAMESPACE MAILBOX-REFERRALS BINARY 
SCAN SORT THREAD=REFERENCES THREAD=ORDEREDSUBJECT MULTIAPPEND] User user 
authenticated
0002 logout
* BYE ed IMAP4rev1 server terminating connection
0002 OK LOGOUT completed
Connection closed by foreign host.

So now that I know IMAP and cclient work I moved on to Squirrelmail.  It 
installed successfully but when I try to login with a user on the system 
I get:

You must be logged in to access this page.

I'm stuck on this one and would appreciate any help.  I acctually tried 
the ports version and the latest version off of squirrelmail.org and I 
get the same thing.

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


Re: No output from periodic

2003-07-08 Thread Dan Nelson
In the last episode (Jul 08), Elliot Finley said:
 I have a periodic that runs every 15 minutes.  I have 5 scripts in
 the directory that it processes.  Most of the time, the 5 scripts
 don't have to do anything, and thus don't have any output.  When that
 happens, periodic outputs 'No output from the 5 files processed'.
 
 Is there a way to make periodic not output anything so that I don't
 get an email from cron every 15 minutes?

Commenting out that line in /usr/sbin/periodic seems to be the way to
go.

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


Re: Can I Set Process Name?

2003-07-08 Thread Tobias Grosser
On Tue, 8 Jul 2003 08:26:45 -0700
Drew Tomlinson [EMAIL PROTECTED] wrote:

 Is there something really easy I'm missing?  If it's complicated I'm

Try to write a semicolon at the end of the line.


#!/usr/bin/perl
# A very simple perl web server used by Webmin

$0='webmin';

# Require basic libraries
package miniserv;
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Changed ISP now can't get to websites / traceroute

2003-07-08 Thread Sten Daniel Sørsdal
 The thing is,
 now that I've got this new ISP (Zen - 8 static IP's), I find 
 that there
 are sites that I am not able to get (browse) to, most concerning is
 www.freebsdforums.org. Ever since I've got this new ADSL account, not
 for hell nor high-water can I hit that site, using any browser, using
 any OS (FreeBSD, RH £inux or MS Win2K Pro / XP) at home.

There could be a hundred reasons as to why you dont reach 
www.freebsdforums.org.

_Might_ be an MTU problem somewhere upstream, if ICMP is filtered this 
is definitly a bigger problem. Does ping work? If they also filter UDP 
as you mention (fbsd traceroute not working) I'd suggest you talk to 
your ISP and find out exactly what they are filtering.

Are those 8 static IP's public or private? If they start with
192.168.x.x, 10.x.x.x, 172.16.x.x through 172.16.31.x.x
they must be NATed and it is their NAT configuration that blocks the 
traceroute.

Contact the ISP!

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


Re: 5.1R system crash -- sound related

2003-07-08 Thread Kenneth Culver
With vchans disabled, you should only be able to use 1 sound producing app
at a time unless you're going through artsd or esd or something for all of
your sound. Did you reboot after you commented out those lines? (You don't
have to reboot really, you could just do sysctl -w hw.snd.pcm0.vchans=0

At that point, only 1 application at a time will be able to access the
soundcard at 1 time.

Ken

On Tue, 8 Jul 2003, Ion-Mihai Tetcu wrote:

 On Tuesday 08 July 2003 17:09, Kenneth Culver wrote:
  vchans probably aren't working right with your sound card yet. I had
  a problem for a while with my soundcard, but it seems to be working
  fine now with vchans.

 well, I've commented out those two sysctl lines, but it still happen.
 And the bad thing is that it varies from 2 to 5 sound-producing apps so
 there's no way to tell when it happends.


 Thanks,
 IOnut

 
  Ken
 
  On Tue, 8 Jul 2003, Ion-Mihai Tetcu wrote:
   Hi,
  
   Any now an then, mostly now :(, when I simoultaniosly use more that
   one sound application the system hangs (mouse,  keyboard). It still
   replies to pings.
  
   From where sould I begin ?
  
   Thanks,
   IOnut
  
  
   FreeBSD 5.1-RELEASE
  
   pci bus 0x cardnum 0x11 function 0x05: vendor 0x1106 device
   0x3059 VIA Technologies, Inc. VT8233 AC97 Audio Controller
CardVendor 0x1458 card 0xa002 (Giga-byte Technology GA-7VAX
   Onboard Audio (Realtek ALC650))
 STATUS0x0210  COMMAND 0x0001
 CLASS 0x04 0x01 0x00  REVISION 0x50
 BIST  0x00  HEADER 0x00  LATENCY 0x00  CACHE 0x00
 BASE0 0xe401  addr 0xe400  I/O
 MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x03  INT_LINE 0x0b
 BYTE_00x01  BYTE_1  0xcc  BYTE_2  0x00  BYTE_3  0x00
  
  
   buh# sysctl hw.snd.
   hw.snd.targetirqrate: 32
   hw.snd.report_soft_formats: 1
   hw.snd.verbose: 1
   hw.snd.unit: 0
   hw.snd.maxautovchans: 4
   hw.snd.pcm0.buffersize: 4096
   hw.snd.pcm0.vchans: 4
   hw.snd.pcm0.spdif_enabled: 0
  
   buh# pkg_info | grep kd
   kde-3.1.2   The meta-port for KDE
   kdebase-3.1.2   This package provides the basic applications
   for the KDE sy
   kdegames-3.1.2  Games for the KDE integrated X11 desktop
   kdegraphics-3.1.2   Graphics utilities for the KDE3 integrated X11
   desktop
   kdelibs-3.1.2   This is the base set of libraries needed by KDE
   programs
   kdemultimedia-3.1.2 Multimedia utilities for the KDE integrated X11
   desktop
   kdenetwork-3.1.2_1  Network-related programs and modules for KDE
   kdeutils-3.1.2  Utilities for the KDE integrated X11 desktop
  
   buh# pkg_info | grep xmms
   smpeg-xmms-0.3.4A mpeg video plugin for XMMS
   xmms-esound-gnome-1.2.7_3 X Multimedia System --- An audio player
   with a Winamp GUI
  
   buh# pkg_info | grep flash
   linux-flashplugin-6.0r79 The official Macromedia Flash Player for
   Linux Mozilla and
  
   __
   Send 'unsubscribe rofug' to [EMAIL PROTECTED] to unsubscribe
  
  
   ---
   Xnet scaneaza automat toate mesajele impotriva virusilor folosind
   RAV AntiVirus. Xnet automatically scans all messages for viruses
   using RAV AntiVirus.
  
   Nota: RAV AntiVirus poate sa nu detecteze toti virusii noi sau
   toate variantele lor. Va rugam sa luati in considerare ca exista un
   risc de fiecare data cand deschideti fisiere atasate si ca MobiFon
   nu este responsabila pentru nici un prejudiciu cauzat de virusi.
  
   Disclaimer: RAV AntiVirus may not be able to detect all new viruses
   and variants. Please be aware that there is a risk involved
   whenever opening e-mail attachments to your computer and that
   MobiFon is not responsible for any damages caused by viruses.
   ___
   [EMAIL PROTECTED] mailing list
   http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   To unsubscribe, send any mail to
   [EMAIL PROTECTED]
 
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]
 
  ---
  Xnet scaneaza automat toate mesajele impotriva virusilor folosind RAV
  AntiVirus. Xnet automatically scans all messages for viruses using
  RAV AntiVirus.
 
  Nota: RAV AntiVirus poate sa nu detecteze toti virusii noi sau toate
  variantele lor. Va rugam sa luati in considerare ca exista un risc de
  fiecare data cand deschideti fisiere atasate si ca MobiFon nu este
  responsabila pentru nici un prejudiciu cauzat de virusi.
 
  Disclaimer: RAV AntiVirus may not be able to detect all new viruses
  and variants. Please be aware that there is a risk involved whenever
  opening e-mail attachments to your computer and that MobiFon is not
  responsible for any damages caused by viruses.

___
[EMAIL 

Re: SquirrelMail on FreeBSD

2003-07-08 Thread Stephen Hovey

You got cookies enabled?

On Tue, 8 Jul 2003, Chris wrote:

 Hello,
 
 Has anyone had any trouble with the ports version of SquirrelMail.  I 
 updated my mail ports yesterday and built cclient and IMAP-uw without 
 ssl off.
 
 I verified this by logging in through telnet:
 
 * OK [CAPABILITY IMAP4REV1 LOGIN-REFERRALS AUTH=LOGIN] ed IMAP4rev1 
 2003.337 at Tue, 8 Jul 2003 11:27:20 -0400 (EDT)
 0001 login user password
 0001 OK [CAPABILITY IMAP4REV1 IDLE NAMESPACE MAILBOX-REFERRALS BINARY 
 SCAN SORT THREAD=REFERENCES THREAD=ORDEREDSUBJECT MULTIAPPEND] User user 
 authenticated
 0002 logout
 * BYE ed IMAP4rev1 server terminating connection
 0002 OK LOGOUT completed
 Connection closed by foreign host.
 
 So now that I know IMAP and cclient work I moved on to Squirrelmail.  It 
 installed successfully but when I try to login with a user on the system 
 I get:
 
 You must be logged in to access this page.
 
 I'm stuck on this one and would appreciate any help.  I acctually tried 
 the ports version and the latest version off of squirrelmail.org and I 
 get the same thing.
 
 Thank You
 -chris
 
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 

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


Re: No output from periodic

2003-07-08 Thread Elliot Finley
Yeah, I tried that...  Now I just get a blank email from cron. :)

Anyone know how to make cron not send an email when there's no output?

Elliot

- Original Message - 
From: Dan Nelson [EMAIL PROTECTED]
To: Elliot Finley [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Tuesday, July 08, 2003 9:31 AM
Subject: Re: No output from periodic


 In the last episode (Jul 08), Elliot Finley said:
  I have a periodic that runs every 15 minutes.  I have 5 scripts in
  the directory that it processes.  Most of the time, the 5 scripts
  don't have to do anything, and thus don't have any output.  When that
  happens, periodic outputs 'No output from the 5 files processed'.
  
  Is there a way to make periodic not output anything so that I don't
  get an email from cron every 15 minutes?
 
 Commenting out that line in /usr/sbin/periodic seems to be the way to
 go.
 
 -- 
 Dan Nelson
 [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Can I Set Process Name?

2003-07-08 Thread Drew Tomlinson
- Original Message - 
From: Daniel Bye [EMAIL PROTECTED]
To: FreeBSD Questions [EMAIL PROTECTED]
Sent: Tuesday, July 08, 2003 8:29 AM

On Tue, Jul 08, 2003 at 08:26:45AM -0700, Drew Tomlinson wrote:
 
  $0='webmin';
 ^
 
  However when starting the program it dies with the following
message:
 
  Is there something really easy I'm missing?  If it's complicated I'm
  going to forget it as it's not that important.

 Yes - a `;' at the end of the line  ;-)

Thanks.  That removed the error but failed to change the process name.
I looked at the code a little more.  I'm not experienced in this but it
seems to me that the 'package miniserv;' line calls a precompiled
program?  Here's the beginning of the script:

#!/usr/bin/perl
# A very simple perl web server used by Webmin

$0='webmin';

# Require basic libraries
package miniserv;
use Socket;
use POSIX;

Then a little farther in the script, I see this code:

# Get miniserv's perl path and location
$miniserv_path = $0;
open(SOURCE, $miniserv_path);
SOURCE =~ /^#!(\S+)/; $perl_path = $1;
close(SOURCE);
@miniserv_argv = @ARGV;

So I suspect the process name gets set in this somewhere?

Thanks,

Drew



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


Problems with my Mouse Wheel of Genisu NetScroll+

2003-07-08 Thread =?unknown-8bit?q?Lu=EDs_Vit=F3rio?= Cargnini
Hi i have a Genius NetScroll+. In version 4.X my mouse wheel worked fine, but now on 
version 5.0 and 5.1 it isn't working more. This is a know problem or could be only 
with me ? I'm asking this because i have done everything that is mandatory to mouse 
wheel works but it ins't working.
-- 
Thanks  Regards
Luís Vitório Cargnini


pgp0.pgp
Description: PGP signature


Re: Integrated Intel Ethernet works with generic kernel, but notmine...

2003-07-08 Thread Mykroft Holmes IV


J.M. Warenda wrote:

A few weeks back I installed FreeBSD 5.0-RELEASE on my laptop to
check it out (as well as explore the adaptability of the laptop to
other operating systems).  I spent a good bit of time getting a dual
boot setup working as desired and making Win2k work with the machine
... and the last few days I've finally spent trying to nail down the
FreeBSD kernel.
Right now my biggest hangup is support for the integrated Intel
ethernet adapter.  The generic kernel created by the installer produced
the following boot information for the adapter ...
fxp0: Intel Pro/100 Ethernet port 0x4000-0x403f mem
0xe820-0xe8200fff irq 10 at device 8.0 on pci2
fxp0: Ethernet address 00:00:f0:76:23:d6
inphy0: i82562ET 10/100 media interface on miibus0
inphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
And the adapter functioned fine.  After compiling a kernel for the
unit however, I get the following results which needless to say are ...
quite different ...
fxp0: Intel Pro/100 Ethernet port 0x4000-0x403f mem
0xe820-0xe8200fff irq 10 at device 8.0 on pci2
fxp0: could not map device registers
device_probe_and_attach: fxp0 attach returned 6
Now, I scoured man pages, the site, etc looking for references to
inphy but came up with nothing.  I assume as it was listed in the
kernel that dependancy came from miibus ... but since it obviously
wasn't working I tried looking around to see if there was another
dependancy I wasn't finding.  I found OpenBSD/NetBSD references to phy
devices but none appear to be relevant to FreeBSD 5.0-RELEASE.
Could anyone perchance give me some insight into what I'm doing
wrong here that is causing this device to fail with my kernel?
-John


did you enable mii when you built your kernel? You'll need it as well as 
fxp support.

Adam

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


RE: Problems with my Mouse Wheel of Genisu NetScroll+

2003-07-08 Thread Will Saxon
 -Original Message-
 From: Luís Vitório Cargnini [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, July 08, 2003 11:49 AM
 To: [EMAIL PROTECTED]
 Subject: Problems with my Mouse Wheel of Genisu NetScroll+
 
 
 Hi i have a Genius NetScroll+. In version 4.X my mouse wheel 
 worked fine, but now on version 5.0 and 5.1 it isn't working 
 more. This is a know problem or could be only with me ? I'm 
 asking this because i have done everything that is mandatory 
 to mouse wheel works but it ins't working.
 -- 
 Thanks  Regards
 Luís Vitório Cargnini
 

Are you using moused or trying to use the mouse directly from X?

I found that I had forgotten the proper procedure for getting the wheel to work 
correctly the last time I configured a new machine. 

If you are using moused, make sure you use the -z flag and probably have it look like 
this:

moused -t auto -p /dev/psm0 -r high -z 4

In rc.conf I have:
moused_enable=YES
moused_flags=-r high -z 4

Then, in XF86Config the only thing you have to do is make sure that you are using 
'Auto' or 'Sysmouse' as the mouse protocol, /dev/sysmouse as the mouse device and have 
the line:

Buttons 5

In that section. If you do it this way it should work.

I am not completely sure how to set up the mouse with the wheel bypassing moused and 
doing it directly with X, but I believe you just have to change the port and protocol 
(probably to 'Auto' and '/dev/psm0', respectively) and add:

ZAxisMapping 4 5 

To the XF86Config file.

I use the moused method, and it has usually worked for me. The only time I have ever 
had mouse wheel problems was when using a KVM switch that did not seem to present the 
mouse capabilities properly to FreeBSD during boot.

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


Adaptec 2120S management (raidutil) ?

2003-07-08 Thread Buki
Hi,

I was wondering if there is some FreeBSD software to manage
Adaptec 2120S RAID SCSI card.
Looking through Adaptec web I found Storage Manager 3.04
but it's quite old and it says for 2100S, 3200S and 3400S
and I really have not got it to run.
Then there is CLI version 1.0 for FreeBSD 4.4-5, which
seems to (sort of) work, but I don't see many options for
the controller and I am sort of afraid to use it for 2120S :)
There is no man page for it, just inline help...

Can anybody help me with it?

Buki
-- 
PGP public key: http://dev.null.cz/buki.asc

/\
\ / ASCII Ribbon Campaign
 X  Against HTML  Outlook Mail
/ \ http://www.thebackrow.net



pgp0.pgp
Description: PGP signature


Re: No output from periodic

2003-07-08 Thread Peter Elsner
What you are seeing is an error condition...
You should be able to put a redirect into crontab...
Here's an example of one of my entries...
It runs every 5 minutes, the dyndnss.pl script and sends
output to /tmp/dyndnss.out AND any error messages (that's the 2)
to /tmp/dyndnss.err
This works for me and I don't see any error messages.
In the actual script, if something goes wrong, I have it email me.
So I still get notified if the script fails, but I don't get any warnings
from CRON.
Hope that works.

Peter

*/5   *  *  *  *  /cgi/dyndnss.pl /tmp/dyndnss.out 2/tmp/dyndnss.err



At 09:41 AM 7/8/2003 -0600, you wrote:
Yeah, I tried that...  Now I just get a blank email from cron. :)

Anyone know how to make cron not send an email when there's no output?

Elliot

- Original Message -
From: Dan Nelson [EMAIL PROTECTED]
To: Elliot Finley [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Tuesday, July 08, 2003 9:31 AM
Subject: Re: No output from periodic
 In the last episode (Jul 08), Elliot Finley said:
  I have a periodic that runs every 15 minutes.  I have 5 scripts in
  the directory that it processes.  Most of the time, the 5 scripts
  don't have to do anything, and thus don't have any output.  When that
  happens, periodic outputs 'No output from the 5 files processed'.
 
  Is there a way to make periodic not output anything so that I don't
  get an email from cron every 15 minutes?

 Commenting out that line in /usr/sbin/periodic seems to be the way to
 go.

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


Anything below this line, is considered a signature line.
If you do not know what a signature is within an email
STOP here and do not read any further.   Thank you.
_
Peter Elsner [EMAIL PROTECTED]
Vice President Of Customer Service (And System Administrator)
1835 S. Carrier Parkway
Grand Prairie, Texas 75051
(972) 263-2080 - Voice
(972) 263-2082 - Fax
(972) 489-4838 - Cell Phone
(425) 988-8061 - eFax
I worry about my child and the Internet all the time, even though she's
too young to have logged on yet. Here's what I worry about. I worry
that 10 or 15 years from now, she will come to me and say Daddy, where
were you when they took freedom of the press away from the Internet?
-- Mike Godwin
Unix IS user friendly... It's just selective about who its friends are.

System Administration - It's a dirty job, but somebody said I had to do it.

If you receive something that says 'Send this to everyone you know,
pretend you don't know me.
Standard $500/message proofreading fee applies for UCE.
(NOTE: UCE is Unsolicited Commercial Email also known as
SPAM or junk mail).
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


questions on mbone and FreeBSD

2003-07-08 Thread Abhinandan_Som
Hi,
I have some questions about mbone on FreeBSD

My Configuration
1. A Dell Optiplex GX150 with FreeBSD 4.8 running on it
2. Configured the kernel to do multicast routing. Also created a /etc/mrouted.conf 
file with tunnels setup to our other offices on the west coast
3. I have mrouted_enable = YES in my /etc/rc.conf file
4. I have pre-compiled binaries of SDR v3.0 and VIC v2.8ucl-1.1.5 in /home/mbone/sdr 
and /home/mbone/vic respectively where mbone is an user that I created in the wheel 
group and I want to use this user to run mbone everytime.

My Problem
1. When I start up my FreeBSD box, I see that mrouted is running 
2. I then try to create a meeting advertisement through SDR and for some reason it 
doesn't get announced to the other sites that I have created tunnels to route 
multicast traffic
3. I tried all 3 different TTLs (local (15), region (63) and world (127)) to scope my 
announcement but with no success.
4. I am able to see and join meetings that are announced by the other sites..but just 
the meetings that are announced by me are not being seen by any other sites. In 
addition, they also disappear from my SDR list after about 30-40 mins

Any help would be greatly appreciated. Thanks

-Abhi

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


Re: Can I Set Process Name?

2003-07-08 Thread Daniel Bye
On Tue, Jul 08, 2003 at 08:43:12AM -0700, Drew Tomlinson wrote:
 - Original Message - 
 From: Daniel Bye [EMAIL PROTECTED]
 To: FreeBSD Questions [EMAIL PROTECTED]
 Sent: Tuesday, July 08, 2003 8:29 AM
 
 On Tue, Jul 08, 2003 at 08:26:45AM -0700, Drew Tomlinson wrote:
  
   $0='webmin';
  ^
  
   However when starting the program it dies with the following
 message:
  
   Is there something really easy I'm missing?  If it's complicated I'm
   going to forget it as it's not that important.
 
  Yes - a `;' at the end of the line  ;-)
 
 Thanks.  That removed the error but failed to change the process name.
 I looked at the code a little more.  I'm not experienced in this but it
 seems to me that the 'package miniserv;' line calls a precompiled
 program?  Here's the beginning of the script:

No - in Perl, a package is a namespace - an abstract storage space.  It
helps keep a module's (i.e. package's) variables etc logically separate from
those of other packages.  It prevents collisions in variable names, data
structures, etc.

The variable $0 contains, by default, the name of the file containing the
currently running script.  

 
 #!/usr/bin/perl
 # A very simple perl web server used by Webmin
 
 $0='webmin';
 
 # Require basic libraries
 package miniserv;-- This is just declaring that the following code is
   in the miniserv package.
 use Socket;
 use POSIX;
 
 Then a little farther in the script, I see this code:
 
 # Get miniserv's perl path and location
 $miniserv_path = $0;
 open(SOURCE, $miniserv_path);
 SOURCE =~ /^#!(\S+)/; $perl_path = $1;
 close(SOURCE);
 @miniserv_argv = @ARGV;
 
 So I suspect the process name gets set in this somewhere?

As you have poked $0 before it gets this far, no - $0 contains the value you
set above.  Which might, in itself, cause problems later in the script.
Without reviewing it, I couldn't tell you.

Dan

-- 
Daniel Bye

PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc
PGP Key fingerprint: 3B9D 8BBB EB03 BA83 5DB4 3B88 86FC F03A 90A1 BE8F
 _
  ASCII ribbon campaign ( )
 - against HTML, vCards and  X
- proprietary attachments in e-mail / \


pgp0.pgp
Description: PGP signature


Re: Adaptec 2120S management (raidutil) ?

2003-07-08 Thread Tuc
 I was wondering if there is some FreeBSD software to manage
 Adaptec 2120S RAID SCSI card.
 Looking through Adaptec web I found Storage Manager 3.04
 but it's quite old and it says for 2100S, 3200S and 3400S
 and I really have not got it to run.
 Then there is CLI version 1.0 for FreeBSD 4.4-5, which
 seems to (sort of) work, but I don't see many options for
 the controller and I am sort of afraid to use it for 2120S :)
 There is no man page for it, just inline help...
 
 Can anybody help me with it?
 
I use :

asr0: Adaptec Caching SCSI RAID mem 0xfa00-0xfbff irq 5 at device 8.0 
on pci1
asr0: major=154
asr0: ADAPTEC 2110S FW Rev. 380E, 1 channel, 256 CCBs, Protocol I2O


and I loaded the u160raid_sm_v304_fbsd411.tgz found on the site. Works
fine for us.

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


Re: No output from periodic

2003-07-08 Thread Elliot Finley
I really appreciate all the comments, but this isn't quite what I'm after.

I _want_ cron to email me when there _is_ output.
But I _don't want_ an email when there _isn't_ output.

Anyone know how to accomplish this?

Elliot

- Original Message - 
From: Peter Elsner [EMAIL PROTECTED]
To: Elliot Finley [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Tuesday, July 08, 2003 9:57 AM
Subject: Re: No output from periodic


 What you are seeing is an error condition...
 You should be able to put a redirect into crontab...

 Here's an example of one of my entries...
 It runs every 5 minutes, the dyndnss.pl script and sends
 output to /tmp/dyndnss.out AND any error messages (that's the 2)
 to /tmp/dyndnss.err

 This works for me and I don't see any error messages.
 In the actual script, if something goes wrong, I have it email me.
 So I still get notified if the script fails, but I don't get any warnings
 from CRON.

 Hope that works.

 Peter


 */5   *  *  *  *  /cgi/dyndnss.pl /tmp/dyndnss.out 2/tmp/dyndnss.err



 At 09:41 AM 7/8/2003 -0600, you wrote:
 Yeah, I tried that...  Now I just get a blank email from cron. :)
 
 Anyone know how to make cron not send an email when there's no output?
 
 Elliot
 
 - Original Message -
 From: Dan Nelson [EMAIL PROTECTED]
 To: Elliot Finley [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Sent: Tuesday, July 08, 2003 9:31 AM
 Subject: Re: No output from periodic
 
 
   In the last episode (Jul 08), Elliot Finley said:
I have a periodic that runs every 15 minutes.  I have 5 scripts in
the directory that it processes.  Most of the time, the 5 scripts
don't have to do anything, and thus don't have any output.  When
that
happens, periodic outputs 'No output from the 5 files processed'.
   
Is there a way to make periodic not output anything so that I don't
get an email from cron every 15 minutes?
  
   Commenting out that line in /usr/sbin/periodic seems to be the way to
   go.
  
   --
   Dan Nelson
   [EMAIL PROTECTED]
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


 Anything below this line, is considered a signature line.
 If you do not know what a signature is within an email
 STOP here and do not read any further.   Thank you.
 _

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

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

 Unix IS user friendly... It's just selective about who its friends are.

 System Administration - It's a dirty job, but somebody said I had to do
it.

 If you receive something that says 'Send this to everyone you know,
 pretend you don't know me.

 Standard $500/message proofreading fee applies for UCE.
 (NOTE: UCE is Unsolicited Commercial Email also known as
 SPAM or junk mail).



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


Re: USB mouse/keyboard causes kernel panic during boot sequence

2003-07-08 Thread Joshua Oreman
On Mon, Jul 07, 2003 at 11:43:21PM -0400 or thereabouts, Michael E. Mercer wrote:
 Alrighty then,
 
 Ok, after following FAQ 18.13 on the freebsd web site,
 I've been struggling for the last 4 hours trying to get this thing to
 dump core but it just won't! I added ad2s1b to the dumpdev in rc.conf
 and also read about kernel init problems need to have dumpdev added to
 the loader. So I added it to loader.conf as well. 

Your swap partition must be at least a few megs bigger than your physical
RAM.

 
 Anyways, the method it points to is uhci_idone. 

Thanks!

-- Josh

 
 That's all I can find out at the moment, unless someone can inform me of
 what I am doing wrong.
 
 Thanks
 Michael
 
 
 
 On Mon, 2003-07-07 at 13:03, Joshua Oreman wrote:
  On Mon, Jul 07, 2003 at 12:34:48PM -0400 or thereabouts, Michael E. Mercer wrote:
   Anybody?!?!?!
   
   
   
   Hello peoples,
   
   I have posted this before and unfortunately I still have this problem.
   During the boot sequence, when it probes for the USB devices, it causes
   a kernel panic (page fault) if there is either (or both) a USB mouse
   and/or keyboard attached.
   
   If I remove the mouse and keyboard and let it boot up, then connect
   them, they work just fine.
   
   Any ideas?
  
   Fatal trap 12: page fault while in kernel mode
   mp_lock = 0024; cpuid = 0; lapic.id = 
   fault virtual address = 0x4
   fault code = supervisor read, page not present
   instruction pointer = 0x8: 0xc02583c4
 
   stack pointer   = 0x10: 0xc045fd20
   frame pointer   = 0x10: 0xc045fd3c
   code segment= base 0x0, limit 0xf, type 0x1b
   = DPL 0, pres 1, def 32 1, gran 1
   processor eflags= interrupt enabled, resume, IOPC=0
   current process = 0(swapper)
   interrupt mask  = none - SMP: XXX
   trap number = 12
   panic: page fault
   mp_lock = 0024; cpuid = 0; lapic.id = 
   Uptime - 0s
  
  That pointer I highlighted is important; it is also kernel-dependent.
  Please read FAQ #18.13 to find out how to give us some useful function names,
  or better yet, a backtrace.
  
  -- Josh
  
   
   Thanks
   Michael Mercer
   
   
   ___
   [EMAIL PROTECTED] mailing list
   http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   To unsubscribe, send any mail to [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Can I Set Process Name?

2003-07-08 Thread Drew Tomlinson
- Original Message - 
From: Daniel Bye [EMAIL PROTECTED]
To: FreeBSD Questions [EMAIL PROTECTED]
Sent: Tuesday, July 08, 2003 9:00 AM
Subject: Re: Can I Set Process Name?

  On Tue, Jul 08, 2003 at 08:43:12AM -0700, Drew Tomlinson wrote:
   - Original Message - 
  From: Daniel Bye [EMAIL PROTECTED]
  To: FreeBSD Questions [EMAIL PROTECTED]
  Sent: Tuesday, July 08, 2003 8:29 AM
 
  On Tue, Jul 08, 2003 at 08:26:45AM -0700, Drew Tomlinson wrote:
   
$0='webmin';
   ^
   
However when starting the program it dies with the following
  message:
   
Is there something really easy I'm missing?  If it's complicated
 I'm
going to forget it as it's not that important.
 
   Yes - a `;' at the end of the line  ;-)
 
  Thanks.  That removed the error but failed to change the process
name.
  I looked at the code a little more.  I'm not experienced in this but
 it
  seems to me that the 'package miniserv;' line calls a precompiled
  program?  Here's the beginning of the script:

 No - in Perl, a package is a namespace - an abstract storage space.
 It
 helps keep a module's (i.e. package's) variables etc logically
separate
 from
 those of other packages.  It prevents collisions in variable names,
data
 structures, etc.

 The variable $0 contains, by default, the name of the file containing
 the
 currently running script.

 
  #!/usr/bin/perl
  # A very simple perl web server used by Webmin
 
  $0='webmin';
 
  # Require basic libraries
  package miniserv;-- This is just declaring that the following
 code is
in the miniserv package.
  use Socket;
  use POSIX;
 
  Then a little farther in the script, I see this code:
 
  # Get miniserv's perl path and location
  $miniserv_path = $0;
  open(SOURCE, $miniserv_path);
  SOURCE =~ /^#!(\S+)/; $perl_path = $1;
  close(SOURCE);
  @miniserv_argv = @ARGV;
 
  So I suspect the process name gets set in this somewhere?

 As you have poked $0 before it gets this far, no - $0 contains the
value
 you
 set above.  Which might, in itself, cause problems later in the
script.
 Without reviewing it, I couldn't tell you.

Thanks for the tutorial.  I'm going to drop this as it's not that
important.  I can always figure out which one is webmin as it is
listening on port 1 and I can see it in the sockstat output.  I just
thought if I could change the name listed in ps, then I wouldn't have to
take the extra step to identify it.

Thanks,

Drew

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


Re: Change terminals

2003-07-08 Thread Joshua Oreman
On Mon, Jul 07, 2003 at 10:35:08PM -0700 or thereabouts, Marvin J. Kosmal wrote:
 
 
 Question
 
 When you ssh into your work machine from home
 How or can you change the terminal you are on..
 
 example below
 
 Last login: Mon Jul  7 22:23:50 2003 from clark.lab
 [EMAIL PROTECTED]:~$ w
  22:31:55 up 4 days,  8:42,  7 users,  load average: 1.16, 1.03, 1.01
 USER TTY  FROM  LOGIN@   IDLE   JCPU   PCPU WHAT
 mkosmal  :0   -Thu13   ?xdm?  14:27   4.09s
 /usr/bin/icewm-experimental
 mkosmal  pts/0:0   Thu134days  4days  4days
 ./setiathome
 mkosmal  pts/1:0   Thu134days  0.07s  0.07s -bash
 mkosmal  pts/2:0.0 Thu154days  0.31s  0.28s ssh
 [EMAIL PROTECTED]
 mkosmal  pts/3:0.0 Thu164days  0.00s  0.00s -bash
 mkosmal  pts/4:0.0 Thu164days  0.04s  0.04s -bash
 mkosmal  pts/5pdx-ppp374.pop1. 22:310.00s  0.04s  0.02s w
 
 I did the w.  and am on pts/5
 
 How do I get to pts/0??

To see what's on it: /usr/sbin/vidcontrol -P  /dev/pts/0

To write to the program that's on it:
(as root) watch -w /dev/pts/0 (press Ctrl+G to exit)

-- Josh

 
 
 TIA
 
 
 
 
 
 -- 
 Marvin J. Kosmal
 Linux Activist
 Registered User # 88512
 Brought to by Libranet 2.7
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Integrated Intel Ethernet works with generic kernel, but notmine...

2003-07-08 Thread J.M. Warenda
I'm sorry I meant to say that in my original email ... device
miibus was in my kernel build ... I did accidentally forget it the
first time but make depend fails without it so, wasn't long before I
caught that.

-John

- Original Message - 
From: Mykroft Holmes IV [EMAIL PROTECTED]
To: J.M. Warenda [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Tuesday, July 08, 2003 11:54 AM
Subject: Re: Integrated Intel Ethernet works with generic kernel, but
not mine...


 did you enable mii when you built your kernel? You'll need it as well
as
 fxp support.

 Adam




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


Re: Adaptec 2120S management (raidutil) ?

2003-07-08 Thread Scott Long
Buki wrote:
Hi,

I was wondering if there is some FreeBSD software to manage
Adaptec 2120S RAID SCSI card.
Looking through Adaptec web I found Storage Manager 3.04
but it's quite old and it says for 2100S, 3200S and 3400S
and I really have not got it to run.
Then there is CLI version 1.0 for FreeBSD 4.4-5, which
seems to (sort of) work, but I don't see many options for
the controller and I am sort of afraid to use it for 2120S :)
There is no man page for it, just inline help...
Can anybody help me with it?

Buki
Hi,

The old 'Storage Manager' and 'raidutil' tools do not work with
the newer generation of Adaptec RAID cards.  The newer genreation
use 'Storage Manager Browser Edition' for the GUI and 'aaccli' for
the CLI.  I ported the aaccli program to FreeBSD a few years ago,
but it has fallen out of date and I don't recommend using it with
the 2120/2200 cards.  You can, however, extract the Linux version
of 'aaccli' from the CD that comes with the card and run it under
FreeBSD.  You'll need the normal linux compatibility tools, and
you'll need to either compile your kernel with AAC_COMPAT_LINUX
or load the 'aac_linux.ko' kernel module.
Scott

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


Re: Adaptec 2120S management (raidutil) ?

2003-07-08 Thread Scott Long
Tuc wrote:
I was wondering if there is some FreeBSD software to manage
Adaptec 2120S RAID SCSI card.
Looking through Adaptec web I found Storage Manager 3.04
but it's quite old and it says for 2100S, 3200S and 3400S
and I really have not got it to run.
Then there is CLI version 1.0 for FreeBSD 4.4-5, which
seems to (sort of) work, but I don't see many options for
the controller and I am sort of afraid to use it for 2120S :)
There is no man page for it, just inline help...
Can anybody help me with it?

	I use :

asr0: Adaptec Caching SCSI RAID mem 0xfa00-0xfbff irq 5 at device 8.0 
on pci1
asr0: major=154
asr0: ADAPTEC 2110S FW Rev. 380E, 1 channel, 256 CCBs, Protocol I2O

and I loaded the u160raid_sm_v304_fbsd411.tgz found on the site. Works
fine for us.
		Tuc/TTSG Internet Services, Inc.
The 2110S and 2120S cards have completely different internals and
cannot be controlled by the same driver and applications.  See my
other email on questions@ about this.
Scott

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


Re: No output from periodic

2003-07-08 Thread Daniel Bye
On Tue, Jul 08, 2003 at 10:09:24AM -0600, Elliot Finley wrote:
 I really appreciate all the comments, but this isn't quite what I'm after.
 
 I _want_ cron to email me when there _is_ output.
 But I _don't want_ an email when there _isn't_ output.

But it _is_ output - look for processed in /usr/sbin/periodic.  If none of
the scripts it spawns say anything, this is what you get back.

If you _really_ want to suppress this message, you will either need to edit
/usr/sbin/periodic so it doesn't say anything if none of its scripts say
anything, or set up a procmail (or similar) rule to filter out the noise.

Dan

-- 
Daniel Bye

PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc
PGP Key fingerprint: 3B9D 8BBB EB03 BA83 5DB4 3B88 86FC F03A 90A1 BE8F
 _
  ASCII ribbon campaign ( )
 - against HTML, vCards and  X
- proprietary attachments in e-mail / \


pgp0.pgp
Description: PGP signature


Re: Change terminals

2003-07-08 Thread Joshua Oreman
On Tue, Jul 08, 2003 at 09:14:25AM -0700 or thereabouts, Joshua Oreman wrote:
 On Mon, Jul 07, 2003 at 10:35:08PM -0700 or thereabouts, Marvin J. Kosmal wrote:
  
  
  Question
  
  When you ssh into your work machine from home
  How or can you change the terminal you are on..
  
  example below
  
  Last login: Mon Jul  7 22:23:50 2003 from clark.lab
  [EMAIL PROTECTED]:~$ w
   22:31:55 up 4 days,  8:42,  7 users,  load average: 1.16, 1.03, 1.01
  USER TTY  FROM  LOGIN@   IDLE   JCPU   PCPU WHAT
  mkosmal  :0   -Thu13   ?xdm?  14:27   4.09s
  /usr/bin/icewm-experimental
  mkosmal  pts/0:0   Thu134days  4days  4days
  ./setiathome
  mkosmal  pts/1:0   Thu134days  0.07s  0.07s -bash
  mkosmal  pts/2:0.0 Thu154days  0.31s  0.28s ssh
  [EMAIL PROTECTED]
  mkosmal  pts/3:0.0 Thu164days  0.00s  0.00s -bash
  mkosmal  pts/4:0.0 Thu164days  0.04s  0.04s -bash
  mkosmal  pts/5pdx-ppp374.pop1. 22:310.00s  0.04s  0.02s w
  
  I did the w.  and am on pts/5
  
  How do I get to pts/0??
 
 To see what's on it: /usr/sbin/vidcontrol -P  /dev/pts/0
 
 To write to the program that's on it:
 (as root) watch -w /dev/pts/0 (press Ctrl+G to exit)
   ^ Sorry, should be a capital W :(

-- Josh

 
 -- Josh
 
  
  
  TIA
  
  
  
  
  
  -- 
  Marvin J. Kosmal
  Linux Activist
  Registered User # 88512
  Brought to by Libranet 2.7
  
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to [EMAIL PROTECTED]
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


sylpheed txt/html mime

2003-07-08 Thread dick hoogendijk
Reading about sylpheed on this mailinglist I got curious.
My CLI favo client is mutt, but in X I use kmail. It starts rather slow,
'cause I'm not running kde but fvwm. It *does* show however my received
html E-mails (newspapers and so on).

After some googling I get the impression that sylpheed won't show html
emails. All I found was sylpheed-claws (also without html email show).

Question: is it possible to show my html emails using sylpheed? If so,
how? Do I need to set some mimetype file. I know I can read html with
mutt, using lynx, making some statement in .muttrc
How about it with sylpheed? It's good looking and fast. I do hope to get
rid of the kmail needs ;-))

-- 
dick -- http://www.nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 4.8 ++ Debian GNU/Linux (Woody)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 4.4-REL to FreeBSD 4.8-STABLE upgrade problem.

2003-07-08 Thread Kevin Oberman
 Date: Mon, 07 Jul 2003 17:07:39 -0500
 From: Dustin Puryear [EMAIL PROTECTED]
 Sender: [EMAIL PROTECTED]
 
 At 02:58 PM 7/7/2003 -0700, Freddie Cash wrote:
 On July 7, 2003 02:39 pm, you wrote:
   At 02:27 PM 7/7/2003 -0700, Freddie Cash wrote:
   On July 7, 2003 02:19 pm, you wrote:
   There is a blurb near the top that mentions running pwd_mkdb with
the -p option to rebuild the master password file.  I think this is
what is confusing you.
 
   My manpage must be outdated or just wrong then:
 
   # man mergemaster | grep -- -p
 the -p option to rebuild your password databases and recreate
 
 Read the begining of that sentence.  I'll bet it is talking about
 pwd_mkdb(8) and not mergemaster.
 
 Well crap. Still, my version doesn't mention anything about Pre-buildworld 
 mode so the pie on my face is at least tasty.
 
 Since you have already updated your source tree, read
 /usr/src/usr.sbin/mergemaster/mergemaster.8  That is the man page for
 /usr/src/usr.sbin/mergemaster/mergemaster.sh  That will explain
 everything, including when to run it using the -p parameter.  That
 would be pre-buildworld.
 
 Will do.
 
   Notice that there is no mention of mergemaster until step 6.
 
 The Makefile reads the same on my 4.8 system.  However, that should
 probably be updated, as every time I've seen a mention of mergemaster
 -p on any of the mailing lists, it has always occured before the
 buildworld.  (And that's the advice I've been following since the -p
 parameter was introduced.)
 
 Yes, updating the docs would be very helpful in situations.. oh, I don't 
 know.. like this one.

If you look at the source code (or were here when the -p option was
added to mergemaster, you would see that 'mergemaster -p' really just
runs mergemaster on a couple of files which could block installworld
from working if not already updated. At this time (in either STABLE or
CURRENT) it makes absolutely no difference whether it is run before or
after build of the world and kernel. It must be run before
installworld, although it only makes a difference on limited occasions.
(4.4 to 4.8 would be such a case.)

FWIW, the only files currently merged when the -p option is present
are the group and password files, but this list is subject to change
if needed. It is intended to be run before buildworld so that other
files can be included down the road if they are needed. But, at this
time, running it before installworld is all that is required.
-- 
R. Kevin Oberman, Network Engineer
Energy Sciences Network (ESnet)
Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
E-mail: [EMAIL PROTECTED]   Phone: +1 510 486-8634
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


dual-homed problems

2003-07-08 Thread Michael A. Smith
I've got a machine that's been running fine for years with one NIC. I 
want to experiment with setting it up as a gateway and have installed a 
second NIC in it. I can't seem to get the second NIC working fully.

Here's the dmesg output on the two NICs:
dc0: 82c169 PNIC 10/100BaseTX port 0x9100-0x91ff mem 
0x81061000-0x810610ff irq 1 at device 11.0 on pci0
dc0: interrupting at CIA irq 1
dc0: Ethernet address: 00:02:e3:07:17:3b
miibus0: MII bus on dc0
ukphy0: Generic IEEE 802.3u media interface on miibus0
ukphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
rl0: D-Link DFE-530TX+ 10/100BaseTX port 0x9200-0x92ff mem 
0x81061100-0x810611ff irq 3 at device 12.0 on pci0
rl0: interrupting at CIA irq 3
rl0: Ethernet address: 00:05:5d:36:15:a7
miibus1: MII bus on rl0
rlphy0: RealTek internal media interface on miibus1
rlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto

Here's the ifconfig output on the two NICs:
dc0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
inet 192.168.1.144 netmask 0xff00 broadcast 192.168.1.255
inet6 fe80::202:e3ff:fe07:173b%dc0 prefixlen 64 scopeid 0x1
ether 00:02:e3:07:17:3b
media: Ethernet autoselect (100baseTX full-duplex)
status: active
rl0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
inet6 fe80::205:5dff:fe36:15a7%rl0 prefixlen 64 scopeid 0x2
ether 00:05:5d:36:15:a7
media: Ethernet autoselect (100baseTX full-duplex)
status: active
Here's my /etc/rc.conf lines for the two NICs:
ifconfig_dc0=inet 192.168.1.144  netmask 255.255.255.0
ifconfig_rl0=inet 192.168.1.145  netmask 255.255.255.0
As you can see from the ifconfig output, the new NIC is UP and RUNNING, 
but has no IP address (even though I have it in /etc/rc.conf). I can 
bring rl0 down and up again without a problem. If I try to add the 
IP data manually using ifconfig, I get this error:

zeus# ifconfig rl0 inet 192.168.1.145 netmask 255.255.255.0
ifconfig: ioctl (SIOCAIFADDR): File exists
Any ideas for getting this NIC up and running properly??

Thanks!!

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


Re: Can I Set Process Name?

2003-07-08 Thread Daniel Bye
On Tue, Jul 08, 2003 at 09:11:20AM -0700, Drew Tomlinson wrote:
 Thanks for the tutorial.  I'm going to drop this as it's not that
 important.  I can always figure out which one is webmin as it is
 listening on port 1 and I can see it in the sockstat output.  I just
 thought if I could change the name listed in ps, then I wouldn't have to
 take the extra step to identify it.

Know what you mean ;-)

Try using the `w' flag to ps:

 ps axfrww | grep webmin

That should do it.

Dan

-- 
Daniel Bye

PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc
PGP Key fingerprint: 3B9D 8BBB EB03 BA83 5DB4 3B88 86FC F03A 90A1 BE8F
 _
  ASCII ribbon campaign ( )
 - against HTML, vCards and  X
- proprietary attachments in e-mail / \


pgp0.pgp
Description: PGP signature


Re: Question regarding new Nvidia FreeBSD drivers

2003-07-08 Thread Nakal
On Tuesday 08 July 2003 10:51, Nelis Lamprecht wrote:

 Yesterday I tried loading the
 latest non-beta release 1.0-4365 and all it does is freeze my PC and
 then after a few seconds reboots without so much as a single error in
 XFree86.log or messages.

I have had exactly the same behavior here. But only with FreeBSD 
current. On FreeBSD stable it is running well as long as I don't use 
Unreal Tournament. UT is a lot slower than with the beta drivers and it 
also crashes after few minutes.

On current I recompiled world and the kernel. Then the problem has been 
reduced to a black screen after starting XFree. And I can now at least 
press Ctrl+Alt+Del to reboot.

 I am using the following card, taken from dmesg: nvidia0: RIVA TNT2
 Model 64

I have a 4200 Ti.

Martin

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


Re: problem with linking kernel in 5.1 release by adding deviceumodem

2003-07-08 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2003-07-08 11:34:38 +0200:
  On Sun, Jul 06, 2003 at 06:32:57PM +0200, [EMAIL PROTECTED] wrote:
  
   the LINT file is in 5.x the NOTES file!!
   but i only added the device umodem to the GENERIC kernel so all usb
   devices are included
   and also the make depend works fine!
   the error is by doing make!!!
  
  Calm down and read umodem(4).
  device umodem requires device ucom.
  
  
 
 thanks !!!

your exclamation point key is stuck!!!

-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.see http://www.eyrie.org./~eagle/faqs/questions.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: dual-homed problems

2003-07-08 Thread Derrick Ryalls
 
 I've got a machine that's been running fine for years with one NIC. I 
 want to experiment with setting it up as a gateway and have 
 installed a 
 second NIC in it. I can't seem to get the second NIC working fully.
 
 Here's the dmesg output on the two NICs:
 dc0: 82c169 PNIC 10/100BaseTX port 0x9100-0x91ff mem 
 0x81061000-0x810610ff irq 1 at device 11.0 on pci0
 dc0: interrupting at CIA irq 1
 dc0: Ethernet address: 00:02:e3:07:17:3b
 miibus0: MII bus on dc0
 ukphy0: Generic IEEE 802.3u media interface on miibus0
 ukphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
 rl0: D-Link DFE-530TX+ 10/100BaseTX port 0x9200-0x92ff mem 
 0x81061100-0x810611ff irq 3 at device 12.0 on pci0
 rl0: interrupting at CIA irq 3
 rl0: Ethernet address: 00:05:5d:36:15:a7
 miibus1: MII bus on rl0
 rlphy0: RealTek internal media interface on miibus1
 rlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
 
 Here's the ifconfig output on the two NICs:
 dc0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
  inet 192.168.1.144 netmask 0xff00 broadcast 192.168.1.255
  inet6 fe80::202:e3ff:fe07:173b%dc0 prefixlen 64 scopeid 0x1
  ether 00:02:e3:07:17:3b
  media: Ethernet autoselect (100baseTX full-duplex)
  status: active
 rl0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
  inet6 fe80::205:5dff:fe36:15a7%rl0 prefixlen 64 scopeid 0x2
  ether 00:05:5d:36:15:a7
  media: Ethernet autoselect (100baseTX full-duplex)
  status: active
 
 Here's my /etc/rc.conf lines for the two NICs: 
 ifconfig_dc0=inet 192.168.1.144  netmask 255.255.255.0 
 ifconfig_rl0=inet 192.168.1.145  netmask 255.255.255.0
 
 
 As you can see from the ifconfig output, the new NIC is UP 
 and RUNNING, 
 but has no IP address (even though I have it in /etc/rc.conf). I can 
 bring rl0 down and up again without a problem. If I try 
 to add the 
 IP data manually using ifconfig, I get this error:
 
 zeus# ifconfig rl0 inet 192.168.1.145 netmask 255.255.255.0
 ifconfig: ioctl (SIOCAIFADDR): File exists
 
 Any ideas for getting this NIC up and running properly??
 

I haven't seen that error before, but you do have a small problem with
the config.  You shouldn't have two cards on the same subnet.  If you
just want to try it out, assign the new card a 192.168.2.xxx address.



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


Re: USB mouse/keyboard causes kernel panic during boot sequence

2003-07-08 Thread Michael E. Mercer
On Tue, 2003-07-08 at 12:11, Joshua Oreman wrote:
 On Mon, Jul 07, 2003 at 11:43:21PM -0400 or thereabouts, Michael E. Mercer wrote:
  Alrighty then,
  
  Ok, after following FAQ 18.13 on the freebsd web site,
  I've been struggling for the last 4 hours trying to get this thing to
  dump core but it just won't! I added ad2s1b to the dumpdev in rc.conf
  and also read about kernel init problems need to have dumpdev added to
  the loader. So I added it to loader.conf as well. 
 
 Your swap partition must be at least a few megs bigger than your physical
 RAM.
 
My swap is 1 Gig. I also changed MAXMEM in my kernel to a much smaller
size... still can not get a dump...

Any ideas?

  
  Anyways, the method it points to is uhci_idone. 
 
 Thanks!

No, thank you for your help!

Michael
 
 -- Josh
 
  
  That's all I can find out at the moment, unless someone can inform me of
  what I am doing wrong.
  
  Thanks
  Michael
  
  
  
  On Mon, 2003-07-07 at 13:03, Joshua Oreman wrote:
   On Mon, Jul 07, 2003 at 12:34:48PM -0400 or thereabouts, Michael E. Mercer wrote:
Anybody?!?!?!



Hello peoples,

I have posted this before and unfortunately I still have this problem.
During the boot sequence, when it probes for the USB devices, it causes
a kernel panic (page fault) if there is either (or both) a USB mouse
and/or keyboard attached.

If I remove the mouse and keyboard and let it boot up, then connect
them, they work just fine.

Any ideas?
   
Fatal trap 12: page fault while in kernel mode
mp_lock = 0024; cpuid = 0; lapic.id = 
fault virtual address = 0x4
fault code = supervisor read, page not present
instruction pointer = 0x8: 0xc02583c4
  
stack pointer   = 0x10: 0xc045fd20
frame pointer   = 0x10: 0xc045fd3c
code segment= base 0x0, limit 0xf, type 0x1b
= DPL 0, pres 1, def 32 1, gran 1
processor eflags= interrupt enabled, resume, IOPC=0
current process = 0(swapper)
interrupt mask  = none - SMP: XXX
trap number = 12
panic: page fault
mp_lock = 0024; cpuid = 0; lapic.id = 
Uptime - 0s
   
   That pointer I highlighted is important; it is also kernel-dependent.
   Please read FAQ #18.13 to find out how to give us some useful function names,
   or better yet, a backtrace.
   
   -- Josh
   

Thanks
Michael Mercer


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

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


wget

2003-07-08 Thread Al-Rashid Tamara Contractor USTC
I'm trying to download the wget networking utility on FreeBSD 4.8 and I'm
continuously receiving the host not found error message.  What am I doing
wrong?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: mounting filesystems

2003-07-08 Thread Derrick Ryalls
 
 FreeBSD team, 
 
 I am having problems mounting my filesystem after moving the 
 drive from slave to master, the old location was, 
 '/dev/ad1s1a', and the device is now called 'ad0'.
 

I can tell you what the problem is, I just don't know exactly how to fix
it.  I believe it is your /etc/fstab file.  All the entries that had
ad1xxx now need to be ad0xxx.  If you have any interaction at all (ie,
it asks you for a boot prompt, you might be able to boot to device
ad0s1a, manually mount the slice, edit fstab and reboot.  Matthew Seaman
gave a good (detailed) method of doing something similar, so you might
search the archives or google for it.

I am a mount amateur myself, so I can't get too specific.  Good luck.

-Derrick


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


Re: Problems with my Mouse Wheel of Genisu NetScroll+

2003-07-08 Thread =?unknown-8bit?q?Lu=EDs_Vit=F3rio?= Cargnini

Thanks,
i been using the moused and put the flags -z 4 5, and at my X configuration file i 
have the buttons 5. I'll try to do how you are saying and puting too the ZAxisMapping, 
maybe it work, later i'll post the results.
Thanks again!

-- 
Thanks  Regards
Luís Vitório Cargnini


pgp0.pgp
Description: PGP signature


Re: wget

2003-07-08 Thread Rus Foster
On Tue, 8 Jul 2003, Al-Rashid Tamara Contractor USTC wrote:

 I'm trying to download the wget networking utility on FreeBSD 4.8 and I'm
 continuously receiving the host not found error message.  What am I doing
 wrong?

Hi,
If you are getting host not found it either meants that the hostname it is
looking up e.g. www.freebsd.org is wrong or does not exist. You might also
want to check /etc/resolv.conf. If you are just using wget to download one
file try the FreeBSD command fetch which is similar for single files

Rgds

Rus

 --
www: http://www.65535.net   | Hosting - Shell Accounts
MSNM: [EMAIL PROTECTED] | Virtual Servers from just $15/mo
e: [EMAIL PROTECTED]   | Community: http://www.65535.org
t: +44 (0) 7092016595   | 10% Donation on every FreeBSD product
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Question regarding new Nvidia FreeBSD drivers

2003-07-08 Thread =?unknown-8bit?q?Lu=EDs_Vit=F3rio?= Cargnini
I have installed the version before this on my FBSD 5.1 it crashed too, somebody knows 
when, how thios could be fixed ?? and why it's happening ??


On Tue, Jul 08, 2003 at 06:58:30PM +0200, Nakal wrote:
 On Tuesday 08 July 2003 10:51, Nelis Lamprecht wrote:
 
  Yesterday I tried loading the
  latest non-beta release 1.0-4365 and all it does is freeze my PC and
  then after a few seconds reboots without so much as a single error in
  XFree86.log or messages.
 
 I have had exactly the same behavior here. But only with FreeBSD 
 current. On FreeBSD stable it is running well as long as I don't use 
 Unreal Tournament. UT is a lot slower than with the beta drivers and it 
 also crashes after few minutes.
 
 On current I recompiled world and the kernel. Then the problem has been 
 reduced to a black screen after starting XFree. And I can now at least 
 press Ctrl+Alt+Del to reboot.
 
  I am using the following card, taken from dmesg: nvidia0: RIVA TNT2
  Model 64
 
 I have a 4200 Ti.
 
 Martin
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 
Thanks  Regards
Luís Vitório Cargnini


pgp0.pgp
Description: PGP signature


Re: Can I Set Process Name?

2003-07-08 Thread Drew Tomlinson
- Original Message - 
From: Daniel Bye [EMAIL PROTECTED]
To: FreeBSD Questions [EMAIL PROTECTED]
Sent: Tuesday, July 08, 2003 9:52 AM

 On Tue, Jul 08, 2003 at 09:11:20AM -0700, Drew Tomlinson wrote:
  Thanks for the tutorial.  I'm going to drop this as it's not that
  important.  I can always figure out which one is webmin as it is
  listening on port 1 and I can see it in the sockstat output.  I
 just
  thought if I could change the name listed in ps, then I wouldn't
have
 to
  take the extra step to identify it.

 Know what you mean ;-)

 Try using the `w' flag to ps:

  ps axfrww | grep webmin

 That should do it.

Yes, that works!  Thanks.  In reading the ps man page to learn what
those options are, I see there's LOTS of info to get from the ps
command.

Drew


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


Re: Question regarding new Nvidia FreeBSD drivers

2003-07-08 Thread Daniel Bye
On Tue, Jul 08, 2003 at 10:51:40AM +0200, Nelis Lamprecht wrote:
 Hi List,
 
 I have been using the Nvidia beta drivers for some time now ( version
 1.0-3203 ) flawlessly without any problems, well except for one or 2
 problems with Xscreensaver and OpenGL. Yesterday I tried loading the
 latest non-beta release 1.0-4365 and all it does is freeze my PC and
 then after a few seconds reboots without so much as a single error in
 XFree86.log or messages.
 I am using the following card, taken from dmesg: nvidia0: RIVA TNT2
 Model 64
 I made the necessary changes to my XF86Config file ( see attached ) to
 include the NV Agp driver and also had to take out one or 2 items
 namely pex5 and xie which worked fine with the beta drivers. 
 Lastly, I then tried using the FreeBSD agp kernel option ( loaded via
 kldload ) and disabled the Nvidia agp driver but still my PC freezes and
 reboots.
 
 I have resorted back to using the beta drivers for the time being but
 was hoping that maybe someone has a solution to the problem I'm
 experiencing ? I also noticed that someone else has been experiencing
 this problem at
 http://www.nvnews.net/vbulletin/forumdisplay.php?s=forumid=14 but there
 was no solution.
 
 Thanks and regards,
 Nelis
 
 New driver url: http://www.nvidia.com/view.asp?IO=freebsd_1.0-4365
 

I had very similar problems yesterday after a cvsup + buildworld on -STABLE.
After updating the nvidia-driver port, I then needed to remove the agp
driver from my kernel, and ensure that no FreeBSD agp module is loaded at
boot time (remove load_agp=yes from /boot/loader.conf).

Make sure your nvidia-driver port was built without the WITH_FREEBSD_AGP=YES
(the default is to not use it).

At this point, the machine should at least boot all the way without
panicking.  However, I still had problems - `startx' bombed out, but left
clues in the X error log file.

I also needed to change the BoardName entry in /etc/X11/XF86Config to match
the string in the log file.  This was the only alteration I needed.

According to the README's distributed with the driver, you should only use
one or other of the AGP drivers - the nVidia one often won't behave itself
if the FreeBSD one is compiled into your kernel or loaded as a module.

I found the README's very helpful - give 'em a glance.

HTH

Dan

-- 
Daniel Bye

PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc
PGP Key fingerprint: 3B9D 8BBB EB03 BA83 5DB4 3B88 86FC F03A 90A1 BE8F
 _
  ASCII ribbon campaign ( )
 - against HTML, vCards and  X
- proprietary attachments in e-mail / \


pgp0.pgp
Description: PGP signature


Re: sylpheed txt/html mime

2003-07-08 Thread kitsune
On Tue, 8 Jul 2003 18:36:57 +0200
dick hoogendijk [EMAIL PROTECTED] wrote:

 Reading about sylpheed on this mailinglist I got curious.
 My CLI favo client is mutt, but in X I use kmail. It starts rather slow,
 'cause I'm not running kde but fvwm. It *does* show however my received
 html E-mails (newspapers and so on).
 
 After some googling I get the impression that sylpheed won't show html
 emails. All I found was sylpheed-claws (also without html email show).
 
 Question: is it possible to show my html emails using sylpheed? If so,
 how? Do I need to set some mimetype file. I know I can read html with
 mutt, using lynx, making some statement in .muttrc
 How about it with sylpheed? It's good looking and fast. I do hope to get
 rid of the kmail needs ;-))

it is easy it will show html emails...  it just shows the text portions,
thankfully... then if for some reason I want to see what it would look like
normally, all I have to do is tell it feed it to some browser... which can be
set up under the configuration...
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 5.1R system crash -- sound related

2003-07-08 Thread Ion-Mihai Tetcu
On Tuesday 08 July 2003 18:40, Kenneth Culver wrote:
 With vchans disabled, you should only be able to use 1 sound
 producing app at a time unless you're going through artsd or esd or
 something for all of your sound.

I'm under KDE ;), so it starts up.
buh# ps ax | grep artsd
  706  ??  S  0:28.09 /usr/local/bin/artsd -F 10 -S 4096 -s 60 -m 
artsmessage -l 3 -f

and i suppose it's the suspect.

I've tried
artsdsp -v aviplay %f  Marlene\ Dietrich_Peter.mp3
and got (no hang):

-
artsdsp:   1.1.2
name:
command line:  aviplay %f Marlene Dietrich_Peter.mp3
threaded:  yes
Xlib:  extension GLX missing on display :0.0.
Xlib:  extension GLX missing on display :0.0.
aviplay : Debug is on 0
reader : checking: %f
InputStream : Could not open file %f: No such file or directory
AVI reader : Stream: %f can't be opened!
ASF reader : Could not open the file
ASX reader : Could not open file!
ASF network reader : Not an URL
OPEN INPUT failed
reader : can't open stream
aviplay : Closing clip
aviplay : Debug is on 0
reader : checking: Marlene Dietrich_Peter.mp3
ASF reader : Not ASF stream
ASX reader : Not a redirector!
ASF network reader : Not an URL
FFFormat  MPEG audio   streams:1
S: 0 id:4  bitrate:96000 (800) samprate:44100  chn:2  framerate:25  
wxh 0x0  0.00
Numerator: 1  Denumerator: 9   FrameRate: nan (len: 0)
reader : Initialized audio stream (chunk tblsz: 0, fmtsz: 18)
audio reader : MPEG1 Layer-3 44100Hz 96kbps JointStereo (1152,40,313)
audio reader : WARNING: fixing bad MP3 Layer3 tag 0x50 - 0x55
audio reader : junk size at the begining:  time:0.01s  pos:1024 (146b)
aviplay : Videostream not detected
LDT keeper : Installed fs segment: 0x291a
codec keeper : Found 10 plugins (/usr/local/lib/avifile,A:38,V:77)
codec keeper : FFMPEG MPEG Layer-3 audio decoder created
aviplay : Will try audio renderers in this order: OSS,SDL,noaudio
audio renderer : src fmt=0x55 2ch 44100Hz  0b  12000B/s balign=1 
cbsz=29285
audio renderer : dst fmt=0x01 2ch 44100Hz 16b 176400B/s balign=4 
cbsz=0
aRts: hijacking /dev/dsp open...
aRts: hijacking /dev/dsp ioctl (12 : 20005000 - 0x0)
aRts: SNDCTL_DSP_RESET unsupported
aRts: hijacking /dev/dsp ioctl (12 : c004500a - 0xbfbff66c)
aRts: SNDCTL_DSP_SETFRAGMENT(8000c) partially supported
aRts: hijacking /dev/dsp ioctl (12 : c0045003 - 0xbfbff66c)
aRts: hijacking /dev/dsp ioctl (12 : c0045005 - 0xbfbff66c)
aRts: hijacking /dev/dsp ioctl (12 : c0045002 - 0xbfbff66c)
aRts: creating stream...
aRts: /dev/dsp access...
aRts: /dev/dsp access...
aRts: /dev/dsp access...
aRts: total latency = 464ms, buffer latency = 232ms
aRts: hijacking /dev/dsp ioctl (12 : 4010500c - 0xbfbff6b0)
aRts: hijacking /dev/dsp ioctl (12 : 40045004 - 0x81bc294)
OSS audio renderer : frags=0  size=4096b  buffer=0b (4096b)
aRts: hijacking /dev/dsp ioctl (12 : 4010500c - 0xbfadcfb0)
aRts: hijacking /dev/dsp ioctl (12 : 40045017 - 0xbfafef3c)
aRts: SNDCTL_DSP_GETODELAY returning 40924
aRts: hijacking /dev/dsp ioctl (12 : 40045017 - 0xbfafef3c)
aRts: SNDCTL_DSP_GETODELAY returning 40924
aRts: hijacking /dev/dsp ioctl (12 : 4010500c - 0xbfadcfb0)
--
etc.


 Did you reboot after you commented
 out those lines? (You don't have to reboot really, you could just do
 sysctl -w hw.snd.pcm0.vchans=0

Tried both.

 At that point, only 1 application at a time will be able to access
 the soundcard at 1 time.

 Ken

 On Tue, 8 Jul 2003, Ion-Mihai Tetcu wrote:
  On Tuesday 08 July 2003 17:09, Kenneth Culver wrote:
   vchans probably aren't working right with your sound card yet. I
   had a problem for a while with my soundcard, but it seems to be
   working fine now with vchans.
 
  well, I've commented out those two sysctl lines, but it still
  happen. And the bad thing is that it varies from 2 to 5
  sound-producing apps so there's no way to tell when it happends.
 
 
  Thanks,
  IOnut
 
   Ken
  
   On Tue, 8 Jul 2003, Ion-Mihai Tetcu wrote:
Hi,
   
Any now an then, mostly now :(, when I simoultaniosly use more
that one sound application the system hangs (mouse,  keyboard).
It still replies to pings.
   
From where sould I begin ?
   
Thanks,
IOnut
   
   
FreeBSD 5.1-RELEASE
   
pci bus 0x cardnum 0x11 function 0x05: vendor 0x1106 device
0x3059 VIA Technologies, Inc. VT8233 AC97 Audio Controller
 CardVendor 0x1458 card 0xa002 (Giga-byte Technology GA-7VAX
Onboard Audio (Realtek ALC650))
  STATUS0x0210  COMMAND 0x0001
  CLASS 0x04 0x01 0x00  REVISION 0x50
  BIST  0x00  HEADER 0x00  LATENCY 0x00  CACHE 0x00
  BASE0 0xe401  addr 0xe400  I/O
  MAX_LAT   0x00  MIN_GNT 0x00  INT_PIN 0x03  INT_LINE 0x0b
  BYTE_00x01  BYTE_1  0xcc  BYTE_2  0x00  BYTE_3  0x00
   
   
buh# sysctl hw.snd.
hw.snd.targetirqrate: 32
hw.snd.report_soft_formats: 1
hw.snd.verbose: 1
hw.snd.unit: 0
hw.snd.maxautovchans: 4
hw.snd.pcm0.buffersize: 4096
hw.snd.pcm0.vchans: 4

RE: dual-homed problems

2003-07-08 Thread Stacey Roberts
Hello,

On Tue, 2003-07-08 at 17:05, Derrick Ryalls wrote:
  
  I've got a machine that's been running fine for years with one NIC. I 
  want to experiment with setting it up as a gateway and have 
  installed a 
  second NIC in it. I can't seem to get the second NIC working fully.
  
  Here's the dmesg output on the two NICs:
  dc0: 82c169 PNIC 10/100BaseTX port 0x9100-0x91ff mem 
  0x81061000-0x810610ff irq 1 at device 11.0 on pci0
  dc0: interrupting at CIA irq 1
  dc0: Ethernet address: 00:02:e3:07:17:3b
  miibus0: MII bus on dc0
  ukphy0: Generic IEEE 802.3u media interface on miibus0
  ukphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
  rl0: D-Link DFE-530TX+ 10/100BaseTX port 0x9200-0x92ff mem 
  0x81061100-0x810611ff irq 3 at device 12.0 on pci0
  rl0: interrupting at CIA irq 3
  rl0: Ethernet address: 00:05:5d:36:15:a7
  miibus1: MII bus on rl0
  rlphy0: RealTek internal media interface on miibus1
  rlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
  
  Here's the ifconfig output on the two NICs:
  dc0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
   inet 192.168.1.144 netmask 0xff00 broadcast 192.168.1.255
   inet6 fe80::202:e3ff:fe07:173b%dc0 prefixlen 64 scopeid 0x1
   ether 00:02:e3:07:17:3b
   media: Ethernet autoselect (100baseTX full-duplex)
   status: active
  rl0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
   inet6 fe80::205:5dff:fe36:15a7%rl0 prefixlen 64 scopeid 0x2
   ether 00:05:5d:36:15:a7
   media: Ethernet autoselect (100baseTX full-duplex)
   status: active
  
  Here's my /etc/rc.conf lines for the two NICs: 
  ifconfig_dc0=inet 192.168.1.144  netmask 255.255.255.0 
  ifconfig_rl0=inet 192.168.1.145  netmask 255.255.255.0
  
  

You're not allowed to have two interfaces active on the same subnet

  As you can see from the ifconfig output, the new NIC is UP 
  and RUNNING, 
  but has no IP address (even though I have it in /etc/rc.conf). I can 
  bring rl0 down and up again without a problem. If I try 
  to add the 
  IP data manually using ifconfig, I get this error:
  
  zeus# ifconfig rl0 inet 192.168.1.145 netmask 255.255.255.0
  ifconfig: ioctl (SIOCAIFADDR): File exists
  

This is a warning that the IP details you've attempted to assign to the
nic is already loaded, and that it cannot be loaded again.

  Any ideas for getting this NIC up and running properly??
  
 

The second nic is not coming up for the simple reason (I presume) that
the former nic is already up and active on the 192.168.1.x subnet.

Dual-homed hosts (PC-based routers) are usually set up to route packets
between two *different* networks. So, as suggested below, you'll want to
assign a different network address to the second nic, and (providing
there's a lan there) all should be well.

Regards,

Stacey

 I haven't seen that error before, but you do have a small problem with
 the config.  You shouldn't have two cards on the same subnet.  If you
 just want to try it out, assign the new card a 192.168.2.xxx address.
 
 
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
-- 
Stacey Roberts
B.Sc (HONS) Computer Science

Web: www.vickiandstacey.com


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


Re: 5.1R system crash -- sound related

2003-07-08 Thread Kenneth Culver
 I'm under KDE ;), so it starts up.
 buh# ps ax | grep artsd
   706  ??  S  0:28.09 /usr/local/bin/artsd -F 10 -S 4096 -s 60 -m
 artsmessage -l 3 -f

 and i suppose it's the suspect.

 I've tried
 artsdsp -v aviplay %f  Marlene\ Dietrich_Peter.mp3
 and got (no hang):

 -
 artsdsp:   1.1.2
 name:
 command line:  aviplay %f Marlene Dietrich_Peter.mp3
 threaded:  yes
 Xlib:  extension GLX missing on display :0.0.
 Xlib:  extension GLX missing on display :0.0.
 aviplay : Debug is on 0
 reader : checking: %f
 InputStream : Could not open file %f: No such file or directory
 AVI reader : Stream: %f can't be opened!
 ASF reader : Could not open the file
 ASX reader : Could not open file!
 ASF network reader : Not an URL
 OPEN INPUT failed
 reader : can't open stream
 aviplay : Closing clip
 aviplay : Debug is on 0
 reader : checking: Marlene Dietrich_Peter.mp3
 ASF reader : Not ASF stream
 ASX reader : Not a redirector!
 ASF network reader : Not an URL
 FFFormat  MPEG audio   streams:1
 S: 0 id:4  bitrate:96000 (800) samprate:44100  chn:2  framerate:25
 wxh 0x0  0.00
 Numerator: 1  Denumerator: 9   FrameRate: nan (len: 0)
 reader : Initialized audio stream (chunk tblsz: 0, fmtsz: 18)
 audio reader : MPEG1 Layer-3 44100Hz 96kbps JointStereo (1152,40,313)
 audio reader : WARNING: fixing bad MP3 Layer3 tag 0x50 - 0x55
 audio reader : junk size at the begining:  time:0.01s  pos:1024 (146b)
 aviplay : Videostream not detected
 LDT keeper : Installed fs segment: 0x291a
 codec keeper : Found 10 plugins (/usr/local/lib/avifile,A:38,V:77)
 codec keeper : FFMPEG MPEG Layer-3 audio decoder created
 aviplay : Will try audio renderers in this order: OSS,SDL,noaudio
 audio renderer : src fmt=0x55 2ch 44100Hz  0b  12000B/s balign=1
 cbsz=29285
 audio renderer : dst fmt=0x01 2ch 44100Hz 16b 176400B/s balign=4
 cbsz=0
 aRts: hijacking /dev/dsp open...
 aRts: hijacking /dev/dsp ioctl (12 : 20005000 - 0x0)
 aRts: SNDCTL_DSP_RESET unsupported
 aRts: hijacking /dev/dsp ioctl (12 : c004500a - 0xbfbff66c)
 aRts: SNDCTL_DSP_SETFRAGMENT(8000c) partially supported
 aRts: hijacking /dev/dsp ioctl (12 : c0045003 - 0xbfbff66c)
 aRts: hijacking /dev/dsp ioctl (12 : c0045005 - 0xbfbff66c)
 aRts: hijacking /dev/dsp ioctl (12 : c0045002 - 0xbfbff66c)
 aRts: creating stream...
 aRts: /dev/dsp access...
 aRts: /dev/dsp access...
 aRts: /dev/dsp access...
 aRts: total latency = 464ms, buffer latency = 232ms
 aRts: hijacking /dev/dsp ioctl (12 : 4010500c - 0xbfbff6b0)
 aRts: hijacking /dev/dsp ioctl (12 : 40045004 - 0x81bc294)
 OSS audio renderer : frags=0  size=4096b  buffer=0b (4096b)
 aRts: hijacking /dev/dsp ioctl (12 : 4010500c - 0xbfadcfb0)
 aRts: hijacking /dev/dsp ioctl (12 : 40045017 - 0xbfafef3c)
 aRts: SNDCTL_DSP_GETODELAY returning 40924
 aRts: hijacking /dev/dsp ioctl (12 : 40045017 - 0xbfafef3c)
 aRts: SNDCTL_DSP_GETODELAY returning 40924
 aRts: hijacking /dev/dsp ioctl (12 : 4010500c - 0xbfadcfb0)
 --
 etc.


  Did you reboot after you commented
  out those lines? (You don't have to reboot really, you could just do
  sysctl -w hw.snd.pcm0.vchans=0

 Tried both.

I'd suggest filing a PR then. Use send-pr on the commandline to send it.
This will open up (in vi, or whatever $EDITOR is set to) an editor
session. Just fill in all the blanks, and send it in.

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


Re: dual-homed problems

2003-07-08 Thread Paul Chvostek
On Tue, Jul 08, 2003 at 12:41:43PM -0400, Michael A. Smith wrote:

 rl0: D-Link DFE-530TX+ 10/100BaseTX port 0x9200-0x92ff mem

Ugh...  I've never liked those cards.  I had two in a gateway a couple
of years ago -- the box spontaneously rebooted twice a week until I
replace them with fxp's, at which point the only thing to take it down
was a power supply fan

 rl0: interrupting at CIA irq 3

Ooh, the CIA is in your computer.

 Here's my /etc/rc.conf lines for the two NICs:
 ifconfig_dc0=inet 192.168.1.144  netmask 255.255.255.0
 ifconfig_rl0=inet 192.168.1.145  netmask 255.255.255.0

This is wrong.  When you assign IP addresses to interfaces, you give
them a subnet they know they can find on the Ethernet segment connected
to that interface.  Where should your computer send traffic for
192.168.1.100?  Out which interface?

 zeus# ifconfig rl0 inet 192.168.1.145 netmask 255.255.255.0
 ifconfig: ioctl (SIOCAIFADDR): File exists

This error occurs when FreeBSD tries to overwrite the routing info set
by the ifconfig statement for the first NIC.  Do a `netstat -rn` to see
relationships between subnets and interfaces.

 Any ideas for getting this NIC up and running properly??

Use a different IP network for it:

  ifconfig_dc0=inet 192.168.1.144  netmask 255.255.255.0
  ifconfig_rl0=inet 192.168.2.1netmask 255.255.255.0

Or use a smaller IP network for it:

  ifconfig_dc0=inet 192.168.1.144  netmask 255.255.255.0
  ifconfig_rl0=inet 192.168.1.253  netmask 255.255.255.252

But if 192.168.1.0/24 is in your routing table, its traffic goes out of
one, and only one, interface.

-- 
  Paul Chvostek [EMAIL PROTECTED]
  it.canadahttp://www.it.ca/
  Free PHP web hosting!http://www.it.ca/web/

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


Networking-SLIP

2003-07-08 Thread Bryan W. Maxwell
Ive used slattach and ifconfig, to configure my SLIP connection. However 
when I use tcpdump, I dont see any packets being sent. What could be the 
cuase of this? If I try to cat  /dev/cuaa0 it says the device is busy. Yet 
i plug the serial cable into an oscilloscope and dont see any packets 
coming down the line. All the levels for the serial cable seem to be at 
minus 10. Ive tied pins 1 4 and 6 together to create a dumb 3 wire cable. 
Im connecting to a pic micro server which should be looking for its IP via 
slip connection to the computer. Any hardware/software tests or any help 
would be greatly appreciated.
Thanks in advance,
Bryan

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


RE: Changed ISP now can't get to websites / traceroute

2003-07-08 Thread Stacey Roberts
Hello,

On Tue, 2003-07-08 at 15:38, Sten Daniel Sørsdal wrote:
  The thing is,
  now that I've got this new ISP (Zen - 8 static IP's), I find 
  that there
  are sites that I am not able to get (browse) to, most concerning is
  www.freebsdforums.org. Ever since I've got this new ADSL account, not
  for hell nor high-water can I hit that site, using any browser, using
  any OS (FreeBSD, RH £inux or MS Win2K Pro / XP) at home.
 
 There could be a hundred reasons as to why you dont reach 
 www.freebsdforums.org.
 
 _Might_ be an MTU problem somewhere upstream, if ICMP is filtered this 
 is definitly a bigger problem. Does ping work? If they also filter UDP 
 as you mention (fbsd traceroute not working) I'd suggest you talk to 
 your ISP and find out exactly what they are filtering.
 
At the moment, ping works as I can ping wwwfreebsd.org:
$ ping www.freebsd.org
PING www.freebsd.org (216.136.204.117): 56 data bytes
64 bytes from 216.136.204.117: icmp_seq=0 ttl=45 time=183.653 ms
64 bytes from 216.136.204.117: icmp_seq=1 ttl=45 time=171.993 ms
64 bytes from 216.136.204.117: icmp_seq=2 ttl=45 time=172.027 ms
^C
--- www.freebsd.org ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max/stddev = 171.993/175.891/183.653/5.489 ms
$

However, not freebsdforums:
$ ping www.freebsdforums.org
PING vail.edry.com (207.174.189.161): 56 data bytes
^C
--- vail.edry.com ping statistics ---
29 packets transmitted, 0 packets received, 100% packet loss
$

I've already emailed my ISP about these very points and concerns - I'm
not holding my breath..,

 Are those 8 static IP's public or private? If they start with
 192.168.x.x, 10.x.x.x, 172.16.x.x through 172.16.31.x.x
 they must be NATed and it is their NAT configuration that blocks the 
 traceroute.
 

Public.

 Contact the ISP!
 

On 8 separate occassions.., spoke to 8 separate tech support guys..,
with 8 differnet views on what the problem is :-(

Thanks for the reply.

Regards,

Stacey

 - Sten
-- 
Stacey Roberts
B.Sc (HONS) Computer Science

Web: www.vickiandstacey.com


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


Re: ssh keepalives

2003-07-08 Thread Viktor Lazlo

On Thu, 3 Jul 2003, Philip J. Koenig wrote:

 One of those firewalls is quite flexible about protocol state
 timeouts, I can set this on a service-by-service basis. (ie I could
 increase it for SSH and no other service)

 Unfortunately the firewall on the other side isn't so accommodating.
 It has a single timeout setting that affects all traffic that
 traverses the firewall, and I'd rather not increase that too high.

If there is no option then run a low-bandwidth application in the
background to keep the connection alive, or script something to generate
some activity at frequent enough intervals to do so.

Cheers,

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


  1   2   >