Re: Maximum Number of USB Mass Storage Devices

2010-02-20 Thread David King
Thanks David. My question was specific to FreeBSD's limitations rather than USB limitiations. You're not going to get hundreds of them on a single bus, whether it's FreeBSD's limitation or USB's. On 19/02/2010, David King dk...@ketralnis.com wrote: I have a requirement to connect

Re: Maximum Number of USB Mass Storage Devices

2010-02-18 Thread David King
I have a requirement to connect a large number of USB bus powered external hard disks to a FreeBSD 8.0 system. I am talking about hundreds of them. The USB spec itself limits to 127 devices per bus, including hubs (and including the internal hub-like device on many busses).

Re: snapshot fails with Filesize limit exceeded

2007-03-22 Thread David King
When trying to create a snapshot (per the handbook at http:// www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/snapshots.html), the creation of the snapshot fails: [...] mount: /mnt/big: Filesize limit exceeded [...] Am I doing something wrong? Your account has a filesize limit set? Check

snapshot fails with Filesize limit exceeded

2007-03-21 Thread David King
When trying to create a snapshot (per the handbook at http:// www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/snapshots.html), the creation of the snapshot fails: /mnt/big# mount -u -o snapshot /mnt/big/.snap/`date` /mnt/big mount: /mnt/big: Filesize limit exceeded It takes about a minute

rbl-milter

2007-03-15 Thread David King
I'm using mail/rbl-milter-0.30_2 on FreeBSD 6.2 (which sports Sendmail 8.13.8 compiled with -DMILTER). rbl-bilter is a sendmail milter that checks a DNS RBL (in this case, spamcop) to see if an address is a known-spammer, and if so, adds a header to the email rbl-milter starts, and creates

Re: [SOLVED] restore: no memory to extend symbol table

2007-02-13 Thread David King
When moving from one disk to another, I did a dump of a large filesystem, like this: mkdir ~/tmo cd ~/tmp dump -0f - /dev/devicenode | split So now I have 99G in 100 files named xaa through xdv However, when I try to restore it: mount /mountpoint cat ~/tmp/* | (cd /mountpoint restore -rf -)

restore: no memory to extend symbol table

2007-02-08 Thread David King
When moving from one disk to another, I did a dump of a large filesystem, like this: mkdir ~/tmo cd ~/tmp dump -0f - /dev/devicenode | split So now I have 99G in 100 files named xaa through xdv However, when I try to restore it: mount /mountpoint cat ~/tmp/* | (cd /mountpoint restore

Re: FreeBSD Schwag

2006-12-03 Thread David King
Hello All, I have been to the usual suspects (freebsdmall.com etc) looking for polos with the new freebsd logo. Where can I get schwag with the new logo? I just ordered a few from http://bsdmall.com/ When I say just, I mean that I ordered them four months ago and they just got to me

Re: /var corrupted.....

2006-11-04 Thread David King
How can I force a reinstall of a port and all its deps. portupgrade -fRr xorg-clients, for instance ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

Re: /var corrupted.....

2006-11-01 Thread David King
Ok... good tip thanks. That would definitely leave my db/pkg out of whack. I wonder if a 'portupgrade -af' would fix that up? I doubt it. How would portupgrade know what is installed (to which -a applies) without a package database? I'll wait for others to weigh in as well on option 1

Re: Copying binaries to new server

2006-10-24 Thread David King
Ugh...my ssh session to the new (remote) server was killed, presumably when restore overwrote something sshd needed. I was able to telnet back in, restart sshd and get back in, but since I was doing the restore interactively, and not in the background, was the restore interrupted? I

Re: Segfaulting perl

2006-10-18 Thread David King
I have other packages that rely on that perl module (notably gnucash) that won't work with it not installed. That bug was filed with Debian a year ago (Bug#334938, Oct 20, 2005 http://bugs.debian.org/cgi-bin/ bugreport.cgi?bug=334938). On 15 Oct 2006, at 13:10, David King wrote: Just

Re: Segfaulting perl

2006-10-15 Thread David King
Just to make sure that no bad library dependancies were at work, I did a 'make buildworld installworld', and a 'portupgrade -frR fetchyahoo perl openssl', to no avail (and with the same backtrace generated by gdb as below). Any ideas? On 10 Oct 2006, at 11:05, David King wrote: When

Segfaulting perl

2006-10-10 Thread David King
When trying to run fetchyahoo (from ports), perl dumps core. It appears to be dumping core in OpenSSL. I've tried recompiling/ reinstalling all ports related to fetchyahoo, perl, and openssl. This happens whether or not I enable SSL in fetchyahoo's configuration. It gets as far as: ~%

Re: .dmg files?

2006-10-10 Thread David King
Is there any way to unpack a .dmg file (mac) on FreeBSD? I have checked in ports/archivers and can't find anything that looks like it will do it, and google turns up nothing of any use that I've found yet. Have I missed something, or can this really not be done? Take a look at

Re: Checking remote processes

2006-10-03 Thread David King
On Tue, 2006-10-03 at 15:12 +1000, Norberto Meijome wrote: ssh some.hosts.address ps aux | grep httpd | grep -v grep ps aux | grep [h]ttpd ssh [EMAIL PROTECTED] pgrep httpd ___ freebsd-questions@freebsd.org mailing list

Re: sshd brute force attempts?

2006-09-19 Thread David King
/freebsd-questions To unsubscribe, send any mail to freebsd-questions- [EMAIL PROTECTED] -- David King Computer Programmer Ketralnis Systems ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: How do I give 2 parameters to programs in an unix enviroment?

2006-09-08 Thread David King
Here's an example using zsh (I assume it's the same using bash, but different using tcsh or sh): diff (find /usr/local -type f | sort) (for each in /var/db/pkg/*/ +CONTENTS; do grep -v '^@' $each; done | sort) This does a diff(1) of what /var/db/pkg says that /usr/local should look like,

Re: How do I give 2 parameters to programs in an unix enviroment?

2006-09-08 Thread David King
Here's an example using zsh (I assume it's the same using bash, but different using tcsh or sh): [...] This uses the () operator. [...] There's another, similar operator that does force it to use temp files, but I can never remember what it is :) [...] Just for the archives, The =() operator

Re: time to come clean... .

2006-09-03 Thread David King
://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions- [EMAIL PROTECTED] -- David King Computer Programmer Ketralnis Systems ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: FreeBSD 5.4: 'cp -p' does not behave as documented

2006-08-28 Thread David King
According to the cp man page: -p Cause cp to preserve the following attributes of each source file in the copy: modification time, access time, file flags, file mode, user ID, and group ID, as allowed by permissions. If the user ID and group ID cannot be preserved, no error message

Re: e-mail from cron

2006-08-23 Thread David King
30 5 1 * * rootperiodic monthly 21 | sendmail [EMAIL PROTECTED] but all I get is a blank email sent to [EMAIL PROTECTED] [...] also.. using 21 doesn't seem appropriate, afaik you would use that in crontab if you don't want to get emails via cron You would

Re: e-mail from cron

2006-08-23 Thread David King
to this: # Perform daily/weekly/monthly maintenance. 1 3 * * * rootperiodic daily 21 | sendmail [EMAIL PROTECTED] [...] However, you might find it easier to just add the following line to the top of the crontab: [EMAIL PROTECTED] Which will cause all mail

Re: Accessing device files over the network

2006-08-22 Thread David King
Anyway this morning I was thinking under situations where this solution is not appropriate whether it was possible to access device files just by exporting the /dev filesystem thro' NFS? Will that work? Are there any gotchas? I hope everybody hasn't forgotten this thread, I'm curious about this

Re: Boot over network

2006-08-21 Thread David King
I would like to have a FreeBSD server which would supply a few workstations connected over the network a boot image NetBSD has some very detailed instructions on netbooting at http:// www.netbsd.org/Documentation/network/netboot/. It is a little specific that the booted machines boot NetBSD,

Re: Installing on IBM Z61t

2006-08-21 Thread David King
The boot order in BIOS is currently CD, Floppy Hard disk Most of the IBM laptops have some key that you can hit to get to a BIOS boot menu to select your boot device. Maybe it will boot the CD- ROM if you select it from there ___

Re: Quiet computer

2006-08-20 Thread David King
I am looking for a small computer that is silent or very quiet to sit in a home office.I use this one (3 ethernets): http://shop.tronico.net/pd1100964260.htm?categoryId=0 with 7-CURRENT and I've happily replaced an AMD K6-III 450/384MB Ram using a 4GB Microdrive ( but thats not even close to

Re: user level

2006-08-19 Thread David King
the Internet to conduct personal business. What must I know to configure sbcglobal.net to operate FreeBSD. And, do you think I need to learn a If DHCP is all you need to setup your internet connection, there is nothing easier you can have. Just put the installation CD into your Actually, I

Re: Did not use port_upgrade

2006-08-19 Thread David King
Do I need to make deinstall all of these ports and start all over? I'd appreciate someone correcting me if I'm wrong; I think you should just be able to upgrade your ports tree (directions in the Handbook) and then the ports will compile with the latest versions. That should be the case,

preserving metadata on filesystems that don't

2006-08-18 Thread David King
I would like to create monthly backups of large chunks of data that make full use of the unix file system features (that is, regular permissions, symlinks, hardlinks, support of certain special characters, etc). I would like to back this data up to a (remote) filesystem that doesn't

Re: vmware on freebsd?

2006-08-15 Thread David King
AFAIK, VMWare does not support FreeBSD as a host (YES as a guest) in their latest versions of the Workstation line. I havent heard of host as for the Server line, but I could be wrong. Does it run under Linux emulation? ___

Re: OT: new documents notification and approval

2006-08-14 Thread David King
Just get a full document management system, Like what? Any name? Disclaimer: I work for this company. Xythos Software makes a document management system that supports notifications when a document is read, written, moved, deleted, etc, in addition to other more complicated workflow

Re: Undelete for UFS2?

2006-08-12 Thread David King
Lastly surely someone has implemented a trash folder mechanism for freebsd... what is it called so I can look up how to install it? maybe something like: mkdir ~/.trash alias rm 'mv -iv \!* ~/.trash/' The problem with that solution is that when you move to a new system, you assume that

Re: Major Upgrade (Easy But Important Question)

2006-08-09 Thread David King
I'm running BSD 5.3 and need to upgrade http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ makeworld.html ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: shmget: No space on device (sshit)

2006-06-05 Thread David King
I have all of the IPC-related sysctls listed below. I do see that kern.ipc.shmmni is set to 192, and that kern.ipc.semmni is set to 10. Are those the maximums? What does MNI mean in those names? Is there a man page or recommended document that describes what these mean in detail? ipcs -M or

Re: shmget: No space on device (sshit)

2006-06-04 Thread David King
I'm trying to use sshit.pl from /usr/ports/secrurity/sshit, and I'm having some trouble with it that I think may be a bug, or a mis- configuration on my part. [...] How about the output from 'ipcs -b'. Here it is. There looks to be quite a few share memory segments (192) of size 64k owned by

Re: shmget: No space on device (sshit)

2006-06-04 Thread David King
Here it is. There looks to be quite a few share memory segments (192) of size 64k owned by root, for a total of 12MB. Any way to find out who (i.e. what process) owns these? Yes. Read the man page. Okay, so the following command line (as well as a manual verification) produces no results #

Re: Resizing Windows partitions ( was: Re: mount windows xp )

2006-06-04 Thread David King
Good luck, and if you need to resize some Windows partitions look into partition magic. If your budget doesn't allow for partition magic you might try Boot It NG from http://www.terabyteunlimited.com/ I also have good experiences with Gparted (http://

shmget: No space on device (sshit)

2006-06-03 Thread David King
I'm trying to use sshit.pl from /usr/ports/secrurity/sshit, and I'm having some trouble with it that I think may be a bug, or a mis- configuration on my part. sshit is a Perl program that receives syslog messages (configured in syslog.conf) of the form '/failed .*from (\d+\.\d+\.\d+\.\d+)