FW: Multi ISP Load Balancing...

2008-08-29 Thread Marcel Grandemange
I know this has probably been asked a thousand times but can someone give me an example with ipfw to do loadbalancing between two ISP's. We have two DSL links and realize that we wont get combined bandwidth. All I want is for BSD to choose the different ISP's based on a probability.

RE: Obscure df -h output

2008-08-29 Thread Marc Coyles
Yes, they did something bizarre. Ask them why :) Kris ___ Mornin' Kris / list... Asked them why and they shrugged and said we didn't... So... I unmounted all the nullfs mounts that it'd allow me to unmount (tmp, dev, proc and bin were busy) and

Re: FW: Multi ISP Load Balancing...

2008-08-29 Thread Julien Cigar
Add a route and set the same metric to both interfaces .. ? On Fri, 2008-08-29 at 08:38 +0200, Marcel Grandemange wrote: I know this has probably been asked a thousand times but can someone give me an example with ipfw to do loadbalancing between two ISP's. We have two DSL links

Re: Obscure df -h output

2008-08-29 Thread Kris Kennaway
Marc Coyles wrote: Yes, they did something bizarre. Ask them why :) Kris ___ Mornin' Kris / list... Asked them why and they shrugged and said we didn't... So... I unmounted all the nullfs mounts that it'd allow me to unmount (tmp, dev, proc and

General Mysql Performance Question

2008-08-29 Thread Paul A. Procacci
Hey All, Recently I've been asked to do performance testing of postgres and mysql on FreeBSD. Kris' page (http://people.freebsd.org/~kris/scaling/mysql.html) was extremely useful in giving me a starting point for my own comparisons. Additionally, his name is splattered all over the web

Re: General Mysql Performance Question

2008-08-29 Thread Kris Kennaway
Paul A. Procacci wrote: My question is in reference to the 1st and 2nd graphs on this page. While testing the performance of the databases given in this graph, the one thing that sticks out is that when Mysql uses the myisam engine with the ULE schedular, performance drops quite considerably

Re: General Mysql Performance Question

2008-08-29 Thread Paul A. Procacci
Kris Kennaway wrote: Paul A. Procacci wrote: My question is in reference to the 1st and 2nd graphs on this page. While testing the performance of the databases given in this graph, the one thing that sticks out is that when Mysql uses the myisam engine with the ULE schedular, performance

Re: Problem in FreeBSD 7.x, in Xorg switching consoles.

2008-08-29 Thread Polytropon
Ha! Seems that I'm not alone with this! :-) On Thu, 28 Aug 2008 07:11:23 -0700 (PDT), Christopher Joyner [EMAIL PROTECTED] wrote: When I switch from my Xorg running KDE, for some reason it pushes a string as keypresses to the KDE. I do not know if it's on return, or on exit. I have a

Re: Disk access is slowing my Eee PC

2008-08-29 Thread Lars Stokholm
On Thu, Aug 28, 2008 at 8:55 PM, Matthias Apitz [EMAIL PROTECTED] wrote: I've one of these eeePC 900 installed by my own and a fried of my as well; he runs mySQL, Apache and a blogging engine on top of this without any kind of problems; I use mineone for writing stuff and reading with KDE's

Re: Disk access is slowing my Eee PC

2008-08-29 Thread Wojciech Puchar
don't know if this will help you; I never had swap, but now I've set noatime on mounts and Fx cache to 0MB. maybe after 5 years from now (at least) they finally invent direct controlling of flash and flash-optimized filesystem. flash drives should be MUCH faster that hard drives, but they

tcpdump question

2008-08-29 Thread EdwardKing
There is a server and a clinet,the use TCP and port is ,server and client is the same machine. I use following step: 1.client send a hello to server 2.server return a hello to client 3.stop client 4.stop server I use tcpdump to watch tcp package,result is follows: 15:47:15.875447 IP (tos

Re: tcpdump question

2008-08-29 Thread Matthias Apitz
El día Friday, August 29, 2008 a las 05:25:19PM +0800, EdwardKing escribió: I want to know what's meaning of 'S','.','P','F'? Anyone could explain above tcpdump result? I don't understand above result well. Look for the book: TCP/IP Illustrated, Volume I, of Rich Stevens; S is Syn P is Push

Re: tcpdump question

2008-08-29 Thread Olivier Nicole
Edward, I want to know what's meaning of 'S','.','P','F'? You should learn a bit about TCP protocol. S is for SYN (synchronize) P is for PUSH F is for FIN . is for nothing Pakets are: 3 way hand shake initiate TCP connection client server SYN sever client SYN ACK client server ACK

jmicron based usb drive

2008-08-29 Thread DA Forsyth
Hiya I was happy to purchase a device that allow an external drive to be connected via USB. this thing just has 3 sockets, no case. sockets for SATA, IDE and 2.5 IDE, plus an external power supply for drives that need it. Works perfectly on my WinXP box... but on FreeBSD 7.0R I get this in

Switching wireless networks: WPA - unencrypted

2008-08-29 Thread Lars Stokholm
I usually use two WPA encrypted wireless networks and I have wpa_supplicant.conf set up for that. In rc.conf I have ifconfig_ath0=WPA DHCP. It's working fine, but once in a while I have to use other, unencrypted networks and that presents a problem. How do I connect to these with the least amount

Re: defrag

2008-08-29 Thread Wojciech Puchar
CP/M was single-user and was used on floppies up to 360kB AFAIK, And MP/M was multi-user, using the same filesystem. From memory, there was perhaps one byte that indicated which user owned a file :) in CP/M there were users too, but it was just to help keeping it clear, not for security,

Re: defrag

2008-08-29 Thread Wojciech Puchar
at FAT. possibly untrue in Win NT, From what I've read, it's a journalling filesytem based on a i mean FAT partition under NT. I see that ext4 the successor to ext3, and which also has extent support, has a defragmenter. And it appears to give significant increases in read speeds.

Re: Where is wrong with tcpdump?

2008-08-29 Thread Wojciech Puchar
On Thu, 28 Aug 2008, EdwardKing wrote: I want to watch ip:172.0.10.2 port:19 TCP information,so I use following command: #tcpdump tcp port 19 host 172.0.10.2 tcpdump: syntax error Why? How to do it? tcpdump tcp port 19 and host 172.0.10.2 Thanks

Re: Switching wireless networks: WPA - unencrypted

2008-08-29 Thread Pietro Cerutti
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Lars Stokholm wrote: | I usually use two WPA encrypted wireless networks and I have | wpa_supplicant.conf set up for that. In rc.conf I have | ifconfig_ath0=WPA DHCP. It's working fine, but once in a while I | have to use other, unencrypted

Re: Switching wireless networks: WPA - unencrypted

2008-08-29 Thread Lars Stokholm
On Fri, Aug 29, 2008 at 1:10 PM, Pietro Cerutti [EMAIL PROTECTED] wrote: wpa_supplicant.conf supports WEP and open networks as well: [...] Sweet. Thanks. ___ freebsd-questions@freebsd.org mailing list

K3b dosent detect either of my burners

2008-08-29 Thread Warren Liddell
I have gone through the info from various sites, handbooks, email archives and yet still k3b doesnt detect neither 1 of my 2 SATA Burners .. i use FreeBSD 7.0-STABLE KDE4 AMD64. below r the 2 burners as they appear in dmesg. acd0: DVDR TSSTcorp CDDVDW SH-S203D/SB00 at ata2-master SATA150

Error Compiling linux-nero

2008-08-29 Thread Warren Liddell
Im running AMD64 FreeBSD 7.0-STABLE KDE4 ... Below is error msg === Checking if sysutils/linux-nero already installed cd /usr/ports/sysutils/linux-nero/work /usr/bin/find * -type d -exec /bin/mkdir -p /compat/linux/{} \; cd /usr/ports/sysutils/linux-nero/work /usr/bin/find * ! -type d |

Re: defrag

2008-08-29 Thread Eduardo Morras
At 15:21 28/08/2008, RW wrote: On Thu, 28 Aug 2008 10:13:40 +0200 Eduardo Morras [EMAIL PROTECTED] wrote: No, if you check a NTFS disk after some work, it's heavily fragmented. As you fill it and work with it, it becomes more and more fragmented. How did you measure it? AFAIK the

Re: Problem in FreeBSD 7.x, in Xorg switching consoles.

2008-08-29 Thread Polytropon
On Fri, 29 Aug 2008 05:06:26 -0700 (PDT), Christopher Joyner [EMAIL PROTECTED] wrote: We both have the same problem. Your right it's the clipboard buffer, using the middle mouse button. Damn! (Read: Strange, I have no explaination for this.) Maybe It's the mouse daemon? Do you have a USB

Script To Execute command via mail

2008-08-29 Thread Marcel Grandemange
I have an interesting situation. I have a windows based sms server, this machine works in the following way. It watches a shared directory for txt files that must be formatted in certain way and periodically sends them off to mobile. What I want to do is create a SMTP to SMS gateway.

Re: Make World Inside Jail

2008-08-29 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jason C. Wells wrote: I currently use a separate machine to make world and to make and archive ports and packages. I would like to retire that machine and move that functionality into a jail. I am due to switch to 7.1 from 6.3 soon. I

Re: Script To Execute command via mail

2008-08-29 Thread Matthias Apitz
El día Friday, August 29, 2008 a las 02:54:42PM +0200, Marcel Grandemange escribió: I have an interesting situation. I have a windows based sms server, this machine works in the following way. It watches a shared directory for txt files that must be formatted in certain way and

Re: Script To Execute command via mail

2008-08-29 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Marcel Grandemange wrote: I have an interesting situation. I have a windows based sms server, this machine works in the following way. It watches a shared directory for txt files that must be formatted in certain way and periodically sends

RE: Script To Execute command via mail

2008-08-29 Thread Marcel Grandemange
Yes the Server I want to do this on Is a FreeBSD 7.0 box, however cannot use procmail as all mboxes are virtual. Ie not real accounts all exist only on mysql, and since I changed from a normall stock setup to using mysql procmail no longer will work. All boxes are in form of [EMAIL PROTECTED] I

Re: Script To Execute command via mail

2008-08-29 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Marcel Grandemange wrote: Yes the Server I want to do this on Is a FreeBSD 7.0 box, however cannot use procmail as all mboxes are virtual. Ie not real accounts all exist only on mysql, and since I changed from a normall stock setup to using mysql

Re: Dual (zaphod) head on Intel i810 does not work for FreeBSD V7.0 Release

2008-08-29 Thread John Hein
Ray Newman wrote at 17:56 +1000 on Aug 29, 2008: Under FreeBSD V6.2 Release (X 6.9.0 and i810 1.4.1) with this xorg.conf, this log file is produced and the dual screen config works. . . Under FreeBSD V7.0 Release (X 1.4.0 and i810 1.6.5) with this xorg.conf which is nearly

Re: Error Compiling linux-nero

2008-08-29 Thread Pietro Cerutti
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Warren Liddell wrote: | Im running AMD64 FreeBSD 7.0-STABLE KDE4 ... Below is error msg | | | === Checking if sysutils/linux-nero already installed | cd /usr/ports/sysutils/linux-nero/work /usr/bin/find * -type d -exec | /bin/mkdir -p

Re: Dual (zaphod) head on Intel i810 does not work for FreeBSD V7.0 Release

2008-08-29 Thread Tom Evans
On Fri, 2008-08-29 at 17:56 +1000, Ray Newman wrote: Hi, Under FreeBSD V6.2 Release (X 6.9.0 and i810 1.4.1) with this xorg.conf, this log file is produced and the dual screen config works. Under FreeBSD V7.0 Release (X 1.4.0 and i810 1.6.5) with this xorg.conf which is nearly

How to use rxvt-unicode + OpenSSH

2008-08-29 Thread आशीष शुक्ल Ashish Shukla
Hi, I'm experiencing an issue related to the terminal capabilities and OpenSSH. I've installed x11/rxvt-unicode port on my client and server. When I login to my server from urxvt (running on client), I get messages related to terminal capabilities: 88 abbe [~] chateau% ssh

Ports and 64-bit Processors

2008-08-29 Thread FreeBSD Questions
FreeBSD has supported 64-bit architectures for a while now... Alpha and UltraSPARC come to mind--even if Alpha is no longer a Tier 1 architecture. I'm surprised to hear so many of you say that certain ports are broken on AMD64. I would think if they worked on other 64-bit processors they'd work

Re: Ports and 64-bit Processors

2008-08-29 Thread Bill Moran
In response to FreeBSD Questions [EMAIL PROTECTED]: FreeBSD has supported 64-bit architectures for a while now... Alpha and UltraSPARC come to mind--even if Alpha is no longer a Tier 1 architecture. I'm surprised to hear so many of you say that certain ports are broken on AMD64. I would

Re: Ports and 64-bit Processors

2008-08-29 Thread sergio lenzi
Em Sex, 2008-08-29 às 10:57 -0400, Bill Moran escreveu: In response to FreeBSD Questions [EMAIL PROTECTED]: FreeBSD has supported 64-bit architectures for a while now... Alpha and UltraSPARC come to mind--even if Alpha is no longer a Tier 1 architecture. I'm surprised to hear so many

Re: Help! Tape drive resets the server!

2008-08-29 Thread Kirk Strauser
On Aug 27, 2008, at 10:22 AM, Kirk Strauser wrote: Occasionally, whenever I open sa0 for reading (typically when Amanda starts flushing backups to tape), the system resets. In summary: RAM issues. Apparently I have to boost the RAM from 1.8V to 2.1V, or so says its manufacturer. Got my

Re: defrag

2008-08-29 Thread Wojciech Puchar
How did you measure it? AFAIK the percentage fragmentation figures given by windows tools and fsck, aren't measured on the same basis. I run jkdefrag. I outs an image of fragmented files. In practice work, when i defrag the data disks i get 30-40 (even 50) MB/s when copying files using a

Re: K3b dosent detect either of my burners

2008-08-29 Thread Oliver Peter
On Fri, Aug 29, 2008 at 09:58:39PM +1000, Warren Liddell wrote: I have gone through the info from various sites, handbooks, email archives and yet still k3b doesnt detect neither 1 of my 2 SATA Burners .. i use FreeBSD 7.0-STABLE KDE4 AMD64. below r the 2 burners as they appear in dmesg.

ipnat: flush one specific active session

2008-08-29 Thread rvenne
Hi, I'm using release 7.0 and looking for an idea to flush one specific active ipnat session, such like these one: MAP 192.168.0.8142667 - - 82.229.222.721746 [88.191.60.158 993] MAP 192.168.0.8140045 - - 82.229.222.744303 [66.163.181.189 5050] MAP 192.168.0.8147082 - -

Re: Ports and 64-bit Processors

2008-08-29 Thread Wojciech Puchar
and UltraSPARC come to mind--even if Alpha is no longer a Tier 1 architecture. I'm surprised to hear so many of you say that certain ports are broken on AMD64. I would think if they worked on other 64-bit processors they'd work on AMD64. Were the ports that are broken on AMD64 also broken on

WRITE errors

2008-08-29 Thread Vince Sabio
I recently installed 7.0-RELEASE, and have recently started seeing these in my kernel log: g_vfs_done():ad2s1a[WRITE(offset=19671924736, length=131072)]error = 5 ad2: WARNING - WRITE_DMA UDMA ICRC error (retrying request) LBA=71976351 ad2: WARNING - WRITE_DMA UDMA ICRC error (retrying request)

Re: Ports and 64-bit Processors

2008-08-29 Thread Roland Smith
On Fri, Aug 29, 2008 at 10:44:10AM -0400, FreeBSD Questions wrote: FreeBSD has supported 64-bit architectures for a while now... Alpha and UltraSPARC come to mind--even if Alpha is no longer a Tier 1 architecture. I'm surprised to hear so many of you say that certain ports are broken on

Re: _secure_path: cannot stat /dev/null/.login_conf: Not a directory

2008-08-29 Thread VeeJay
Hi Dan Thanks for your advice. Could you tell me where I should I start to look for to make these changes and correct this problem? Regards VJ On Fri, Aug 29, 2008 at 12:08 PM, VeeJay [EMAIL PROTECTED] wrote: Hi Dan Thanks for your advice. Could you tell me where I should I start to look

Mysql Performance Question 4.1.22 vs 5.1.26.rc

2008-08-29 Thread Jim Pazarena
I changed from 4.1.22 to 5.1.26.rc and my performance in a very busy db, tanked! could the use of an 'rc' possibly be my issue? is there any chance that the 'rc' has debugging enabled which is slowing me down? -- Jim Pazarena [EMAIL PROTECTED] ___

IPFW: Is keep/check-state inherent?

2008-08-29 Thread Steve Bertrand
Hi everyone, I can't recall for certain, but not so long ago, I either read or heard about IPFW having implicit keep-state and check-state. Is it true that I can now omit these keywords in my rulesets? Steve ___ freebsd-questions@freebsd.org

Re: Mysql Performance Question 4.1.22 vs 5.1.26.rc

2008-08-29 Thread Jim Pazarena
Abdullah Ibn Hamad Al-Marri wrote: - Original Message From: Jim Pazarena [EMAIL PROTECTED] To: FreeBSD freebsd-questions@freebsd.org Sent: Friday, August 29, 2008 8:34:14 PM Subject: Mysql Performance Question 4.1.22 vs 5.1.26.rc I changed from 4.1.22 to 5.1.26.rc and my performance

Re: IPFW: Is keep/check-state inherent?

2008-08-29 Thread Christopher Cowart
Steve Bertrand wrote: I can't recall for certain, but not so long ago, I either read or heard about IPFW having implicit keep-state and check-state. Is it true that I can now omit these keywords in my rulesets? keep-state is not implicit. check-state is not generally necessary, because

Re: Mysql Performance Question 4.1.22 vs 5.1.26.rc

2008-08-29 Thread Paul A. Procacci
Jim Pazarena wrote: I changed from 4.1.22 to 5.1.26.rc and my performance in a very busy db, tanked! could the use of an 'rc' possibly be my issue? is there any chance that the 'rc' has debugging enabled which is slowing me down? Hello, I've ran some tests just this past week (in fact I

Re: Mysql Performance Question 4.1.22 vs 5.1.26.rc

2008-08-29 Thread Abdullah Ibn Hamad Al-Marri
- Original Message From: Jim Pazarena [EMAIL PROTECTED] To: FreeBSD freebsd-questions@freebsd.org Sent: Friday, August 29, 2008 8:34:14 PM Subject: Mysql Performance Question 4.1.22 vs 5.1.26.rc I changed from 4.1.22 to 5.1.26.rc and my performance in a very busy db, tanked!

Re: Ports and 64-bit Processors

2008-08-29 Thread Robert Huff
Roland Smith writes: To see which ports are restricted to certain architectures, try the following command: find /usr/ports -type f -name Makefile -exec grep -H ONLY_FOR_ARCH {} \;|less This returned 643 entries, of which 29 listed a reason. Six of those use assembler

Re: WRITE errors

2008-08-29 Thread Wojciech Puchar
I recently installed 7.0-RELEASE, and have recently started seeing these in my kernel log: g_vfs_done():ad2s1a[WRITE(offset=19671924736, length=131072)]error = 5 ad2: WARNING - WRITE_DMA UDMA ICRC error (retrying request) LBA=71976351 ad2: WARNING - WRITE_DMA UDMA ICRC error (retrying request)

Re: Ports and 64-bit Processors

2008-08-29 Thread Wojciech Puchar
AFAIK, it is not as much a question of ports being broken, but there are some ports that have 'ONLY_FOR_ARCHS=i386' set, e.g. because they are binary-only ports (e.g. flash plugin, nvidia driver) or because they contain i386 assembly code or because the code contains assumptions that are true on

finding which apps use a given port

2008-08-29 Thread Zbigniew Szalbot
Hi, For a long time there has been a problem with posix-something port (as reported by portaudit) and I do not see an update to this particular port. How would I go about checking which ports/applications use this particular posix port? I am tempted to remove it but need to check why it is

Re: Mysql Performance Question 4.1.22 vs 5.1.26.rc

2008-08-29 Thread Wojciech Puchar
I changed from 4.1.22 to 5.1.26.rc and my performance in a very busy db, tanked! why not 7? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Mysql Performance Question 4.1.22 vs 5.1.26.rc

2008-08-29 Thread Wojciech Puchar
sorry i mistaken SQL versions with FreeBSD versions. please ignore my last post ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

finding which apps use a given port

2008-08-29 Thread Robert Huff
Zbigniew Szalbot writes: For a long time there has been a problem with posix-something port (as reported by portaudit) and I do not see an update to this particular port. How would I go about checking which ports/applications use this particular posix port? I am tempted to remove it

Re: finding which apps use a given port

2008-08-29 Thread Zbigniew Szalbot
Hello, Robert Huff pisze: For a long time there has been a problem with posix-something port (as reported by portaudit) and I do not see an update to this particular port. How would I go about checking which ports/applications use this particular posix port? I am tempted to remove it but

BIND DNS Patching on 6.1, 6.2

2008-08-29 Thread gpeel
Hi all, I have ten webservers that I would like nothing more than to update to 6.3 or 7.x But right now I just dont have time. I was wondering if anyone has tried the patches BIND DNS Poioning listed on the freebsd homepage (security advisories) on 6.1 and/or 6.2 and if they worked OK.

Re: BIND DNS Patching on 6.1, 6.2

2008-08-29 Thread gpeel
Hi Again, When I posted this question originally, I had forgotten that I had a devel server running FreeBSD 6.2-RELEASE. I tried the 6.3 patch, and it would not make properly. I was thinking I would try the BIND959.5.0 port, but it apprears that this version is still vulneralbe. So I suppose

Mouse doesn't work in Gnome after install

2008-08-29 Thread Joe Tseng
I'm still a FreeBSD newbie so I'm still feeling my way around... Got two mouse problems: 1. I just installed FreeBSD 7 on a laptop and got Gnome running. The mouse works with the trackpad but not the USB mouse. 2. I just installed FreeBSD 7 as a VMWare Server guest and got Gnome running.

Re: OT: most universal file system for 1TB external USB2 hard drive

2008-08-29 Thread Andrew Gould
On Fri, Aug 22, 2008 at 7:17 PM, RW [EMAIL PROTECTED] wrote: There is also NTFS through ntfs-3g ,which is available for all of the above (sysutils/fusefs-ntfs on FreeBSD). Having a native Windows filesystem is sensible on a portable drive, and fat32 is not a great filesystem.

Re: OT: most universal file system for 1TB external USB2 hard drive

2008-08-29 Thread RW
On Fri, 29 Aug 2008 15:21:40 -0500 Andrew Gould [EMAIL PROTECTED] wrote: On Fri, Aug 22, 2008 at 7:17 PM, RW [EMAIL PROTECTED] wrote: There is also NTFS through ntfs-3g ,which is available for all of the above (sysutils/fusefs-ntfs on FreeBSD). Having a native Windows filesystem is

NFS and File Over Write Performance

2008-08-29 Thread Derek Buttineau
Just curious if anyone has run into this before. We are testing an HP DL380 G5 Storage Server. The odd thing I'm experiencing is when over writing a file on the NFS share with the FreeBSD NFS client my transfer speed is about 1/3 of what it is if I'm creating a new file on the share.

Re: Ports and 64-bit Processors

2008-08-29 Thread Diego F. Arias R.
On Fri, Aug 29, 2008 at 10:34 AM, sergio lenzi [EMAIL PROTECTED] wrote: Em Sex, 2008-08-29 às 10:57 -0400, Bill Moran escreveu: In response to FreeBSD Questions [EMAIL PROTECTED]: FreeBSD has supported 64-bit architectures for a while now... Alpha and UltraSPARC come to mind--even if

Re: K3b dosent detect either of my burners

2008-08-29 Thread Warren Liddell
On Saturday 30 August 2008 01:46:04 Oliver Peter wrote: On Fri, Aug 29, 2008 at 09:58:39PM +1000, Warren Liddell wrote: I have gone through the info from various sites, handbooks, email archives and yet still k3b doesnt detect neither 1 of my 2 SATA Burners .. i use FreeBSD 7.0-STABLE KDE4

Re: defrag

2008-08-29 Thread Gerard
On Fri, 29 Aug 2008 13:44:20 +1000 (EST) Ian Smith [EMAIL PROTECTED] wrote: On Thu, 28 Aug 2008 13:33:35 +0200 (CEST) Wojciech Puchar [EMAIL PROTECTED] wrote: CP/M was single-user and was used on floppies up to 360kB AFAIK, And MP/M was multi-user, using the same filesystem. From

starting linux-nero

2008-08-29 Thread Warren Liddell
i've compiled linux-nero, but i cant seemto find to command line to start the application .. am i losing the plot ? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: K3b dosent detect either of my burners

2008-08-29 Thread Manolis Kiagias
Warren Liddell wrote: On Saturday 30 August 2008 01:46:04 Oliver Peter wrote: On Fri, Aug 29, 2008 at 09:58:39PM +1000, Warren Liddell wrote: I have gone through the info from various sites, handbooks, email archives and yet still k3b doesnt detect neither 1 of my 2 SATA Burners .. i

Re: K3b dosent detect either of my burners

2008-08-29 Thread Warren Liddell
When the atapicam module is loaded, it treats ATAPI CDs like SCSI ones, so you should get names like cd0 and cd1. Can you perform an ls /dev/cd* and see if these devices exist? I haven't used a SATA recorder in my machine yet, but since the ata driver attaches to them, I see no reason they

Re: BIND DNS Patching on 6.1, 6.2

2008-08-29 Thread Lars Kristiansen
gpeel skrev: I was thinking I would try the BIND959.5.0 port, but it apprears that this version is still vulneralbe. The port dns/bind95 is patched: $ named -version BIND 9.5.0-P2 Easily installed with the option WITH_REPLACE_BASE. Regards, Lars

Re: tcpdump question

2008-08-29 Thread Agus
2008/8/29 Olivier Nicole [EMAIL PROTECTED]: Edward, I want to know what's meaning of 'S','.','P','F'? You should learn a bit about TCP protocol. S is for SYN (synchronize) P is for PUSH F is for FIN . is for nothing Pakets are: 3 way hand shake initiate TCP connection client server

RE: mysql-server-5.1.22 system administration docsonFreeBSD7.0-RELEASE-i386 ?

2008-08-29 Thread David Christensen
Reordered for clarity -- David. I used pkg_add (rather than sysinstall) to install MySQL 5.1 server on another machine. While the port is called 'mysql-server-5.1.22', the package is called 'mysql51-server': # cd /usr/ports/ # make search mysql ... Port: mysql-server-5.1.22

Re: Dual (zaphod) head on Intel i810 does not work for FreeBSD V7.0 Release

2008-08-29 Thread Ray Newman
Hi, Using the intel driver, I can *ALMOST* get there. What I want to do is run KDE and general apps on the first screen - LVDS ( :0.0 ) and run one single X app on the second screen - CRT ( :0.1 ). Using the intel drivers, I can't get KDE to leave the second screen alone. In fact, it keeps