Re: How to prevent gam_server from running?

2012-02-16 Thread Matthew Seaman
On 16/02/2012 02:44, Nikola Pavlović wrote:
 (Yes some of the stuff in that list can be
 weeded out with pkg_cutleaves but they end coming back as build
 dependencies of other stuff that I do need).

You know that portmaster(8) has the capability to delete build-only
dependencies?  If you create packages of everything you build, the
effect can be that portmaster will just install the build dependency as
required for updates.

Add this in portmaster.rc to do the deletion of build-only dependencies:

PM_DEL_BUILD_ONLY=pw_dbo

These will keep a cache of any packages you build, and use that cache
preferentially to reinstall anything (which is also really handy if
you've got a bunch of machines that can all share the same cache):

MAKE_PACKAGE=gopt
PM_PACKAGES=first
LOCAL_PACKAGEDIR=/usr/ports/packages
PM_PACKAGES_LOCAL=pmp_local

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
JID: matt...@infracaninophile.co.uk   Kent, CT11 9PW



signature.asc
Description: OpenPGP digital signature


Re: From analysis of a simple ifstated.conf to more compex example

2012-02-16 Thread Damien Fleuriot
Preemption is used to ensure that, if a CARP interface goes down on host
A, host B will then assume mastership for all interfaces.

It prevents the nasty situation where you'd have, for example:

Public IP: master on host A
Private IP: master on host B

servers behind firewalls hosts A and B:
- traffic arrives on host A which creates a PF state
- servers reply via their default gateway, the CARP IP now master on host B

Host B doesn't have a state for the traffic, drops it.


To enable preemption you need to run sysctl net.inet.carp.preempt=1 and
add the corresponding line to your sysctls file in etc.


On 2/15/12 7:04 PM, peter knezel wrote:
 Well,
 
 I am not fully familiar with CARP, but if the different carp interfaces
 are used for different purpose (ftp, tftp, scp), is it a good idea to
 put down all of them, if they are able to serve their purpose?
 
 BTW, what is  CARP preemption and how is it possible to enable it?
 
 Kind regards,
 
 Peter
 
 On 15 February 2012 18:25, Damien Fleuriot m...@my.gd mailto:m...@my.gd
 wrote:
 
 Sorry about the late reply, didn't see yours.
 
 What about enabling CARP preemption to ensure that when a carp interface
 goes down, the whole set does ?
 
 
 On 2/7/12 9:13 PM, peter knezel wrote:
  Hello Damien,
 
  I did read your example but cannot get idea from it.
  For three interfaces you have much more possibilities.
 
  Imagine you start the server from uuu state which is equal to
  net = '( ifconfig -a -u |grep carp0  /dev/null every 3 
 ifconfig -a -u
  |grep carp1  /dev/null every 3  ifconfig -a -u |grep carp2 
 /dev/null
  every 3)'
 
  Now you put down one carp interface - so system is in state :
  *state one:*
  (duu) || (udu) || (uud) which is same as !$net
  run script1.sh
  go to twoff
 
  now imagine, you put down any other carp interface:
  *state twoff: *
  (dud) || (ddu) || (udd)
  run script2.sh
  go to two
 
  *state two: *
  put all interfaces up
  run script3.sh
  go to state one
 
  it means, this is one of the possibilities system can behave (this
  situation does not describe all possible states - I have taken this
  special example.)
 
  Now if you want to put up after putting down one carp interface, you
  fail since it is in state twoff.
  Only of you put down second carp interface it goes to state two and if
  you put both up, it will go to state one.
 
  This is where my ifstated.conf fails to work.
 
  Kind regards,
 
  Peter Knezel
 
 
  On 7 February 2012 17:02, Damien Fleuriot m...@my.gd
 mailto:m...@my.gd mailto:m...@my.gd mailto:m...@my.gd
  wrote:
 
  On 2/7/12 3:36 PM, peter knezel wrote:
   Hello all,
  
   I would like to ask somebody to explain me how the ifstated
 works
  according to
   the following configuration file.
   I have three virtual carp interfaces carp0,carp1 and carp2.
  
   I try to understand the following setting:
   The server is in state one (all carp interfaces are up) and
 if there
   is carp down of any:
   one (carp0 or carp1 or carp2),
   two ([carp0 and carp1] or [carp0 and carp2] or [carp1 and
 carp2]),
   three interfaces (carp 0 and carp1 and carp2), server
   runs the script testdown.sh and put the server into state two.
   If all carp interfaces are up, the server runs the testup.sh
 and set
   the state to one.
  
 
  That is my understanding.
 
 
   Is it the way the system works?
   Or am I wrong?
  
   ===
   init-state one
  
   net = '( ifconfig -a -u |grep carp0  /dev/null every 3 
  ifconfig -a -u
   |grep carp1  /dev/null every 3  ifconfig -a -u |grep
 carp2 
  /dev/null
   every 3)'
  
   state one {
  if ( ! $net ) {
  run /usr/local/testdown.sh
  set-state two
  }
   }
  
   state two {
  if ( $net ) {
  run /usr/local/testup.sh
  set-state one
  }
   }
   ===
  
   Is there any possibility to define and set ifstated.conf that
  reacts when:
  
any one of the carp interfaces is down - followed by
 another any
   other carp interface down
  
  
   I tried to define states:
  
   duu =!carp0.link.up  carp1.link.up  carp2.link.up
   udu =carp0.link.up  !carp1.link.up  carp2.link.up
   uud =carp0.link.up  carp1.link.up  !carp2.link.up
   ddu =!carp0.link.up  !carp1.link.up
   

mlock(2) results in Resource temporarily unavailable on FreeBSD/amd64 9.0-STABLE

2012-02-16 Thread Trond Endrestøl
I have a system running FreeBSD/amd64 9.0-STABLE as of 
Tue Jan 10 16:22:34 CET 2012.

Every attempt by the root user to use the mlock(2) system call results 
in Resource temporarily unavailable (EAGAIN, 35).

I'm using bash and ulimit -l says there's no restriction on the amount 
of locked memory:

root@hostname:~ulimit -l
unlimited

Is this typical for the amd64 arch? Is this documented somewhere?
The mlock(2) system call works as expected on the i386 arch.

GnuPG and other software would benefit from a useable mlock(2) on 
the amd64 arch.

-- 
+---++
| Vennlig hilsen,   | Best regards,  |
| Trond Endrestøl,  | Trond Endrestøl,   |
| IT-ansvarlig, | System administrator,  |
| Fagskolen Innlandet,  | Gjøvik Technical College, Norway,  |
| tlf. dir.   61 14 54 39,  | Office.: +47 61 14 54 39,  |
| tlf. mob.   952 62 567,   | Cellular...: +47 952 62 567,   |
| sentralbord 61 14 54 00.  | Switchboard: +47 61 14 54 00.  |
+---++___
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: mlock(2) results in Resource temporarily unavailable on FreeBSD/amd64 9.0-STABLE

2012-02-16 Thread Trond Endrestøl
On Thu, 16 Feb 2012 09:47+0100, Trond Endrestøl wrote:

 I have a system running FreeBSD/amd64 9.0-STABLE as of 
 Tue Jan 10 16:22:34 CET 2012.
 
 Every attempt by the root user to use the mlock(2) system call results 
 in Resource temporarily unavailable (EAGAIN, 35).
 
 I'm using bash and ulimit -l says there's no restriction on the amount 
 of locked memory:
 
 root@hostname:~ulimit -l
 unlimited
 
 Is this typical for the amd64 arch? Is this documented somewhere?
 The mlock(2) system call works as expected on the i386 arch.

The system is question is running ZFS at full steam, and the ARC might 
be to blame as nearly all physical memory is placed in the Wired 
category:

Mem: 97M Active, 188M Inact, 7175M Wired, 193M Cache, 400K Buf, 249M Free

This system has:

real memory  = 8589934592 (8192 MB)
avail memory = 8234950656 (7853 MB)

The solution might be to decrease vfs.zfs.arc_max from 7216345088 to a 
more sane number like 4096M.

 GnuPG and other software would benefit from a useable mlock(2) on 
 the amd64 arch.


-- 
+---++
| Vennlig hilsen,   | Best regards,  |
| Trond Endrestøl,  | Trond Endrestøl,   |
| IT-ansvarlig, | System administrator,  |
| Fagskolen Innlandet,  | Gjøvik Technical College, Norway,  |
| tlf. dir.   61 14 54 39,  | Office.: +47 61 14 54 39,  |
| tlf. mob.   952 62 567,   | Cellular...: +47 952 62 567,   |
| sentralbord 61 14 54 00.  | Switchboard: +47 61 14 54 00.  |
+---++___
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: Technical Support Question

2012-02-16 Thread Julian H. Stacey
Chip Oakley wrote:
 Hello,
 
 I am upgrading to BSD from windows.
 
 I am having complications with an old password from Windows that I cannot
 remember.
 
 I created an ISO Boot CD on another computer and installed it and made sure
 to set the BIOS to boot from CD, to no avail.

There's 2 types of PC boot CDs I believe, FreeBSD changed to the
newer method in last year or so I think (maybe just for 8.* ?), so
if yours is an older PC it might be looking for the other sort. You
could try a few years old (eg 6.* or probably 7.*) FreeBSD CDROM
for interest to see if that boots.


 Is there a way to access the executable files from the CD

Question not clear.
You can access to read  execute all files from CDROM, by using the LIVEFS
(live file system) option.

To access files on the MS partition[s],
If fdisk shows the MS still present you can also mount the MS file systems from 
BSD (regardless whether BSD is booted  running from CD or hard disk)

For that you would need either
mount -t msdosfs .  if its an older FS  or
mount -t ntfs -r .  if its a newer NTFS
it only support read only mode,
That mount command calls eg 
/sbin/mount_msdosfs
/sbin/mount_ntfs
Thats where they are on a hard disc.
If FreeBSD hasnt installed yet, you'll find them I recall under 
something like /mnt2/sbin/mount_msdosfs
(I think the cd is already mounted)
If you want to write individual files on an MS NTFS you need ntfs-3g
which is partly broken (one error noted in my
 http://berklix.com/~jhs/hardware/laptops/shrink/
 a lot easier to run from a hard disk working system.

 and overwrite
 windows for my BSD installation?

Well if you just wanted to trash the MS  not recover data ?
that's easy, the fdisk within BSD install should do it,
but you could always try something like 
dd if=/dev/zero of=/dev/ad0 count=1000
DO NOT TRY THAT ON ANY SYSTEM WITH ANY DATA YOU VALUE

Cheers,
Julian
-- 
Julian Stacey, BSD Unix Linux C Sys Eng Consultants Munich http://berklix.com
 Reply below not above, cumulative like a play script,  indent with  .
 Format: Plain text. Not HTML, multipart/alternative, base64, quoted-printable.
Mail from @yahoo dumped @berklix.  http://berklix.org/yahoo/
___
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 prevent gam_server from running?

2012-02-16 Thread Julian H. Stacey
Conrad J. Sabatier conr...@cox.net wrote

 Any clues, anyone?  I'm really worn out from trying to solve this one.

I've not heard of gam_server but try
cd /var/db/pkg/gam_server* ; more ./+REQUIRED_BY
same result with
pkg_info -R gam_server*

BTW for window manager I have been using /usr/ports/x11-wm/fvwm
on all machines for a decade or more, runs fine on 32 Meg 4.11-RELEASE
 amd64 8.2 etc. Plain ascii config easily extendable.

Cheers,
Julian
-- 
Julian Stacey, BSD Unix Linux C Sys Eng Consultants Munich http://berklix.com
 Reply below not above, cumulative like a play script,  indent with  .
 Format: Plain text. Not HTML, multipart/alternative, base64, quoted-printable.
Mail from @yahoo dumped @berklix.  http://berklix.org/yahoo/
___
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: Processor question

2012-02-16 Thread krad
On 14 February 2012 20:28, Frank Shute fr...@shute.org.uk wrote:

 On Tue, Feb 14, 2012 at 02:47:08PM -0500, Mike Dockery wrote:
 
  Greetings,

 Aloha,

 
  I have been a user of Linux since 1994, but most of the linux distros
  seem to be getting away from freedom... which is why I chose it in the
  first place.  They seem intent on forcing things that do not work well
  (like pulseaudio and nouveau) on everyone.  Freedom of choice is always
  best.

 Yeah, I used to use Linux but they became a bunch of Freedom Nazis
 controlled by big companies.

 Happily using FreeBSD for 10 years.

 
  My question is:  Should I try the amd64 version of FreeBSD with my Intel
  Core i7-2600 processor or should I use the i386?

 Generally, for an x86 machine with 4GB or greater memory use amd64.
 Memory less than that use i386.


I would actually say 3GB or more, as if you have a machine at 4gb and run a
32bit os you waste the best part of a gig or more due to pci addressing etc



 ie. you almost certainly want to use amd64, I should think.

 
  I hope to give FreeBSD a try later this month.

 Excellent. Best of luck and any problems not covered in the handbook
 or google, post here. Welcome to FreeBSD!

 
  Thanks,
 
  Mike Dockery

 Regards,

 --

  Frank

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



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


USA Bulk Email Marketing Company's E-mail Service provides a quick simple way for you to send bulk e-mail.

2012-02-16 Thread massmail servers
*Click Here* http://www.massmailservers.com/ to visit our main website

[image: Help using Google Talk] gtalk:chat?jid=mmshelpl...@gmail.com[image:
Help using Yahoo] ymsgr:sendIM?massmailserv...@yahoo.com[image: Help
using Skype] skype:massmailservers?chat

*Bulk Email SMTP SERVERS*

Thinking about using email to market to new customer? There is no doubt
that email marketing/bulk email is a reliable cost effective way to bring
increased business to your company. Finding new customers and keep in
contact with existing customers, email marketing is the only affordable
solution.

When other email marketing providers say “no” we say “yes!” When other say
“call for a quote” we say look at our affordable plans.
MMS email servers have quickly become the number 1 choice for all your
email marketing needs. After years of Email Marketing experience there is
only a handful of people that know how to setup and prepare a server to
meet the requirements of most major ISPs email providers.

*Are Having trouble getting your emails delivered?*

We understand and know what requirements are needed. From *SPF records*,
installing *Domain Keys*, *IP rDNS* and registering feed back loops.

Do you know how to register your domain with Gmail? Do you know how to
register your IP with MSN. No Doubt, MMS Servers are your best choice!

Only MMS email hosting servers provide a complete solution. From Month to
Month email server access, Affordable Yearly plans, Dedicated IP email
servers and Whitelisted email server, Shared SMTP servers, Dedicated SMTP
Bulk servers. Plans including our award winning software Mass Mailer,
opt-out page, newsletter templates and state-of-art email cleaners. MMS
email servers include guaranteed clean IPs with high IP reputation from our
US and UK based data centers.

Pricing



Emails Per Month

Price

Place Order

*Plan 1*

*100,000*-*400,000*

*$100*

Order Now http://clients.massmailservers.net/cart.php?a=addpid=9

*Plan 2*

*400,000-100,*

*$150*

Order Now http://clients.massmailservers.net/cart.php?a=addpid=10

*Plan 3*

*100,-200,*

*$200*

Order Now http://clients.massmailservers.net/cart.php?a=addpid=11

*Plan 4*

*200,-300,*

*$250*

Order Now http://clients.massmailservers.net/cart.php?a=addpid=12

*Unlimited*

*Send Unlimited number of emails*

Click Here Dedicated Email
Serverhttp://www.massmailservers.net/services/dedicated-bulk-email-servers-2/


*Discount Coupon: *2011 (apply this coupon and get 25% discount on all
packages).



   - Key Features
   - 1. One Dedicated IP *(free ip replacement if become blacklist).*
   - 2. One SMTP/POP account.
   - 3. RDNS.
   - 4. Domain Keys.
   - 5. SPF Records.
   - 6. Send your messages in both Text and HTML format.
   - 7. Your ISP won’t see that you are sending out bulk email!
   - 8. All email broadcasting is routed through our bulk email servers and
   bandwidth – not yours.
   - 9. Gets email delivered directly from your PC into your recipient’s
   mailbox without using your ISP’s e-mail server resources!
   - 10. Broadcast your bulk email marketing campaigns anytime from any
   location in the world.
   - 11. Port 25 ISP not required (not affected by port 25 blocking issues).
   - 12. No long term contracts.
   - 13.* Reliability and 100% Bulk Friendly Guaranteed!*
   - 14. Includes all phone, email, and chat technical support 24/7.
   - 15.* No hourly or daily limit!!*
___
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: laptop freebsd display not filling whole screen

2012-02-16 Thread Dave
On 15 Feb 2012 at 17:25, Fbsd8 wrote:

 I installed 9.0 on a Toshiba laptop. The Freebsd console only fills a
 small box in the center of the screen. I found nothing in the handbook
 about this so I am asking here.
 
 How do I get the console to fill to whole laptop screen?
 
 

Many Toshiba laptops have a feature in the BIOS (Stretch or Expand) so 
that a 640x480 text screen (for example) will fill the full disaply, 
whatever the physical pixel resolution is.   Looks weird, but it does 
what it says.

Regards.

Dave B.

___
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! Drive failing in zpool

2012-02-16 Thread Andy Wodfer
I have a drive failing and it's a member of a zpool. Since I don't deal
with these things every day I thought I ask for some help... :-)

I've already ordered a new drive which will arrive shortly, but I was
wondering if someone could guide me through the process of taking out a
drive of the pool and replacing it with a new one and keep all the data
intact?

Ie.

- put drive in offline mode
- remove drive
- insert new drive
- whatever needs to set it up
- add it to the zpool
run

Btw, rebooting this server is not a problem if needed.

Here are some system details btw:

FreeBSD 8.2-STABLE #2: Fri Jun 17 21:00:35 CEST 2011
root@server:/usr/obj/usr/src/sys/SERVER
amd64

ad1: FAILURE - READ_DMA48 status=51READY,DSC,ERROR
error=40UNCORRECTABLE LBA=281451125
ad1: FAILURE - READ_DMA48 status=51READY,DSC,ERROR
error=40UNCORRECTABLE LBA=281453348
ad1: FAILURE - READ_DMA48 status=51READY,DSC,ERROR
error=40UNCORRECTABLE LBA=288837128

# zpool status -v
  pool: files
 state: ONLINE
 scan: scrub repaired 33.8M in 3h24m with 0 errors on Wed Feb 15 12:30:27
2012
config:

NAMESTATE READ WRITE CKSUM
files   ONLINE   0 0 0
  raidz1-0  ONLINE   0 0 0
ad0 ONLINE   0 0 0
ad1 ONLINE   0 0 0
ad2 ONLINE   0 0 0
ad3 ONLINE   0 0 0

errors: No known data errors

Thanks for any help!!!

Best regards,
Andy
___
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] Build deps caching (was: How to prevent gam_server from running?)

2012-02-16 Thread Nikola Pavlović
On Thu, Feb 16, 2012 at 08:00:28AM +, Matthew Seaman wrote:
 On 16/02/2012 02:44, Nikola Pavlović wrote:
  (Yes some of the stuff in that list can be
  weeded out with pkg_cutleaves but they end coming back as build
  dependencies of other stuff that I do need).
 
 You know that portmaster(8) has the capability to delete build-only
 dependencies?  If you create packages of everything you build, the
 effect can be that portmaster will just install the build dependency as
 required for updates.
 

I now realize my algorithm for reading man portmaster was all wrong. :)
When I started using FreeBSD I decided to not use packages, so I always
disregarded all options dealing with them, and never made the connection
between delete-build-only and local package caching.

 Add this in portmaster.rc to do the deletion of build-only dependencies:
 
 PM_DEL_BUILD_ONLY=pw_dbo
 

I assume this is a typo, it should be 'pm_dbo'?

 These will keep a cache of any packages you build, and use that cache
 preferentially to reinstall anything (which is also really handy if
 you've got a bunch of machines that can all share the same cache):
 
 MAKE_PACKAGE=gopt
 PM_PACKAGES=first
 LOCAL_PACKAGEDIR=/usr/ports/packages
 PM_PACKAGES_LOCAL=pmp_local
 

Skimming through the man page and getopts part of portmaster I don't see
a way to exclude some build-deps from being uninstalled.  Am I missing
something?  I'm not sure ATM, but there could be some of them that are
only ever build dependencies but which I want to keep installed for whatever
reason.

Anyway, thanks a lot for pointing this out, it's a really handy feature!


-- 
There is a 20% chance of tomorrow.

___
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! Drive failing in zpool

2012-02-16 Thread Matthew Seaman
On 16/02/2012 11:23, Andy Wodfer wrote:
 I have a drive failing and it's a member of a zpool. Since I don't deal
 with these things every day I thought I ask for some help... :-)

Well, the nice thing about ZFS is that it makes dealing with this sort
of failure relatively painless.

 I've already ordered a new drive which will arrive shortly, but I was
 wondering if someone could guide me through the process of taking out a
 drive of the pool and replacing it with a new one and keep all the data
 intact?
 
 Ie.
 
 - put drive in offline mode
 - remove drive
 - insert new drive
 - whatever needs to set it up
 - add it to the zpool
 run

OK.  First you need to identify the failing drive physically.  Do you
know which of the drives on your machine is ad1?  Kind of important to
get this right.  Many servers will give you helpful hints by displaying
error lights on broken drives, or you may be able to use something like
iLO or iDRAC to turn on an indicator LED.  Or you may be able to tell by
other means.  However you do it, be sure about this, as taking out one
of the good drives by accident will probably crash your system.  Nb.
pro-tip: take some small sticky labels to the datacenter with you (the
sort you get for those year-planner wall calendars are ideal, but
anything will do) and mark the duff drive with them, on the drive caddy
before you pull the drive and on the drive itself if you need to reuse
the caddy.

Now, I can see from your zpool status that you are just using raw disks,
so no worries about partitioning or marking anything bootable. If you'ld
built the system as described in eg.
http://wiki.freebsd.org/RootOnZFS/GPTZFSBoot/RAIDZ1 so you were booting
from this zpool, then there would be extra steps needed here, but you
haven't so there aren't.

So, first take the drive out of the zpool.  This will result in the
zpool state changing to DEGRADED:

   # zpool offline files ad1

Now physically extract the drive from the machine and replace it with
your brand new one.  If this is not a hot-swap system that will involve
powering down and application of screwdrivers.  If it is a hot-swap
system, then you need to ensure the OS recognized the new drive.

   # dmesg

Should show messages about 'ad1' near to the end.

   # atacontrol list

should mention the new drive.  To force the new drive to be registered,
you could use:

   # atacontrol reinit ata0

but that will also reset ad0, and runs the risk of disruption of
service.  It might be better to reboot if the system won't pick up the
new drive automatically.

Now you can rebuild your zpool:

   # zpool replace files ad1

You should see instant disk activity, and zpool status will show the
drive being resilvered.  Eventually status will change to ONLINE.

That's it.  All done.

 Btw, rebooting this server is not a problem if needed.

That shouldn't be necessary, assuming that you have hot-swap drives.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
JID: matt...@infracaninophile.co.uk   Kent, CT11 9PW



signature.asc
Description: OpenPGP digital signature


Re: [OT] Build deps caching

2012-02-16 Thread Matthew Seaman
On 16/02/2012 12:38, Nikola Pavlović wrote:
 Add this in portmaster.rc to do the deletion of build-only dependencies:
  
  PM_DEL_BUILD_ONLY=pw_dbo

 I assume this is a typo, it should be 'pm_dbo'?

Hmmm... maybe.  However, it doesn't matter what the variable is set to,
only that it's set to something.

 Skimming through the man page and getopts part of portmaster I don't see
 a way to exclude some build-deps from being uninstalled.  Am I missing
 something?  I'm not sure ATM, but there could be some of them that are
 only ever build dependencies but which I want to keep installed for whatever
 reason.

portmaster will only delete the build-only dependencies it installs in
the same session solely because they are required for building.  So
anything that was already installed, or anything you tell portmaster to
install explicitly will not be removed.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
JID: matt...@infracaninophile.co.uk   Kent, CT11 9PW



signature.asc
Description: OpenPGP digital signature


Re: /lib/exec/ld-elf.so.1: Shared object libpcre.so.0 not found, required by libxfsm-4.6.so.0 amd64 FreeBSD 8.2

2012-02-16 Thread Ryan Frederick

It looks like others have run into this problem with avahi-app as well:

http://lists.freebsd.org/pipermail/freebsd-ports/2011-July/068658.html

A cursory search shows that uninstalling avahi-app then reinstalling 
should take care of the compilation failure. Afterward you should be 
able to run portmaster as shown in the error message (minus 
'net/avahi-app') to finish recompiling the ports that depend on pcre.


Ryan

On 02/15/2012 10:55 PM, Antonio Olivares wrote:

On Wed, Feb 15, 2012 at 9:33 PM, Robert Bonomibon...@mail.r-bonomi.com  wrote:

Antonio Olivaresolivares14...@gmail.com  wrote;


  I am doing this and see how it goes.  I used ldd to check for
libprce.so and I got :

ldd /usr/local/lib/libprce.so:
 libc.so.7 =  /lib/libc.so.7 (0x800647000)
ldd /usr/local/lib/libprce.so.1:
 libc.so.7 =  /lib/libc.so.7 (0x800647000)

There are two of them :(  Should there be only one?


This is _normal_.  The .so (with no further sufix), is generally just a link
to the 'latest' .so *with* a numeric suffix.




I am in a not good state now.  I broke two machines by updating to
latest and get the same error on both machines.
I get the /libexec/ld-elf.so.1: Shared object libpcre.so.0 is needed
by * and nothing works, I run

# portmaster -r pcre-8.30

and it bombs out with the following:

signals-marshal.c:186: warning: ISO C forbids conversion of object
pointer to function pointer type
   CC libavahi_gobject_la-ga-client-enumtypes.lo
   CC libavahi_gobject_la-ga-entry-group-enumtypes.lo
   CC libavahi_gobject_la-ga-enums-enumtypes.lo
   CCLD   libavahi-gobject.la
   GISCAN Avahi-0.6.gir
g-ir-scanner: warning: Option --strip-prefix has been deprecated;
see --identifier-prefix and --symbol-prefix.
/usr/include/machine/endian.h:123: syntax error, unexpected '{' in '
return (__extension__ ({ register __uint64_t __X = (_x); __asm (bswap
%0 : +r (__X)); __X; }));' at '{'
/usr/include/machine/endian.h:123: syntax error, unexpected ';' in '
return (__extension__ ({ register __uint64_t __X = (_x); __asm (bswap
%0 : +r (__X)); __X; }));' at ';'
/usr/include/machine/endian.h:130: syntax error, unexpected '{' in '
return (__extension__ ({ register __uint32_t __X = (_x); __asm (bswap
%0 : +r (__X)); __X; }));' at '{'
/usr/include/machine/endian.h:130: syntax error, unexpected ';' in '
return (__extension__ ({ register __uint32_t __X = (_x); __asm (bswap
%0 : +r (__X)); __X; }));' at ';'
/libexec/ld-elf.so.1: Shared object libpcre.so.0 not found, required
by libavahi-glib.so.1
Command 
'['/usr/ports/net/avahi-app/work/avahi-0.6.29/avahi-gobject/tmp-introspectGYNEXM/Avahi-0.6',
'--introspect-dump=/usr/ports/net/avahi-app/work/avahi-0.6.29/avahi-gobject/tmp-introspectGYNEXM/types.txt,/usr/ports/net/avahi-app/work/avahi-0.6.29/avahi-gobject/tmp-introspectGYNEXM/dump.xml']'
returned non-zero exit status 1
gmake[3]: *** [Avahi-0.6.gir] Error 1
gmake[3]: Leaving directory
`/usr/ports/net/avahi-app/work/avahi-0.6.29/avahi-gobject'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory
`/usr/ports/net/avahi-app/work/avahi-0.6.29/avahi-gobject'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/net/avahi-app/work/avahi-0.6.29'
gmake: *** [all] Error 2
*** Error code 1

Stop in /usr/ports/net/avahi-app.

===  make failed for net/avahi-app
===  Aborting update

===  Update for avahi-app-0.6.29_1 failed
===  Aborting update

===  Update for gvfs-1.6.6_2 failed
===  Aborting update

===  Update for Thunar-1.3.0 failed
===  Aborting update

Terminated
===  There are messages from installed ports to display,
but first take a moment to review the error messages
above.  Then press Enter when ready to proceed.

===  pkg-message for gamin-0.1.10_4
===

Gamin will only provide realtime notification of changes for at most n files,
where n is the minimum value between (kern.maxfiles * 0.7) and
(kern.maxfilesperproc - 200). Beyond that limit, files will be polled.

If you often open several large folders with Nautilus, you might want to
increase the kern.maxfiles tunable (you do not need to set
kern.maxfilesperproc, since it is computed at boot time from kern.maxfiles).

For a typical desktop, add the following line to /boot/loader.conf, then
reboot the system:

 kern.maxfiles=25000

The behavior of gamin can be controlled via the various gaminrc files.
See http://www.gnome.org/~veillard/gamin/config.html on how to create
these files.  In particular, if you find gam_server is taking up too much
CPU time polling for changes, something like the following may help
in one of the gaminrc files:

# reduce polling frequency to once per 10 seconds
# for UFS file systems in order to lower CPU load
fsset ufs poll 10

===

===  pkg-message for liblqr-1-0.4.1_2
==

Re: Please manually remove me from this mailing list

2012-02-16 Thread hugh
On Wed, Feb 15, 2012 at 05:55:41PM -0600, Troy wrote:
 I have tried to get off this mailing list.  I have received the
 confirmation saying it was successful and mail still comes.  I have
 two aliases - and I removed both just to be sure.  One is
 sindr...@twisted.net an the other t...@twisted.net -- someone will
 have to manually remove me
 
 Thanks
 

http://lists.freebsd.org/mailman/options/freebsd-questions

1. Log on to the above URL
2. On the bottom, there is a 'Unsubscribe or edit options', fill out
your email address there. Log on with your mailing list password. If you
don't know the password, search your mailbox for those monthly
notifications from the mailing list.
3. There is an 'Unsubscribe' button, and also remeber to tick 'Yes, I
really want to unsubscribe'.

In this way, you won't need an email confirmation for the
unsubscription.

-- 
Regards,
Hugh
___
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: /lib/exec/ld-elf.so.1: Shared object libpcre.so.0 not found, required by libxfsm-4.6.so.0 amd64 FreeBSD 8.2

2012-02-16 Thread Antonio Olivares
On Thu, Feb 16, 2012 at 8:18 AM, Ryan Frederick
ryanrfreder...@gmail.com wrote:
 It looks like others have run into this problem with avahi-app as well:

 http://lists.freebsd.org/pipermail/freebsd-ports/2011-July/068658.html

 A cursory search shows that uninstalling avahi-app then reinstalling should
 take care of the compilation failure. Afterward you should be able to run
 portmaster as shown in the error message (minus 'net/avahi-app') to finish
 recompiling the ports that depend on pcre.

 Ryan


Thanks Ryan when I get home tonight, I will remove avahi-app and
reinstall it and then recompile all the ports that depend on pcre.
Then if successfull hopefully, I will report back.  Thanks for your
help  guidance.

Regards,


Antonio
___
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: Technical Support Question (fwd)

2012-02-16 Thread Julian H. Stacey
Hi,
Please keep on list so others can help you too.
Forwarded from: Julian Stacey j...@berklix.com http://www.berklix.com/~jhs/

--- Forwarded Message

From silverskymus...@gmail.com Thu Feb 16 16:20:10 2012
To: Julian H. Stacey j...@berklix.com
Content-Type: multipart/alternative; boundary=0015173fe456d90a2504b9164537

Hi Julian and thanks for you reply.


- 
-
Well if you just wanted to trash the MS  not recover data ?
that's easy, the fdisk within BSD install should do it,
but you could always try something like
   dd if=/dev/zero of=/dev/ad0 count=1000
DO NOT TRY THAT ON ANY SYSTEM WITH ANY DATA YOU VALUE
- 

This is what I would like to do, but windows restored to an older version
where i do not remember login pswd, as mentioned.

So automatically boots to the security layer and overrides the reordering
in the BIOS

I have phoenix BIOS to set to CD boot first

I am not advanced enough to know what you mean by the if then statements.
please enlighten.

I will try using an older version per your suggestion and let you know how
it goes

Thanks again




On Thu, Feb 16, 2012 at 3:55 AM, Julian H. Stacey j...@berklix.com wrote:

 Chip Oakley wrote:
  Hello,
 
  I am upgrading to BSD from windows.
 
  I am having complications with an old password from Windows that I cannot
  remember.
 
  I created an ISO Boot CD on another computer and installed it and made
 sure
  to set the BIOS to boot from CD, to no avail.

 There's 2 types of PC boot CDs I believe, FreeBSD changed to the
 newer method in last year or so I think (maybe just for 8.* ?), so
 if yours is an older PC it might be looking for the other sort. You
 could try a few years old (eg 6.* or probably 7.*) FreeBSD CDROM
 for interest to see if that boots.


  Is there a way to access the executable files from the CD

 Question not clear.
 You can access to read  execute all files from CDROM, by using the LIVEFS
 (live file system) option.

 To access files on the MS partition[s],
 If fdisk shows the MS still present you can also mount the MS file systems
 from BSD (regardless whether BSD is booted  running from CD or hard disk)

 For that you would need either
mount -t msdosfs .  if its an older FS  or
mount -t ntfs -r .  if its a newer NTFS
it only support read only mode,
That mount command calls eg
/sbin/mount_msdosfs
/sbin/mount_ntfs
Thats where they are on a hard disc.
If FreeBSD hasnt installed yet, you'll find them I recall under
something like /mnt2/sbin/mount_msdosfs
(I think the cd is already mounted)
 If you want to write individual files on an MS NTFS you need ntfs-3g
 which is partly broken (one error noted in my
 http://berklix.com/~jhs/hardware/laptops/shrink/
  a lot easier to run from a hard disk working system.

  and overwrite
  windows for my BSD installation?

 Well if you just wanted to trash the MS  not recover data ?
 that's easy, the fdisk within BSD install should do it,
 but you could always try something like
dd if=/dev/zero of=/dev/ad0 count=1000
 DO NOT TRY THAT ON ANY SYSTEM WITH ANY DATA YOU VALUE

 Cheers,
 Julian
 --
 Julian Stacey, BSD Unix Linux C Sys Eng Consultants Munich
 http://berklix.com
  Reply below not above, cumulative like a play script,  indent with  .
  Format: Plain text. Not HTML, multipart/alternative, base64,
 quoted-printable.
Mail from @yahoo dumped @berklix.  http://berklix.org/yahoo/




- -- 
Any attachments (WAV. MP3, PDF) files etc, contain copyrighted material
that is protected under intellectual property law in the USA
and internationally through the World Intellectual Property Organization in
Geneva, Switzerland.

 Messages are for the intended recipients only and usually contain
confidential information as well. If you received this message or any
previous messages in error, please notify the sender immediately and delete
any files or emails that may be in question. Thanks for your consideration.

- --0015173fe456d90a2504b9164537
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Hi Julian and thanks for you reply.brbrbr=
- -brWe=
ll if you just wanted to trash the MS amp; not recover data ?br
that#39;s easy, the fdisk within BSD install should do it,br
but you could always try something likebr
 =A0 =A0 =A0 =A0dd if=3D/dev/zero of=3D/dev/ad0 count=3D1000br
DO NOT TRY THAT ON ANY SYSTEM WITH ANY DATA YOU VALUEbr--=
- ---=
- ---brfont color=3D#99This is what I would like to do,=
 but windows 

Re: Technical Support Question

2012-02-16 Thread Julian H. Stacey
 You claim to have made a CD on nother machine.  Will _that_ machine boot from
 the CD you made?  If not, you made the CD incorrectly.


Good point
 Chip Oakley silverskymus...@gmail.com
Please first make sure you are subscribed to this list
freebsd-questions@freebsd.org,
as I see you have fallen off cc list.
BTW a delayed archive of this  other lists in on the web.

Next check the MD5 checksum of your boot media.

Next also realise some drives cant read what other drives had written,
sometimes that maybe alignement or dirt on the optics,
someties it simply cos eg some old drives cant read those half see through
RW media, sometime some old drives cant read an RW media.

Cheers,
Julian
-- 
Julian Stacey, BSD Unix Linux C Sys Eng Consultants Munich http://berklix.com
 Reply below not above, cumulative like a play script,  indent with  .
 Format: Plain text. Not HTML, multipart/alternative, base64, quoted-printable.
Mail from @yahoo dumped @berklix.  http://berklix.org/yahoo/
___
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: Technical Support Question

2012-02-16 Thread Chip Oakley
Thanks for your reply.

The boot CD will boot on the other machine, but not on the computer for my
intended install of BSD.

I set the boot order to boot first from CD ROM in phoenix BIOS.

It is a Samsung Laptop it is windows 7 home edition I called Samsung and
they have no information on overriding a windows password only restoring to
an older version which got my here in the first place.

There is a prompt at Startup stating press any key to boot from CD.
Pressing any key only leads to that same screen in windows asking for the
password, except for the function keys that lead to BIOS configuration.

Am tempted to remove the drive and insert a new one, not sure as there is
memory on the drive available and nothing really wrong with it.

Cant imagine there is not a fix somewhere.

Any other ideas?

Regards

On Thu, Feb 16, 2012 at 12:53 PM, Julian H. Stacey j...@berklix.com wrote:

  You claim to have made a CD on nother machine.  Will _that_ machine boot
 from
  the CD you made?  If not, you made the CD incorrectly.


 Good point
 Chip Oakley silverskymus...@gmail.com
 Please first make sure you are subscribed to this list
freebsd-questions@freebsd.org,
 as I see you have fallen off cc list.
 BTW a delayed archive of this  other lists in on the web.

 Next check the MD5 checksum of your boot media.

 Next also realise some drives cant read what other drives had written,
 sometimes that maybe alignement or dirt on the optics,
 someties it simply cos eg some old drives cant read those half see through
 RW media, sometime some old drives cant read an RW media.

 Cheers,
 Julian
 --
 Julian Stacey, BSD Unix Linux C Sys Eng Consultants Munich
 http://berklix.com
  Reply below not above, cumulative like a play script,  indent with  .
  Format: Plain text. Not HTML, multipart/alternative, base64,
 quoted-printable.
Mail from @yahoo dumped @berklix.  http://berklix.org/yahoo/




-- 
Any attachments (WAV. MP3, PDF) files etc, contain copyrighted material
that is protected under intellectual property law in the USA
and internationally through the World Intellectual Property Organization in
Geneva, Switzerland.

 Messages are for the intended recipients only and usually contain
confidential information as well. If you received this message or any
previous messages in error, please notify the sender immediately and delete
any files or emails that may be in question. Thanks for your consideration.
___
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: Technical Support Question

2012-02-16 Thread Adam Vande More
On Thu, Feb 16, 2012 at 1:11 PM, Chip Oakley silverskymus...@gmail.comwrote:


 There is a prompt at Startup stating press any key to boot from CD.


This message usually originates from a Windows boot CD, not a FreeBSD one.
Is there more than one CDROM in the system?

-- 
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: Technical Support Question

2012-02-16 Thread Chip Oakley
No, unfort.

On Thu, Feb 16, 2012 at 2:48 PM, Adam Vande More amvandem...@gmail.comwrote:

 On Thu, Feb 16, 2012 at 1:11 PM, Chip Oakley silverskymus...@gmail.comwrote:


 There is a prompt at Startup stating press any key to boot from CD.


 This message usually originates from a Windows boot CD, not a FreeBSD
 one.  Is there more than one CDROM in the system?

 --
 Adam Vande More




-- 
Any attachments (WAV. MP3, PDF) files etc, contain copyrighted material
that is protected under intellectual property law in the USA
and internationally through the World Intellectual Property Organization in
Geneva, Switzerland.

 Messages are for the intended recipients only and usually contain
confidential information as well. If you received this message or any
previous messages in error, please notify the sender immediately and delete
any files or emails that may be in question. Thanks for your consideration.
___
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


which media type I must use when booting ISO from grub

2012-02-16 Thread Коньков Евгений
HI

I want to install freebse and boot it from grub as:

title FreeBSD 8.0 (USB)
map --mem (hd0,0)/iso/FreeBSD8.iso (hd32)
map --hook
chainloader  (hd32)
boot

Which media type I must use when choosing 'media type' in menu?

as one way to solve problem is extract 8.2-RELEASE and packages
directories to root of FlashDrive.

but how to skip coping files from .iso?

-- 
С уважением,
 Коньков  mailto:kes-...@yandex.ru

___
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: Technical Support Question

2012-02-16 Thread Julian H. Stacey
 Am tempted to remove the drive and insert a new one, not sure as there is
 memory on the drive available and nothing really wrong with it.

I suggest temporarily disconnect data cable of old disc,
(no need to unscrew it  replace with another hard disc yet),

Then push reset,  see if the raw PC + BIOS is capable of reading
 booting the FreeBSD CD with No hard disc.

If PC still cant boot the FreeBSD CD, see if PC can boot some/any other
bootable CD eg another BSD Linux MS whatever, any CD been proved bootable
on other machines.

Take it small step by step, decouple the questions
can that PC read any cdroms
can that PC read that particular cdrom
can that PC boot from cdroms
can that PC boot from that particular cdroms
does the BIOS correctly use the specified boot order or ignore it.

Some BIOSES are weird, / cussid.
I think I met one where if one didnt tell it to boot off
floppy it would not boot off cd either, or similar.)

I certainly met one where PC just wouldnt work right after I 
reviewed  set every damn option on every page.
Then I reset to boot defaults (slow) then to defaults optimised,
then I reset every option as I wanted it, then the PC worked fine.
What that told me is that BIOS in its default reset, was
resetting some values that it then never l;ater displayed
in its menus.

Cheers,
Julian
-- 
Julian Stacey, BSD Unix Linux C Sys Eng Consultants Munich http://berklix.com
 Reply below not above, cumulative like a play script,  indent with  .
 Format: Plain text. Not HTML, multipart/alternative, base64, quoted-printable.
Mail from @yahoo dumped @berklix.  http://berklix.org/yahoo/
___
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


Adobe Linux Flash

2012-02-16 Thread sean

Hello All,

I am trying to get the Adobe Linux Flash working with Firefox.
I have followed the directions in the browser handbook section.

-kldstat shows linux.ko, and linprocfs.ko.
-df lists linprocfs mounted on /compat/linux/proc

I created the symlink from libflashplayer.so to the browser_plugins 
location, and the symlink is listed.


Doing some searching on the problem I came across a mention that the 
/compat directory needs to be symlinked to /usr/compat so I added that in.


I ran the nspluginwrapper command it searches the correct directories 
but does complain of ELF interpreter /lib/ld-linux.so.2 not found 
several times.


The IceadTea-Web Plugin and the Swfdec plugin is listed in Firefox's 
About:Plugins page.


In fact I can see the swfdec-plugin alongside the libflashplayer.so 
and the npwrapper.libflashplayer.so in the 
/usr/local/lib/browser_plugins directory.


The system itself, a fresh install of FreeBSD 9 amd64.
Might it be the 64 bit would be causing problems?

Thanks in advance,
Sean

___
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: Technical Support Question

2012-02-16 Thread Robert Bonomi
Chip Oakley silverskymus...@gmail.com wrote:

 Thanks for your reply.

 The boot CD will boot on the other machine, but not on the computer for my
 intended install of BSD.

 I set the boot order to boot first from CD ROM in phoenix BIOS.

 It is a Samsung Laptop it is windows 7 home edition I called Samsung and
 they have no information on overriding a windows password only restoring to
 an older version which got my here in the first place.

 There is a prompt at Startup stating press any key to boot from CD.
 Pressing any key only leads to that same screen in windows asking for the
 password, except for the function keys that lead to BIOS configuration.

 Am tempted to remove the drive and insert a new one, not sure as there is
 memory on the drive available and nothing really wrong with it.

 Cant imagine there is not a fix somewhere.

First things first. 
  1) DOUBLE CHECK the CD you're trying to boot from.  Make sure it boots in 
 the other machine, *and* what O/S it boots into.
  2) Go into the BIOS settings on the Samsung -- look at _all_ the settings.
 especially for the 'boot device' list.  Make sure you are *not* trying
 to boot from a 'recovery partition', or 'installation disk' choice.
 Better yet, tell us _exactly_ how all the boot device options read, IN
 the order they are displayed.
  3) IF you can, _remove_ the hard disk from the list of boot devices.
 If not, *disable* the IDE device probing/disk type for the disks, but leave
 the CD drive active..
  4) now try booting -without- a CD in the drive.  The 'desired outcome' is a
 '*failure* to boot' message -- with a fair chance that it will ask you to
 insert a bootable disk and retry.
  5) If it gives a retry option, put the CD in the drive and do what it says 
 to retry.  If no retry option, put the CD in the drive, and give it the
 well known three-finger salute.
___
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: Technical Support Question

2012-02-16 Thread Da Rock

On 02/17/12 05:11, Chip Oakley wrote:

Thanks for your reply.

The boot CD will boot on the other machine, but not on the computer for my
intended install of BSD.

I set the boot order to boot first from CD ROM in phoenix BIOS.

It is a Samsung Laptop it is windows 7 home edition I called Samsung and
they have no information on overriding a windows password only restoring to
an older version which got my here in the first place.

There is a prompt at Startup stating press any key to boot from CD.
Pressing any key only leads to that same screen in windows asking for the
password, except for the function keys that lead to BIOS configuration.

Am tempted to remove the drive and insert a new one, not sure as there is
memory on the drive available and nothing really wrong with it.

Cant imagine there is not a fix somewhere.

Any other ideas?
Look, these new laptop BIOS' can be most frustrating. Try a USB install 
using the memstick img - thats how I installed finally. I got jack of 
the messing about with the security measures they take on laptops these 
days.


For reference, the boot settings in BIOS are pretty dynamic on the 
laptops now, so if you set the boot order it may change the next time 
you reboot from whatever you're doing. It _should_ let you do what you 
want once you exit BIOS though. And make sure of the boot order, it may 
be confusing. If you know someone who knows BIOS better, use them to 
help. Also look for a boot order key when you do boot up, this will do 
for a temp measure but you will have to be quick.


You should probably make a decision about what you're going to do with 
the restore partition as well. You can make the disks on CD/DVD if you 
want so you can restore later, then dump it. Be aware (in this decision) 
that manufacturers can be real shits about *not* having Windows 
installed when you warranty repair. You may not want to have the fights 
like I have. Their policies _are_ illegal, but sometimes you may not 
want to have that particular argument... :)


Regards

On Thu, Feb 16, 2012 at 12:53 PM, Julian H. Staceyj...@berklix.com  wrote:


You claim to have made a CD on nother machine.  Will _that_ machine boot

from

the CD you made?  If not, you made the CD incorrectly.


Good point
 Chip Oakleysilverskymus...@gmail.com
Please first make sure you are subscribed to this list
freebsd-questions@freebsd.org,
as I see you have fallen off cc list.
BTW a delayed archive of this  other lists in on the web.

Next check the MD5 checksum of your boot media.

Next also realise some drives cant read what other drives had written,
sometimes that maybe alignement or dirt on the optics,
someties it simply cos eg some old drives cant read those half see through
RW media, sometime some old drives cant read an RW media.

Cheers,
Julian
--
Julian Stacey, BSD Unix Linux C Sys Eng Consultants Munich
http://berklix.com
  Reply below not above, cumulative like a play script,  indent with   .
  Format: Plain text. Not HTML, multipart/alternative, base64,
quoted-printable.
Mail from @yahoo dumped @berklix.  http://berklix.org/yahoo/






___
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: Technical Support Question

2012-02-16 Thread Da Rock

On 02/17/12 05:11, Chip Oakley wrote:

Thanks for your reply.

The boot CD will boot on the other machine, but not on the computer for my
intended install of BSD.

I set the boot order to boot first from CD ROM in phoenix BIOS.

It is a Samsung Laptop it is windows 7 home edition I called Samsung and
they have no information on overriding a windows password only restoring to
an older version which got my here in the first place.

There is a prompt at Startup stating press any key to boot from CD.
Pressing any key only leads to that same screen in windows asking for the
password, except for the function keys that lead to BIOS configuration.

Am tempted to remove the drive and insert a new one, not sure as there is
memory on the drive available and nothing really wrong with it.

Cant imagine there is not a fix somewhere.

Any other ideas?
Look, these new laptop BIOS' can be most frustrating. Try a USB install 
using the memstick img - thats how I installed finally. I got jack of 
the messing about with the security measures they take on laptops these 
days.


For reference, the boot settings in BIOS are pretty dynamic on the 
laptops now, so if you set the boot order it may change the next time 
you reboot from whatever you're doing. It _should_ let you do what you 
want once you exit BIOS though. And make sure of the boot order, it may 
be confusing. If you know someone who knows BIOS better, use them to 
help. Also look for a boot order key at boot up, this will change the 
boot order temporarily but you will have to be quick.


You should probably make a decision about what you're going to do with 
the restore partition as well. You can make the disks on CD/DVD if you 
want so you can restore later, then dump it. Be aware (in this decision) 
that manufacturers can be real shits about *not* having Windows 
installed when you warranty repair. You may not want to have the fights 
like I have. Their policies _are_ illegal, but sometimes you may not 
want to have that particular argument... :)

Regards

On Thu, Feb 16, 2012 at 12:53 PM, Julian H. Staceyj...@berklix.com  wrote:


You claim to have made a CD on nother machine.  Will _that_ machine boot

from

the CD you made?  If not, you made the CD incorrectly.

Good point
 Chip Oakleysilverskymus...@gmail.com
Please first make sure you are subscribed to this list
freebsd-questions@freebsd.org,
as I see you have fallen off cc list.
BTW a delayed archive of this  other lists in on the web.

Next check the MD5 checksum of your boot media.

Next also realise some drives cant read what other drives had written,
sometimes that maybe alignement or dirt on the optics,
someties it simply cos eg some old drives cant read those half see through
RW media, sometime some old drives cant read an RW media.

Cheers,
Julian
--
Julian Stacey, BSD Unix Linux C Sys Eng Consultants Munich
http://berklix.com
  Reply below not above, cumulative like a play script,  indent with   .
  Format: Plain text. Not HTML, multipart/alternative, base64,
quoted-printable.
Mail from @yahoo dumped @berklix.http://berklix.org/yahoo/






___
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: Adobe Linux Flash

2012-02-16 Thread Frank Shute
On Thu, Feb 16, 2012 at 04:49:27PM -0500, sean wrote:

 Hello All,
 
   I am trying to get the Adobe Linux Flash working with Firefox.
 I have followed the directions in the browser handbook section.
 
 -kldstat shows linux.ko, and linprocfs.ko.
 -df lists linprocfs mounted on /compat/linux/proc
 
 I created the symlink from libflashplayer.so to the browser_plugins 
 location, and the symlink is listed.
 
 Doing some searching on the problem I came across a mention that the 
 /compat directory needs to be symlinked to /usr/compat so I added that in.
 
 I ran the nspluginwrapper command it searches the correct directories 
 but does complain of ELF interpreter /lib/ld-linux.so.2 not found 
 several times.
 
 The IceadTea-Web Plugin and the Swfdec plugin is listed in Firefox's 
 About:Plugins page.
 
 In fact I can see the swfdec-plugin alongside the libflashplayer.so 
 and the npwrapper.libflashplayer.so in the 
 /usr/local/lib/browser_plugins directory.
 
 The system itself, a fresh install of FreeBSD 9 amd64.
 Might it be the 64 bit would be causing problems?
 
   Thanks in advance,
   Sean

Starting with the obvious: did you install emulators/linux_base-f10?

$ pkg_info | grep linux

should show a load of linux ports.


Regards,

-- 

 Frank

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




pgpPOsAItGgyQ.pgp
Description: PGP signature


Re: Adobe Linux Flash

2012-02-16 Thread sean

On Feb 16, 2012, at 6:18 PM, Frank Shute wrote:
 
 Starting with the obvious: did you install emulators/linux_base-f10?
 
 $ pkg_info | grep linux
 
 should show a load of linux ports.
 
It sure does show many Linux ports, including linux_base-f10-10_4
___
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: Adobe Linux Flash

2012-02-16 Thread Warren Block

On Thu, 16 Feb 2012, sean wrote:


I am trying to get the Adobe Linux Flash working with Firefox.
I have followed the directions in the browser handbook section.

-kldstat shows linux.ko, and linprocfs.ko.
-df lists linprocfs mounted on /compat/linux/proc

I created the symlink from libflashplayer.so to the browser_plugins 
location, and the symlink is listed.


Doing some searching on the problem I came across a mention that the /compat 
directory needs to be symlinked to /usr/compat so I added that in.


I ran the nspluginwrapper command it searches the correct directories but 
does complain of ELF interpreter /lib/ld-linux.so.2 not found several 
times.


The IceadTea-Web Plugin and the Swfdec plugin is listed in Firefox's 
About:Plugins page.


Deinstall swfdec, two flash players will probably keep either from 
working.

___
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


note on my messed up 2003 dell

2012-02-16 Thread Gary Kline

guys, this is just a FWIW, but it's worth bearing in mind.  i just
tried to change the bios settings so that the old computer would
boot from CD first.  no-joy.  long-story short, months in the garage
or just-age must have ruined this box.

-- 
 Gary Kline  kl...@thought.org  http://www.thought.org  Public Service Unix
 Voice By Computer (for Universal Access): http:/www.thought.org/vbc
  The 8.57a release of Jottings: http://jottings.thought.org
 Twenty-five years of service to the Unix community.

___
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: Adobe Linux Flash

2012-02-16 Thread sean

On Feb 16, 2012, at 7:01 PM, Warren Block wrote:
 
 
 Deinstall swfdec, two flash players will probably keep either from working.
 

The Linux flash version was what I had installed first and was not present.
I installed swfdec afterwards afterwards to see if it would list, which if 
course it does.

I will remove it if you think it will help with 
troubleshooting?___
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: Adobe Linux Flash

2012-02-16 Thread Da Rock

On 02/17/12 11:03, sean wrote:

On Feb 16, 2012, at 7:01 PM, Warren Block wrote:

Deinstall swfdec, two flash players will probably keep either from working.


The Linux flash version was what I had installed first and was not present.
I installed swfdec afterwards afterwards to see if it would list, which if 
course it does.

I will remove it if you think it will help with troubleshooting?
I don't think it will change much, as they will both simply show up in 
the about:plugins.


Problem, I think lies, in the symlink. You don't need it, kill it and 
run nspluginwrapper - the only flash file in your browser plugins 
directory should be prefixed with npwrapper.


There may be an issue with nspluginwrapper (currently being discussed - 
can anyone confirm if its similar?) that has to resolved.


Just to check, can you run `find /usr/local/ | grep ld-linux.so` and see 
if it comes up? It could show ld-linux.so or the same followed by a 
number. Copy the result here.

___
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 the list down?

2012-02-16 Thread Al Plant

I have not seen any action in 2 days.
--

~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: Is the list down?

2012-02-16 Thread Da Rock

On 02/17/12 11:21, Al Plant wrote:

I have not seen any action in 2 days.
There's been plenty of action in the last 2 days. Maybe check your mail 
server logs for errors?

___
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: zroot won't mount after 9.0-RC2 - 9.0-RELEASE upgrade

2012-02-16 Thread Daniel Shahaf
George -- thanks for the reply -- I've been a bit busy with other things
so I haven't got around to testing it yet.  I'll update this list once
I've done so.  Thanks again.

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


Website Listing

2012-02-16 Thread info
Hello,

Is there any way to get my website listed on this page:
http://www.freebsd.org/fr/gallery/cgallery.html

Best Regards,
Ivan Cvetic

___
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: note on my messed up 2003 dell

2012-02-16 Thread Jason Garrett
On Thu, Feb 16, 2012 at 18:42, Gary Kline kl...@thought.org wrote:


 guys, this is just a FWIW, but it's worth bearing in mind.  i just
 tried to change the bios settings so that the old computer would
 boot from CD first.  no-joy.  long-story short, months in the garage
 or just-age must have ruined this box.

 Age, moisture, bugs... all equal dead machines. Been through it before :(

 --
  Gary Kline  kl...@thought.org  http://www.thought.org  Public Service
 Unix
 Voice By Computer (for Universal Access): http:/www.thought.org/vbc
  The 8.57a release of Jottings: http://jottings.thought.org
 Twenty-five years of service to the Unix community.

 ___
 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: Adobe Linux Flash

2012-02-16 Thread Boris Samorodov

On 17.02.2012 01:49, sean wrote:

Hello All,

I am trying to get the Adobe Linux Flash working with Firefox.
I have followed the directions in the browser handbook section.

-kldstat shows linux.ko, and linprocfs.ko.
-df lists linprocfs mounted on /compat/linux/proc

I created the symlink from libflashplayer.so to the browser_plugins
location, and the symlink is listed.


Hm, I've just checked up The Handbook, Section 7.2.3.
And should note that I've never created a link to пуе
flash plugin working. Is this step really needed?


Doing some searching on the problem I came across a mention that the
/compat directory needs to be symlinked to /usr/compat so I added that in.

I ran the nspluginwrapper command it searches the correct directories
but does complain of ELF interpreter /lib/ld-linux.so.2 not found
several times.

The IceadTea-Web Plugin and the Swfdec plugin is listed in Firefox's
About:Plugins page.

In fact I can see the swfdec-plugin alongside the libflashplayer.so
and the npwrapper.libflashplayer.so in the
/usr/local/lib/browser_plugins directory.

The system itself, a fresh install of FreeBSD 9 amd64.
Might it be the 64 bit would be causing problems?


--
WBR, Boris Samorodov (bsam)
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
___
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