Re: weird problem with 9.0 Release and ed0

2012-08-11 Thread Ian Smith
In freebsd-questions Digest, Vol 427, Issue 6, Message: 16
On Fri, 10 Aug 2012 12:39:36 +0200 Christoph P.U. Kukulies 
k...@kukulies.org wrote:
  Am 10.08.2012 11:40, schrieb Christoph P.U. Kukulies:
   Am 10.08.2012 11:28, schrieb Christoph P.U. Kukulies:
   The problem need not to be confined to 9.0. It stated to develop 
   under 5.1 already.
   read: started to develop...
  
   I'm running a natd gateway machine that was developing strange 
   behaviour such that the
   outside interface (ed0, BNC connector) that was connected via a small 
   media converter switch to
   the providers sync line had dropouts. The machine couldn't ping into 
   the Internet and also couldn't be pinged.
  
   I first thought it was the switch/media converter, but another 
   (Windows XP) machine that was on the
   same BNC cable worked flawlessly.

That XP box was directly on the outside, not inside nat'd via this one?

   So I decided to migrate that 5.1 machine to a 9.0 machine. The 
   situation now is that I have the9.0 machine
   at the BNC cable and simultanously the old FreeBSD 5.1 gateway on the 
   same BNC cable but through a
   TP adapter. This was the old machine works fine and I can care about 
   the new machine.

Not quite clear .. can you sketch your network configuration?

   Is there a known problem with ed0 cards that have the Realtek 8029 
   chipset. Do they need some
   special flags like memory mapping or irq?

Long time since I've run anything with 10base2/BNC, but it used to work 
ok, on an ed0.

   When I for example boot the 9.0 machine the comping up of the em0 (on 
   mainboard interface results in a highlighted
   kernel message on the console. The coming up of the ed0 is not 
   flagged this way. And as a result the
   ed0 interface seems to be dead.

Does the outside interface have a static address, or do you use DHCP 
via the provider's switch/hub/whatever?  Show /etc/rc.conf setup.  It 
smells a bit like the interface may not be up soon enough at that time; 
the ntpd message below could also indicate something like that re ipv6.

   Here some excerpts of dmesg:
   em0: Intel(R) PRO/1000 Network Connection 7.2.3 port 0x4400-0x441f 
   mem 0x9310-0x9311,0x93124000-0x93124fff irq 20 at device 25.0 
   on pci0
   em0: Using an MSI interrupt
   em0: Ethernet address: 00:1c:c0:37:b2:9f
  
   ed0: RealTek 8029 port 0x1000-0x101f irq 22 at device 1.0 on pci7
   ed0: Ethernet address: 00:e0:7d:7c:2b:4a
  
   I also see this:
   Jul 30 23:03:54 forum ntpd[1711]: unable to create socket on ed0 (20) 
   for fe80::
   2e0:7dff:fe7c:2b4a#123

You should get more / better clues if you boot with verbose messages.

   Forgot to add this info:
  
   ed0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu 1500
   ether 00:e0:7d:7c:2b:4a
   inet 80.72.44.230 netmask 0xfff0 broadcast 80.72.44.239
   inet6 fe80::2e0:7dff:fe7c:2b4a%ed0 prefixlen 64 scopeid 0xa
   nd6 options=29PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL
   media: Ethernet autoselect (10base2/BNC)
  
  
  Must add some more info:
  
  My kernel config:
  
  cpu I486_CPU
  cpu I586_CPU
  cpu I686_CPU
  ident   DIVERT
  
  makeoptions DEBUG=-g# Build kernel with gdb(1) debug 
  symbols
  options IPFIREWALL
  options IPFIREWALL_VERBOSE
  options IPFIREWALL_VERBOSE_LIMIT=10
  options IPDIVERT
  options IPFIREWALL_DEFAULT_TO_ACCEPT
  
  (the rest like in GENERIC).

Just to mention: you don't actually need to include FIREWALL* or DIVERT 
in kernels these days; a GENERIC kernel will work fine, loading modules 
as needed.  Only exception is if you needed FIREWALL_FORWARD, which it 
appears you don't.

  Strange thing:
  
  I cannot ping neither the outside interface address nor the inside 
  (172.27.2.115)
  
  --
  Christoph Kukulies

Please show output from:

# egrep 'ifconfig|firewall|natd|gateway|ntpd' /etc/rc.conf
# cat /etc/natd.conf
# ipfw show
# netstat -finet -rn

cheers, Ian
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: NFS within a Jail?!

2012-08-11 Thread Wojciech Puchar


Now here is the KEY. No where does it say it has the server side 
function, only the client side.


/usr/ports/net/unfs3

Even if someone proved that it doesn't do NFS server work, i will 
continue to use it as NFS server, because it works very well ;)

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Any one running unfs3

2012-08-11 Thread Wojciech Puchar

But there is no documentation on how to enable it to start
at boot time. The man unfsd doc is useless.


if you cannot read - yes. manual is very precise and nothing more is 
needed.



Hoping some one is using this userland version of nfs.


yes i am.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Any one running unfs3

2012-08-11 Thread Fbsd8

Wojciech Puchar wrote:

But there is no documentation on how to enable it to start
at boot time. The man unfsd doc is useless.


if you cannot read - yes. manual is very precise and nothing more is 
needed.



Hoping some one is using this userland version of nfs.


yes i am.




What manual are you referring to?
The man unfsd does not contain any information about what statements to 
put in /etc/rc.conf to get unfs3 started at boot time.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: NFS within a Jail?!

2012-08-11 Thread Fbsd8

Wojciech Puchar wrote:


Now here is the KEY. No where does it say it has the server side 
function, only the client side.


/usr/ports/net/unfs3

Even if someone proved that it doesn't do NFS server work, i will 
continue to use it as NFS server, because it works very well ;)





Since your the expert on unfs3 because you have it working, would you 
share some technical configuration information with us?


Such as

What statements do you have in the host:server and remote:client 
/etc/rc.conf to auto start them at boot time?


How do you disable the kernel nfs version so it don't interfere with unfs3?

What does your export file look like on both the host:server and 
remote:client sides.


Then about unfs3 performance; how many concurrent remote:clients do you 
service? Doe's access elapse time get longer as more concurrent 
remote:clients come online?


Do you run unfs3 in a jail on both the host:server and remote:client sides?

Are there any sysctl nob settings needed to make unfs3 run in a jail?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


http://localhost/phpmyadmin

2012-08-11 Thread Pedruco Nunes

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: NFS within a Jail?!

2012-08-11 Thread Wojciech Puchar


Since your the expert on unfs3 because you have it working, would you share 
some technical configuration information with us?


Such as

What statements do you have in the host:server and remote:client /etc/rc.conf 
to auto start them at boot time?

in client - as with any NFS, use kernel klient.

on server - just run unfsd anywhere, like /etc/rc.local

Do you really cannot use any program without rc.d script? ;)


How do you disable the kernel nfs version so it don't interfere with unfs3?

Just don't enable it in /etc/rc.conf

You may have it in kernel. i did, now i don't. both works.

What does your export file look like on both the host:server and 
remote:client sides.


as described in manual of unfsd.
basics are same, details are not.



Then about unfs3 performance; how many concurrent remote:clients do you 
service? Doe's access elapse time get longer as more concurrent


over 60 but not high load clients so performance doesn't matter. That's X 
terminals booting over NFS.


Sometimes i do more - example is net-booting windoze PC to be able to do 
some recovery OR backup large amount of data to server.


There is no practical performance difference in that settings.

BUT - do make configure, then search where fsync is called and comment it 
out.


Right - not conformant, but the performance difference on writes are 
enormous.


Unless you do such a stupid things like running database servers over NFS, 
you don't need this conformance. Just do it.



Do you run unfs3 in a jail on both the host:server and remote:client sides?


Not now. but tried. unfs doesn't need ANY special kernel calls. It runs 
just like any program using UDP/TCP communication. jail/no jail doesn't 
make a difference. As with most programs.


In kernel point of view it is just a program that use TCP/IP stack and 
open/read/write/readdir/etc. Nothing else.



Are there any sysctl nob settings needed to make unfs3 run in a jail?

as above.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Any one running unfs3

2012-08-11 Thread Wojciech Puchar

Hoping some one is using this userland version of nfs.


yes i am.




What manual are you referring to?
The man unfsd does not contain any information about what statements to put 
in /etc/rc.conf to get unfs3 started at boot time.

because manual doesn't contain info about rc.d scripts. this is normal.

unfsd port doesn't give you rc.d script. add your own if you need it so 
much, otherwise just run it with options as described in manual.

put it in /etc/rc.local to start at every boot.

no real need to perform special shutdown of it.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: http://localhost/phpmyadmin

2012-08-11 Thread Jerrin
it works! :)

On Sat, Aug 11, 2012 at 9:26 PM, Pedruco Nunes homepu...@gmail.com wrote:


 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


what is the best kind of KVM Switch?

2012-08-11 Thread Gary Kline


guys,

can any of you with hardware background tell me which are
the better KVM makes?  about three weeks ago my Belkin
soho 4-port kvm switch started going flakey on port #1.

I ordered a new one, same make//model except with PS/2 
plugs.   it arrived 100%  DOA.   I'Ve finally found 
somebody willing to come over and help me.  Fry's is about
12 clicks away.  they have not too many.  maybe an 
iogear (sp?).  is there really that much diff between kvm
switch? and if there is, which should I be looking for?

tia,

gary



-- 
 Gary Kline  kl...@thought.org  http://www.thought.org  Public Service Unix
  Twenty-six years of service to the Unix community.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: what is the best kind of KVM Switch?

2012-08-11 Thread Kurt Buff
On Sat, Aug 11, 2012 at 12:18 PM, Gary Kline kl...@thought.org wrote:



 guys,

 can any of you with hardware background tell me which are
 the better KVM makes?  about three weeks ago my Belkin
 soho 4-port kvm switch started going flakey on port #1.

 I ordered a new one, same make//model except with PS/2
 plugs.   it arrived 100%  DOA.   I'Ve finally found
 somebody willing to come over and help me.  Fry's is about
 12 clicks away.  they have not too many.  maybe an
 iogear (sp?).  is there really that much diff between kvm
 switch? and if there is, which should I be looking for?

 tia,

 gary

Here I issue the obligatory admonition: Define Best.

However, I have used IO-Gear KVMs, and they're serviceable. OTOH, I
really prefer Avocent, if you can afford them.

Kurt
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: what is the best kind of KVM Switch?

2012-08-11 Thread Mike.
On 8/11/2012 at 12:18 PM Gary Kline wrote:

|guys,
|
|   can any of you with hardware background tell me which are
|   the better KVM makes?  about three weeks ago my Belkin
|   soho 4-port kvm switch started going flakey on port #1.
|
|   I ordered a new one, same make//model except with PS/2 
|   plugs.   it arrived 100%  DOA.   I'Ve finally found 
|   somebody willing to come over and help me.  Fry's is about
|   12 clicks away.  they have not too many.  maybe an 
|   iogear (sp?).  is there really that much diff between kvm
|   switch? and if there is, which should I be looking for?
|
|   tia,
|
|   gary
|
|
|
|-- 
 =

My requirements may not be the same as yours, but I have experiences in
two brands of KVMs: IOGear and Avocent.

The IOGear KVM worked well ... for a while, then quit.   I was not
impressed by IOGear's customer service

The Avocent, though more expensive, just works and works.   I now have
another on my DVI monitor.  It, too, works well and reliably.




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Apache FCGI in a a jail under FBSD 9 won't start due to shared memory creation error

2012-08-11 Thread Chad Leigh Shire.Net LLC

On Aug 9, 2012, at 9:41 AM, Fbsd8 wrote:

 Chad Leigh Shire.Net LLC wrote:
 On Aug 7, 2012, at 10:31 AM, Mark Felder wrote:
 jail_sysvipc_allow=YES in rc.conf should do it.
 Hmm
 I added that and rebooted the jail host system. However, the setting in 
 sysctl security.jail.sysvipc_allowed  is still 0 after the reboot
 # sysctl -a | grep sysvipc
 security.jail.param.allow.sysvipc: 0
 security.jail.sysvipc_allowed: 0
 #
 I can set security.jail.sysvipc_allowed to 1 manually.  However, even after 
 doing that, the original fcgi problem happens when starting apache2.2 with 
 mod_fcgid in the configuration and being loaded
 [Tue Aug 07 13:09:12 2012] [emerg] (78)Function not implemented: mod_fcgid: 
 Can't create shared memory for size 1192488 bytes
 Thanks!
 Chad
 Since you manually installed apache22 and mod_fcgid from up-stream sources 
 maybe you missed something. As a test create another jail and install the 
 package versions of apache22 and mod_fcgid and see if that will start ok. If 
 it does them you know you missed something in your hand job version.
 


Hi

Thanks for the suggestion.  I don't think, however, that anything is missing 
with my from-source compilations. I have been running self-compiled apaches for 
15 years and have also done mod_fcgid in the past as well without issue (but 
not inside a jail).  I don't think it is a matter of sw missing, but of system 
parameters or similar.'

Thanks
Chad



Re: what is the best kind of KVM Switch?

2012-08-11 Thread Gary Kline
On Sat, Aug 11, 2012 at 03:44:03PM -0400, Mike. wrote:
 Date: Sat, 11 Aug 2012 15:44:03 -0400
 From: Mike. the.li...@mgm51.com
 Subject: Re: what is the best kind of KVM Switch?
 To: FreeBSD Mailing List freebsd-questions@freebsd.org
 Cc: 
 X-Mailer: Courier 3.50.00.09.1098 (http://www.rosecitysoftware.com) (P)
 
 On 8/11/2012 at 12:18 PM Gary Kline wrote:
 
 |guys,
 |
 | can any of you with hardware background tell me which are
 | the better KVM makes?  about three weeks ago my Belkin
 | soho 4-port kvm switch started going flakey on port #1.
 |
 | I ordered a new one, same make//model except with PS/2 
 | plugs.   it arrived 100%  DOA.   I'Ve finally found 
 | somebody willing to come over and help me.  Fry's is about
 | 12 clicks away.  they have not too many.  maybe an 
 | iogear (sp?).  is there really that much diff between kvm
 | switch? and if there is, which should I be looking for?
 |
 | tia,
 |
 | gary
 |
 |
 |
 |-- 
  =
 
 My requirements may not be the same as yours, but I have experiences in
 two brands of KVMs: IOGear and Avocent.
 
 The IOGear KVM worked well ... for a while, then quit.   I was not
 impressed by IOGear's customer service
 
 The Avocent, though more expensive, just works and works.   I now have
 another on my DVI monitor.  It, too, works well and reliably.
 
 

to kurt, 

by best, I mean something that works reliably for  3
years.  by chance, years ago I had a a Belkin that lasted for
6, 7 years.  in 2010 I bought a dual-LED switch//+speaker
that broke on port 1 in july.  OR:: if *cables* can break,
then the first cable broke.  nobody has time to fmess around
with that kind of testing.

Fry's has a limited kind that are available up the way.
I don't want to have t o have this guy return another busted
belkin.  bad enough that I have to ask my wife to return
the DOA model.  

ijust googled for Avocent at fry's.  nada.   ,,,well,
thanks to you both.  if the same model I've got comes with an
extended warrantee, maybe that's the way tto go.

gary



-- 
 Gary Kline  kl...@thought.org  http://www.thought.org  Public Service Unix
  Twenty-six years of service to the Unix community.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


ZFS stats in top -- ZFS performance started being crappy in spurts

2012-08-11 Thread Chad Leigh - Pengar LLC
Hi

I have a FreeBSD 9 system with ZFS root.  It is actually a VM under Xen on a 
beefy piece of HW (4 core Sandy Bridge 3ghz Xeon, total HW memory 32GB -- VM 
has 4vcpus and 6GB RAM).  Mirrored gpart partitions.  I am looking for data 
integrity more than performance as long as performance is reasonable (which it 
has more than been the last 3 months).

The other servers on the same HW, the other VMs on the same, don't have this 
problem but are set up the same way.  There are 4 other FreeBSD VMs, one 
running email for a one man company and a few of his friends, as well as some 
static web pages and stuff for him, one runs a few low use web apps for various 
customers, and one runs about 30 websites with apache and nginx, mostly just 
static sites.  None are heavily used.  There is also one VM with linux running 
a couple low use FrontBase databases.   Not high use database -- low use ones.

The troubleseome VM  has been running fine for over 3 months since I installed 
it.Level of use has been pretty much constant.   The server runs 4 jails on 
it, each dedicated to a different bit of email processing for a small number of 
users.   One is a secondary DNS.  One runs clamav and spamassassin.  One runs 
exim for incoming and outgoing mail.  One runs dovecot for imap and pop.   
There is no web server or database or anything else running.

Total number of mail users on the system is approximately 50, plus or minus.  
Total mail traffic is very low compared to real mail servers.

Earlier this week things started freezing up.  It might last a few minutes, 
or it might last 1/2 hour.   Processes become unresponsive.  This can last a 
few minutes or much longer.  It eventually resolves itself and things are good 
for another 10 minutes or 3 hours until it happens again.  When it happens,  
lots of processes are listed in top as 

zfs
zio-i
zfs
tx-tx
db-db

state.   These processes only get listed in these states when there are 
problems.   What are these states indicative of?

Eventually things get going again, these states drop off and the system hums 
along.

Based on some stuff I found in Google (for a person who had a different but 
somewhat similar problem) I tried setting 

zfs set primarycache=metadata zroot

and

zfs set primarycache=none zroot

but the problem still happened with approximately the same severity and 
frequency.  (Wanted to see if the system was churning with cache upkeep).


What is strange is that this server ran fine for 3 months straight without 
interruption with the same level of work.

Thanks for any hints or clues
Chad



some data points below

---

# uname -a
FreeBSD newbagend 9.0-STABLE FreeBSD 9.0-STABLE #1: Wed Mar 21 15:22:14 MDT 
2012 chad@underhill:/usr/obj/usr/src/sys/UNDERHILL-XEN  amd64
# 

---

# zpool status
 pool: zroot
state: ONLINE
 scan: scrub repaired 0 in 6h13m with 0 errors on Fri Aug 10 19:33:23 2012
config:

NAMESTATE READ WRITE 
CKSUM
zroot   ONLINE   0 0
 0
  mirror-0  ONLINE   0 0
 0
gptid/f0da8263-8a52-11e1-b3ae-aa3efccd  ONLINE   0 0
 0
gptid/0f24ab58-8a53-11e1-b3ae-aa3efccd  ONLINE   0 0
 0

errors: No known data errors
#

---

representative data from doing a stats during a trouble period

zfs-stats  -a



ZFS Subsystem ReportSat Aug 11 13:40:07 2012


System Information:

Kernel Version: 900505 (osreldate)
Hardware Platform:  amd64
Processor Architecture: amd64

ZFS Storage pool Version:   28
ZFS Filesystem Version: 5

FreeBSD 9.0-STABLE #1: Wed Mar 21 15:22:14 MDT 2012 chad
1:40PM  up  2:54, 3 users, load averages: 0.23, 0.19, 0.14



System Memory:

11.49%  681.92  MiB Active, 4.03%   238.97  MiB Inact
33.37%  1.93GiB Wired,  0.05%   3.04MiB Cache
51.04%  2.96GiB Free,   0.01%   808.00  KiB Gap

Real Installed: 6.00GiB
Real Available: 99.65%  5.98GiB
Real Managed:   96.93%  5.80GiB

Logical Total:  6.00GiB
Logical Used:   46.76%  2.81GiB
Logical Free:   53.24%  3.19GiB

Kernel Memory:  1.25GiB
Data:   98.38%  1.23GiB
Text:   1.62%   20.75   MiB

Kernel Memory Map:  5.68GiB
Size:

Flashplayer expiration mini-mainframes

2012-08-11 Thread Lynn Steven Killingsworth

Dear FreeBSD -

I am looking forward to installing PC-BSD 9.1 at the end of the week!!

The Adobe website states that Flashplayer 11.2 will be the last ported to  
Linux [although it will forever received security updates.]  Flashplayer  
11.3 I believe is the first to offer 64-bit support.  It is rumored here  
that Opera 12.5 is to be 64-bit - and could be ready now except that Opera  
is writing their own Flashplayer like plugin.  Are we that lucky?


I have been thinking about nearly commodity mini-mainframes for some  
months and it appears that FreeBSD is the most well positioned.  I have  
heard that 1 in 6 'PC' server buyers asks their vendor for mainframe  
functions such as are provided by ia64.  Surely ASUS and Supermicro would  
know that.  I do not know how long it takes to write a kernel but I here  
the Linux camp is whispering that they need an ia64 kernel.  FreeBSD must  
have been optimizing it ia64 kernel for at least 6 years.  Is FreeBSD that  
lucky?  And of course I suppose AMD must want both a PC and workstation  
chip and a different workstation and server chip?


--
Steve
Blue Seahorse Syndicate
http://www.blueleafsyndicate.org
Maine  New Hampshire
Using Opera's revolutionary email client: http://www.opera.com/mail/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: what is the best kind of KVM Switch?

2012-08-11 Thread Bob Hall
On Sat, Aug 11, 2012 at 12:18:59PM -0700, Gary Kline wrote:
 
 
   guys,
 
   can any of you with hardware background tell me which are
   the better KVM makes?  about three weeks ago my Belkin
   soho 4-port kvm switch started going flakey on port #1.
 
   I ordered a new one, same make//model except with PS/2 
   plugs.   it arrived 100%  DOA.   I'Ve finally found 
   somebody willing to come over and help me.  Fry's is about
   12 clicks away.  they have not too many.  maybe an 
   iogear (sp?).  is there really that much diff between kvm
   switch? and if there is, which should I be looking for?

I've used Belkins. They've been flakey. I'm currently on my third year
with an Aten and have had no problems. I bought this cheap off the
Internet so I don't know what they usually sell for. There was some
discussion here about KVM switches just before I bought mine and
everyone who mentioned Aten said good things about it.

Best of luck
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: mac powerpc ibook g3 blank screen on start up

2012-08-11 Thread Andy Recker
thanks for the help but there is no CD icon there is no anything to click
on my computer is very unresponsive let e know if u have any other ideas?

On Thu, Aug 9, 2012 at 12:50 AM, Jamie Paul Griffin ja...@kode5.net wrote:

 == Jeff Tipton wrote on Thu  9.Aug'12 at  8:36:12 +0300 ==

  On 08/09/2012 06:22, Andy Recker wrote:
  i installed the power PC version of free BSD and put it on my mac i
 book g3
  i was in the insulation process when i couldn't get it to work because
 of a
  few errors and i decided to turn it off and restart when i turned it
 back
  on it only booted to a blank white screen it has nothing on it and
 nothing
  is responsive i have tried to reboot the same CD i had the first thing
 and
  still just a blank screen what can i do to get BSD to work on my
 computer?
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org
  When you are trying to reboot into the installation CD, are you sure
  you have the right boot sequence selected (CD, not HDD)? I guess on
  your mac it might mean restarting, holding down the option key,
  choosing the CD icon and the arrow on the right side.
 
  -Jeff

 Yes, it's either the 'option' key or the 'C' key; can' recall which.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org