GCHK price up more than 20%, Obama's stimulus package creates massive growth

2009-04-14 Thread Stock Price Up Alert
pass up! I believe, and so do others, that Greenchek Technology Inc GCHK could be at least 10 times undervalued right now and think readers should be picking this one up while it?s under $2.00 per share. ( Analyst Victor Sula, Ph. D. picked GCHK to go to $3.42 in his report back in

Questions re: disklabel for external USB drives

2006-12-11 Thread up
I just got an external USB drive that I want to use for disk-based backups. It is important that this drive be useable on different FreeBSD servers that we have. I got it working on a test server ok, but I noticed that the sysinstall utility labeled the device as: /dev/da0s1d Since the test se

Re: External USB drive kernel problems

2006-11-27 Thread up
On Wed, 22 Nov 2006, Christopher Sean Hilton wrote: > In all likelyhood FreeBSD needs some quirk to work with the IDE bridge > chipset in your enclosure. I have noticed that the plain jane enclosures > seem to work fine but the ones with special features fail. In particular > I have an enclosure w

Re: External USB drive kernel problems

2006-11-21 Thread up
i > > device ohci > > device usb > > device umass > > device ehci > > > > However, it will not even finish booting with the USB drive plugged in. > > It gets hung up on "Waiting 5 seconds for SCSI devices to settle". If I > > unplug th

Re: How to change all /bin/bash at /etc/passwd to /sbin/nologin?

2006-10-10 Thread up
Because that's what pw is for...you don't need to worry about accidentally deleting a colon, for example. A script using pw would also be a huge timesaver over manually editing hundreds of entries, I'd think as well. Of course, sed can do it even quicker, but with the same risks. On Tue, 10 Oct

Re: How does useradd determine the default mailbox/maildir location

2006-10-09 Thread up
etc/skel with a properly set up Maildir (plus .qmail, public_html or anything else you want) and edit those tags to suit your requirements. HTH, James Smallacombe PlantageNet, Inc. CEO and Janitor [EMAIL PROTECTED] htt

Re: How to change all /bin/bash at /etc/passwd to /sbin/nologin?

2006-10-09 Thread up
I would not recommend using vipw or sed to change your users' shells. I'd just create a file of users: cat /etc/passwd | cut -f1 -d":" > userlist (Edit out any users you don't want to include): then a scipt using pw to change their shells #!/bin/sh user=`awk '{print $1}' ./userlist` for user

Re: LSI SAS adapter

2006-10-09 Thread up
On Mon, 9 Oct 2006 [EMAIL PROTECTED] wrote: > > Can anyone verify that the LSI0100 PCI-X SAS RAID card will work with > 6.X-STABLE? The mfi driver says it supports LSI SAS MegaRAID, but this > isn't in the MegaRAID family (only does RAID 0 and 1, and I only need 1). > > All experiences appreciated

LSI SAS adapter

2006-10-09 Thread up
Can anyone verify that the LSI0100 PCI-X SAS RAID card will work with 6.X-STABLE? The mfi driver says it supports LSI SAS MegaRAID, but this isn't in the MegaRAID family (only does RAID 0 and 1, and I only need 1). All experiences appreciated...please reply directly as I am not subscribed. Than

Re: Cannot make depend without USB?

2006-10-05 Thread up
Please disregard, I was in the wrong source tree :-/ On Thu, 5 Oct 2006 [EMAIL PROTECTED] wrote: > > Hi: > > I'm trying to recompile a 6.2-PRERELEASE kernel without USB support. > After commenting out the USB devices in the kernel config file, and doing > a "make cleandepend" in the kernel sourc

Cannot make depend without USB?

2006-10-05 Thread up
Hi: I'm trying to recompile a 6.2-PRERELEASE kernel without USB support. After commenting out the USB devices in the kernel config file, and doing a "make cleandepend" in the kernel source directory, I get this when trying to do a "make depend": (excerpt): rm -f .newdep make -V CFILES -V SYSTEM

Re: Bug in 6.1 acpi?

2006-09-22 Thread up
reciated. > > > > > > James, > When you say power events, what exactly are we talking about here? Does > the system just shut down, does it power down cleanly, or is it > spontaneously rebooting? Spontaneously rebooting. NOT cleanly, but so far, it has come back up every

Bug in 6.1 acpi?

2006-09-22 Thread up
(Please respond directly, as I am not subscribed) I've asked about this error message before, but this has gotten serious. Not sure if it's related, but this server keeps spontaneously having what appear to be power events every 13-40 hours or so. No errors or panic messages or core dumps. The

6.1-STABLE spontaneously reboots!

2006-09-05 Thread up
production and for no cause that I can find, it reboots itself roughly twice a day. Nothing in the syslog or console log, it looks basically like a power event...system comes back up with uncleanly dismounted file systems. However, it is on very clean power, has dual power supplies and none of

6.1 kernel messages

2006-08-31 Thread up
Having just migrated a server from 4.10-STABLE to 6.1-STABLE, I'm curious about some kernel messages in dmesg that I hadn't seen before: asr0: [GIANT-LOCKED] (adaptec RAID adapter) uhci0: [GIANT-LOCKED] (USB driver) atkbd0: [GIANT-LOCKED] (keyboard driver) I'm running SMP with 2 CPUs...a quic

Re: NFS exports file errors

2006-08-29 Thread up
On Tue, 29 Aug 2006 [EMAIL PROTECTED] wrote: > On Tue, 29 Aug 2006, Jonathan Horne wrote: > > > > On Tue, 29 Aug 2006, Bill Moran wrote: > > > > > >> In response to [EMAIL PROTECTED]: > > >> > > >> > > > >> > I'm getting the following errors when trying to mount volumes via NFS > > >> > between to

Re: NFS exports file errors

2006-08-29 Thread up
On Tue, 29 Aug 2006, Jonathan Horne wrote: > > On Tue, 29 Aug 2006, Bill Moran wrote: > > > >> In response to [EMAIL PROTECTED]: > >> > >> > > >> > I'm getting the following errors when trying to mount volumes via NFS > >> > between to FBSD 6.1-STABLE machines: > >> > > >> > Aug 29 14:20:41 host m

Re: NFS exports file errors

2006-08-29 Thread up
On Tue, 29 Aug 2006, Bill Moran wrote: > In response to [EMAIL PROTECTED]: > > > > > I'm getting the following errors when trying to mount volumes via NFS > > between to FBSD 6.1-STABLE machines: > > > > Aug 29 14:20:41 host mountd[1587]: can't export /usr > > Aug 29 14:20:41 host mountd[1587]: ba

NFS exports file errors

2006-08-29 Thread up
I'm getting the following errors when trying to mount volumes via NFS between to FBSD 6.1-STABLE machines: Aug 29 14:20:41 host mountd[1587]: can't export /usr Aug 29 14:20:41 host mountd[1587]: bad exports list line /usr -ro -maproot Aug 29 14:20:41 host mountd[1587]: can't export /var Aug 29 14

Migrating from 4.10-STABLE TO 6.1-STABLE questions

2006-08-29 Thread up
Hi: I'm in the process of doing a clean install on an older server that was running 4.10-STABLE to 6.1-STABLE. For the most part, it's been smooth, but I have a few questions: On boot, I get a couple of kernel messages that don't look optimal, and I just want to make sure there's no cause for c

TIMEOUT - WRITE_DMA errors

2006-08-25 Thread up
Hi: I just installed FreeBSD 6.1 on a new Dell desktop that's going to act as a temporary server while I migrate two older servers (4.10-STABLE) over to all new software, the reconfigure it to act as a remote amanda server when that's complete. I've noticed a bunch of these errors in the syslog:

Re: dhclient in 6.0

2006-02-03 Thread make stuff up
i'm going back to 5.4... >> unless somebody has a quick workaround... >> >> thanks to the people that tried to help.. >> >> >>> thanks >>> >>> >>> >>> >>>>2006/2/3, Frank Altpeter <[EMAIL PROTECT

Re: dhclient in 6.0

2006-02-03 Thread make stuff up
> > There was a change in DHCP between FreeBSD 5.x and 6. > I noticed the same behaviour with a couple of hw broadband routers. > AFAIR this was also reported back to the list, still no fix was > provided. thank you... does that mean back to 5.4 for now? this is the only system i have on the

Re: dhclient in 6.0

2006-02-03 Thread make stuff up
hi all... again... i sent this message to general questions but nobody got excited about it. i just installed 6 on my t30 laptop. brand new. when trying dhclient i get: DHCPDISCOVER on fxp0 to 255.255.255.255 port 67 interval 5 this trys 6 times then this shows up: No DHCPOFFERS

dhclient in 6.0

2006-02-02 Thread make stuff up
few other intervals... so if the fxp0 is up and the dhcp server is up then whats wrong with dhclient?... i'm actually writing from a machine on the same dhcp server... thanks... ___ freebsd-questions@freebsd.org mailing list

SCSI errors with Adaptec 2200S RAID

2004-08-03 Thread up
Please cc replies directly to me, as I am not subscribed to the lists. With some help from here, I was able to get this RAID card to see our external DLT (QUANTUM 4000) SCSI tape drive by installing the aacp (pass through) driver in addition to the aac driver. camcontrol now works, as do basic m

Re: DLT "device not configured" errors

2004-07-28 Thread up
On Wed, 28 Jul 2004, Dan Nelson wrote: > In the last episode (Jul 28), [EMAIL PROTECTED] said: > > A few months ago I brought up a new server using an Adaptec 2200S RAID > > card, and it's been running fine with a RAID 1 array on channel 0. Today > > I tried to move t

Re: DLT "device not configured" errors

2004-07-28 Thread up
On Wed, 28 Jul 2004, Dan Nelson wrote: > In the last episode (Jul 28), [EMAIL PROTECTED] said: > > A few months ago I brought up a new server using an Adaptec 2200S RAID > > card, and it's been running fine with a RAID 1 array on channel 0. Today > > I tried to move t

DLT "device not configured" errors

2004-07-28 Thread up
A few months ago I brought up a new server using an Adaptec 2200S RAID card, and it's been running fine with a RAID 1 array on channel 0. Today I tried to move the DLT (Quantum 4000) over to this server to make it the amanda server, so I plugged it into the controller's external port f

DLT "device not configured" error

2004-07-28 Thread up
A few months ago I brought up a new server using an Adaptec 2200S RAID card, and it's been running fine with a RAID 1 array on channel 0. Today I tried to move the DLT (Quantum 4000) over to this server to make it the amanda server, so I plugged it into the controller's external port f

Re: SMP problems - hardware?

2004-04-14 Thread up
ws about half what the performance should be and top > only shows 1 CPU running (cpu0). I'm seriously afraid I might have mucked > up one of the CPUs when I had to remove and reinstall it, but I would > think that I would see some sort of error if that were the case. In the &g

SMP problems - hardware?

2004-04-14 Thread up
th no problems) and everything boots fine (see dmesg below), but ubench shows about half what the performance should be and top only shows 1 CPU running (cpu0). I'm seriously afraid I might have mucked up one of the CPUs when I had to remove and reinstall it, but I would think that I would see

Re: Low Profile U320 RAID support

2004-03-03 Thread up
Thanks for your reply, Stefan. Unfortunately, that card is U160 and is not low profile. If I have to settle for U160, I'll probably go with another 2100 (the low profile is more important than 2 channels), but I figure there *has* to be a U320 RAID solution for FreeBSD, I just hope there's a low

Low Profile U320 RAID support

2004-03-03 Thread up
Hi: I need to build a newer, faster FBSD server to replace one running RAID 1 with an Adaptec 2100s and have the following requirements for the RAID card: 1 channel (2 preferable) U320 SCSI low profile (going into a 2RU box, want to avoid a riser) supported by FreeBSD 4.9 I'm not particularly i