Re: Pci express ZFS card?

2011-09-24 Thread Eduardo Morras

At 22:27 23/09/2011, Outback Dingo wrote:

On Fri, Sep 23, 2011 at 2:10 PM, Joseph Lenox lenox.jos...@gmail.com wrote:

 I would posit that it is only for use as on a PCI Express 
backplane; I don't

 even see how it would fit in a standard PCI Express slot (seeing as the
 backplane connector is physically longer than the PCI Express connector).
 Moreover, the card itself looks like a system-on-a-board (a complete
 computer system on a single mainboard).


This is definatley a backplane SBC designed system, and will not work
in a standard motherboard, seems to me what he really wants is like an
OCZ revo drive, or Fusion IO card


I'm playing with the card, and it has a PCIe x4. I haven't tried to 
put it on a server, but FreeBSD 8.2 runs perfectly (for now) on it 
with 3 disks and connect by ethernet interfaces. I don' want to try 
connect this card to a server PCIe x4 slot before know that it's 120% 
safe. The card has 2 connectors on basement, a PCI one and a PCIe x4 
but don't explain if it's host only or host-slave or slave only.


I want a raid card with zfs instead closed source hardware raid. If 
raid card brokes i will need exactly the same card with the same 
firmware and other minor requierements for recover the raid. Using a 
zfs raidz i simply need to connect the disks to a freebsd server and 
recover it.


I'll try to contact vendor again to get more info on this topic.

Thanks to both.


___
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


Help with devd.conf

2011-09-24 Thread Rod Person
I'm trying to understand devd.conf to auto mount usb devices. For
example I have a usb drive that will show up as da1 so as a test I just
want to write something to syslog when it is plugged in.

This is what I have tried in devd.conf:

notify 20{
match system  DEVFS;
match subsystem   CDEV;
match typeCREATE;
match cdevda[1-9]+;
action logger you plugged in some usb device;
};

notify 20{
match system  USB;
match subsytemDEVICE;
match typeATTACH;
action logger some type of usb thing attached;
};

With either of these the message does not get logged. I have tried
different priorities and that doesn't make a difference. I have also
tried using attach instead of notify and that seems to trigger
something, but then I get an error message:

SCSI sense: UNIT ATTENTION asc:28,0 (Not ready to ready change, medium
may have changed)

Any help would be appreciated, thanks.

-- 
Rod Person
http://www.rodperson.com
  
You aint ready, yet.
 - Michael L. Flecther, Sr.
   aka Mike-A-Nike
___
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: Help with devd.conf

2011-09-24 Thread Mike Clarke
On Saturday 24 September 2011, Rod Person wrote:

 I'm trying to understand devd.conf to auto mount usb devices. For
 example I have a usb drive that will show up as da1 so as a test I
 just want to write something to syslog when it is plugged in.

[snip]

 Any help would be appreciated, thanks.

This works for me:

attach 10 {
match device-name umass[0-9];
action logger you plugged in some usb device;
};

-- 
Mike Clarke
___
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: Help with devd.conf

2011-09-24 Thread Rod Person
On Sat, 24 Sep 2011 16:50:35 +0100
Mike Clarke jmc-freeb...@milibyte.co.uk wrote:

 On Saturday 24 September 2011, Rod Person wrote:
 
  I'm trying to understand devd.conf to auto mount usb devices. For
  example I have a usb drive that will show up as da1 so as a test I
  just want to write something to syslog when it is plugged in.
 
 [snip]
 
  Any help would be appreciated, thanks.
 
 This works for me:
 
 attach 10 {
 match device-name umass[0-9];
 action logger you plugged in some usb device;
 };

Thanks, but doesn't work on my system it seems.

-- 
Rod Person
http://www.rodperson.com
  
You aint ready, yet.
 - Michael L. Flecther, Sr.
   aka Mike-A-Nike
___
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: 9.0 bata2 keymap

2011-09-24 Thread Fbsd8

Gavin Atkinson wrote:

On Sat, 2011-09-17 at 12:24 -0400, Fbsd8 wrote:

Changing the cancel button in the kbdmap command to skip, does not 
address the problem, which is the lack of knowledge of the standard 
bsdinstall user. I've been using Freebsd since 4.0 and never used the 
kbdmap command or for that matter even knew it existed.


Interesting.  Sysinstall has asked for country information and then
asked you to choose a keymap (using kbdmap) if you selected a
non-default country as the first two questions (i.e. before you get the
sysinstall menu) since 6.1.  Would that be a good solution still?

Some of the other points brought up later about wanting to switch
between two different keymaps seem sensible too, though I don't
initially see how that would be possible.

Gavin



In sysinstall you are presented with a dailog that asks you if you want 
to change the keyboard map and if answered yes them issues the kbdmap 
command. In bsdinstall you have no option to bypass the keymap step. It 
just issues the kbdmap command. I agree that some method to bypass the 
keymap step in bsdinstall needs to be added or an dialog informing the 
user that selecting the cancel button in kbdmap will result in the 
default map used in previous releases to be used.

___
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


9.0 and mouse copy/paste function

2011-09-24 Thread Fbsd8
Since release 4.0 I have been using this statement in /etc/rc.conf 
moused_flags=-m 2=3  to enable mouse copy and paste

function. I see in 8.x and 9.0 that there is no man page for it anymore
even though it still works correctly. The man page for moused has one 
short sentence about vidcontrol command being used to enable the 
copy/paste function, but there is no examples and I can not get it to 
work using vidcontrol command.


What is the current supported way of enabling the mouse copy and paste
function in 9.0?
___
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


wifi question

2011-09-24 Thread george vagner
I am running an ATH0 card in hostap mode with 11g but was wondering if I can
run both 11g and 11b at the same time?

I was thinking mode 11g mode 11b  or mode 11bg but not sure what to put on
the ifconfig line.



___
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: Trying to build Nessus 4 from ports

2011-09-24 Thread Andrei Brezan

On 23/09/2011 23:31, Michael D. Norwick wrote:

Good Day

Trying to build /usr/ports/security/nessus on FreeBSD 9-beta2 with 
ports updated via - portsnap fetch update - completed 09/22/2011.  The 
result from #make;


===  Applying FreeBSD patches for nessus-libraries-2.2.9_1
===   nessus-libraries-2.2.9_1 depends on executable: bison - found
===   nessus-libraries-2.2.9_1 depends on package: libtool=2.4 - found
===  Configuring for nessus-libraries-2.2.9_1

*   W a r n i n g  *
*  *
* Nessus needs Berkeley Packet Filter (bpf).   *
* To use nessus, your kernel must be rebuilt with bpf, *
* and make bpf devices on /dev directory.  *
*  *
* Be sure to build as many bpf devices as you need.*
* For more info on this read files/README.BPF  *

*** Error code 1

Stop in /usr/ports/security/nessus-libraries.
*** Error code 1

Stop in /usr/ports/security/nessus-libnasl.
*** Error code 1

Stop in /usr/ports/security/nessus.

From an earlier post on freebsd-questions I added;

# Historically X depended on this, but version 4.3.0 doesn't seem to 
anymore

#linkttyv0vga

# Commonly used by many ports
#linkacd0cdrom

# Allow a user in the wheel group to query the smb0 device
#permsmb00660

# Allow members of group operator to cat things to the speaker
#ownspeakerroot:operator
#permspeaker0660

own bpf0root:bpf
permbpf00640
own bpf1root:bpf
permbpf10640
own bpf2root:bpf
permbpf20640
ownbpf3root:bpf
permbpf30640
ownbpf4root:bpf
permbpf40640

to /etc/devfs.conf.  But I still get;

crw-r-  1 root  bpf 0,  11 Sep 22 21:14 bpf
lrwxr-xr-x  1 root  wheel3 Sep 22 21:14 bpf0 - bpf
crw-rw-rw-  1 root  wheel   0,  49 Sep 22 21:14 bpsm0

in /dev after rebooting.  Do I require a statement in rc.conf or 
loader.conf to activate more bpf devices?  Am I editing the right file 
the wrong way?  The proper handbook chapter escapes me right now.


Previous to trying to build nessus from ports I built a new kernel 
with - device  bpf enabled.


Thank You,
Michael


___
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


I would suggest to get the package from tenable.com and install it via 
pkg_add. That's how it worked for me but on FreeBSD 8.2-stable. Might 
worth a shot.


Regards,

--
Andrei Brezan
emailandrei693 [at] gmail.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: 9.0 bata2 keymap

2011-09-24 Thread Adrian Chadd
On 25 September 2011 01:30, Fbsd8 fb...@a1poweruser.com wrote:

 In sysinstall you are presented with a dailog that asks you if you want to
 change the keyboard map and if answered yes them issues the kbdmap command.
 In bsdinstall you have no option to bypass the keymap step. It just issues
 the kbdmap command. I agree that some method to bypass the keymap step in
 bsdinstall needs to be added or an dialog informing the user that selecting
 the cancel button in kbdmap will result in the default map used in previous
 releases to be used.

That sounds sensible. It's all just bourne shell script, right? Would
you mind doing up a patch to do that?



Adrian
___
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: 9.0 bata2 keymap

2011-09-24 Thread Fbsd8

Adrian Chadd wrote:

On 25 September 2011 01:30, Fbsd8 fb...@a1poweruser.com wrote:


In sysinstall you are presented with a dailog that asks you if you want to
change the keyboard map and if answered yes them issues the kbdmap command.
In bsdinstall you have no option to bypass the keymap step. It just issues
the kbdmap command. I agree that some method to bypass the keymap step in
bsdinstall needs to be added or an dialog informing the user that selecting
the cancel button in kbdmap will result in the default map used in previous
releases to be used.


That sounds sensible. It's all just bourne shell script, right? Would
you mind doing up a patch to do that?



Adrian



http://www.freebsd.org/cgi/query-pr.cgi?pr=160913

Heres the pr.


___
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


Progress of Intel GEM/KMS/DRI laptop video driver?

2011-09-24 Thread Xn Nooby
I have read about a patch for Intel video that might make it into
Release 9.0, is there any way to know if it is in 9.0-current?  I
installed the 9 beta 2 snapshot, but I don't think the video support
was there. (Next time I will check the compatibility list!)

The patch is for Intel laptop video support, and is mentioned here:

http://freebsdfoundation.blogspot.com/2011/02/freebsd-foundation-announces-new.html

The FreeBSD Foundation is pleased to announce that Konstantin
Belousov has been awarded a grant to implement support of GEM, KMS,
and DRI for Intel Drivers. This project is being co-sponsored by
iXsystems.

The project is to implement GEM, port KMS, and write new DRI drivers
for Intel Graphics, including the latest Sandy Bridge generation of
integrated graphic units. The work should allow the latest Intel
open-source driver to run on FreeBSD, expanding the range of hardware
where FreeBSD is suitable for the desktop.
___
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


Looking for SEO/ Web Design Work

2011-09-24 Thread Nive
Hi,


I am an Organic SEO cum Website Design specialist. Currently looking for a job 
in the field of Web design / Development or Internet marketing.

I have 5 years experience with SEO and Website Design .I would like to work 
remotely from my present location in India and help your organization with 
Website design and Development work .
My other Skills include HTML, CSS, Photoshop, Dream weaver and Flash.
I am able to work  on Joomla / Word Press Website customization and PPC also .

Onsite Optimization I Can help you with are

Keyword Research (primary  secondary)
Top Competitors Analysis
Keyword Competition Analysis
Keyword seeding within Content
Keyword Density check
Meta Data Optimization
Outbound Links Analysis
Code Validation Check (W3C standards)
Browser Compatibility Check
Clean Code Check
Duplicate Content Filter Check
Robot text Optimization
Analytic Code insertion
Webmaster tools
URL Parameter Checks
Server Speed Check
Load Time Speed Check
IMG ALT Tag Optimization
Site map Install (XML  HTML)
After Google Panda Update
Adding relevant Videos
Adding Relevant Optimized Images
Adding social media Icons like Face book like icon Google plus 1 , Twitter icon
Adding relevant articles
Putting up a blog and maintaining it regularly
Adding Mobile website
Adding relevant gadgets or widgets
Adding Maps.

Link Building Methods After Panda Update
Submission of videos to video uploading sites
Creating videos with articles .
Submitting articles only to highly relevant sites
Maintaining social media accounts like facebook , twitter accounts

Other Link building methods
Directory submission
Targeted Keywords Blogs writing and creating new blogs or lens .
Article publishing
Blog commenting on relevant topics
Deep linking
Classifieds posting
Press Release publishing
Forums participation
Social Bookmarking
Social media optimization
Regional directories submissions
Niche directory submission
Local Listing on Search engines


My Monthly wage expectation is as low as 700USD For full time work, where in I 
can handle SEO for all your clients and also help in Designing and development 
of new websites .
Looking forward to discussing this job opportunity further and explore the 
methods by which I can contribute to the success of your esteemed organization.

Thank you for your time and consideration.


Sincerely,
Nive
e-mail - - reachfor...@gmail.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