Re: mpd5 stoped working after subnet change

2008-06-02 Thread Reinhold
Hi.

I'm still struggling with this problem, is there anyone out there that can
offer me some help please

Thanks
Reinhold

On Thu, May 29, 2008 11:13, Reinhold wrote:
 Hi


 I'm using mpd5 for pptp connections and last night I had to change our
 subnet from 192.168.1.0/24 to 10.1.10.0/24 after I've made all the changes
  to all the config files I rebooted and everything is working except for
 pptp. I'm using mpd5 for 2 x adsl pppoe and pptp.


 Here is the pptp section
 pptp:
 set ippool add pool1 10.1.10.220 10.1.10.239

 create bundle template B set iface enable proxy-arp set iface idle 1800 set
 iface enable tcpmssfix set ipcp yes vjcomp set ipcp ranges 10.1.10.1/32
 ippool pool1 set ipcp dns 10.1.10.5 208.67.222.222

 set bundle enable compression set bundle enable crypt-reqd set ccp yes mppc
  set mppc yes e40 set mppc yes e128 set mppc yes stateless

 create link template L pptp set link action bundle B set link enable
 multilink set link yes acfcomp protocomp set link no pap chap set link
 enable chap set link keep-alive 10 60 set link mtu 1460

 set pptp self external-ip set link enable incoming

 and then in my pf.conf if_pptp = { ng2, ng3, ng4, ng5, ng6, ng7,
 ng8, ng9, ng10, ng11, ng12, ng13, ng14, ng15, ng16, ng17, ng18, mg19,
 ng20, ng21 }

 # PPTP in WAN1
 pass quick log on $ext_if1 inet proto gre all keep state pass quick log on
 $ext_if1 proto {tcp, udp } from any to 217.41.34.61 port
 = 1723 keep state
 pass quick log on $if_pptp from any to any keep state

 I'm getting an Error 800: Unable to establish a VPN connection.
 This used to work well before I changed the subnet last night.


 Any idea why its not working anymore?
 Thanks
 Reinhold


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




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


pmcstat log file analysis

2008-06-02 Thread Riaan Kruger
I am looking for an explanation of the pmc native log file fields (or so
called raw output) when doing a pmctstat -R /tmp/mylogfile. A typical
sample entry will look like:

sample0x1000401 874 0xc09da725 s

I guess the 874 is a PID and the s means system as opposed to user.

Could anybody point me to documentation which explains this

Thanx
Riaan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mpd5 stoped working after subnet change

2008-06-02 Thread Odhiambo Washington
On Mon, Jun 2, 2008 at 10:45 AM, Reinhold [EMAIL PROTECTED] wrote:
 Hi.

 I'm still struggling with this problem, is there anyone out there that can
 offer me some help please

I have tested your changes on my mpd5 as well.
(a) I assigned 10.1.10.1 as alias IP:

ifconfig xl0 inet 10.1.10.1 alias up

Mine was 192.168.33.1, but I have used exactly same range as you in the test.

(b) Then I edited mpd.conf by doing s/192.168.33/10.1.10/g
I did not change any firewall rules (though I use IPFilter/IPNAT on
this box). IIUC, your problem is mpd authenticating, yes?
I was able to authenticate without a problem.
Did you also edit your /etc/rc.conf to change the IP associated with
the vpn setup?


Here is the mpd.conf I tested:
startup:
set user foo bar admin
set user foo1 bar1
set console self 127.0.0.1 5005
set console open
set web self 0.0.0.0 5006
set web open
default:
load pptp_server

pptp_server:
set ippool add pool1 10.1.10.50 10.1.10.99
create bundle template MYVPN
set iface enable proxy-arp
set iface idle 1800
set iface enable tcpmssfix
set ipcp yes vjcomp
set ipcp ranges 10.1.10.1/32 ippool pool1
set ipcp dns 10.1.10.1
set bundle enable compression
set ccp yes mppc
set mppc yes e40
set mppc yes e128
set mppc yes stateless
create link template MYVPN pptp
set link action bundle MYVPN
set link enable multilink
set link yes acfcomp protocomp
set link no pap chap
set link enable chap
set link keep-alive 10 60
set link mtu 1460
set pptp self MY_PUBLIC_IP_HERE
set link enable incoming

Lemme know if this helps

-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254733744121/+254722743223
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Oh My God! They killed init! You Bastards!
 --from a /. post
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


what is /usr/local/bin/gsc ?

2008-06-02 Thread Anton Shterenlikht
Hi

What is /usr/local/bin/gsc ?

I run FreeBSD 6.3-STABLE #2 on compaq armada laptop.

When I send a job for printing I see gsc process running:

  PID USERNAMETHR PRI NICE   SIZERES STATETIME   WCPU COMMAND
[skip]
99954 daemon1 1170 27244K 19000K RUN  0:05 30.08% gsc

% which gsc
/usr/local/bin/gsc
%

However, I cannot find any info on gsc.
The latest I've found is from 5.2-release,
some gsc(4) -- a device driver for a handy scanner.
I doubt this is it.

Could somebody tell me what gsc is and what it does. 

many thanks
anton

-- 
Anton Shterenlikht
Room 2.6, Queen's Building
Mech Eng Dept
Bristol University
University Walk, Bristol BS8 1TR, UK
Tel: +44 (0)117 928 8233 
Fax: +44 (0)117 929 4423
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: what is /usr/local/bin/gsc ?

2008-06-02 Thread Vince Hoffman
Assuming it was installed from ports, if you have portupgrade installed
you could try
pkg_which /usr/local/bin/gsc

For me this gives
[11:59:40:/usr/home/jhary]
([EMAIL PROTECTED])$pkg_which /usr/local/bin/gsc
ghostscript-gpl-8.62_2

Ghostscript is a postscript interpreter which would make sense since
most printers talk postscript.


Vince



Anton Shterenlikht wrote:
 Hi
 
 What is /usr/local/bin/gsc ?
 
 I run FreeBSD 6.3-STABLE #2 on compaq armada laptop.
 
 When I send a job for printing I see gsc process running:
 
   PID USERNAMETHR PRI NICE   SIZERES STATETIME   WCPU COMMAND
 [skip]
 99954 daemon1 1170 27244K 19000K RUN  0:05 30.08% gsc
 
 % which gsc
 /usr/local/bin/gsc
 %
 
 However, I cannot find any info on gsc.
 The latest I've found is from 5.2-release,
 some gsc(4) -- a device driver for a handy scanner.
 I doubt this is it.
 
 Could somebody tell me what gsc is and what it does. 
 
 many thanks
 anton
 

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


Re: Cannot open /etc/termcap

2008-06-02 Thread Sam Fourman Jr.

  csh: Cannot open /etc/termcap.
  csh: using dumb terminal settings.

 Are you sure /usr/share/misc/termcap isn't empty and accesible
 on the target machine?
 lrwxr-xr-x  1 root  wheel23B May 31  2007 /etc/termcap@ -
 /usr/share/misc/termcap


I receive the following
%cp /usr/share/misc/termcap /etc/termcap
cp: /etc/termcap and /usr/share/misc/termcap are identical (not copied).


is there a quick fix to this?

Sam Fourman Jr.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: what is /usr/local/bin/gsc ?

2008-06-02 Thread Jonathan Chen
On Mon, Jun 02, 2008 at 11:53:47AM +0100, Anton Shterenlikht wrote:
 Hi
 
 What is /usr/local/bin/gsc ?

If you have portupgrade, pkg_which(1) can tell you. gsc is actually
gs, which is ghostscript.

Cheers.
-- 
Jonathan Chen [EMAIL PROTECTED]
--
Only the meek get pinched. The bold survive.
  - Ferris Bueller
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Looking for gurus willing to help write Freebsd tutorials

2008-06-02 Thread Steve Lake



  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Behalf Of Unga
  Sent: Friday, May 30, 2008 9:14 PM
  To: Steve Lake
  Cc: freebsd-questions@freebsd.org
  Subject: Re: Looking for gurus willing to help write Freebsd tutorials
 
 
  Raiden's Realm is a community tech site dedicated to
  helping people learn about Linux, BSD, and open source
  software. - WHO WE ARE, www.raiden.net.
 
  If you are honest for your site's objective,
  appreciate if could drop the penguin from the site's
  logo without a delay. It clearly shows your bias.
 

 Yep, he definitely likes birds better than red sex toys...


lol.  Cute.  I'm actually a very strong supporter of Freebsd.  I 
wouldn't list 3 of the major BSD distros in my recommended distros 
section if I wasn't.  :)  The problem is, the majority of my audience is 
Linux guys and newbies looking for info on Linux.  I figure if I can get 
them in the door with Linux, I can make a BSD evangelist out of them 
eventually.  :)  I've already had quite a few BSD converts over the past 
couple of years doing just that.  :D




Steven Lake
Owner/Technical Writer
Raiden's Realm
www.raiden.net
Bringing Linux and BSD to the World


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


Re: mpd5 stoped working after subnet change

2008-06-02 Thread Odhiambo Washington
On Mon, Jun 2, 2008 at 10:45 AM, Reinhold [EMAIL PROTECTED] wrote:
 Hi.

 I'm still struggling with this problem, is there anyone out there that can
 offer me some help please

What I've done most of the times is to log all communications with mpd
by adding a logging entry into /etc/syslog.conf:

!mpd5
*.* tab /var/log/mpd5.log

Then
touch /var/log/mpd5.log
kill -1 `cat /var/run/syslog.pid`

You can then look at /var/log/mpd5 for more clues


Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254733744121/+254722743223
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Oh My God! They killed init! You Bastards!
 --from a /. post
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: what is /usr/local/bin/gsc ?

2008-06-02 Thread Anton Shterenlikht
On Mon, Jun 02, 2008 at 03:03:48PM +0400, Yuri Pankov wrote:
 Anton Shterenlikht wrote:
 Hi
 
 What is /usr/local/bin/gsc ?
 
 I run FreeBSD 6.3-STABLE #2 on compaq armada laptop.
 
 When I send a job for printing I see gsc process running:
 
   PID USERNAMETHR PRI NICE   SIZERES STATETIME   WCPU COMMAND
 [skip]
 99954 daemon1 1170 27244K 19000K RUN  0:05 30.08% gsc
 
 % which gsc
 /usr/local/bin/gsc
 %
 
 First, check if there's manpage with description for gsc :-) You can 
 also check which package installed that file:
 pkg_info -W /usr/local/bin/gsc

thanks, I missed this switch, it's very useful.
anton

-- 
Anton Shterenlikht
Room 2.6, Queen's Building
Mech Eng Dept
Bristol University
University Walk, Bristol BS8 1TR, UK
Tel: +44 (0)117 928 8233 
Fax: +44 (0)117 929 4423
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mpd5 stoped working after subnet change

2008-06-02 Thread Reinhold
Hi

Thanks for the help
Its working again \o/

All I did was enabled logging like you suggested and made a change in
/etc/rc.conf.
I've added this
mpd_flags=-b -s mpd5

Then restarted mpd5 and bang it worked.

Thanks again.
Reinhold


On Mon, June 2, 2008 11:01, Odhiambo Washington wrote:
 On Mon, Jun 2, 2008 at 10:45 AM, Reinhold [EMAIL PROTECTED] wrote:

 Hi.


 I'm still struggling with this problem, is there anyone out there that
 can offer me some help please

 What I've done most of the times is to log all communications with mpd
 by adding a logging entry into /etc/syslog.conf:

 !mpd5
 *.* tab /var/log/mpd5.log


 Then
 touch /var/log/mpd5.log kill -1 `cat /var/run/syslog.pid`

 You can then look at /var/log/mpd5 for more clues



 Best regards,
 Odhiambo WASHINGTON,
 Nairobi,KE
 +254733744121/+254722743223
 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 Oh My God! They killed init! You Bastards!
 --from a /. post
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]




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


Re: what is /usr/local/bin/gsc ?

2008-06-02 Thread Anton Shterenlikht
On Mon, Jun 02, 2008 at 10:59:31PM +1200, Jonathan Chen wrote:
 On Mon, Jun 02, 2008 at 11:53:47AM +0100, Anton Shterenlikht wrote:
  Hi
  
  What is /usr/local/bin/gsc ?
 
 If you have portupgrade, pkg_which(1) can tell you. gsc is actually
 gs, which is ghostscript.

thanks
I use portmaster, so pkg_info -La  tmp; vi tmp (and seach for gsc) did this
for me.


-- 
Anton Shterenlikht
Room 2.6, Queen's Building
Mech Eng Dept
Bristol University
University Walk, Bristol BS8 1TR, UK
Tel: +44 (0)117 928 8233 
Fax: +44 (0)117 929 4423
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ssh - connect to directory outside of /user/home - permission denied

2008-06-02 Thread Dominik Meister
Turner Litigation Services [Fri, May 30, 2008 at 06:28:26PM -0700]:
 
 ssh [EMAIL PROTECTED] /usr/data/pub/ gives permission denied errors.
 

According to the unison manual the syntax in the configuration would be:
root = ssh://[EMAIL PROTECTED]//path/to/file

If you just want to copy some files, you could also use scp:
scp [EMAIL PROTECTED]:/path/to/file .

Dominik

-- 
Dominik Meister
My public GnuPG key is available at http://www.meisternet.ch/gpg.txt


pgpklsVVMNq13.pgp
Description: PGP signature


Re: what is /usr/local/bin/gsc ?

2008-06-02 Thread Yuri Pankov

Anton Shterenlikht wrote:

Hi

What is /usr/local/bin/gsc ?

I run FreeBSD 6.3-STABLE #2 on compaq armada laptop.

When I send a job for printing I see gsc process running:

  PID USERNAMETHR PRI NICE   SIZERES STATETIME   WCPU COMMAND
[skip]
99954 daemon1 1170 27244K 19000K RUN  0:05 30.08% gsc

% which gsc
/usr/local/bin/gsc
%


First, check if there's manpage with description for gsc :-) You can 
also check which package installed that file:

pkg_info -W /usr/local/bin/gsc
(and as you mentioned printing, I'd think it was installed by 
ghostscript package) and follow the URL in pkg-descr.



However, I cannot find any info on gsc.
The latest I've found is from 5.2-release,
some gsc(4) -- a device driver for a handy scanner.
I doubt this is it.

Could somebody tell me what gsc is and what it does. 


many thanks
anton




HTH,
Yuri
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mpd5 stoped working after subnet change

2008-06-02 Thread Odhiambo Washington
I thought you already had that entry in rc.conf?
That's why I didn't even look that side.
Anyway it's great to hear you're fine now.



On 6/2/08, Reinhold [EMAIL PROTECTED] wrote:
 Hi

 Thanks for the help
 Its working again \o/

 All I did was enabled logging like you suggested and made a change in
 /etc/rc.conf.
 I've added this
 mpd_flags=-b -s mpd5

 Then restarted mpd5 and bang it worked.

 Thanks again.
 Reinhold


 On Mon, June 2, 2008 11:01, Odhiambo Washington wrote:
 On Mon, Jun 2, 2008 at 10:45 AM, Reinhold [EMAIL PROTECTED] wrote:

 Hi.


 I'm still struggling with this problem, is there anyone out there that
 can offer me some help please

 What I've done most of the times is to log all communications with mpd
 by adding a logging entry into /etc/syslog.conf:

 !mpd5
 *.* tab /var/log/mpd5.log


 Then
 touch /var/log/mpd5.log kill -1 `cat /var/run/syslog.pid`

 You can then look at /var/log/mpd5 for more clues



 Best regards,
 Odhiambo WASHINGTON,
 Nairobi,KE
 +254733744121/+254722743223
 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 Oh My God! They killed init! You Bastards!
 --from a /. post
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]






-- 
Sent from Google Mail for mobile | mobile.google.com

Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254733744121/+254722743223
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Oh My God! They killed init! You Bastards!
--from a /. post
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mpd5 stoped working after subnet change

2008-06-02 Thread Reinhold
Nope I only had
mpd_enable=YES
in it before and that used to work perfectly.

That's why I was stumped at what was the cause to the problem.

I have another server that accepts pptp connections and I only have
mpd_enable in the rc.conf file and its working like a dream.

Very weird.

Reinhold

On Mon, June 2, 2008 13:25, Odhiambo Washington wrote:
 I thought you already had that entry in rc.conf?
 That's why I didn't even look that side.
 Anyway it's great to hear you're fine now.




 On 6/2/08, Reinhold [EMAIL PROTECTED] wrote:

 Hi


 Thanks for the help
 Its working again \o/


 All I did was enabled logging like you suggested and made a change in
 /etc/rc.conf.
 I've added this
 mpd_flags=-b -s mpd5

 Then restarted mpd5 and bang it worked.


 Thanks again.
 Reinhold



 On Mon, June 2, 2008 11:01, Odhiambo Washington wrote:

 On Mon, Jun 2, 2008 at 10:45 AM, Reinhold [EMAIL PROTECTED]
 wrote:


 Hi.



 I'm still struggling with this problem, is there anyone out there
 that can offer me some help please

 What I've done most of the times is to log all communications with
 mpd by adding a logging entry into /etc/syslog.conf:

 !mpd5
 *.* tab /var/log/mpd5.log



 Then
 touch /var/log/mpd5.log kill -1 `cat /var/run/syslog.pid`

 You can then look at /var/log/mpd5 for more clues




 Best regards,
 Odhiambo WASHINGTON,
 Nairobi,KE
 +254733744121/+254722743223
 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



 Oh My God! They killed init! You Bastards!
 --from a /. post
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]







 --
 Sent from Google Mail for mobile | mobile.google.com


 Best regards,
 Odhiambo WASHINGTON,
 Nairobi,KE
 +254733744121/+254722743223
 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 Oh My God! They killed init! You Bastards!
 --from a /. post
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]




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


Re: Can't mount my iPhone - Maybe it need not be mounted?

2008-06-02 Thread eculp

Quoting Tom Ierna [EMAIL PROTECTED]:


On Jun 1, 2008, at 5:13 PM, Joshua Isom wrote:

To be able to mount your iPhone, you're going to have to  
essentially  void the warranty and risk turning it into a pretty  
paperweight.  It  sucks, but that's the way it is.  But at least  
you can charge your  iPhone using FreeBSD.



If using libgpod through gtkpod only requires the iPhone be   
jailbroken, the above is not true. Jailbreaking your iPhone does not  
 void the warranty, and there is very little chance of bricking it  
by  just jailbreaking it. Bricking used to be an issue when mucking  
with  the radio firmware, but jailbreaking doesn't touch that stuff.


To jailbreak an iPhone, check out http://ziphone.org/


Hi Tom.  Thanks for the link and clarification.  AFAIK, my iPhone is  
Jailbroken because I'm using it on a Mexican carrier, TelCel and if  
I understand correctly, it would have to be to use the TelCel chip.


Ziphone is a bit slow but I'm going to go through it and see if I can  
find the reason why I'm not able to get a mountable device created.


Thanks again for your help,

ed



You will need either a Windows or Mac to do the Jailbreak though.

--
Tom Ierna
President
Shockergroup, Inc.





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


gnash leave a blank page when visit youtube

2008-06-02 Thread Jyun-Yi Liou
Hi list!

I've changed my browser's flash player form
www/linux-flashplugin7(out-of-date, and ports mark this as RESTRICTED D: )
to graphic/gnash a few hours ago
but gnash just leave me a blank page while I am visiting youtube

screen shot:
http://img144.imageshack.us/img144/6953/screenshot0206200820260bt8.jpg

and there is my about:plugins
http://img113.imageshack.us/img113/6189/screenshot0206200820280ey5.jpg

libgnashplugin.so was installed at /usr/local/lib/browser_plugins correctly

this is a part of my config.log (yes, I change graphic/gnash/Makefile)
 ./configure --with-boost-incl=/usr/local/include
--with-boost-lib=/usr/local/lib
--with-npapi-plugindir=/usr/local/lib/browser_plugins
--with-kde-pluginprefix=/usr/local --enable-jpeg --enable-png --enable-Xft \
   --enable-fontconfig --enable-plugins --enable-nsapi
--disable-kparts --disable-cygnal --enable-gui=gtk --enable-renderer=agg
--enable-media=ffmpeg --x-libraries=/usr/local/lib
--x-includes=/usr/local/include --prefix=/usr/local \
   --mandir=/usr/local/man --infodir=/usr/local/info/
--build=i386-portbld-freebsd7.0

I tried some different arguments but still not working on it.
Does anything I missed?

otherwise, I can play flash at youtue by this little script, scrpit is
copied from http://wiki.gnashdev.org/YouTube
% cat play_youtube
#! /bin/sh
url=$1
vars=$`wget --quiet -O - $url | grep -F watch_fullscreen | cut -d \? -f 2
| cut -d \ -f1`
echo $vars
gnash -vv -F 2 -P FlashVars=$vars http://tw.youtube.com/player2.swf

screen shot:
http://img231.imageshack.us/img231/6889/screenshot0206200820465iz9.jpg

so, this is not gnash's problem but firefox?
please, tell me how you do it, if someone happy with gnash and firefox :-)

ps. I found a bug report about blank flash page
https://savannah.gnu.org/bugs/?18822
  is it related?

Happy hacking,
jyuny1
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: what is /usr/local/bin/gsc ?

2008-06-02 Thread Oliver Fromme
Anton Shterenlikht wrote:
  Jonathan Chen wrote:
   Anton Shterenlikht wrote:
What is /usr/local/bin/gsc ?
   
   If you have portupgrade, pkg_which(1) can tell you. gsc is actually
   gs, which is ghostscript.
  
  thanks
  I use portmaster, so pkg_info -La  tmp; vi tmp (and seach for gsc) did this
  for me.

You can use pkg_info -W to find out to which package a
file belongs.  It's a base-system feature; you don't have
to use portupgrade, portmaster or anything else.

Best regards
   Oliver

-- 
Oliver Fromme, secnetix GmbH  Co. KG, Marktplatz 29, 85567 Grafing b. M.
Handelsregister: Registergericht Muenchen, HRA 74606,  Geschäftsfuehrung:
secnetix Verwaltungsgesellsch. mbH, Handelsregister: Registergericht Mün-
chen, HRB 125758,  Geschäftsführer: Maik Bachmann, Olaf Erb, Ralf Gebhart

FreeBSD-Dienstleistungen, -Produkte und mehr:  http://www.secnetix.de/bsd

Unix gives you just enough rope to hang yourself --
and then a couple of more feet, just to be sure.
-- Eric Allman
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gnash leave a blank page when visit youtube

2008-06-02 Thread Derek Graham
on Monday 02 June 2008Monday 02 June 2008 Jyun-Yi Liou Jyun-Yi Liou 
[EMAIL PROTECTED] wrote:

 Hi list!

 I've changed my browser's flash player form
 www/linux-flashplugin7(out-of-date, and ports mark this as RESTRICTED D: )
 to graphic/gnash a few hours ago
 but gnash just leave me a blank page while I am visiting youtube

 screen shot:
 http://img144.imageshack.us/img144/6953/screenshot0206200820260bt8.jpg

 and there is my about:plugins
 http://img113.imageshack.us/img113/6189/screenshot0206200820280ey5.jpg

 libgnashplugin.so was installed at /usr/local/lib/browser_plugins correctly

 this is a part of my config.log (yes, I change graphic/gnash/Makefile)
  ./configure --with-boost-incl=/usr/local/include
 --with-boost-lib=/usr/local/lib
 --with-npapi-plugindir=/usr/local/lib/browser_plugins
 --with-kde-pluginprefix=/usr/local --enable-jpeg --enable-png --enable-Xft
 \ --enable-fontconfig --enable-plugins --enable-nsapi --disable-kparts
 --disable-cygnal --enable-gui=gtk --enable-renderer=agg
 --enable-media=ffmpeg --x-libraries=/usr/local/lib
 --x-includes=/usr/local/include --prefix=/usr/local \
--mandir=/usr/local/man --infodir=/usr/local/info/
 --build=i386-portbld-freebsd7.0

 I tried some different arguments but still not working on it.
 Does anything I missed?

 otherwise, I can play flash at youtue by this little script, scrpit is
 copied from http://wiki.gnashdev.org/YouTube
 % cat play_youtube
 #! /bin/sh
 url=$1
 vars=$`wget --quiet -O - $url | grep -F watch_fullscreen | cut -d \? -f 2

 | cut -d \ -f1`

 echo $vars
 gnash -vv -F 2 -P FlashVars=$vars http://tw.youtube.com/player2.swf

 screen shot:
 http://img231.imageshack.us/img231/6889/screenshot0206200820465iz9.jpg

 so, this is not gnash's problem but firefox?
 please, tell me how you do it, if someone happy with gnash and firefox :-)

 ps. I found a bug report about blank flash page
 https://savannah.gnu.org/bugs/?18822
   is it related?

 Happy hacking,
 jyuny1
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]


Fun so Flash7 is obsolete, Gnash is half and half, and flash9 is a lost 
cause :p should be interesting what happens when silverlight comes out and 
all websites start using it :(

Sincerely,
Derek A. Graham

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


Re: error mounting USB disk: Invalid argument

2008-06-02 Thread Reid Linnemann
Written by Colin Brace on 05/31/08 05:17
 On Sat, 31 May 2008 11:42:21 +0200, Roland Smith [EMAIL PROTECTED] wrote:
 
 After partitioning and labeling the disk, did you make filesystems on
 the partitions with newfs?
 
 Ah, no. According to Absolute FreeBSD, 2nd ed, which I have in front of me,
 newfs invoked by sysinstall, which I used to create the slice and partition
 it (p 241).
 
 Anyway, I now try running newfs in terminal, but it throws up some errrors:
 
 # newfs /dev/da0s1c
 /dev/da0s1c: 194474.3MB (398283416 sectors) block size 16384, fragment size
 2048
   using 1059 cylinder groups of 183.77MB, 11761 blks, 23552 inodes.
 super-block backups (for fsck -b #) at:
 newfs: wtfs: 65536 bytes at sector 160: Invalid argument
 
 # newfs /dev/da0s1c
 /dev/da0s1c: 194474.3MB (398283416 sectors) block size 16384, fragment size
 2048
   using 1059 cylinder groups of 183.77MB, 11761 blks, 23552 inodes.
 super-block backups (for fsck -b #) at:
  160, 376512, 752864, 1129216, 1505568, 1881920, 2258272, 2634624, 3010976,
 3387328, 3763680, 4140032,newfs: wtfs: 65536 bytes at sector 4516384:
 Invalid argument

You obviously did not really partition the slice with bsdlabel. The c
partition is invalid for a filesystem. If you look at the label I'm sure
you'll see that the FSTYPE field is 'unused', with a comment that reads
``raw part, don't edit``. You should add a partition with bsdlabel,
perhaps partition 'a', with fstype 4.2BSD. You can then newfs this
partition.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Duplex printer advice

2008-06-02 Thread Bill Moran
In response to Kurt Buff [EMAIL PROTECTED]:
 
 I'm looking to replace my current printer - a Dell 1700n - because I
 can't make it work with FreeBSD/Linux.

I think you're doing it wrong.  I have a 1700 series Dell printer and it
works just fine with FreeBSD.  Did you install CUPS and the ppd files?

-- 
Bill Moran
http://www.potentialtech.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gnash leave a blank page when visit youtube

2008-06-02 Thread Jyun-Yi Liou
Is there any way to avoid RESTRICTED and install www/linux-flashplugin7 ?
www/linux-flashplugin9 always freeze my firefox :-(

I miss the old days with www/linux-flashplugin7 D-:

btw, graphic/gnash seems pretty stable, but the integration with firefox is
poor in my case.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gnash leave a blank page when visit youtube

2008-06-02 Thread Derek Graham
on Monday 02 June 2008Monday 02 June 2008 Jyun-Yi Liou Jyun-Yi Liou 
[EMAIL PROTECTED] wrote:

 Is there any way to avoid RESTRICTED and install www/linux-flashplugin7 ?
 www/linux-flashplugin9 always freeze my firefox :-(

 I miss the old days with www/linux-flashplugin7 D-:

 btw, graphic/gnash seems pretty stable, but the integration with firefox is
 poor in my case.


Dunno i think if you edit the Makefile and comment out the restricted, it 
might work, by the way good idea to CC the freebsd-questions@freebsd.org
you might get more responses.

Sincerely,
Derek A. Graham

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


Re: gnash leave a blank page when visit youtube

2008-06-02 Thread Yuri Pankov

Jyun-Yi Liou wrote:

Is there any way to avoid RESTRICTED and install www/linux-flashplugin7 ?
www/linux-flashplugin9 always freeze my firefox :-(


I don't see how RESTRICTED prevents you from installing 
linux-flashplugin7. Quoting /usr/ports/Mk/bsd.port.mk:

# RESTRICTED- Prevent the distribution of distfiles and packages to
# the FTP sites or on CDROM (e.g. forbidden by license
# considerations).

What is actual problem (error messages from `make`, please) with 
linux-flashplugin7?



I miss the old days with www/linux-flashplugin7 D-:

btw, graphic/gnash seems pretty stable, but the integration with firefox is
poor in my case.



Yuri
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gnash leave a blank page when visit youtube

2008-06-02 Thread Jyun-Yi Liou
2008/6/2 Derek Graham [EMAIL PROTECTED]:

 Dunno i think if you edit the Makefile and comment out the restricted, it


I've tried to comment out the RESTRICTED, but the output:
===  linux-flashplugin-7.0r73 has known vulnerabilities:
= linux-flashplugin -- unspecified remote code execution vulnerability.
   Reference: 
http://www.FreeBSD.org/ports/portaudit/04c6187d-2d8f-11dd-98c9-00163e16.htmlhttp://www.freebsd.org/ports/portaudit/04c6187d-2d8f-11dd-98c9-00163e16.html

= Please update your ports tree and try again.
*** Error code 1

Stop in /usr/ports/www/linux-flashplugin7.
*** Error code 1

Stop in /usr/ports/www/linux-flashplugin7.

anything I can do further?


 might work, by the way good idea to CC the freebsd-questions@freebsd.org
 you might get more responses.

thanks for the notice :-)




 Sincerely,
 Derek A. Graham

 best regards,
jyuny1
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gnash leave a blank page when visit youtube

2008-06-02 Thread Jyun-Yi Liou
2008/6/2 Yuri Pankov [EMAIL PROTECTED]:

 What is actual problem (error messages from `make`, please) with
 linux-flashplugin7?

the message I got:

===  linux-flashplugin-7.0r73 has known vulnerabilities:
= linux-flashplugin -- unspecified remote code execution vulnerability.
   Reference: 
http://www.FreeBSD.org/ports/portaudit/04c6187d-2d8f-11dd-98c9-00163e16.htmlhttp://www.freebsd.org/ports/portaudit/04c6187d-2d8f-11dd-98c9-00163e16.html

= Please update your ports tree and try again.
*** Error code 1

Stop in /usr/ports/www/linux-flashplugin7.
*** Error code 1

Stop in /usr/ports/www/linux-flashplugin7.

anything I can do further?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gnash leave a blank page when visit youtube

2008-06-02 Thread Yuri Pankov

Jyun-Yi Liou wrote:



2008/6/2 Yuri Pankov [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]:

What is actual problem (error messages from `make`, please) with
linux-flashplugin7?

the message I got:

===  linux-flashplugin-7.0r73 has known vulnerabilities:
= linux-flashplugin -- unspecified remote code execution vulnerability.
   Reference: 
http://www.FreeBSD.org/ports/portaudit/04c6187d-2d8f-11dd-98c9-00163e16.html 
http://www.freebsd.org/ports/portaudit/04c6187d-2d8f-11dd-98c9-00163e16.html

= Please update your ports tree and try again.
*** Error code 1

Stop in /usr/ports/www/linux-flashplugi
n7.
*** Error code 1

Stop in /usr/ports/www/linux-flashplugin7.

anything I can do further?



If you are absolutely sure you want linux-flashplugin7 installed, 
despite security vulnerability, you can disable portaudit check (this 
message comes from portaudit) with -DDISABLE_VULNERABILITIES (it's 
documented in ports(7) manpage).



HTH,
Yuri
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gnash leave a blank page when visit youtube

2008-06-02 Thread Vince Hoffman
Jyun-Yi Liou wrote:
 Is there any way to avoid RESTRICTED and install www/linux-flashplugin7 ?
 www/linux-flashplugin9 always freeze my firefox :-(
 
 I miss the old days with www/linux-flashplugin7 D-:
 

For me the
RESTRICTED= Redistribution not allowed
line just means what it says, ie you cant redistribute the port/package.
Its still builds and (last I tried) works.

I tend to use swfdec and swfdec-plugin ports which play youtube fine for
me though.


Vince

 btw, graphic/gnash seems pretty stable, but the integration with firefox is
 poor in my case.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

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


Re: gnash leave a blank page when visit youtube

2008-06-02 Thread Vince Hoffman
Vince Hoffman wrote:
 Jyun-Yi Liou wrote:
 Is there any way to avoid RESTRICTED and install www/linux-flashplugin7 ?
 www/linux-flashplugin9 always freeze my firefox :-(

 I miss the old days with www/linux-flashplugin7 D-:

 
 For me the
 RESTRICTED= Redistribution not allowed
 line just means what it says, ie you cant redistribute the port/package.
 Its still builds and (last I tried) works.
 
 I tend to use swfdec and swfdec-plugin ports which play youtube fine for
 me though.
 
 
Sorry just read your other posts, for some reason I must have
uninstalled portaudit at some point on my laptop so I wasn't getting the
 portaudit message.

Vince

 Vince
 
 btw, graphic/gnash seems pretty stable, but the integration with firefox is
 poor in my case.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

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


Re: Can't mount my iPhone - Maybe it need not be mounted?

2008-06-02 Thread eculp

Quoting Joshua Isom [EMAIL PROTECTED]:

To be able to mount your iPhone, you're going to have to essentially  
void the warranty and risk turning it into a pretty paperweight.  It  
sucks, but that's the way it is.  But at least you can charge your  
iPhone using FreeBSD.


I'm already using it with a carrier that isn't yet authorized so I  
have to assume that it is jailbroken but I still can't find a way to  
mount it. It seems that it isn't recoginzed by FreeBSD current as  
being mountable.


Thanks for the warning.

ed



On Jun 1, 2008, at 11:10 AM, eculp wrote:

I've not been successful at googling a way to connect freebsd  
current amd64 to my iPhone.  Eventually, I would like to be able to  
sync and upload to it from an opensource substitute for iTunes,  
that doesn't have a version from FreeBSD.


When I connect my iPhone I see:

Jun  1 09:55:00 ed kernel: uhid0: Apple Inc. iPhone, class 0/0,  
rev 2.00/0.01, addr 2 on uhub3


in messages and that is it.  No new device or anything that I can find.

Any programs or suggestions that you have to facilitate using the  
iPhone will be greatly appreciated. I've been trying to use gtkpod  
without success because I can't mount it, I assume.


Thanks,

ed

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







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


Re: Can't mount my iPhone - Maybe it need not be mounted?

2008-06-02 Thread eculp

Quoting Roland Smith [EMAIL PROTECTED]:


On Sun, Jun 01, 2008 at 11:10:48AM -0500, eculp wrote:

I've not been successful at googling a way to connect freebsd current
amd64 to my iPhone.  Eventually, I would like to be able to sync and
upload to it from an opensource substitute for iTunes, that doesn't
have a version from FreeBSD.

When I connect my iPhone I see:

Jun  1 09:55:00 ed kernel: uhid0: Apple Inc. iPhone, class 0/0, rev
2.00/0.01, addr 2 on uhub3

in messages and that is it.  No new device or anything that I can find.

Any programs or suggestions that you have to facilitate using the
iPhone will be greatly appreciated. I've been trying to use gtkpod
without success because I can't mount it, I assume.


The pags for libgpod (http://www.gtkpod.org/libgpod.html), on which
gtkpod depends, says:

There's also preliminary support for the iPhone and the iPod Touch
 but they must be jailbroken to work.

Whatever that means. :-)


Here we call it un blocked which I assume is synonymous with  
jailbroken but I can't seem to get FreeBSD to recognize it as  
mountable so gtkpod doesn't see it either.


Thanks for your help,

ed


Roland
--
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)




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


Re: mpd5 stoped working after subnet change

2008-06-02 Thread Odhiambo Washington
I have both mpd4 and mpd5 able to work on my box! The only thing I
hate in the logs is that mpd5 appears to allocate lower connection
bandwidth than mpd4. I don't know if this makes sense, but because of
that, I default to using mpd4. V5 is just there for playing with, and
answering others like you in case they have a problem.
I'd like to know why this bandwidth issue is differren between the
versions, if you can help check out. I can give you a working config
if you want.




On 6/2/08, Reinhold [EMAIL PROTECTED] wrote:
 Nope I only had
 mpd_enable=YES
 in it before and that used to work perfectly.

 That's why I was stumped at what was the cause to the problem.

 I have another server that accepts pptp connections and I only have
 mpd_enable in the rc.conf file and its working like a dream.

 Very weird.

 Reinhold

 On Mon, June 2, 2008 13:25, Odhiambo Washington wrote:
 I thought you already had that entry in rc.conf?
 That's why I didn't even look that side.
 Anyway it's great to hear you're fine now.




 On 6/2/08, Reinhold [EMAIL PROTECTED] wrote:

 Hi


 Thanks for the help
 Its working again \o/


 All I did was enabled logging like you suggested and made a change in
 /etc/rc.conf.
 I've added this
 mpd_flags=-b -s mpd5

 Then restarted mpd5 and bang it worked.


 Thanks again.
 Reinhold



 On Mon, June 2, 2008 11:01, Odhiambo Washington wrote:

 On Mon, Jun 2, 2008 at 10:45 AM, Reinhold [EMAIL PROTECTED]
 wrote:


 Hi.



 I'm still struggling with this problem, is there anyone out there
 that can offer me some help please

 What I've done most of the times is to log all communications with
 mpd by adding a logging entry into /etc/syslog.conf:

 !mpd5
 *.* tab /var/log/mpd5.log



 Then
 touch /var/log/mpd5.log kill -1 `cat /var/run/syslog.pid`

 You can then look at /var/log/mpd5 for more clues




 Best regards,
 Odhiambo WASHINGTON,
 Nairobi,KE
 +254733744121/+254722743223
 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



 Oh My God! They killed init! You Bastards!
 --from a /. post
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]







 --
 Sent from Google Mail for mobile | mobile.google.com


 Best regards,
 Odhiambo WASHINGTON,
 Nairobi,KE
 +254733744121/+254722743223
 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 Oh My God! They killed init! You Bastards!
 --from a /. post
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]






-- 
Sent from Google Mail for mobile | mobile.google.com

Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254733744121/+254722743223
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Oh My God! They killed init! You Bastards!
--from a /. post
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gnash leave a blank page when visit youtube

2008-06-02 Thread Jyun-Yi Liou
2008/6/2 Yuri Pankov [EMAIL PROTECTED]:

 If you are absolutely sure you want linux-flashplugin7 installed, despite
 security vulnerability, you can disable portaudit check (this message comes
 from portaudit) with -DDISABLE_VULNERABILITIES (it's documented in ports(7)
 manpage).

 HTH,
 Yuri


Thanks for the hint!
I should man 7 ports first :-)

best regards,
jyuny1
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gnash leave a blank page when visit youtube

2008-06-02 Thread Robert Huff

Vince Hoffman writes:

   Is there any way to avoid RESTRICTED and install www/linux-flashplugin7 ?
   www/linux-flashplugin9 always freeze my firefox :-(
  
  For me the
  RESTRICTED= Redistribution not allowed
  line just means what it says, ie you cant redistribute the
  port/package. 

If that's the case, then it's a poor choice if name for the
variable.


Robert Huff

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


Re: Duplex printer advice

2008-06-02 Thread Kurt Buff
On Mon, Jun 2, 2008 at 6:38 AM, Bill Moran [EMAIL PROTECTED] wrote:
 In response to Kurt Buff [EMAIL PROTECTED]:

 I'm looking to replace my current printer - a Dell 1700n - because I
 can't make it work with FreeBSD/Linux.

 I think you're doing it wrong.  I have a 1700 series Dell printer and it
 works just fine with FreeBSD.  Did you install CUPS and the ppd files?

 --
 Bill Moran
 http://www.potentialtech.com

Cups came installed with Suse's gnome desktop - I don't have FreeBSD
installed yet - and I can't find a ppd file that makes it talk, though
the installer does connect to port 9000 when testing. I could very
well be doing something wrong, or at least insufficiently right, but
it's not happening for me. Which ppd file are you using?

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


Re: mpd5 stoped working after subnet change

2008-06-02 Thread Reinhold
For me mpd5 have been running perfectly when it comes to bandwidth. But
then again I'm using adsl here.

I'm using mpd5 to connect to 2 adsl lines and then allow pptp in on one of
them. So far I had almost no problems with it at all.

send me the config, I have to warn you that its a bit hard to test random
things on mpd because its on our firewall so I don't want to mess with it
to much.

I can however use your config on my other server to test it for you.



On Mon, June 2, 2008 15:20, Odhiambo Washington wrote:
 I have both mpd4 and mpd5 able to work on my box! The only thing I
 hate in the logs is that mpd5 appears to allocate lower connection
 bandwidth than mpd4. I don't know if this makes sense, but because of
 that, I default to using mpd4. V5 is just there for playing with, and
 answering others like you in case they have a problem. I'd like to know
 why this bandwidth issue is differren between the versions, if you can
 help check out. I can give you a working config if you want.




 On 6/2/08, Reinhold [EMAIL PROTECTED] wrote:

 Nope I only had
 mpd_enable=YES in it before and that used to work perfectly.

 That's why I was stumped at what was the cause to the problem.


 I have another server that accepts pptp connections and I only have
 mpd_enable in the rc.conf file and its working like a dream.

 Very weird.


 Reinhold


 On Mon, June 2, 2008 13:25, Odhiambo Washington wrote:

 I thought you already had that entry in rc.conf?
 That's why I didn't even look that side.
 Anyway it's great to hear you're fine now.





 On 6/2/08, Reinhold [EMAIL PROTECTED] wrote:


 Hi



 Thanks for the help
 Its working again \o/



 All I did was enabled logging like you suggested and made a change
 in /etc/rc.conf.
 I've added this
 mpd_flags=-b -s mpd5

 Then restarted mpd5 and bang it worked.



 Thanks again.
 Reinhold




 On Mon, June 2, 2008 11:01, Odhiambo Washington wrote:


 On Mon, Jun 2, 2008 at 10:45 AM, Reinhold [EMAIL PROTECTED]
  wrote:



 Hi.




 I'm still struggling with this problem, is there anyone out
 there that can offer me some help please

 What I've done most of the times is to log all communications
 with mpd by adding a logging entry into /etc/syslog.conf:

 !mpd5
 *.* tab /var/log/mpd5.log




 Then
 touch /var/log/mpd5.log kill -1 `cat /var/run/syslog.pid`

 You can then look at /var/log/mpd5 for more clues





 Best regards,
 Odhiambo WASHINGTON,
 Nairobi,KE
 +254733744121/+254722743223
 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _




 Oh My God! They killed init! You Bastards!
 --from a /. post
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]








 --
 Sent from Google Mail for mobile | mobile.google.com



 Best regards,
 Odhiambo WASHINGTON,
 Nairobi,KE
 +254733744121/+254722743223
 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



 Oh My God! They killed init! You Bastards!
 --from a /. post
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]







 --
 Sent from Google Mail for mobile | mobile.google.com


 Best regards,
 Odhiambo WASHINGTON,
 Nairobi,KE
 +254733744121/+254722743223
 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 Oh My God! They killed init! You Bastards!
 --from a /. post
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]




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


Re: Looking for gurus willing to help write Freebsd tutorials

2008-06-02 Thread Jerry McAllister
On Mon, Jun 02, 2008 at 07:18:14AM -0400, Steve Lake wrote:

 
   -Original Message-
   From: [EMAIL PROTECTED]
   [mailto:[EMAIL PROTECTED] Behalf Of Unga
   Sent: Friday, May 30, 2008 9:14 PM
   To: Steve Lake
   Cc: freebsd-questions@freebsd.org
   Subject: Re: Looking for gurus willing to help write Freebsd tutorials
  
  
   Raiden's Realm is a community tech site dedicated to
   helping people learn about Linux, BSD, and open source
   software. - WHO WE ARE, www.raiden.net.
  
   If you are honest for your site's objective,
   appreciate if could drop the penguin from the site's
   logo without a delay. It clearly shows your bias.
  
 
  Yep, he definitely likes birds better than red sex toys...
 
 lol.  Cute.  I'm actually a very strong supporter of Freebsd.  I 
 wouldn't list 3 of the major BSD distros in my recommended distros 
 section if I wasn't.  :)  The problem is, the majority of my audience is 
 Linux guys and newbies looking for info on Linux.  I figure if I can get 
 them in the door with Linux, I can make a BSD evangelist out of them 
 eventually.  :)  I've already had quite a few BSD converts over the past 
 couple of years doing just that.  :D

Still, you need to add the sex toy in a nice dignified, well designed way
to your banner.

jerry


 
 Steven Lake
 Owner/Technical Writer
 Raiden's Realm
 www.raiden.net
 Bringing Linux and BSD to the World
 
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Reverse proxy recommendation

2008-06-02 Thread David Robillard
On Sat, 2008-05-31 at 10:26 -0400, Thomas Mullins wrote:
 Hello,

 We have three internal web servers that we make accessible to the
 internet.  Right now we simply use pf and port redirection.  Works
 great.

 But, we would like to tighten up security.  I know you can do this with
 squid, apache and a few others.  Could someone please make a
 recommendation on what solutions they have used or seen in the past?

 Thanks
 Shane

You may want to check the www/varnish port. From the ports description:

This is the Varnish high-performance HTTP accelerator.

Documentation and additional information about Varnish is available on
URL:http://varnish.projects.linpro.no/.

Technical questions about Varnish and this release should be addressed
to [EMAIL PROTECTED].

Questions about commercial support and services related to Varnish
should be addressed to [EMAIL PROTECTED].

WWW: http://www.varnish-cache.org/

And from wikipedia: http://en.wikipedia.org/wiki/Varnish_cache

I've never used it myself, but looks interesting since it's been
created by Poul-Henning Kamp which is a major FreeBSD developer.

HTH,

David
-- 
David Robillard
UNIX systems administrator  Oracle DBA
CISSP, RHCE  Sun Certified Security Administrator
Montreal: +1 514 966 0122
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mpd5 stoped working after subnet change

2008-06-02 Thread Odhiambo Washington
On Mon, Jun 2, 2008 at 5:37 PM, Reinhold [EMAIL PROTECTED] wrote:
 For me mpd5 have been running perfectly when it comes to bandwidth. But
 then again I'm using adsl here.

 I'm using mpd5 to connect to 2 adsl lines and then allow pptp in on one of
 them. So far I had almost no problems with it at all.

 send me the config, I have to warn you that its a bit hard to test random
 things on mpd because its on our firewall so I don't want to mess with it
 to much.

 I can however use your config on my other server to test it for you.

I wouldn't want to bother you anyway.
However, I have a question: Since you've not been logging the pptp
conversation, how do you know the bandwidth bit? Perhaps it's me who
has not gotten the concept:
A user logs in and part of what you see in the log is:

snip
Jun  2 17:34:15 spamfilter mpd4:  Reply message:
S=27627E63A5E602FEB6B8E6716A7A352622139C6F
Jun  2 17:34:15 spamfilter mpd4: [pptp1] CHAP: sending SUCCESS len:42
Jun  2 17:34:15 spamfilter mpd4: [pptp1] LCP: authorization successful
Jun  2 17:34:15 spamfilter mpd4: [pptp1] Bundle up: 1 link, total
bandwidth 64000 bps
Jun  2 17:34:15 spamfilter mpd4: [pptp1] IPCP: Open event
Jun  2 17:34:15 spamfilter mpd4: [pptp1] IPCP: state change Initial -- Starting
Jun  2 17:34:15 spamfilter mpd4: [pptp1] IPCP: LayerStart
Jun  2 17:34:15 spamfilter mpd4: [pptp1] CCP: Open event
Jun  2 17:34:15 spamfilter mpd4: [pptp1] CCP: state change Initial -- Starting
Jun  2 17:34:15 spamfilter mpd4: [pptp1] CCP: LayerStart
Jun  2 17:34:15 spamfilter mpd4: [pptp1] IPCP: Up event
Jun  2 17:34:15 spamfilter mpd4: [pptp1] IPCP: state change Starting
-- Req-Sent
Jun  2 17:34:15 spamfilter mpd4: [pptp1] IPCP: SendConfigReq #7
Jun  2 17:34:15 spamfilter mpd4:  IPADDR 192.168.33.1
/snip

The user stays on and does whatever they wanted to do, and when they
are disconnecting, you see this:

snip
Jun  2 17:52:50 spamfilter mpd4: [pptp1] LCP: rec'd Terminate Request
#10 (Opened)
Jun  2 17:52:50 spamfilter mpd4: [pptp1] LCP: state change Opened -- Stopping
Jun  2 17:52:50 spamfilter mpd4: [pptp1] AUTH: Accounting data for
user bthakrar: 1117 seconds, 578183 octets in, 9632530 octets out
Jun  2 17:52:50 spamfilter mpd4: [pptp1] Bundle up: 0 links, total
bandwidth 9600 bps
Jun  2 17:52:50 spamfilter mpd4: [pptp1] IPCP: Close event
Jun  2 17:52:50 spamfilter mpd4: [pptp1] IPCP: state change Opened -- Closing
Jun  2 17:52:50 spamfilter mpd4: [pptp1] IPCP: SendTerminateReq #9
Jun  2 17:52:50 spamfilter mpd4: [pptp1] error writing len 8 frame to
bypass: Network is down
Jun  2 17:52:50 spamfilter mpd4: [pptp1] IPCP: LayerDown
Jun  2 17:52:50 spamfilter mpd4: [pptp1] IFACE: Down event
/snip

So, upon connection, there was a bandwidth of  64000bps, but upon
closing that session, the b/w is 9600bps.

That is what I meant, and the way I see now, it has nothing to do with
mpd5 or mpd4
Perhaps all this is OT now and it is fodder for another list:-)

-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254733744121/+254722743223
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Oh My God! They killed init! You Bastards!
 --from a /. post
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


mfi freebsd7

2008-06-02 Thread kalin m

hi all...

a hosting facility build a new dedicated server for me and looking at 
the dmesg i see:


mfi0: LSI MegaSAS 1078 port 0xec00-0xecff mem 
0xfc48-0xfc4b,0xfc44-0xfc47 irq 16 at device 0.0 on pci1

mfi0: Megaraid SAS driver Ver 2.00

for df i get:
Filesystem   SizeUsed   Avail Capacity  Mounted on
/dev/mfid0s1a496M197M259M43%/
devfs1.0K1.0K  0B   100%/dev
/dev/mfid0s1e496M 12K456M 0%/tmp
/dev/mfid0s1f661G636M608G 0%/usr
/dev/mfid0s1d8.7G1.4M8.0G 0%/var


i asked for raid1. i cant find too much information about the mfi 
driver. just that it works with freebsd 7.


i'll keep looking but - has anybody successfully deployed production 
servers using the LSI MegaSAS 1078 in RAID1 on a very busy web server?

is there any loss in performance using that hardware in RAID1?
any performance loss in RAID1 at all?


thanks...

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


Re: VPN (IPSEC)

2008-06-02 Thread alexus
anyone?


On Sat, May 31, 2008 at 7:49 PM, alexus [EMAIL PROTECTED] wrote:
 Hello,

 I'm trying to establish a VPN tunnel over internet, I read a
 http://www.freebsd.org/doc/en/books/handbook/ipsec.html on how to set
 it up, I'm some what strangeling if my setup will work at all.

 i have box #1 that have 1 primary IP, which is private IP but in front
 of my box, I have a device that translate a public IP address into
 private IP, so technicaly its a public IP not a private, yet system
 sees it as private, yet my box #2 has interface with real public ip
 and another interface with private ip, i created GIF0 interface, yet i
 can't ping private range on other box.


 box#1

 fxp0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu 1500
options=8VLAN_MTU
ether 00:0f:fe:aa:f4:61
inet 192.168.1.251 netmask 0xff00 broadcast 192.168.1.255
inet 172.16.172.16 netmask 0x broadcast 172.16.172.16
media: Ethernet autoselect (100baseTX full-duplex)
status: active
 plip0: flags=108810POINTOPOINT,SIMPLEX,MULTICAST,NEEDSGIANT metric 0 mtu 
 1500
 lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST metric 0 mtu 16384
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
inet6 ::1 prefixlen 128
inet 127.0.0.1 netmask 0xff00
 gif0: flags=8051UP,POINTOPOINT,RUNNING,MULTICAST metric 0 mtu 1280
tunnel inet 38.96.123.42 -- 74.2.252.194
inet 192.168.1.251 -- 192.168.2.252 netmask 0x
 [EMAIL PROTECTED] ~ 503$ netstat -rn | grep gif0
 192.168.2.252  192.168.1.251  UH  0   15   gif0
 [EMAIL PROTECTED] ~ 504$

 box#2

 su-3.2# ifconfig
 dc0: flags=8943UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST metric
 0 mtu 1500
options=8VLAN_MTU
ether 00:1a:70:10:e3:89
inet 74.2.252.194 netmask 0xfff8 broadcast 74.2.252.199
media: Ethernet autoselect (100baseTX)
status: active
 fxp0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu 1500
options=8VLAN_MTU
ether 00:13:20:09:53:31
inet 192.168.2.252 netmask 0xff00 broadcast 192.168.2.255
media: Ethernet autoselect (100baseTX full-duplex)
status: active
 lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST metric 0 mtu 16384
inet 127.0.0.1 netmask 0xff00
 gif0: flags=8051UP,POINTOPOINT,RUNNING,MULTICAST metric 0 mtu 1280
tunnel inet 74.2.252.194 -- 38.96.132.42
inet 192.168.2.252 -- 192.168.1.251 netmask 0x
 su-3.2# netstat -rn | grep gif0
 192.168.1.251  192.168.2.252  UH  0  602   gif0
 su-3.2#


 any suggestions are welcome, thanks!
 --
 http://alexus.org/




-- 
http://alexus.org/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: VPN (IPSEC)

2008-06-02 Thread Bob McConnell
On Behalf Of alexus

anyone?


On Sat, May 31, 2008 at 7:49 PM, alexus [EMAIL PROTECTED] wrote:
 Hello,

 I'm trying to establish a VPN tunnel over internet, I read a
 http://www.freebsd.org/doc/en/books/handbook/ipsec.html on how to set
 it up, I'm some what strangeling if my setup will work at all.


IIRC, IPSEC cannot work through a NAT connection. NAT changes header
fields that IPSEC uses for packet authentication. So the receiver cannot
validate the content of the modified header.

Bob McConnell
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: VPN (IPSEC)

2008-06-02 Thread Kurt Buff
On Mon, Jun 2, 2008 at 9:13 AM, alexus [EMAIL PROTECTED] wrote:
 anyone?


 On Sat, May 31, 2008 at 7:49 PM, alexus [EMAIL PROTECTED] wrote:
 Hello,

 I'm trying to establish a VPN tunnel over internet, I read a
 http://www.freebsd.org/doc/en/books/handbook/ipsec.html on how to set
 it up, I'm some what strangeling if my setup will work at all.

 i have box #1 that have 1 primary IP, which is private IP but in front
 of my box, I have a device that translate a public IP address into
 private IP, so technicaly its a public IP not a private, yet system
 sees it as private, yet my box #2 has interface with real public ip
 and another interface with private ip, i created GIF0 interface, yet i
 can't ping private range on other box.


 box#1

 fxp0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu 1500
options=8VLAN_MTU
ether 00:0f:fe:aa:f4:61
inet 192.168.1.251 netmask 0xff00 broadcast 192.168.1.255
inet 172.16.172.16 netmask 0x broadcast 172.16.172.16
media: Ethernet autoselect (100baseTX full-duplex)
status: active
 plip0: flags=108810POINTOPOINT,SIMPLEX,MULTICAST,NEEDSGIANT metric 0 mtu 
 1500
 lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST metric 0 mtu 16384
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
inet6 ::1 prefixlen 128
inet 127.0.0.1 netmask 0xff00
 gif0: flags=8051UP,POINTOPOINT,RUNNING,MULTICAST metric 0 mtu 1280
tunnel inet 38.96.123.42 -- 74.2.252.194
inet 192.168.1.251 -- 192.168.2.252 netmask 0x
 [EMAIL PROTECTED] ~ 503$ netstat -rn | grep gif0
 192.168.2.252  192.168.1.251  UH  0   15   gif0
 [EMAIL PROTECTED] ~ 504$

 box#2

 su-3.2# ifconfig
 dc0: flags=8943UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST metric
 0 mtu 1500
options=8VLAN_MTU
ether 00:1a:70:10:e3:89
inet 74.2.252.194 netmask 0xfff8 broadcast 74.2.252.199
media: Ethernet autoselect (100baseTX)
status: active
 fxp0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu 1500
options=8VLAN_MTU
ether 00:13:20:09:53:31
inet 192.168.2.252 netmask 0xff00 broadcast 192.168.2.255
media: Ethernet autoselect (100baseTX full-duplex)
status: active
 lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST metric 0 mtu 16384
inet 127.0.0.1 netmask 0xff00
 gif0: flags=8051UP,POINTOPOINT,RUNNING,MULTICAST metric 0 mtu 1280
tunnel inet 74.2.252.194 -- 38.96.132.42
inet 192.168.2.252 -- 192.168.1.251 netmask 0x
 su-3.2# netstat -rn | grep gif0
 192.168.1.251  192.168.2.252  UH  0  602   gif0
 su-3.2#


 any suggestions are welcome, thanks!
 --
 http://alexus.org/

google for ipsec nat traversal freebsd
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mpd5 stoped working after subnet change

2008-06-02 Thread Reinhold


 So, upon connection, there was a bandwidth of  64000bps, but upon
 closing that session, the b/w is 9600bps.

I see the same things since I started logging the connection.
At the start I see this
mpd5: [B-3] Bundle: Status update: up 1 link, total bandwidth 64000 bps
and at the end its
mpd5: [B-3] Bundle: Status update: up 0 links, total bandwidth 9600 bps

This is a bit OT because my original problem got fixed thanks to you, I
still have no idea what fixed it though, hehehe

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


Re: 7.0 upgrade compile error

2008-06-02 Thread Casey Scott
With the new output below, does anyone have any thought on why the 
build fails?

Casey

- Casey Scott [EMAIL PROTECTED] wrote:

 Kris, 
 
  Please show us more context.
 
 These seems to be all the relevant output:
 
 **
 cd /usr/src/etc; make buildincludes; make installincludes
 
 --
  stage 4.2: building libraries
 --
 cd /usr/src;  MAKEOBJDIRPREFIX=/usr/obj  MACHINE_ARCH=i386 
 MACHINE=i386  CPUTYPE=pentium4 
 GROFF_BIN_PATH=/usr/obj/usr/src/tmp/legacy/usr/bin 
 GROFF_FONT_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/groff_font 
 GROFF_TMAC_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/tmac 
 _SHLIBDIRPREFIX=/usr/obj/usr/src/tmp  INSTALL=sh
 /usr/src/tools/install.sh 
 PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
 make -f Makefile.inc1 DESTDIR=/usr/obj/usr/src/tmp -DNO_FSCHG
 -DWITHOUT_HTML -DWITHOUT_INFO -DNO_LINT  -DWITHOUT_MAN -DWITHOUT_NLS
 -DWITHOUT_PROFILE libraries
 cd /usr/src;  make -f Makefile.inc1 _prereq_libs;  make -f
 Makefile.inc1 _startup_libs;  make -f Makefile.inc1 _prebuild_libs; 
 make -f Makefile.inc1 _generic_libs;
 === gnu/lib/libgcc (obj,depend,all,install)
 make -f /usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile
 MFILE=/usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile
 GCCDIR=/usr/src/gnu/lib/libgcc/../../../contrib/gcc tm.h
 TARGET_CPU_DEFAULT=  HEADERS=options.h i386/i386.h i386/unix.h
 i386/att.h dbxelf.h elfos.h freebsd-native.h freebsd-spec.h freebsd.h
 i386/freebsd.h defaults.h  DEFINES=  /bin/sh
 /usr/src/gnu/lib/libgcc/../../../contrib/gcc/mkconfig.sh tm.h
 echo '#define EXTRA_MODES_FILE i386/i386-modes.def'  tm.h
 make -f /usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile
 MFILE=/usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile
 GCCDIR=/usr/src/gnu/lib/libgcc/../../../contrib/gcc tconfig.h
 TARGET_CPU_DEFAULT=  HEADERS=auto-host.h ansidecl.h 
 DEFINES=USED_FOR_TARGET  /bin/sh
 /usr/src/gnu/lib/libgcc/../../../contrib/gcc/mkconfig.sh tconfig.h
 make -f /usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile
 MFILE=/usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile
 GCCDIR=/usr/src/gnu/lib/libgcc/../../../contrib/gcc options.h
 awk -f /usr/src/gnu/lib/libgcc/../../../contrib/gcc/opt-gather.awk
 /usr/src/gnu/lib/libgcc/../../../contrib/gcc/c.opt
 /usr/src/gnu/lib/libgcc/../../../contrib/gcc/common.opt
 /usr/src/gnu/lib/libgcc/../../../contrib/gcc/config/i386/i386.opt 
 optionlist
 awk -f /usr/src/gnu/lib/libgcc/../../../contrib/gcc/opt-functions.awk 
 -f /usr/src/gnu/lib/libgcc/../../../contrib/gcc/opth-gen.awk  
 optionlist  options.h
 make -f /usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile
 MFILE=/usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile
 GCCDIR=/usr/src/gnu/lib/libgcc/../../../contrib/gcc unwind.h
 ln -sf /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-generic.h
 unwind.h
 make -f /usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile
 MFILE=/usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile
 GCCDIR=/usr/src/gnu/lib/libgcc/../../../contrib/gcc gthr-default.h
 ln -sf /usr/src/gnu/lib/libgcc/../../../contrib/gcc/gthr-posix.h
 gthr-default.h
 cc -c -O2 -pipe -march=pentium4 -DIN_GCC -DIN_LIBGCC2
 -D__GCC_FLOAT_NOT_NEEDED  -DHAVE_GTHR_DEFAULT 
 -I/usr/src/gnu/lib/libgcc/../../../contrib/gcclibs/include 
 -I/usr/src/gnu/lib/libgcc/../../../contrib/gcc/config
 -I/usr/src/gnu/lib/libgcc/../../../contrib/gcc -I. 
 -I/usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools 
 -fvisibility=hidden -DHIDE_EXPORTS -fPIC -fexceptions -D__GLIBC__=3
 -DElfW=__ElfN -o unwind-dw2.o
 /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c
 In file included from
 /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:32:
 /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:47:20: error:
 stddef.h: No such file or directory
 /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:48:19: error:
 float.h: No such file or directory
 /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:87:20: error:
 stdarg.h: No such file or directory
 /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:90:19: error:
 stdio.h: No such file or directory
 /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:96:19: error:
 errno.h: No such file or directory
 /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:103:20: error:
 string.h: No such file or directory
 /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:104:20: error:
 stdlib.h: No such file or directory
 /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:105:20: error:
 unistd.h: No such file or directory
 

Re: gnash leave a blank page when visit youtube

2008-06-02 Thread Vince Hoffman
Robert Huff wrote:
 Vince Hoffman writes:
 
   Is there any way to avoid RESTRICTED and install www/linux-flashplugin7 ?
   www/linux-flashplugin9 always freeze my firefox :-(
  
  For me the
  RESTRICTED= Redistribution not allowed
  line just means what it says, ie you cant redistribute the
  port/package. 
 
   If that's the case, then it's a poor choice if name for the
 variable.
 
It seems clear enough to me but I can see why it could cause confusion.
For an explanation of what the variables mean its usually best to look
though the porters handbook. Taking this as an example:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porting-restrictions.html

 
   Robert Huff

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


7.0-R freezes with: swap_pager: indefinite wait buffer: bufobj

2008-06-02 Thread Oskar Eyb

Hello,

on a  7.0-RELEASE maschine I have now again a big problem with freezing.


swap_pager: indefinite wait buffer: bufobj: 0, blkno: 388449, size: 4096
swap_pager: indefinite wait buffer: bufobj: 0, blkno: 388452, size: 20480
swap_pager: indefinite wait buffer: bufobj: 0, blkno: 387805, size: 16384


# swapctl -l
Device:   1024-blocks Used:
/dev/mirror/gm0s1b   1048576485332
/dev/md01048576485316


What to do against this, is there a patch available?


Best Regards,
Oskar

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


OpenFire installation

2008-06-02 Thread Jo Pesko

Hi.

I receive Error code 64 while trying to install OpenFire(after 
executing make install) from ports collection. Here is some output:


/bin/mkdir -p /usr/local/share/doc/openfire
(cd /usr/ports/net-im/openfire/work/openfire_src  install  -o root -g 
wheel -m 444  LICENSE.html README.html changelog.html 
/usr/local/share/doc/openfire)
(cd /usr/ports/net-im/openfire/work/openfire_src/documentation/docs  
/usr/bin/find . \! -path ./javadoc\*  | /usr/bin/cpio -pdmu -R 
root:wheel /usr/local/share/doc/openfire  /dev/null 21 )

/bin/ln -sf /var/log/openfire /usr/local/share/java/openfire/logs
/bin/ln -sf /var/db/openfire  /usr/local/share/java/openfire/embedded-db
/bin/ln -sf  /usr/local/share/java/openfire/conf
/bin/ln -sf  /usr/local/share/java/openfire/resources/security
/bin/mkdir -p /usr/local/share/examples/openfire
install  -o root -g wheel -m 444 
/usr/ports/net-im/openfire/work/openfire_src/target/openfire/conf/openfire.xml  
/usr/local/share/examples/openfire/openfire.xml
install -m 600 
/usr/ports/net-im/openfire/work/openfire_src/target/openfire/resources/security/truststore  
/usr/local/share/examples/openfire/truststore
install -m 600 
/usr/ports/net-im/openfire/work/openfire_src/target/openfire/resources/security/keystore  
/usr/local/share/examples/openfire/keystore

usage: mkdir [-pv] [-m mode] directory_name ...
*** Error code 64

Stop in /usr/ports/net-im/openfire.

Any help will be appreciated.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Reverse proxy recommendation

2008-06-02 Thread Thomas Mullins
Most thanks,

FreeBSD ports are great.

Shane
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of David
Robillard
Sent: Monday, June 02, 2008 10:58 AM
To: Thomas Mullins
Cc: FreeBSD Questions
Subject: Re: Reverse proxy recommendation

On Sat, 2008-05-31 at 10:26 -0400, Thomas Mullins wrote:
 Hello,

 We have three internal web servers that we make accessible to the 
 internet.  Right now we simply use pf and port redirection.  Works 
 great.

 But, we would like to tighten up security.  I know you can do this 
 with squid, apache and a few others.  Could someone please make a 
 recommendation on what solutions they have used or seen in the past?

 Thanks
 Shane

You may want to check the www/varnish port. From the ports description:

This is the Varnish high-performance HTTP accelerator.

Documentation and additional information about Varnish is available on
URL:http://varnish.projects.linpro.no/.

Technical questions about Varnish and this release should be addressed
to [EMAIL PROTECTED].

Questions about commercial support and services related to Varnish
should be addressed to [EMAIL PROTECTED].

WWW: http://www.varnish-cache.org/

And from wikipedia: http://en.wikipedia.org/wiki/Varnish_cache

I've never used it myself, but looks interesting since it's been created
by Poul-Henning Kamp which is a major FreeBSD developer.

HTH,

David
--
David Robillard
UNIX systems administrator  Oracle DBA
CISSP, RHCE  Sun Certified Security Administrator
Montreal: +1 514 966 0122
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mfi freebsd7

2008-06-02 Thread Vince Hoffman

kalin m wrote:

hi all...

a hosting facility build a new dedicated server for me and looking at 
the dmesg i see:


mfi0: LSI MegaSAS 1078 port 0xec00-0xecff mem 
0xfc48-0xfc4b,0xfc44-0xfc47 irq 16 at device 0.0 on pci1

mfi0: Megaraid SAS driver Ver 2.00

for df i get:
Filesystem   SizeUsed   Avail Capacity  Mounted on
/dev/mfid0s1a496M197M259M43%/
devfs1.0K1.0K  0B   100%/dev
/dev/mfid0s1e496M 12K456M 0%/tmp
/dev/mfid0s1f661G636M608G 0%/usr
/dev/mfid0s1d8.7G1.4M8.0G 0%/var


i asked for raid1. i cant find too much information about the mfi 
driver. just that it works with freebsd 7.




you might want to look at sysutils/megarc and possibly 
sysutils/linux-megamgr so you can more closely monitor/investigate your 
array.


Vince

i'll keep looking but - has anybody successfully deployed production 
servers using the LSI MegaSAS 1078 in RAID1 on a very busy web server?

is there any loss in performance using that hardware in RAID1?
any performance loss in RAID1 at all?


thanks...

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


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


Re: 7.0 upgrade compile error

2008-06-02 Thread Kris Kennaway

Casey Scott wrote:
With the new output below, does anyone have any thought on why the 
build fails?


You seem to be missing critical parts of your source tree.  Double check 
your cvsupfile (or similar).


Kris


Casey

- Casey Scott [EMAIL PROTECTED] wrote:

Kris, 


Please show us more context.

These seems to be all the relevant output:

**
cd /usr/src/etc; make buildincludes; make installincludes

--

stage 4.2: building libraries

--
cd /usr/src;  MAKEOBJDIRPREFIX=/usr/obj  MACHINE_ARCH=i386 
MACHINE=i386  CPUTYPE=pentium4 
GROFF_BIN_PATH=/usr/obj/usr/src/tmp/legacy/usr/bin 
GROFF_FONT_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/groff_font 
GROFF_TMAC_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/tmac 
_SHLIBDIRPREFIX=/usr/obj/usr/src/tmp  INSTALL=sh
/usr/src/tools/install.sh 
PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/sbin:/bin:/usr/sbin:/usr/bin

make -f Makefile.inc1 DESTDIR=/usr/obj/usr/src/tmp -DNO_FSCHG
-DWITHOUT_HTML -DWITHOUT_INFO -DNO_LINT  -DWITHOUT_MAN -DWITHOUT_NLS
-DWITHOUT_PROFILE libraries
cd /usr/src;  make -f Makefile.inc1 _prereq_libs;  make -f
Makefile.inc1 _startup_libs;  make -f Makefile.inc1 _prebuild_libs; 
make -f Makefile.inc1 _generic_libs;

=== gnu/lib/libgcc (obj,depend,all,install)
make -f /usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile
MFILE=/usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile
GCCDIR=/usr/src/gnu/lib/libgcc/../../../contrib/gcc tm.h
TARGET_CPU_DEFAULT=  HEADERS=options.h i386/i386.h i386/unix.h
i386/att.h dbxelf.h elfos.h freebsd-native.h freebsd-spec.h freebsd.h
i386/freebsd.h defaults.h  DEFINES=  /bin/sh
/usr/src/gnu/lib/libgcc/../../../contrib/gcc/mkconfig.sh tm.h
echo '#define EXTRA_MODES_FILE i386/i386-modes.def'  tm.h
make -f /usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile
MFILE=/usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile
GCCDIR=/usr/src/gnu/lib/libgcc/../../../contrib/gcc tconfig.h
TARGET_CPU_DEFAULT=  HEADERS=auto-host.h ansidecl.h 
DEFINES=USED_FOR_TARGET  /bin/sh

/usr/src/gnu/lib/libgcc/../../../contrib/gcc/mkconfig.sh tconfig.h
make -f /usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile
MFILE=/usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile
GCCDIR=/usr/src/gnu/lib/libgcc/../../../contrib/gcc options.h
awk -f /usr/src/gnu/lib/libgcc/../../../contrib/gcc/opt-gather.awk
/usr/src/gnu/lib/libgcc/../../../contrib/gcc/c.opt
/usr/src/gnu/lib/libgcc/../../../contrib/gcc/common.opt
/usr/src/gnu/lib/libgcc/../../../contrib/gcc/config/i386/i386.opt 
optionlist
awk -f /usr/src/gnu/lib/libgcc/../../../contrib/gcc/opt-functions.awk 
-f /usr/src/gnu/lib/libgcc/../../../contrib/gcc/opth-gen.awk  

optionlist  options.h
make -f /usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile
MFILE=/usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile
GCCDIR=/usr/src/gnu/lib/libgcc/../../../contrib/gcc unwind.h
ln -sf /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-generic.h
unwind.h
make -f /usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile
MFILE=/usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile
GCCDIR=/usr/src/gnu/lib/libgcc/../../../contrib/gcc gthr-default.h
ln -sf /usr/src/gnu/lib/libgcc/../../../contrib/gcc/gthr-posix.h
gthr-default.h
cc -c -O2 -pipe -march=pentium4 -DIN_GCC -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED  -DHAVE_GTHR_DEFAULT 
-I/usr/src/gnu/lib/libgcc/../../../contrib/gcclibs/include 
-I/usr/src/gnu/lib/libgcc/../../../contrib/gcc/config
-I/usr/src/gnu/lib/libgcc/../../../contrib/gcc -I. 
-I/usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools 
-fvisibility=hidden -DHIDE_EXPORTS -fPIC -fexceptions -D__GLIBC__=3

-DElfW=__ElfN -o unwind-dw2.o
/usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c
In file included from
/usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:32:
/usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:47:20: error:
stddef.h: No such file or directory
/usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:48:19: error:
float.h: No such file or directory
/usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:87:20: error:
stdarg.h: No such file or directory
/usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:90:19: error:
stdio.h: No such file or directory
/usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:96:19: error:
errno.h: No such file or directory
/usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:103:20: error:
string.h: No such file or directory
/usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:104:20: error:
stdlib.h: No such file or directory
/usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:105:20: error:
unistd.h: No such file or directory

Re: Looking for gurus willing to help write Freebsd tutorials

2008-06-02 Thread bridd
 On Mon, Jun 02, 2008 at 07:18:14AM -0400, Steve Lake wrote:

   If you are honest for your site's objective,
   appreciate if could drop the penguin from the site's
   logo without a delay. It clearly shows your bias.
  
 
  Yep, he definitely likes birds better than red sex toys...

 lol.  Cute.  I'm actually a very strong supporter of Freebsd.  I
 wouldn't list 3 of the major BSD distros in my recommended distros
 section if I wasn't.  :)  The problem is, the majority of my audience is
 Linux guys and newbies looking for info on Linux.  I figure if I can get
 them in the door with Linux, I can make a BSD evangelist out of them
 eventually.  :)  I've already had quite a few BSD converts over the past
 couple of years doing just that.  :D

 Still, you need to add the sex toy in a nice dignified, well designed way
 to your banner.

 jerry

I agree completely, it's what got me over to BSD !

Dave // bridd



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


Re: small office backup hardware advice

2008-06-02 Thread Rob

Sdavtaker wrote:
Im working in a small office (4 PC with 80GB HD each and a server with 
a 200GB HD).

... What will be a solid but cheap solution to keep some usefull backups?


What operating system(s) are you running on the PCs and server?

  -R

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


Re: Can't mount my iPhone - Maybe it need not be mounted?

2008-06-02 Thread Joshua Isom
If I recall right from what I've read about it, it's mounted as a sshfs 
or something like that, network based and not usb based.  You just need 
to install openssh and some other programs.


On Jun 2, 2008, at 9:16 AM, eculp wrote:


Quoting Joshua Isom [EMAIL PROTECTED]:

To be able to mount your iPhone, you're going to have to essentially 
void the warranty and risk turning it into a pretty paperweight.  It 
sucks, but that's the way it is.  But at least you can charge your 
iPhone using FreeBSD.


I'm already using it with a carrier that isn't yet authorized so I 
have to assume that it is jailbroken but I still can't find a way to 
mount it. It seems that it isn't recoginzed by FreeBSD current as 
being mountable.


Thanks for the warning.

ed



On Jun 1, 2008, at 11:10 AM, eculp wrote:

I've not been successful at googling a way to connect freebsd 
current amd64 to my iPhone.  Eventually, I would like to be able to 
sync and upload to it from an opensource substitute for iTunes, that 
doesn't have a version from FreeBSD.


When I connect my iPhone I see:

Jun  1 09:55:00 ed kernel: uhid0: Apple Inc. iPhone, class 0/0, rev 
2.00/0.01, addr 2 on uhub3


in messages and that is it.  No new device or anything that I can 
find.


Any programs or suggestions that you have to facilitate using the 
iPhone will be greatly appreciated. I've been trying to use gtkpod 
without success because I can't mount it, I assume.


Thanks,

ed

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










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


Re: mfi freebsd7

2008-06-02 Thread kalin m

megarc, right... read about it..  here:

# megarc -AllAdpInfo help
usage :
cmd -AllAdpInfo
  : prints info of all cards


.  ok .

# megarc -AllAdpInfo

   **
 MEGARC MegaRAID Configuration 
Utility(FreeBSD)-1.04(03-02-2005)
 By LSI Logic Corp.,USA

   **
 [Note: For SATA-2, 4 and 6 channel controllers, please specify
 Ch=0 Id=0..15 for specifying physical drive(Ch=channel, Id=Target)]

   Type ? as command line arg for help

   No Adapters Found   


   Error: No MegaRaid Found


?!?!?!  does that mean that there is no raid?  why then the df output? 
the machine is supposed to have 4 250gig SAS drives.



thanks...





Vince Hoffman wrote:

kalin m wrote:

hi all...

a hosting facility build a new dedicated server for me and looking at 
the dmesg i see:


mfi0: LSI MegaSAS 1078 port 0xec00-0xecff mem 
0xfc48-0xfc4b,0xfc44-0xfc47 irq 16 at device 0.0 on pci1

mfi0: Megaraid SAS driver Ver 2.00

for df i get:
Filesystem   SizeUsed   Avail Capacity  Mounted on
/dev/mfid0s1a496M197M259M43%/
devfs1.0K1.0K  0B   100%/dev
/dev/mfid0s1e496M 12K456M 0%/tmp
/dev/mfid0s1f661G636M608G 0%/usr
/dev/mfid0s1d8.7G1.4M8.0G 0%/var


i asked for raid1. i cant find too much information about the mfi 
driver. just that it works with freebsd 7.




you might want to look at sysutils/megarc and possibly 
sysutils/linux-megamgr so you can more closely monitor/investigate 
your array.


Vince

i'll keep looking but - has anybody successfully deployed production 
servers using the LSI MegaSAS 1078 in RAID1 on a very busy web server?

is there any loss in performance using that hardware in RAID1?
any performance loss in RAID1 at all?


thanks...

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


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

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


Re: 7.0-R freezes with: swap_pager: indefinite wait buffer: bufobj

2008-06-02 Thread Kris Kennaway

Oskar Eyb wrote:

Hello,

on a  7.0-RELEASE maschine I have now again a big problem with freezing.


swap_pager: indefinite wait buffer: bufobj: 0, blkno: 388449, size: 4096
swap_pager: indefinite wait buffer: bufobj: 0, blkno: 388452, size: 20480
swap_pager: indefinite wait buffer: bufobj: 0, blkno: 387805, size: 16384


# swapctl -l
Device:   1024-blocks Used:
/dev/mirror/gm0s1b   1048576485332
/dev/md01048576485316


What to do against this, is there a patch available?


Your disk is taking an enormously long time to reply to swap I/O, which 
is what is eventually timing out with those errors.  Check that it is 
not failing.


Kris
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Looking for gurus willing to help write Freebsd tutorials

2008-06-02 Thread Pollywog
On Monday 02 June 2008 15:58:55 [EMAIL PROTECTED] wrote:

 I agree completely, it's what got me over to BSD !


I am a little confused.  I just see a sphere with horns on it that reminds 
me of the BSD daemon's head, only made to look less demonic.  Is it 
supposed to be something else?

If it is one of those toys is that what FreeBSD folks really want to project 
as an image?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Looking for gurus willing to help write Freebsd tutorials

2008-06-02 Thread Jerry McAllister
On Mon, Jun 02, 2008 at 06:57:00PM +, Pollywog wrote:

 On Monday 02 June 2008 15:58:55 [EMAIL PROTECTED] wrote:
 
  I agree completely, it's what got me over to BSD !
 
 
 I am a little confused.  I just see a sphere with horns on it that reminds 
 me of the BSD daemon's head, only made to look less demonic.  Is it 
 supposed to be something else?
 
 If it is one of those toys is that what FreeBSD folks really want to 
 project as an image?


That is so funny!

People spent years arguing about the BSDie daemon image and how it causes
misunderstandings, etc and so they had a contest to choose an official 
logo (BSDie was no a logo, many claimed.  He is just a mascott).  

Well, the sex toy is what FreeBSD ended up with as logo with BSDie daemon
retained as the mascott.   More people still identify with the BSDie daemon 
doll and still use it on their web pages, etc.
But, the sex toy is currently the official logo - as much as anything is
official with FreeBSD.

So, now we can have numerous long threads complaining about how 
the sex toy is a bad image for FreeBSD and causes misunderstanding.

If I could draw, I would have offered an alternative, but such is 
not my fortune.

Have fun y'all.

jerry


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


Re: mpd5 stoped working after subnet change

2008-06-02 Thread Alexander Motin

Reinhold wrote:

So, upon connection, there was a bandwidth of  64000bps, but upon
closing that session, the b/w is 9600bps.


I see the same things since I started logging the connection.
At the start I see this
mpd5: [B-3] Bundle: Status update: up 1 link, total bandwidth 64000 bps
and at the end its
mpd5: [B-3] Bundle: Status update: up 0 links, total bandwidth 9600 bps


Those speeds mean nothing to you actually. They are used _only_ for 
multilink load balancing. 64000 is the default that can be changed 
manually by configuration, but as I have said it is meaningless whan 
multilink is not used.
PPTP protocol has capabilities to make PAC inform PNS side about 
connection speed, but it is only informational and in no way interfere 
with real transfer speeds.



This is a bit OT because my original problem got fixed thanks to you, I
still have no idea what fixed it though, hehehe


Logging (probably increased to 'log +phys2 +phys3') and tcpdump on a 
physical interface should help you if problem will get back again.


--
Alexander Motin
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gnash leave a blank page when visit youtube

2008-06-02 Thread Derek Graham
on Monday 02 June 2008Monday 02 June 2008 Gerard Gerard [EMAIL PROTECTED] 
wrote:

 On Mon, 2 Jun 2008 08:30:03 -0500
 Derek Graham [EMAIL PROTECTED] wrote:

 [snip]

  Fun so Flash7 is obsolete, Gnash is half and half, and flash9 is a
  lost cause :p should be interesting what happens when silverlight
  comes out and all websites start using it :(

 Silverlight is all ready out. I don't know how wide spread its use is
 though. I did see something about Microsoft tweaking it so that it was
 compatible with Firefox.

 OT; however, there is a notice from CERTS regarding Microsoft and
 Apple's Safari:

 http://www.us-cert.gov/current/index.html#microsoft_releases_security_advis
ory1

 and

 http://www.microsoft.com/technet/security/advisory/953818.mspx

 Lately Apple has been getting hit rather hard with security problems.

I heard a rumor Microsoft was planning to create a linux version of 
silverlight, I also heard a rumor that silverlight could overcome flash 
alltogether. Yeah I have heard the same, I listen to MacBreek Weekly podcast 
and hear all about it on there :)

Sincerely,
Derek A. Graham

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


Re: mfi freebsd7

2008-06-02 Thread Vince Hoffman

kalin m wrote:

megarc, right... read about it..  here:

# megarc -AllAdpInfo help
usage :
cmd -AllAdpInfo
  : prints info of all cards


.  ok .

# megarc -AllAdpInfo

   **
 MEGARC MegaRAID Configuration 
Utility(FreeBSD)-1.04(03-02-2005) By LSI Logic Corp.,USA

   **
 [Note: For SATA-2, 4 and 6 channel controllers, please specify
 Ch=0 Id=0..15 for specifying physical drive(Ch=channel, Id=Target)]

   Type ? as command line arg for help

   No Adapters Found  
   Error: No MegaRaid Found



?!?!?!  does that mean that there is no raid?  why then the df output? 
the machine is supposed to have 4 250gig SAS drives.




Its more likely that megarc doesnt support the newer controllers which 
is a shame. you might have more luck with sysutils/linux-megacli since 
that explicitly mentions LSI MegaRAID SAS, I wish they would make the 
util open source though. Will mean you need the linux-base port 
installed and linux.ko loaded.


A RAID1 config shoudl suit a busy webserver well.

Vicne





thanks...





Vince Hoffman wrote:

kalin m wrote:

hi all...

a hosting facility build a new dedicated server for me and looking at 
the dmesg i see:


mfi0: LSI MegaSAS 1078 port 0xec00-0xecff mem 
0xfc48-0xfc4b,0xfc44-0xfc47 irq 16 at device 0.0 on pci1

mfi0: Megaraid SAS driver Ver 2.00

for df i get:
Filesystem   SizeUsed   Avail Capacity  Mounted on
/dev/mfid0s1a496M197M259M43%/
devfs1.0K1.0K  0B   100%/dev
/dev/mfid0s1e496M 12K456M 0%/tmp
/dev/mfid0s1f661G636M608G 0%/usr
/dev/mfid0s1d8.7G1.4M8.0G 0%/var


i asked for raid1. i cant find too much information about the mfi 
driver. just that it works with freebsd 7.




you might want to look at sysutils/megarc and possibly 
sysutils/linux-megamgr so you can more closely monitor/investigate 
your array.


Vince

i'll keep looking but - has anybody successfully deployed production 
servers using the LSI MegaSAS 1078 in RAID1 on a very busy web server?

is there any loss in performance using that hardware in RAID1?
any performance loss in RAID1 at all?


thanks...

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


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

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


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


RE: Duplex printer advice

2008-06-02 Thread Ted Mittelstaedt


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Chuck Robey
 Sent: Sunday, June 01, 2008 5:26 PM
 To: Ted Mittelstaedt
 Cc: Kurt Buff; [EMAIL PROTECTED]; FreeBSD Questions; Derek Ragona
 Subject: Re: Duplex printer advice


 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Ted Mittelstaedt wrote:
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Behalf Of Gary Kline
  Sent: Sunday, June 01, 2008 12:23 PM
  To: FreeBSD Questions
  Cc: Kurt Buff; Derek Ragona
  Subject: Re: Duplex printer advice
 
 
  I second this suggestion since my Brother HL-5250DN just-worked once it
  was plugged into my hub.  It was $179 at Costco a few months back, has
  all the features that David mentions, and builtin Postscript|clone.
  It just prints--nothing fancy--but then hey... .
 
  Just one warning about these.
 
  The toner empty light blinks use the same pattern as the
  fuser fail.  And, unlike the HP units, you usually can't
  shake down the cartridge to get an extra hundred or
  so pages out of it.  Don't jump to conclusions that the
  fuser is bad when it's out of toner.

 Man, this is really going to look like I'm never satisfied, which
 I guess is
 actually true, so why am I worried about that?  thanks to this
 thread, I found
 out about the Brother printers ... my own requirements list
 includes (color
 duplex printer scanner).  I don't need it to be a laser, but I do
 need both
 color, multifunc, and duplex printing.   I spotted the Brother
 the DCP-9045CDN,
 but at $700 list, I begin to wonder if I could find one with the
 same specs
 ESCEPTING it was the cheaper technology of inkjet.

No, no no Don't join the dark side, Luke!

Inkjet color printing is NEVER cheaper.

Color laser is what you want.  There are some really
good inexpensive units out there.  I recall reading the
inexpensieve Samsung color laser even speaks Postscript.

The only time inkjet makes sense is if your printing
needs for your lifetime consist of a single ream of
paper.

My HP Laserjet 4+ at home is the oldest operating piece of
computer equipment I have.  And I fully expect it to last
another decade, and once it dies, I have another one in the
basement that I picked up for $50 - WITH a duplexer.

Color laserjets will end up doing the same thing.

The reason the printer mfgrs love inkjets is that
not only is the cost per page far higher, necessitating
frequent ink cartridge changes, but the ink cartridges
themselves dry up and stop working, and the printers
jam, strip gears, and stop working.  Thus you are able
to sell the person printer after printer.

If you look at laserjet sales, the only movement on
the printers themselves is
among people who buy laserjets for very high volume
printing.  Thus the printer manufacturers have bent
over backwards to keep the laserjets out of the retail
supply chain, and it is the new entries into the US
market - like brother, samsung and the like, who are
willing to go into the retail chain and discount.

When I visit Fry's every once in a while and overhear
people discussing what printer to buy, I love to
drag them over to the salesguy's little kiosk and point
out the HP Laserjet 8000n behind the counter, which
occupies just about all free space in the kiosk.
I ask them, why would Fry's stick this giant printer
behind the counter, and suck up all free space if
a small personal printer occuping so much less
space was as good of a deal?

But laserjet technology is old, been around for years,
and is very time tested.  If the average printer
consumer realized how much money they were tossing
away on inkjets, they would be demanding lasers and
the price of the laserjet would be dirt cheap.


 The reasoning behind going to inkjet is because I'm currently on
 a tight budget.
  I really would like to pay no more than about half that $700.

You will pay more over the long haul, guarenteed.  Run the
numbers.  Seriously, this is one of those purchases where
it actually makes sense to finance it on a visa card or
some such.

Ted

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


how to check if spf record is set

2008-06-02 Thread Zbigniew Szalbot

Hello,

Pardon my lack of knowledge but how can one check if SPF record is 
correctly set using standard UNIX tools?

dig? host?

$ man dig |grep spf
$ man host |grep spf

yield nothing. Many thanks!

--
Zbigniew Szalbot
www.lc-words.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: gnash leave a blank page when visit youtube

2008-06-02 Thread Tobias Hoellrich
 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Derek Graham
 Sent: Monday, June 02, 2008 2:59 PM
 To: Gerard
 Cc: freebsd-questions@freebsd.org
 Subject: Re: gnash leave a blank page when visit youtube
 
 I heard a rumor Microsoft was planning to create a linux version of 
 silverlight, I also heard a rumor that silverlight could 
 overcome flash 
 alltogether. Yeah I have heard the same, I listen to MacBreek 
 Weekly podcast 
 and hear all about it on there :)

Got to add that to my book of funny rumours :) Show me one true
cross-platform product from Microsoft that has been updated in sync with
the Windows versions over the years. If you find that, I guess we have
an answer; if you don't find one, I guess we have an answer as well ;-)

Tobias
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to check if spf record is set

2008-06-02 Thread Yuri Pankov

Zbigniew Szalbot wrote:

Hello,

Pardon my lack of knowledge but how can one check if SPF record is 
correctly set using standard UNIX tools?

dig? host?

$ man dig |grep spf
$ man host |grep spf

yield nothing. Many thanks!



SPF uses TXT record, so a simple `host -t txt yourdomain.com` should do 
the trick.



HTH,
Yuri
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gnash leave a blank page when visit youtube

2008-06-02 Thread Gerard
On Mon, 2 Jun 2008 08:30:03 -0500
Derek Graham [EMAIL PROTECTED] wrote:

[snip]

 Fun so Flash7 is obsolete, Gnash is half and half, and flash9 is a
 lost cause :p should be interesting what happens when silverlight
 comes out and all websites start using it :(

Silverlight is all ready out. I don't know how wide spread its use is
though. I did see something about Microsoft tweaking it so that it was
compatible with Firefox.

OT; however, there is a notice from CERTS regarding Microsoft and
Apple's Safari:

http://www.us-cert.gov/current/index.html#microsoft_releases_security_advisory1

and

http://www.microsoft.com/technet/security/advisory/953818.mspx

Lately Apple has been getting hit rather hard with security problems.

-- 
Gerard
[EMAIL PROTECTED]

Klatu barada nikto.


signature.asc
Description: PGP signature


Re: gnash leave a blank page when visit youtube

2008-06-02 Thread Derek Graham
on Monday 02 June 2008Monday 02 June 2008 Tobias Hoellrich Tobias Hoellrich 
[EMAIL PROTECTED] wrote:

  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf Of Derek Graham
  Sent: Monday, June 02, 2008 2:59 PM
  To: Gerard
  Cc: freebsd-questions@freebsd.org
  Subject: Re: gnash leave a blank page when visit youtube
 
  I heard a rumor Microsoft was planning to create a linux version of
  silverlight, I also heard a rumor that silverlight could
  overcome flash
  alltogether. Yeah I have heard the same, I listen to MacBreek
  Weekly podcast
  and hear all about it on there :)

 Got to add that to my book of funny rumours :) Show me one true
 cross-platform product from Microsoft that has been updated in sync with
 the Windows versions over the years. If you find that, I guess we have
 an answer; if you don't find one, I guess we have an answer as well ;-)

 Tobias

Don't get me started on keeping up with versions, adobe has ignored us, more 
sites use flash9, ports has adobe marked as restricted and I cant find a ver 
9 alternative to adobe :( Microsoft is worse on supporting their own 
software, a product made for sale commericially *should* work smoother then 
one given for free, but Microsoft doesnt see things like that :p If anyone 
knows a good alternative to flash9 let me know!

Sincerely,
Derek A. Graham
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Looking for gurus willing to help write Freebsd tutorials

2008-06-02 Thread Chad Perrin
On Mon, Jun 02, 2008 at 06:57:00PM +, Pollywog wrote:
 On Monday 02 June 2008 15:58:55 [EMAIL PROTECTED] wrote:
 
  I agree completely, it's what got me over to BSD !
 
 
 I am a little confused.  I just see a sphere with horns on it that reminds 
 me of the BSD daemon's head, only made to look less demonic.  Is it 
 supposed to be something else?
 
 If it is one of those toys is that what FreeBSD folks really want to 
 project 
 as an image?

It's supposed to be an abstracted, fancy impression of Beastie's head, as
far as I'm aware.  It has simply been observed (with some humor) that it
looks like some odd kind of sex toy -- and a lot of people have since
then referred to it as the sex toy as a result.  That's all.

-- 
Chad Perrin [ content licensed PDL: http://pdl.apotheon.org ]
Albert Camus: An intellectual is someone whose mind watches itself.


pgpVzJi4rJfCq.pgp
Description: PGP signature


Re: gnash leave a blank page when visit youtube

2008-06-02 Thread eculp

Quoting Derek Graham [EMAIL PROTECTED]:


on Monday 02 June 2008Monday 02 June 2008 Tobias Hoellrich Tobias Hoellrich
[EMAIL PROTECTED] wrote:


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Derek Graham
 Sent: Monday, June 02, 2008 2:59 PM
 To: Gerard
 Cc: freebsd-questions@freebsd.org
 Subject: Re: gnash leave a blank page when visit youtube

 I heard a rumor Microsoft was planning to create a linux version of
 silverlight, I also heard a rumor that silverlight could
 overcome flash
 alltogether. Yeah I have heard the same, I listen to MacBreek
 Weekly podcast
 and hear all about it on there :)

Got to add that to my book of funny rumours :) Show me one true
cross-platform product from Microsoft that has been updated in sync with
the Windows versions over the years. If you find that, I guess we have
an answer; if you don't find one, I guess we have an answer as well ;-)

Tobias


Don't get me started on keeping up with versions, adobe has ignored us, more
sites use flash9, ports has adobe marked as restricted and I cant find a ver
9 alternative to adobe :( Microsoft is worse on supporting their own
software, a product made for sale commericially *should* work smoother then
one given for free, but Microsoft doesnt see thing like that :p If anyone
knows a good alternative to flash9 let me know!


Better, yet.  Please let us all know.  That Heads Up should even be  
crossposted ;)


Flash 7 sites are becoming few and far between.

ed

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


Re: logo

2008-06-02 Thread Frank Shute
On Mon, Jun 02, 2008 at 06:57:00PM +, Pollywog wrote:

 On Monday 02 June 2008 15:58:55 [EMAIL PROTECTED] wrote:
 
  I agree completely, it's what got me over to BSD !
 
 
 I am a little confused.  I just see a sphere with horns on it that
 reminds me of the BSD daemon's head, only made to look less
 demonic.  Is it supposed to be something else?

It's the FreeBSD equivalent of the Rorschach inkblot test. Some people
see a daemon's head and other's see a sex toy.

 
 If it is one of those toys is that what FreeBSD folks really want
 to project as an image?

The image is only in the beholder's eye. It would likely have sent
Mary Whitehouse* apoplectic if she'd seen it ;)

* http://en.wikipedia.org/wiki/Mary_Whitehouse

Regards,

-- 

 Frank 


 Contact info: http://www.shute.org.uk/misc/contact.html 

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


Re: VPN (IPSEC)

2008-06-02 Thread alexus
i dont really use encryption (IPSEC), i just create a regular tunnel
using GIF interface, and it's already not working at this part...
it works fine in different enviroment, where both ends has public and private IP


On Mon, Jun 2, 2008 at 12:27 PM, Bob McConnell [EMAIL PROTECTED] wrote:
 On Behalf Of alexus

anyone?


On Sat, May 31, 2008 at 7:49 PM, alexus [EMAIL PROTECTED] wrote:
 Hello,

 I'm trying to establish a VPN tunnel over internet, I read a
 http://www.freebsd.org/doc/en/books/handbook/ipsec.html on how to set
 it up, I'm some what strangeling if my setup will work at all.


 IIRC, IPSEC cannot work through a NAT connection. NAT changes header
 fields that IPSEC uses for packet authentication. So the receiver cannot
 validate the content of the modified header.

 Bob McConnell




-- 
http://alexus.org/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to check if spf record is set

2008-06-02 Thread Paul Schmehl
--On Tuesday, June 03, 2008 01:09:57 +0400 Yuri Pankov [EMAIL PROTECTED] 
wrote:



Zbigniew Szalbot wrote:

Hello,

Pardon my lack of knowledge but how can one check if SPF record is
correctly set using standard UNIX tools?
dig? host?

$ man dig |grep spf
$ man host |grep spf

yield nothing. Many thanks!



SPF uses TXT record, so a simple `host -t txt yourdomain.com` should do the
trick.


HTH,
Yuri
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]



Or #dig -t TXT domain.tld will do the same thing.

--
Paul Schmehl
As if it wasn't already obvious,
my opinions are my own and not
those of my employer.

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


RE: Duplex printer advice

2008-06-02 Thread Gary Kline
On Mon, 2008-06-02 at 14:03 -0700, Ted Mittelstaedt wrote:
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Behalf Of Chuck Robey
  Sent: Sunday, June 01, 2008 5:26 PM
  To: Ted Mittelstaedt
  Cc: Kurt Buff; [EMAIL PROTECTED]; FreeBSD Questions; Derek Ragona
  Subject: Re: Duplex printer advice
 
 
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
 
  Ted Mittelstaedt wrote:
  
   -Original Message-
   From: [EMAIL PROTECTED]
   [mailto:[EMAIL PROTECTED] Behalf Of Gary Kline
   Sent: Sunday, June 01, 2008 12:23 PM
   To: FreeBSD Questions
   Cc: Kurt Buff; Derek Ragona
   Subject: Re: Duplex printer advice
  
  
   I second this suggestion since my Brother HL-5250DN just-worked once it
   was plugged into my hub.  It was $179 at Costco a few months back, has
   all the features that David mentions, and builtin Postscript|clone.
   It just prints--nothing fancy--but then hey... .
  
   Just one warning about these.
  
   The toner empty light blinks use the same pattern as the
   fuser fail.  And, unlike the HP units, you usually can't
   shake down the cartridge to get an extra hundred or
   so pages out of it.  Don't jump to conclusions that the
   fuser is bad when it's out of toner.
 
  Man, this is really going to look like I'm never satisfied, which
  I guess is
  actually true, so why am I worried about that?  thanks to this
  thread, I found
  out about the Brother printers ... my own requirements list
  includes (color
  duplex printer scanner).  I don't need it to be a laser, but I do
  need both
  color, multifunc, and duplex printing.   I spotted the Brother
  the DCP-9045CDN,
  but at $700 list, I begin to wonder if I could find one with the
  same specs
  ESCEPTING it was the cheaper technology of inkjet.
 
 No, no no Don't join the dark side, Luke!
 
 Inkjet color printing is NEVER cheaper.
 
 Color laser is what you want.  There are some really
 good inexpensive units out there.  I recall reading the
 inexpensieve Samsung color laser even speaks Postscript.
 
 The only time inkjet makes sense is if your printing
 needs for your lifetime consist of a single ream of
 paper.
 
 My HP Laserjet 4+ at home is the oldest operating piece of
 computer equipment I have.  And I fully expect it to last
 another decade, and once it dies, I have another one in the
 basement that I picked up for $50 - WITH a duplexer.
 
 Color laserjets will end up doing the same thing.
 
 The reason the printer mfgrs love inkjets is that
 not only is the cost per page far higher, necessitating
 frequent ink cartridge changes, but the ink cartridges
 themselves dry up and stop working, and the printers
 jam, strip gears, and stop working.  Thus you are able
 to sell the person printer after printer.
 
 If you look at laserjet sales, the only movement on
 the printers themselves is
 among people who buy laserjets for very high volume
 printing.  Thus the printer manufacturers have bent
 over backwards to keep the laserjets out of the retail
 supply chain, and it is the new entries into the US
 market - like brother, samsung and the like, who are
 willing to go into the retail chain and discount.
 
 When I visit Fry's every once in a while and overhear
 people discussing what printer to buy, I love to
 drag them over to the salesguy's little kiosk and point
 out the HP Laserjet 8000n behind the counter, which
 occupies just about all free space in the kiosk.
 I ask them, why would Fry's stick this giant printer
 behind the counter, and suck up all free space if
 a small personal printer occuping so much less
 space was as good of a deal?
 
 But laserjet technology is old, been around for years,
 and is very time tested.  If the average printer
 consumer realized how much money they were tossing
 away on inkjets, they would be demanding lasers and
 the price of the laserjet would be dirt cheap.
 
 
  The reasoning behind going to inkjet is because I'm currently on
  a tight budget.
   I really would like to pay no more than about half that $700.
 
 You will pay more over the long haul, guarenteed.  Run the
 numbers.  Seriously, this is one of those purchases where
 it actually makes sense to finance it on a visa card or
 some such.


Agree 100.0%, Ted.   Long run, the inkjet will bleed you like a leech.
My 1991 [?] DeskJet 500 was  $400, major bux.  But having bought at
least
two cadtrides/year until last winter.  Lowball it: $20 per cartridge.

Well over a kilobuck.  

I *know* what it's like to be squeezed for cash, Chuck.  It may take you
weeks 
of surfing for the best deal, but go laser if you can.

At the same time, HP's patents are about to expire in the next few
years.  Anybody 
know when, to-the-year?

gary

 
 Ted
 

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


Re: gnash leave a blank page when visit youtube

2008-06-02 Thread Gerard
On Mon, 2 Jun 2008 14:06:04 -0700
Tobias Hoellrich [EMAIL PROTECTED] wrote:

[snip]

 Got to add that to my book of funny rumours :) Show me one true
 cross-platform product from Microsoft that has been updated in sync
 with the Windows versions over the years. If you find that, I guess
 we have an answer; if you don't find one, I guess we have an answer
 as well ;-)

The same thing can be said for virtually any software publisher. They
all tend to complete and rush out the door the version written for the
OS they are primarily interested in. Then, and all too often, complete a
substandard version for other operating systems. Try getting an
up-to-date version of claws-mail for Windows for instance. It doesn't
exist. The same can be said about a lot of other software as well. It
is just the nature of the beast.

-- 
Gerard
[EMAIL PROTECTED]

The 'A' is for content, the 'minus' is for not typing it.
Don't ever do this to my eyes again.

Professor Ronald Brady, Philosophy, Ramapo State College


signature.asc
Description: PGP signature


Re: logo

2008-06-02 Thread Gonzalo Nemmi
On Monday 02 June 2008 18:48:56 Frank Shute wrote:
 On Mon, Jun 02, 2008 at 06:57:00PM +, Pollywog wrote:
  On Monday 02 June 2008 15:58:55 [EMAIL PROTECTED] wrote:
   I agree completely, it's what got me over to BSD !
 
  I am a little confused.  I just see a sphere with horns on it that
  reminds me of the BSD daemon's head, only made to look less
  demonic.  Is it supposed to be something else?

 It's the FreeBSD equivalent of the Rorschach inkblot test. Some people
 see a daemon's head and other's see a sex toy.

  If it is one of those toys is that what FreeBSD folks really want
  to project as an image?

 The image is only in the beholder's eye. It would likely have sent
 Mary Whitehouse* apoplectic if she'd seen it ;)

 * http://en.wikipedia.org/wiki/Mary_Whitehouse

 Regards,

May I ask where was it that this thread started?
I'd pretty much like to get the whole picture of what is being discussed .. 
I did dig the list archives but couldn't find the first mail of this thread ..
So .. any pointers will be greatly appreciated

Thanks =)
-- 
Blessings
Gonzalo Nemmi

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


Re: Renaming root to homer?

2008-06-02 Thread Gilles
On Fri, 30 May 2008 18:38:31 -0700, Brian [EMAIL PROTECTED] wrote:
Has denyhosts been recommended yet, or an sshd port change?

I did the latter, but will also look at denyhost. Thanks guys.

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


Re: how to check if spf record is set

2008-06-02 Thread RW
On Mon, 02 Jun 2008 16:34:47 -0500
Paul Schmehl [EMAIL PROTECTED] wrote:

 --On Tuesday, June 03, 2008 01:09:57 +0400 Yuri Pankov
 [EMAIL PROTECTED] wrote:

  SPF uses TXT record, so a simple `host -t txt yourdomain.com`
  should do the trick.
 

 Or #dig -t TXT domain.tld will do the same thing.
 

or just: 

dig  domain.tld txt
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to check if spf record is set

2008-06-02 Thread Fraser Tweedale
On Mon, Jun 02, 2008 at 04:34:47PM -0500, Paul Schmehl wrote:
 --On Tuesday, June 03, 2008 01:09:57 +0400 Yuri Pankov [EMAIL PROTECTED] 
 wrote:
 
  Zbigniew Szalbot wrote:
  Hello,
 
  Pardon my lack of knowledge but how can one check if SPF record is
  correctly set using standard UNIX tools?
  dig? host?
 
  $ man dig |grep spf
  $ man host |grep spf
 
  yield nothing. Many thanks!
 
 
  SPF uses TXT record, so a simple `host -t txt yourdomain.com` should do the
  trick.
 
 
  HTH,
  Yuri
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 
 Or #dig -t TXT domain.tld will do the same thing.
 
 -- 
 Paul Schmehl
 As if it wasn't already obvious,
 my opinions are my own and not
 those of my employer.
 

You don't even need the -t flag.  `dig TXT host` will do the trick... and let's 
not forget about the newer, dedicated SPF record type; to query that, use `dig 
SPF host`.

frase


pgpn0v23mLGaP.pgp
Description: PGP signature


Re: gnash leave a blank page when visit youtube

2008-06-02 Thread Andrew Pantyukhin
On Mon, Jun 02, 2008 at 03:58:41PM -0500, Derek Graham wrote:
 I heard a rumor Microsoft was planning to create a linux
 version of silverlight

FWIW, the Linux version of Moonlight kinda works on FreeBSD. Not
functional or stable yet, but it does work with at least a few
sites I tried.

http://www.go-mono.com/moonlight/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Duplex printer advice

2008-06-02 Thread Wojciech Puchar

Color laser is what you want.  There are some really
good inexpensive units out there.  I recall reading the
inexpensieve Samsung color laser even speaks Postscript.


while i don't use color printers, usually this postscript is disadventage. 
if there is a choice like in HP laserjets - switching to PCL and using 
ghostscript works MUCH faster giving same results.


your computer's CPU is much faster than printer's.


The only time inkjet makes sense is if your printing
needs for your lifetime consist of a single ream of
paper.


i don't think they can print as much without failure.

my HP LaserJet 4 shows 122000 pages, was 88000 when i bought it for 100PLN 
(about 40$)+another 100 for made-in-Poland new ink cardridge (enough for 
about 8000-1 pages).


HP LaserJet 4 and 3 is excellent, anything newer - crap, as HP joined 
others in making craps so every year user has to buy new one.



My HP Laserjet 4+ at home is the oldest operating piece of
computer equipment I have.  And I fully expect it to last
another decade, and once it dies, I have another one in the
basement that I picked up for $50 - WITH a duplexer.


i don't think it will stop within 10 years. but do you have original 
HP manual? if not - i have for laserjet 4 in PDF.

do not try to disassembly without it :)


Color laserjets will end up doing the same thing.

The reason the printer mfgrs love inkjets is that
not only is the cost per page far higher, necessitating
frequent ink cartridge changes, but the ink cartridges
themselves dry up and stop working, and the printers
jam, strip gears, and stop working.  Thus you are able
to sell the person printer after printer.


as long as people will buy them, they will produce it.


But laserjet technology is old, been around for years,
and is very time tested.  If the average printer
consumer realized how much money they were tossing
away on inkjets, they would be demanding lasers and
the price of the laserjet would be dirt cheap.


this is his/her money, not yours. if he/she want to waste it - what a 
problem :)


same with computers - most of us don't really needs new ones, while older 
as really cheap.

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


Re: 7-STABLE Watchdog Timeout

2008-06-02 Thread Jeremy Karlson
I'm still looking into my watchdog timeout with me re card.  I'm  
starting to wonder if my problem is in any way related to the  
discussion back in September 2006 starting with this post:


6.2 SHOWSTOPPER - em completely unusable on 6.2
http://lists.freebsd.org/pipermail/freebsd-stable/2006-September/028792.html

It seems that under certain conditions and loads, a network interface  
with a shared interrupt would stop responding until the watchdog  
resets it.  This seems to be very similar to what I see.  At the time,  
they seemed mostly concerned about fixing the em driver; I'm using re.


Unfortunately though, I can't seem to find what the resolution to this  
was, and if it could be related to the failure I'm seeing.  Does  
anyone know what happened with that problem?


-- Jeremy

On 1-Jun-08, at 12:02, Jeremy Karlson wrote:


Jos,

I tried setting PNP OS to both YES and NO.  Neither made any  
sort of difference.


As for your suggestion on the web site: That seemed pretty likely to  
me, but disabling ACPI and APIC didn't make any difference either.


Thanks for the ideas though.

-- Jeremy

On 31-May-08, at 23:20, Jos Chrispijn wrote:


Jeremy,

Perhaps this link could give you the solution to your problem:

http://www.linuxquestions.org/questions/bsd-17/rl0-watchdog-timeout-519599/

regards,
Jos

Jeremy Karlson wrote:

Hi,

I'm in the process of moving a Subversion server from a 5-STABLE  
machine to a freshly installed 7-STABLE machine.  I've moved the  
network card (a Linksys EG1032v3, RTL8169S/8110S/8211B based) from  
the old machine (where it worked before) to this new machine.   
Now, I get:


re0: watchdog timeout

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



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



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


Re: mfi freebsd7

2008-06-02 Thread kalin m
thanks Vince...  i didnt wanted to install the linux base because a lot 
of kids will be running some 'cool' boards or blogs that probably have 
cool linux holes too. but just for the hell of it and for he purpose to 
get to the controller i did. it took a while to find the 
Linux_MegaCli_1.01.09.zip. it's not on the freebsd site and not on the 
LSI site (anymore) either..  anyway after a lot of rpm downloads and 
patching and variable changing and fs mountings i get this:


# /usr/local/sbin/megacli -adpCount
   
ERROR:Could not detect controller.


Controller Count: 0.


pretty neat system...


now what?!




Vince Hoffman wrote:

kalin m wrote:

megarc, right... read about it..  here:

# megarc -AllAdpInfo help
usage :
cmd -AllAdpInfo
  : prints info of all cards


.  ok .

# megarc -AllAdpInfo

   
**
 MEGARC MegaRAID Configuration 
Utility(FreeBSD)-1.04(03-02-2005) By LSI Logic Corp.,USA
   
**

 [Note: For SATA-2, 4 and 6 channel controllers, please specify
 Ch=0 Id=0..15 for specifying physical drive(Ch=channel, Id=Target)]

   Type ? as command line arg for help

   No Adapters Found Error: No MegaRaid Found


?!?!?!  does that mean that there is no raid?  why then the df 
output? the machine is supposed to have 4 250gig SAS drives.




Its more likely that megarc doesnt support the newer controllers which 
is a shame. you might have more luck with sysutils/linux-megacli since 
that explicitly mentions LSI MegaRAID SAS, I wish they would make the 
util open source though. Will mean you need the linux-base port 
installed and linux.ko loaded.


A RAID1 config shoudl suit a busy webserver well.

Vicne





thanks...





Vince Hoffman wrote:

kalin m wrote:

hi all...

a hosting facility build a new dedicated server for me and looking 
at the dmesg i see:


mfi0: LSI MegaSAS 1078 port 0xec00-0xecff mem 
0xfc48-0xfc4b,0xfc44-0xfc47 irq 16 at device 0.0 on 
pci1

mfi0: Megaraid SAS driver Ver 2.00

for df i get:
Filesystem   SizeUsed   Avail Capacity  Mounted on
/dev/mfid0s1a496M197M259M43%/
devfs1.0K1.0K  0B   100%/dev
/dev/mfid0s1e496M 12K456M 0%/tmp
/dev/mfid0s1f661G636M608G 0%/usr
/dev/mfid0s1d8.7G1.4M8.0G 0%/var


i asked for raid1. i cant find too much information about the mfi 
driver. just that it works with freebsd 7.




you might want to look at sysutils/megarc and possibly 
sysutils/linux-megamgr so you can more closely monitor/investigate 
your array.


Vince

i'll keep looking but - has anybody successfully deployed 
production servers using the LSI MegaSAS 1078 in RAID1 on a very 
busy web server?

is there any loss in performance using that hardware in RAID1?
any performance loss in RAID1 at all?


thanks...

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


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

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


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

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


Re: how to check if spf record is set

2008-06-02 Thread Paul Procacci

RW wrote:

On Mon, 02 Jun 2008 16:34:47 -0500
Paul Schmehl [EMAIL PROTECTED] wrote:

  

--On Tuesday, June 03, 2008 01:09:57 +0400 Yuri Pankov
[EMAIL PROTECTED] wrote:



  

SPF uses TXT record, so a simple `host -t txt yourdomain.com`
should do the trick.

  


  

Or #dig -t TXT domain.tld will do the same thing.




or just: 


dig  domain.tld txt
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
  

or if you have djbdns installed:

dnsq txt host nameserver

/silly

Cheers,
~Paul
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mfi freebsd7

2008-06-02 Thread kalin m
thanks Vince...  i didnt wanted to install the linux base because a lot 
of kids will be running some 'cool' boards or blogs that probably have 
cool linux holes too. but just for the hell of it and for he purpose to 
get to the controller i did. it took a while to find the 
Linux_MegaCli_1.01.09.zip. it's not on the freebsd site and not on the 
LSI site (anymore) either..  anyway after a lot of rpm downloads and 
patching and variable changing and fs mountings i get this:


# /usr/local/sbin/megacli -adpCount
   
ERROR:Could not detect controller.


Controller Count: 0.


pretty neat system...


now what?!




Vince Hoffman wrote:

kalin m wrote:

megarc, right... read about it..  here:

# megarc -AllAdpInfo help
usage :
cmd -AllAdpInfo
  : prints info of all cards


.  ok .

# megarc -AllAdpInfo

   
**
 MEGARC MegaRAID Configuration 
Utility(FreeBSD)-1.04(03-02-2005) By LSI Logic Corp.,USA
   
**

 [Note: For SATA-2, 4 and 6 channel controllers, please specify
 Ch=0 Id=0..15 for specifying physical drive(Ch=channel, Id=Target)]

   Type ? as command line arg for help

   No Adapters Found Error: No MegaRaid Found


?!?!?!  does that mean that there is no raid?  why then the df 
output? the machine is supposed to have 4 250gig SAS drives.




Its more likely that megarc doesnt support the newer controllers which 
is a shame. you might have more luck with sysutils/linux-megacli since 
that explicitly mentions LSI MegaRAID SAS, I wish they would make the 
util open source though. Will mean you need the linux-base port 
installed and linux.ko loaded.


A RAID1 config shoudl suit a busy webserver well.

Vicne





thanks...





Vince Hoffman wrote:

kalin m wrote:

hi all...

a hosting facility build a new dedicated server for me and looking 
at the dmesg i see:


mfi0: LSI MegaSAS 1078 port 0xec00-0xecff mem 
0xfc48-0xfc4b,0xfc44-0xfc47 irq 16 at device 0.0 on 
pci1

mfi0: Megaraid SAS driver Ver 2.00

for df i get:
Filesystem   SizeUsed   Avail Capacity  Mounted on
/dev/mfid0s1a496M197M259M43%/
devfs1.0K1.0K  0B   100%/dev
/dev/mfid0s1e496M 12K456M 0%/tmp
/dev/mfid0s1f661G636M608G 0%/usr
/dev/mfid0s1d8.7G1.4M8.0G 0%/var


i asked for raid1. i cant find too much information about the mfi 
driver. just that it works with freebsd 7.




you might want to look at sysutils/megarc and possibly 
sysutils/linux-megamgr so you can more closely monitor/investigate 
your array.


Vince

i'll keep looking but - has anybody successfully deployed 
production servers using the LSI MegaSAS 1078 in RAID1 on a very 
busy web server?

is there any loss in performance using that hardware in RAID1?
any performance loss in RAID1 at all?


thanks...

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


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

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


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

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


Re: mfi freebsd7

2008-06-02 Thread kalin m

sorry for the double posting  just to update:

i installed also the linux-megamgr same result:
Failed to open driver node /dev/megadev0

after linking megadev0 to mfi0 it can not see the version... it gets 
more and more pathetic by the minute...






kalin m wrote:
thanks Vince...  i didnt wanted to install the linux base because a 
lot of kids will be running some 'cool' boards or blogs that probably 
have cool linux holes too. but just for the hell of it and for he 
purpose to get to the controller i did. it took a while to find the 
Linux_MegaCli_1.01.09.zip. it's not on the freebsd site and not on the 
LSI site (anymore) either..  anyway after a lot of rpm downloads and 
patching and variable changing and fs mountings i get this:


# /usr/local/sbin/megacli -adpCount
   ERROR:Could not detect controller.

Controller Count: 0.


pretty neat system...


now what?!




Vince Hoffman wrote:

kalin m wrote:

megarc, right... read about it..  here:

# megarc -AllAdpInfo help
usage :
cmd -AllAdpInfo
  : prints info of all cards


.  ok .

# megarc -AllAdpInfo

   
**
 MEGARC MegaRAID Configuration 
Utility(FreeBSD)-1.04(03-02-2005) By LSI Logic Corp.,USA
   
**

 [Note: For SATA-2, 4 and 6 channel controllers, please specify
 Ch=0 Id=0..15 for specifying physical drive(Ch=channel, 
Id=Target)]


   Type ? as command line arg for help

   No Adapters Found Error: No MegaRaid Found


?!?!?!  does that mean that there is no raid?  why then the df 
output? the machine is supposed to have 4 250gig SAS drives.




Its more likely that megarc doesnt support the newer controllers 
which is a shame. you might have more luck with 
sysutils/linux-megacli since that explicitly mentions LSI MegaRAID 
SAS, I wish they would make the util open source though. Will mean 
you need the linux-base port installed and linux.ko loaded.


A RAID1 config shoudl suit a busy webserver well.

Vicne





thanks...





Vince Hoffman wrote:

kalin m wrote:

hi all...

a hosting facility build a new dedicated server for me and looking 
at the dmesg i see:


mfi0: LSI MegaSAS 1078 port 0xec00-0xecff mem 
0xfc48-0xfc4b,0xfc44-0xfc47 irq 16 at device 0.0 
on pci1

mfi0: Megaraid SAS driver Ver 2.00

for df i get:
Filesystem   SizeUsed   Avail Capacity  Mounted on
/dev/mfid0s1a496M197M259M43%/
devfs1.0K1.0K  0B   100%/dev
/dev/mfid0s1e496M 12K456M 0%/tmp
/dev/mfid0s1f661G636M608G 0%/usr
/dev/mfid0s1d8.7G1.4M8.0G 0%/var


i asked for raid1. i cant find too much information about the mfi 
driver. just that it works with freebsd 7.




you might want to look at sysutils/megarc and possibly 
sysutils/linux-megamgr so you can more closely monitor/investigate 
your array.


Vince

i'll keep looking but - has anybody successfully deployed 
production servers using the LSI MegaSAS 1078 in RAID1 on a very 
busy web server?

is there any loss in performance using that hardware in RAID1?
any performance loss in RAID1 at all?


thanks...

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


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

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


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

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

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


Re: gnash leave a blank page when visit youtube

2008-06-02 Thread Mitja
On Monday 02 June 2008 08:30:03 Derek Graham wrote:
 on Monday 02 June 2008Monday 02 June 2008 Jyun-Yi Liou Jyun-Yi Liou

 [EMAIL PROTECTED] wrote:
  Hi list!
 
  I've changed my browser's flash player form
  www/linux-flashplugin7(out-of-date, and ports mark this as RESTRICTED D:
  ) to graphic/gnash a few hours ago
  but gnash just leave me a blank page while I am visiting youtube
 
  screen shot:
  http://img144.imageshack.us/img144/6953/screenshot0206200820260bt8.jpg
 
  and there is my about:plugins
  http://img113.imageshack.us/img113/6189/screenshot0206200820280ey5.jpg

I use gnash all the time and I didn't had a problem with youtube. but after 
yesterdays update I have a blank page too (for the same vieos as work 
before).


-- 
It was Penguin lust... at its ugliest.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Flickr client

2008-06-02 Thread Derek Graham
I was curious is there a client that works in FreeBSD in which a flickr client 
that allows large bulk uploads to flickr? I am wanting to upload more then 5 
at a time and tried jUploadr(alot of errors) and kflickr(wont build). Those 
two are only linux but any advice would be greatly appreciated.

Thanks Derek
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ssh - connect to directory outside of /user/home - permission denied

2008-06-02 Thread Camilo Reyes
You could just use:
scp [EMAIL PROTECTED]:/home/directory [EMAIL PROTECTED]:/user/home
Hope that helps,
 Turner Litigation Services wrote:
  How do you allow ssh to permit connections to a folder outside of the /home
  folder of the user loggin in to ssh?  For example, i want to sync two
  folders
  (using unison) on different machines and need to ssh to the remote folder ..




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


Re: Flickr client

2008-06-02 Thread Fraser Tweedale
On Mon, Jun 02, 2008 at 08:23:02PM -0500, Derek Graham wrote:
 I was curious is there a client that works in FreeBSD in which a flickr 
 client 
 that allows large bulk uploads to flickr? I am wanting to upload more then 5 
 at a time and tried jUploadr(alot of errors) and kflickr(wont build). Those 
 two are only linux but any advice would be greatly appreciated.
 
 Thanks Derek

A quick search of the ports tree shows a bunch of perl modules but nothing
in the way of a standalone client.

frase


pgpRLsS7GLp6C.pgp
Description: PGP signature


Re: mfi freebsd7

2008-06-02 Thread Brian A. Seklecki

On Mon, 2008-06-02 at 19:31 -0400, kalin m wrote:
 sorry for the double posting  just to update:


Talk to to your local Dell flunky  -- they bought into that LSI/QLogic
chipset knowing full well that LSI/QLogic's business model was not F/OSS
friendly.

~BAS

 i installed also the linux-megamgr same result:
  Failed to open driver node /dev/megadev0
 
 after linking megadev0 to mfi0 it can not see the version... it gets 
 more and more pathetic by the minute...
 
 
 
 
 
 kalin m wrote:
  thanks Vince...  i didnt wanted to install the linux base because a 
  lot of kids will be running some 'cool' boards or blogs that probably 
  have cool linux holes too. but just for the hell of it and for he 
  purpose to get to the controller i did. it took a while to find the 
  Linux_MegaCli_1.01.09.zip. it's not on the freebsd site and not on the 
  LSI site (anymore) either..  anyway after a lot of rpm downloads and 
  patching and variable changing and fs mountings i get this:
 
  # /usr/local/sbin/megacli -adpCount
 ERROR:Could not detect controller.
 
  Controller Count: 0.
 
 
  pretty neat system...
 
 
  now what?!
 
 
 
 
  Vince Hoffman wrote:
  kalin m wrote:
  megarc, right... read about it..  here:
 
  # megarc -AllAdpInfo help
  usage :
  cmd -AllAdpInfo
: prints info of all cards
 
 
  .  ok .
 
  # megarc -AllAdpInfo
 
 
  **
   MEGARC MegaRAID Configuration 
  Utility(FreeBSD)-1.04(03-02-2005) By LSI Logic Corp.,USA
 
  **
   [Note: For SATA-2, 4 and 6 channel controllers, please specify
   Ch=0 Id=0..15 for specifying physical drive(Ch=channel, 
  Id=Target)]
 
 Type ? as command line arg for help
 
 No Adapters Found Error: No MegaRaid Found
 
 
  ?!?!?!  does that mean that there is no raid?  why then the df 
  output? the machine is supposed to have 4 250gig SAS drives.
 
 
  Its more likely that megarc doesnt support the newer controllers 
  which is a shame. you might have more luck with 
  sysutils/linux-megacli since that explicitly mentions LSI MegaRAID 
  SAS, I wish they would make the util open source though. Will mean 
  you need the linux-base port installed and linux.ko loaded.
 
  A RAID1 config shoudl suit a busy webserver well.
 
  Vicne
 
 
 
 
  thanks...
 
 
 
 
 
  Vince Hoffman wrote:
  kalin m wrote:
  hi all...
 
  a hosting facility build a new dedicated server for me and looking 
  at the dmesg i see:
 
  mfi0: LSI MegaSAS 1078 port 0xec00-0xecff mem 
  0xfc48-0xfc4b,0xfc44-0xfc47 irq 16 at device 0.0 
  on pci1
  mfi0: Megaraid SAS driver Ver 2.00
 
  for df i get:
  Filesystem   SizeUsed   Avail Capacity  Mounted on
  /dev/mfid0s1a496M197M259M43%/
  devfs1.0K1.0K  0B   100%/dev
  /dev/mfid0s1e496M 12K456M 0%/tmp
  /dev/mfid0s1f661G636M608G 0%/usr
  /dev/mfid0s1d8.7G1.4M8.0G 0%/var
 
 
  i asked for raid1. i cant find too much information about the mfi 
  driver. just that it works with freebsd 7.
 
 
  you might want to look at sysutils/megarc and possibly 
  sysutils/linux-megamgr so you can more closely monitor/investigate 
  your array.
 
  Vince
 
  i'll keep looking but - has anybody successfully deployed 
  production servers using the LSI MegaSAS 1078 in RAID1 on a very 
  busy web server?
  is there any loss in performance using that hardware in RAID1?
  any performance loss in RAID1 at all?
 
 
  thanks...
 
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to 
  [EMAIL PROTECTED]
 
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to 
  [EMAIL PROTECTED]
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to 
  [EMAIL PROTECTED]
 
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to 
  [EMAIL PROTECTED]
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to 
  [EMAIL PROTECTED]
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
-- 
Brian A. Seklecki [EMAIL 

Re: logo

2008-06-02 Thread Jerry McAllister
On Mon, Jun 02, 2008 at 07:44:35PM -0300, Gonzalo Nemmi wrote:

 On Monday 02 June 2008 18:48:56 Frank Shute wrote:
  On Mon, Jun 02, 2008 at 06:57:00PM +, Pollywog wrote:
   On Monday 02 June 2008 15:58:55 [EMAIL PROTECTED] wrote:
I agree completely, it's what got me over to BSD !
  
   I am a little confused.  I just see a sphere with horns on it that
   reminds me of the BSD daemon's head, only made to look less
   demonic.  Is it supposed to be something else?
 
  It's the FreeBSD equivalent of the Rorschach inkblot test. Some people
  see a daemon's head and other's see a sex toy.
 
   If it is one of those toys is that what FreeBSD folks really want
   to project as an image?
 
  The image is only in the beholder's eye. It would likely have sent
  Mary Whitehouse* apoplectic if she'd seen it ;)
 
  * http://en.wikipedia.org/wiki/Mary_Whitehouse
 
  Regards,
 
 May I ask where was it that this thread started?
 I'd pretty much like to get the whole picture of what is being discussed .. 
 I did dig the list archives but couldn't find the first mail of this thread ..
 So .. any pointers will be greatly appreciated

It has been going on - intermittently - in the questions list and 
occasionally others such as advocacy for years.   I have been 
administering some FreeBSD systems for about 12 years and it started
before then.

It resurects itself about every three months.

jerry


 
 Thanks =)
 -- 
 Blessings
 Gonzalo Nemmi
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Flickr client

2008-06-02 Thread Bakul Shah
On Mon, 02 Jun 2008 20:23:02 CDT Derek Graham [EMAIL PROTECTED]  wrote:
 I was curious is there a client that works in FreeBSD in which a flickr clien
 t 
 that allows large bulk uploads to flickr? I am wanting to upload more then 5 
 at a time and tried jUploadr(alot of errors) and kflickr(wont build). Those 
 two are only linux but any advice would be greatly appreciated.
 
 Thanks Derek

How about
http://manishrjain.googlepages.com/flickrfs
Since this uses FUSE it might easily port to freebsd.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Duplex printer advice

2008-06-02 Thread David Kelly

On Mon, Jun 02, 2008 at 02:03:30PM -0700, Ted Mittelstaedt wrote:


Inkjet color printing is NEVER cheaper.

Color laser is what you want.  There are some really good inexpensive
units out there.  I recall reading the inexpensieve Samsung color
laser even speaks Postscript.

The only time inkjet makes sense is if your printing needs for your
lifetime consist of a single ream of paper.


Or if you want photo quality.


My HP Laserjet 4+ at home is the oldest operating piece of computer
equipment I have.  And I fully expect it to last another decade, and
once it dies, I have another one in the basement that I picked up for
$50 - WITH a duplexer.


We have one at work that if it was up to me I too would sell it for $50
if anyone offered. Its a networked color HP 4M something that prints 11
wide. Letter prints sideways, and 11x17 prints lengthwise.

Its slower than Christmas when printing photos. Maybe 2 pages per hour.

We keep it because 1) its paid for, 2) we have space for it, and 3) it
prints very pretty color text for proposals.

We have a networked inkjet HP all-in-one sitting next to the laser for
when photos are more important. And a Kyocera all-in-one laser for BW.


The reason the printer mfgrs love inkjets is that not only is the cost
per page far higher, necessitating frequent ink cartridge changes, but
the ink cartridges themselves dry up and stop working, and the
printers jam, strip gears, and stop working.  Thus you are able to
sell the person printer after printer.


All of the above applies to lasers.


If you look at laserjet sales, the only movement on the printers


Laserjet is an HP trademark.


When I visit Fry's every once in a while and overhear people
discussing what printer to buy, I love to drag them over to the
salesguy's little kiosk and point out the HP Laserjet 8000n behind the
counter, which occupies just about all free space in the kiosk.


An HP8000 (and 4000, 4050, 5000) are excellent industrial grade laser
printers. HP makes very few industrial grade inkjets, generally not
found at Frys. HP also makes cheap-as-dirt lasers such as the HP-1020.


I ask them, why would Fry's stick this giant printer behind the
counter, and suck up all free space if a small personal printer
occuping so much less space was as good of a deal?


If anyone working the Frys showroom floor was capable of answering that
question then they are grossly over qualified.

--
David Kelly N4HHE, [EMAIL PROTECTED]

Whom computers would destroy, they must first drive mad.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Duplex printer advice

2008-06-02 Thread Warren Block

On Mon, 2 Jun 2008, Wojciech Puchar wrote:


Color laser is what you want.  There are some really
good inexpensive units out there.  I recall reading the
inexpensieve Samsung color laser even speaks Postscript.


while i don't use color printers, usually this postscript is disadventage. if 
there is a choice like in HP laserjets - switching to PCL and using 
ghostscript works MUCH faster giving same results.


This depends a lot on your print jobs.  Low quality machine-generated 
PostScript output can be slow.  PCL can also be slow.  The only way to 
really know is to benchmark with your print jobs.


There's also the potential overhead of the print processing systems. 
Just sending PS in the first place may be quicker than apsfilter or 
CUPS.  Enscript is versatile for converting text.



your computer's CPU is much faster than printer's.


It depends a lot on which printer and which computer are being compared. 
Recent printers have fast RISC CPUs and fast PS interpreters.  I/O speed 
comes into it, too.  FreeBSD seems particularly slow over parallel and 
USB ports; Ethernet is fine.


HP LaserJet 4 and 3 is excellent, anything newer - crap, as HP joined others 
in making craps so every year user has to buy new one.


I disagree.  The LaserJet 4050, for example, is better than the LJ4 in 
every way possible.


The trick is to avoid low-end HP models.  The good ones are the ones 
built for business use (like the LJ4050, and--it its time--the LJ4). 
They can be found used for the same or less than new low-end versions:


http://www.wonkity.com/~wblock/docs/usedlasers.pdf

-Warren Block * Rapid City, South Dakota USA
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Flickr client

2008-06-02 Thread Sahil Tandon
Derek Graham [EMAIL PROTECTED] wrote:

 I was curious is there a client that works in FreeBSD in which a flickr 
 client that allows large bulk uploads to flickr? I am wanting to upload 
 more then 5 at a time and tried jUploadr(alot of errors) and kflickr(wont 
 build). Those two are only linux but any advice would be greatly 
 appreciated.

graphics/f-spot is a photo management tool for GNOME and includes an 'export 
to flickr' feature.  

www/p5-Flickr-Upload is a command-line tool that works quite well if you 
don't need the GUI.

-- 
Sahil Tandon [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Flickr client

2008-06-02 Thread Jyun-Yi Liou
2008/6/3 Derek Graham [EMAIL PROTECTED]:

 I was curious is there a client that works in FreeBSD in which a flickr
 client
 that allows large bulk uploads to flickr? I am wanting to upload more then
 5
 at a time and tried jUploadr(alot of errors) and kflickr(wont build). Those
 two are only linux but any advice would be greatly appreciated.

 Thanks Derek
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]



Hi Derek,
I use pearch and give flicker as a key wok, the output I got below
net/p5-Net-FS-Flickr  A Perl interface for store and retrieve files on
Flickr
www/flickcurl C library for the Flickr API
www/p5-Flickr-API Perl interface to the Flickr API
www/p5-Flickr-Upload  Upload images to flickr.com
www/p5-Net-Flickr-API Base API class for Net::Flickr::* libraries
www/p5-Net-Flickr-Backup  OOP for backing up your Flickr photos locally
www/p5-Net-Flickr-RDF Describe Flickr photos as RDF

I think a little perl script will be helpful with www/p5-Flickr-Upload  :-D

HTH,
jyuny1
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: OpenFire installation

2008-06-02 Thread Jo Pesko

Jo Pesko wrote:

Hi.

I receive Error code 64 while trying to install OpenFire(after 
executing make install) from ports collection. Here is some output:


/bin/mkdir -p /usr/local/share/doc/openfire
(cd /usr/ports/net-im/openfire/work/openfire_src  install  -o root 
-g wheel -m 444  LICENSE.html README.html changelog.html 
/usr/local/share/doc/openfire)
(cd /usr/ports/net-im/openfire/work/openfire_src/documentation/docs  
/usr/bin/find . \! -path ./javadoc\*  | /usr/bin/cpio -pdmu -R 
root:wheel /usr/local/share/doc/openfire  /dev/null 21 )

/bin/ln -sf /var/log/openfire /usr/local/share/java/openfire/logs
/bin/ln -sf /var/db/openfire  /usr/local/share/java/openfire/embedded-db
/bin/ln -sf  /usr/local/share/java/openfire/conf
/bin/ln -sf  /usr/local/share/java/openfire/resources/security
/bin/mkdir -p /usr/local/share/examples/openfire
install  -o root -g wheel -m 444 
/usr/ports/net-im/openfire/work/openfire_src/target/openfire/conf/openfire.xml  
/usr/local/share/examples/openfire/openfire.xml
install -m 600 
/usr/ports/net-im/openfire/work/openfire_src/target/openfire/resources/security/truststore  
/usr/local/share/examples/openfire/truststore
install -m 600 
/usr/ports/net-im/openfire/work/openfire_src/target/openfire/resources/security/keystore  
/usr/local/share/examples/openfire/keystore

usage: mkdir [-pv] [-m mode] directory_name ...
*** Error code 64

Stop in /usr/ports/net-im/openfire.

Any help will be appreciated.


Fixed after adding ETCDIR(=/usr/local/etc/openfire) variable in Makefile :)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]