UDF and CD-RW

2005-08-09 Thread Laszlo Nagy
Hi All! I'm trying to use packet writing software on FreeBSD. The FreeBSD counterpart of the Linux "udftools" package is the "udfclient" port. However, I cannot use it. It does not allow me to create a new filesystem, telling me that I need to packet-format first. But I don't know how to do

Re: ad10: WARNING - READ_DMA UDMA ICRC error (retrying request) LBA=11441599

2005-08-09 Thread O. Hartmann
Mike Tancsa wrote: At 08:25 PM 08/08/2005, O. Hartmann wrote: Hello. My box is a FreeBSD 6.0-BETA2 driven ASUS A8N-SLI Deluxe based AMD64 boxed (see dmesg). One of my SATA disks, the SAMSUNG SP2004C seems to show errors during operation (and also showd under 5.4-RELEASE-p3). Sometimes I ge

Re: Highpoint rocketRaid 454 RAID mgmt software on freeBSD 5.3, has anyone got it running?

2005-08-09 Thread Björn König
Joachim Dagerot wrote: On 2005-08-09 Björn König wrote: I use this software successfully, even with FreeBSD 5.4. Satisfied? ;-) Great to know. I never managed to get the drivers to run on 5.4 (Never tried anything advanced though, Highpoint is developing a native 5.4 driver right now) Ac

Re: Can't fetch latest Opera

2005-08-09 Thread B. Bonev
- Original Message - From: Kenny To: B. Bonev Sent: Tuesday, August 09, 2005 2:11 AM Subject: Re: Can't fetch latest Opera 2005/8/9, B. Bonev <[EMAIL PROTECTED]>: Cvsup-ed today FreeBSD 5.4 Can't fetch latest native Opera port for QT from anywhere. Is there anything wrong? _

Re: howto load or install wlan_wep module on freeBSD 5.4 ?

2005-08-09 Thread PK
Is the channel correct? yes, it is, without wep works well Do you have an active firewall that could be blocking the wireless interface? no, I don't have any firewall active authmode OPEN is the problem, because ifconfig can not set to SHARED automatically or manually ! do you have authmod

make clean install

2005-08-09 Thread Michael Louie Loria
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 cd /usr/ports/x11/kde3/ make clean install It took a long time to fetch and install some files so I had to interrupt the transfer coz I had to go home already When issue the following cd /usr/ports/x11/kde3/ make clean install Will it resume to

about VPN solution

2005-08-09 Thread vladone
Hi! I have an private network, that acces the internet via an freebsd gateway. I want to buil some authentication for my users, to prevent ilegal connections. When an user want to connect to my gateway (to acces the internet), require to enter user and password. My questions is: What solution, is b

Re: make clean install

2005-08-09 Thread rg
> -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > cd /usr/ports/x11/kde3/ > make clean install > > > It took a long time to fetch and install some files so I had to > interrupt the transfer coz I had to go home already > > When issue the following > > cd /usr/ports/x11/kde3/ > make clean inst

RE: make clean install

2005-08-09 Thread Norbert Koch
> cd /usr/ports/x11/kde3/ > make clean install > > > It took a long time to fetch and install some files so I had to > interrupt the transfer coz I had to go home already > > When issue the following > > cd /usr/ports/x11/kde3/ > make clean install > > Will it resume to the part where I interr

Re: about VPN solution

2005-08-09 Thread Glenn Dawson
At 03:15 AM 8/9/2005, vladone wrote: Hi! I have an private network, that acces the internet via an freebsd gateway. I want to buil some authentication for my users, to prevent ilegal connections. When an user want to connect to my gateway (to acces the internet), require to enter user and passwor

Re: Highpoint rocketRaid 454 RAID mgmt software on freeBSD 5.3, has anyone got it running?

2005-08-09 Thread Joachim Dagerot
>>>I use this software successfully, even with FreeBSD 5.4. Satisfied? ;-) >> >> Great to know. I never managed to get the drivers to run on 5.4 (Never tried >> anything advanced though, Highpoint is developing a native 5.4 driver right >> now) > >Actually I use the RR1640 which has same chips

Re: X forward does not work with ssh, xauth missing

2005-08-09 Thread Adrian Gschwend
On Mon, 08 Aug 2005 19:13:01 +0200, Adrian Gschwend wrote: [...] > I tried to check where I find xauth but I can't find the correct port so > far, what I compiled so far is XFree86-libraries. Which port do I miss > here? Found it, I installed XFree86-4-clients and all is fine now. It would work w

Re: howto load or install wlan_wep module on freeBSD 5.4 ?

2005-08-09 Thread Andrew L. Gould
On Tue, 9 Aug 2005 05:58:02 -0400 (EDT) "PK" <[EMAIL PROTECTED]> wrote: > > Is the channel correct? > > yes, it is, without wep works well > > Do you have an active firewall that could be blocking the wireless > interface? > > no, I don't have any firewall active > > > authmode OPEN is the

smbfs on 5.4 broken?

2005-08-09 Thread Oles Hnatkevych
Hello, freebsd-questions. The upgrade from FreeBSD 5.3-RELEASE to FreeBSD 5.4-STABLE breaks something in smbfs. I have a windows network share, which is mounted without problems from 4.11, 5.3 FreeBSD boxes, also works somehow from Linux boxes. But after cvsup and kernel rebuild the ex-5.3 box, no

Re: UDF and CD-RW

2005-08-09 Thread Roland Smith
On Tue, Aug 09, 2005 at 09:51:45AM +0200, Laszlo Nagy wrote: > > Hi All! > > I'm trying to use packet writing software on FreeBSD. The FreeBSD > counterpart of the Linux "udftools" package is the "udfclient" port. > However, I cannot use it. It does not allow me to create a new > filesystem,

Re: Problems with postfix ldap

2005-08-09 Thread Uwe Laverenz
On Mon, Aug 08, 2005 at 11:53:55PM +0200, fire67 wrote: > Anyone have a solution ? Postfix has to be built and configured for the use of LDAP, pam+nss ist not enough. Please have a look at: http://www.postfix.org/LDAP_README.html Uwe ___ freebsd-

Re: Backup Products

2005-08-09 Thread Uwe Laverenz
On Mon, Aug 08, 2005 at 04:30:17PM -0700, Sean Murphy wrote: > This Cross-Platform works wonderfully. However I was wondering if > anyone had any successs with an open source backup product that would be > able to control 2 tape librarys on the same scsi chain, with each tape > having a bar co

Re: UDF and CD-RW

2005-08-09 Thread Laszlo Nagy
Looking at the port makefile, one of the programs that is installed is called cdrw_format. Maybe you should try that. Roland Looks like it is the right program. But it does not work. I have ide-scsi emulation enabled on my CDRW drive, so it is named /dev/cd0. I have a blank disc in the dr

Re: about VPN solution

2005-08-09 Thread Panagiotis Christias
On 8/9/05, Glenn Dawson <[EMAIL PROTECTED]> wrote: > At 03:15 AM 8/9/2005, vladone wrote: > >Hi! > >I have an private network, that acces the internet via an freebsd > >gateway. I want to buil some authentication for my users, to prevent > >ilegal connections. When an user want to connect to my gat

freebsd for RS/6000 43p

2005-08-09 Thread Ömer TELLİ
Dear sir, We have IBM server that included RS/6000 43P model. At same time, this system have AIX 4.3.2.. We want to set up FREE BSD, is it possible. İf it's possible, which one should we set up? (for example: ppc; Alpha ?) Your sincerely ___ freeb

question

2005-08-09 Thread bayaraa
Hi I have sun enterprise 250 that installed freebsd 5.3 for sparc64. It is installed without any problems. But after installation some keyboard keys do not work. For example arrow keys do not work? I do not know why it does not work? Help me? Thank you ___

freebsd for RS/6000 43p

2005-08-09 Thread Ömer TELLİ
Dear sir, We have IBM server that included RS/6000 43P model. At same time, this system have AIX 4.3.2.. We want to set up FREE BSD, is it possible. İf it's possible, which one should we set up? (for example: ppc; Alpha ?) Your sincerely ___ freeb

nmbd find_response_record - need help troubleshooting message

2005-08-09 Thread jstarng
I'm having some trouble with nmbd. Ever couple of minutes i get some errors from nmbd. The server has two NIC's on different subnets and every few minutes displays a message to the console (at bottom) I cant figure out exactly what this is telling me Is this an issue? and if so, how do i reso

Re: Can't fetch latest Opera

2005-08-09 Thread B. Bonev
- Original Message - From: "B. Bonev" <[EMAIL PROTECTED]> To: "B. Bonev" <[EMAIL PROTECTED]> Sent: Tuesday, August 09, 2005 6:53 PM Subject: Re: Can't fetch latest Opera 2005/8/9, B. Bonev <[EMAIL PROTECTED]>: Cvsup-ed today FreeBSD 5.4 Can't fetch latest native Opera port for QT from

which radius server

2005-08-09 Thread Derrick MacPherson
our windows radius server went down, i'm just going to install it on a freebsd box, which radius server do people recommend? I see there's a least 3 in the ports... ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/

Text screen becomes graphics

2005-08-09 Thread Tuc at T-B-O-H
Hi, I'm running: FreeBSD toshiba.tucs-beachin-obx-house.com 4.11-STABLE FreeBSD 4.11-STABLE #8: Mon Aug 1 12:08:53 EDT 2005 root@ toshiba.tucs-beachin-obx-house.com:/usr/obj/usr/src/sys/TOSHIBA i386 I'll be in a text window, no X running, and not doing anything complicate

Re: UDF and CD-RW

2005-08-09 Thread Roland Smith
On Tue, Aug 09, 2005 at 05:11:01PM +0200, Laszlo Nagy wrote: > > > > >Looking at the port makefile, one of the programs that is installed is > >called cdrw_format. Maybe you should try that. > > > >Roland > > > > > Looks like it is the right program. But it does not work. I have > ide-scsi emula

Re: which radius server (elaboration)

2005-08-09 Thread Derrick MacPherson
On Tue, 2005-08-09 at 09:45 -0700, Derrick MacPherson wrote: > our windows radius server went down, i'm just going to install it on a > freebsd box, which radius server do people recommend? I see there's a > least 3 in the ports... It will authenticate to a w2k server. __

Re: UDF and CD-RW

2005-08-09 Thread Laszlo Nagy
Looks like it is the right program. But it does not work. I have ide-scsi emulation enabled on my CDRW drive, so it is named /dev/cd0. I have a blank disc in the drive (created with "cdrecord speed=4 -v blank=fast"). Here are the results: Formatting (please be patient (+/- 10 mi

which apache / php things to install?

2005-08-09 Thread bob self
I just installed FreeBSD 5.4-RELEASE and am installing a few applications. I need apache with php, but I see many php-related packages (with portupgrade -v php5-\*). So then I tried portupgrade -v php5, but now it wants to know whether I want to use apache2 instead of apache 1.3. I've been usin

Re: howto load or install wlan_wep module on freeBSD 5.4 ?

2005-08-09 Thread PK
is your wireless router on open or shared ? If I set my wireless router on open, then it works without problems and my ifconfig looks like yours. from man ifconfig: http://www.gsp.com/cgi-bin/man.cgi?section=8&topic=ifconfig authmode mode For IEEE 802.11 wireless interfaces, set the

Re: NIS problems on FreeBSD 5.4

2005-08-09 Thread Jeremy Utley
On 8/8/05, Dan Nelson <[EMAIL PROTECTED]> wrote: > In the last episode (Aug 08), Jeremy Utley said: > > I'm trying to use FreeBSD 5.4 as an NIS client, and am encountering > > problems. I've followed the instructions given in the FreeBSD docs > > (http://www.freebsd.org/doc/en_US.ISO8859-1/books/h

Re: Can't fetch latest Opera

2005-08-09 Thread FUJISHIMA Satsuki
This has just been fixed. If you couldn't wait modifying "shared/gcc-2.95" to "static" in MASTER_SITES and it's OK. http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/www/opera/Makefile#rev1.43 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd

Re: about VPN solution

2005-08-09 Thread Pavel Jordák
On 9 Srpen 2005, 17:16, Panagiotis Christias napsal(a): > On 8/9/05, Glenn Dawson <[EMAIL PROTECTED]> wrote: >> At 03:15 AM 8/9/2005, vladone wrote: >> >Hi! >> >I have an private network, that acces the internet via an freebsd >> >gateway. I want to buil some authentication for my users, to prevent

Re: UDF and CD-RW

2005-08-09 Thread Roland Smith
On Tue, Aug 09, 2005 at 07:47:19PM +0200, Laszlo Nagy wrote: > I wonder why there is no documentation for this program? Probably there > are human beings using it but probably they are very special persons > with special knowledge. Most probably because the developer didn't need it or never go

very busy ftpd

2005-08-09 Thread Mikhail Teterin
Hi! I just noticed, that uploading a file over a LANG (at around 5.7Mb/s) resulted in around 25% CPU consumption by the ftpd. I think, that's unusual for a Pentium4 -- what is the process doing? The machine is running 5.2.1-RELEASE and has TrustedBSD extensions. -mi ___

Re: Tripwire Policy File and 5.4

2005-08-09 Thread Bret Walker
FYI- The policy file looks to be updated for 5.x systems now. Tripwire's back. Bret Bret Walker wrote: > Does anyone know where I can find a good Tripwire policy file for 5.4? > > I installed tripwire-2.3.1.2_3 from ports, but the default policy file > throws a lot of errors. I think it's tai

make sysinstall

2005-08-09 Thread iv gan
Hi there, I try to make a custom installation of FreeBSD 5.3 in a way that there are no questions during the process but rather it detects the hard disk size makes the partitions etc... For the moment I smply try to compile sysinstall (cd /usr/src/usr.sbin/sysintall && make all) and it compiles wit

Re: NIS problems on FreeBSD 5.4

2005-08-09 Thread Dan Nelson
In the last episode (Aug 09), Jeremy Utley said: > On 8/8/05, Dan Nelson <[EMAIL PROTECTED]> wrote: > > In the last episode (Aug 08), Jeremy Utley said: > > > I'm trying to use FreeBSD 5.4 as an NIS client, and am > > > encountering problems. I've followed the instructions given in > > > the FreeB

Recommended SATA Controller on 5.4

2005-08-09 Thread Adam Bayless
I need to find a good SATA controller for use on a 5.4 box. I don't need RAID right away but it might be nice in the future. Anyone had good results with an off the shelf add on card? Thanks, Adam ___ freebsd-questions@freebsd.org mailing list http:

Re: 5.4-rel Bootloader Wedgie on Supermicro 5013C-MT

2005-08-09 Thread Joe Hamelin
NM: I RTFWP and submitted a bug. I'll let you guys know how it turns out. On 8/9/05, Joe Hamelin <[EMAIL PROTECTED]> wrote: > > > > > > What happens when you boot from floppies? > > > > > The box doesn't come with a floppy drive. The space where the floppy > > would be has two usb ports and a

Re: Backup Products

2005-08-09 Thread Nikolas Britton
On 8/8/05, Sean Murphy <[EMAIL PROTECTED]> wrote: > We currently our using Veritas Netbackup Datacenter 4.5 on a Windows > server to backup our FreeBSD, Apple, Windows, Netware, and Solaris Servers. > > This Cross-Platform works wonderfully. However I was wondering if > anyone had any successs wi

Re: 5.4-rel Bootloader Wedgie on Supermicro 5013C-MT

2005-08-09 Thread Joe Hamelin
> > > > What happens when you boot from floppies? > > > The box doesn't come with a floppy drive. The space where the floppy > would be has two usb ports and a serial port. The box does support > bios serial booting. I did do a standard install on another box and > then moved the drive to the

Re: Backup Products

2005-08-09 Thread Sean P. Malone
Stay away from Retrospect. They still refuse to write a freeBSD client and the Linux client is da%$! near impossible to get working under linux compatability. Just my two cents. Maybe someone else has had better luck. Nikolas Britton wrote: On 8/8/05, Sean Murphy <[EMAIL PROTECTED]> wrote:

Re: Entropy Blocking

2005-08-09 Thread Bob Johnson
On 8/9/05, Kris Kennaway <[EMAIL PROTECTED]> wrote: > On Mon, Aug 08, 2005 at 04:30:12PM -0600, Danny MacMillan wrote: > > On Mon, 08 Aug 2005 07:09:35 -0600, Wes Will <[EMAIL PROTECTED]> wrote: > > > > >I guess nobody gives rat-rump about the entropy problem. > > > > > >Figures. > > > > > >-- > >

Anyone successfully running FreeBSD on a HP Proliant DL385?

2005-08-09 Thread lars
Hi all, I've just been to the FreeBSD Proliant website http://people.freebsd.org/~jcagle/ I also checked the [EMAIL PROTECTED] archive, apart from John Cagle's welcome message it's empty. Before I ask him I want to turn to this list. Judging by the variety of tools available on the site it does

Re: Recommended SATA Controller on 5.4

2005-08-09 Thread Michael Dale
Don't get anything based on the Silicon Image 3112 chipset, I had great problems with it. I ended up with a HighPoint RocketRAID 1520, which is a basic 2 port SATA controller. It does software raid and is supported out of the box on 5.4. I am very happy with it, although you maybe intereste

Re: howto load or install wlan_wep module on freeBSD 5.4 ?

2005-08-09 Thread PK
my question was if your wireless accesspoint or router is set to OPEN or SHARED. on my wireless router under security settings I have 2 options: - security mode: I can set OPEN or SHARED - cipher type: I can disble or enable WEP if I set WEP on the router and set the security mode OPEN, then m

Re: make sysinstall

2005-08-09 Thread Kris Kennaway
On Tue, Aug 09, 2005 at 10:04:34PM +0200, iv gan wrote: > Hi there, > I try to make a custom installation of FreeBSD 5.3 in a way that there > are no questions during the process but rather it detects the hard > disk size makes the partitions etc... > For the moment I smply try to compile sysinstal

Re: howto load or install wlan_wep module on freeBSD 5.4 ?

2005-08-09 Thread Andrew L. Gould
On Tue, 9 Aug 2005 13:56:02 -0400 (EDT) "PK" <[EMAIL PROTECTED]> wrote: > > is your wireless router on open or shared ? > If I set my wireless router on open, then it works without problems > and my ifconfig looks like yours. > > from man ifconfig: > > http://www.gsp.com/cgi-bin/man.cgi?sect

Re: ad10: WARNING - READ_DMA UDMA ICRC error (retrying request) LBA=11441599

2005-08-09 Thread Chuck Swiger
O. Hartmann wrote: [ ... ] One of my SATA disks, the SAMSUNG SP2004C seems to show errors during operation (and also showd under 5.4-RELEASE-p3). Sometimes I get this error: ad10: WARNING - READ_DMA UDMA ICRC error (retrying request) LBA=11441599 while the machine still keeps working. Other day

question about compile options

2005-08-09 Thread David Banning
I am wondering how to know what compile options are available for a given ports package. For instance I want to compile /usr/ports/www/php4-cgi with support for mysql and fastcgi, but looking in the port, all there exists is a Makefile containing little information. There are no subdirectories. Sub

Re: Tripwire Policy File and 5.4

2005-08-09 Thread Joel Hatton
> > The policy file looks to be updated for 5.x systems now. Tripwire's back. I'm not so convinced of that - after a cvsup of ports overnight, this remains: # ll /usr/ports/security/tripwire/files/twpol.txt -rw-r--r-- 1 root wheel 20651 Mar 5 2002 /usr/ports/security/tripwire/files/twpol

Re: question about compile options

2005-08-09 Thread Glenn Dawson
At 06:05 PM 8/9/2005, David Banning wrote: I am wondering how to know what compile options are available for a given ports package. For instance I want to compile /usr/ports/www/php4-cgi with support for mysql and fastcgi, but looking in the port, all there exists is a Makefile containing little

FreeBSD 5.4 install problem. Newbee needs help.

2005-08-09 Thread William Manley
I am a new FreeBSD user and I have an installation that has gone bad. My problems started when I enabled XDM for a graphical logon into Gnome. When I logged in as root the system just looped back to the logon screen. I then assumed I had configured my .xinitrc file wrong so I booted the install

Re: FreeBSD 5.4 install problem. Newbee needs help.

2005-08-09 Thread Glenn Dawson
At 06:11 PM 8/9/2005, William Manley wrote: I am a new FreeBSD user and I have an installation that has gone bad. My problems started when I enabled XDM for a graphical logon into Gnome. When I logged in as root the system just looped back to the logon screen. I then assumed I had configured my

Re: icewmtray error

2005-08-09 Thread Roberto
On Mon, 8 Aug 2005 20:12:30 -0300 Roberto <[EMAIL PROTECTED]> wrote: > Hello, > > I have the following problem with icewmtray: it runs on icewm-session > startup and when I launch Skype and Gaim they place their icons in > tray. > > Operation is OK for maximizing or minimizing to tray but when I

How to tell if /usr/obj is up to date?

2005-08-09 Thread Joel Hatton
Hi, (repost - I think my first go was lost) Is there any way to use make in /usr/src to tell if my object tree is up to date? Situation: I cvsup my sources and do the make buildworld / buildkernel / installkernel / installworld steps. Later, I cvsup again to update for a vul that doesn't requ

Long Uptime

2005-08-09 Thread Bob Bomar
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have a machine that is about to turn 700 days uptime, and I have no plans on rebooting it any time soon. I just wanted to see if there was any infomation from the machine that anybody wanted. [EMAIL PROTECTED] ~>uname -a FreeBSD bart. 4.8-RELE

bind is almost 50/50

2005-08-09 Thread daniel
I have to be missing something, but at this stage, I don't know what it is. I've setup bind on my FreeBSD box here in the office and have a few machines, including my desktop using it as their one and only nameserver. it's hosting two domains, one as a slave (domain.com), another subdomain of t

Re: howto load or install wlan_wep module on freeBSD 5.4 ?

2005-08-09 Thread Andrew L. Gould
On Tue, 9 Aug 2005 18:11:09 -0400 (EDT) "PK" <[EMAIL PROTECTED]> wrote: > > my question was if your wireless accesspoint or router > is set to OPEN or SHARED. As I stated in my previous email: I could not find a place in my AP's configuration application that states whether it is set to open

Re: which apache / php things to install?

2005-08-09 Thread P.U.Kruppa
On Tue, 9 Aug 2005, bob self wrote: I just installed FreeBSD 5.4-RELEASE and am installing a few applications. I need apache with php, but I see many php-related packages (with portupgrade -v php5-\*). So then I tried portupgrade -v php5, but now it wants to know whether I want to use apache2

Re: very busy ftpd

2005-08-09 Thread Mikhail Teterin
> > I just noticed, that uploading a file over a LANG (at around > > 5.7Mb/s) resulted in around 25% CPU consumption by the ftpd. > > > > I think, that's unusual for a Pentium4 -- what is the process doing? > > Check the client does not use ascii mode when uploading (getc() vs > read()). That's q

How to limit the nat's stream speed?

2005-08-09 Thread he ccjj
Hi,ervery one! I use freebsd5.4+ipfw+natd to setup a box for sharing internet,it's work fine.But i have a very serious problem: Some computer of my inner user was attacked by virus,they make very big volume of stream to internet,so the natd will occupy almost all the cpu,the others can't visit int

How to tell if /usr/obj is up to date?

2005-08-09 Thread Joel Hatton
Hi, Is there any way to use make in /usr/src to tell if my object tree is up to date? Situation: I cvsup my sources and do the make buildworld / buildkernel / installkernel / installworld steps. Later, I cvsup again to update for a vul that doesn't require world to be rebuilt (such as FreeBSD-

Re: FreeBSD 5.4 install problem. Newbee needs help.

2005-08-09 Thread Gary W. Swearingen
William Manley <[EMAIL PROTECTED]> writes: > I am a new FreeBSD user and I have an installation that has gone bad. My > problems started when I enabled XDM for a > graphical logon into Gnome. When I logged in as root the system just looped > back to the logon screen. I then assumed I > had confi

i8xx drm support

2005-08-09 Thread Jean-Francois
why the hell dont FreeBSD have drm suopport for the intel graphic cards ???. its been in linux for a long time. cant you guys port it. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscri

Re: icewmtray error

2005-08-09 Thread Roberto Pulver
On Mon, 8 Aug 2005 20:12:30 -0300 Roberto <[EMAIL PROTECTED]> wrote: > Hello, > > I have the following problem with icewmtray: it runs on icewm-session > startup and when I launch Skype and Gaim they place their icons in > tray. > > Operation is OK for maximizing or minimizing to tray but when I

Re: very busy ftpd

2005-08-09 Thread Maxim Konovalov
On Tue, 9 Aug 2005, 15:49-0400, Mikhail Teterin wrote: > Hi! > > I just noticed, that uploading a file over a LANG (at around > 5.7Mb/s) resulted in around 25% CPU consumption by the ftpd. > > I think, that's unusual for a Pentium4 -- what is the process doing? Check the client does not use ascii

cannot open /proc/360/mem

2005-08-09 Thread JD
I started to get messages like this: : cannot open /proc/360/mem 0âH: cannot open /proc/360/mem Þ: cannot open /proc/360/mem º: cannot open /proc/360/mem P(ÈY(¨ä¿¿~Ò((þHx¼J: cannot open /proc/360/mem What is this error? The messages seem to be associated with a cron job (mailed at the same time

Re: ad10: WARNING - READ_DMA UDMA ICRC error (retrying request) LBA=11441599

2005-08-09 Thread O. Hartmann
Chuck Swiger wrote: O. Hartmann wrote: [ ... ] One of my SATA disks, the SAMSUNG SP2004C seems to show errors during operation (and also showd under 5.4-RELEASE-p3). Sometimes I get this error: ad10: WARNING - READ_DMA UDMA ICRC error (retrying request) LBA=11441599 while the machine still k

AC97 audio not working

2005-08-09 Thread ananth_g
hi , i have an on board ac97 sound. but its not working with 5.3 stable. what kernel module should i load for using ac97 audio? kind regrds, ananth g. ** DISCLAIMER ** Information contained and transmitted by this E-MAIL is proprietary to Sify Limited and is intended for use o

sorry for the idiot question, but....

2005-08-09 Thread Gary Kline
Folks, *Which* ports do I need to install to get Gnome and KDE working? On my laptop (w/ omly 12G of disk) I may not have nough room; but on my main server I should have plenty. I have installed the x11/gnome2 and the x11/kde uberportscripts; no

Re: How to limit the nat's stream speed?

2005-08-09 Thread Adi Pircalabu
On Wed, 10 Aug 2005 13:31:28 +0800 he ccjj <[EMAIL PROTECTED]> wrote: > I use freebsd5.4+ipfw+natd to setup a box for sharing internet,it's > work fine.But i have a very serious problem: > Some computer of my inner user was attacked by virus,they make very > big volume of stream to internet,so the