Re: restore /usr dump on two hard disk parallel y

2013-04-30 Thread s m
thanks Lowell for your reply,

i want to restore my /usr dump on both of my disks (each one has /usr
partition separately).

i try to use TMPDIR in order to prevent this conflict, but restore does not
identify it and use my /tmp dir yet. this is what i do:
first, i create a tmp1 directory in /tmp directory and set its permission
to 777
second, i mount tmp1 into my hard disk number 1

i do these two steps for my hard disk number 2 (create tmp2 in tmp and
mount it to hard disk number 2)

moreover, this is my restore command:

TMPDIR=/tmp/tmp2
restore rf /mnt/dumps/zrdump_usr.dump  TMPDIR

man page for restore command said: if you use -r option, it uses tmp files
with unique name in /tmp directory. as you see, i am using -r in my restore
command but conflict happens yet.
please let me know how to use TMPDIR or any other solution to avoid
conflict in /tmp directory.
thanks in advance
sam



On Wed, Apr 24, 2013 at 4:46 PM, Lowell Gilbert 
freebsd-questions-lo...@be-well.ilk.org wrote:

 s m sam.gh1...@gmail.com writes:

  i'm trying to restore DUMP file for partition /usr on tow hard disk
  parallel y. these two hard are connected to my system (i have
 freebsd8.2).
  i use  restore command and it uses /tmp directory to restore dump. in
  restoring dump process, two hard disks try to use /tmp directory of my
  system. therefore conflict happened and restore command return error.
  i try to use TMPDIR and define another tmp directory for one of my hard
  disk but it does not identify it and use my system tmp directory yet.
  please let me know if using TMPDIR is a good idea and how i can use it.
 if
  not, how i can restore /usr dump file on two hard disk parallel y?

 What do you want to do exactly?

 Do you want both disks together to be your new /usr/partition? In that
 case, you want to set up some kind of RAID system with the two
 disks. Start with the GEOM section in the handbook.

 Do you want to end up with two partitions, each holding part of what the
 /usr backup contains?  If that's what you're after, then the best
 approach is probably to pick one subdirectory of /usr (/usr/local would
 be an obvious choice) and restore everything *but* that to one of your
 disks, then mount the other disk on the subdirectory and restore the
 rest onto there.

 If your problem is just that the two restore operations are stepping on
 each other's temporary files, then TMPDIR *should* take care of
 that. You could show us more detail of how you run the restore
 operations, or just run them one at a time instead of in parallel.

 I hope that helps.

___
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


Gain Organic Traffic: Freebsd.Org :PS

2013-04-30 Thread Jorge Conner
Hi  Freebsd Team,

Hope you are doing fine.

I thought you might like to know some of the reasons why you are not
getting enough organic traffic  most often you stick to Ad words to get
more traffic which is quite expensive and the chances is high of getting a
spam traffic as well.

Let me tell you that your website still does not organically rank on major
search engine’s first page for most of the popular keywords, which means
people searching for your products are not able to find your website and
you are losing traffic.

Some of the major factors which can be overcome for your website to rank
well in SERP organically and increase your social media presence are:

1.   Seems like your website carries a lot of technical errors which
prevents search engine to crawl and index your website properly.

2.   Your website needs a proper keyword selection and optimization.

3.   Your website is not well furnished with enough quality and theme
based back links.

4.   Your website should be more inclined towards Social media
promotion and a regular updates in major social networks.

5.   Missing quality web and promotion contents (Article, Blogs etc.)
which is preventing your website to gain more authority and ranking in Web
Market.

In the present day scenario it’s very essential to take a proper care of
your website and keep it updated with fresh and original contents. There
are many additional improvements which can help your website to gain more
traffic and visibility. If you are interested to learn more and curious to
know how we can help you to improve your website to get a higher traffic,
then I would be glad to provide you a detailed proposal for your website.

Our services include SEO, Reputation management, SMO for websites to make
them popular in the web market. We have a dedicated Google Analytics
certified team (220+ SEO professionals) who takes care of our campaign
process.

Our clients' consistently tell us that their customers find them because
they are on the top of Google. Being on the top of Google is the best thing
you can do for your sales and online reputation. This email just tells you
the fraction of things we do, our optimization process involves many other
technical factors which can be sent to you on your request. If you would
like to know more about our services then please write us back else you can
give us a call us in our number mentioned below.

*P.S: -* This is our marketing strategy to use a Gmail account. Once you
reply us back, we will communicate with you through our corporate Email ID.

Let me know your thoughts and looking forward to work together.

Best Regards,
Jorge Conner |Senior SEO Advisor
PH. No: 815-255-0855
Skype: seo.service322
--

*Note: *
1: This is a onetime email and you may ask us to “REMOVE”.
2:  If you are interested I will send more details on our “corporate
identity”, “company profile”, “why you should choose us?”, “Price list”,
“money back” etc. in my next mail.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Kernel Modules Documentation?

2013-04-30 Thread Walter Hurry
FreeBSD 9.1 on amd64.

I have a list of about 220 kernel modules and would like to find out what 
they do, or are for (none has a man page). I suspect that many of them 
are drivers for particular devices.

Is there any resource or documentation available?

Thanks.

P.S. Here are the first few:
ahc_eisa
ahc_isa
ahc_pci
alias_cuseeme



___
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: Kernel Modules Documentation?

2013-04-30 Thread ill...@gmail.com
On 30 April 2013 09:39, Walter Hurry walterhu...@gmail.com wrote:

 FreeBSD 9.1 on amd64.

 I have a list of about 220 kernel modules and would like to find out what
 they do, or are for (none has a man page). I suspect that many of them
 are drivers for particular devices.

 Is there any resource or documentation available?

 Thanks.

 P.S. Here are the first few:
 ahc_eisa
 ahc_isa
 ahc_pci
 alias_cuseeme


Yes, the modules names aren't always exactly
the man page name.  Stubborn  inventive
use of apropos  locate ( reading through
stuff in /usr/src/sys/modules/ ) can help, but
not everything is obvious.

ahc(4) covers the first few.

libalias(3) appears to be the only thing to even
parenthetically mentions cuseeme (NB I didn't
run grep over the whole dang filesystem, though).

Most of the if_something are under something(4).

For the geom_blahblah, see if it's covered by something
mentioned in the SEE ALSO sexion of geom(8) or geom(4).

Good luck.

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


Re: Kernel Modules Documentation?

2013-04-30 Thread Anton Shterenlikht

I have a list of about 220 kernel modules and would like to find out 
what 
they do, or are for (none has a man page). I suspect that many of them 
are drivers for particular devices.

Is there any resource or documentation available?

Thanks.

P.S. Here are the first few:
ahc_eisa
ahc_isa
ahc_pci
alias_cuseeme

See e.g. ahc(4).
However, what I do is:

makeoptions MODULES_OVERRIDE=geom/geom_part acl_nfs4

in the kernel config file, or include whichever
modules you use. This way you only build/install
what you actually need. On some boxes I don't
build any modules at all:

makeoptions MODULES_OVERRIDE=

Also, many drivers I build into the kernel,
because I use them all the time, so the extra
flexibility of modules is not required there.

Anton


___
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


Kernel Modules Documentation?

2013-04-30 Thread Robert Huff

Walter Hurry writes:

  I have a list of about 220 kernel modules and would like to find out what 
  they do, or are for (none has a man page). I suspect that many of them 
  are drivers for particular devices.

deleted

  ahc_eisa
  ahc_isa
  ahc_pci

Try man 4 ahc.


Robert Huff

___
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: Kernel Modules Documentation?

2013-04-30 Thread Robert Huff

kpn...@pobox.com writes:
   alias_cuseeme
  
  I don't know this one. Google?

CU-SeeMe is a video conferencing product; I have no idea what
this module does.


Robert Huff





___
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: Witness on FreeBSD 10.*

2013-04-30 Thread Al Plant

Erich Dollansky wrote:

Hi,

On Mon, 29 Apr 2013 15:43:51 -1000
Al Plant n...@hdk5.net wrote:


Aloha,

Is there a way of turning off the witness feature on the FreeBSD
Current 10.*

I want to use a stripped down version as a test firewall with pf.


you must take this out of your kernel configuration:

options
WITNESS
# Enable checks to detect deadlocks and cycles options
WITNESS_SKIPSPIN# Don't run
witness on spinlocks for speed

Ok, the formatting is different in the configuration file.

Erich

Thanks for any help.


~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






Erich,

Thanks for the information.

~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: Firefox is so slow

2013-04-30 Thread Edwin L. Culp W.
Thanks for your comment.  I agree that firefox is intermittently slow or
stop.  Which do you use?  I tend to use chromium although I still will
probably go back to firefox unless chrome becomes a bit more firefox like.

thanks
ed


On Mon, Apr 29, 2013 at 4:09 PM, Mikhail Krutov n...@takino.org wrote:

 On Mon, Apr 29, 2013 at 04:01:00PM -0500, Joshua Isom wrote:
  What if you make it a gmirror with a ramdisk, with the mirror syncing on
  boot and preferring the ramdisk?  It's still a hack, but is it more
  manageable?
 The problem is, automatic hack is still a kludgy hack.
 Actualy cause of which I use Firefox only when I'm forced to do so (on
 win32),
 and on sanier platforms I have better choices.
 ___
 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




-- 
Bienes Raíces in Coatepec, Veracruz, Mexico

http://www.facebook.com/pages/Inmobiliaria-Bienes-Raices-httpEcoManiainfo/102249989850215?sk=photos_albums
___
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


freesbd-update Continuously Wants to Update linker.hints

2013-04-30 Thread Ryan Frederick
I have a number of boxes running 9.1-RELEASE (amd64) that I updated to 
p3 yesterday via freebsd-update. However freebsd-update still indicates 
that linker.hints needs to be updated. Running `freebsd-update install` 
appears to install a new linker.hints file but still doesn't appear to 
satisfy freebsd-update. Incidentally I have another amd64 system that I 
did a clean install on last week, and it isn't exhibiting the same 
issue. Has/is anyone run(ning) into this issue?


Ryan
___
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: Firefox is so slow

2013-04-30 Thread Mario Lobo
On Tue, 30 Apr 2013 14:08:55 -0500
Edwin L. Culp W. edwinlc...@gmail.com wrote:

 Thanks for your comment.  I agree that firefox is intermittently slow
 or stop.  Which do you use?  I tend to use chromium although I still
 will probably go back to firefox unless chrome becomes a bit more
 firefox like.
 
 thanks
 ed

Just barging in the thread to post my numbers.

FBSD 8.3 AMD64 - 16G RAM - Phenom II 975 quad - SATA II disks

NVIDA 9800 GT

KDE 4.8.4 / Qt 4.8.2

Firefox ESR 17.0.2 with:

Addons: 

BYTubeD
DoNotTrackMe
DownloadHelper
FlashBlock
HTTPSEverywhere
NoScript
Noia4 Theme

Plugins:

Default Pligin
Helix RealPlayer
IcedTea-Web
Flash 11.2 r202

Time to load: 4 seconds

-- 
Mario Lobo
http://www.mallavoodoo.com.br
FreeBSD since 2.2.8 [not Pro-Audio YET!!] (99% winblows FREE)
 
___
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: Firefox is so slow

2013-04-30 Thread Mario Lobo
On Tue, 30 Apr 2013 21:01:39 -0300
Mario Lobo l...@bsd.com.br wrote:

 On Tue, 30 Apr 2013 14:08:55 -0500
 Edwin L. Culp W. edwinlc...@gmail.com wrote:
 
  Thanks for your comment.  I agree that firefox is intermittently
  slow or stop.  Which do you use?  I tend to use chromium although I
  still will probably go back to firefox unless chrome becomes a bit
  more firefox like.
  
  thanks
  ed
 
 Just barging in the thread to post my numbers.
 
 FBSD 8.3 AMD64 - 16G RAM - Phenom II 975 quad - SATA II disks
 
 NVIDA 9800 GT
 
 KDE 4.8.4 / Qt 4.8.2
 
 Firefox ESR 17.0.2 with:
 
 Addons: 
 
 BYTubeD
 DoNotTrackMe
 DownloadHelper
 FlashBlock
 HTTPSEverywhere
 NoScript
 Noia4 Theme
 
 Plugins:
 
 Default Pligin
 Helix RealPlayer
 IcedTea-Web
 Flash 11.2 r202
 
 Time to load: 4 seconds
 

2 things I forgot to mention

- I have 47 TABs opened 
- If I close it and open it again, it only takes 2 seconds to load.

-- 
Mario Lobo
http://www.mallavoodoo.com.br
FreeBSD since 2.2.8 [not Pro-Audio YET!!] (99% winblows FREE)
 
___
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: Firefox is so slow

2013-04-30 Thread Polytropon
On Tue, 30 Apr 2013 14:08:55 -0500, Edwin L. Culp W. wrote:
 Thanks for your comment.  I agree that firefox is intermittently slow or
 stop.  Which do you use? 

Opera. No, really. :-)



 I tend to use chromium although I still will
 probably go back to firefox unless chrome becomes a bit more firefox like.

Hopefully not speed-wise! :-)



-- 
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