Re: Tape Device file differences...

2003-10-17 Thread Andreas Kohn
On Thu, 2003-10-16 at 22:12, Marco Greene (Home) wrote:
 ..I am a little confused about tape devices in FreeBSD.
 
 Under the /dev directory...I have the following tape devices:
 # ls *sa*
 ersa0   esa0.1  nrsa0.3 rsa0.0  sa0.1
 ersa0.0 esa0.2  nsa0rsa0.1  sa0.2
 ersa0.1 esa0.3  nsa0.0  rsa0.2  sa0.3
 ersa0.2 nrsa0   nsa0.1  rsa0.3  sa0.ctl
 ersa0.3 nrsa0.0 nsa0.2  rsa0.ctl
 esa0nrsa0.1 nsa0.3  sa0
 esa0.0  nrsa0.2 rsa0sa0.0
 
 I have figured out most of it by searching on the net...but any
 clarification or pointers to documentation would be helpful.
 
 This is what I have figured out so far (feel free to correct me if I am
 wrong).
 -e[r]sa0 = Eject
 -n[r]sa0 = No Rewind
 -[r]sa0 = Rewind
 -The .ctl file should be used with the mt command.
 
 
 
 This is what I still need explained:
 -The difference between the /dev/*rsa0 devices and /dev/?sa0 devices?  i.e.
 What is the r for?
The r stands for raw access (vs. block access without r) IIRC.
The sa(4) manpage has more information about the different modes of the
tape, which are coded into the first and second bit of the minor number
(see ls -l /dev/*sa*)

 -What is the .0, .1, .2 and .3?
I think those refer to different units. /dev/sa0 is a symlink to
/dev/sa0.0 on my machine.

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


signature.asc
Description: This is a digitally signed message part


default boot vs. safe mode

2003-10-17 Thread Jan . Stary
Hello,

I wonder what exactly is the difference between booting the 'default mode'
and 'safe mode' from the initial booting menu in -CURRENT.

Because, with 'default' it _always_ hangs for me, but with 'safe' I
_never_ had a problem. Is it just setting some kernel variables 
(like /etc/sysctl.conf)?

It's an Acer Aspire 1304XC laptop, Athlon XP.

Thank you.

Jan

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


ports security updates branch

2003-10-17 Thread Antoine Jacoutot
Hi :)

This might be a dumb question, but I was wondering if a king of stable 
branch existed for the ports tree. Under OpenBSD I think you can follow 
the ports tree stable branch so you only get security updates for your 
ports.
This does not seem possible under FreeBSD, if I understood correctly 
only the current branch (tag=.) is used for ports; at least this is what 
I always used...
Now, here are my questions about that:
- is there a way to only get the security updates for ports ? (are 
security updates for ports included in the FreeBSD security advisories)
- when upgrading to a new release, can I use the release branch for ports ?

The reason I'm asking this is that I don't want to update my ports 
everytime a new version comes out... except if it has a security issue.

Thanks for reading me.

Antoine

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


anyone suggest a good PIM for gnome 2.x?

2003-10-17 Thread Anthony Carmody
Hi,

can anyone suggest a good PIM [personal information manager] to use with 
Gnome..? perferably something that has scope for conectivity to 
bluetooth devices.

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


FreeBSD 5.1 USB Keyboard support

2003-10-17 Thread Peter
 Hi Im using FreeBSD 5.1 and I can't get my Logitech USB keyboard to work directly in 
the consol. I have search trough the net and found very little (either I searched 
wrong or there is very little info). 

In rc.conf  I have added support for usb by
usbd_enable=YES
From the dmesg I can see that FreeBSD finds the keyboard and adds it like ukbd0: 
Logitech USB Receiver, rev 1.10/17.00, addr 3, iclass 3/1
kbd1 at ukbd0
The Kernel is rebuilt and has support for USB. As the GENERIC had it.

uhci0: VIA 83C572 USB controller port 0xc400-0xc41f irq 10 at device 16.0 on pci0
usb0: VIA 83C572 USB controller on uhci0
usb0: USB revision 1.0
uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhub1: Texas Instruments TUSB2046 hub, class 9/0, rev 1.10/1.25, addr 2
uhub1: 4 ports with 4 removable, bus powered
ukbd0: Logitech USB Receiver, rev 1.10/17.00, addr 3, iclass 3/1
kbd1 at ukbd0
ums0: Logitech USB Receiver, rev 1.10/17.00, addr 3, iclass 3/1
ums0: 7 buttons and Z dir.
ugen0: Logitech Camera, rev 1.00/1.00, addr 4
ugen1: vendor 0x0f4d product 0x1000, rev 1.10/4.01, addr 5
ulpt0: hp deskjet 5550, rev 2.00/1.00, addr 6, iclass 7/1
ulpt0: using bi-directional mode
uhci1: VIA 83C572 USB controller port 0xc800-0xc81f irq 11 at device 16.1 on pci0
usb1: VIA 83C572 USB controller on uhci1
usb1: USB revision 1.0
uhub2: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
uhci2: VIA 83C572 USB controller port 0xcc00-0xcc1f irq 7 at device 16.2 on pci0
usb2: VIA 83C572 USB controller on uhci2
usb2: USB revision 1.0
uhub3: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub3: 2 ports with 2 removable, self powered

This is what I found searching through Google that should work: 
kbdcontrol -k /dev/kbd1  /dev/ttyv0 
This works but I have to log through ssh from another comp and write that command and 
sometimes it adds a  letter that I just had written. That tends to be anyoing. And it 
also doesnt start so that I can choose at the boot prompt.

Another thing I found was to put the following into usbd.conf 
device USB Keyboard 
devname ukbd0 
attach kbdcontrol -k /dev/kbd1  /dev/ttyv0  /dev/null 
detach kbdcontrol -k /dev/kbd0  /dev/ttyv0  /dev/null

This doesnt work at all for me nothing happens att all.

Is there a way to add USB keyboard support when FreeBSD is running in singelusermode 
so that I have a chance of installing new kernels and upgrade the system right now I 
plug in an old PS/2 keyboard?

My motherboard is Abit KD7-S with VIA KT400 and VT8235 chipset and the keyboard is 
Logitech Cordles Desktop Comfort.

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


Re: ports security updates branch

2003-10-17 Thread Kris Kennaway
On Fri, Oct 17, 2003 at 09:47:40AM +0200, Antoine Jacoutot wrote:
 Hi :)
 
 This might be a dumb question, but I was wondering if a king of stable 
 branch existed for the ports tree. Under OpenBSD I think you can follow 
 the ports tree stable branch so you only get security updates for your 
 ports.
 This does not seem possible under FreeBSD, if I understood correctly 
 only the current branch (tag=.) is used for ports; at least this is what 
 I always used...
 Now, here are my questions about that:
 - is there a way to only get the security updates for ports ? (are 
 security updates for ports included in the FreeBSD security advisories)
 - when upgrading to a new release, can I use the release branch for ports ?
 
 The reason I'm asking this is that I don't want to update my ports 
 everytime a new version comes out... except if it has a security issue.

FreeBSD doesn't provide this.  Since our ports collection is about 5
times the size of OpenBSD's it's too much work.

Kris


pgp0.pgp
Description: PGP signature


setend + xracer

2003-10-17 Thread Bryan Cassidy
I'm trying to set the environment variable $XRACER_HOME to
/usr/local/share/xracer and don't know how. In the handbook it says
setenv ??? /path/ so I tried bothsetenv $XRACER_HOME
/usr/local/share/xracer and setenv XRACER_HOME /usr/local/share/xracer
 and nothing works. Guess I don't get how to set an environment
variable. Some quick help? Wouldn't mind checkin this game out with
the Nvidia drivers I have installed.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Gaim and webcams

2003-10-17 Thread Jon Reynolds
I am trying to find something that will allow me to accept a webcam
invitation in a messeger app. I have tried gaim and yahoo messenger but
with no success. I dont want to have to use msn messenger just to be
able to accept this invite. Is there anything out there that will
communicate with msn messenger and allow a person to view these
requests? Or is there some other messenger app that is cross platform
that would allow me to do this?

Thanks for any help,

Jon

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


primary and secondary soundcard

2003-10-17 Thread Martin Vana
Hi,
I use two soundcards on my Freebsd5.1 box - Sb Live and SB AWE64, FreeBSD somehow 
figured out that
Live is better than Awe and made it primary soundcard. The reason I have AWE still 
in computer, is
it's amplyfing skills /2x4W/ so I don't need aditional amplyfier. With Xmms it's fine, 
I just changed
confile and enjoy music. But I can't figure out how to swap soundcards in RealPlayer 
and Mplayer.
Is there a way how to change it system wide?
Thank you
Martin


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


dhclient getting infinite IPs?

2003-10-17 Thread general
I have a Belkin 802.11g router (model F5D-7230-4) and my freebsd 4.7 server 
connected to it.  Everything was working fine, but I moved and changed 
ISPs.  I'm not aware of anything that has changed in the configuration on 
the server since I moved.

I have the router setup for DHCP and I'm having a heck of a time getting my 
server to obtain an IP properly.

In /etc/rc.conf there is:

ifconfig_fxp0=DHCP

When I try:

/sbin/dhclient fxp0

it gets an actual IP address, but it keeps getting multiple IPs from the 
router over and over again.  It tells me each IP address, subnet, gateway, 
etc as it gets them, but if I let it go on, it will keep getting them 
forever.  (e.g it obtains 192.168.1.3, 192.168.1.4, and so on).

Looking at the DHCP client list on the router, shows indeed that these IPs 
have been assigned, but mysteriously the MAC addresses are all listed as 
00:00:00:00:00:00.

After this infinite IP obtaining goes on for awhile, I do a hard break 
(CTRL+C) to end it.  I do an ifconfig and it shows that is either has the 
first IP it obtained or the last one (it varies over the times I've 
repeated this).  However, it really is not connected to the network at all, 
and i can't do anythign with the server.

I tried a google search on this without any luck anyone have any advice 
or tips?

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


ppp + ucom

2003-10-17 Thread dmnu
Hello,

I got an ATEN USB to serial connector; installed and working 
as ucom0.  Plugged a serial modem and able to communicate 
via tip.

However, when I try to use ppp, I get this error message:

unable to set physical to speed 0

I read the ppp man pages but couldn't find anything about 
'set physical' and 'set speed' to whatever doesn't seem to 
work either.

Any idea what I should do so I can use ppp on the modem?

BTW, I'm using FreeBSD 5.1-Release and yes, the modem does 
work on a regular serial port.  So why not just use the 
serial port?  Well, the 2 serial ports are already 
occupied.  This USB option is my last ... unless I get one 
of those internal ltmdm thingys  suggestions?

Thanks!

David

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


Re: dhclient getting infinite IPs?

2003-10-17 Thread Ruben de Groot
On Fri, Oct 17, 2003 at 02:20:12AM -0700, [EMAIL PROTECTED] typed:
 I have a Belkin 802.11g router (model F5D-7230-4) and my freebsd 4.7 server 
 connected to it.  Everything was working fine, but I moved and changed 
 ISPs.  I'm not aware of anything that has changed in the configuration on 
 the server since I moved.
 
 I have the router setup for DHCP and I'm having a heck of a time getting my 
 server to obtain an IP properly.
 
 In /etc/rc.conf there is:
 
 ifconfig_fxp0=DHCP
 
 When I try:
 
 /sbin/dhclient fxp0
 
 it gets an actual IP address, but it keeps getting multiple IPs from the 
 router over and over again.  It tells me each IP address, subnet, gateway, 
 etc as it gets them, but if I let it go on, it will keep getting them 
 forever.  (e.g it obtains 192.168.1.3, 192.168.1.4, and so on).
 
 Looking at the DHCP client list on the router, shows indeed that these IPs 
 have been assigned, but mysteriously the MAC addresses are all listed as 
 00:00:00:00:00:00.
 
 After this infinite IP obtaining goes on for awhile, I do a hard break 
 (CTRL+C) to end it.  I do an ifconfig and it shows that is either has the 
 first IP it obtained or the last one (it varies over the times I've 
 repeated this).  However, it really is not connected to the network at all, 
 and i can't do anythign with the server.
 
 I tried a google search on this without any luck anyone have any advice 
 or tips?
 
What's the output of

ifconfig fxp0

?

 ___
 [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]


freebsd tcp/ip stack

2003-10-17 Thread Simon Gray
Hi,

Been reading an article around Sun's new Solaris tcp/ip stack:

Sun Microsystems' new Software Express program is alive and kicking with
the company delivering a rewritten TCP/IP stack for Solaris that is meant to
prepare customers for faster networking technology

code-named Fire Engine - has 10 gigabit and 100 gigabit Ethernet networks
in mind
 http://www.theregister.co.uk/content/61/33440.html 

Just out of curiosity whets the maximum bandwidth/throughput the freebsd
tcp/ip stack can handle or is designed to handle? (I know it'll depend on
many factors such as firewalling (if enabled) and of course network
cards/drivers, system load etc...) but as a basic figure?

``FreeBSD ... provides what is probably the most robust and capable TCP/IP
stack in existence ...'' ---Michael O'Brien, SunExpert August 1996 volume 7
number 8.

I've read in many places about freebsd's stack being advanced, but haven't
seen many (if any) benchmarks to prove that freebsd stack is better than say
the windows, linux or indeed other bsd os' stacks?

Cheers,

Simon

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


Re: setend + xracer

2003-10-17 Thread ogautherot

Hi Bryan!

Which shell are you using? The 'setenv' syntax works like a charm
for csh but you might want to try 'export VAR=VALUE' under bash.

BTW, the subject line states 'setend' - I guess you really meant 'setenv'.

Does it help?
  Olivier

Bryan Cassidy écrit:

 I'm trying to set the environment variable $XRACER_HOME to
 /usr/local/share/xracer and don't know how. In the handbook it says
 setenv ??? /path/ so I tried bothsetenv $XRACER_HOME
 /usr/local/share/xracer and setenv XRACER_HOME /usr/local/share/xracer
  and nothing works. Guess I don't get how to set an environment
 variable. Some quick help? Wouldn't mind checkin this game out with
 the Nvidia drivers I have installed.
 ___
 [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: Package Management

2003-10-17 Thread Simon Gray
 Does FreeBSD have package management to view the packages installed
 and their names with versions, remove the packages installed, and
 track the packages installed to avoid conflicts and retain stability?


You can view what packages are installed by doing

ls /var/db/pkg | more

There is also a package called portupgrade
(cd /usr/ports/sysutils/portupgrade  make install clean)

which will upgrade your installed packages to the latest version of ports
running on your machine. You will however need to cvsup your ports
(http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html)  to
the latest version first - beware, don't make the mistake i've made in the
past, any databases (e.g. mysql) should be stopped manually before port
upgrading, because portupgrade seems to aggressively stop the db server
which can cause cached data to be lost.

Hope this helps,

Simon

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


Re: ports security updates branch

2003-10-17 Thread Antoine Jacoutot
Kris Kennaway wrote:
The reason I'm asking this is that I don't want to update my ports 
everytime a new version comes out... except if it has a security issue.


FreeBSD doesn't provide this.  Since our ports collection is about 5
times the size of OpenBSD's it's too much work.
Oh I know that :)
Ok, I can totally understand why it does not exist then.
However, is there a way to know if one of my installed packages has a 
security alert ? I guess not... but we never know...

Thanks for the reply by the way.

Antoine

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


cups + samba on 5.1-RELEASE or 4.8-RELEASE

2003-10-17 Thread Jesse Guardiani
Howdy list,

Just in case anyone is interested, I have updated my
cups+samba install and post-install configuration HOWTO.

See attached.

Again, this is an update from the configuration I
provided here:

http://article.gmane.org/gmane.os.freebsd.questions/65979/match=cups+jesse

-- 
Jesse Guardiani, Systems Administrator
WingNET Internet Services,
P.O. Box 2605 // Cleveland, TN 37320-2605
423-559-LINK (v)  423-559-5145 (f)
http://www.wingnet.net
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


perl serial port access

2003-10-17 Thread Perica Veljanovski
Hi,

What is the name of the /dev for the serial port in FreeBSD. dmesg says
there are sio0 and sio1 but there are no such file names in /dev.

What module should I use in Perl to access (read/write strings) to the
serial port?

10x.
-- 
 

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


Re: Package Management

2003-10-17 Thread Zoltan HERPAI
On Fri, 17 Oct 2003, SoloCDM wrote:

 Does FreeBSD have package management to view the packages installed
 and their names with versions, remove the packages installed, and
 track the packages installed to avoid conflicts and retain stability?
Yes, it has, look at
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html .

some directions:
man pkg_info
man pkg_delete
man pkg_add

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


Re: perl serial port access

2003-10-17 Thread Q
On Fri, 2003-10-17 at 22:01, Perica Veljanovski wrote:

 What is the name of the /dev for the serial port in FreeBSD. dmesg says
 there are sio0 and sio1 but there are no such file names in /dev.



The device name you are looking for is /dev/cuaa*


 What module should I use in Perl to access (read/write strings) to the
 serial port?


Try this in the ports collection:  comms/p5-Device-SerialPort

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


Re: perl serial port access

2003-10-17 Thread Kliment Andreev
 What is the name of the /dev for the serial port in FreeBSD. dmesg says
 there are sio0 and sio1 but there are no such file names in /dev.
Most devices in the kernel are accessed through ``device special files'',
which are located in the /dev directory. The sio devices are accessed
through the /dev/ttydN (dial-in) and /dev/cuaaN (call-out) devices. FreeBSD
also provides initialization devices (/dev/ttyidN and /dev/cuaiaN) and
locking devices (/dev/ttyldN and /dev/cualaN).and so on (handbook)

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


Performance impact with SCHED_ULE in 5.1?

2003-10-17 Thread Hartmann, O.
Hello.

Using SCHED_ULE instead of SCHED_4BSD seems to result in massive
performance losses in NFS in conjunction with the Intel em-NICs.

We use some Intel P4 based diskless/dataless nodes for numerical
calculations over GBit LAN (all machines have Intel PRO/1000 LAN
NICs) with clusterit. On the master machine, which is also a P4
system with em-NIC, but SCHED_4BSD scheduler, those massive NFS
problems do not occur. I will do some tests to ensure its really
the SCHED_ULE option but at this stage I'm sure.

I also realised that on SMP machines with Intel 1000/PRO server NICs
and SCHED_ULE and ADAPTIVE_MUTEXES enabled the machine gets highly
instable (also in 5.1-CURRENT!).

On the production systems we use FreeBSD 5.1-RELEASE-p10.

Does anybody recognized similar problems?

Oliver

--
MfG
O. Hartmann

[EMAIL PROTECTED]
--
Systemadministration des Institutes fuer Physik der Atmosphaere (IPA)
--
Johannes Gutenberg Universitaet Mainz
Becherweg 21
55099 Mainz

Tel: +496131/3924662 (Maschinenraum)
Tel: +496131/3924144 (Buero)
FAX: +496131/3923532
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: freebsd testing bandwidth

2003-10-17 Thread Joseph Begumisa


On Fri, 17 Oct 2003, DanB wrote:

 Is there a way to test bandwidth with a free bsd box?

 Dan

you can also make use of pchar located in /usr/ports/net/pchar/

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


Re: ports security updates branch

2003-10-17 Thread Matthew Seaman
On Fri, Oct 17, 2003 at 01:22:05PM +0200, Antoine Jacoutot wrote:
 Kris Kennaway wrote:
 The reason I'm asking this is that I don't want to update my ports 
 everytime a new version comes out... except if it has a security issue.
 
 
 FreeBSD doesn't provide this.  Since our ports collection is about 5
 times the size of OpenBSD's it's too much work.
 
 Oh I know that :)
 Ok, I can totally understand why it does not exist then.
 However, is there a way to know if one of my installed packages has a 
 security alert ? I guess not... but we never know...

Subscribe to [EMAIL PROTECTED] -- FreeBSD security notices cover
problems with ported applications, as do security alerts when the
software in question appears in both ports and the base system.

Security notices tend to come out fairly infrequently and gather
together notices about several different problems.  Other ways of
finding out about potential problems are to subscribe to such mailing
lists as Bugtraq (see http://www.securityfocus.com/) and development
mailing lists for individual software packages.

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


Performance impact with SCHED_ULE in 5.1?

2003-10-17 Thread Robert Huff


  Using SCHED_ULE instead of SCHED_4BSD seems to result in massive
  performance losses in NFS in conjunction with the Intel em-NICs.

deletia

  Does anybody recognized similar problems?

SCHED_ULE is very much a work-in-progress; I have seen reports
of both instability and performance loss, not limited to a
particular hardware setup.


Robert Huff


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


Re: ports security updates branch

2003-10-17 Thread Antoine Jacoutot
Matthew Seaman wrote:
However, is there a way to know if one of my installed packages has a 
security alert ? I guess not... but we never know...


Subscribe to [EMAIL PROTECTED] -- FreeBSD security notices cover
problems with ported applications, as do security alerts when the
software in question appears in both ports and the base system.
I am subscribed :)
Whenever I use an OS in production, this is the first thing I do...
Security notices tend to come out fairly infrequently
Yes, it seemed like it.
Ok then, I guess I'll subscribe to one og the security lists on the Net.
The thing is that it is again a bit more work since I have a lot of 
servers to admin and they don't all have the same softwares installed.

Thanks.

Antoine

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


Re: ports security updates branch

2003-10-17 Thread Simon Gray
I'd recommend signing up to www.zone-h.org's daily advisory report

doesn't solve the problem for you, but has most advisories in a single daily
email, which you can eye ball or use mail filters to high light ones that
apply to you.

- Original Message - 
From: Antoine Jacoutot [EMAIL PROTECTED]
To: Matthew Seaman [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; Kris Kennaway [EMAIL PROTECTED]
Sent: Friday, October 17, 2003 2:35 PM
Subject: Re: ports security updates branch


 Matthew Seaman wrote:
 However, is there a way to know if one of my installed packages has a
 security alert ? I guess not... but we never know...
 
 
  Subscribe to [EMAIL PROTECTED] -- FreeBSD security notices cover
  problems with ported applications, as do security alerts when the
  software in question appears in both ports and the base system.

 I am subscribed :)
 Whenever I use an OS in production, this is the first thing I do...

  Security notices tend to come out fairly infrequently

 Yes, it seemed like it.
 Ok then, I guess I'll subscribe to one og the security lists on the Net.
 The thing is that it is again a bit more work since I have a lot of
 servers to admin and they don't all have the same softwares installed.

 Thanks.

 Antoine

 ___
 [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: ports security updates branch

2003-10-17 Thread Antoine Jacoutot
Selon Simon Gray [EMAIL PROTECTED]:
 I'd recommend signing up to www.zone-h.org's daily advisory report
 
 doesn't solve the problem for you, but has most advisories in a single daily
 email, which you can eye ball or use mail filters to high light ones that
 apply to you.

That is a very good idea.
Thank you very much.

Regards.

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


Sony CDRW drive on 5.1

2003-10-17 Thread Anthony Carmody
Hi,

anyone got any tips on enabling  testing a CDRW drive on 5.1?

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


Using poptop....

2003-10-17 Thread Jim Hatfield
If anyone can give me a recipe for setting up poptop
I'd be very grateful. I want to run it on a machine which
is a gateway/firewall. One NIC has a public address and the other
is on a private network, ie 192.168.1.x. I want to allow XP
clients to connect into the private network.

I found the man pages a bit terse(!) and they seem to assume
that kernel ppp will be used whereas AIUI the port is built to 
use userland ppp.

I would use mpd but it has problems with XP clients.


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


Re: PNP ISA Modem Motorola Premier 33.6 Internal can't install

2003-10-17 Thread Matthew Faircliff
Howzit Maxim,

I had problems with my FreeBSD 4.7 machine not seeing my generic ISA PNP K56 Flex 
fax/modem. Here is what I did to get it working:

1. Edit the /usr/src/sys/isa/sio.c file (as root, of course)
2. Insert the appropriate value for your modem in the file under the isa_pnp_id 
function (should be around line 700). So...just stick in the following line, 
remebering that the list is sorted alphebetically on your CSN (ie. MOT1580):
{0x8015f435, NULL}, /* MOT1580 - My Mototola modem!! */
3. Save the file and exit. 
4. Rebuild your kernel 

Voila! It should register your ISA modem in dmesg when you reboot. 

Hope it works! You might have to use 0x19647968 as your id, not sure.

Matthew Faircliff


On Fri, Oct 17, 2003 at 01:39:48AM +0600, maxim wrote:
From: maxim [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Date: Fri, 17 Oct 2003 01:39:48 +0600
X-Mailer: Microsoft Outlook, Build 10.0.2627
Subject: PNP ISA Modem Motorola Premier 33.6 Internal can't install

Hello,

I have PNP ISA modem, programe pnpinfo write out:
Checking for Plug-n-Play devices...

Card assigned CSN #1
Vendor ID MOT1580 (0x8015f435), Serial Number 0x19647968
PnP Version 1.0, Vendor Version 0
Device Description: Motorola Premier 33.6 Internal

Logical Device ID: MOT1580 0x8015f435 #0
Device supports I/O Range Check
TAG Start DF
I/O Range 0x3e8 .. 0x3e8, alignment 0x8, len 0x8
[not 16-bit addr]
IRQ: 3 4 5 7  - only one type (true/edge)
TAG Start DF
I/O Range 0x2e8 .. 0x2e8, alignment 0x8, len 0x8
[not 16-bit addr]
IRQ: 3 4 5 7  - only one type (true/edge)
TAG Start DF
I/O Range 0x3f8 .. 0x3f8, alignment 0x8, len 0x8
[not 16-bit addr]
IRQ: 4  - only one type (true/edge)
TAG Start DF
I/O Range 0x2f8 .. 0x2f8, alignment 0x8, len 0x8
[not 16-bit addr]
IRQ: 3  - only one type (true/edge)
TAG Start DF
I/O Range 0x2e8 .. 0x2e8, alignment 0x8, len 0x8
[not 16-bit addr]
IRQ: 10 11 12 15  - only one type (true/edge)
TAG Start DF
I/O Range 0x3e8 .. 0x3e8, alignment 0x8, len 0x8
[not 16-bit addr]
IRQ: 10 11 12 15  - only one type (true/edge)
TAG Start DF
I/O Range 0x0 .. 0x3f8, alignment 0x8, len 0x8
[not 16-bit addr]
IRQ: 3 4 5 7  - only one type (true/edge)
TAG Start DF
I/O Range 0x0 .. 0x3f8, alignment 0x8, len 0x8
[not 16-bit addr]
IRQ: 10 11 12 15  - only one type (true/edge)
TAG End DF
End Tag

Successfully got 28 resources, 1 logical fdevs
-- card select # 0x0001

CSN MOT1580 (0x8015f435), Serial Number 0x19647968

Logical device #0
IO:  0x03e8 0x 0x 0x 0x 0x 0x 0x
IRQ 3 0
DMA 4 0
IO range check 0x00 activate 0x01

But I can't see new sio device.
How can I solve the problem?
How does FreeBSD configurate PNP isa devices?

Kind Regards,
Maxim Maslennikov.

___
[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: Using poptop....

2003-10-17 Thread Micheal Patterson



- Original Message - 
From: Jim Hatfield [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, October 17, 2003 10:00 AM
Subject: Using poptop


 If anyone can give me a recipe for setting up poptop
 I'd be very grateful. I want to run it on a machine which
 is a gateway/firewall. One NIC has a public address and the other
 is on a private network, ie 192.168.1.x. I want to allow XP
 clients to connect into the private network.

 I found the man pages a bit terse(!) and they seem to assume
 that kernel ppp will be used whereas AIUI the port is built to
 use userland ppp.

 I would use mpd but it has problems with XP clients.



What type of problems are you seeing with MPD (Netgraph variety) and WinXP?
That's my VPN terminator software and all of my remote XP systems seem to
have no problems with it.

--

Micheal Patterson
TSG Network Administration
405-917-0600

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

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


Re: freebsd tcp/ip stack

2003-10-17 Thread Kris Kennaway
On Fri, Oct 17, 2003 at 10:49:57AM +0100, Simon Gray wrote:
 Hi,
 
 Been reading an article around Sun's new Solaris tcp/ip stack:
 
 Sun Microsystems' new Software Express program is alive and kicking with
 the company delivering a rewritten TCP/IP stack for Solaris that is meant to
 prepare customers for faster networking technology
 
 code-named Fire Engine - has 10 gigabit and 100 gigabit Ethernet networks
 in mind
  http://www.theregister.co.uk/content/61/33440.html 
 
 Just out of curiosity whets the maximum bandwidth/throughput the freebsd
 tcp/ip stack can handle or is designed to handle? (I know it'll depend on
 many factors such as firewalling (if enabled) and of course network
 cards/drivers, system load etc...) but as a basic figure?

4 years ago a team at Duke used FreeBSD with commodity hardware to
achieve the then-record of 1.147 Gb/s
(http://www.cs.duke.edu/ari/trapeze/gigabitip.html).  Other
performance data on that site indicates it was later raised to about
1.4 Gb/sec.  I don't know of more recent performance results, but I'd
expect significant gains since then due to hardware improvements.

Kris


pgp0.pgp
Description: PGP signature


Re: Sony CDRW drive on 5.1

2003-10-17 Thread Kris Kennaway
On Fri, Oct 17, 2003 at 11:56:34PM +, Anthony Carmody wrote:
 Hi,
 
 anyone got any tips on enabling  testing a CDRW drive on 5.1?

Depends on the hardware.  If it's scsi, you need scsi CD support.  If
it's atapi, you need atapi CD support.  You get the idea ;-)

cdrecord and burncd are popular recording programs.

Kris


pgp0.pgp
Description: PGP signature


Re: Performance impact with SCHED_ULE in 5.1?

2003-10-17 Thread Kris Kennaway
On Fri, Oct 17, 2003 at 02:24:29PM +0200, Hartmann, O. wrote:

 On the production systems we use FreeBSD 5.1-RELEASE-p10.
 
 Does anybody recognized similar problems?

FreeBSD 5.1-RELEASE, and the ULE scheduler, are experimental
works-in-progress.  Significant ULE improvements have been made in
5.1-CURRENT and are ongoing.

Kris


pgp0.pgp
Description: PGP signature


Re: Using poptop....

2003-10-17 Thread Jim Hatfield
On Fri, 17 Oct 2003 17:11:40 +0100, in local.freebsd.questions you
wrote:


 I would use mpd but it has problems with XP clients.



What type of problems are you seeing with MPD (Netgraph variety) and
WinXP?
That's my VPN terminator software and all of my remote XP systems seem
to
have no problems with it.

Interesting. What I see is on the XP box, the connectoid which shows
the packet counters shows lots of receive errors. If I (for example)
make an ftp connection to a machine on the protected network, it is
OK but if I do a dir then it hangs and takes maybe 30 seconds to list
a dozen files.

I'm not alone, other people on the mpd-users mailing list have the
same problems. My gut-feel tells me it is something to do with 
fragmentation but I don't know how to make XP tell me what the errors
are.

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


Re: Using poptop....

2003-10-17 Thread Jim Hatfield
On Fri, 17 Oct 2003 16:00:00 +0100, in local.freebsd.questions you
wrote:

If anyone can give me a recipe for setting up poptop
I'd be very grateful. I want to run it on a machine which
is a gateway/firewall. One NIC has a public address and the other
is on a private network, ie 192.168.1.x. I want to allow XP
clients to connect into the private network.

I found the man pages a bit terse(!) and they seem to assume
that kernel ppp will be used whereas AIUI the port is built to 
use userland ppp.

Answering my own post, I know, but this:

http://heyer.supranet.net/pptp/

is very useful, though it assumes that userland ppp can't do
encryption, which I'm hoping is no longer true. If encryption
is possible, then this:

http://lab.digitol.net/openbsd-poptop.html

albeit for OpenBSD, is pretty useful too.


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


mouse and hdd problems with GA-7VT600 (KT600/VT8237)

2003-10-17 Thread Ion-Mihai Tetcu
Hi,



I've changed my desktop MB from a (Gigabyte) GA-VA (KT400/VT8235)  to
a GA-VT600 1394 (KT400/VT8237)
( http://tw.giga-byte.com/MotherBoard/Products/Products_GA-7VT600%2013
94.htm ).

I've swaped the HDD and the system came up with no problem except:

1. Mouse: 
I have tried an A4 Tech optical mouse (which was working fine with the
old MB) and a Genius NetScroll+, both PS/2, but none seems to be
working(e.g. the cursor just jump or doesn't move). I'll try tomorrow
with a serial mouse. I don't know if it is related with the VT8235.
Getting it to work is more urgent to me that the second issue.

2. The HDD is in PIO4 mode (I'm using a parallel
ATA Seagate HDD, not an S-ATA).

To my surprise the sound and network are working ok.


I've google'd and found the following:
1.
kern/55926 [patch] which was not committed
(reason:
http://lists.freebsd.org/pipermail/freebsd-bugs/2003-August/00
29 29.h tml).


2.
The NetBSD folks seems to have integrated support for the VT8235
(both ATA and SATA):
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/dev/pci/pciide.c
(changes committed in rev. 199, rev. 197, rev. 196)



If anyone has a hint on those . Tnx.


The verbose DMESG and the output of pciconf -l -v are below
(Note that I've disabled from BIOS the things I don't use. If someone
whats to me to test them, please say).


0.LNKB irq  11: [  1  3  4  5  6  7 10 11 12 14 15] low,level,sharable
0.14.2\\_SB_.PCI0.LNKC irq  10: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.14.3\\_SB_.PCI0.LNKA irq   5: [  1  3  4  5  6  7
10 11 12 14 15] low,level,sharable 0.20.0\\_SB_.PCI0.LNKB irq  11: [ 
1  3  4  5  6  7 10 11 12 14 15] low,level,sharable
0.20.1\\_SB_.PCI0.LNKC irq  10: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.20.2\\_SB_.PCI0.LNKD irq   0: [  1  3  4  5  6  7
10 11 12 14 15] low,level,sharable 0.20.3\\_SB_.PCI0.LNKC irq  10: [ 
1  3  4  5  6  7 10 11 12 14 15] low,level,sharable
0.19.0\\_SB_.PCI0.LNKD irq   0: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.19.1\\_SB_.PCI0.LNKA irq   5: [  1  3  4  5  6  7
10 11 12 14 15] low,level,sharable 0.19.2\\_SB_.PCI0.LNKB irq  11: [ 
1  3  4  5  6  7 10 11 12 14 15] low,level,sharable
0.19.3\\_SB_.PCI0.LNKB irq  11: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.8.0\\_SB_.PCI0.LNKC irq  10: [  1  3  4  5  6  7
10 11 12 14 15] low,level,sharable 0.8.1\\_SB_.PCI0.LNKD irq   0: [  1
 3  4  5  6  7 10 11 12 14 15] low,level,sharable
0.8.2\\_SB_.PCI0.LNKA irq   5: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.8.3\\_SB_.PCI0.LNKA irq   5: [  1  3  4  5  6  7
10 11 12 14 15] low,level,sharable 0.16.0\\_SB_.PCI0.LNKB irq  11: [ 
1  3  4  5  6  7 10 11 12 14 15] low,level,sharable
0.16.1\\_SB_.PCI0.LNKC irq  10: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.16.2\\_SB_.PCI0.LNKD irq   0: [  1  3  4  5  6  7
10 11 12 14 15] low,level,sharable 0.16.3\\_SB_.PCI0.LNKA irq   5: [ 
1  3  4  5  6  7 10 11 12 14 15] low,level,sharable
0.17.0\\_SB_.PCI0.LNKB irq  11: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.17.1\\_SB_.PCI0.LNKC irq  10: [  1  3  4  5  6  7
10 11 12 14 15] low,level,sharable 0.17.2\\_SB_.PCI0.LNKD irq   0: [ 
1  3  4  5  6  7 10 11 12 14 15] low,level,sharable
0.17.3\\_SB_.PCI0.LNKA irq   5: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.1.0\\_SB_.PCI0.LNKB irq  11: [  1  3  4  5  6  7
10 11 12 14 15] low,level,sharable 0.1.1\\_SB_.PCI0.LNKC irq  10: [  1
 3  4  5  6  7 10 11 12 14 15] low,level,sharable
0.1.2\\_SB_.PCI0.LNKD irq   0: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.1.3\\_SB_.PCI0.LNKA irq   5: [  1  3  4  5  6  7
10 11 12 14 15] low,level,sharable 0.15.0\\_SB_.PCI0.LNKB irq  11: [ 
1  3  4  5  6  7 10 11 12 14 15] low,level,sharable
0.15.1\\_SB_.PCI0.LNKC irq  10: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.15.2\\_SB_.PCI0.LNKD irq   0: [  1  3  4  5  6  7
10 11 12 14 15] low,level,sharable 0.15.3 before setting priority
for links \\_SB_.PCI0.LNKD:
interrupts:  1 3 4 5 6 710111214  
 15 penalty:101430  2430  2430  2730  2430  2430  2730  2730 
2430 11430 11430references: 13
priority:   0
 before fixup boot-disabled links -
\\_SB_.PCI0.LNKD:
interrupts:  1 3 4 5 6 710111214  
 15 penalty:101430  2430  2430  2730  2430  2430  2730  2730 
2430 11430 11430references: 13
priority:   170926
 after fixup boot-disabled links --
 arbitrated configuration -
\\_SB_.PCI0.LNKB irq  11: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.9.0\\_SB_.PCI0.LNKC irq  10: [  1  3  4  5  6  7
10 11 12 14 15] low,level,sharable 0.9.1\\_SB_.PCI0.LNKD irq  12: [  1
 3  4  5  6  7 10 11 12 14 15] low,level,sharable
0.9.2\\_SB_.PCI0.LNKA irq   5: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 

mouse and hdd problems with GA-7VT600 (KT600/VT8237)

2003-10-17 Thread Ion-Mihai Tetcu
Hi,



I've changed my desktop MB from a (Gigabyte) GA-VA (KT400/VT8235)  to
a GA-VT600 1394 (KT400/VT8237)
( http://tw.giga-byte.com/MotherBoard/Products/Products_GA-7VT600%2013
94.htm ).

I've swaped the HDD and the system came up with no problem except:

1. Mouse: 
I have tried an A4 Tech optical mouse (which was working fine with the
old MB) and a Genius NetScroll+, both PS/2, but none seems to be
working(e.g. the cursor just jump or doesn't move). I'll try tomorrow
with a serial mouse. I don't know if it is related with the VT8235.
Getting it to work is more urgent to me that the second issue.

2. The HDD is in PIO4 mode (I'm using a parallel
ATA Seagate HDD, not an S-ATA).

To my surprise the sound and network are working ok.


I've google'd and found the following:
1.
kern/55926 [patch] which was not committed
(reason:
http://lists.freebsd.org/pipermail/freebsd-bugs/2003-August/00
29 29.h tml).


2.
The NetBSD folks seems to have integrated support for the VT8235
(both ATA and SATA):
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/dev/pci/pciide.c
(changes committed in rev. 199, rev. 197, rev. 196)



If anyone has a hint on those . Tnx.


The verbose DMESG and the output of pciconf -l -v are below
(Note that I've disabled from BIOS the things I don't use. If someone
whats to me to test them, please say).


0.LNKB irq  11: [  1  3  4  5  6  7 10 11 12 14 15] low,level,sharable
0.14.2\\_SB_.PCI0.LNKC irq  10: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.14.3\\_SB_.PCI0.LNKA irq   5: [  1  3  4  5  6  7
10 11 12 14 15] low,level,sharable 0.20.0\\_SB_.PCI0.LNKB irq  11: [ 
1  3  4  5  6  7 10 11 12 14 15] low,level,sharable
0.20.1\\_SB_.PCI0.LNKC irq  10: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.20.2\\_SB_.PCI0.LNKD irq   0: [  1  3  4  5  6  7
10 11 12 14 15] low,level,sharable 0.20.3\\_SB_.PCI0.LNKC irq  10: [ 
1  3  4  5  6  7 10 11 12 14 15] low,level,sharable
0.19.0\\_SB_.PCI0.LNKD irq   0: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.19.1\\_SB_.PCI0.LNKA irq   5: [  1  3  4  5  6  7
10 11 12 14 15] low,level,sharable 0.19.2\\_SB_.PCI0.LNKB irq  11: [ 
1  3  4  5  6  7 10 11 12 14 15] low,level,sharable
0.19.3\\_SB_.PCI0.LNKB irq  11: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.8.0\\_SB_.PCI0.LNKC irq  10: [  1  3  4  5  6  7
10 11 12 14 15] low,level,sharable 0.8.1\\_SB_.PCI0.LNKD irq   0: [  1
 3  4  5  6  7 10 11 12 14 15] low,level,sharable
0.8.2\\_SB_.PCI0.LNKA irq   5: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.8.3\\_SB_.PCI0.LNKA irq   5: [  1  3  4  5  6  7
10 11 12 14 15] low,level,sharable 0.16.0\\_SB_.PCI0.LNKB irq  11: [ 
1  3  4  5  6  7 10 11 12 14 15] low,level,sharable
0.16.1\\_SB_.PCI0.LNKC irq  10: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.16.2\\_SB_.PCI0.LNKD irq   0: [  1  3  4  5  6  7
10 11 12 14 15] low,level,sharable 0.16.3\\_SB_.PCI0.LNKA irq   5: [ 
1  3  4  5  6  7 10 11 12 14 15] low,level,sharable
0.17.0\\_SB_.PCI0.LNKB irq  11: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.17.1\\_SB_.PCI0.LNKC irq  10: [  1  3  4  5  6  7
10 11 12 14 15] low,level,sharable 0.17.2\\_SB_.PCI0.LNKD irq   0: [ 
1  3  4  5  6  7 10 11 12 14 15] low,level,sharable
0.17.3\\_SB_.PCI0.LNKA irq   5: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.1.0\\_SB_.PCI0.LNKB irq  11: [  1  3  4  5  6  7
10 11 12 14 15] low,level,sharable 0.1.1\\_SB_.PCI0.LNKC irq  10: [  1
 3  4  5  6  7 10 11 12 14 15] low,level,sharable
0.1.2\\_SB_.PCI0.LNKD irq   0: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.1.3\\_SB_.PCI0.LNKA irq   5: [  1  3  4  5  6  7
10 11 12 14 15] low,level,sharable 0.15.0\\_SB_.PCI0.LNKB irq  11: [ 
1  3  4  5  6  7 10 11 12 14 15] low,level,sharable
0.15.1\\_SB_.PCI0.LNKC irq  10: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.15.2\\_SB_.PCI0.LNKD irq   0: [  1  3  4  5  6  7
10 11 12 14 15] low,level,sharable 0.15.3 before setting priority
for links \\_SB_.PCI0.LNKD:
interrupts:  1 3 4 5 6 710111214  
 15 penalty:101430  2430  2430  2730  2430  2430  2730  2730 
2430 11430 11430references: 13
priority:   0
 before fixup boot-disabled links -
\\_SB_.PCI0.LNKD:
interrupts:  1 3 4 5 6 710111214  
 15 penalty:101430  2430  2430  2730  2430  2430  2730  2730 
2430 11430 11430references: 13
priority:   170926
 after fixup boot-disabled links --
 arbitrated configuration -
\\_SB_.PCI0.LNKB irq  11: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 0.9.0\\_SB_.PCI0.LNKC irq  10: [  1  3  4  5  6  7
10 11 12 14 15] low,level,sharable 0.9.1\\_SB_.PCI0.LNKD irq  12: [  1
 3  4  5  6  7 10 11 12 14 15] low,level,sharable
0.9.2\\_SB_.PCI0.LNKA irq   5: [  1  3  4  5  6  7 10 11 12 14 15]
low,level,sharable 

Upgrade HELP !?!?!??! desperate !?!?!

2003-10-17 Thread Brent Bailey
hello,
I just finished upgrading a freebsd 4.6 machine to the newest RELEASE 
using CVSUP and the whole buildworld procedure.

the compiling went ok ..and the system is up ,,,however there are a few
problems...

1. for whatever reason the machine doesnt seem to read /etc/rc.conf
anymore for all the startup options..like network settings and other stuff
...

2. as well as the other stuff like apache  mysql dont startup from boot
anymore. I can start mysql manually but apache is giving me an error
saying shared library libmm.so.12 can not be found.

when i ran mergemaster after all the compiling and i chose to NOT have
rc.conf over written and chose to keep my original ..so i dont see why the
machine isnt reading the file

any help IS GREATLY appreciated !!

-- 
Brent Bailey CCNA
Bmyster LLC
Computer Networking and Webhosting
Network Engineer, Webmaster, President
http://www.bmyster.com
[EMAIL PROTECTED]
207-247-8330



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


Re: Strange pkg_ behaviour

2003-10-17 Thread Dan Nelson
In the last episode (Oct 17), Jim Hatfield said:
 On Fri, 17 Oct 2003 17:55:57 +0100, in local.freebsd.questions you
 wrote:
 On Fri, Oct 17, 2003 at 03:30:19PM +0100, Jim Hatfield wrote:
  Anyone know what causes this:
  
  speyburn-isis(113) pkg_info -x php
  pkg_info: read_plist: bad command '@conflicts php4-cli-4*'
 
 You're trying to use new packages with your old FreeBSD system, which
 is not supported.
 
 No I'm not, these packages were installed ages ago.
 
 But that's beside the point. Is there anything I can do to fix it?

Installing the ports/sysutils/pkg_install port might help until you can
update your system.
 
-- 
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: Porting to FreeBSD

2003-10-17 Thread Daniela
On Thursday 16 October 2003 20:23, Kevin D. Kinsey, DaleCo, S.P. wrote:
 Daniela wrote:
 Hi there!
 
 I found many interesting Linux programs on sourceforge.net and other
  sites, but they're not in the ports collection. So I thought I'll port
  some of these to FreeBSD. However, I'm still pretty new to FreeBSD and I
  never ported anything.
 
 I can't even compile most of the programs on my system, and I'm almost
  sure it has to do with dependencies in 99% of all cases.
 How do I find out what ports/programs it depends on? And yes, I have RTFM,
  but I still have no clue.
 
 Daniela

 Good ? and one I'll take stab at, why not?

 You've RTFM... is that the Porter's Handbook?

Yes.


 If so, good.  I'm guessing the next step is UTS,L!

???


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


Re: Openoffice 1.1 + native java

2003-10-17 Thread dick hoogendijk
On Fri, 17 Oct 2003 17:23:44 +
Matthew Faircliff [EMAIL PROTECTED] wrote:

 I never thought I would see the day, but now I can open Excel and Word
 docs in FreeBSD no problem! And its fast!
 
 I'm trashing my Windows partition tonight! Viva BSD!

Why didn't you just get the FreeBSD precompiled packages for OO-1.1 ??

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


Re: Porting to FreeBSD

2003-10-17 Thread Chris Readle
--- Daniela [EMAIL PROTECTED] wrote:
 On Thursday 16 October 2003 20:23, Kevin D. Kinsey, DaleCo, S.P. wrote:
  If so, good.  I'm guessing the next step is UTS,L!
 
 ???

I believe that's Use the Source, Luke.

chris


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


Re: Porting to FreeBSD

2003-10-17 Thread Daniela
On Thursday 16 October 2003 21:32, Karel J. Bosschaart wrote:
 On Thu, Oct 16, 2003 at 04:44:17PM -0400, Charles Swiger wrote:
  On Thursday, October 16, 2003, at 06:11 PM, Daniela wrote:

 snip

  I can't even compile most of the programs on my system, and I'm almost
  sure it
  has to do with dependencies in 99% of all cases.  How do I find out
  what ports/programs it depends on? And yes, I have RTFM, but I still
  have no clue.
 
  Most programs have a README which identifies any dependencies they
  might have.  If a Linux package exists for the program (ie, such as an
  RPM), you could also look at that to gain an idea as to the
  dependencies.   Beyond that, however, the problem lies in the fact that
  many people don't write particularly portable code, and you will need
  to resolve such issues by patching the program to work under FreeBSD.

 Adding to this: try 'gmake' instead of 'make'. Most programs written
 for Linux assume the GNU version of make which is different from BSD
 make. gmake is in the ports collection, and if you installed some ports
 it is quite likely you already have it as a (build) dependency.


I have the most problems with the configure scripts. They keep telling me that 
something is missing, but either I don't know where to look for it, or I have 
it already installed and don't know why the script doesn't find it.


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


make optimizations

2003-10-17 Thread Chris Readle
Since I'm going to be cvsuping (is that even a word?) up to RELENG_4 from
RELENG_4_8 this weekend, I was wanting to see what the general concensus
on /etc/make.conf optimizations is, particularly CPUTYPE.  I'm running on
an Athlon processor and I currently have CPUTYPE = k7 in my
/etc/make.conf.

Is this generally considered a good thing, bad thing or an indifferent
thing?  Also, are there other optimizations that I might want to consider?

TIA,

chris


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


Re: Openoffice 1.1 + native java

2003-10-17 Thread Jud
On Fri, 17 Oct 2003 20:01:11 +0200, dick hoogendijk [EMAIL PROTECTED]
said:
 On Fri, 17 Oct 2003 17:23:44 +
 Matthew Faircliff [EMAIL PROTECTED] wrote:
 
  I never thought I would see the day, but now I can open Excel and Word
  docs in FreeBSD no problem! And its fast!
  
  I'm trashing my Windows partition tonight! Viva BSD!
 
 Why didn't you just get the FreeBSD precompiled packages for OO-1.1 ??

I did (though I'm not Matthew, so I'm not answering for him), but I can't
get OpenOffice to see my native JDK 1.4.1 installed (from the port) on
-CURRENT.  I would be very interested to hear from anyone who has this
arrangement working.   Since I am on a 28.8K dialup connection, it would
take a long time to install the port, while I already have the package
(though it took all night to download).

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


decent article / review on 5.1 RELEASE

2003-10-17 Thread Gary
Hi all,

Just came out, originally cited on Slashdot

  http://www.thejemreport.com/software/freebsd51.php
--
Gary

TEAMWORK...means never having to take all the blame yourself.

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


Re: Openoffice 1.1 + native java

2003-10-17 Thread Jesse Guardiani
dick hoogendijk wrote:

 On Fri, 17 Oct 2003 17:23:44 +
 Matthew Faircliff [EMAIL PROTECTED] wrote:
 
 I never thought I would see the day, but now I can open Excel and Word
 docs in FreeBSD no problem! And its fast!
 
 I'm trashing my Windows partition tonight! Viva BSD!
 
 Why didn't you just get the FreeBSD precompiled packages for OO-1.1 ??

?? Where/How would I get that?

I'd love to get 1.1 installed on my FreeBSD 5.1-RELEASE machine, but
I don't want to cvsup my ports tree because then I wouldn't be able to
install packages. I'd have to build everything from source.

Maybe I just don't understand how to use the ports tree 100% yet...

-- 
Jesse Guardiani, Systems Administrator
WingNET Internet Services,
P.O. Box 2605 // Cleveland, TN 37320-2605
423-559-LINK (v)  423-559-5145 (f)
http://www.wingnet.net


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


Re: Openoffice 1.1 + native java

2003-10-17 Thread dick hoogendijk
On Fri, 17 Oct 2003 14:55:41 -0400
Jesse Guardiani [EMAIL PROTECTED] wrote:

 dick hoogendijk wrote:
 
  On Fri, 17 Oct 2003 17:23:44 +
  Matthew Faircliff [EMAIL PROTECTED] wrote:
  
  I never thought I would see the day, but now I can open Excel and
 Word docs in FreeBSD no problem! And its fast!
  
  I'm trashing my Windows partition tonight! Viva BSD!
  
  Why didn't you just get the FreeBSD precompiled packages for OO-1.1
  ??
 
 ?? Where/How would I get that?
 
 I'd love to get 1.1 installed on my FreeBSD 5.1-RELEASE machine, but
 I don't want to cvsup my ports tree because then I wouldn't be able to
 install packages. I'd have to build everything from source.
 
 Maybe I just don't understand how to use the ports tree 100% yet...

http://projects.imp.ch/openoffice

Native FreeBSD precompiled packages. Good Luck.

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


Dialup firewalling with FreeBSD

2003-10-17 Thread whole_r
Hello,
I followed this doc to install my firewall. Upon reboot I get about 12 lines
more or less like this:

ipfw: size mismatch (have 176 need..)
It also says that dev tun0 doesn't exist.

How do I correct this.
TIA
j
hullATmonisys.ca

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


Re: Openoffice 1.1 + native java

2003-10-17 Thread Jud
On Fri, 17 Oct 2003 14:55:41 -0400, Jesse Guardiani [EMAIL PROTECTED]
said:
 dick hoogendijk wrote:
 
  On Fri, 17 Oct 2003 17:23:44 +
  Matthew Faircliff [EMAIL PROTECTED] wrote:
  
  I never thought I would see the day, but now I can open Excel and Word
  docs in FreeBSD no problem! And its fast!
  
  I'm trashing my Windows partition tonight! Viva BSD!
  
  Why didn't you just get the FreeBSD precompiled packages for OO-1.1 ??
 
 ?? Where/How would I get that?
 
 I'd love to get 1.1 installed on my FreeBSD 5.1-RELEASE machine, but
 I don't want to cvsup my ports tree because then I wouldn't be able to
 install packages. I'd have to build everything from source.
 
 Maybe I just don't understand how to use the ports tree 100% yet...

If you cvsup the ports tree, you can choose to install from either ports
or packages.

Ports are just a very easy automated/scripted way to compile an
application from source on your machine, rather than use a package that
has been pre-compiled.

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


Problems with VIA vr device/driver (possibly O/T)

2003-10-17 Thread Seth Henry
Has anyone had any issues with the vr device driver, or the VIA Rhine 
ethernet adapter? I recently built an Internet gateway box using FreeBSD 
4.8-REL. I used a 3Com 3C905C-TX board for the internal interface, and used 
the internal vr interface for the external interface (to the cable modem). I 
have noted in the past that sometimes this device has issues, particularly 
under load.

When I was using this ITX board as an X terminal, sometimes it would hang 
for a few seconds. Eventually,  it would work - but it could be a bit 
annoying. I wasn't sure if it was a problem with the chip, or just the CPU 
load. The little CPU's on these boards aren't screamers by any means.

Now, I have noticed that the interface is stable when using SSH alone, but 
if I try to window X applications through it, it will randomly hang both 
itself AND the cable modem. I have a COM21 cable modem, and when I come home 
(after losing connectivity) I find it has locked up, and it seems to believe 
that there is no LAN cable attached (which there is). That is why I'm 
posting from a hotmail account. My connection home is dead again...

I suspect the PHY is crapping out under load, leading the cable modem to 
believe it is disconnected, then coming back up with a load of data in its 
buffers, blasting the poor cable modem into oblivion. I can't tell if this 
is just a lousy chip, a defective mainboard, or what. It only occurs when 
the interface is under a fair outbound load. I've downloaded huge files (ISO 
images) with no problems, but uploads cause trouble.

I somehow doubt this is a FreeBSD problem, so I'm going to note it as 
off-topic, but I'd be curious to hear about other people's experiences 
with this device. Either way, I've already got a dual PCI riser in this 
chassis, so I'm going to stuff another 3Com card in to replace the onboard 
LAN port.

Thanks,
Seth Henry
_
Want to check if your PC is virus-infected?  Get a FREE computer virus scan 
online from McAfee.
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

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


Re: Openoffice 1.1 + native java

2003-10-17 Thread dick hoogendijk
On Fri, 17 Oct 2003 15:12:14 -0400
Jud [EMAIL PROTECTED] wrote:

 On Fri, 17 Oct 2003 14:55:41 -0400, Jesse Guardiani
  Maybe I just don't understand how to use the ports tree 100% yet...
 
 If you cvsup the ports tree, you can choose to install from either
 ports or packages.
 
 Ports are just a very easy automated/scripted way to compile an
 application from source on your machine, rather than use a package
 that has been pre-compiled.

True, given the time to do so. And not all machines are fast enough, not
everybody patient enough. OO really takes days to compile on my
duron-800 (yeah, I know, it's prehistoric ;-))

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


PHP settings

2003-10-17 Thread Noah


Hi there,

FreeBSD 4.8-STABLE
PHP3 and PHP4

I am concerned about PHP vunerabilities.  can somebody send me to a good site
which discusses what should be enabled and disabled in the php.conf file?

thanks in advance,

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


Re: PHP settings

2003-10-17 Thread Mike Maltese
 I am concerned about PHP vunerabilities.  can somebody send me to a good
site
 which discusses what should be enabled and disabled in the php.conf file?

http://www.php.net/manual/en/security.index.php

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


Re: src code

2003-10-17 Thread Simon Rutishauser
Am Thu, 16 Oct 2003 18:37:28 +0200 schrieb Julien Gabel:

 i need to know where can i download the newest freebsd from, i do not
 have a unix system, but i will, and i wanna know the site that i can DL
 it from .
 
 * Obtaining FreeBSD (all can be answered here):
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors.html

the *newest* would be current...

Peschmä

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


Howto change from RELEASE to STABLE

2003-10-17 Thread Dinesh Nadarajah
I am running 5.1-RELEASE and would like to update to 5.1-STABLE. How
can I go about it? I just want to install the software and not the
kernel itself. Is that possible? 

Also, where is the information for pkg_add kept? I mean when I say
'pkg_add -r bash2' how does it know where to go get it? Is there a
config file for pkg_add somewhere? I searched for it but could not find
it. 

Thanks in advance.

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


Howto change from RELEASE to stable

2003-10-17 Thread Osmany Guirola Cruz
Me too , i need to know how to change from release to stable ... 
 
 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Howto find packages

2003-10-17 Thread Simon Rutishauser
Am Thu, 16 Oct 2003 17:03:55 +0100 schrieb Jez Hancock:

 On Thu, Oct 16, 2003 at 05:01:21PM +0100, Jez Hancock wrote:
 /ports/Tools/scripts/portsearch
 Sorry should have been:
 
 /usr/ports/Tools/scripts/portsearch
 
 of course :|

Sounds quite nice...

But, apt-cache isn't yet finished there. You can also run

apt-cache show gnomeicu

which presents you lots of details about the one package with this name:
- dependencies
- version
- architecture
- size
- md5sum
and last but most important
- A description of what the program is about

is there something like that for FreeBSD, too?

MfG Peschmä

---
Attached output of apt-cache show gnomeicu:

Package: gnomeicu
Priority: optional
Section: gnome
Installed-Size: 2672
Maintainer: Raphael Hertzog [EMAIL PROTECTED]
Architecture: i386
Version: 0.98.3-3
Replaces: gtkicq
Provides: gtkicq
Depends: gdk-imlib1, libart2 (= 1.2.13-5), libaudiofile0 (= 0.2.3-4), libc6 (   
   = 2.2.5-13), libdb3 (= 
3.2.9-17), libesd0 (= 0.2.23-1) | libesd-alsa0 (= 0.2.   
   23-1), libgdbmg1, libgdk-pixbuf2 (= 0.18.0-3), 
libglade-gnome0, libglade0, libg   
   lib1.2 (= 1.2.0), libgnet1.1-glib1 (= 1.1.4), libgnome32 (= 1.2.13-5), 
libgno  mesupport0 (= 
1.2.13-5), libgnomeui32 (= 1.4.2-3), libgnorba27 (= 1.2.13-5),   
libgtk1.2 (= 1.2.10-4), liborbit0 (= 
0.5.16), libpanel-applet0 (= 1.4.0.2-3),  
 libxml1 (= 1:1.8.14-3), xlibs ( 4.1.0), zlib1g (= 1:1.1.4)
Suggests: gnome-panel
Filename: pool/main/g/gnomeicu/gnomeicu_0.98.3-3_i386.deb
Size: 712328
MD5Sum: bc7782b71a9d9f99a6152fac97f915c1
Description: Small, fast and functional clone of Mirabilis' ICQ
 GnomeICU is a clone of Mirabilis' popular ICQ written with GTK+.
 ICQ informs you who's online at any time and enables you to contact
 them at will.
 .
  -- Features --
  * URL Transfer (w/transfer to Netscape ability)
  * Sign up as a new user, or with an existing account
  * Allow other users to add you to their list
  * Message History per user
  * Chat
  * Icon and Color Based on Status of User
  * Online and Offline Section
  * Receive Message Queue
  * Changeable Status
  * Sending Messages
  * Sound Events
  * Reply Box in Same Window as Receive Message
  * Send, Reply, Cancel, Read Next buttons in dialog boxes
  * Connection History Window
  * Invisible List
  * Color Customization
  * GUI Configuration
  * V5 Protocol (new)
  * Drag 'n' Drop support for files and URLs (from Netscape)


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


How to get temperature ?

2003-10-17 Thread Victor MARBACH
Hi,
I have a compaq presario 1500 laptop with 5.1
Just after kernel boot, i have a white message that send me a Warning
CPU temperature (around 45-50°C).
Do you know how to get this temperature ?
I tried with apm and acpiconf but it seems there is nothing implemented.
Thanks
Regards,
Victor
 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: src code

2003-10-17 Thread Julien Gabel
 i need to know where can i download the newest freebsd from, i do not
 have a unix system, but i will, and i wanna know the site that i can DL
 it from .

 * Obtaining FreeBSD (all can be answered here):
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors.html

 the *newest* would be current...

For -CURRENT:
  - The source code is available here:
http://www.freebsd.org/support.html#cvs

  - Rr maybe the snapshots :
ftp://current.freebsd.org/pub/FreeBSD/snapshots/

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


Re: Openoffice 1.1 + native java

2003-10-17 Thread Jud
On Fri, 17 Oct 2003 15:37:55 -0400, Jesse Guardiani [EMAIL PROTECTED]
said:
 Jud wrote:
[snip]
  If you cvsup the ports tree, you can choose to install from either ports
  or packages.
 
 
 Do you run a cvsuped ports tree? I used to run one last year, and I could
 never install from a package because the ports tree was in a constant
 state
 of flux.

I'm probably just being thick, but I'm not sure what cvsup-ing the ports
has to do with availability/installability of packages.  What have you
read in the Handbook or elsewhere that gives you the impression one would
interfere with the other?

 What does your cvsup config file look like?

It's just the ports-supfile copied from /usr/share/examples/cvsup.

 How often do you run it?

About once every week or two.

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


Re: Openoffice 1.1 + native java

2003-10-17 Thread Jesse Guardiani
Jud wrote:

 On Fri, 17 Oct 2003 15:37:55 -0400, Jesse Guardiani [EMAIL PROTECTED]
 said:
 Jud wrote:
 [snip]
  If you cvsup the ports tree, you can choose to install from either
  ports or packages.
 
 
 Do you run a cvsuped ports tree? I used to run one last year, and I could
 never install from a package because the ports tree was in a constant
 state
 of flux.
 
 I'm probably just being thick, but I'm not sure what cvsup-ing the ports
 has to do with availability/installability of packages.  What have you
 read in the Handbook or elsewhere that gives you the impression one would
 interfere with the other?

Maybe we're both being thick. :) I install my packages via portupgrade -NP,
which tends to rely on the port system, AFAIK.

What do you use? /stand/sysinstall?


 What does your cvsup config file look like?
 
 It's just the ports-supfile copied from /usr/share/examples/cvsup.
 
 How often do you run it?
 
 About once every week or two.

I used to run mine every night via cron, and I could never get a package
installed because one never existed on ftp.freebsd.org. I'm under the
impression that packages are only built/provided for release versions of
FreeBSD.

-- 
Jesse Guardiani, Systems Administrator
WingNET Internet Services,
P.O. Box 2605 // Cleveland, TN 37320-2605
423-559-LINK (v)  423-559-5145 (f)
http://www.wingnet.net


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


Re: Logging users activity with termlog

2003-10-17 Thread Lukasz Wasikowski
Hello!

On Thu, 9 Oct 2003, Lowell Gilbert wrote:

LG  1. I'd like to run termlog -u UID as soon as user with UID log in. How
LG  should I do it?
LG I don't think there are any great answers there.  The easy hack is to
LG mess with login scripts, but that would be visible to the user (if
LG they checked).

That's fine with me. If users know their actions are logged they may
reconsider twice any illegal activity on my box.

LG For a fair amount of extra effort, you could hack it
LG into login(1) itself.

I'm not that good with C programming.

LG Those are problems specific to termlog; since I never heard of it
LG until now, I don't know much, but on the first I would guess that it's
LG not opening the real terminal line.

Port:   termlog-1.0.3
Path:   /usr/ports/security/termlog
Info:   Monitor or log multiple system terminals synchronously (real-time)

This utility is monitoring and logging multiple system ttys. I've decided
to use it becaus it looked like this it what I was looking for. But it
isn't working right or maybe I can't make it work.

LG  Maybe there is a better way to log users activity?
LG Did you look at the watch(8) utility in the base system?

Yes, but only in interactive mode. I'll try to make it work automatically
as soon as users log in.

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


Re: Strange pkg_ behaviour

2003-10-17 Thread Kris Kennaway
On Fri, Oct 17, 2003 at 06:21:15PM +0100, Jim Hatfield wrote:
 On Fri, 17 Oct 2003 17:55:57 +0100, in local.freebsd.questions you
 wrote:
 
 On Fri, Oct 17, 2003 at 03:30:19PM +0100, Jim Hatfield wrote:
  Anyone know what causes this:
  
  speyburn-isis(113) pkg_info -x php
  pkg_info: read_plist: bad command '@conflicts php4-cli-4*'
 
 You're trying to use new packages with your old FreeBSD system, which
 is not supported.
 
 No I'm not, these packages were installed ages ago.

@conflicts was only added to the system recently, and after the
pkg_tools were updated to understand it.  It did not exist in packages
produced ages ago.

 But that's beside the point. Is there anything I can do to
 fix it?

Update to RELENG_4, remove the incompatible packages, or edit the
+CONTENTS manually to remove the directive your older pkg_tools does
not understand.

Kris


pgp0.pgp
Description: PGP signature


Re: Third Party Patches that link to OpenSSL

2003-10-17 Thread Matthew Luckie
  They've said that unless the gaim project sanctions the use of OpenSSL
  with their code, that I should not release the code.  Apparently that
  would require contacting all of the prior developers to get their
  permission.

 Who is they?

ChipX86, javabsp, a few others in #gaim

 Anyway, if there was a meaningful license conflict between Gaim and
 OpenSSL, the GPL (section 7) would forbid you from redistributing your
 modified version of Gaim+OpenSSL, but it would not forbid you from
 redistributing your patches by themselves.

yes, i've come to that conclusion.

i love gaim, i love freebsd, this makes using gaim on freebsd (and netbsd,
for that matter, where there are gnutls issues) a lot better.  shame that
there is a tension

http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=23172
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Openoffice 1.1 + native java

2003-10-17 Thread Jud
On Fri, 17 Oct 2003 16:35:07 -0400, Jesse Guardiani [EMAIL PROTECTED] 
wrote:

Jud wrote:
[snip]
I'm probably just being thick, but I'm not sure what cvsup-ing the ports
has to do with availability/installability of packages.  What have you
read in the Handbook or elsewhere that gives you the impression one 
would
interfere with the other?
Maybe we're both being thick. :) I install my packages via portupgrade 
-NP,
which tends to rely on the port system, AFAIK.
Err, no, you are installing *ports* with *port*upgrade.  Packages - which 
can be installed with sysinstall, pkg_add, and likely other ways I'm not 
familiar with - are *applications compiled elsewhere* that you simply are 
installing into the appropriate places in FreeBSD's directory system.  
Ports - what you use when you run portupgrade or cd into 
/usr/ports/$SOMEPORT and type make install clean - are a 
scripted/automated system for downloading *source code*, then compiling it 
(normally with gcc) *on your computer* before it is installed.  So using 
cvsup to update the port skeleton - the instructions for downloading the 
source code and compiling the port for Application Foo on your computer - 
has nothing to do with fetching the package for Application Foo that has 
already been compiled somewhere else.

What do you use? /stand/sysinstall?
That will install packages or the ports *system*, which you can then 
update with cvsup, and use by running portupgrade or cd'ing to a port's 
directory and typing make install clean.

What does your cvsup config file look like?
It's just the ports-supfile copied from /usr/share/examples/cvsup.

How often do you run it?
About once every week or two.
I used to run mine every night via cron, and I could never get a package
installed because one never existed on ftp.freebsd.org. I'm under the
impression that packages are only built/provided for release versions of
FreeBSD.
Updating ports tells your system to look for updated source code (*not* 
packages) somewhere on the Net - not necessarily ftp.freebsd.org - and/or 
gives your system new instructions for building the application once the 
source code has been downloaded.  It has nothing to do with any 
precompiled applications that may be available at ftp.freebsd.org or 
elsewhere (such as the location for the pre-compiled OpenOffice binary).

Let's use an actual example, the one that started this discussion, 
OpenOffice.  It can be installed as a pre-compiled package by typing

# pkg_add http://projects.imp.ch/openoffice/stable/openoffice-1.1RC4.tgz

assuming you're running FreeBSD 4.x (you could also download the package 
to $SOMEDIR, then pkg_add $SOMEDIR/openoffice-1.1RC4.tgz), or you can

# cd /usr/ports/editors/openoffice-devel

# make install clean

or

# portupgrade -N /usr/ports/editors/openoffice-devel

and watch as the source downloads and your computer compiles and installs 
it.  (And watch, and watch  Downloading and compiling OpenOffice takes 
a looong time, which is why many people will prefer the quicker 
installation afforded by the 77MB precompiled package.)

HTH,

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


How to get best results from FreeBSD-questions

2003-10-17 Thread Greg Lehey
How to get the best results from FreeBSD questions.
===

Last update $Date: 2003/03/09 22:09:31 $

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

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

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

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

=

Contents:

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

I: Introduction
===

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

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

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

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

II:  How to unsubscribe from FreeBSD-questions
==

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

  Welcome to the freebsd-questions mailing list!

  If you ever want to remove yourself from this mailing list,
  you can send mail to [EMAIL PROTECTED] with the following command
  in the body of your email message:

  unsubscribe freebsd-questions Greg Lehey [EMAIL PROTECTED]

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

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

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

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

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

  2.  You're subscribed to a mailing list which is subscribed to
  FreeBSD-questions.  If that's the case, you'll have to figure out
  which one it is and get your name taken off that one.  If you're
  not sure which one it might be, check the headers of the
  messages you receive from freebsd-questions: maybe there's a
  clue there.

If you've done all this, and you still can't figure out what's going
on, send a message to [EMAIL PROTECTED], and he will sort things
out for you.  Don't send a message to FreeBSD-questions: they can't
help you.

III: Should I ask -questions, -newbies or -hackers?
===

Two mailing lists handle general questions about FreeBSD,
FreeBSD-questions and FreeBSD-hackers.  In addition, the
FreeBSD-newbies list caters 

The Complete FreeBSD: errata and addenda

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

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

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

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


Re: Problems whith ACPI in 5.1Release Installation

2003-10-17 Thread Lowell Gilbert
Osmany Guirola Cruz [EMAIL PROTECTED] writes:

   I am trying to install the 5.1Release and i am havin problems with ACPI
 these is the message:
 
 ACPI autoload failed - inappropiated file type or format
 Fatal Trap 12 : page fault while in kernel mode
 Fault virtual address = 0x240
 Fault code = supervisor read, page not present
 stack pointer =0x10:0xc0ae3cf4
 frame pointer =0x10:0xc0ae3d38
 code segment = base 0x0, limit 0x f, type 0x1b
  = DPL 0 , pres 1, def32 1,
 processor eflags= interrupt enabled, resume, IOPL=0
 trap number =12
 panix: page fault
 Uptime 1s
 
 I try in the boot menu de 2 an 3 option(disabled ACPI) and i have tha same result 
 What should i do.

Try -CURRENT, maybe?  There's been a lot of work on ACPI since the
last release.

Try to keep in mind that you're using the early adopter technology,
and production uses are still recommended to stick with FreeBSD 4.x
for the time being.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: free (or cheap) smtp server accounts?

2003-10-17 Thread Rod Person
On Wednesday 15 October 2003 04:24 pm, Nuno Teixeira wrote:
 Hello to all,

 I'm having a lot of problems with my ISP smtp server and I decided to find
 a smtp service but for what I see it is rare to find one. You can find a
 lot of pop3 services but few smtp ones.

 I found one smtp.com but it is a little expensive for me.

 Does anyone knows any?

 Thanks very much,

I'm not sure what your looking for exactly, but www.hotpop.com offers FREE pop 
and smtp access. There are also pay accounts too. I have been using it for 5 
or so years now.

-- 
Rod

@ Home So No Cool Signature
http://opensourcebeef.bsd.st

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


Is Port Based Routing Possible?

2003-10-17 Thread Drew Tomlinson
Is there a way to route traffic based on port?  Basically, I want to have
all traffic on port 8080 use the rl0 interface for its gateway and all other
traffic use dc0.  Here is a diagram of my network.

 Internet
 |
 Public IP
 |
   ADSL Modem/Router
192.168.10.1
 |
dc0
192.168.10.2
 |
 FBSD 4.8 - rl0
 | 192.168.100.2
dc1  |
 | 192.168.100.1
192.168.1.2Neighbor's AP
 |   |
Internal LAN Public IP
 |   |
192.168.1.3   Internet
Media Server

I'm trying to serve a small video stream via my neighbor's faster Internet
connection and keep all of my other traffic on my Internet connection.  I'm
trying to get the traffic to flow like this:

1.Media players connect to the public IP on the neighbor's AP (Linksys)
on port 8080.

2.Neighbor's AP does NAT and forwards traffic on port 8080 to rl0
(192.168.100.2).  I would like to forward to the media server at 192.168.1.3
but the Linksys won't allow me to set NAT to forward to a different subnet.

3.The rl0 interface on my FBSD box is running NAT as well.  I did this
because a simple ipfw fwd rule left the destination address as
192.168.100.2 and so my server at 192.168.1.3 ignored the packets as it was
not the destination.  natd with a 'redirect' switch and the corresponding
'divert' rule changes the destination address to 192.168.1.3.

4.The server receives the syn packet and sends a syn/ack to establish a
connection.  I want to have this packet return on the same path.  However
the default gateway for the media server is 192.168.1.2.  Then because the
default gateway for the FBSD box is 192.168.10.1 (my Internet connection),
the packet goes out 192.168.10.2 and out through my own ISP.  Thus the
connection never gets established.

I can get traffic to flow the way I want by adding a static route on the
FBSD box.  For example, if a media player at 1.2.3.4 initiates a connection
from the Internet and do route add -host 1.2.3.4 192.168.100.1 then the
connection flows.  However this is not practical in normal everyday usage
when I don't know what IPs will connect.

Is what I want possible and if so, what should I read to learn more?

Thanks,

Drew




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


mpayer + sound problem

2003-10-17 Thread Bryan Cassidy
I get this when trying to play movies in mplayer.

audio_setup: Can't open audio device /dev/dsp: Device busy
AO: [arts] can't connect to aRts soundserver
/dev/dsp: Device busy
AO: [esd] esd_open_sound failed: Resource temporarily unavailable
ao_nas: init(): Can't open nas audio server - nosound
SDL: Samplerate: 44100Hz Channels: Stereo Format Signed 16-bit (Little-Endian)
/dev/dsp: Device busy
SDL: Unable to open audio: No available audio device
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


[no subject]

2003-10-17 Thread dave jones
thanks god for uncle bill u guys r assholes your website 
sucks! cant find shit

_
Cheer a special someone with a fun Halloween eCard from American Greetings! 
Go to  http://www.msn.americangreetings.com/index_msn.pd?source=msne134

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


savemail panic

2003-10-17 Thread doug
majordomo is the only thing effected. I can send mail to postmaster and root.
majordomo was working on this system when it was 4.7 (now 4.9). I found
something on google that suggested the error comes from a config file with a
line longer than 80 chars. I removed the new list but none of the previous
working lists now work either so I suspect this was broken some time ago but do
not know where to look.

This is written to messages and mailog:

  sendmail[74206]: h9I0iQvm074206: Losing ./qfh9I0iQvm074206: savemail panic
  sendmail[74206]: h9I0iQvm074206: SYSERR(majordom): savemail: cannot save
rejected email anywhere

The version of majordomo is 1.94.5_1. I am pretty lost here, any help is
appreciated.


_
Douglas Denault
[EMAIL PROTECTED]
Voice: 301-469-8766
  Fax: 301-469-0601
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


install problems

2003-10-17 Thread chuck miller
Hi, I'm having problems trying to install freebsd 4.8 on my sony vaio 
pcv-rx850.Everything is factory except I added a 2gig hard drive..The 
problem I have is my computer locks up trying to install and never gets to the menu. 
However if the hard drives are disconnected I can get to the menu but can get no 
further.   Can you help or at least guide me in the right direction
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


XFree86-4-clients Build Failing

2003-10-17 Thread billg
XFree86-4-clients is failing to compile, producing this output:

slipstream# make install
===  Building for XFree86-clients-4.3.0_3
making all in lib/lbxutil/lbx_zlib...
making all in lib/lbxutil/delta...
making all in lib/lbxutil/image...
making all in programs/appres...
making all in programs/bdftopcf...
rm -f bdftopcf
cc -o bdftopcf -O -pipe -ansi -Dasm=__asm  -Wall -Wpointer-arith
-Wundef -L/usr/ports/x11/XFree86-4-clients/work/xc/exports/lib  
bdftopcf.o -lXfont -lfntstubs  -L/usr/X11R6/lib  -lz -lm  
-Wl,-rpath,/usr/X11R6/lib
/usr/libexec/elf/ld: cannot find -lXfont
*** Error code 1
 
Stop in /usr/ports/x11/XFree86-4-clients/work/xc/programs/bdftopcf.
*** Error code 1
 
Stop in /usr/ports/x11/XFree86-4-clients/work/xc/programs.
*** Error code 1
 
Stop in /usr/ports/x11/XFree86-4-clients.


This follows the first ports update on a new 4.8-release machine. The
linker can't seem to find Xfont.  Neither can I.

I'd appreciate a point in the right direction. Thanks.


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


Dual kernel

2003-10-17 Thread Zahirul Haque
Hi
Is it possible to have two kernels and at the boot time I want to select
which kernel I want?
I have two kernel code, one with IPRC (Modified kernel) and other
standard kernel of 5.1.
Every time I want to switch kernel I need to recompile the kernel.
Can I select kernel during boot time?

I appreciate your help.

--
Zahirul Haque, RA
School of Computer Science and Engineering
University of New South Wales
Tel: (02) 9385 6093
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: XFree86-4-clients Build Failing

2003-10-17 Thread Kent Stewart
On Friday 17 October 2003 08:14 pm, billg wrote:
 XFree86-4-clients is failing to compile, producing this output:

 slipstream# make install
 ===  Building for XFree86-clients-4.3.0_3
 making all in lib/lbxutil/lbx_zlib...
 making all in lib/lbxutil/delta...
 making all in lib/lbxutil/image...
 making all in programs/appres...
 making all in programs/bdftopcf...
 rm -f bdftopcf
 cc -o bdftopcf -O -pipe -ansi -Dasm=__asm  -Wall -Wpointer-arith
 -Wundef -L/usr/ports/x11/XFree86-4-clients/work/xc/exports/lib
 bdftopcf.o -lXfont -lfntstubs  -L/usr/X11R6/lib  -lz -lm
 -Wl,-rpath,/usr/X11R6/lib
 /usr/libexec/elf/ld: cannot find -lXfont
 *** Error code 1

 Stop in /usr/ports/x11/XFree86-4-clients/work/xc/programs/bdftopcf.
 *** Error code 1

 Stop in /usr/ports/x11/XFree86-4-clients/work/xc/programs.
 *** Error code 1

 Stop in /usr/ports/x11/XFree86-4-clients.


 This follows the first ports update on a new 4.8-release machine. The
 linker can't seem to find Xfont.  Neither can I.

 I'd appreciate a point in the right direction. Thanks.

It was caused by you deleting an old version of -server. You have to 
reinstalled -libraries and everything will be ok.

Kent

-- 
Kent Stewart
Richland, WA

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

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


Re: Dual kernel

2003-10-17 Thread Kevin Stevens
On Friday, Oct 17, 2003, at 21:06 US/Pacific, Zahirul Haque wrote:

Hi
Is it possible to have two kernels and at the boot time I want to 
select
which kernel I want?
I have two kernel code, one with IPRC (Modified kernel) and other
standard kernel of 5.1.
Every time I want to switch kernel I need to recompile the kernel.

Can I select kernel during boot time?
Yes, man boot.

KeS

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


RE: problem with aue card

2003-10-17 Thread Alexey Koptsevich

Indeed, after specifying 10Mbps media it works fine. Thanks!

Alex


On Fri, 10 Oct 2003, Andrew White wrote:

 Mine is on 10/100 network, and negotiates 100mb everytime, still
 functions ok, no issues at all (other than LEDS)
 
 Andrew
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Scott Mitchell
 Sent: 09 October 2003 17:48
 To: Alexey Koptsevich
 Cc: [EMAIL PROTECTED]
 Subject: Re: problem with aue card
 
 On Thu, Oct 09, 2003 at 03:23:15AM -0400, Alexey Koptsevich wrote:
  
  Hi,
  
  I have a problem with the network card Linksys USB100TX. The hardware
  itself is known to be working, but not under FreeBSD. 
  
  Here is dmesg:
  
  Oct  8 21:10:39 pyosik kernel: aue0: LINKSYS Inc. LINKSYS USB Adapter,
 rev 1.10/1.01, addr 2
  Oct  8 21:10:40 pyosik kernel: aue0: Ethernet address:
 00:e0:98:82:f3:e6
  Oct  8 21:10:40 pyosik kernel: miibus1: MII bus on aue0
  Oct  8 21:10:40 pyosik kernel: bmtphy0: BCM5201 10/100baseTX PHY on
 miibus1
  Oct  8 21:10:40 pyosik kernel: bmtphy0:  10baseT, 10baseT-FDX,
 100baseTX, 100baseTX-FDX, auto
  
  After loading if_ep the interface appears in the output of ifconfig,
 but
   Oct  8 21:18:17 pyosik kernel: aue0: MII read timed out
  
  When I then try 'dhclient aue0', I get thousands of messages
   aue0: usb error on rx: IOERROR
  
  Any piece of advice how to make this card work would be appreciated.
 
 Are you on a 100Mbps network?  Our driver seems to have issues with this
 device on such networks, although it seems to work fine on 10Mbps
 connections.
 
   Scott
 
 


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


Re: Using poptop....

2003-10-17 Thread Jerry Bell
It's really pretty easy.  I beat my head on the wall about a year ago, so I
don't recall where all the docs are, but this is what my configs look like:
/etc/ppp/ppp.conf:
pptp:
 set timeout 0
 set dial
 set login
 set ifaddr {IP address of internal interface} {IP address range
xxx.xxx.xxx.xxx - xxx.xxx.xxx.xxx}
 set server /var/run/pptp_ppp_%d  0700
 enable mschapv2 mppe  # --- these two lines enable encryption
 set mppe * *#---
 enable chap
 disable pap
 disable utmp
 disable passwdauth
 enable proxy
 accept dns
 set dns 192.168.x.x
 set nbns 192.168.x.x

/usr/local/etc/pptpd.conf:
option /etc/ppp/ppp.conf
localip {IP address of internal interface}
remoteip {IP address range xxx.xxx.xxx.2-255}
pidfile /var/run/pptpd.pid


You'll have to use the ppp.secret password file or a radius server (that's a
whole other story).  Other than that, this works like a champ, and is
encrypted.   Just for a point of clarification, omit the {}  I added those
for readability.

Hope that helps.

Jerry

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


Re: mpayer + sound problem

2003-10-17 Thread Jon Reynolds
On Fri, 2003-10-17 at 16:47, Bryan Cassidy wrote:
 I get this when trying to play movies in mplayer.
 
 audio_setup: Can't open audio device /dev/dsp: Device busy
 AO: [arts] can't connect to aRts soundserver
 /dev/dsp: Device busy
 AO: [esd] esd_open_sound failed: Resource temporarily unavailable
 ao_nas: init(): Can't open nas audio server - nosound
 SDL: Samplerate: 44100Hz Channels: Stereo Format Signed 16-bit (Little-Endian)
 /dev/dsp: Device busy
 SDL: Unable to open audio: No available audio device
 ___
I would check that somwthing is not starting the aRts soundserver at
boot time. Check your processes with 'ps ax' and look for aRts and kill
it. Then try to use mplayer, this is usually what I find when I have a
device busy.

Hope that helps,

Jon

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


Re: 5.1 current make buildworld fails consistently on crtstuff.c- Help?

2003-10-17 Thread Kris Kennaway
On Mon, Oct 13, 2003 at 07:52:34PM -0400, Scott W wrote:

 cc -O -pipe -DSMP -DAPIC_IO -march=pentiumpro -W -Wall -ansi -pedantic 
 -Wbad-function-cast -Wcast-align  -Wcast-qual -Wchar-subscripts 
 -Winline  -Wmissing-prototypes -Wnested-externs -Wpointer-arith  
 -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings 
 -march=pentiumpro -DIN_GCC -DHAVE_LD_EH_FRAME_HDR 
 -finhibit-size-directive -fno-inline-functions  -fno-exceptions 
 -fno-zero-initialized-in-bss  -fno-omit-frame-pointer 

It looks like you have highly non-standard CFLAGS.

Kris


pgp0.pgp
Description: PGP signature