Re: How long do you go without upgrading FreeBSD to a newer release?

2010-05-22 Thread David DEMELIER
2010/5/21 Hans Ivers hansiv...@gmail.com:
 On May 16, 11:42 am, Dan Naumov dan.nau...@gmail.com wrote:
 Hello folks

 Just a thought/question that has recently come to my mind: How long do
 you usually wait until upgrading to a newer release of FreeBSD? I am
 sure there are lots of people who upgrade straight away, but what
 about the opposite? What's your oldest currently running installation,
 do you have any issues and are you planning on an upgrade or do you
 intend to leave it running as is until some critical piece of hardware
 breaks down, requiring a replacement?

 I tend to stick with extended releases of FreeBSD, which are supported
 for two years instead of one. It reduces the need for minor version
 upgrades. When time comes, I jump to the next extended release (i.e,
 from 7.1 to 7.3, which has also extended support).

 http://security.freebsd.org/#sup

 Good luck!

I have a desktop computer (Athlon 2400+) running 8.0-RELEASE, I will
update it to 8.1-RELEASE and I update the portstree and ports every
weeks. I also have a laptop that have some issues to fix, because
8.0-R do not have iwn(4) for my intel 1000 link I use 8.0-STABLE on it
and I update world/kernel every two weeks but when 8.1-RELEASE will be
released I won't use -STABLE anymore, I guess.

Cheers.


--
Demelier David
___
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: FreeBSD 8.1-PRERELEASE: property 'jailed' not supported on FreeBSD: permission denied

2010-05-22 Thread jhell
On 05/21/2010 07:55, Eugene Mitrofanov wrote:
 Hi
 
 The command zfs set jailed=on tank/s1 is failed with the message 
 property 'jailed' not supported on FreeBSD: permission denied.
 
 Output of zfs get jailed tank/s1 shows me that the property jailed is 
 still exists:
 NAME PROPERTY  VALUESOURCE
 tank/s1  jailedoff  default
 
 How can I change its value?
 
 Thanks.

Simply put,

property 'jailed' not supported on FreeBSD.

Some features that you may see in a zfs get all pool will not work
because they are not implemented yet or are not planned to be
implemented because they are too *Solaris dependent.

See jail(1) for setting up a jail on FreeBSD.

-- 

 jhell
___
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: an ACK, still here...

2010-05-22 Thread Polytropon
On Fri, 21 May 2010 20:47:10 -0700, Gary Kline kl...@thought.org wrote:
 anyway, this is thanks and an ACK mostly to polyt and roland.  i
 will get down and find the usb port, but if i did it now i'd
 never be able to haul myself back up.  they would find my
 bleached bones beside my 'puter, crouched and looking for that
 usb slot.

Oh, I had a similar problem, too: USB slot only on the back
of the PC, hard to reach, and that's why uncomfortable and
furthermore unusable.

My solution was to get an USB cable USB-A plug to USB-A socket,
quite simple, and have the USB socket (now on wire) directly
on the desk.

If you recognize you often need more than one USB slot, you
usually would decide to get an USB hub, also a good tool on
top of the desk.

One of the most comfortable solutions I've seen (and used)
is to have a USB slot (ot two, usually) on the keyboard. A
good example for this is the Apple keyboard, and of course
the Sun USB type 7 keyboard. This way, you can also attach
an USB mouse directly on the table, or have two slots for
removable media (e. g. for USB sticks, USB hard disks or
USB camera, or webcam, or USB steam engine).

Allthough most modern PCs have USB slots on their front,
it's still inconvenient to put them under the desk, allowing
a chair or your feet to kick (and maybe break) the USB
stick - I've already seen that happening LIVE. On the other
hand... who wants to put ugly designed PC minitowers onto
the desk? It's not that they look like an SGI Octane... :-)



-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
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


question regarding FTP_PROXY

2010-05-22 Thread Dino Vliet
Hi freebsd folks,

I'm having troubles installing some ports because I'm behind a restrictive pf 
firewall. I've heard that this could
be circumvented if I use a ftp_proxy. I have this debian server that can access 
ftp sites and I installed vsftp on
that and checked I can get to that box with ftp.

However, if I try this command from my freebsd box:

fetch: ftp://ftp.uni-erlangen.de/pub/utilities/screen/screen-4.0.3.tar.gz

I get:

Not logged in

My ftp proxy environment variable in .profile is:

FTP_PROXY=ftp://ftp:f...@192.168.2.101:21 (also tried with only 
ftp://192.168.2.101:21 but no luck)
export FTP_PROXY

Can anyone help me with this?
Thanks
Dino



  
___
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: question regarding FTP_PROXY

2010-05-22 Thread Alberto Mijares
On Sat, May 22, 2010 at 6:07 AM, Dino Vliet dino_vl...@yahoo.com wrote:
 Hi freebsd folks,

 I'm having troubles installing some ports because I'm behind a restrictive pf 
 firewall. I've heard that this could
 be circumvented if I use a ftp_proxy. I have this debian server that can 
 access ftp sites and I installed vsftp on
 that and checked I can get to that box with ftp.

 However, if I try this command from my freebsd box:

 fetch: ftp://ftp.uni-erlangen.de/pub/utilities/screen/screen-4.0.3.tar.gz

 I get:

 Not logged in

 My ftp proxy environment variable in .profile is:

 FTP_PROXY=ftp://ftp:f...@192.168.2.101:21 (also tried with only 
 ftp://192.168.2.101:21 but no luck)
 export FTP_PROXY


I think you should set FTP_LOGIN and FTP_PASSWORD whith propper
credential, or set them whithin the URL.

See man(3) fetch.

Regards


Alberto Mijares
___
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


kdebase4-runtime

2010-05-22 Thread ajtiM
My system:
FreeBSD 8.0-RELEASE-p2, KDE 4.4.3

I tried to update kdebase4-runtime and I got:

...
Linking CXX standard module../../lob/oxygen.so
{93%} Built target oxygen
gmake: ***{all} Error 2
*** Error code 1
stop in usr/ports/x11/kdebase4-runtime

Thanks in advance.

Mitja

http://starikarp.redbubble.com
___
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: an ACK, still here...

2010-05-22 Thread parv
in message 20100522091753.a2f3b17d.free...@edvax.de,
wrote Polytropon thusly...

...
 I had a similar problem, too: USB slot only on the back of the PC,
 hard to reach, and that's why uncomfortable and furthermore
 unusable.

 My solution was to get an USB cable USB-A plug to USB-A socket,
 quite simple, and have the USB socket (now on wire) directly
 on the desk.

 If you recognize you often need more than one USB slot, you
 usually would decide to get an USB hub
...
 One of the most comfortable solutions I've seen (and used)
 is to have a USB slot (ot two, usually) on the keyboard. A
 good example for this is the Apple keyboard, and of course
 the Sun USB type 7 keyboard.
...

When one buys a hub, please have one with (the option to use)
external power supply as keyboard ports may be underpowered.  That
will become a factor when powering a, well, power hungry(ier) USB
devices (say, a 2.5 in HDD in an external enclousre).


  - parv

-- 

___
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: [#24512320] Re: Apache22 Upgrade Failure

2010-05-22 Thread Carl Johnson
Matthew Seaman m.sea...@infracaninophile.co.uk writes:

 On 22/05/2010 24:01:52, Odhiambo Washington wrote:
 Is someone saying that FreeBSD lists are not hosted on Mailman? Or is the
 list admin on holiday on the space station? Mailman supports regexes for
 blocking, IIRC.

 Check the message headers: the bogus replies to you come direct from
 mpcustomer.com and don't go anywhere FreeBSD mailman.

The problem is they mangle their headers to say that is comes from the
freebsd-questions mailing list.  The real information is elsewhere,
but that requires some extra looking to find it.  They don't seem to
realize that nobody can solve the problem without their help, and they
don't seem at all interested in working on it.

-- 
Carl Johnsonca...@peak.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


Problem upgrading hplip

2010-05-22 Thread Ross
Just upgraded print/hplip3 (now named print/hplip) to latest version. The
port deleted contents of /usr/local/share/hplip but did not install anything
there during upgrade. Tried portupgrade -f hplip but
/usr/local/share/hplip is still empty. And if I get it right the directory
is still used because there is /usr/local/sbin/hpssd which is a symlink to
(nonexistent) /usr/local/share/hplip/hpssd.py.

What can I do?
___
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: [#24512320] Re: Apache22 Upgrade Failure

2010-05-22 Thread James Phillips


 Date: Sat, 22 May 2010 06:43:59 +0100
 From: Matthew Seaman m.sea...@infracaninophile.co.uk
 Subject: Re: [#24512320] Re: Apache22 Upgrade Failure
 To: Odhiambo Washington odhia...@gmail.com
 Cc: questi...@freebsd.org
 Message-ID: 4bf76f1f.8040...@infracaninophile.co.uk
 Content-Type: text/plain; charset=UTF-8
 
SNIP! (Sig now invalid anyway)
 
 On 22/05/2010 24:01:52, Odhiambo Washington wrote:
  Is someone saying that FreeBSD lists are not hosted on
 Mailman? Or is the
  list admin on holiday on the space station? Mailman
 supports regexes for
  blocking, IIRC.
 
 Check the message headers: the bogus replies to you come
 direct from
 mpcustomer.com and don't go anywhere FreeBSD mailman.
 
 Blacklisting supp...@mpcustomer.com
 would be an effective fix, if you
 have that much control over your mail system.
 
     Cheers,
 
     Matthew

While you don't say anything explicitly incorrect, I think it is trickier than 
that: the From: address is listed as freebsd-questions@freebsd.org; is is the 
Reply-To: address that is supp...@mpcustomer.com.

I was also reluctant to report the message as spam since the bulk of it was my 
own message! I don't want replies to my messages being hit by the spam filter. 
IMO, the message body is being used as unique filler text to get past 
Bayesian filters.

I don't claim to know if the effect is intentional or accidental.

-James Phillips





___
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: an ACK, still here...

2010-05-22 Thread Gary Kline
On Sat, May 22, 2010 at 09:17:53AM +0200, Polytropon wrote:
 On Fri, 21 May 2010 20:47:10 -0700, Gary Kline kl...@thought.org wrote:
  anyway, this is thanks and an ACK mostly to polyt and roland.  i
  will get down and find the usb port, but if i did it now i'd
  never be able to haul myself back up.  they would find my
  bleached bones beside my 'puter, crouched and looking for that
  usb slot.
 
 Oh, I had a similar problem, too: USB slot only on the back
 of the PC, hard to reach, and that's why uncomfortable and
 furthermore unusable.
 
 My solution was to get an USB cable USB-A plug to USB-A socket,
 quite simple, and have the USB socket (now on wire) directly
 on the desk.


i run into some problems since i only have one harnd/arm, and
that is the sheer weight of the dell.  it is heavy++.  yeah,
the usb ports may be or ARE on the back of the tower case.
there may be just-one in front somewhere.


 
 If you recognize you often need more than one USB slot, you
 usually would decide to get an USB hub, also a good tool on
 top of the desk.
 
 One of the most comfortable solutions I've seen (and used)
 is to have a USB slot (ot two, usually) on the keyboard. A
 good example for this is the Apple keyboard, and of course
 the Sun USB type 7 keyboard. This way, you can also attach
 an USB mouse directly on the table, or have two slots for
 removable media (e. g. for USB sticks, USB hard disks or
 USB camera, or webcam, or USB steam engine).
 
 Allthough most modern PCs have USB slots on their front,
 it's still inconvenient to put them under the desk, allowing
 a chair or your feet to kick (and maybe break) the USB
 stick - I've already seen that happening LIVE. On the other
 hand... who wants to put ugly designed PC minitowers onto
 the desk? It's not that they look like an SGI Octane... :-)
 


lolololol.  no, i'll keep my hardware out of sight and be
very-very careful:-)   actually, a friend at the u of
washington says he will have a week or so next month to help
me with some things-computer.  i am really way overdue to
get me a dual-core or whatever intel or amd computer.  a
Second one; i already have one as my ns1.thought.org.  my
fellow computer geek says he can set things up so that my 
*new* 2-core will be both a SECOND ns1.thought.org as well 
as my new tao.thought.org.

gary

ps:  late last night  i wrote roland offline with the
update that i cannot get my optical drives to be recognized.
(((i Am portupgrading, so things are in flux.)))   my 
theraputic reboot [shutdown -r now] did little good.



 
 
 -- 
 Polytropon
 Magdeburg, Germany
 Happy FreeBSD user since 4.0
 Andra moi ennepe, Mousa, ...

-- 
 Gary Kline  kl...@thought.org  http://www.thought.org  Public Service Unix
The 7.83a release of Jottings: http://jottings.thought.org/index.php
   http://journey.thought.org  99 44/100% Guaranteed Novel

___
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: Terminal thinks start of line is first character of previous line

2010-05-22 Thread Eitan Adler
 On Fri, 21 May 2010 01:02:04 +0300, Eitan Adler li...@eitanadler.com wrote:
 For some reason the output of my terminal at times seems to put the
 first character of a line as the last character of the previous line.
 This occurs with x11/Terminal x11/Eterm x11/xterm and probably others.
 As far as I could tell this does not not occur on console but I have
 not tested as thoroughly.

 When you state at some times for this strange shifting to happen,
 what programs are affected, for example, or is terminal output
 affected in general?
 this often happens with ls output - but not all the time - it seems
 only when ls doesn't do one column output
 this.

Some more testing:
cat can do this with some files but not with all - I have to find a
common denominator.

-- 
Eitan Adler
___
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


class.phpmailer.php Warning: date() [function.date]:

2010-05-22 Thread Fbsd1
Running Apache-1.3.41_1 PHP5-5.2.12 I did not get this message, which I 
now get running Apache/2.2.15 (FreeBSD) PHP/5.3.2

Is their way to stop this?

Warning: date() [function.date]: It is not safe to rely on the system's 
timezone settings. You are *required* to use the date.timezone setting 
or the date_default_timezone_set() function. In case you used any of 
those methods and you are still getting this warning, you most likely 
misspelled the timezone identifier. We selected 'Asia/Manila' for 
'PHT/8.0/no DST' instead in /usr/local/website/mlsax/class.phpmailer.php 
on line 1406

___
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: [#24513755] spam from mpcustomer.com

2010-05-22 Thread Fbsd1

postmaster here is the whois info on mpcustomer.com
as you can see there is a phone number to call.

Why haven't you called to report this problem?

Registration Service Provided By: UK2 Group
Contact: hostmas...@westhost.com
Visit: http://uk2group.com

Domain name: mpcustomer.com

Registrant Contact:
   midPhase Services, Inc.
   midPhase Services, Inc. ()

   Fax:
   223 W. Jackson Blvd #600
   Chicago,  60606
   US

Administrative Contact:
   midPhase Services, Inc.
   midPhase Services, Inc. (dush...@midphase.com)
   +1.3123861640
   Fax: +1.3123861630
   223 W. Jackson Blvd #600
   Chicago,  60606
   US

Technical Contact:
   midPhase Services, Inc.
   midPhase Services, Inc. (dush...@midphase.com)
   +1.3123861640
   Fax: +1.3123861630
   223 W. Jackson Blvd #600
   Chicago,  60606
   US
___
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: class.phpmailer.php Warning: date() [function.date]:

2010-05-22 Thread Amitabh Kant
On Sun, May 23, 2010 at 6:14 AM, Fbsd1 fb...@a1poweruser.com wrote:

 Running Apache-1.3.41_1 PHP5-5.2.12 I did not get this message, which I now
 get running Apache/2.2.15 (FreeBSD) PHP/5.3.2
 Is their way to stop this?

 Warning: date() [function.date]: It is not safe to rely on the system's
 timezone settings. You are *required* to use the date.timezone setting or
 the date_default_timezone_set() function. In case you used any of those
 methods and you are still getting this warning, you most likely misspelled
 the timezone identifier. We selected 'Asia/Manila' for 'PHT/8.0/no DST'
 instead in /usr/local/website/mlsax/class.phpmailer.php on line 1406


Somewhere on top of your script, set the time zone:

date_default_timezone_set('Asia/Manila');


With regards

Amitabh
___
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: class.phpmailer.php Warning: date() [function.date]:

2010-05-22 Thread Nerius Landys
 Running Apache-1.3.41_1 PHP5-5.2.12 I did not get this message, which I now
 get running Apache/2.2.15 (FreeBSD) PHP/5.3.2
 Is their way to stop this?

 Warning: date() [function.date]: It is not safe to rely on the system's
 timezone settings. You are *required* to use the date.timezone setting or
 the date_default_timezone_set() function. In case you used any of those
 methods and you are still getting this warning, you most likely misspelled
 the timezone identifier. We selected 'Asia/Manila' for 'PHT/8.0/no DST'
 instead in /usr/local/website/mlsax/class.phpmailer.php on line 1406


 Somewhere on top of your script, set the time zone:

 date_default_timezone_set('Asia/Manila');

In my opinion a better idea is to address this issue directly in your
php.ini file, which will very likely be /usr/local/etc/php.ini .  My
php.ini file has these lines:

;;;
; Module Settings ;
;;;

[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = America/Los_Angeles
___
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: phpmyadmin apache22

2010-05-22 Thread Fbsd1

Matthew Seaman wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 21/05/2010 14:54:20, Fbsd1 wrote:

pkg_info -Ix php
ap22-php5-5.3.2 PHP Scripting Language


 Version 5.3.2


php5-bz2-5.2.11 The bz2 shared extension for php
php5-ctype-5.2.11   The ctype shared extension for php
php5-filter-5.2.11  The filter shared extension for php
php5-gd-5.2.11  The gd shared extension for php
php5-mbstring-5.2.11 The mbstring shared extension for php
php5-mcrypt-5.2.11  The mcrypt shared extension for php
php5-mysql-5.2.11   The mysql shared extension for php
php5-openssl-5.2.11 The openssl shared extension for php
php5-pcre-5.2.11The pcre shared extension for php
php5-session-5.2.11 The session shared extension for php
php5-simplexml-5.2.11 The simplexml shared extension for php
php5-spl-5.2.11 The spl shared extension for php
php5-zip-5.2.11 The zip shared extension for php
php5-zlib-5.2.11The zlib shared extension for php


^ Version 5.2.11

That's your problem.  Delete php5-spl-5.2.11 and php5-pcre-5.2.11
(because those are part of the base php5-5.3.2 nowadays) and rebuild all
the other php modules and you should be good to go.

Cheers,

Matthew


Had to use the 8-stable packages and everything worked.
Thanks
___
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: class.phpmailer.php Warning: date() [function.date]:

2010-05-22 Thread Fbsd1

Nerius Landys wrote:

Running Apache-1.3.41_1 PHP5-5.2.12 I did not get this message, which I now
get running Apache/2.2.15 (FreeBSD) PHP/5.3.2
Is their way to stop this?

Warning: date() [function.date]: It is not safe to rely on the system's
timezone settings. You are *required* to use the date.timezone setting or
the date_default_timezone_set() function. In case you used any of those
methods and you are still getting this warning, you most likely misspelled
the timezone identifier. We selected 'Asia/Manila' for 'PHT/8.0/no DST'
instead in /usr/local/website/mlsax/class.phpmailer.php on line 1406



Somewhere on top of your script, set the time zone:

date_default_timezone_set('Asia/Manila');


In my opinion a better idea is to address this issue directly in your
php.ini file, which will very likely be /usr/local/etc/php.ini .  My
php.ini file has these lines:

;;;
; Module Settings ;
;;;

[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = America/Los_Angeles





Created php.ini with this and things work again.
 [Date]
 ; Defines the default timezone used by the date functions
 date.timezone = Asia/Manila

Thanks

___
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


atapicam issues

2010-05-22 Thread Doug Hardie
I have 2 systems running 8.0 installed from the same CD.  One of them shows 2 
PASS devices as expected and camcontrol devlist shows the appropriate devices.  
They work as expected.

The other does not show any PASS devices and camcontrol devlist shows nothing.  
Doing a kldload atapicam installs the PASS devices and then camcontrol works 
properly.  Why would that system require atapicam to be manually added?  That 
module was not loaded on the working system.  I installed it there first by 
accident but it had no detrimental effect.  

I don't find any reference to atapi or atapicam in the various rc 
files.___
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: atapicam issues

2010-05-22 Thread Adam Vande More
On Sat, May 22, 2010 at 10:20 PM, Doug Hardie bc...@lafn.org wrote:

 I have 2 systems running 8.0 installed from the same CD.  One of them shows
 2 PASS devices as expected and camcontrol devlist shows the appropriate
 devices.  They work as expected.

 The other does not show any PASS devices and camcontrol devlist shows
 nothing.  Doing a kldload atapicam installs the PASS devices and then
 camcontrol works properly.  Why would that system require atapicam to be
 manually added?  That module was not loaded on the working system.  I
 installed it there first by accident but it had no detrimental effect.

 I don't find any reference to atapi or atapicam in the various rc
 files.___


atapicam is loaded from /boot/loader.conf as most hardware kernel mods are.
AFAIK, something would have needed to changed on your working system the
behavior you report.  Perhaps you followed the handbook's instructions about
cd burning long ago and forgot you edited the config?


http://www.freebsd.org/doc/en/books/handbook/creating-cds.html
-- 
Adam Vande More
___
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


hal daemon???

2010-05-22 Thread Gary Kline

i am finally making some progress, however slight.  i tried using
sound-juicer with the -d=/dev/cd1 and a popup [dialog] said
something about hal not running.  i 'm guilty of inattention to
detail here.  how to i fire up this daemon?  or is it more
complicated than that?

tia, 

gary

ps:  after quite some time, amarok was able to recognize the
cdrom and even the several titles.  but i can't play anything.
so, still stumped.


-- 
 Gary Kline  kl...@thought.org  http://www.thought.org  Public Service Unix
The 7.83a release of Jottings: http://jottings.thought.org/index.php
   http://journey.thought.org  99 44/100% Guaranteed Novel

___
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: atapicam issues

2010-05-22 Thread Doug Hardie

On 22 May 2010, at 20:47, Adam Vande More wrote:

 On Sat, May 22, 2010 at 10:20 PM, Doug Hardie bc...@lafn.org wrote:
 I have 2 systems running 8.0 installed from the same CD.  One of them shows 2 
 PASS devices as expected and camcontrol devlist shows the appropriate 
 devices.  They work as expected.
 
 The other does not show any PASS devices and camcontrol devlist shows 
 nothing.  Doing a kldload atapicam installs the PASS devices and then 
 camcontrol works properly.  Why would that system require atapicam to be 
 manually added?  That module was not loaded on the working system.  I 
 installed it there first by accident but it had no detrimental effect.
 
 I don't find any reference to atapi or atapicam in the various rc 
 files.___
 
 atapicam is loaded from /boot/loader.conf as most hardware kernel mods are.  
 AFAIK, something would have needed to changed on your working system the 
 behavior you report.  Perhaps you followed the handbook's instructions about 
 cd burning long ago and forgot you edited the config?
 
 
 http://www.freebsd.org/doc/en/books/handbook/creating-cds.html

Both machines were installed from the same CD over old Windows systems.  They 
were installed within a few days of each other.  loader.conf only has 
console=comconsole.  Reading through the handbook page above it indicates 
that atapicam needs to be loaded in /boot/loader.conf.  I'll add that to both 
machines.  Makes me wonder why the one worked.  kldstat showed it was not 
loaded.___
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: atapicam issues

2010-05-22 Thread Adam Vande More
On Sat, May 22, 2010 at 11:01 PM, Doug Hardie bc...@lafn.org wrote:


 Both machines were installed from the same CD over old Windows systems.
  They were installed within a few days of each other.  loader.conf only has
 console=comconsole.  Reading through the handbook page above it indicates
 that atapicam needs to be loaded in /boot/loader.conf.  I'll add that to
 both machines.  Makes me wonder why the one worked.  kldstat showed it was
 not loaded.


Well I assumed the hardware is identical but is it a scsi optical drive in
the one worked?

-- 
Adam Vande More
___
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: atapicam issues

2010-05-22 Thread Doug Hardie

On 22 May 2010, at 21:05, Adam Vande More wrote:

 On Sat, May 22, 2010 at 11:01 PM, Doug Hardie bc...@lafn.org wrote:
 
 Both machines were installed from the same CD over old Windows systems.  They 
 were installed within a few days of each other.  loader.conf only has 
 console=comconsole.  Reading through the handbook page above it indicates 
 that atapicam needs to be loaded in /boot/loader.conf.  I'll add that to both 
 machines.  Makes me wonder why the one worked.  kldstat showed it was not 
 loaded.
 
 Well I assumed the hardware is identical but is it a scsi optical drive in 
 the one worked?

Hardware is fairly identical but not completely.  Drives are both IDE.  There 
are no SCSI cards on either machine.

___
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


Virtualbox installation failed at Cmake on 8.0 Stable

2010-05-22 Thread Xihong Yin

I am trying to install Virutalbox on my Freebsd 8.0 Stable #2. However,
the installation failed at cmake-2.8.1. Here is the error message I got.
Could you help?

c++  -O2 -fno-strict-aliasing -pipe -march=prescott
-I/usr/ports/devel/cmake/work/cmake-2.8.1/Bootstrap.cmk
-I/usr/ports/devel/cmake/work/cmake-2.8.1/Source
-I/usr/ports/devel/cmake/work/cmake-2.8.1/Bootstrap.cmk  cmake.o
cmakemain.o cmakewizard.o cmCommandArgumentLexer.o
cmCommandArgumentParser.o cmCommandArgumentParserHelper.o
cmDefinitions.o cmDepends.o cmDependsC.o cmDocumentationFormatter.o
cmDocumentationFormatterText.o cmPolicies.o cmProperty.o cmPropertyMap.o
cmPropertyDefinition.o cmPropertyDefinitionMap.o cmMakeDepend.o
cmMakefile.o cmExportFileGenerator.o cmExportInstallFileGenerator.o
cmInstallDirectoryGenerator.o cmGeneratedFileStream.o
cmGeneratorExpression.o cmGlobalGenerator.o cmLocalGenerator.o
cmInstallGenerator.o cmInstallExportGenerator.o
cmInstallFilesGenerator.o cmInstallScriptGenerator.o
cmInstallTargetGenerator.o cmScriptGenerator.o cmSourceFile.o
cmSourceFileLocation.o cmSystemTools.o cmTestGenerator.o cmVersion.o
cmFileTimeComparison.o cmGlobalUnixMakefileGenerator3.o
cmLocalUnixMakefileGenerator3.o cmMakefileExecutableTargetGenerator.o
cmMakefileLibraryTargetGenerator.o cmMakefileTargetGenerator.o
cmMakefileUtilityTargetGenerator.o cmBootstrapCommands.o cmCommands.o
cmTarget.o cmTest.o cmCustomCommand.o cmDocumentVariables.o
cmCacheManager.o cmListFileCache.o cmComputeLinkDepends.o
cmComputeLinkInformation.o cmOrderDirectories.o cmComputeTargetDepends.o
cmComputeComponentGraph.o cmExprLexer.o cmExprParser.o
cmExprParserHelper.o cmListFileLexer.o Directory.o Glob.o
RegularExpression.o SystemTools.o ProcessUNIX.o String.o System.o -o
cmake
loading initial cache file
/usr/ports/devel/cmake/work/cmake-2.8.1/Bootstrap.cmk/InitialCacheFlags.cmake
CMake Error at Modules/FindJava.cmake:85 (MESSAGE):
  Error executing java -version
Call Stack (most recent call first):
  Tests/CMakeLists.txt:1523 (INCLUDE)


-- Configuring incomplete, errors occurred!
-
Error when bootstrapping CMake:
Problem while running initial CMake
-
===  Script configure failed unexpectedly.
Please report the problem to k...@freebsd.org [maintainer] and attach the
/usr/ports/devel/cmake/work/cmake-2.8.1/config.log including the
output of
the failure of your make command. Also, it might be a good idea to
provide
an overview of all packages installed on your system (e.g. an `ls
/var/db/pkg`).
*** Error code 1

Stop in /usr/ports/devel/cmake.
*** Error code 1

Stop in /usr/ports/devel/automoc4.
*** Error code 1

Stop in /usr/ports/multimedia/phonon.
*** Error code 1

Stop in /usr/ports/www/qt4-webkit.
*** Error code 1

Stop in /usr/ports/devel/qt4-designer.
*** Error code 1

Stop in /usr/ports/devel/qt4-linguist.
*** Error code 1

Stop in /usr/ports/emulators/virtualbox-ose.

___
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: hal daemon???

2010-05-22 Thread Polytropon
On Sat, 22 May 2010 20:57:01 -0700, Gary Kline kl...@thought.org wrote:
 
 i am finally making some progress, however slight.  i tried using
 sound-juicer with the -d=/dev/cd1 and a popup [dialog] said
 something about hal not running.  i 'm guilty of inattention to
 detail here.  how to i fire up this daemon?  or is it more
 complicated than that?

HAL is not complicated, it's just useless. :-)

No, honestly: You first need to install it from ports or
packages, then add

hald_enable=YES

to your /etc/rc.conf.

# /usr/local/etc/rc.d/hald start

should then start this service. If may (!) be possible that
this isn't sufficient, and you need to install and run DBUS
as well.

And maybe you need to recompile X and some of your programs.




Have you already tried to play (just play) a music CD with the
base system's command

# cdcontrol -f /dev/acd0 play 1

This should work basically, without HAL, without X. In such a
case, it's often good to start with the easiest implementation
just to see if it works.





-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
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