OT: Old books (before c. 2009) for the price of shipping

2011-11-02 Thread parv
I have following books (bought before 2009) that need to be disposed
of, one way or another within next 7-8 days.  If you are interested
in any of them, contact me privately about the shipping payment (to
be shipped from Allentown, Pennsylvania, USA via USPS)  your list
...

  * Sed  Awk
-- Dale Doughberty  Arnold Robbins

  * The New Korn Shell Command and Programming Language
-- Morris I Bolsky, David G Korn

  * Sendmail
-- O'Reilly - Bryan Costales with Eric Allman

  * Java in a Nutshell
-- O'Reilly - David Flangan

  * Core Java, Volume 1 - Fundamentals
-- Cay S. Horstmann, Gary Cornell

  * Managed C++ and .Net Development
-- Stephen R G Fraser, Forward by Arthur Laksberg

  * Counter Hack - A Step by Step Guide to Computer Attacks and Effective 
Defenses
-- Ed Skoudis

  * Scene of the Cybercrime: Computer Forensics Handbook
-- Debra Littlejohn Shinder, Ed Tiltel

  * Cybercrime Vandalizing the Information Society
-- Steven Furnell

  * Codes, Ciphers and Other Cryptic and Clandestine Communication:
400 Ways to Send Secret Messages from Hieroglyphs to the Internet
-- Fred B Wrixon


  - parv


-- 

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


Re: How to get /dev/smb* ?

2011-11-02 Thread Антон Клесс

 mbmon is very old.  I've never gotten it to work on any machine I've
 every tried it on.

 Does your boot time output show anything smb-related at all, such as
 maybe smbios0: System Management BIOS at ...?  It's possible that
 your machine simply has no support for this.


# dmesg -a |grep smb

- returns nothing.

Does it means that it is no way to read temperature sensors on motherboard?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: How to get /dev/smb* ?

2011-11-02 Thread Polytropon
On Wed, 02 Nov 2011 11:44:39 +0400, Антон Клесс wrote:
 
  mbmon is very old.  I've never gotten it to work on any machine I've
  every tried it on.
 
  Does your boot time output show anything smb-related at all, such as
  maybe smbios0: System Management BIOS at ...?  It's possible that
  your machine simply has no support for this.
 
 
 # dmesg -a |grep smb
 
 - returns nothing.
 
 Does it means that it is no way to read temperature sensors on motherboard?

I don't have a smb device in dmesg listed. But I have
those in the kernel configuration:

# System management bus
device  smbus
device  iicbus
device  iicsmb
device  iicbb
device  iic

So I can read temperature values using xmbmon. With
the mbmon program, it should work similarly. OS is
8.2-STABLE on x86 here.



-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: How to get /dev/smb* ?

2011-11-02 Thread Conrad J. Sabatier
On Wed, 2 Nov 2011 08:55:56 +0100
Polytropon free...@edvax.de wrote:

 I don't have a smb device in dmesg listed. But I have
 those in the kernel configuration:
 
   # System management bus
   device  smbus
   device  iicbus
   device  iicsmb
   device  iicbb
   device  iic

Do you find that including device smbios makes any perceptible
difference anywhere?

 So I can read temperature values using xmbmon. With
 the mbmon program, it should work similarly. OS is
 8.2-STABLE on x86 here.

*Very* similarly, I would say:

root:/usr/ports/sysutils/xmbmon# cat Makefile
# Ports collection makefile for:xmbmon
# Date created: 2001/08/30
# Whom: k...@kobe1995.net
(NAKAMURA Kauzushi) #
# $FreeBSD: ports/sysutils/xmbmon/Makefile,v 1.23 2008/03/23 23:03:11
miwi Exp $ #

PORTNAME=   xmbmon
PORTREVISION=   9

COMMENT=A X motherboard monitor for LM78/79, W8378x, AS99127F,
VT82C686 and ADM9240

MASTERDIR=  ${.CURDIR}/../mbmon -- (if you catch my drift)

:-)

-- 
Conrad J. Sabatier
conr...@cox.net
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: How to get /dev/smb* ?

2011-11-02 Thread Conrad J. Sabatier
On Wed, 02 Nov 2011 11:44:39 +0400
Антон Клесс rc5h...@yandex.ru wrote:

 
  mbmon is very old.  I've never gotten it to work on any machine I've
  every tried it on.
 
  Does your boot time output show anything smb-related at all, such as
  maybe smbios0: System Management BIOS at ...?  It's possible
  that your machine simply has no support for this.
 
 
 # dmesg -a |grep smb
 
 - returns nothing.

I just noticed, looking back at your previous mail, that you don't seem
to have a device smbios line in your kernel config.  Try adding that
and see if the smbios facility shows up at boot time.  I don't really
understand the inner workings of this particular feature.  On my box, I
so see an indication in the boot time messages:

smbios0: System Management BIOS at iomem 0xfcd20-0xfcd3e on
motherboard
smbios0: Version: 2.5

Although no smbios0 device actually shows up under /dev.  Perhaps
some more knowledgeable individual might enlighten us as to what
capabilities having this in your kernel config actually enables.

Also, just looking at the (x)mbmon port, the COMMENT line in the
Makefile states:

A X motherboard monitor for LM78/79, W8378x, AS99127F, VT82C686 and
ADM9240

So, this port appears to be useful only on a very specific range of
motherboards.

 Does it means that it is no way to read temperature sensors on
 motherboard?
 

Well, it depends.  :-)

I'm not at all familiar with your particular processor/motherboard, so I
can only offer some rather limited advice that may steer you in the
right direction for further exploration.  There are a number of devices
you can enable in your kernel config that may provide some of what
you're looking for.

Here, on my amd64 box, for instance, device amdtemp, along with
device cpuctl and device cpufreq makes the following dev.cpu.*
sysctls available, which are one way to (manually) monitor your
system.  As you can see below, this provides information on CPU
temperature and frequency.

# sysctl dev.cpu
dev.cpu.0.%desc: ACPI CPU
dev.cpu.0.%driver: cpu
dev.cpu.0.%location: handle=\_PR_.P001
dev.cpu.0.%pnpinfo: _HID=none _UID=0
dev.cpu.0.%parent: acpi0
dev.cpu.0.temperature: 47.0C
dev.cpu.0.freq: 2200
dev.cpu.0.freq_levels: 2200/23500 1100/14280
dev.cpu.0.cx_supported: C1/0
dev.cpu.0.cx_lowest: C1
dev.cpu.0.cx_usage: 100.00% last 1931us
dev.cpu.1.%desc: ACPI CPU
dev.cpu.1.%driver: cpu
dev.cpu.1.%location: handle=\_PR_.P002
dev.cpu.1.%pnpinfo: _HID=none _UID=0
dev.cpu.1.%parent: acpi0
dev.cpu.1.temperature: 47.0C
dev.cpu.1.cx_supported: C1/0
dev.cpu.1.cx_lowest: C1
dev.cpu.1.cx_usage: 100.00% last 4658us
dev.cpu.2.%desc: ACPI CPU
dev.cpu.2.%driver: cpu
dev.cpu.2.%location: handle=\_PR_.P003
dev.cpu.2.%pnpinfo: _HID=none _UID=0
dev.cpu.2.%parent: acpi0
dev.cpu.2.temperature: 47.0C
dev.cpu.2.cx_supported: C1/0
dev.cpu.2.cx_lowest: C1
dev.cpu.2.cx_usage: 100.00% last 3551us
dev.cpu.3.%desc: ACPI CPU
dev.cpu.3.%driver: cpu
dev.cpu.3.%location: handle=\_PR_.P004
dev.cpu.3.%pnpinfo: _HID=none _UID=0
dev.cpu.3.%parent: acpi0
dev.cpu.3.temperature: 47.0C
dev.cpu.3.cx_supported: C1/0
dev.cpu.3.cx_lowest: C1
dev.cpu.3.cx_usage: 100.00% last 4943us

I've never really delved that deeply into any hardware monitoring
tools, to be honest.  You're kind of getting into an area where I am
admittedly no expert.  :-)   But I'd suggest looking very carefully at
both /sys/conf/NOTES and /sys/$ARCH/conf/NOTES (as well as the GENERIC
kernel config) for some possible clues.  Refer to the man pages for any
specific devices of potential interest to see exactly what they're
about, and possibly ask some more questions here as you start to narrow
down the items that my possibly be useful to you.

Seriously, people here don't mind questions being asked, if they're
even semi-intelligent ones.  We're a friendly bunch, for the most
part.  :-)

Perhaps someone may offer you some more useful information on how to
monitor and/or control other aspects of your specific hardware
configuration besides CPU temperature and frequency.

Hope this helps in some small way.  Good luck!  :-)

-- 
Conrad J. Sabatier
conr...@cox.net
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: OT: Old books (before c. 2009) for the price of shipping

2011-11-02 Thread Julian H. Stacey
parv wrote:
 I have following books (bought before 2009) that need to be disposed
 of, one way or another within next 7-8 days.  If you are interested
 in any of them, contact me privately about the shipping payment (to
 be shipped from Allentown, Pennsylvania, USA via USPS)  your list
 ...
 
   * Sed  Awk
 -- Dale Doughberty  Arnold Robbins
 
   * The New Korn Shell Command and Programming Language
 -- Morris I Bolsky, David G Korn
 
   * Sendmail
 -- O'Reilly - Bryan Costales with Eric Allman
 
   * Java in a Nutshell
 -- O'Reilly - David Flangan
 
   * Core Java, Volume 1 - Fundamentals
 -- Cay S. Horstmann, Gary Cornell
 
   * Managed C++ and .Net Development
 -- Stephen R G Fraser, Forward by Arthur Laksberg
 
   * Counter Hack - A Step by Step Guide to Computer Attacks and Effective 
 Defenses
 -- Ed Skoudis
 
   * Scene of the Cybercrime: Computer Forensics Handbook
 -- Debra Littlejohn Shinder, Ed Tiltel
 
   * Cybercrime Vandalizing the Information Society
 -- Steven Furnell
 
   * Codes, Ciphers and Other Cryptic and Clandestine Communication:
 400 Ways to Send Secret Messages from Hieroglyphs to the Internet
 -- Fred B Wrixon
 
 
   - parv

Suggestions:

Use them to seed a new BSD user group in your area:
Location, your favourite bar/ cafe. 

Or find a nearby similar user group. find a nearby member  drop
them all off with member to take to give away at next monthly meeting
of which ever club.

Cheers,
Julian
-- 
Julian Stacey, BSD Unix Linux C Sys Eng Consultants Munich http://berklix.com
 Reply below, not above;  Indent with  ;  Cumulative like a play script.
 Format: Plain text. Not HTML, multipart/alternative, base64, quoted-printable.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: CARP related trivial question

2011-11-02 Thread Damien Fleuriot
On 11/1/11 8:19 AM, Snoop wrote:
 Sorry but I have to re-post my question as I didn't get any exhaustive reply. 
 I can't believe that nobody is aware of this anyhow.
 P.S. Nop, there aren't related loadable modules in /boot/kernel.
 
 
 Hi everybody,
 I've got a pretty trivial question but I'm kind of disoriented.
 
 In the CARP man pages is clearly stated
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/carp.html: 
 __
 To enable support for CARP, the FreeBSD kernel must be rebuilt as
 described in Chapter 9 with the following option:
 device carp
 
 Alternatively, the if_carp.ko module can be loaded at boot time. Add the
 following line to the /boot/loader.conf:
 if_carp_load=YES 
 __
 
 I'm not new to FreeBSD but I didn't manage to load that as a module, not
 while the OS is running neither at the startup adding the param on
 loader.conf.
 I'd love to do that instead of recompiling the kernel to get that
 working on any node.
 I'm talking about FreeBSD 8.1.
 
 Am I missing something?
 Any tip would be appreciated.
 


You have already receive a reply on-list, which asked if you had
/boot/kernel/if_carp* files .
I haven't followed further so I'm not sure if you ever replied to it or not.


Find below the same output from a 8.2-STABLE box:


mybsd root  /boot/kernel

 # uname -a
FreeBSD mybsd 8.2-STABLE FreeBSD 8.2-STABLE #4: Wed Oct 12 16:58:51 CEST
2011 root@mybsd:/usr/obj/usr/src/sys/DAM  amd64


 mybsd
root  /boot/kernel

   # ls -la
/boot/kernel/if_carp*
-r-xr-xr-x  1 root  wheel   44384 Oct 12 17:11 /boot/kernel/if_carp.ko
-r-xr-xr-x  1 root  wheel  197856 Oct 12 17:11
/boot/kernel/if_carp.ko.symbols


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


Re: How to get /dev/smb* ?

2011-11-02 Thread Carl Johnson
Антон Клесс rc5h...@yandex.ru writes:


 mbmon is very old.  I've never gotten it to work on any machine I've
 every tried it on.

 Does your boot time output show anything smb-related at all, such as
 maybe smbios0: System Management BIOS at ...?  It's possible that
 your machine simply has no support for this.


 # dmesg -a |grep smb

 - returns nothing.

 Does it means that it is no way to read temperature sensors on motherboard?

Have you tried:

  $ sysctl -a | grep temperature
  dev.cpu.0.temperature: 29.2C
  dev.cpu.1.temperature: 29.2C

for your system?
I have an AMD cpu and the amdtemp kernel module provides that
information.  I am not familiar with the Intel cpus, but the coretemp
module is supposed to provide the same information for them.  I use
gkrellm for various thing, and it will display that information
directly.

-- 
Carl Johnsonca...@peak.org

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


Re: CARP related trivial question

2011-11-02 Thread Julian H. Stacey
Hi,
Reference:
 From: Damien Fleuriot m...@my.gd 
 Date: Wed, 02 Nov 2011 16:44:50 +0100 
 Message-id:   4eb16572.4080...@my.gd 

Damien Fleuriot wrote:
 On 11/1/11 8:19 AM, Snoop wrote:
  Sorry but I have to re-post my question as I didn't get any exhaustive 
  reply. I can't believe that nobody is aware of this anyhow.
  P.S. Nop, there aren't related loadable modules in /boot/kernel.

Snoop is not on CC line, I hope he's on this list.
Snoop wrote :
There aren't related loadable modules in /boot/kernel
So Snoop must install modules !
# cd /sys/`uname -m`/conf  config GENERIC
cd /usr/src/sys/modules ; make ; make install


  
  
  Hi everybody,
  I've got a pretty trivial question but I'm kind of disoriented.
  
  In the CARP man pages is clearly stated
  http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/carp.html: 
  __
  To enable support for CARP, the FreeBSD kernel must be rebuilt as
  described in Chapter 9 with the following option:
  device carp
  
  Alternatively, the if_carp.ko module can be loaded at boot time. Add the
  following line to the /boot/loader.conf:
  if_carp_load=YES 
  __
  
  I'm not new to FreeBSD but I didn't manage to load that as a module, not
  while the OS is running neither at the startup adding the param on
  loader.conf.
  I'd love to do that instead of recompiling the kernel to get that
  working on any node.
  I'm talking about FreeBSD 8.1.
  
  Am I missing something?
  Any tip would be appreciated.
  
 
 
 You have already receive a reply on-list, which asked if you had
 /boot/kernel/if_carp* files .
 I haven't followed further so I'm not sure if you ever replied to it or not.
 
 
 Find below the same output from a 8.2-STABLE box:
 
 
 mybsd root  /boot/kernel
 
  # uname -a
 FreeBSD mybsd 8.2-STABLE FreeBSD 8.2-STABLE #4: Wed Oct 12 16:58:51 CEST
 2011 root@mybsd:/usr/obj/usr/src/sys/DAM  amd64
 
 
  mybsd
 root  /boot/kernel
 
# ls -la
 /boot/kernel/if_carp*
 -r-xr-xr-x  1 root  wheel   44384 Oct 12 17:11 /boot/kernel/if_carp.ko
 -r-xr-xr-x  1 root  wheel  197856 Oct 12 17:11
 /boot/kernel/if_carp.ko.symbols
 
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org
 


Cheers,
Julian
-- 
Julian Stacey, BSD Unix Linux C Sys Eng Consultants Munich http://berklix.com
 Reply below, not above;  Indent with  ;  Cumulative like a play script.
 Format: Plain text. Not HTML, multipart/alternative, base64, quoted-printable.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: How to get /dev/smb* ?

2011-11-02 Thread Julian H. Stacey
 Have you tried:
 
   $ sysctl -a | grep temperature
   dev.cpu.0.temperature: 29.2C
   dev.cpu.1.temperature: 29.2C

s/temperature/temp/  some systems will show more, eg:

sysctl -a | grep temp | grep -v template
dev.cpu.0.temperature: 35.0C
dev.amdtemp.0.%desc: AMD K8 Thermal Sensors
dev.amdtemp.0.%driver: amdtemp
dev.amdtemp.0.%parent: hostb4
dev.amdtemp.0.sensor0.core0: 35.0C
dev.amdtemp.0.sensor0.core1: 35.0C
dev.amdtemp.0.sensor1.core0: 35.0C
dev.amdtemp.0.sensor1.core1: 35.0C

Cheers,
Julian
-- 
Julian Stacey, BSD Unix Linux C Sys Eng Consultants Munich http://berklix.com
 Reply below, not above;  Indent with  ;  Cumulative like a play script.
 Format: Plain text. Not HTML, multipart/alternative, base64, quoted-printable.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Why some flash sites don't work?

2011-11-02 Thread Yuri

On 11/01/2011 19:35, Adam Vande More wrote:
I believe you have asked this before, and the answer is still the 
same.  It works for me.


flashplayer 11 hit ports today, you could try removing 10, installing 
11 and seeing if that helps you at all.


No, version 11 doesn't work on my machine either. Youtube and whatever 
worked before still works. This is still a mistery.


Also nspluginplayer doesn't seem to work on any page. For example, command
nspluginplayer type=application/x-shockwave-flash 
http://www.youtube.com/watch?v=vvCMN2gfyzE;
that I think should work doesn't. Only shows the white window saying No 
movie loaded on the right mouse click.



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


Re: Why some flash sites don't work?

2011-11-02 Thread Adam Vande More
On Wed, Nov 2, 2011 at 1:32 PM, Yuri y...@rawbw.com wrote:

 No, version 11 doesn't work on my machine either. Youtube and whatever
 worked before still works. This is still a mistery.

 Also nspluginplayer doesn't seem to work on any page. For example, command
 nspluginplayer type=application/x-shockwave-**flash 
 http://www.youtube.com/watch?**v=vvCMN2gfyzEhttp://www.youtube.com/watch?v=vvCMN2gfyzE
 
 that I think should work doesn't. Only shows the white window saying No
 movie loaded on the right mouse click


Can you try creating a new user, and under that user install flash per the
handbook.  That should at least tell if it's some local user settings
causing the issue.

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


Make buildworld don't run

2011-11-02 Thread Zantgo
I write make buildworld, this is the answer:

#make buildworld
make: don't know how to make buildworld. Stop

PS: I use FreeBSD 9.0 RC1, and I try to follow current

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


Re: Make buildworld don't run

2011-11-02 Thread Adam Vande More
On Wed, Nov 2, 2011 at 1:45 PM, Zantgo zan...@gmail.com wrote:

 I write make buildworld, this is the answer:

 #make buildworld
 make: don't know how to make buildworld. Stop


http://www.freebsd.org/doc/handbook/makeworld.html

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


Re: Wine-fbsd64 updated to 1.3.31 (32bit Wine for 64bit FreeBSD)

2011-11-02 Thread David Naylor
Hi,

I have fixed an issue where the integrated nVidia patch failed to install or 
run as expected.  The packages [4] have been uploaded and replaced the old 
packages.  

Only if you are a nVidia user who has been unable to get wine-1.3.31 working 
would you need to download and install the updated packages.  

Lastly, there are reports that wine does not work with a clang built world.  

Regards,

David
[4]
  MD5 (freebsd8/wine-fbsd64-1.3.31,1.tbz) = e38e694dc55a99882c137d0f11b4eb9e
  MD5 (freebsd9/wine-fbsd64-1.3.31,1.txz) = 59ec8c1b68e3eb12f4b2c97674d0d563

On Tuesday, 25 October 2011 18:52:40 David Naylor wrote:
 Hi,
 
 Packages [1] for wine-fbsd64-1.3.31 have been uploaded to mediafire [2] and
 the wine-fbsd64.diff patch has been updated.  There is a known UDP related
 problem with wine (see http://markmail.org/message/i7rtfz7uxd5s4fvl for
 details).
 
 To date there has been 1217 (+70) downloads from mediafire.
 
 The patch [3] for nVidia users is now included in the package and is run on
 installation (if the relevant files are accessable).  Please read the
 installation messages for further information.
 
 Regards,
 
 David
 [1]
   MD5 (freebsd8/wine-fbsd64-1.3.31,1.tbz) =
 3ada791cc70a692b71f331a9b658d0ce MD5 (freebsd9/wine-fbsd64-1.3.31,1.txz) =
 7b9f0b9a122646822542e540aeed09e5 [2] http://www.mediafire.com/wine_fbsd64
 [3] The patch is located at /usr/local/share/wine/patch-nvidia.sh


signature.asc
Description: This is a digitally signed message part.


Re: Make buildworld don't run

2011-11-02 Thread Zantgo
El 02-11-2011, a las 16:33, Jerry McAllister jerr...@msu.edu escribió:

 On Wed, Nov 02, 2011 at 03:45:39PM -0300, Zantgo wrote:
 
 I write make buildworld, this is the answer:
 
 #make buildworld
 make: don't know how to make buildworld. Stop
 
 PS: I use FreeBSD 9.0 RC1, and I try to follow current
 
 What user/permissions did you have?
 Which directory were you in?
 
 I think you need to be root and in /usr/src
 
 I could be wrong.
 
 jerry

Yeah!!, I just had to be in / usr / src, thank you very much!.

PS: as the directory name that comes after typing cd as root or user?
 
 
 Zantgo
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

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


Re: Make buildworld don't run

2011-11-02 Thread Michael Powell
Zantgo wrote:

 I write make buildworld, this is the answer:
 
 #make buildworld
 make: don't know how to make buildworld. Stop

Since this works just fine for all those who have learned how to use FreeBSD 
I can only assume this indicates you do not know what you are doing.
 
 PS: I use FreeBSD 9.0 RC1, and I try to follow current

This is a poor choice for anyone new to FreeBSD. There are mainly 3 branches 
of FreeBSD to consider: -CURRENT is for developers and other contributors 
working on the next version of FreeBSD, -STABLE is somewhat in the middle in 
that it will have patches for problems that have been fixed in current and 
merged back to earlier release versions of code, and RELEASE. There is also 
a SECURITY branch where only security patches are updated to RELEASE.

Since it is obvious you do not know what you are doing the best place for 
you to begin is RELEASE. Install and begin using a RELEASE version as a 
learning tool. This means version 8.2! The Handbook may have pieces which 
are old and could stand updating, but largely it is _THE_ reference you 
should be working your way through as you proceed to learn FreeBSD. The 
greatest bulk of what you need to learn is in there. It comes in versions 
other than English too:

http://www.freebsd.org/doc/es_ES.ISO8859-1/books/handbook/index.html

If your only exposure to date with computers has been with Windows and you 
are looking to expand your reach, you will first find that the *Nix world is 
heavy on reading documentation and trying to figure stuff out for yourself 
first, before splattering help channels with every little thing that comes 
along. Once you have made some intial effort you will find that you are in a 
better position to provide better details on how we can help you. We cannot 
help you with the effort you need to make in learning the basics, and these 
basics are all contained in the documentation. 

I will make no effort to address your error. First of all, you should not be 
starting in FreeBSD with a release candidate and following -CURRENT. Your 
error is the result of trying to jump over learning what you need to know.

-Mike




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


Re: Make buildworld don't run

2011-11-02 Thread Zantgo


El 02-11-2011, a las 17:00, Michael Powell nightre...@hotmail.com escribió:

 If your only exposure to date with computers has been with Windows and you 
 are looking to expand your reach, you will first find that the *Nix world is 
 heavy on reading documentation and trying to figure stuff out for yourself 
 first, before splattering help channels with every little thing that comes 
 along. Once you have made some intial effort you will find that you are in a 
 better position to provide better details on how we can help you. We cannot 
 help you with the effort you need to make in learning the basics, and these 
 basics are all contained in the documentation. 
 
 I will make no effort to address your error. First of all, you should not be 
 starting in FreeBSD with a release candidate and following -CURRENT. Your 
 error is the result of trying to jump over learning what you need to know

Now this worked for me and at one time thought to hold steady, but I thought 
that opened many dependencies, and need more current packages so take care not 
release

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


Not found slim

2011-11-02 Thread Zantgo
I install slim and xfce4, and I put slim in the boot, when the system booting, 
everything works fine when login screen appears I can not type slim or move the 
mouse, which is the problem?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Make buildworld don't run

2011-11-02 Thread Michael Powell
Zantgo wrote:
 
 
 El 02-11-2011, a las 17:00, Michael Powell nightre...@hotmail.com
 escribió:
 
 If your only exposure to date with computers has been with Windows and
 you are looking to expand your reach, you will first find that the *Nix
 world is heavy on reading documentation and trying to figure stuff out
 for yourself first, before splattering help channels with every little
 thing that comes along. Once you have made some intial effort you will
 find that you are in a better position to provide better details on how
 we can help you. We cannot help you with the effort you need to make in
 learning the basics, and these basics are all contained in the
 documentation.
 
 I will make no effort to address your error. First of all, you should not
 be starting in FreeBSD with a release candidate and following -CURRENT.
 Your error is the result of trying to jump over learning what you need to
 know
 
 Now this worked for me and at one time thought to hold steady, but I
 thought that opened many dependencies, and need more current packages so
 take care not release

Nope. Make buildworld is how you begin a source-based upgrade to the 
operating system. This is completely different and separate from anything 
package related. You are completely on the wrong track with this. Study the 
Handbook some more and this may become apparent.

When you refresh your ports tree (which handles dependency tracking whether 
you are installing from ports or using packages) you will always be looking 
at the latest ports/packages. This is true no matter which branch of the OS 
you are using. Install RELEASE, refresh your ports tree, and you will still 
have all the 'most current packages'. You do *NOT* need to be running -
CURRENT in order to have the 'most current packages'!

This still reiterates the need for you to read and study the documentation. 
All of this information is present in the documentation.

-Mike



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


Re: Not found slim

2011-11-02 Thread Christopher J. Ruwe
On Wed, 2 Nov 2011 17:15:56 -0300
Zantgo zan...@gmail.com wrote:

 I install slim and xfce4, and I put slim in the boot, when the system
 booting, everything works fine when login screen appears I can not
 type slim or move the mouse, which is the problem?

My prime suspect would dbus not running. Had something similar and resolved it 
with dbus.

Cheers,
-- 
Christopher J. Ruwe
TZ GMT + 1
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Why some flash sites don't work?

2011-11-02 Thread Yuri

On 11/02/2011 11:42, Adam Vande More wrote:
Can you try creating a new user, and under that user install flash per 
the handbook.  That should at least tell if it's some local user 
settings causing the issue.


When I create the new user, flash in FF doesn't work at all. 
Instructions from 
http://www.freebsd.org/doc/handbook/desktop-browsers.html (*Under 
FreeBSD 8.X*) are followed.
symlink /usr/local/lib/browser_plugins/libflashplayer.so - 
/usr/local/lib/npapi/linux-f10-flashplugin/libflashplayer.so exists.

Also packages
nspluginwrapper-1.4.4
linux-f10-flashplugin-11.0r1.152
are installed.

The reason why flash works in my main user is that 
~/.mozilla/plugins/npwrapper.libflashplayer.so file exists there.


I am not sure what this file 
~/.mozilla/plugins/npwrapper.libflashplayer.so is and where did it come 
from.


So does this mean that instructions in handbook are wrong?

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


Re: Not found slim

2011-11-02 Thread Zantgo


El 02-11-2011, a las 17:48, Christopher J. Ruwe c...@cruwe.de escribió:

 On Wed, 2 Nov 2011 17:15:56 -0300
 Zantgo zan...@gmail.com wrote:
 
 I install slim and xfce4, and I put slim in the boot, when the system
 booting, everything works fine when login screen appears I can not
 type slim or move the mouse, which is the problem?
 
 My prime suspect would dbus not running. Had something similar and resolved 
 it with dbus.
 
 Cheers,

But in my rc.conf said dbus_enable=YES
 -- 
 Christopher J. Ruwe
 TZ GMT + 1
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Not found slim

2011-11-02 Thread Mark Felder

On Wed, 02 Nov 2011 15:55:47 -0500, zan...@gmail.com wrote:


But in my rc.conf said dbus_enable=YES


and HAL? Your Xorg was probably compiled with HAL. I've had this problem  
before though and the fix was to recompile X without HAL. Sucks to not be  
able to plugplay though.

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


Re: Why some flash sites don't work?

2011-11-02 Thread Adam Vande More
On Wed, Nov 2, 2011 at 3:54 PM, Yuri y...@rawbw.com wrote:

  On 11/02/2011 11:42, Adam Vande More wrote:

 Can you try creating a new user, and under that user install flash per the
 handbook.  That should at least tell if it's some local user settings
 causing the issue.


 When I create the new user, flash in FF doesn't work at all. Instructions
 from http://www.freebsd.org/doc/handbook/desktop-browsers.html (*Under
 FreeBSD 8.X*) are followed.
 symlink /usr/local/lib/browser_plugins/libflashplayer.so -
 /usr/local/lib/npapi/linux-f10-flashplugin/libflashplayer.so exists.
 Also packages
 nspluginwrapper-1.4.4
 linux-f10-flashplugin-11.0r1.152
 are installed.

 The reason why flash works in my main user is that ~/.mozilla/plugins/
 npwrapper.libflashplayer.so file exists there.

 I am not sure what this file ~/.mozilla/plugins/
 npwrapper.libflashplayer.so is and where did it come from.


It comes from the rest of the instructions section, namely nspluginwrapper
-v -a -i.

So does this mean that instructions in handbook are wrong?


When it's followed in it's entirety, it works.

As your new user, execute nspluginwrapper -l.  If you don't get output
similar to this:

 nspluginwrapper -l
/home/adam/.mozilla/plugins/npwrapper.libflashplayer.so
  Original plugin:
/usr/local/lib/npapi/linux-f10-flashplugin/libflashplayer.so
  Plugin viewer: /usr/local/lib/nspluginwrapper/i386/linux/npviewer
  Wrapper version string: 1.4.4-1

then you have not followed the instructions completely.

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


DNS config help

2011-11-02 Thread AN
I have a question about how to configure DNS.  My local network is 10.x, 
and I sometimes need to connect to a remote VPN.  My question is how do I 
configure BIND to forward queries to a different server only for a 
specific domain.


When I am connected to the VPN, vpn.example.com, I want queries for 
anything going to example.com  to go a specific DNS, and everything else 
on 10.x to go to my regular DNS.  Please let me know if I need to provide 
more info.  Thanks in advance for any help.

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


Re: Not found slim

2011-11-02 Thread Zantgo


El 02-11-2011, a las 18:19, Mark Felder f...@feld.me escribió:

 On Wed, 02 Nov 2011 15:55:47 -0500, zan...@gmail.com wrote:
 
 But in my rc.conf said dbus_enable=YES
 
 and HAL? Your Xorg was probably compiled with HAL. I've had this problem 
 before though and the fix was to recompile X without HAL. Sucks to not be 
 able to plugplay though.
hal also on that of the installation of Xorg, do not set anything after xorg 
pkg_add-r, nor have I installed the nvidia driver, which I configured in xorg?
 

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


Re: hard lockups with RC1

2011-11-02 Thread Ashley Williams
 I've seen a few of these, too, in RC-1.  I assumed they might be related
 to my having recently upgraded to the flash 11 port, but hadn't gotten
 around to reporting anything yet.  Like you, I have no hard data to
 base any conclusions on as to what's causing the lockups.

I can confirm Flash does cause the lock up, but I'm running flash 10, not 11.
Nevertheless this is a problem with linux emulation, not flash
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Support AMD Bulldozer, Raid0 on SSD SATA3, Raid0 on SSD PCI-Express 2.0 (3.0)

2011-11-02 Thread Victor Krivodonov

 Hello! Tell me about  PC-BSD9.0, please:
1 Support for AMD Bulldozer 2 Raid 0 (for SATA3, PCIExpress 2.0 (3.0)
                                      Thank you!  Victor. ___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: DNS config help

2011-11-02 Thread Michael Sierchio
It depends...

some VPNs push routes, including default routes, and nameservers and
search paths, but it's up to the client on how to handle it.  Some of
these will set /etc/resolv.conf, etc.

What *kind* of VPN are you talking about?  OpenVPN?  PPTP?  L2TP?

I generally prefer dnscache to BIND, and the mechanism for selective
resolution is straightforward.

Some large companies, HP included, just publish internal
(non-routable) addresses for hosts on their public servers, which
solves the remote access DNS problem.

- M

On Wed, Nov 2, 2011 at 1:52 PM, AN a...@neu.net wrote:
 I have a question about how to configure DNS.  My local network is 10.x, and
 I sometimes need to connect to a remote VPN.  My question is how do I
 configure BIND to forward queries to a different server only for a specific
 domain.

 When I am connected to the VPN, vpn.example.com, I want queries for anything
 going to example.com  to go a specific DNS, and everything else on 10.x to
 go to my regular DNS.  Please let me know if I need to provide more info.
  Thanks in advance for any help.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

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


Re: Why some flash sites don't work?

2011-11-02 Thread Yuri

On 11/02/2011 14:19, Adam Vande More wrote:
It comes from the rest of the instructions section, namely 
nspluginwrapper -v -a -i.


Sorry I missed this one.

Now, after this is done and ~/.mozilla/plugins are identical for both 
users, my new user shows this link 
http://belapan.by/archive/2009/07/10/media_yakubovich fine, but the old 
user has the same problem as before.
And this link 
http://www.reuters.com/video/2011/11/01/greek-referendum-disappoints-markets?videoId=224096981videoChannel=2602 
http://www.reuters.com/video/2011/11/01/greek-referendum-disappoints-markets?videoId=224096981videoChannel=2602 
both of them don't show at all. (pressing the arrow doesn't play any video)


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


How to remove ACPI from boot ?

2011-11-02 Thread Al Plant

Aloha,

I have a box that wont shut down with ACPI setting activated. Anyone 
point me to a how to on keeping ACPI from being set to on at boot.


Thanks .

## Please copy me directly as I cant get messages on the list for some 
reason. Any one know who I can email about whats blocking the FreeBSD 
list? ##


~Al Plant - Honolulu, Hawaii -  Phone:  808-284-2740
  + http://hawaiidakine.com + http://freebsdinfo.org +
  + http://aloha50.net   - Supporting - FreeBSD  7.2 - 8.0 - 9* +
   email: n...@hdk5.net 
All that's really worth doing is what we do for others.- Lewis Carrol

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


Re: How to remove ACPI from boot ?

2011-11-02 Thread Michael Sierchio
in /boot/loader.conf  (see /boot/defaults/loader.conf)

acpi_load=NO


On Wed, Nov 2, 2011 at 3:11 PM, Al Plant n...@hdk5.net wrote:
 Aloha,

 I have a box that wont shut down with ACPI setting activated. Anyone point
 me to a how to on keeping ACPI from being set to on at boot.

 Thanks .

 ## Please copy me directly as I cant get messages on the list for some
 reason. Any one know who I can email about whats blocking the FreeBSD list?
 ##

 ~Al Plant - Honolulu, Hawaii -  Phone:  808-284-2740
  + http://hawaiidakine.com + http://freebsdinfo.org +
  + http://aloha50.net   - Supporting - FreeBSD  7.2 - 8.0 - 9* +
   email: n...@hdk5.net 
 All that's really worth doing is what we do for others.- Lewis Carrol

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

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


Re: Why some flash sites don't work?

2011-11-02 Thread Adam Vande More
On Wed, Nov 2, 2011 at 5:10 PM, Yuri y...@rawbw.com wrote:

  On 11/02/2011 14:19, Adam Vande More wrote:

 It comes from the rest of the instructions section, namely
 nspluginwrapper -v -a -i.


 Sorry I missed this one.

 Now, after this is done and ~/.mozilla/plugins are identical for both
 users, my new user shows this link
 http://belapan.by/archive/2009/07/10/media_yakubovich fine, but the old
 user has the same problem as before.
 And this link
 http://www.reuters.com/video/2011/11/01/greek-referendum-disappoints-markets?videoId=224096981videoChannel=2602both
  of them don't show at all. (pressing the arrow doesn't play any video)


Well we can then say there is something in your home directory preventing
the first video from playing.  Perhaps some type of flash setting, I don't
know.

In regards to the second, I just tried it on a new clean install of 9 RC 1
and it didn't work.  However it worked after I installed flashblock.  There
seems to be a least one secondary flash object on that page which prevents
the video from playing.  However, I will add on rare occasion I've found a
video like this and it actually will play eventually, perhaps after hours
of waiting.  I think the reason for this is that the linuxulator doesn't
perfectly emulate Linux system calls, and when you run flash that which
targets these system calls, the npviewer cannot proceed until those calls
are finished.  In those cases, quite a bit of time can elapse until those
faulty syscalls end hence the very long delay before video playback.

That's just a theory, and I'm happy to be proven wrong.  Or even better,
proven right and fixed.  In the meantime, you now have workarounds for both
videos.  I'm sure you can get the bottom of the trouble with first video
with some tenacity, as the problem must exist in your home directory.


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


Re: Make buildworld don't run

2011-11-02 Thread Bill Tillman






From: Michael Powell nightre...@hotmail.com
To: freebsd-questions@freebsd.org
Sent: Wednesday, November 2, 2011 4:00 PM
Subject: Re: Make buildworld don't run


Zantgo wrote:

 I write make buildworld, this is the answer:
 
 #make buildworld
 make: don't know how to make buildworld. Stop

Since this works just fine for all those who have learned how to use FreeBSD 
I can only assume this indicates you do not know what you are doing.

 PS: I use FreeBSD 9.0 RC1, and I try to follow current

This is a poor choice for anyone new to FreeBSD. There are mainly 3 branches 
of FreeBSD to consider: -CURRENT is for developers and other contributors 
working on the next version of FreeBSD, -STABLE is somewhat in the middle in 
that it will have patches for problems that have been fixed in current and 
merged back to earlier release versions of code, and RELEASE. There is also 
a SECURITY branch where only security patches are updated to RELEASE.

Since it is obvious you do not know what you are doing the best place for 
you to begin is RELEASE. Install and begin using a RELEASE version as a 
learning tool. This means version 8.2! The Handbook may have pieces which 
are old and could stand updating, but largely it is _THE_ reference you 
should be working your way through as you proceed to learn FreeBSD. The 
greatest bulk of what you need to learn is in there. It comes in versions 
other than English too:

http://www.freebsd.org/doc/es_ES.ISO8859-1/books/handbook/index.html

If your only exposure to date with computers has been with Windows and you 
are looking to expand your reach, you will first find that the *Nix world is 
heavy on reading documentation and trying to figure stuff out for yourself 
first, before splattering help channels with every little thing that comes 
along. Once you have made some intial effort you will find that you are in a 
better position to provide better details on how we can help you. We cannot 
help you with the effort you need to make in learning the basics, and these 
basics are all contained in the documentation. 

I will make no effort to address your error. First of all, you should not be 
starting in FreeBSD with a release candidate and following -CURRENT. Your 
error is the result of trying to jump over learning what you need to know.

-Mike




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


Is it just me or does someone need to choke this guy. We all had to start
somewhere and granted this guy's question was a newbie one, but please
get off your soapbox. It's amazing how you make no effort to help this
person yet you have the time to make alot of effort to ridicule. Your entire
response could have been as simple as:

cd /usr/src

I work with people all the time who complain that they have no time to
help you yet they have all the time in the world to send a lame e-mail 
complaining about how they have no time to help you.

Lighten up ... life is too short,
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Why some flash sites don't work?

2011-11-02 Thread Yuri

On 11/02/2011 15:33, Adam Vande More wrote:
In regards to the second, I just tried it on a new clean install of 9 
RC 1 and it didn't work.  However it worked after I installed 
flashblock.  There seems to be a least one secondary flash object on 
that page which prevents the video from playing.  However, I will add 
on rare occasion I've found a video like this and it actually will 
play eventually, perhaps after hours of waiting.  I think the reason 
for this is that the linuxulator doesn't perfectly emulate Linux 
system calls, and when you run flash that which targets these system 
calls, the npviewer cannot proceed until those calls are finished.  In 
those cases, quite a bit of time can elapse until those faulty 
syscalls end hence the very long delay before video playback.


That's just a theory, and I'm happy to be proven wrong.  Or even 
better, proven right and fixed.  In the meantime, you now have 
workarounds for both videos.  I'm sure you can get the bottom of the 
trouble with first video with some tenacity, as the problem must exist 
in your home directory.


Workaround for only one by changing the user, and the other one just 
doesn't work for any user.


It would be easier to have standalone nspluginplayer working, but it 
doesn't. Do you know why it doesn't work as it used to?

Command
nspluginplayer type=application/x-shockwave-flash 
http://www.youtube.com/watch?v=vvCMN2gfyzE;

for example fails to show video for me too for all users.

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


mail list debug - Was Re: How to remove ACPI from boot ?

2011-11-02 Thread Julian H. Stacey
Al Plant wrote:
 ## Please copy me directly as I cant get messages on the list for some 
 reason. Any one know who I can email about whats blocking the FreeBSD 
 list? ##


It's downstream from freebsd.org toward you then, so suggestions:
1)
Ask your own
postmas...@hdk5.net
Point them at eg 

http://lists.freebsd.org/pipermail/freebsd-questions/2011-November/234989.html
Which proves everyone else is getting your mail that you are not.

2) 
We have a test list you / your postmaster@ can subscribe to
send test messages:
http://lists.freebsd.org/mailman/listinfo/freebsd-test

3)
Subscribe from some other domain

4)
If postmas...@freebsd.org has time to answer a request from you,
he might be able to tell you if mail to your subscribed address
might be part of a block forwarding to another SMTP relay
(  your recipient SMTP might have that relay blocked ?
Remember to declare if eg you might be receiving Elsewhere@
 forwarding to @hdk5.net,  perhaps with a 2nd subscribtion
of @hdk5.net for outgoing, in that case the Elsewhere might
have falsely black listed @freebsd.org (or a downstream
relay) as eg a spammer (innocent domains occasionaly
accidentaly /or maliciously get listed as spam domains)

5) 
Ask your postmaster@ if freebsd.org or any intermediate relay (See #4)
Might be listed in the RBL (Automated Domain Spam Black Lists) that about a
dozen different organsiations offer)Ref http://en.wikipedia.org/wiki/DNSBL


Cheers,
Julian
-- 
Julian Stacey, BSD Unix Linux C Sys Eng Consultants Munich http://berklix.com
 Reply below, not above;  Indent with  ;  Cumulative like a play script.
 Format: Plain text. Not HTML, multipart/alternative, base64, quoted-printable.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Problem with dbus in boot

2011-11-02 Thread Zantgo
I have added my rc.conf dbus, but when the system boots, get the following 
message:

Starting dbus.
Failed to start message bus: Could not get UID and GID for username messagebus
/etc/rc: WARNING: failed to start 
dbus___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Why some flash sites don't work?

2011-11-02 Thread Adam Vande More
On Wed, Nov 2, 2011 at 6:14 PM, Yuri y...@rawbw.com wrote:

  Workaround for only one by changing the user, and the other one just
 doesn't work for any user.


You seem to have a terrible habit of skipping all the important details.



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


Re: Why some flash sites don't work?

2011-11-02 Thread Yuri

On 11/02/2011 16:30, Adam Vande More wrote:
You seem to have a terrible habit of skipping all the important details. 


Oh no, I read all your messages. The second video, you said, works for 
you with the flashblock. But not for me though. Flashblock didn't change 
anything for me. .by movie has a workaround of changing the user for me.


I will be trying to determine what is exactly the dependency on the home 
dir with DTrace.


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


Re: How to remove ACPI from boot ?

2011-11-02 Thread Patrick Lamaiziere
Le Wed, 02 Nov 2011 12:11:19 -1000,
Al Plant n...@hdk5.net a écrit :

 Aloha,

Bonjour,

 I have a box that wont shut down with ACPI setting activated. Anyone 
 point me to a how to on keeping ACPI from being set to on at boot.

in /boot/loader.conf
hint.acpi.0.disabled=1

man acpi 
(DISABLING ACPI)

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


Re: How to remove ACPI from boot ?

2011-11-02 Thread Patrick Lamaiziere
Le Wed, 2 Nov 2011 15:15:43 -0700,
Michael Sierchio ku...@tenebras.com a écrit :

 in /boot/loader.conf  (see /boot/defaults/loader.conf)
 
 acpi_load=NO

Not useful since acpi is built by default in the kernel GENERIC.

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


nfs client speed lower than expected.

2011-11-02 Thread Vincent Hoffman
Hi all,
What kind of speed should I be expecting over an NFS mount from
a linux box using a gig interface (igb)? I'm seeing linux clients
getting approx 2 or 3 times the throughput rsyncing files from a linux
nfs server that i get from a 8-stable FreeBSD client.
representative results
7.26MB/s - Freebsd client
21.10MB/s liunx client
I've tried a variety of files to try and take caching out of the
equation, I've tweaked a few sysctls after much googling

kern.ipc.maxsockbuf=400
net.inet.tcp.sendbuf_max=16777216
net.inet.tcp.recvbuf_max=16777216
net.inet.tcp.sendbuf_inc=16384
net.inet.tcp.recvbuf_inc=524288
net.inet.udp.recvspace=65535
net.local.stream.recvspace=65535
net.local.stream.sendspace=65535

with no obvious improvement.
freebsd mount options
ro,noatime,noexec,nosuid,udp,nfsv3,rsize=1024,wsize=1024,bg,hard,intr,timeout=4,retrans=4
linux mount options
_netdev,ro,noatime,nodev,noexec,nosuid,proto=udp,vers=3,rsize=1k,wsize=1k,bg,hard,intr,timeo=4,retrans=4

I have seen that using the linux server as an nfs client to write to the
NFS server on the freebsd box gives similar performance to a linux
client pulling from the linux server so I'm guessing its something to do
with the freebsd nfs client?

Any suggestions/clues welcome.

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


Re: nfs client speed lower than expected.

2011-11-02 Thread Michael Sierchio
Mount via tcp.

On Wed, Nov 2, 2011 at 4:51 PM, Vincent Hoffman vi...@unsane.co.uk wrote:
 Hi all,
        What kind of speed should I be expecting over an NFS mount from
 a linux box using a gig interface (igb)? I'm seeing linux clients
 getting approx 2 or 3 times the throughput rsyncing files from a linux
 nfs server that i get from a 8-stable FreeBSD client.
 representative results
 7.26MB/s - Freebsd client
 21.10MB/s liunx client
 I've tried a variety of files to try and take caching out of the
 equation, I've tweaked a few sysctls after much googling

 kern.ipc.maxsockbuf=400
 net.inet.tcp.sendbuf_max=16777216
 net.inet.tcp.recvbuf_max=16777216
 net.inet.tcp.sendbuf_inc=16384
 net.inet.tcp.recvbuf_inc=524288
 net.inet.udp.recvspace=65535
 net.local.stream.recvspace=65535
 net.local.stream.sendspace=65535

 with no obvious improvement.
 freebsd mount options
 ro,noatime,noexec,nosuid,udp,nfsv3,rsize=1024,wsize=1024,bg,hard,intr,timeout=4,retrans=4
 linux mount options
 _netdev,ro,noatime,nodev,noexec,nosuid,proto=udp,vers=3,rsize=1k,wsize=1k,bg,hard,intr,timeo=4,retrans=4

 I have seen that using the linux server as an nfs client to write to the
 NFS server on the freebsd box gives similar performance to a linux
 client pulling from the linux server so I'm guessing its something to do
 with the freebsd nfs client?

 Any suggestions/clues welcome.

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

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


RE: nfs client speed lower than expected.

2011-11-02 Thread Gary Gatten
Is the interface really at 1Gb?  Have you tested with iperf, ftp, or anything 
other than nfs?

-Original Message-
From: owner-freebsd-questi...@freebsd.org 
[mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of Vincent Hoffman
Sent: Wednesday, November 02, 2011 6:52 PM
To: FreeBSD-Questions@freebsd.org
Subject: nfs client speed lower than expected.

Hi all,
What kind of speed should I be expecting over an NFS mount from
a linux box using a gig interface (igb)? I'm seeing linux clients
getting approx 2 or 3 times the throughput rsyncing files from a linux
nfs server that i get from a 8-stable FreeBSD client.
representative results
7.26MB/s - Freebsd client
21.10MB/s liunx client
I've tried a variety of files to try and take caching out of the
equation, I've tweaked a few sysctls after much googling

kern.ipc.maxsockbuf=400
net.inet.tcp.sendbuf_max=16777216
net.inet.tcp.recvbuf_max=16777216
net.inet.tcp.sendbuf_inc=16384
net.inet.tcp.recvbuf_inc=524288
net.inet.udp.recvspace=65535
net.local.stream.recvspace=65535
net.local.stream.sendspace=65535

with no obvious improvement.
freebsd mount options
ro,noatime,noexec,nosuid,udp,nfsv3,rsize=1024,wsize=1024,bg,hard,intr,timeout=4,retrans=4
linux mount options
_netdev,ro,noatime,nodev,noexec,nosuid,proto=udp,vers=3,rsize=1k,wsize=1k,bg,hard,intr,timeo=4,retrans=4

I have seen that using the linux server as an nfs client to write to the
NFS server on the freebsd box gives similar performance to a linux
client pulling from the linux server so I'm guessing its something to do
with the freebsd nfs client?

Any suggestions/clues welcome.

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





font size=1
div style='border:none;border-bottom:double windowtext 2.25pt;padding:0in 0in 
1.0pt 0in'
/div
This email is intended to be reviewed by only the intended recipient
 and may contain information that is privileged and/or confidential.
 If you are not the intended recipient, you are hereby notified that
 any review, use, dissemination, disclosure or copying of this email
 and its attachments, if any, is strictly prohibited.  If you have
 received this email in error, please immediately notify the sender by
 return email and delete this email from your system.
/font

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


Anything like mkmf for foo linux?

2011-11-02 Thread Gary Kline

i asked the seattle linux group and the mkmf they have on/for ubuntu
was fine.  not by me.

i started to port our mkmf which is non-trivial at best.  so:: are
there any other kinds of makefile creators in ports that i can use
on my FBSD server AND SEE IF UBUNTU HAS A SIMILAR PACKAGE?

fwiw,i HAVE PORTED A FEW THINGS ACROSS.  dunno what id do w/out the
src!!

thanks,

gary


-- 
 Gary Kline  kl...@thought.org  http://www.thought.org  Public Service Unix
   Journey Toward the Dawn, E-Book: http://www.thought.org
  The 8.51a release of Jottings: http://jottings.thought.org

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


Re: How to remove ACPI from boot ?

2011-11-02 Thread Al Plant

Patrick Lamaiziere wrote:

Le Wed, 02 Nov 2011 12:11:19 -1000,
Al Plant n...@hdk5.net a écrit :


Aloha,


Bonjour,

I have a box that wont shut down with ACPI setting activated. Anyone 
point me to a how to on keeping ACPI from being set to on at boot.


in /boot/loader.conf
hint.acpi.0.disabled=1

man acpi 
(DISABLING ACPI)


Regards.


Aloha,


That worked.

Merci

~Al Plant - Honolulu, Hawaii -  Phone:  808-284-2740
  + http://hawaiidakine.com + http://freebsdinfo.org +
  + http://aloha50.net   - Supporting - FreeBSD  7.2 - 8.0 - 9* +
   email: n...@hdk5.net 
All that's really worth doing is what we do for others.- Lewis Carrol

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


Re: Not found slim

2011-11-02 Thread Edgar Rodolfo
2011/11/2, Zantgo zan...@gmail.com:
 I install slim and xfce4, and I put slim in the boot, when the system
 booting, everything works fine when login screen appears I can not type slim
 or move the mouse, which is the problem?

Did you  read about xorg in handbook?, did you  read the message when
slim finished the installation?, check the file rc.conf, add
slim_enable=YES, hald_enable=YES, dbus_enable=YES, also you
should do Xorg -configure, friend you should do it, you SHOULD READ
THE HANDBOOK or use man

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



-- 
Edguitar ;)
http://cybernautape.blogspot.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Why some flash sites don't work?

2011-11-02 Thread Polytropon
On Wed, 02 Nov 2011 16:45:54 -0700, Yuri wrote:
 On 11/02/2011 16:30, Adam Vande More wrote:
  You seem to have a terrible habit of skipping all the important details. 
 
 Oh no, I read all your messages. The second video, you said, works for 
 you with the flashblock. But not for me though. Flashblock didn't change 
 anything for me. .by movie has a workaround of changing the user for me.

I just wanted to let you know that both videos you've
mentioned in your initial post do play here. I have
OS 8.2-STABLE of August 2011, x86 version, and I'm
using those installed packages:

opera-11.50
opera-linuxplugins-11.50
linux-f10-flashplugin-10.3r183.5
nspluginwrapper-1.4.4
swfdec-plugin-0.8.2_3

Then I did exactly follow the text of the handbook. It
doesn't work in Firefox here (as due to some obscure GPU
fault, running FF freezes the machine), but it works
totally fine in Opera, as expected.



-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Problem with dbus in boot

2011-11-02 Thread Polytropon
On Wed, 2 Nov 2011 20:29:15 -0300, Zantgo wrote:
 I have added my rc.conf dbus, but when the system boots, get the following 
 message:
 
 Starting dbus.
 Failed to start message bus: Could not get UID and GID for username 
 messagebus
 /etc/rc: WARNING: failed to start dbus

It seems that the installation of dbus wasn't successful.
It should've added thr required settings to the system's 
user database.

Check those:

% grep bus /etc/passwd /etc/group 
/etc/passwd:messagebus:*:556:556:D-BUS Daemon 
User:/nonexistent:/usr/sbin/nologin
/etc/group:messagebus:*:556:

This is from a system having installed dbus-1.4.6, but
_not_ running it (as I don't have any need for it).

Maybe you can repeat the installation of dbus (from
ports or packages) and make sure the data is added
to the files mentioned above, and the corresponding
databases have been rebuilt?

Obviously you are missing those required settings, so
/etc/rc cannot start dbus - to be expected.



-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Anything like mkmf for foo linux?

2011-11-02 Thread Polytropon
On Wed, 2 Nov 2011 17:08:41 -0700, Gary Kline wrote:
 fwiw,i HAVE PORTED A FEW THINGS ACROSS.  dunno what id do w/out the
 src!!

Keep the mkmf source -- seems that is has been removed
from the ports tree.

Port:   mkmf-4.11
Path:   /usr/ports/devel/mkmf
Info:   Creates program and library makefiles for the make(1) command
Maint:  po...@freebsd.org
Moved:  
Date:   2011-08-01
Reason: Has expired: Looks like an abandonware, no more public distfile

Planned obsolescence in action? :-)




-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org