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

2005-08-10 Thread Unix
Joel Rees wrote: On 平成 17/08/10, at 7:36, O. Hartmann wrote: [...] When is SCSI back for desktops? I vote for that. In my opinion, ATA is primarily for home media systems, if that. Joel Rees <[EMAIL PROTECTED]> digitcom, inc. 株式会社デジコム Kobe, Japan +81-78-672-8800 **

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

2005-08-10 Thread Unix
Dmitry Mityugov wrote: On 8/10/05, Unix <[EMAIL PROTECTED]> wrote: ... I thought the WD Raptors were supposed to replace the SCSI for that purpose. I used to run one in a Powermac and performance wise it behaved very well, unfortunately I haven't had the chance to test the 30

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

2005-08-10 Thread Unix
Dmitry Mityugov wrote: On 8/10/05, Unix <[EMAIL PROTECTED]> wrote: Dmitry Mityugov wrote: On 8/10/05, Unix <[EMAIL PROTECTED]> wrote: ... I thought the WD Raptors were supposed to replace the SCSI for that purpose. I used to run one in a Powermac and perform

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

2005-08-11 Thread Unix
It's sad isn't it, Mike..I don't know what the hd manufacturers are doing to the HD drives..ok, the systems get faster, there's usually bad cooling unless you build your own system...but even if you get enough cooling that won't change a thing some hds are prone to die an early death such as th

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

2005-08-11 Thread Unix
O. Hartmann wrote: Mike Jakubik wrote: On Wed, August 10, 2005 6:37 am, Dmitry Mityugov said: There are Maxtor MaXLine II and III, and perhaps several other models, that are supposed to work 24/7. Right, i have a dead 250GB Maxline Plus II drive on my desk, only after about 1.5 years. A

RE: I hate meeses to pieces

2003-07-18 Thread unix
You can set the protocol to MouseManPlusPS/2 in /etc/X11/XF86Config file. It might actually make your mouse work. --- On Fri 07/18, Daryl Hunt < [EMAIL PROTECTED] > wrote: From: Daryl Hunt [mailto: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Fri, 18 Jul 2003 00:34:12 -0600 Subject: I hate m

RE: Telnet?

2003-07-21 Thread unix
Enable telnet in /etc/inetd.conf (Remove the pound) and give inetd a HUP and you've got telnet server up and running on your fbsd host. There's only one good thing in life, UNIX. --- On Sat 07/19, Axl Rose < [EMAIL PROTECTED] > wrote: From: Axl Rose [mailto: [EMAIL PROTE

Writing FreeBSD device drivers

2003-08-14 Thread unix
Hi, I am looking for some good documentation to get a head start in FreeBSD device driver programming. Can any of you gurus provide me with some pointers regarding the availability of such documentation? Thanx in advance... ___ __

Any external USB cdrw recommended for FreeBSD[4,5]* ?

2004-08-14 Thread Unix Forever
Hello, I was looking for some ideas on an external USB burner for my laptop. I'm running 5.2.1 but would go back to 4.10 if needed to make a recommended model work. TIA __ Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish. ht

Re: Pw - name too long ??

2002-12-29 Thread Unix Tools
Hi, In /usr/src/sys/sys/param.h Adjust MAXLOGNAME to the new value (don't forget the NULL). That should do it... rebuild the kernel. Cheers. - Original Message - From: "Steve Warwick" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, December 29, 2002 02:44 PM Subject: Pw - na

Re: Renaming files with spaces in the name to files without spaces..

2003-01-09 Thread Unix Tools
Conider the file "freebsd help.doc" mv freebsd\ help.doc freebsdhelp.doc - Original Message - From: "Gary W. Swearingen" <[EMAIL PROTECTED]> To: "BigBrother (BigB3)" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, January 08, 2003 10:05 PM Subject: Re: Renaming files with s

Re: Setting Permissions For /etc and /etc/mail

2003-01-12 Thread Unix Tools
Hi, Check ee /etc/mtree/BSD.root.dist they chmod /etc, /etc/mail to 755 Cheers - Original Message - From: "Yeah!" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, January 11, 2003 01:04 AM Subject: Setting Permissions For /etc and /etc/mail > > Can someone tell me th

Re: Can't telnet or FTP

2003-01-14 Thread Unix Tools
Hi, Is ftp and telnet enabled in /etc/inetd.conf ?? cheers - Original Message - From: "Jeff LaMarche" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 13, 2003 08:36 PM Subject: Can't telnet or FTP > I just did a clean install of 4.7 (I was running 4.0 previously) on

Re: cpanel and problems with adduser

2003-01-18 Thread Unix Tools
Hi, if the username is jack fire the command pw usermod jack -s /bn/csh OR whichever shell you want the user to be in and from /etc/shells remove the entry /usr/local/cpanel/bin/noshell Cheers - Original Message - From: "mNTKz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday

Re: FreeBSD 5.0-RELEASE & disabling ssh access

2003-01-23 Thread Unix Tools
Hi, Add the line /sbin/nologin to /etc/shells Cheers - Original Message - From: "Mantas Kriauciunas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 23, 2003 10:09 AM Subject: FreeBSD 5.0-RELEASE & disabling ssh access > Heya! > ermmm... I just Installed 5.0-RELEASE

Re: mysql add host

2003-02-07 Thread Unix Tools
Hi, Try this update user set Host='%' where Host='foobar'; update db set Host='%' where Host='foobar'; Cheers - Original Message - From: "Brian Henning" <[EMAIL PROTECTED]> To: "freebsd" <[EMAIL PROTECTED]> Sent: Monday, February 03, 2003 09:30 PM Subject: mysql add host > Hello, >

newsgroup software

2002-07-24 Thread AZN Unix
i installed slrn but i can't figure out how to configure it To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: can't intall PERL module

2002-09-20 Thread Unix Tools
Just install it from ports cd /usr/ports/devel/p5-Date-Calc make clean make make install - Original Message - From: "Len Conrad" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 19, 2002 03:15 AM Subject: can't intall PERL module > fbsd 4.6.2 > > perl -MCPAN -e 'in

Re: Company mail system question...

2002-09-20 Thread Unix Tools
Qmail is the best option as a mail server qmail+vpopmail+qmailadmin+sqwebmail - Original Message - From: "Michael Pelletier" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 20, 2002 04:35 AM Subject: Company mail system question... > I am reseaching for a mail syste

Re: weird files

2002-09-20 Thread Unix Tools
use the pilot software. I think you can install it from ports - Original Message - From: "mingo lu" <[EMAIL PROTECTED]> To: "freebsd-questions" <[EMAIL PROTECTED]> Sent: Friday, September 20, 2002 08:06 AM Subject: weird files > Hi: > > i have two weird files under my home directory;

Re: How can I get the directory size

2002-09-21 Thread Unix Tools
du -sL Will give the size of the directory including the symbolic links in the directory. . - Original Message - From: "Jonas Fornander" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, September 21, 2002 11:55 PM Subject: How can I get the directory size > > Is there a way t

Re: Apache CGI problem

2002-09-25 Thread Unix Tools
1) Check /vsr/log/messages for any fatal erors when teh script is run 2) also /var/log/httpd-error.log 3) does your perl scripts run chrooted 4) if yes chmod the scripts 755 - Original Message - From: "Ihsan Junaidi Ibrahim" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, S

Re: how to delete file named "?'??"

2002-09-25 Thread Unix Tools
Perl script cd to the directory where the file with this wierd name is located write a perl script del.pl #!/usr/bin/perl unlink " ?'?? "; exit(0); Thats it. - Original Message - From: "Tomasz Koziara" <[EMAIL PROTECTED]> To: "freebsd-questions" <[EMAIL PROTECTED]> Sent: Wednesday

Re: sendmail failed message problem

2002-09-26 Thread Unix Tools
This seems to be a reverse dns resolution issue. Just nslookup Check whether it resolves to an IP address properly. - Original Message - From: "Vinod" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 25, 2002 06:40 AM Subject: sendmail failed message problem

Re: Chroot

2002-09-26 Thread Unix Tools
rbash is the best option. I was quite succecful with it - Original Message - From: "Gerard Samuel" <[EMAIL PROTECTED]> To: "Brossin Pierrick" <[EMAIL PROTECTED]> Cc: "FreeBSD Questions" <[EMAIL PROTECTED]> Sent: Tuesday, September 24, 2002 11:21 PM Subject: Re: Chroot > Your first half

Re: Connecting to mysqld

2002-09-26 Thread Unix Tools
ya flush privileges OR restart the mysql server - Original Message - From: "Carl-Johan Kihlbom" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 26, 2002 02:19 AM Subject: Connecting to mysqld > I'm having trouble connecting to mysqld on my FreeBSD server. > > If

Re: Apache CGI problem

2002-09-26 Thread Unix Tools
ubject: Re: Apache CGI problem > Hello all, > > Unix wrote: > > Is your apache server doing virtual hosting > > Could you provide me your httpd.conf file > > OK, here's the file plus the offending virtual hosts. These are the two hosts > that use the cgi-bin

Re: Apache CGI problem

2002-09-28 Thread Unix Tools
Your httpd.conf seems to be configured with mod_cgi. Now do one thing. Comment out the mod_cgi lines in httpd.conf and let cgi be handled seperately and not as an apache module. Check whether this works. Thank You. - Original Message - From: "Ihsan Junaidi Ibrahim" <[EMAIL PROTECTED]

Re: named rejecting all kinds of serials

2002-09-28 Thread Unix Tools
Hi, The serial no. has nothing to do with the eerors. Please provide the zone file so that the error can be pointed out. Thank You. - Original Message - From: "Janine C.Buorditez" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, September 28, 2002 05:19 PM Subject: named rejec

Re: How to create another account with root privileges ?

2002-10-10 Thread Unix Tools
Just create the account and add it to /etc/group after root for eg. wheel:*:0:root,myuser1,myuser2,myuser3 - Original Message - From: "Pranav A. Desai" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 09, 2002 11:06 PM Subject: How to create another account with root

Re: Slightly OT: How to remove an odd file...

2002-10-14 Thread Unix Tools
cd to the directory where the file exists write a perl script #!/usr/bin/perl unlink " "; exit(0); - Original Message - From: "Brian McCann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, October 13, 2002 07:43 PM Subject: Slightly OT: How to remove an odd file... > I've

Re: FreeBSD mailing lists and DNS

2002-10-16 Thread Unix Tools
dig at a.gtld-servers.net dig @a.gtld-servers.net - Original Message - From: "Carlos Carnero" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 16, 2002 07:23 PM Subject: OT: FreeBSD mailing lists and DNS > Hi, > > I can't send email to the FreeBSD lists because

Re: help me about jsp connect to mysql

2002-10-23 Thread Unix Tools
Hi, <%@ page language="java" import="java.io.*, java.util.*, java.sql.*" session="true" %> <% Class.forName("org.gjt.mm.mysql.Driver"); Connection dbConn=DriverManager.getConnection("jdbc:mysql:///?user=&password="); Statement stmt=dbConn.createStatement(); Result

Re: Setting permissions for a user

2002-10-26 Thread Unix Tools
Hi, Assign the user an rbash shell. Quite restrictive. Thank You. - Original Message - From: "Adam Bender" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, October 26, 2002 10:30 AM Subject: Setting permissions for a user > > I would like to create an account to be used for FT

Re: DNS server

2002-10-26 Thread Unix Tools
Hi, Automate the conf file creation. I have done it.A perl script OR a c script will do. Thank You. - Original Message - From: "ann kok" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 24, 2002 09:15 PM Subject: DNS server > Hi all > > I have question about DNS serve

Re: csh conf

2002-11-06 Thread Unix Tools
Hi, I suppose you are not assigned a shell. Please finger to find out which shell you are being assigned. - Original Message - From: "Ivan S. Anisimov" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 05, 2002 02:02 AM Subject: csh conf > Hello ! > > Please help: w

Re: Adding users in FreeBSD 4.7

2002-11-24 Thread Unix Tools
Hi, In /etc/adduser.conf The line usernameregexp should look like usernameregexp = '^[a-z0-9_][a-z0-9_-]*$' If not replace it with the above line and then add a user. on running the adduser script it will first ask for Usernames must match regular expression: [^[a-z0-9_][a-z0-9_-]*$]: JUST HIT E

Re: how to ssh as root

2002-11-27 Thread Unix Tools
Hi, In /etc/ssh/sshd_config PermitRootLogin no To PermitRootLogin yes - Original Message - From: "Zhihui Zhang" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 27, 2002 10:28 PM Subject: how to ssh as root > > I used to ssh as root to a FreeBSD box and uses the r

Re: how to ssh as root

2002-11-28 Thread Unix Tools
Hi, In /etc/ssh/sshd_config PermitRootLogin no To PermitRootLogin yes - Original Message - From: "Unix Tools" <[EMAIL PROTECTED]> To: "Zhihui Zhang" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, November 27, 2002 10:44 AM Subject: Re:

Re: Mail?

2002-11-30 Thread Unix Tools
Hi, 1) Install qmail from ports, It get installed in the /var/qmail directory. 2) Install vpopmail from ports. Set the vpopmail directory to /home/vpopmail. 2) Add an entry at the end if the inetd.conf file pop3stream tcp nowait root/var/qmail/bin/tcp-env tcp-env /var/qmail/bi

Re: Mysql problem

2002-12-09 Thread Unix Tools
Hi, First thing to do is mysqladmin password now connect using that password. Cheers - Original Message - From: "Wayne Swart" <[EMAIL PROTECTED]> To: "FreeBSD Mailing list" <[EMAIL PROTECTED]> Sent: Monday, December 09, 2002 06:06 PM Subject: Mysql problem > Good day ppl > > I have

Re: Very strange behavior of ls & user groups

2003-02-28 Thread Unix Tools
Hi, In every virtualhost please try the User directive. User And enable apache suexec. This is the most secured way to run apache. Cheers - Original Message - From: "Dmitry Popov" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 28, 2003 05:18 AM Subject: Very strange

internet news help

2002-07-23 Thread AZN Unix
i can't find a internet news program on my freebsd cd. do you know any sites that distributes free unix programs or freebsd program To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

internet news question

2002-07-23 Thread AZN Unix
i can't find a program for internet news, do you guys know a web site that distributes unix programs or freebsd programs or just a free internet news program? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

web protection

2005-05-30 Thread Mad Unix
I have the internal web sitehttp://10.5.5.5 which monitor the internet usage of my employee I want to implemet web-based user authentication using HTAcess with valid username and password. How can I implement this mechanisms? squid# uname -a FreeBSD squid 5.1-RELEASE FreeBSD 5.1-RELEASE #3 Than

web protection

2005-05-30 Thread Mad Unix
I used this link http://faq.web2010.com/htaccess.htm but still cant see the effect of protection squid# pwd /var/www/html/squid-reports squid# ls -al total 646 drwxr-xr-x 25 root wheel 1024 May 30 12:56 . drwxr-xr-x 3 root wheel512 Jan 28 2004 .. -rw-r--r-- 1 root wheel125 May 3

Re: web protection

2005-05-30 Thread Mad Unix
it works now, user created and added to httpd.conf AllowOverride ALL order allow,deny allow from all thanks On 5/30/05, albi <[EMAIL PROTECTED]> wrote: > On Mon, 30 May 2005 14:28:47 +0400 > Mad Unix <[EMAIL PROTECTED]> wrote: > > > I used this link http://f

egghelp

2005-05-31 Thread Mad Unix
I am running an IRC bot to capture CNN news When I call any news, it gave me the following !news list CNN Top Stories Headlines (c) CNN.com - by Thrill "!news help" for options Get RSS direct from CNN.com! (http://www.cnn.com/services/rss/index.html) I am using the following news.tcl # CNN n

web chat server

2005-06-01 Thread Mad Unix
I want to implemet a web chat server on FreeBSD any one did that before can give me some tips Thanks ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROT

mysql

2008-09-03 Thread Mad Unix
I need to replicate MySQL DB of mulltiple server on SiteA to my DR-Site Site_B... all DB are alocated on RHEL,SuSE,Centos,Debian, FreeBSD servers. I need a script to take Multiple MySql DataBase Backup and then import to SiteB, the replica can be done as cold or hotbackup and cron it -- Madunix_at

Problem with routing in VmWare VMS

2012-06-21 Thread UNIX developer @ Google.com
Hi! I have problem with routing on FreeBSD. I have ESXi 5 host. In there is 5 VMs and one of them is a BSD. I need create router on BSD. I try to setting up it with this manual: http://www.freebsd.org/doc/handbook/network-routing.html but problem is still the same... I cant ping external network f

Problem with routing in VmWare VMS

2012-06-22 Thread UNIX developer @ Google.com
Thank you, Mark! All work! - Вы писали 22 июня 2012 г., 16:31:39: > On Fri, 22 Jun 2012 08:10:43 -0500, UNIX developer @ Google.com > wrote: >> now after reboot the problem still the same. >> ping -S 192.168.2.1 192.168.1.1 >> PING 192.168.1.1 (192.168.1

Multiple natd + ipfw

2006-01-27 Thread Unix-Solutions - Steven
s: ipfw -f flush ipfw add 1 divert natd ip from any to any via xl1 ipfw add 2 divert natd ip from any to 62.166.141.32/29 via xl0 ipfw add 3 divert 8669 ip from 192.168.2.253 to any via xl0 ipfw add 00004 allow ip from any to any via lo0 ipfw add 5 deny ip from any to 127.0.0.0/8 ipf

Motd Updating

2003-01-09 Thread Coreix Systems - UNIX Developers
Can someone tell me he name of the .c or .h file containing code to do the updating of MOTD, i want to add company specific support data to the source so it can be updated to motd on a daily basis, but do not want it to be easily accessiably be sysadmins. i have done it through a /etc/perodic/dai

quad core and graphic cards

2007-06-20 Thread Instituto de Ingenieria Área de Sistemas Unix/Linux
to de Ingeniería de la UNAM Coordinación de Sistemas de Cómputo Área de Sistemas Unix/Linux ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Support graphic cards

2007-06-22 Thread Instituto de Ingenieria Área de Sistemas Unix/Linux
to de Ingeniería de la UNAM Coordinación de Sistemas de Cómputo Área de Sistemas Unix/Linux ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"