Re: Video not view-able

2012-05-08 Thread Craig Butler


On Tue, 2012-05-08 at 15:09 -0400, Carmel wrote:
 I have been visiting several sites lately in which the video content
 was not view-able.
 
 Example:
 http://www.huffingtonpost.com/2012/05/05/republicans-get-in-my-vagina-kate-beckinsale_n_1484918.html?ref=fbsrc=spcomm_ref=false
  
 
 There is a video there that displays perfectly in MS Windows in either
 IE8 or 9 and Firefox. However, under FreeBSD-8.3 with the latest
 version of Firefox all I get is a black box. No controls to click,
 etcetera. This sort of thing happens way to frequently on way to many
 sites. It cannot be a simple blame Microsoft thing since these sites
 work under Firefox when used in MS Windows.
 
 Does anyone have a possible solution?
 

Working fine here with 8.2-STABLE amd64, firefox 9,
linux-f10-flashplugin-11, and nspluginwrapper

Have you installed the flash port ?

/CB

___
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: can't determine sound card driver to use in /etc/rc.conf

2011-04-18 Thread Craig Butler
On Mon, 2011-04-18 at 08:40 -0500, Antonio Olivares wrote:
 Dear folks,
 
 On a new machine running AMD-64 XFCE custom by Manolis, I can't
 determine which sound driver to use for the sound card:
 
 grulla# kldload snd_driver
 grulla# cat /dev/sndstat
 FreeBSD Audio Driver (newpcm: 64bit 2009061500/amd64)
 Installed devices:
 pcm0: HDA VIA VT1708B_1 PCM #0 Analog (play/rec) default
 pcm1: HDA VIA VT1708B_1 PCM #1 Analog (play)
 pcm2: HDA VIA VT1708B_1 PCM #2 Digital (play)
 grulla# pciconf -l
 none0@pci0:0:0:0: class=0x05 card=0xcb8410de chip=0x03ea10de
 rev=0xa1 hdr=0x00
 isab0@pci0:0:1:0: class=0x060100 card=0x34071565 chip=0x03e010de
 rev=0xa2 hdr=0x00
 none1@pci0:0:1:1: class=0x0c0500 card=0x34071565 chip=0x03eb10de
 rev=0xa2 hdr=0x00
 none2@pci0:0:1:2: class=0x05 card=0x34071565 chip=0x03f510de
 rev=0xa2 hdr=0x00
 ohci0@pci0:0:2:0: class=0x0c0310 card=0x34071565 chip=0x03f110de
 rev=0xa3 hdr=0x00
 ehci0@pci0:0:2:1: class=0x0c0320 card=0x34071565 chip=0x03f210de
 rev=0xa3 hdr=0x00
 pcib1@pci0:0:4:0: class=0x060401 card=0xcb8410de chip=0x03f310de
 rev=0xa1 hdr=0x01
 hdac0@pci0:0:5:0: class=0x040300 card=0x81081565 chip=0x03f010de
 rev=0xa2 hdr=0x00
 atapci0@pci0:0:6:0:   class=0x01018a card=0x34071565 chip=0x03ec10de
 rev=0xa2 hdr=0x00
 nfe0@pci0:0:7:0:  class=0x068000 card=0x25051565 chip=0x03ef10de
 rev=0xa2 hdr=0x00
 atapci1@pci0:0:8:0:   class=0x010185 card=0x54051565 chip=0x03f610de
 rev=0xa2 hdr=0x00
 pcib2@pci0:0:9:0: class=0x060400 card=0x10de chip=0x03e810de
 rev=0xa2 hdr=0x01
 pcib3@pci0:0:11:0:class=0x060400 card=0x10de chip=0x03e910de
 rev=0xa2 hdr=0x01
 pcib4@pci0:0:12:0:class=0x060400 card=0x10de chip=0x03e910de
 rev=0xa2 hdr=0x01
 vgapci0@pci0:0:13:0:  class=0x03 card=0x14051565 chip=0x03d010de
 rev=0xa2 hdr=0x00
 hostb0@pci0:0:24:0:   class=0x06 card=0x chip=0x12001022
 rev=0x00 hdr=0x00
 hostb1@pci0:0:24:1:   class=0x06 card=0x chip=0x12011022
 rev=0x00 hdr=0x00
 hostb2@pci0:0:24:2:   class=0x06 card=0x chip=0x12021022
 rev=0x00 hdr=0x00
 hostb3@pci0:0:24:3:   class=0x06 card=0x chip=0x12031022
 rev=0x00 hdr=0x00
 hostb4@pci0:0:24:4:   class=0x06 card=0x chip=0x12041022
 rev=0x00 hdr=0x00
 ral0@pci0:1:6:0:  class=0x028000 card=0x25611814 chip=0x03011814
 rev=0x00 hdr=0x00
 
 
 mixer gives me the following:
 
 grulla# mixer
 Mixer vol  is currently set to  75:75
 Mixer pcm  is currently set to  75:75
 Mixer line is currently set to  75:75
 Mixer mic  is currently set to   0:0
 Mixer rec  is currently set to  75:75
 Mixer igainis currently set to   0:0
 Mixer ogainis currently set to  50:50
 Mixer monitor  is currently set to  75:75
 Recording source: mic
 
 
 Thanks for your help/advice.
 
 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


Hi Antonio

Think you'll find it's a hda device...

add snd_hda_load=YES to /boot/loader.conf and it should be loaded next
time you boot the machine.

If your not getting any sound, you might have to change the
hw.snd.default_auto sysctl to match your other inputs.

Regards

Craig 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


Re: Best Laptop to buy for Freebsd Without OS?

2011-02-18 Thread Craig Butler
On Sat, 2011-02-19 at 04:28 +, John Levine wrote:
  At one point, Thinkpads - particularly the T4x series - were
 _the_ recommended used laptop.  While it's been a while since i
 looked into this formally, my grapevine says the quality went
 downhill quickly after Lenovo bought IBM's pc hardware division.
 
 I'm typing this on my Lenovo X200 running 8.1. For the most part it
 works quite well and the quality seems similar to my previous IBM X40.
 
 The worst annoyance is that the sound volume is quite low, and I
 haven't yet figured out what to tweak to fix that.  It has bluetooth
 and a fingerprint reader, neither of which I've set up, mostly out of
 lack of interest.
 
 R's,
 John
 
Lenovo destroyed thinkpad in the t410i range;
* stupid flimsy/flexi keyboard with massive delete and escape keys
(why ???)
* gobi 2000 3g connectivity, cant get it working on anything none M$
* cut the number of leds, power led no longer turns orange or flashes,
no caps/scroll/num leds (again why ???)
* stupid windows 7 stickers.

Overall not impressed...

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


Re: more CPU being used than I have (?)

2011-01-26 Thread Craig Butler
On Tue, 2011-01-25 at 11:36 -0700, Chad Perrin wrote:
 On Tue, Jan 25, 2011 at 06:20:02AM -0700, Dmitri Brengauz wrote:
  On Mon, Jan 24, 2011 at 8:07 PM, Chad Perrin per...@apotheon.com wrote:
  
   Do you have a reference to a relatively simple explanation of how that
   weighting works (and why)?
  
  man 1 ps:
  
  %cpu  The CPU utilization of the process; this is a decaying average
   over up to a minute of previous (real) time. Since the time
  base over which this is computed varies (since processes may be
  very young) it is possible for the sum of all %cpu fields to
  exceed 100%.
 
 Unfortunately, that doesn't explain why.
 

Chad,

ASK GOOGLE !!!

a quick google search gave me -

http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1296052256266+28353475threadId=57634

happy reading..

Regards

Craig 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


Re: more CPU being used than I have (?)

2011-01-26 Thread Craig Butler

   
   %cpu  The CPU utilization of the process; this is a decaying average
over up to a minute of previous (real) time. Since the time
   base over which this is computed varies (since processes may be
   very young) it is possible for the sum of all %cpu fields to
   exceed 100%.
  
  Unfortunately, that doesn't explain why.
  
 
 Chad,
 
 ASK GOOGLE !!!
 
 a quick google search gave me -
 
 http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1296052256266+28353475threadId=57634
 
 happy reading..
 
 Regards
 
 Craig 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

copied from above link --

In summary:

The %WCPU is just a 'forecast' value for the process. It really has no
real world value. It's value is totally controlled by the scheduler.

The man page for top(1) indicates that %CPU is the Raw CPU percentage.
This field is used to sort the top processes.

Well, the %CPU is the total percentage without the 'forecast' factor
built-in, such as a 'raw value.'

Regards

Craig 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


Re: more CPU being used than I have (?)

2011-01-24 Thread Craig Butler
On Mon, 2011-01-24 at 16:57 -0700, Chad Perrin wrote:
 I'm running a two-core laptop that, once in a great while, shows
 approximately 250% CPU usage by a single process in top.  How exactly
 does that work?
 
 Note: It's not entirely surprising that this particular process is
 consuming a lot of resources.  It's just surprising to me that it's
 consuming more than CPUs * 100%.

Hi Chad

Its to do with top using weighted CPU percentage... for some reason this
show peaks as more usage than 100% -- maybe something to do with the top
averaging out over a specific time.
I find that raw CPU mode gives a more accurate representation. 

raw mode is toggled by passing the -C argument to top.

Regards

Craig Butler 

___
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: Can not install ZendOptimizer

2010-10-07 Thread Craig Butler
On Thu, 2010-10-07 at 21:24 +0700, Phan Quoc Hien wrote:
 Hello,
 I'm trying install ZendOptimizer with my php5 and get this error:
 
 freebsd# make install clean
  ===  ZendOptimizer-3.3.0.a cannot install: doesn't work with PHP version :
  5 (Doesn't support PHP 5).
  *** Error code 1
 
  Stop in /usr/ports/devel/ZendOptimizer.
 
 Why error? ZendOptimizer port is older?
 Thanks.

I am guessing now... remember just a guess!... the ZendOptimizer version
3.3.0.a doesn't work with php version 5

It is not supported.

___
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: this is probably a little touchy to ask...

2010-09-10 Thread Craig Butler


On Fri, 2010-09-10 at 08:16 -0700, Chip Camden wrote:
 Quoth Randal L. Schwartz on Friday, 10 September 2010:
   Mark == Mark Sommer msom...@somware.com writes:
  
  Mark That's a pretty idealistic view of the upcoming release of HTML5.
  Mark I have yet to see a release of HTML that is compatible across
  Mark browsers, i.e.  adapted universally by all browsers uniformly.
  Mark Java is still a very viable platform, even on the browser.
  
  Whenever I see Java firing up on my browser, I cringe.  (Flash too.)
  
  There are darn few things either of these do that a good modern
  cross-platform library, like jQueryUI, can't do instead.
  
  Except for video playback, which HTML5 fixes as well.  And yes, until
  then, we're stuck with Flash.
  
  We needed Java before we had good JavaScript.  Now we have good
  JavaScript.
  
  I repeat... Java had its day.  Time to move on.
  
 
 Perhaps someone could provide specific use cases for which Java is the
 only good solution?
 
 I don't have Flash installed on my browser, and what I lack from that is
 evident.  I have yet to miss Java in any way.  What problems would it
 solve for people that can't be solved using a different approach?
 

One that springs to mind for me is alom/ilo/drac console redirection...
It requires java unfortunately.  

I suspect there are a lot of legacy applications that use javaws... It
will take time for them to catch up once html5 is proper mainstream if
at all.

Cheers

Craig 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


Re: Icelandic FTP server doesn't work? I don't think it's been up for a while?

2010-06-25 Thread Craig Butler


On Thu, 2010-06-24 at 23:28 +, Svavar Ingi Hermannsson wrote:
 Hi,
 
 I just wanted to notify you that the Icelandic ftp mirror site doesn't seam
 to be working.
 
 ftp.is.freebsd.org
 
 Best regards,
 Svavar Ingi
 

Seems to be working ok from here -

[cr...@x60:~] $ ftp ftp.is.freebsd.org
Trying 130.208.16.26...
Connected to ftp1.is.freebsd.org.
220-

Velkomin(n) á FTP þjón Rannsóknar og Háskólanets Íslands (RHnet)

Þeir sem hafa aðgang að rsync ættu að prófa rsync ftp.rhnet.is::


Eftirfarandi söfn eru á þessum þjóni:

Nafn:Slóð:
Upprunastaður:



FreeBSD  /pub/FreeBSD
(ftp.freebsd.org)
NetBSD   /pub/NetBSD
(ftp.netbsd.org)
OpenBSD  /pub/OpenBSD
(ftp.openbsd.org)
Fedora   /pub/fedora
(fedora.redhat.com)
Debian   /pub/debian
(ftp.debian.org)
Debian-non-US/pub/debian-non-US
(ftp.debian.org)
SuSE /pub/suse
(ftp.suse.com)
Linux-Kernel /pub/kernel.org
(ftp.kernel.org)
GNU  /pub/gnu  (ftp.gnu.org)
PHP  /pub/php  (www.php.net)
XFree86  /pub/XFree86
(ftp.xfree.org)
X11  /pub/X11  (ftp.x.org)
X11-Contrib  /pub/X11-Contrib  (ftp.x.org)
KDE  /pub/kde  (ftp.kde.org)
CPAN /pub/CPAN
(ftp.funet.fi)
perl /pub/CPAN/src
(ftp.funet.fi)
OpenSSH  /pub/OpenSSH
(ftp.openbsd.org)
SSH  /pub/ssh  (ftp.ssh.com)
rsync/pub/rsync
(rsync.samba.org)
Samba/pub/samba
(rsync.samba.org)
proFTPD  /pub/proftpd
(ftp.proftpd.org)
Bind /pub/bind (ftp.isc.org)
Bind-9   /pub/bind9(ftp.isc.org)
DHCP /pub/dhcp (ftp.isc.org)
INN  /pub/inn  (ftp.isc.org)
Sendmail /pub/sendmail
(ftp.sendmail.org)
Squid/pub/squid
(ftp.squid-cache.org)
PostgreSQL   /pub/postgresql
(ftp.postgresql.org)
MySQL/pub/mysql(mysql.com)
OpenOffice   /pub/OpenOffice
(openoffice.org)
RFC  /pub/rfc  (ftp.isi.edu)
Internet-Drafts  /pub/internet-drafts  (ftp.isi.edu)
noattach /pub/noattach




Tenging þín hefur verið skráð frá 93.141.187.81.in-addr.arpa

Heildarfjöldi notenda er 1

Allar aðgerðir eru skráðar.

ftp...@rhnet.is

220 ftp.rhnet.is FTP server (tnftpd 20061204) ready.
Name (ftp.is.freebsd.org:craig): anonymous 
331 Guest login ok, type your name as password.
Password:
230-
Please read the file README
  it was last modified on Sun May 13 23:22:44 2007 - 1138 days ago
230 Guest login ok, access restrictions apply.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp cd pub/FreeBSD
250-
Please read the file README.TXT
  it was last modified on Sat Jun 19 01:54:21 2004 - 2195 days ago
250 CWD command successful.
ftp ls
229 Entering Extended Passive Mode (|||61008|)
150 Opening ASCII mode data connection for '/bin/ls'.
total 50
-rw-rw-r--   1 cvsupin  cvsupin   262 Jan 28 05:41 .message
-r--rw-r--   1 cvsupin  cvsupin 0 Nov  7  1996 .notar
drwxrwxr-x   6 cvsupin  cvsupin   512 May 11 14:57 CERT
lrwxrwxr-x   1 cvsupin  cvsupin15 Oct 26  2006 CTM -
development/CTM
lrwxrwxr-x   1 cvsupin  cvsupin17 Oct 26  2006 CVSup -
development/CVSup
drwxrwxr-x   4 cvsupin  cvsupin   512 Oct 26  2006 ERRATA
lrwxrwxr-x   1 cvsupin  cvsupin17 Oct 26  2006 FreeBSD-current
- branches/-current
lrwxrwxr-x   1 cvsupin  cvsupin19 Oct 26  2006 FreeBSD-stable -
branches/4.0-stable
lrwxrwxr-x   1 cvsupin  cvsupin25 Oct 26  2006 ISO-IMAGES-alpha
- releases/alpha/ISO-IMAGES
lrwxrwxr-x   1 cvsupin  cvsupin25 Oct 26  2006 ISO-IMAGES-amd64
- releases/amd64/ISO-IMAGES
lrwxrwxr-x   1 cvsupin  cvsupin24 Oct 26  2006 ISO-IMAGES-i386
- releases/i386/ISO-IMAGES
lrwxrwxr-x   1 cvsupin  cvsupin24 Oct 26  2006 ISO-IMAGES-ia64
- releases/ia64/ISO-IMAGES
lrwxrwxr-x   1 cvsupin  cvsupin24 Oct 26  2006 ISO-IMAGES-pc98
- releases/pc98/ISO-IMAGES
lrwxrwxr-x   1 cvsupin  cvsupin27 Jan 20  2007
ISO-IMAGES-powerpc - releases/powerpc/ISO-IMAGES
lrwxrwxr-x   1 cvsupin  cvsupin27 Oct 26  2006
ISO-IMAGES-sparc64 - 

Re: RootBSD?

2010-04-06 Thread Craig Butler


On Tue, 2010-04-06 at 09:31 -0400, Glen Barber wrote:
 Hi Tom,
 
 Tom Ierna wrote: 
  Hi,
  
  Anyone have any experience with RootBSD.net?
  
 
 I've been using RootBSD for a few months now, and would give you nothing
 but positive feedback - however, your question isn't exactly specific.
 
 Is there anything in particular you need to know?
 

Seconded... rootbsd.net are really good, no problems what so ever...
breath of fresh air!

Tech support on the ball and really helpful, upgrading or migrating from
their old jail system to xen no problems... brilliant.

I would recommend them

Cheers

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


Re: SSH root login with keys only

2010-04-04 Thread Craig Butler

On 04/04/2010 22:04, Marcin Wisnicki wrote:

Is it possible to configure sshd such that both conditions are met:

1. Root will be able to login only by using keys
   

Yes

2. Normal users will still be able to use pam/keyboard-interactive
   

Yes

see PermitRootLogin section in man sshd_config...

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


Re: freebsd-update(8) under sparc64? Why is it not available?

2010-03-25 Thread Craig Butler


On Thu, 2010-03-25 at 07:36 -0400, Ken Smith wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On 3/24/10 6:38 PM, Marius Strobl wrote:
  On Wed, Mar 24, 2010 at 02:57:09AM -0500, Mark Linimon wrote:
  You're the first one to ask in a while.  Since our userbase is small,
  and developer time is limited, we've never set it up.
 
  
  The last time this topic came up IMO there was quite some
  interest in getting this running but the showstopper was that
  cperciva@ said that a requirement for any platform supported
  by freebsd-update(8) would be that the build server is able
  to run buildworld in 1 hour at most (unfortunately I currently
  just can't find that email). My 4x1.5GHz V440 I originally
  intended for this purpose unfortunately still takes 72 minutes
  last time I checked. I suspect a 8x1.2GHz V880 would be able
  to meet this requirement but I simply can't afford the housing
  for such a beast.
 
 I have none that are faster than 900MHz processors, and the
 one with the most processors in it is 6x750MHz.
 
  Ken, did the V880s at your university become available as
  intended some time ago?
 
 At the moment there are two - one being used by portmgr@
 for package builds which is the 6x750MHz machine.  The
 other I do the monthly snapshots and release builds on,
 it's 4x900MHz.  This was its performance on the world
 built of 7.3-RELEASE:
 
  World build started on Sat Mar 20 23:34:54 EDT 2010
  World build completed on Sun Mar 21 00:50:58 EDT 2010
 

Can we bend the rules a little ?? Who set the requirement of an hour ?
freebsd-update might be a good thing to have..

Cheers

Craig 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


Re: Root on ZFS

2010-03-04 Thread Craig Butler

On 04/03/2010 11:53, Matthew Law wrote:

I am following this wiki page to move to zfs root:

http://wiki.freebsd.org/ZFSOnRoot

I got to this section:

Create bootdir directory where the boot file system will be mounted:

# mkdir /tank/bootdir
# ln -s bootdir/boot /tank/boot

I am confused about the symlink line - what is 'bootdir' ?

Thanks,

___
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
   


Hi Matt

bootdir is where the ufs boot partition gets mounted on further down in 
the instructions...  The symbolic link is to keep everything in order when;

* upgrading or installing a new kernel
* updating any of the boot configs.

Regards

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


Re: Intel Pro/Wireless3945 issue

2010-01-27 Thread Craig Butler
On Wed, 2010-01-27 at 16:28 +, dhaneshk k wrote:
 Fellow FreeBSDians,
 
  
 
   I am trying to configure  my laptop for  wireless connectivity to a 
 broadband connection.
 
  
 
 these are the steps I followed, I don't know what  I made wrong, please help 
 to fix the issue..
 
  
 
 1 ) To  /boot/loader.conf
 
  
 
 
 
 if_wpi_load = YES
 
 wlan_load = YES
 
 wlan_amrr_load = YES
 
 firmware_load = YES
 
 wpifw_load = YES
 
 legal.intel_wpi.licence_ack=1
 
  
 
 save and rebooted the machine
 
  
 
 and 
 
  
 
 2) issued the command  ifconfig wpi0 up scan
 
  
 
 but nothing is reported for  this command
Howdy Dhanesh

Try; 
ifconfig wpi0 list scan

this should bring up a list of all the wifi spots in your area with
signal strengths and rates.


 3) then I checked  the out  put  ofifconfig
 
  
 
 it showing  wpi0but  no carriers  for the device
Once you have found the access point you want to access you'll need to
pass more arguments to ifconfig and possibly setup wpa_supplicant.conf

http://www.freebsd.org/doc/handbook/network-wireless.html should
help


  
 I am using  FreeBSD-7.2 i386 release.  Wireless card is   Intel Pro/Wireless  
 3945 . (In  Windows XP  it works from this Windows I am sending this mail via 
   Wireless  access)  Any help  most welcome.
 
  
 
 thanks in advance
 
 dhanesh

Wpi isn't the most stable wifi for freebsd at the moment, I am having a
few issues with it... It keeps dropping the connection silently unless I
hammer the AP with ping...

Regards

Craig 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


wpi problems -- kern/142907

2010-01-25 Thread Craig Butler
Hi All

Anyone else having problems with wpi ?? I have upgraded the firmware,
helps a little but is still far from perfect.

Unless I continuously ping the gateway wpi silently drops the
connection.  Even then connections to other servers on the lan are dodgy
unless I am actively pinging them to keep the connection alive.  After a
time it all self destructs anyway and I have to restart if_wpi
and /etc/rc.d/netif

I know that it isn't the access points at fault as other devices and
wifi cards work well.

Cheers

Craig Butler

___
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: rum0 acting as an Access point (belkin router) 8.0 R

2010-01-18 Thread Craig Butler

On Mon, 2010-01-18 at 16:25 +0100, Samuel Martín Moro wrote:
 in my rc.conf:
 ifconfig_rum0=DHCP wepmode on weptxkey 1 wepkey 1:0xBC45AD1BD5 ssid
 ReseauWIFI
 
 Maybe your problem is that wepkey is malformatted in your command
 If not, I didn't try to understand, but I also had troubles with the
 position of SSID keyword.
 (ifconfig arg error, might be your problem)
 (btw: I also had problem with ssid containing spaced characters)
 
 
 Later, I tried to set it up as an hostap, it seems to work well.
 But when I try to connect from an other computer, I'm unable to to join the
 network.
 (running under 7.2, I compiled the kernel adding a define matching my
 device, based on a similar (I hope so...) chipset)
 
 
 good luck
 
 
 Samuel Martín Moro
 CamTrace
 {EPITECH.} tek4
 
 Nobody wants to say how this works.
  Maybe nobody knows ...
  Xorg.conf(5)
 
 
 On Mon, Jan 18, 2010 at 3:43 PM, Christoph Kukulies k...@kukulies.orgwrote:
 
  Paul B Mahol schrieb:
 
   On 1/15/10, Christoph Kukulies k...@kukulies.org wrote:
 
 
  I'm not sure wether syntax has changed but I wanted to cretae an wlan
  acess point
  and tried various things. Under 7.0 I got it working with the following
  command
 
  ifconfig rum0 inet 10.0.0.1/24 mediaopt hostap ssid CITYOFFICE  wepmode
  on wepkey 0xf00baf00ba weptxkey 1 channel 1
 
 
  I tried this but got a socket error Invalid argument.
 
  Then I tried (from an example in the rum (4) manpage):ifconfig wlan
  create wlandev rum0 10.0.0.1/24 mediaopt hostap CITYOFFICE wepmode on
  wepkey 0xf00baaf00baa  weptxkey 1 channel 1
 
 
 
 
  Perhaps you want this one:
 
  ifconfig wlan create wlandev rum0 10.0.0.1/24 wlanmode hostap ssid
  CITYOFFICE wepmode on wepkey 0xf00baaf00baa  weptxkey 1 channel 1
 
 
 
 
  I tried this in rc.conf:
 
  ifconfig_rum0=wlan create wlandev rum0 10.0.0.1/24 wlanmode hostap ssid
  CITYOFFICE  wepmode on wepkey 0xf00baaf00baa weptxkey 1 channel 1
 
  I got this:
 
  rum0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu 2290
ether 00:11:50:cb:52:10
media: IEEE 802.11 Wireless Ethernet autoselect adhoc (autoselect
  adhoc)
status: no carrier
 
 
  Why no carrier?
  And I would expect more info on the interface like SSID and such.
 
  --
  Christoph
 
 
   and got:
 
 
  wlan0
  ifconfig: SIOCSIFMEDIA (media): Device not configured
 
  But suddenly the wlan0 device is there.
 
  Can anybody fill me in?
 
  --
  Christoph
 
 
 

Wireless changed on 8, you have to define wlans in rc.conf then set the
network up onto the appropriate wlan entry;

example;

wlans_wpi0=wlan0
ifconfig_wlan0=WPA DHCP

Regards

Craig 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


Re: rum0 acting as an Access point (belkin router) 8.0 R

2010-01-18 Thread Craig Butler


On Mon, 2010-01-18 at 17:56 +0100, Christoph Kukulies wrote:
 Paul B Mahol schrieb:
  On 1/18/10, Christoph Kukulies k...@kukulies.org wrote:

  Craig Butler schrieb:
  
  On Mon, 2010-01-18 at 16:25 +0100, Samuel Martín Moro wrote:
 

  in my rc.conf:
  ifconfig_rum0=DHCP wepmode on weptxkey 1 wepkey 1:0xBC45AD1BD5 ssid
  ReseauWIFI
 
  Maybe your problem is that wepkey is malformatted in your command
  If not, I didn't try to understand, but I also had troubles with the
  position of SSID keyword.
  (ifconfig arg error, might be your problem)
  (btw: I also had problem with ssid containing spaced characters)
 
 
  Later, I tried to set it up as an hostap, it seems to work well.
  But when I try to connect from an other computer, I'm unable to to join
  the
  network.
  (running under 7.2, I compiled the kernel adding a define matching my
  device, based on a similar (I hope so...) chipset)
 
 
  good luck
 
 
  Samuel Martín Moro
  CamTrace
  {EPITECH.} tek4
 
  Nobody wants to say how this works.
   Maybe nobody knows ...
   Xorg.conf(5)
 
 
  On Mon, Jan 18, 2010 at 3:43 PM, Christoph Kukulies
  k...@kukulies.orgwrote:
 
 
  
  Paul B Mahol schrieb:
 
   On 1/15/10, Christoph Kukulies k...@kukulies.org wrote:
 

  I'm not sure wether syntax has changed but I wanted to cretae an wlan
  acess point
  and tried various things. Under 7.0 I got it working with the
  following
  command
 
  ifconfig rum0 inet 10.0.0.1/24 mediaopt hostap ssid CITYOFFICE
  wepmode
  on wepkey 0xf00baf00ba weptxkey 1 channel 1
 
 
  I tried this but got a socket error Invalid argument.
 
  Then I tried (from an example in the rum (4) manpage):ifconfig wlan
  create wlandev rum0 10.0.0.1/24 mediaopt hostap CITYOFFICE wepmode on
  wepkey 0xf00baaf00baa  weptxkey 1 channel 1
 
 
 
 

  Perhaps you want this one:
 
  ifconfig wlan create wlandev rum0 10.0.0.1/24 wlanmode hostap ssid
  CITYOFFICE wepmode on wepkey 0xf00baaf00baa  weptxkey 1 channel 1
 
 
 
 
  
  I tried this in rc.conf:
 
  ifconfig_rum0=wlan create wlandev rum0 10.0.0.1/24 wlanmode hostap ssid
  CITYOFFICE  wepmode on wepkey 0xf00baaf00baa weptxkey 1 channel 1
 
  I got this:
 
  rum0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu
  2290
ether 00:11:50:cb:52:10
media: IEEE 802.11 Wireless Ethernet autoselect adhoc
  (autoselect
  adhoc)
status: no carrier
 
 
  Why no carrier?
  And I would expect more info on the interface like SSID and such.
 
  --
  Christoph
 
 
   and got:
 

  wlan0
  ifconfig: SIOCSIFMEDIA (media): Device not configured
 
  But suddenly the wlan0 device is there.
 
  Can anybody fill me in?
 
  --
  Christoph
 
 
 
 

  Wireless changed on 8, you have to define wlans in rc.conf then set the
 

  That's why I'm asking :)
 
  
  network up onto the appropriate wlan entry;
 
  example;
 
  wlans_wpi0=wlan0
  ifconfig_wlan0=WPA DHCP
 
  Regards
 
  Craig B
 
 

  Thanks Craig, and also Paul. It looks a bitt better now though still not
  perfect. I don't see the SSID on the network yet
  (I filled in a bogus wepkey for posting here, of course):
 
  rc.conf:
  wlans_rum0=wlan0
  network_interfaces=lo0 rl0 wlan0 # List of network interfaces (or 
  auto).
  ifconfig_lo0=inet 127.0.0.1   # default loopback device configuration.
  ifconfig_rl0=inet 172.27.4.219 netmask 255.255.248.0
  ifconfig_wlan0=wlan create wlandev rum0 10.0.0.1/24 wlanmode hostap
  ssid Aachen
  
 
  Still incorrect, remove wlan create wlandev rum0
 

   wepmode on wepkey 0xf00baaf00baa  weptxkey 1 channel 1
  defaultrouter=172.27.2.116
 
  ifconfig:
  rum0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu 2290
  ether 00:11:50:cb:52:10
  media: IEEE 802.11 Wireless Ethernet autoselect mode 11g
  status: associated
  wlan0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu 1500
  ether 00:11:50:cb:52:10
  media: IEEE 802.11 Wireless Ethernet autoselect (autoselect)
  status: no carrier
  ssid  channel 10 (2457 Mhz 11g)
  country US authmode OPEN privacy OFF txpower 0 bmiss 7 scanvalid 60
  bgscan bgscanintvl 300 bgscanidle 250 roam:rssi 7 roam:rate 5
  protmode CTS bintval 0
 
  Note, that I would like to build up an AP, not a peer to peer or WLAN
  client.
  
 
  BTW rum(4) is crap in hostap mode.
 

 
 This is what it looks like now:
 
 rc.conf:
 
 wlans_rum0=wlan0
 network_interfaces=lo0 rl0 wlan0 # List of network interfaces (or auto).
 ifconfig_lo0=inet 127.0.0.1   # default loopback device configuration.
 ifconfig_rl0=inet 172.27.4.219 netmask 255.255.248.0
 ifconfig_wlan0=10.0.0.1/24 wlanmode hostap ssid OFFICE wepmode on 
 wepkey 0xf00baaf00baaweptxkey 1 channel 1
 defaultrouter=172.27.2.116
 
 ifconfig:
 
 
 rum0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu 2290

Re: Loadbalance outgoing traffic over two cable modems in same network

2009-12-22 Thread Craig Butler

On 22/12/2009 00:46, Mel Flynn wrote:

On Monday 21 December 2009 09:56:11 Nikos Vassiliadis wrote:
   

On 12/21/2009 6:03 AM, Mel Flynn wrote:
 

Hi,

I've looked over http://www.openbsd.org/faq/pf/pools.html but this
assumes two different gateways for the two interfaces.
I'm faced with two cable modems from the same ISP, with the same gateway.
I can't lagg(4) the interfaces, since specific IP's are bound to specific
modems.
   

This can probably be fixed from the ISP side. It should probably be some
antispoofing rule that drops the packets you are sending via the wrong
interface. You could try communicating the problem to the ISP and hope for
the best...
 

I'd rather not go that route. However, I might ask the ISP to move swap two
IP's, so that I have two consecutive IPs on two modems and can use /31
notation for the pool. Source hash should then work better.

   

So I'm wondering if using stick-address with a round-robin nat pool is
really sufficient to do load balancing of outgoing traffic and not get
into session problems with various protocols. Has anybody had similar
experiences?
   

I have no experience on this, but theoretically a state can expire while
  the upper layers are still active... so, I *think* you may have
  problems... Of course, you could increase the lifetime of states
 

True, I'm mostly worried about DNS queries and other UDP protocols. TCP should
theoretically be fine.
Thanks for your feedback.
   


Would ECMP (aka RADIX_MPATH) not be suitable for your requirements ?? 2 
default routes, one to each of the modems IP's ... that should start 
bunting traffic down both pipes.


Works for me here...

=
Equal cost multipath routing

Status: Committed to 8-CURRENT
Will appear in 8.0: sure
Authors: Qing Li
Web: commit message

ECMP routing allows for multiple routes to be handled by the kernel, 
including default routes. It potentially offers substantial increases in 
bandwidth by load-balancing traffic over multiple paths.

=
http://en.wikipedia.org/wiki/Equal-cost_multi-path_routing
http://lists.freebsd.org/pipermail/cvs-src/2008-April/089956.html

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


ldap and pam-mkhomedir, anyone know how to set directory ownership to the ldap user logging in ??

2009-10-14 Thread Craig Butler
Hi All

Currently I have got pam authenticating against ldap and mkhomedir
creating the home directories, but they are created owned as root:wheel
and the user can't write to their own home directory -- I have read the
man page for pam_mkhomedir, the only way I see it working at the moment
is setting an insecure umask in the pam definition

Any ideas on how I can get them owned by the ldap user signing in ?

Thanks

Craig 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


Re: Virtualbox does not lunch (FREEBSD 7.2 STABLE)

2009-09-24 Thread Craig Butler
Hi,

Do you have any thing in /usr/local/lib/virtualbox/ ??

$ ls -l /usr/local/bin/VirtualBox
lrwxr-xr-x  1 root  wheel  36 Sep 21 08:28 /usr/local/bin/VirtualBox
- /usr/local/lib/virtualbox/VirtualBox

Cheers

/Craig B

On Thu, 2009-09-24 at 18:35 +, Jeronimo Calvo wrote:

 Hi all!
 
 Im still having following issue with VirtualBox: (not able to launch
 it when installed from source with option: VBOX_WITH_HARDENING = 0)
 
 log:
 
 # cd /usr/ports/emulators/virtualbox/
 # ls
 Makefilefiles   pkg-message work
 distinfopkg-descr   pkg-plist
 # make install
 # exit
 exit
 $ VirtualBox
 bash: VirtualBox: command not found
 $ whereis VirtualBox
 VirtualBox:
 $ pkg_info | grep virtualbox
 virtualbox-3.0.51.r6 A general-purpose full virtualizer for x86 hardware
 
 
 
 It seems to be installed, but not soft-linked properly, any ideas?
 
 
 2009/9/18 Lowell Gilbert freebsd-questions-lo...@be-well.ilk.org:
  Don't top-post, please.
 
  Jeronimo Calvo jeronimocal...@googlemail.com writes:
 
  for some reason, it gives me the same error... the funny thing is
  pkgdb gives me a nice colection of errors as well :D
 
 
  # pkg_info | grep virtualbox
  virtualbox-3.0.51.r6 A general-purpose full virtualizer for x86 
  hardware
 
  # pkg_delete -f virtualbox-3.0.51.r6
 
  pkg_delete: unable to completely remove directory 
  '/usr/local/lib/virtualbox'
  pkg_delete: couldn't entirely delete package (perhaps the packing list is
  incorrectly specified?)
 
  This error isn't serious.  You can look in that directory, see what's
  left, and either submit a fix for the port to remove it, or perhaps find
  out that there is local configuration that the port *shouldn't* be
  removing.
 
  --
  Lowell Gilbert, embedded/networking software engineer, Boston area
 http://be-well.ilk.org/~lowell/
 
___
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: Virtualbox does not lunch (FREEBSD 7.2 STABLE)

2009-09-17 Thread Craig Butler
On Fri, 2009-09-18 at 07:00 +1200, Jonathan Chen wrote:
 On Thu, Sep 17, 2009 at 06:36:08PM +, Jeronimo Calvo wrote:
  Hi folks!
  
  I do have a problem when launching VirtualBox (installed from source),
  when launched as a normal user it doesnt lunch. Takes few secs... but
  nothing happens...
 
 Did you kldload vboxdrv.ko?

Hi

Have you tried running it under truss ?

I think you might find that it will say - Error in SUPR3HardenedMain
and hang...

Solution;
Rebuild and install Virtualbox port after editing Config.kmk so that
VBOX_WITH_HARDENING = 0

Hope it helps

Cheers

Craig Butler


___
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: Virtualbox does not lunch (FREEBSD 7.2 STABLE)

2009-09-17 Thread Craig Butler
On Thu, 2009-09-17 at 20:32 +0100, Jeronimo Calvo wrote:
 True...
 
 when runned
 
 $truss VirtualBox
 
 it gives me Error in SUPR3hardenedmain...
 
 How do i reinstall the package properly to get VBOX_WITH_HARDENING = 0 ?

# cd /usr/ports/emulators/virtualbox/
# make clean
# make extract patch
# edit work/virtualbox-3.0.51r22683/Config.kmk (or LocalConfig.kmk) so
that VBOX_WITH_HARDENING = 0
# make
# make deinstall
# make reinstall

/Craig B

 
 Thanks a lot!!
 
 2009/9/17 Craig Butler craig...@lerwick.hopto.org:
  On Fri, 2009-09-18 at 07:00 +1200, Jonathan Chen wrote:
  On Thu, Sep 17, 2009 at 06:36:08PM +, Jeronimo Calvo wrote:
   Hi folks!
  
   I do have a problem when launching VirtualBox (installed from source),
   when launched as a normal user it doesnt lunch. Takes few secs... but
   nothing happens...
 
  Did you kldload vboxdrv.ko?
 
  Hi
 
  Have you tried running it under truss ?
 
  I think you might find that it will say - Error in SUPR3HardenedMain
  and hang...
 
  Solution;
  Rebuild and install Virtualbox port after editing Config.kmk so that
  VBOX_WITH_HARDENING = 0
 
  Hope it helps
 
  Cheers
 
  Craig Butler
 
 
 

___
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: Virtualbox does not lunch (FREEBSD 7.2 STABLE)

2009-09-17 Thread Craig Butler
On Thu, 2009-09-17 at 20:45 +, Jeronimo Calvo wrote:
 I am getting the following error on #make deinstall
 
 # make deinstall
 ===  Deinstalling for emulators/virtualbox
 ===   Deinstalling virtualbox-3.0.51.r6
 pkg_delete: file '/usr/local/lib/virtualbox/nls' doesn't exist
 pkg_delete: unable to completely remove directory
 '/usr/local/lib/virtualbox/nls'
 pkg_delete: unable to completely remove directory '/usr/local/lib/virtualbox'
 pkg_delete: couldn't entirely delete package (perhaps the packing list is
 incorrectly specified?)
 
 Btw, skipping that step and doing a #make reinstall
 
 it only takes few secs... and gives
 
 VirtualBox was installed.
 
 but when i run it as a normal user i get:
 
 $ VirtualBox
 bash: /usr/local/bin/VirtualBox: No such file or directory

ok maybe the reinstall is broke... try;

# make deinstall
# make install


 
 
 
 2009/9/17 Craig Butler craig...@lerwick.hopto.org:
  On Thu, 2009-09-17 at 20:32 +0100, Jeronimo Calvo wrote:
  True...
 
  when runned
 
  $truss VirtualBox
 
  it gives me Error in SUPR3hardenedmain...
 
  How do i reinstall the package properly to get VBOX_WITH_HARDENING = 0 ?
 
  # cd /usr/ports/emulators/virtualbox/
  # make clean
  # make extract patch
  # edit work/virtualbox-3.0.51r22683/Config.kmk (or LocalConfig.kmk) so
  that VBOX_WITH_HARDENING = 0
  # make
  # make deinstall
  # make reinstall
 
  /Craig B
 
 
  Thanks a lot!!
 
  2009/9/17 Craig Butler craig...@lerwick.hopto.org:
   On Fri, 2009-09-18 at 07:00 +1200, Jonathan Chen wrote:
   On Thu, Sep 17, 2009 at 06:36:08PM +, Jeronimo Calvo wrote:
Hi folks!
   
I do have a problem when launching VirtualBox (installed from source),
when launched as a normal user it doesnt lunch. Takes few secs... but
nothing happens...
  
   Did you kldload vboxdrv.ko?
  
   Hi
  
   Have you tried running it under truss ?
  
   I think you might find that it will say - Error in SUPR3HardenedMain
   and hang...
  
   Solution;
   Rebuild and install Virtualbox port after editing Config.kmk so that
   VBOX_WITH_HARDENING = 0
  
   Hope it helps
  
   Cheers
  
   Craig Butler
  
  
  
 
 

___
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: Virtualbox does not lunch (FREEBSD 7.2 STABLE)

2009-09-17 Thread Craig Butler
On Thu, 2009-09-17 at 20:56 +, Jeronimo Calvo wrote:
 same thing...
 
 when making
 
 #make deinstall i get the same error:
 
 ===  Deinstalling for emulators/virtualbox
  ===   Deinstalling virtualbox-3.0.51.r6
  pkg_delete: file '/usr/local/lib/virtualbox/nls' doesn't exist
  pkg_delete: unable to completely remove directory
  '/usr/local/lib/virtualbox/nls'
  pkg_delete: unable to completely remove directory 
  '/usr/local/lib/virtualbox'
  pkg_delete: couldn't entirely delete package (perhaps the packing list is
  incorrectly specified?)
 
 and when making install, keep saying that is already installed :S

try pkg_delete with the -f flag;

you'll need to;

# pkg_info | grep virtualbox
# pkg_delete -f virtualbox-versionhere

then in virtualbox port dir

# make install

I suspect the make reinstall script failed to symlink the VirtualBox
executable into /usr/local/bin
 
 
 2009/9/17 Craig Butler craig...@lerwick.hopto.org:
  On Thu, 2009-09-17 at 20:45 +, Jeronimo Calvo wrote:
  I am getting the following error on #make deinstall
 
  # make deinstall
  ===  Deinstalling for emulators/virtualbox
  ===   Deinstalling virtualbox-3.0.51.r6
  pkg_delete: file '/usr/local/lib/virtualbox/nls' doesn't exist
  pkg_delete: unable to completely remove directory
  '/usr/local/lib/virtualbox/nls'
  pkg_delete: unable to completely remove directory 
  '/usr/local/lib/virtualbox'
  pkg_delete: couldn't entirely delete package (perhaps the packing list is
  incorrectly specified?)
 
  Btw, skipping that step and doing a #make reinstall
 
  it only takes few secs... and gives
 
  VirtualBox was installed.
 
  but when i run it as a normal user i get:
 
  $ VirtualBox
  bash: /usr/local/bin/VirtualBox: No such file or directory
 
  ok maybe the reinstall is broke... try;
 
  # make deinstall
  # make install
 
 
 
 
 
  2009/9/17 Craig Butler craig...@lerwick.hopto.org:
   On Thu, 2009-09-17 at 20:32 +0100, Jeronimo Calvo wrote:
   True...
  
   when runned
  
   $truss VirtualBox
  
   it gives me Error in SUPR3hardenedmain...
  
   How do i reinstall the package properly to get VBOX_WITH_HARDENING = 0 ?
  
   # cd /usr/ports/emulators/virtualbox/
   # make clean
   # make extract patch
   # edit work/virtualbox-3.0.51r22683/Config.kmk (or LocalConfig.kmk) so
   that VBOX_WITH_HARDENING = 0
   # make
   # make deinstall
   # make reinstall
  
   /Craig B
  
  
   Thanks a lot!!
  
   2009/9/17 Craig Butler craig...@lerwick.hopto.org:
On Fri, 2009-09-18 at 07:00 +1200, Jonathan Chen wrote:
On Thu, Sep 17, 2009 at 06:36:08PM +, Jeronimo Calvo wrote:
 Hi folks!

 I do have a problem when launching VirtualBox (installed from 
 source),
 when launched as a normal user it doesnt lunch. Takes few secs... 
 but
 nothing happens...
   
Did you kldload vboxdrv.ko?
   
Hi
   
Have you tried running it under truss ?
   
I think you might find that it will say - Error in SUPR3HardenedMain
and hang...
   
Solution;
Rebuild and install Virtualbox port after editing Config.kmk so that
VBOX_WITH_HARDENING = 0
   
Hope it helps
   
Cheers
   
Craig Butler
   
   
   
  
  
 
 

___
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: Virtualbox does not lunch (FREEBSD 7.2 STABLE)

2009-09-17 Thread Craig Butler
On Thu, 2009-09-17 at 21:50 +, Jeronimo Calvo wrote:
 I am still having the same issue...
 
 I think a pkgdb -F should solve this...
 
 what do u think?
It cant hurt...  pkg_delete -f should have solved it tho according to
the manual;

 -f, --force
 Force removal of the package, even if a dependency is
recorded or the deinstall or require script fails.

 
 2009/9/17 Craig Butler craig...@lerwick.hopto.org:
  On Thu, 2009-09-17 at 20:56 +, Jeronimo Calvo wrote:
  same thing...
 
  when making
 
  #make deinstall i get the same error:
 
  ===  Deinstalling for emulators/virtualbox
   ===   Deinstalling virtualbox-3.0.51.r6
   pkg_delete: file '/usr/local/lib/virtualbox/nls' doesn't exist
   pkg_delete: unable to completely remove directory
   '/usr/local/lib/virtualbox/nls'
   pkg_delete: unable to completely remove directory 
   '/usr/local/lib/virtualbox'
   pkg_delete: couldn't entirely delete package (perhaps the packing list is
   incorrectly specified?)
 
  and when making install, keep saying that is already installed :S
 
  try pkg_delete with the -f flag;
 
  you'll need to;
 
  # pkg_info | grep virtualbox
  # pkg_delete -f virtualbox-versionhere
 
  then in virtualbox port dir
 
  # make install
 
  I suspect the make reinstall script failed to symlink the VirtualBox
  executable into /usr/local/bin
 
 
  2009/9/17 Craig Butler craig...@lerwick.hopto.org:
   On Thu, 2009-09-17 at 20:45 +, Jeronimo Calvo wrote:
   I am getting the following error on #make deinstall
  
   # make deinstall
   ===  Deinstalling for emulators/virtualbox
   ===   Deinstalling virtualbox-3.0.51.r6
   pkg_delete: file '/usr/local/lib/virtualbox/nls' doesn't exist
   pkg_delete: unable to completely remove directory
   '/usr/local/lib/virtualbox/nls'
   pkg_delete: unable to completely remove directory 
   '/usr/local/lib/virtualbox'
   pkg_delete: couldn't entirely delete package (perhaps the packing list 
   is
   incorrectly specified?)
  
   Btw, skipping that step and doing a #make reinstall
  
   it only takes few secs... and gives
  
   VirtualBox was installed.
  
   but when i run it as a normal user i get:
  
   $ VirtualBox
   bash: /usr/local/bin/VirtualBox: No such file or directory
  
   ok maybe the reinstall is broke... try;
  
   # make deinstall
   # make install
  
  
  
  
  
   2009/9/17 Craig Butler craig...@lerwick.hopto.org:
On Thu, 2009-09-17 at 20:32 +0100, Jeronimo Calvo wrote:
True...
   
when runned
   
$truss VirtualBox
   
it gives me Error in SUPR3hardenedmain...
   
How do i reinstall the package properly to get VBOX_WITH_HARDENING = 
0 ?
   
# cd /usr/ports/emulators/virtualbox/
# make clean
# make extract patch
# edit work/virtualbox-3.0.51r22683/Config.kmk (or LocalConfig.kmk) so
that VBOX_WITH_HARDENING = 0
# make
# make deinstall
# make reinstall
   
/Craig B
   
   
Thanks a lot!!
   
2009/9/17 Craig Butler craig...@lerwick.hopto.org:
 On Fri, 2009-09-18 at 07:00 +1200, Jonathan Chen wrote:
 On Thu, Sep 17, 2009 at 06:36:08PM +, Jeronimo Calvo wrote:
  Hi folks!
 
  I do have a problem when launching VirtualBox (installed from 
  source),
  when launched as a normal user it doesnt lunch. Takes few 
  secs... but
  nothing happens...

 Did you kldload vboxdrv.ko?

 Hi

 Have you tried running it under truss ?

 I think you might find that it will say - Error in 
 SUPR3HardenedMain
 and hang...

 Solution;
 Rebuild and install Virtualbox port after editing Config.kmk so 
 that
 VBOX_WITH_HARDENING = 0

 Hope it helps

 Cheers

 Craig Butler



   
   
  
  
 
 

___
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: MS Project file viewer

2009-07-22 Thread Craig Butler
On Wed, 2009-07-22 at 11:26 +, Randall Wood wrote:
 On Wed, Jul 22, 2009 at 10:12:35AM +0200, Matthias Apitz wrote:
  
  Hello,
  
  Is there any MS Project (mpp) file viewer which runs on FreeBSD? Thx
  
  matthias
 
 My company uses Steelray Viewer at the office; to my great surprise there is 
 a Linux version available, which makes me think it might run on FreeBSD.  
 There's a trial version you can use to determine compatibility.  For what 
 it's worth, the product works well - they license the tech from Microsoft so 
 they have full access to the specification.  But it is not free-as-in-beer.

openproj work great for me and is available in ports.



___
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: IPv6 FreeBSD servers

2009-07-19 Thread Craig Butler
 

On Sun, 2009-07-19 at 17:56 +1000, Brett Wiggins wrote:
 Hi,
 
 I am looking to rent a FreeBSD server that has access to an IPv6
 address. I have previously rented a FreeBSD server from theplanet.com
 but they only offer IPv4 and I would like my server to be on the IPv6
 network. Does anyone have any knowledge of companies that offer this?
 
 thanks,
 
 Brett.
 
 ___
 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

Hi Brett

What about using a ipv4 - ipv6 tunnel broker like sixxs, should just be
a case of setting up an account then running the aiccu connectivity
client on your server.

Regards

Craig 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


Re: What is this forum for?

2009-05-29 Thread Craig Butler
 

On Fri, 2009-05-29 at 11:03 -0400, Jerry McAllister wrote:
 On Thu, May 28, 2009 at 11:43:29PM +0100, RW wrote:
 
  On Thu, 28 May 2009 23:38:46 +0200 (CEST)
  Wojciech Puchar woj...@wojtek.tensor.gdynia.pl wrote:
  
  
   i repeated what i read recently about ICE ON ARCTIC SEA melting that
   will flood.
   
   Even knowledge from primary school physics and no single calculation
   is enough to prove that water level will not change at all.
  
  Even for you this is a new low. When you learned about Archimedes
  principle did they not teach you about thermal expansion - or did you
  just assume that as the ice melts everything remains at the same
  temperature. 
 
 And, what about the huge amount of water that is currently sequestered 
 in ice above sea level - on 'dry' land?   Where will it go?
 
 jerry

I think its because we are building and launching all these bigger and
bigger boats and displacing more water :P

/CB


 
 
  ___
  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

___
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: When a System Dies; Getting back in operation again.

2009-05-01 Thread Craig Butler
Bacula is your friend, tried and tested

http://www.bacula.org/en/dev-manual/Disast_Recove_Using_Bacula.html#SECTION004315

/Craig

 

On Fri, 2009-05-01 at 12:07 -0500, Martin McCormick wrote:
 Let's say we have a system that is backed up regularly and it
 vanishes in a puff of smoke one day. One can get FreeBSD
 installed on a new drive in maybe half an hour or so but we also
 need to get back to the right patch level and then we can say we
 are back where we started. If you do not have hot-swappable
 drives which we mostly do not, What is the best way to restore
 the full system?
 
   Can I use the FreeBSD installation disk in rescue mode?
 The idea would be to boot the CDROM, go in to rescue mode, mount
 the new drive which may be blank right now, and then use restore
 based on the last dump of the system we are trying to revive.
 
   Thanks.
 
 Martin McCormick WB5AGZ  Stillwater, OK 
 Systems Engineer
 OSU Information Technology Department Telecommunications Services Group
 ___
 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: qemu cutpaste between X11 -- Windows

2009-04-22 Thread Craig Butler
Run the vm with -vnc flag enabled.  Then connect using vncviewer.
Alternatively connect to the XP system using rdesktop.

/Craig B
 
 

On Wed, 2009-04-22 at 10:00 +0200, Matthias Apitz wrote:
 Hello,
 
 Is there some way to cutpaste text between the UNIX desktop (KDE) and
 the qemu-0.10.2 VM running XP as a guest system? thx
 
   matthias

___
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


ultranav usb keyboard panics on bootup -- stuck

2009-01-29 Thread Craig Butler
Hi All

Anybody know how I work around the following panic ??

panic: ohci_add_done: addr 0x7fef1c30 not found
cpuid = 0
Uptime: 1s

I have just purchased a new Lenovo ultranav usb keyboard from .
(My old ibm ps/2 one died)

http://uk.insight.com/apps/productpresentation/index.php?product_id=LEN31P9304nbs_search=C%3D106%26S%3D1040%26lang%3Den-gb%26K%3D%26M%3DLEN

The panic is definitely happening because of the usb keyboard (with
integrated mouse), if I take it out and replace with a ps/2 counterpart
the computer boots up normally.

Regards

Craig Butler



___
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: Openoffice 3.0.0 - spellchecker not functioning

2008-11-07 Thread Craig Butler


On Thu, 2008-11-06 at 18:13 +, Mike Clarke wrote:
 I've installed en-openoffice.org-GB-3.0.0 from ports on my 6.4-RC1 
 system. The install, using the command  
 portinstall  -m LOCALIZED_LANG=en-GB -DWITH_KDE 
 editors/openoffice.org-3, appeared to complete OK and I can 
 run /usr/local/bin/openoffice.org-3.0.0-swriter but attempts to check 
 spelling in a document with known spelling errors always fail to find 
 any errors.
 
 The Available language modules section in Tools - Options - Language 
 Settings - Writing Aids is empty, unlike my copy of Openoffice 2.3 
 which has 3 entries in this section.
 
 Should the language modules have been installed or have I missed 
 anything when installing the port?
 

Hi Mike,

Don't think ya missed anything, I am in the same boat...
I also compiled with the LOCALIZED_LANG=en-GB flag.

Anybody with a solution ? my spelling isn't that good so would need to
spell check my documents.

Regards

Craig B

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


Re: Openoffice 3.0.0 - spellchecker not functioning

2008-11-07 Thread Craig Butler


On Fri, 2008-11-07 at 22:01 +, Mike Clarke wrote:
 On Friday 07 November 2008, Nikola Lečić wrote:
 
  Happily, the instruction from the same page (DictOOo-Wizard, intended
  for OpenOffice.org-2) worked just fine in my OpenOffice-3. I
  downloaded
 
   
  http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/diction
 aries/dicooo/DicOOo.sxw
 
  and it worked like a charm, installing Hunspell Spellchecker module
  and dictionary files.
 
  Hope this helps.
 
 Thanks for your help Nikola. I downloaded and ran DictOOo-Wizard and it 
 worked perfectly.
 

also worked like a charm here, thanks a million.

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


Re: GDM login without using a password

2008-11-04 Thread Craig Butler
On Tue, 2008-11-04 at 16:32 +0200, Roey Dror wrote:
  AFAIK the automatic login feature allows you to nominate a user to
  automatically log in as... it doesn't ask for the password but I think
  one can be set (so it doesn't need to be empty).
 
 As I said, the automatic login feature is not what I'm looking for.
 I need to set up more than one user that is able to login without a password.
 The computer is a home computer, so local security is not an issue.
 

OK the pam stuff that is talked about online is found in /etc/pam.d/gdm.
I have seen a few suggestions to change the auth to optional instead of
required.  However there would be nothing to stop some one logging in as
root through gdm.

Maybe there is some way of fudging gnome to accept more than one
passwordless user account good luck finding it

Regards

Craig B

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


Re: GDM login without using a password

2008-11-04 Thread Craig Butler


On Tue, 2008-11-04 at 16:02 +0200, Roey Dror wrote:
 I've searched around the internet for a way to allow a user to login
 into GDM without using a password.
 I know that GDM has an automatic login feature, but that's not what I'm 
 looking.
 I really do not wish to create a user with an empty password, in order
 not to compromise the entire system security.
 I found a mini-HOWTO which suggests using the pam_filelist module.
 Unfortunately, I couldn't find this module in the ports system.
 
 Is there any other way to allow this user to login without using a
 password only using GDM?
 

AFAIK the automatic login feature allows you to nominate a user to
automatically log in as... it doesn't ask for the password but I think
one can be set (so it doesn't need to be empty).  Automatic login is a
security risk in its self, the cracker is already one step closer.

It is all controlled through gdmsetup.

Regards

Craig B



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


Re: flash-9, 10 on FreeBSD

2008-10-28 Thread Craig Butler



On Tue, 2008-10-28 at 14:08 -0400, Mikhail Teterin wrote:
 Sent by Glyn Millington:
  My solution was to install Wine and run the MS port of Firefox. So far
  it works flawlessly for me.

 This has two problems:
 
1. It requires a (licensed) Windows install handy.
2. The solution is only suitable for i386 -- not for amd64, which is
   what I'm using.
 
 -mi
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

The way forwards has to be to jump onto the gnash band wagon  I
think that project is moving leaps and bounds.  

Why be tied into proprietary closed sourced drivel that the people who
write it aren't prepared to support a decent Operating System ??

gnash all the way for me..

Regards

Craig B

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


Re: gnash (Re: flash-9, 10 on FreeBSD)

2008-10-28 Thread Craig Butler
On Tue, 2008-10-28 at 14:34 -0400, Mikhail Teterin wrote:
 Sent by Craig Butler:
  gnash all the way for me..

 Does it work with YouTube?
 
 -mi
 

Some of the video's work on youtube with the gnash-devel

I think there is an issue with the videos that use the On2 VP62 codec...
(again another closed sourced codec no suprise there !)

It is a work in progress, but it works good enough for me.  I am sure
the developers will work the little niggles out.

I am not overly concerned about the VP62 tho, we should have a choice !

Go on give it a try see if it works for you... No loss if it doesn't.

Regards

Craig B

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


Re: has anyone actually received a bsdmag ? -- SOLVED

2008-10-10 Thread Craig Butler
On Wed, 2008-10-08 at 11:42 -0600, Chad Perrin wrote:
 On Tue, Oct 07, 2008 at 08:43:29AM -0500, Andrew Gould wrote:
  
  The BSDMag website mentioned that it would be available at Barnes  Noble.
  I couldn't find it there; but I found it at Borders bookstores.
 
 I've seen a copy at Barnes  Noble, but I'm more concerned about the fact
 that Craig B subscribed and hasn't received an issue yet.
 

Hi Guys,

I now have a copys of both issues of the BSD Mag...  The communications
where good and problems where rectified very quickly and professionally.
Second set of magazines where delivered within a week with the correct
address.

Am now a happy bunny :D

If anybody finds them self in the same situation I would recommend
emailing Karolina directly... she has her finger on the pulse over
there.

P.S. Brilliant mag !

Cheers

Craig B



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


Re: BSD mag

2008-10-07 Thread Craig Butler


On Tue, 2008-10-07 at 09:25 +0200, Karolina Lesińska wrote:
 Dear Craig,
 
 Thanks for your interest in BSD mag and sorry for all inconviniences.
 
 I have checked your subscription status. You have subscribed on September 
 18th, and the issues were sent on September 22nd.
 
 You should have the mags any day now. Let me know in case you do not have 
 them 
 till Friday and I will send it once again.
 
 Could you please send your address again- just in case there are some 
 mistakes.
 
 Thanks and once again sorry for all toubles!
 
 best regards
 Karolina
 

Hi Karolina

Thank you for the reply.  I have sent you an email off list with my
address details in.

Hopefully I can be a happy BSD mag reader soon.

Kind Regards

Craig Butler

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


Re: Script works fine from CLI, but not when Cron'd

2008-10-07 Thread Craig Butler
On Tue, 2008-10-07 at 10:20 +0100, Marc Coyles wrote:
 I've got a script to backup my MySQL databases, which works absolutely
 fine from the command line, but when I add it in to root's cronjobs it
 always fails with mysqldump: not found - what am I doing wrong?
 
 Script as follows:
 
 #!/bin/sh
 USER=
 PASS=
 
 mysqldump --opt -h localhost -u $USER -p$PASS horbury_dppd06
 /home/horbury/backup_mysql/dppd06.sql
 
 
 And that's it...
 When run as root from CLI, works with no errors. When run from cron as
 root, get the not found problem.
 
 
 Marc A Coyles - Horbury School ICT Support Team
 Mbl: 07850 518106
 Land: 01924 282740 ext 730
 Helpdesk: 01924 282740 ext 2000
  
 
 
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

When it is run from cron it is not picking up the shell .profile so PATH
is not set.  As mysqldump is sitting in a directory in one of the paths
(/usr/local/bin ??) 

Quick fix use full path details in the mysqldump line.

Or

Source in a .profile  to set the paths.

Regards

Craig B


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


adding a slice to gmirror instead of a whole disk, will it work?

2008-10-07 Thread Craig Butler
Hi Guys

Will adding a slice to a gmirror instead of a whole disk work?
The slice is big enough to accommodate the old disk.

Thanks

Craig B

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


has anyone actually received a bsdmag ?

2008-10-06 Thread Craig Butler
Hi Guys

I have been subscribed to BSD Magazine since the start of September, I
was hoping to get the first issue sent to me I am still waiting.

Looking on their website they have the second issue published again
I am waiting to receive it.

I have tried emailing them but have not had any replies.

Has anybody else received their copy ? 

Cheers

Craig B

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


Re: has anyone actually received a bsdmag ?

2008-10-06 Thread Craig Butler
On Mon, 2008-10-06 at 17:48 -0400, matt donovan wrote:
 On Mon, Oct 6, 2008 at 2:14 PM, Gonzalo Nemmi [EMAIL PROTECTED] wrote:
 
  On Monday 06 October 2008 4:24:47 pm Craig Butler wrote:
   Hi Guys
  
   I have been subscribed to BSD Magazine since the start of September, I
   was hoping to get the first issue sent to me I am still waiting.
  
   Looking on their website they have the second issue published again
   I am waiting to receive it.
  
   I have tried emailing them but have not had any replies.
  
   Has anybody else received their copy ?
  
   Cheers
  
   Craig B
  
   ___
   freebsd-questions@freebsd.org mailing list
   http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   To unsubscribe, send any mail to
   [EMAIL PROTECTED]
 
  Good to know that ...
 
  I bought the first issue on .pdf format back when it was release and I was
  seconds away from subscribing for a full year (printed version) until I
  read
  your mail ...
 
  So .. I guess I'll put my subscription on hold until I know for sure that
  they
  do send the mag to your door and that they do it on time ...
 
  Please, let me know how things end up for you.
 
  Regards
  --
  Blessings
  Gonzalo Nemmi
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to 
  [EMAIL PROTECTED]
 
 
 BSDmagazine is not the same as Linux Magazine they don't follow teh same
 release dates I believe BSDmag is like every 4 months or something you'll
 get one
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

Yep that correct

Its meant to be quarterly (every 3 months) 

However I am still waiting for the first issue let alone the second..

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


Re: Alternative for EasySpeedy

2008-09-20 Thread Craig Butler


On Sat, 2008-09-20 at 16:21 +0200, Marc Schneiders wrote:
 In the past I had for some time a dedicated server with EasySpeedy in
 Denmark. In the beginning it worked alright, but later it turned sour. No
 or flaky network connection. No replies from support. So I quit. But I
 still would like to have something similar, where you can do whatever you
 like with your server, upgrade the OS yourself. And I want FreeBSD and NOT
 Linux. Finally: I am poor. So cheap, please.
 
 Any tips? Thanks!
 
 Marc Schneiders
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

Hi Marc

Interesting that you had problems with EasySpeedy, so did we!  made the
move to a couple of xen servers at rootbsd.com and haven't regretted it.
Price is right, support is spot on, and network connectivity is
flawless, give em a try you wont be sorry.

Cheers

Craig B



This email has been handled by lerwick.hopto.org mail server
and has been scanned by 3 virus killers and spamassassin


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


sound jitter with snd_via8233 and freebsd 7

2008-08-10 Thread Craig Butler
Hi All

I am experiencing sound jitter when watching video or listening to
music.
I have tried many players (vlc, mplayer, xine ... etc) with different
cache settings -- same result.
It jitters even if the computer is not busy.

Has anybody else experienced this ? is there a fix ?


Thanks

Craig Butler



This email has been handled by lerwick.hopto.org mail server
and has been scanned by 3 virus killers and spamassassin


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


video glitch with high def vids on nvidia 7600

2008-08-10 Thread Craig Butler
Hi All

I am having a problem playing High Definition video using Freebsd 7 and
an Nvidia 7600 AGP graphics card.

I have tried hd-divx and mkv.

Video plays smooth, but there is a horizontal glitch through the centre
when displaying full screen.

Has anybody else experienced this ?  is there a fix ?

I am using the nvidia-driver from ports (173.14.09) compiled with the
default configuration.  Nvidia kernel object is loaded and nvidia is
configured in xorg.conf and controlled by nvidia-settings.

Kind Regards

Craig Butler



This email has been handled by lerwick.hopto.org mail server
and has been scanned by 3 virus killers and spamassassin


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


Re: NTFS-3G mount during boot

2007-10-07 Thread Craig Butler

Novembre wrote:

On 10/7/07, Mel [EMAIL PROTECTED] wrote:
  

On Sunday 07 October 2007 10:00:35 Novembre wrote:



On 10/7/07, Doug Barton [EMAIL PROTECTED] wrote:
  

On Sun, 7 Oct 2007, Novembre wrote:


The first error above is because the fuse kernel module is not yet
  

loaded.

Well isn't it sort of pointless to proceed until you get the kernel
module loaded at boot time and then see what happens next?


Oh, the kernel module IS loaded as shown in 'dmesg -a' and in
/var/log/messages. However, it can't be loaded unless / and /usr file
systems are mounted.
  

Filesystems that need modules from anywhere else then the root partition
cannot be loaded from /etc/fstab.
Either make fusefs-kmod install in /boot/modules
(echo 'KMOD_DIR=/boot/modules'


/usr/ports/sysutils/fusefs-kmod/Makefile.local) or mount the filesystem
  

using an rc(8) script in /usr/local/etc/rc.d/.
In the end you do not really care whether it's mounted 20 seconds or 1
second
before login prompt is available.

--
Mel






Well, I gave up using /etc/fstab to mount NTFS partitions at boot time a
couple of months ago when I realized that it's not the correct way to do it
(so I also wrote an rc.d script to do the job, but I'll talk about it
later). However, I recently looked at fusefs-ntfs source files, and as you
can see from
http://www.freebsd.org/cgi/cvsweb.cgi/ports/sysutils/fusefs-ntfs/Makefile in
revision 1.19, there are changes (installing a symlink) to allow using
/etc/fstab to mount NTFS partitions at boot. So I thought that maybe now
it's okay to use /etc/fstab. Anyway, if it's still not possible to use
/etc/fstab, then what does that sentence mean in the revision 1.19 of
fusefs-ntfs Makefile (again, see the URL above)?

Another question is why, even after loading the kernel module (see the
'dmesg -a' output below), it is not possible to mount the NTFS partition?
--
[EMAIL PROTECTED] ~]$ dmesg -a
...
Starting fusefs.
fuse4bsd: version 0.3.9-pre1, FUSE ABI 7.8
...
Mounting late file systems:
fuse: failed to exec mount program: No such file or directory
--

This output from /var/log/messages is also interesting, showing that ntfs-3g
has indeed been run and that it has mounted my Windows partition (but I
don't see it mounted)!
--
[EMAIL PROTECTED] ~]$ cat /var/log/messages
...
Oct  6 14:22:40 pasargadae kernel: Trying to mount root from ufs:/dev/ad0s2a
Oct  6 14:22:45 pasargadae kernel: fuse4bsd: version 0.3.9-pre1, FUSE ABI
7.8
Oct  6 14:22:45 pasargadae ntfs-3g[811]: Version 1.913
Oct  6 14:22:45 pasargadae ntfs-3g[811]: Mounted /dev/ad0s1 (Read-Write,
label , NTFS 3.0)
Oct  6 14:22:45 pasargadae ntfs-3g[811]: Cmdline options: (null)
Oct  6 14:22:45 pasargadae ntfs-3g[811]: Mount options:
noatime,silent,allow_other ,fsname=/dev/ad0s1
...
--

And I didn't know about the /boot/modules way. Could you please ellaborate
more? Is it a different way to load kernel modules than using
/boot/loader.conf? When should one use that?

And now, about coming back to using an rc.d script...After failing to use
/etc/fstab, I wrote this script to mount the partition at boot time.
However, this also does not work!
--
#!/bin/sh
#
# PROVIDE: ntfsmount
# REQUIRE: fusefs
#

. /etc/rc.subr

name=ntfsmount
rcvar=${name}_enable
command=/usr/sbin/mount_ntfs-3g
command_args=/dev/ad0s1 /mnt/windows -o locale=en_US.UTF-8

load_rc_config $name

: ${ntfsmount_enable=NO}

run_rc_command $1
--
I have made this script executable and have put ' ntfsmount_enable=YES '
in my /etc/rc.conf. So basically, I'm out of ideas now, and I need the
experts' help in this case. I think this problem is way above my current
knowledge of FreeBSD.

Thanks for your help :)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]
  


Wow thats a lot of work.

one liner in /etc/rc.local
/usr/sbin/mount_ntfs-3g /dev/ad0s1 /mnt/windows -o locale=en_US.UTF-8 


Job Done :p 






This email has been handled by lerwick.hopto.org mail server
and has been scanned by 3 virus killers and spamassassin


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