Re: Request for mount_nfs assistance

2010-04-20 Thread Jon Mercer
Peter,

The two lines shouldn't create a conflict, but it would seem to me to be
more normal to append the second IP after the first, e.g.:

/usr/home1  -maproot=root   192.168.0.252, 192.168.0.253

On the other hand, if the 253 machine doesn't need access it would be wise
to remove the second line altogether and reduce any potential attack arising
from that machine on the mount.

Have you checked /var/log/messages and any other files to see why the server
(maybe) didn't start after the last reboot? That could prevent any
recurrence.

Jon

On 19 April 2010 17:48, pe...@vfemail.net wrote:


 192.168.0.244's /etc/exports file says:

 /usr/home1  -maproot=root   192.168.0.252
 /usr/home1  -maproot=root   192.168.0.253

 192.168.0.252 is the machine that should have access to 192.168.0.244's
 drive, but was having difficulty obtaining it.  I'm kind of surprised to see
 the entry for 192.168.0.253, because I don't think that machine has any need
 for access to the drive.

 Do these two entires in the /etc/exports file create a conflict?

 I don't believe there were any recent network-related changes.

 ---

 At 12:00 PM 4/19/2010, Jon Mercer wrote:
 What information is contained in the /etc/exports file on the NFS server?
 If
 that changed between NFS Server restarts that _could_ be the cause.
 
 Also, has there been any simultaneous change in the network across which
 the
 servers speak? Especially with regard to port 111.
 
 
 
 On 19 April 2010 15:38, pe...@vfemail.net wrote:
 
 
  I have two servers funning FreeBSD.  For the past four years, an:
 
 /sbin/mount_nfs 192.168.0.244:/usr/home1 /home1
 
  command has successfully allowed one server access to data on the other
  server's hard drive.
 
  This morning, following reboots of both servers, the mount_nsf command
  fails, returns:
 
 192.168.0.244:/usr/home1: RPCPROG_MNT: RPC: Timed out
 
  error messages.
 
  Each server can ping the other and connect via ssh; the hardware's
 working
  fine; I don't believe anything's changed on either server recently; and
 the
  find command doesn't indicate that any system files have been altered in
 the
  past week.
 
  I'm at a complete loss for any explanation of the failure, and I'm
  uncertain how to diagnose and fix the problem.
 
 
 
 
 
 
 
 
 
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to 
  freebsd-questions-unsubscr...@freebsd.org
 
 
 
 
 --
 ---
 Jon Mercer DirectorAchean Limited
 
 http://www.achean.com
 http://uk.linkedin.com/in/jonmercer
 ---
 ___
 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




-- 
---
Jon Mercer DirectorAchean Limited

http://www.achean.com
http://uk.linkedin.com/in/jonmercer
---
___
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: Request for mount_nfs assistance

2010-04-20 Thread Jon Mercer
Do you have anything relating to RPC connections inbound on the server logs?

It may also be time to look at which version of FBSD you are running.

On 20 April 2010 19:06, pe...@vfemail.net wrote:


 I deleted the unnecessary line from the /etc/exports file and rebooted both
 machines.  Connecting from the client to the server using an
 /sbin/mount_nfs 192.168.0.244:/usr/home1 /home1 command took forever . .
 . well, somewhere between a half-hour and an hour.  It used to be speedy.
  Nothing mount-related has been logged in either server's /var/log/messages
 file.

 I'm at a loss to know where to start to track down what's causing the slow
 connection.

 --

 At 03:42 AM 4/20/2010, Jon Mercer wrote:
 Peter,
 
 The two lines shouldn't create a conflict, but it would seem to me to be
 more normal to append the second IP after the first, e.g.:
 
 /usr/home1  -maproot=root   192.168.0.252, 192.168.0.253
 
 On the other hand, if the 253 machine doesn't need access it would be wise
 to remove the second line altogether and reduce any potential attack
 arising
 from that machine on the mount.
 
 Have you checked /var/log/messages and any other files to see why the
 server
 (maybe) didn't start after the last reboot? That could prevent any
 recurrence.
 
 Jon
 
 On 19 April 2010 17:48, pe...@vfemail.net wrote:
 
 
  192.168.0.244's /etc/exports file says:
 
  /usr/home1  -maproot=root   192.168.0.252
  /usr/home1  -maproot=root   192.168.0.253
 
  192.168.0.252 is the machine that should have access to 192.168.0.244's
  drive, but was having difficulty obtaining it.  I'm kind of surprised to
 see
  the entry for 192.168.0.253, because I don't think that machine has any
 need
  for access to the drive.
 
  Do these two entires in the /etc/exports file create a conflict?
 
  I don't believe there were any recent network-related changes.
 
  ---
 
  At 12:00 PM 4/19/2010, Jon Mercer wrote:
  What information is contained in the /etc/exports file on the NFS
 server?
  If
  that changed between NFS Server restarts that _could_ be the cause.
  
  Also, has there been any simultaneous change in the network across
 which
  the
  servers speak? Especially with regard to port 111.
  
  
  
  On 19 April 2010 15:38, pe...@vfemail.net wrote:
  
  
   I have two servers funning FreeBSD.  For the past four years, an:
  
  /sbin/mount_nfs 192.168.0.244:/usr/home1 /home1
  
   command has successfully allowed one server access to data on the
 other
   server's hard drive.
  
   This morning, following reboots of both servers, the mount_nsf
 command
   fails, returns:
  
  192.168.0.244:/usr/home1: RPCPROG_MNT: RPC: Timed out
  
   error messages.
  
   Each server can ping the other and connect via ssh; the hardware's
  working
   fine; I don't believe anything's changed on either server recently;
 and
  the
   find command doesn't indicate that any system files have been altered
 in
  the
   past week.
  
   I'm at a complete loss for any explanation of the failure, and I'm
   uncertain how to diagnose and fix the problem.
  
  
  
  
  
  
  
  
  
   ___
   freebsd-questions@freebsd.org mailing list
   http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   To unsubscribe, send any mail to 
   freebsd-questions-unsubscr...@freebsd.org
  
  
  
  
  --
  ---
  Jon Mercer DirectorAchean Limited
  
  http://www.achean.com
  http://uk.linkedin.com/in/jonmercer
  ---
  ___
  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
 
 
 
 
 --
 ---
 Jon Mercer DirectorAchean Limited
 
 http://www.achean.com
 http://uk.linkedin.com/in/jonmercer
 ---
 ___
 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




-- 
---
Jon Mercer

Re: Request for mount_nfs assistance

2010-04-19 Thread Jon Mercer
What information is contained in the /etc/exports file on the NFS server? If
that changed between NFS Server restarts that _could_ be the cause.

Also, has there been any simultaneous change in the network across which the
servers speak? Especially with regard to port 111.



On 19 April 2010 15:38, pe...@vfemail.net wrote:


 I have two servers funning FreeBSD.  For the past four years, an:

/sbin/mount_nfs 192.168.0.244:/usr/home1 /home1

 command has successfully allowed one server access to data on the other
 server's hard drive.

 This morning, following reboots of both servers, the mount_nsf command
 fails, returns:

192.168.0.244:/usr/home1: RPCPROG_MNT: RPC: Timed out

 error messages.

 Each server can ping the other and connect via ssh; the hardware's working
 fine; I don't believe anything's changed on either server recently; and the
 find command doesn't indicate that any system files have been altered in the
 past week.

 I'm at a complete loss for any explanation of the failure, and I'm
 uncertain how to diagnose and fix the problem.









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




-- 
---
Jon Mercer DirectorAchean Limited

http://www.achean.com
http://uk.linkedin.com/in/jonmercer
---
___
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: MESS

2006-05-22 Thread Jon Mercer
On Mon, May 22, 2006 10:02, none none wrote:
 Hi
   I fear that this time a messed up big time. I have two hard drives one
 with Windows XP (40G) and another with FreeBSD 6.1  (10G). Eveything was
 ok until I decided i wanted to mount my windows drive to FreBSD (i run
 KDE as GUI). I followed the instruction from OnLamp.com and since i
 wanted the whole process to be automated on every boot i added the
 following lines in /etc/fstab using ee:
   /dev/ad0s1  /windowsntfs   rw   1 1

   and everything looked normal until i rebooted! now when i choose FreeBSD
 on the bootmanager it starts looking ok and ends up with the following:
   fsck: exec fsck-ntfs for /dev/ad0s1 in /sbin:/usr/sbin: No such file or
 directory
   Unknown error: help!
   init /bin/sh on /etc/rc terminated abnormaly, going to single user mode
   Enter full pathname of shell of RETURN for /bin/sh

   if i enter single user mode it dasen't seem to recognize many commands:
 starrtx, ee, pico, emacs etc so i cannot change my /etc/fstab in case
 this is the problem.

   Moreover now i am unable to enter windows as the bootmanager when i ask
 him to load the DOS disk it just reboots the system. I even tried to
 leave only the (40G) on the machine but thens it just crashes right
 after memeory check. I am seriously in need for some help, if anyone
 could suggest anything i would appreciate it a lot. Thanks in advance
   andreas Sotriakopoulos



When you drop down to single user mode you only mount the root partition,
so most of those commands will not be available.

You can use mount -a to mount all the filesystems, but as you know you
ought to fsck all the filesystems you intend to mount before mounting
them. You would be better off fsck'ing the device containing the /usr
filesystem and mounting only that to get your editor up to change fstab.

Hope that helps,

Jon


---
Achean Ltdhttp://www.achean.com
Jon Mercer  [EMAIL PROTECTED]  Director
---
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: hi

2006-04-21 Thread Jon Mercer
Cheza,

This is almost certainly a sendmail problem. You don't say how your mail
routing is supposed to work. Is, for instance, your sendmail meant to
deliver the mail locally on the same machine? Does sendmail have to talk
to another mail transfer agent to deliver the mail to another machine? It
might be the case that your sendmail is not configured to:

1. Receive mail from the address you specify in php.ini/mail()

2. Listen on the correct ports (25)

But I would expect to see an error displayed.

You need to see whether the mail queue is filling up within sendmail.

Quite possibly your sendmail queue is filling up but mails are being
blocked by another server.

Have you looked at the sendmail.mc or freebsd.mc file and reconstructed
the sendmail.cf files using m4?

Sendmail is a very complicated beast, but worth persevering with :-)

All the best,

Jon


On Fri, April 21, 2006 11:05, Chezangla, Engineer, DrukNet wrote:
 I'm using:

 freeBSD-5.x
 PHP-5.x
 Mysql-4.x
 Apache-2.x

 I want to use php mail() to send mails using php script. I
 have configure in /usr/local/etc/php.ini the sendmail_path
 as

 sendmail_path=/usr/sbin/sendmail -t -i 

 when i send email, the mail is sent, i.e if(mail())
 returns true. But I don't receive the mail at all, at the
 given receipent address.

 what could be wrong, any ohter configurations to be made?,

 plez help me.

 regd. cheza
 +++
 Get a free DrukNet e-mail account and stay in touch
 http://www.druknet.bt
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]



---
Achean Ltdhttp://www.achean.com
Jon Mercer  [EMAIL PROTECTED]  Director
---
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: resolv.conf

2005-08-16 Thread Jon Mercer
Ronny,

It sounds as though this is something to do with the DHCP client software,
which can be configured through /etc/dhclient.conf.

Something like the following might be a workaround, but BIG CAVEAT I'm
not an experienced user of PPPoE and may be barking up the wrong
tree./BIG CAVEAT


interface rl0 {
  prepend domain-name-servers ISP DNS here;
  request subnet-mask, broadcast-address,  time-offset, routers,
domain-name,   domain-name-servers,  hostname;
  require subnet-mask, domain-name-servers;
}

HTH,

Jon






On Tue, August 16, 2005 14:54, Ronny Machado C. wrote:
 Hi list,

 I'm new to FreeBSD, and this is the first time I configure a FreeBSD box.
 Ok, let's get to the point: my problem is with DNS resolution, form some
 reason the resolv.conf changes after some time (10  to 20 minutes), from
 my DNS IP to the rl0 IP. Does any one know why? My machine is an
 AMD64/FreeBSD 5.3 with PPPoE for an ADSL connection,


 greetings from .CL,

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



---
Achean Ltdhttp://www.achean.com
Jon Mercer  [EMAIL PROTECTED]  Director
---
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Trackball and graphics tablet recommendations

2005-06-11 Thread Jon Mercer
On Fri, 2005-06-10 at 22:11 -0500, Vulpes Velox wrote:
 On Sat, 11 Jun 2005 02:00:06 +0100
 Jon Mercer [EMAIL PROTECTED] wrote:
 
  On Fri, 2005-06-10 at 19:05 -0500, Vulpes Velox wrote:
   On Fri, 10 Jun 2005 13:57:56 +0100 (BST)
   Jon Mercer [EMAIL PROTECTED] wrote:
   

On Fri, June 10, 2005 12:14, Mario Hoerich said:
 # Vulpes Velox:
 Jon Mercer [EMAIL PROTECTED] wrote:

 [ graphics tablet and FreeBSD? ]
  Only restriction is that it has to be relatively recent
  (i.e. still in the shops) and most of the functionality
  should work. PS2 or USB doen't matter.
 [...]
 Not sure about tablets. You may want to check on the USB
 list to see what the status of the Wacom ones are.

 USB tablets won't work, I think (see
 URL:http://linuxwacom.sourceforge.net/index.php/howto/all).
 |
 | I recognize that FreeBSD and similar systems have USB
 support; | however, until someone can bridge the gap between
 the FreeBSD | kernel and the XFree86 driver, the problem is
 largely unsolved.

 I've googled quite extensively for that a while back and came
 up with pretty much nothing (except for some posters whose
 questions about tablets remained unanswered).

 I'd actually love to be proved wrong here. ;)
   
   I remember doing the same several months back. From what I
   remember finding is that it was fixed in netbsd. No clue if it
   ever got copied over.
   
 Cheers,
 Mario
 --
  Für Gegner der Reform wird ein Wagen, der an die Wand
 gefahren wurde, nicht dadurch wieder flott, dass man zwei
 seiner Räder für intakt erklärt.
-- Hermann Unterstöger, SZ, über die
 Rechtschraipreform


Well I've done a bit of research now and decided on a Logitech
Optical Trackman and given up on the idea of a tablet, the
serial ones cost around £400 and that's too much for the use
it'd get. Shame, I'd have enjoyed a new toy...
   
   See if you can find a old Acecad Acecat Flair. It is serial but
   works pretty decent.y
  
  I'll keep an eye out. Shame about the Wacom USB ones (albeit
  they're not cheap), they look pretty good. A case of the more you
  see the more you want...
  
  On a really positive note I have to retrain myself to use a scroll
  wheel with the trackman optical cordless now I got it working. I'm
  still going to the right every time I want to move down.
  
  In fact the documentation or getting odd rodents working under X is
  not well documented in the handbook. Anyone wanna take me up on
  that in the doc list?
 
 I just plugged my mouse in and it worked. AFAIK you don't have to do
 any thing moused if it is started at boot time. You will have to mess
 with X to get the scroll wheel working.
 
 
 Section InputDevice
 Identifier  Mouse0
 Driver  mouse
 Option  Protocol auto
 Option  Device /dev/sysmouse
 Option  ZAxisMapping 4 5
 EndSection
 
 
 
 Hmm... I wonder if that is in the handbook...

Sadly it's not that simple. I agree that for most mice that should be
sufficient, however it looks as though the sysmouse mechanism doesn't
provide for a number of things when it's USB, when it's cordless (God
knows why that makes a difference,) etc.:

The section I've got in xorg.conf now looks like this:

Section ServerLayout
Identifier X.org Configured
Screen  0  Screen0 0 0
InputDeviceTouchpad CorePointer
InputDeviceUSBMouse AlwaysCore
InputDeviceKeyboard0 CoreKeyboard
EndSection
...
Section InputDevice
Identifier  USBMouse
Driver  mouse
Option  Protocol Auto
Option  Device /dev/ums0
Option  Buttons 10
Option  ZAxisMapping 4 5
Option  DragLockButtons 6
Option  AngleOffset -7
EndSection

Section InputDevice
Identifier  Touchpad
Driver  mouse
Option  Protocol Auto
Option  Device /dev/psm0
Option  Buttons 6
Option  ZAxisMapping 4 5 6 7
EndSection

That seems to do it for X, but only if you disable moused, not only in
rc.conf, but also by commenting out the mouse line in usbd.conf as well,
otherwise X cannot communicate directly to the device in /dev and will
fail to start. E.g.;

# The entry below starts moused when a mouse is plugged in. Moused
# stops automatically (actually it bombs :) when the device disappears.
#
#device Mouse
#   devname ums[0-9]+
#   attach /usr/sbin/moused -p /dev/${DEVNAME}
-I /var/run/moused.${DEVNAME}.pid -z 4 5 ; /usr/sbin/vidcontrol -m on

Without doing this I can use the trackball, but not the scroll wheel.

Well it works for me anyway.

Jon




-- 
---
Achean Ltdhttp://www.achean.com
Jon Mercer  [EMAIL PROTECTED

Re: Trackball and graphics tablet recommendations

2005-06-10 Thread Jon Mercer

On Fri, June 10, 2005 12:14, Mario Hoerich said:
 # Vulpes Velox:
 Jon Mercer [EMAIL PROTECTED] wrote:

 [ graphics tablet and FreeBSD? ]
  Only restriction is that it has to be relatively recent (i.e. still
  in the shops) and most of the functionality should work. PS2 or USB
  doen't matter.
 [...]
 Not sure about tablets. You may want to check on the USB list to see
 what the status of the Wacom ones are.

 USB tablets won't work, I think (see
 URL:http://linuxwacom.sourceforge.net/index.php/howto/all).
 |
 | I recognize that FreeBSD and similar systems have USB support;
 | however, until someone can bridge the gap between the FreeBSD
 | kernel and the XFree86 driver, the problem is largely unsolved.

 I've googled quite extensively for that a while back and came up
 with pretty much nothing (except for some posters whose questions
 about tablets remained unanswered).

 I'd actually love to be proved wrong here. ;)

 Cheers,
 Mario
 --
  Für Gegner der Reform wird ein Wagen, der an die Wand gefahren
   wurde, nicht dadurch wieder flott, dass man zwei seiner Räder
   für intakt erklärt.
-- Hermann Unterstöger, SZ, über die Rechtschraipreform


Well I've done a bit of research now and decided on a Logitech Optical
Trackman and given up on the idea of a tablet, the serial ones cost around
£400 and that's too much for the use it'd get. Shame, I'd have enjoyed a
new toy...

Thanks for the help,

Jon

---
Achean Ltdhttp://www.achean.com
Jon Mercer  [EMAIL PROTECTED]  Director
---
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Trackball and graphics tablet recommendations

2005-06-10 Thread Jon Mercer
On Fri, 2005-06-10 at 19:05 -0500, Vulpes Velox wrote:
 On Fri, 10 Jun 2005 13:57:56 +0100 (BST)
 Jon Mercer [EMAIL PROTECTED] wrote:
 
  
  On Fri, June 10, 2005 12:14, Mario Hoerich said:
   # Vulpes Velox:
   Jon Mercer [EMAIL PROTECTED] wrote:
  
   [ graphics tablet and FreeBSD? ]
Only restriction is that it has to be relatively recent (i.e.
still in the shops) and most of the functionality should work.
PS2 or USB doen't matter.
   [...]
   Not sure about tablets. You may want to check on the USB list to
   see what the status of the Wacom ones are.
  
   USB tablets won't work, I think (see
   URL:http://linuxwacom.sourceforge.net/index.php/howto/all).
   |
   | I recognize that FreeBSD and similar systems have USB support;
   | however, until someone can bridge the gap between the FreeBSD
   | kernel and the XFree86 driver, the problem is largely unsolved.
  
   I've googled quite extensively for that a while back and came up
   with pretty much nothing (except for some posters whose questions
   about tablets remained unanswered).
  
   I'd actually love to be proved wrong here. ;)
 
 I remember doing the same several months back. From what I remember
 finding is that it was fixed in netbsd. No clue if it ever got copied
 over.
 
   Cheers,
   Mario
   --
Für Gegner der Reform wird ein Wagen, der an die Wand gefahren
 wurde, nicht dadurch wieder flott, dass man zwei seiner Räder
 für intakt erklärt.
  -- Hermann Unterstöger, SZ, über die Rechtschraipreform
  
  
  Well I've done a bit of research now and decided on a Logitech
  Optical Trackman and given up on the idea of a tablet, the serial
  ones cost around £400 and that's too much for the use it'd get.
  Shame, I'd have enjoyed a new toy...
 
 See if you can find a old Acecad Acecat Flair. It is serial but works
 pretty decent.y

I'll keep an eye out. Shame about the Wacom USB ones (albeit they're not
cheap), they look pretty good. A case of the more you see the more you
want...

On a really positive note I have to retrain myself to use a scroll wheel
with the trackman optical cordless now I got it working. I'm still going
to the right every time I want to move down.

In fact the documentation or getting odd rodents working under X is not
well documented in the handbook. Anyone wanna take me up on that in the
doc list?

Jon

PS. Not actually subscribed to the doc list.
-- 
---
Achean Ltdhttp://www.achean.com
Jon Mercer  [EMAIL PROTECTED]  Director
---

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


Trackball and graphics tablet recommendations

2005-06-09 Thread Jon Mercer
Can anyone here recommend a trackball and/or graphics tablet for FBSD?

Gotta get away from the Synaptics touchpad, it's too slow for me, so
looking to get a trackball for general use, and as I dabble on Gimp I'd
like to get hold of a tablet as well.

Only restriction is that it has to be relatively recent (i.e. still in the
shops) and most of the functionality should work. PS2 or USB doen't
matter.

Any takers?


---
Achean Ltdhttp://www.achean.com
Jon Mercer  [EMAIL PROTECTED]  Director
---
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Acer Aspire 1804

2005-04-28 Thread Jon Mercer
Looks like my 'old' laptop of nine months has died and is being replaced
with an Acer Aspire 1804WSMi (under warranty, of course).

Has anyone got any experience of FBSD on one of these? Spec is one of the
following:

Aspire 1804WSMi Intel® Pentium® 540 processor (3.2GHz, 800MHz 
FSB),
Microsoft® Windows® XP Home Edition, 512MB (2*256) DDR, 100GB HDD,
DVD-SuperMulti, 17 WXGA Acer CrystalBrite TFT display, ATI MOBILITY
RADEON X600 with 128MB of external DDR video, 56Kbps modem, 10/100/1000
LAN, Integrated wireless LAN (802.11b/g), Bluetooth™, Li-Ion battery,
5-in-1card reader, Microsoft® Works

Aspire 1804WSMi Intel® Pentium® 540 processor (3.2GHz, 800MHz 
FSB),
Microsoft® Windows® XP Media Centre Edition, 512MB (2*256) DDR, 100GB HDD,
DVD-SuperMulti, 17 WXGA Acer CrystalBrite TFT display, ATI MOBILITY
RADEON X600 with 128MB of external DDR video, 56Kbps modem, 10/100/1000
LAN, Integrated wireless LAN (802.11b/g), Bluetooth™, Li-Ion battery,
5-in-1card reader, TV Tuner, Remote Control

I'm a bit worried about the screen being WXGA. Does Xorg support this?
Things like the remote control(?), card reader, modem don't exactly worry
me too much...

Any experiences gratefully received,

Jon

---
Achean Ltdhttp://www.achean.com
Jon Mercer  [EMAIL PROTECTED]  Director
---
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Free BSD 5.3 SMP Kernel

2005-01-29 Thread Jon Mercer
I'm just guessing, but it sounds like you come from a Linux background.

What you want to do is roll your own kernel by copying
the /usr/src/sys/i386/conf/GENERIC file
to /usr/src/sys/i386/conf/MYSYSTEMNAME

Upper case system names are traditionally used for the kernel config
file in unix. HP-UX is the same, IIRC.

Edit in:

quote
# To make an SMP kernel, the next two are needed
options SMP # Symmetric MultiProcessor Kernel
device  apic# I/O APIC
/quote

You will also want to change things like ident to MYSYSTEMNAME. There
are a plethora of other options to have a play with as well. 

after you've finished editing go to /usr/src and run

make buildkernel KERNCONF=MYSYSTEMNAME

then

make installkernel KERNCONF=MYSYSTEMNAME

then reboot. 

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html 
will help you tremendously. Personally I find the whole process much simpler 
than configuring a Linux kernel.

Regards,

Jon


On Sat, 2005-01-29 at 11:12 +, Robert Slade wrote:
 Hi,
 
 I am new to Free BSD ( and Linux) and have just setup a rather old
 Proliant 5000 as a test machine. It has Quad PII processors and I would
 like to make use of them. The Install CDs only come with the 'Standard'
 kernel. Looking through the handbook implies that support for multiple
 processors in 5.3 was removed due to problems.
 
 I have seen references to a 5.3 SMP kernal though, is it possible to get
 hold of this, or do I have to wait for 5.4 to be released? If so when is
 this likely to be released.
 
 Sorry if this is a simple question.
 
 Thanks
 
 Rob
 
 
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
-- 
---
Achean Ltdhttp://www.achean.com
Jon Mercer  [EMAIL PROTECTED]  Director
---

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


Re: Large Backup with Amanda

2004-07-12 Thread Jon Mercer
Volker,

When designing a backup strategy one of the most important considerations
will be recovery. You haven't described what that requirement is so you
should be careful of the answers you get!

Amanda backups can use a version of the GNU tar which can be used to
generate tar type backups if that is what you require.

If you don't have a requirement for generating tape indexes, etc. you
don't seem to get much benefit from using amanda to manage the write out
to tape. However, there is the matter of transporting the data between
backup servers for which amanda does seem to add some benefit.

This is not much of an answer, so I hope it helps you a little.

Regards,

Jon

 Hello List,
 i have a little question.
 I have to backup nearly 330GB of Data in my company from different hosts.
 At this moment we have installed 2 Servers. One server catches all the
 backups
 from the different clients with amanda and makes a huge folder within
 all the backup-files.
 After that we backup these folders in 80GB-portions on the other server
 which has
 a backup-tape, also with amanda.
 Is it possible to backup these files easily with a tar or is an
 amanda-backup
 necessary?
 Or has anybody an other solution or idea?

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


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


Re:

2004-07-08 Thread Jon Mercer
Easiest way would be to reboot into single user mode, start the /bin/csh
shell from the prompt, mount all the file systems and edit the /etc/passwd
file back to a sensible shell.

Following that, keep your linux administrator away from it, or put him on
a course. ;-)

 I have a question.  One of the new guys went into one of our BSD servers
 and
 changed the root environment from the default to /bin/bash and bash isn't
 installed on this box, therefore we are having trouble su'ing in and even
 logging in at the console.  Anyone have any ideas on how to get in.

 Mike

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


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


Re: wpc54g pcmcia

2004-06-22 Thread jon . mercer
Anatoliy,

Don't know whether you will have had an answer off thread but here is one
to consider.

The Broadcom chipset has been successfully made to run under FreeBSD, so
there should not be a problem with the card per se. You will certainly
need to get NDISulator (a.k.a. Project Evil) running and may have to ask
on the mobile@ about successfully tried Windoze drivers to incorporate.

The real problem you have is that your cardbus card is not being
activated. There is a thread running now on mobile@ that seems to suggest
that recent changes in CURRENT have broken cardbus support. Can I suggest
following this thread and building against CURRENT when it appears to be
fixed? 5.2.1p1 has been subject to a few advisories anyway so you really
should be running a later patch set.

Jon

 Heya,

 I'm trying to get linksys wireless adapter to work with my laptop.
 I have Compaq Evo n610c. Linksys WPC54G pcmcia adapter.

 So far I have seen many hints on how this stuff works, but coudn't put it
 all together.

 uname
  FreeBSD evo 5.2.1-RELEASE #1: Mon Jun 14 17:53:54 EDT 2004
  [EMAIL PROTECTED]:/usr/src/sys/i386/compile/EVO  i386

 Basicly in rc.conf
 pccard_enable=YES # pcmcia startup

 plugging card out and back in gives me in messages.log this
 end ()  sc-memlimit (403f)
 end ()  sc-memlimit (403f)
 cardbus0: network at device 0.0 (no driver attached)
 cbb0: CardBus card activation failed


 in /boot/loader.conf
 # PCMCIA card battle
   hw.cardbus.debug=1
   hw.cardbus.debug_cis=1

   hw.cbb.start_memory=0xd0213500
   hw.cbb.start_32_io=0x4096
   hw.cbb.start_16_io=0x256

   hw.pci.enable_io_modes=1
   hw.pci.allow_unsupported_io_range=1

   if_wi_load=YES # WaveLAN/IEEE 802.11 wireless NICs
 # end PCMCIA battle

 and finaly
 pciconf -lv
 [EMAIL PROTECTED]:0:0: class=0x028000 card=0x43201737 chip=0x432014e4 rev=0x03
 hdr=0x00
 vendor   = 'Broadcom Corporation'
 device   = 'BCM4306(??) 802.11g Wireless NIC'
 class= network

 ..
 so. Have anyone get this sanamabish to work?
 and if yes, how? Do I need to use ndiswrapper?

 All thoughts are greatly appreciated.
 Cheers,




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


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


Re: Zyxel Prestige 630

2004-05-29 Thread Jon Mercer
Oops! Sorry for the bum steer!

Jon

On Sat, 2004-05-29 at 10:11, Matthew Seaman wrote:
 On Sat, May 29, 2004 at 01:41:08AM +0100, Jon Mercer wrote:
  Without double checking, the 630 is just an ADSL router running a
  connection to FreeBSD over ethernet. In short, so long as the ADSL
  parameters are configured on the 630 it should all work just fine.
  
  Hope this helps. I'm running a 600 series myself.
 
 Not quite.  The Prestige 630 connects to the PC by USB.  The 640 and
 higher models have a built in 10/100 Ethernet port, if not built in
 ethernet switches or WiFi.
 
 
 http://www.zyxel.com/product/model.php?indexcate=1022046269indexcate1=1021877946indexFlagvalue=1021873638
 
 Unfortunately I have no idea if the 630 will work with FreeBSD.  The
 643 and 645 models work fine as ADSL routers connecting via Ethernet.
 The firewalling capability on the 645 is not brilliant -- I think that
 has been much improved in the 650 and above models.
 
   Cheers,
 
   Matthew
-- 
++
| ___  ___   |
|/   ||  /   |
|   / /| |/ /|
|  / / | | _ / /     ___ |
| / /__| |/ ___ \   / /__/ __ \/ _  |   |  /__   |
|/   |   / /  /_/  / ___ \  / /_/ /   / / | |   / ___ \  |
|   / /| |  / /   __  / /   \ \ | ___/__ / /  / /  / /   \ \ |
|  / / | |  | |__/ / / // / | \__/ / | |_| |  / // / |
| /__\/___\ \_/ /__|   /__| \_/  \__/|_| /__|   /__| |
||
| www.achean.com |
| == |
| Jon Mercer   [EMAIL PROTECTED] |
++ 


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


Re: Zyxel Prestige 630

2004-05-28 Thread Jon Mercer
Without double checking, the 630 is just an ADSL router running a
connection to FreeBSD over ethernet. In short, so long as the ADSL
parameters are configured on the 630 it should all work just fine.

Hope this helps. I'm running a 600 series myself.

Jon

On Sat, 2004-05-29 at 00:49, Alexander Goryaev wrote:
 Hello freebsd-questions,
 
   Is Zyxel Prestige 630-41 works with FreeBSD?
-- 
++
| ___  ___   |
|/   ||  /   |
|   / /| |/ /|
|  / / | | _ / /     ___ |
| / /__| |/ ___ \   / /__/ __ \/ _  |   |  /__   |
|/   |   / /  /_/  / ___ \  / /_/ /   / / | |   / ___ \  |
|   / /| |  / /   __  / /   \ \ | ___/__ / /  / /  / /   \ \ |
|  / / | |  | |__/ / / // / | \__/ / | |_| |  / // / |
| /__\/___\ \_/ /__|   /__| \_/  \__/|_| /__|   /__| |
||
| www.achean.com |
| == |
| Jon Mercer   [EMAIL PROTECTED] |
++ 


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


Re: portupgrade -arR fails - port/pkg-system no longer usable

2004-03-22 Thread jon . mercer
Have had the same problem. Easiest solution is to cd to
/usr/ports/sysutils/portupgrade and make deinstall clean install

Once that completes all is well again.

Jon Mercer
http://www.achean.com


 Hi,

 Doing a portupgrade -arR rendered my system (esp. the parts that
 refer to ports/packages) more or less unusable.

 Here's what I did:

 System is running 4.9
 cvsup -g -L 2 ports-supfile
 pkgdb -F
 portsdb -Uu
 cd /usr/ports
 portupgrade -arR

 After some hours worth of CPU-time I ended with a lot of ports not
 been upgraded like e.g.

 ! graphics/png (png-1.2.5_2)(uninstall error)
 ! textproc/xmlcatmgr (xmlcatmgr-0.2_1)  (uninstall error)
 ! textproc/sdocbook-xml (sdocbook-xml-4.1.2.5_1)(uninstall
 error)
 ! lang/ruby16-shim-ruby18 (ruby-shim-ruby18-1.8.0.p2.2003.04.19_1)
  (uninstall error)
 ! devel/libtool13 (libtool-1.3.5_1) (uninstall error)
 ! converters/libiconv (libiconv-1.9.1_1)(uninstall error)
 ! textproc/expat2 (expat-1.95.6_1)  (uninstall error)
 ! archivers/lha (lha-1.14i_1)   (uninstall error)
 ! textproc/py-expat (py23-expat-2.3_2)  (unknown build error)
 ! graphics/jpeg (jpeg-6b_1) (uninstall error)
 ! textproc/docbook-sk (docbook-sk-4.1.2)(uninstall error)
 ! textproc/docbook-xsl (docbook-xsl-1.61.3_1)   (uninstall error)
 ! graphics/tiff (tiff-3.5.7_1)  (uninstall error)
 ! devel/gettext (gettext-0.12.1)(unknown build error)
 ! databases/ruby-bdb1 (ruby-bdb1-0.2.1) (uninstall error)
 ! graphics/lcms (lcms-1.09,1)   (uninstall error)
 ! sysutils/portupgrade (portupgrade-20030723)   (uninstall error)
 ! devel/libltdl (libltdl-1.5)   (uninstall error)
 ! lang/guile (guile-1.6.4_2)(uninstall error)
 ! devel/pkgconfig (pkgconfig-0.15.0)(uninstall error)

 etc.etc.

 So I tried
 # pkgdb -F
 /usr/local/sbin/pkgdb:35:in `require': No such file to load -- pkgtools
 (LoadError)
 from /usr/local/sbin/pkgdb:35
 #
 and
 # portsdb -Uu
 /usr/local/sbin/portsdb:35:in `require': No such file to load -- pkgtools
 (LoadError)
 from /usr/local/sbin/portsdb:35
 #
 as well as
 # portversion
 /usr/local/sbin/portversion:35:in `require': No such file to load --
 pkgtools (LoadError)
 from /usr/local/sbin/portversion:35
 #

 Please note that I've portupgraded my system with -arR several
 times in the past without any problems so far.

 BTW - I'm experiencing the same problems with another system that's
 running 5.2.1.



 Any pointer/help in order to get my system going again is very much
 appreciated!

 Thanks much in advance for your help,
 -ewald


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


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


Re: Daemon Monitor

2004-02-08 Thread Jon Mercer
Have you looked at DJB's Daemontools? They are in ports.

Regards,

Jon Mercer

On Sun, 2004-02-08 at 14:13, Loren M. Lang wrote:
 Is there a good program that can monitor a daemon and take an
 appropriate action if the daemon dies?  I am having trouble with ClamAV
 dying in certain circumstances, but somewhat rare.  I would like for
 when it dies, to either restart it or copy a mail config file for exim
 over the default and signal Exim which would then disable exim from
 using clamav so the mail will still come through.  Currently we have it
 disabled until the problem is fixed, but some users are still not
 heeding the warnings and are infecting themselves with the MyDoom virus
 which ClamAV was previously blocking.
-- 
++
| ___  ___   |
|/   ||  /   |
|   / /| |/ /|
|  / / | | _ / /     ___ |
| / /__| |/ ___ \   / /__/ __ \/ _  |   |  /__   |
|/   |   / /  /_/  / ___ \  / /_/ /   / / | |   / ___ \  |
|   / /| |  / /   __  / /   \ \ | ___/__ / /  / /  / /   \ \ |
|  / / | |  | |__/ / / // / | \__/ / | |_| |  / // / |
| /__\/___\ \_/ /__|   /__| \_/  \__/|_| /__|   /__| |
||
| www.achean.com |
||
++ 



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


Re: Clamd sendmail ??

2004-01-02 Thread Jon Mercer
I had this problem and traced it down to the fact that the default
location where clamav puts its socket is wrong. After editing
/usr/local/etc/clamav.conf so that LocalSocket looked like:

# Path to the local socket. The daemon doesn't change the mode of the
# created file (portability reasons). You may want to create it in a
directory
# which is only accessible for a user running daemon.
LocalSocket /var/run/clamav/clamd.sock

And the permissions on that directory are sorted (eg. clamav:clamav) it
all worked out.

Additionally, the logfile holds a wealth of info about what is going on.

Hope this helps,

Jon Mercer


On Fri, 2004-01-02 at 16:27, Greg Bernard wrote:
 Hello, 
 
 I am trying to have sendmail used clamd in order to filter incoming mail for
 viruses on my mail server.
 
 I have configured clamav following the instruction found here :
 http://linux-sxs.org/administration/clamav-milter.html

 I have modified my settings in order to have sendmail parsed these messages
 with smthg like this added in my .mc file :
 
 
 dnl ## milter clamav
 INPUT_MAIL_FILTER(`clmilter',`S=local:/var/clamav/clmilter.sock, F=, T=S:4m;
 R:4m')dnl
 define(`confINPUT_MAIL_FILTERS', `clmilter')
 
 
 When I start sendmail and tries to send a test mail containing a virus
 signature, I have a send: Broken pipe message...
 
 
 Has anyone got a working way to use clam as a filter for incoming mail with
 sendmail... ?? 
 
 
 Thanks. 
 
 
 
 «?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§
 
 Gregober --- PGP ID -- 0x1BA3C2FD
 omni_osx_ml @at@ todoo.biz
 
 «?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§
 
 
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
-- 
++
| ___  ___   |
|/   ||  /   |
|   / /| |/ /|
|  / / | | _ / /     ___ |
| / /__| |/ ___ \   / /__/ __ \/ _  |   |  /__   |
|/   |   / /  /_/  / ___ \  / /_/ /   / / | |   / ___ \  |
|   / /| |  / /   __  / /   \ \ | ___/__ / /  / /  / /   \ \ |
|  / / | |  | |__/ / / // / | \__/ / | |_| |  / // / |
| /__\/___\ \_/ /__|   /__| \_/  \__/|_| /__|   /__| |
||
| www.achean.com |
| == |
| Jon Mercer   [EMAIL PROTECTED] |
||
| Mobile07973 256496 |
||
| Tel.  0117 9561211 |
||
| Fax   0117 9565637 |
++ 



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


Re: DHCP-server - suggestions?

2003-11-26 Thread Jon Mercer
Been using the ISC DHCP server for years now. No problems to report, and
not too onerous to set up.

Also allows you to do dynamic updates to the ISC BIND port as well.

Jon

On Wed, 2003-11-26 at 15:13, [EMAIL PROTECTED] wrote:
 Hi,
 
 I'm about to set up a DHCP-server. In the ports-coll I found these:
 
 Port:   isc-dhcp3-3.0.1.r12
 Info:   ISC Dynamic Host Configuration Protocol client and server code
 
 Port:   wide-dhcp-1.4.0.6_2
 Info:   Dynamic Host Configuration Protocol, WIDE Implementation
 
 Any suggestions / experience with them? (esp. as to
 features/reliability is concerned)
 
 TIA for your help
 -ewald
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
-- 
++
| ___  ___   |
|/   ||  /   |
|   / /| |/ /|
|  / / | | _ / /     ___ |
| / /__| |/ ___ \   / /__/ __ \/ _  |   |  /__   |
|/   |   / /  /_/  / ___ \  / /_/ /   / / | |   / ___ \  |
|   / /| |  / /   __  / /   \ \ | ___/__ / /  / /  / /   \ \ |
|  / / | |  | |__/ / / // / | \__/ / | |_| |  / // / |
| /__\/___\ \_/ /__|   /__| \_/  \__/|_| /__|   /__| |
||
| www.achean.com |
| == |
| Jon Mercer   [EMAIL PROTECTED] |
||
| Mobile07973 256496 |
||
| Tel.  0117 9561211 |
||
| Fax   0117 9565637 |
++ 



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


Re: AC97 sound support

2003-11-03 Thread Jon Mercer
Just curious, because I posted a similar problem about AC/97 recently. 
What desktop are you using? I am using gnome2 ATMo with no problems. Had 
a problem under KDE that I couldn't work around about dsp problems, and 
wondered if this was something similar?

Jon Mercer

Wout A. wrote:
Congratz,
Have you tried this?
# kldload snd_driver (This tries all sound drivers..one of them might
work...)
If this works, you might want to add the driver to the /boot/loader.conf,
you can find an example in /boot/defaults/loader.conf .
Good Luck!
- Original Message - 
From: Gary Schenk [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, November 03, 2003 5:43 PM
Subject: AC97 sound support



I've just installed 5.1 -RELEASE on my new machine, a HP a350n. For
sound this computer uses onboard RealTek AC97 Audio.
I went throught the normal installation steps, then ran the steps for
soundcard configuration in the manual. I ran kldload. I recompiled
the kernel with 'device pcm'. I tried 'options PNPBIOS', at which
point I received a message about an unkown option.
dmesg | grep pci gives me this line:
pci0: multimedia, audio at device 31.5 (no driver attached)
dmesg | grep pcm returns nothing.

This has all been seen on this list before. I searched c.u.b.f.m and
-questions and have seen this come up before, but I never saw a
resolution.
My question is:

Does all this mean the FreeBSD does not support onboard Realtek AC97
Audio? I'd just like to know before I go out and buy a soundcard. It
is not that I'm cheap, I just like finding out how FreeBSD works. :-)
However it looks like a Soundblaster Live is the answer.
Thanks for the help in the past and future.

uname returns:
FreeBSD fuzz.socal.rr.com 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Sun Nov
2 22:56:57 PST 2003
[EMAIL PROTECTED]:/usr/src/sys/i386/compile/FUZZ  i386
Gary Schenk

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





___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
--
++
| ___  ___   |
|/   ||  /   |
|   / /| |/ /|
|  / / | | _ / /     ___ |
| / /__| |/ ___ \   / /__/ __ \/ _  |   |  /__   |
|/   |   / /  /_/  / ___ \  / _/ /   / / | |   / ___ \  |
|   / /| |  / /   __  / /   \ \ | ___/__ / /  / /  / /   \ \ |
|  / / | |  | |__/ / / // / | \__/ / | |_| |  / // / |
| /__\/___\ \_/ /__|   /__| \_/  \__/|_| /__|   /__| |
||
| www.achean.com |
| == |
| Jon Mercer   [EMAIL PROTECTED] |
||
| Mobile07973 256496 |
||
| Tel.  0117 9561211 |
||
| Fax   0117 9565637 |
++
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: libjavaplugin_oji.so

2003-10-30 Thread Jon Mercer
It sounds like you are trying to build the native JDK 1.3 from ports. In 
order to do that you need to have a JDK already installed to 'bootstrap' 
from. The default method as specified in the makefile seems not to be 
working.

Given I also had this problem, I found the best way around it was to 
install the Linux Blackdown JDK before attempting to install the BSD 
native one required for Mozilla.

Once the Linux JDK is installed you can return to the build of the 
native JDK and specify WITH_LINUX_BOOTSTRAP=yes.

Once I had done that all worked fine.

Jon

Varshavchick Alexander wrote:
Hi guys,

can anybody please send a file to me or give a link where I can download
it myself:
jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so
I'm trying to run Mozilla and all worked well except java support, because
the compiling of jdk13 didn't work due to some weird errors, and ftp/file
search for this file didn't give positive results either.
Thanks a lot!


Alexander Varshavchick, Metrocom Joint Stock Company
Phone: (812)118-3322, 118-3115(fax)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
--
++
| ___  ___   |
|/   ||  /   |
|   / /| |/ /|
|  / / | | _ / /     ___ |
| / /__| |/ ___ \   / /__/ __ \/ _  |   |  /__   |
|/   |   / /  /_/  / ___ \  / _/ /   / / | |   / ___ \  |
|   / /| |  / /   __  / /   \ \ | ___/__ / /  / /  / /   \ \ |
|  / / | |  | |__/ / / // / | \__/ / | |_| |  / // / |
| /__\/___\ \_/ /__|   /__| \_/  \__/|_| /__|   /__| |
||
| www.achean.com |
| == |
| Jon Mercer   [EMAIL PROTECTED] |
||
| Mobile07973 256496 |
||
| Tel.  0117 9561211 |
||
| Fax   0117 9565637 |
++
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: HP Surestore DAT24i with FreeBSD

2003-10-14 Thread Jon Mercer
Using a DAT40i DDS4 for network backup with Amanda, been working fine 
for yonks with no problems setting up device access.

Jon

Darryl Hoar wrote:
Greetings,
How can I found out if this DAT tape drive
(HP DAT24i) works with FreeBSD ?
thanks,
Darryl
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
--
++
| ___  ___   |
|/   ||  /   |
|   / /| |/ /|
|  / / | | _ / /     ___ |
| / /__| |/ ___ \   / /__/ __ \/ _  |   |  /__   |
|/   |   / /  /_/  / ___ \  / /_/ /   / / | |   / ___ \  |
|   / /| |  / /   __  / /   \ \ | ___/__ / /  / /  / /   \ \ |
|  / / | |  | |__/ / / // / | \__/ / | |_| |  / // / |
| /__\/___\ \_/ /__|   /__| \_/  \__/|_| /__|   /__| |
||
| www.achean.com |
| == |
| Jon Mercer   [EMAIL PROTECTED] |
||
| Mobile07973 256496 |
||
| Tel.  0117 9561211 |
||
| Fax   0117 9565637 |
++
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to shut down

2003-09-17 Thread Jon Mercer
'shutdown -p now' will switch off the computer if the PC supports APM or 
ACPI.

Charles Howse wrote:
I am a new user learning about Unix.

I found the shutdown command and have been using shutdown 
now to shut down
before powering off.

When the pc boots up it complains that it was incorrectly shut down.

Am I following an incorrect procedure?


'shutdown now' will take you to single user mode.
This is not what you want if you're ready to power off.
Use 'shutdown -h now' and wait for the 'press any key to reboot' prompt
before you power off.
To reboot, use 'shutdown -r now'.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
--
++
| ___  ___   |
|/   ||  /   |
|   / /| |/ /|
|  / / | | _ / /     ___ |
| / /__| |/ ___ \   / /__/ __ \/ _  |   |  /__   |
|/   |   / /  /_/  / ___ \  / /_/ /   / / | |   / ___ \  |
|   / /| |  / /   __  / /   \ \ | ___/__ / /  / /  / /   \ \ |
|  / / | |  | |__/ / / // / | \__/ / | |_| |  / // / |
| /__\/___\ \_/ /__|   /__| \_/  \__/|_| /__|   /__| |
||
| www.achean.com |
| == |
| Jon Mercer   [EMAIL PROTECTED] |
||
| Mobile07973 256496 |
||
| Tel.  0117 9561211 |
||
| Fax   0117 9565637 |
++
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Cyrus IMAP with pam_mysql?

2003-08-26 Thread Jon Mercer
Welcome to nightmaresville. I struggled with this for yonks, and found 
that there were some other files that needed to be setup, e.g.:

ajax# cd /usr/local/lib/sasl2
ajax# cat Cyrus.conf
pwcheck_method: saslauthd
ajax#
There is at least one other one, and I'm trying to find it!

Are you getting any trace out that you can post? I'd agree with you that 
it doesn't seem to be contacting the database. If you have a log against 
mysql, you could check this from the database end.

In my view, the docs for Cyrus fall a long way short of what is really 
needed!

Cheers,

Jon Mercer

Johan Paul wrote:
Hi,

Has anyone managed to get the Cyrus imapd to authenticate with pam_mysql
-authentication?
In /usr/local/etc/imapd.conf I have:
allowanonymouslogin: no
allowplaintext: yes
sasl_pwcheck_method: saslauthd
sasl_mech_list: PLAIN
...among other things.

I am running saslauthd with pam authentication:
silakka# ps xa |grep saslauthd
  258  ??  Is 0:00.01 /usr/local/sbin/saslauthd1 -a pam
This is what I have in my /etc/pam.conf:

# Mail services
imapauth sufficient pam_mysql.so user=mail passwd=uBerSecRETPASS
host=localhost db=mail table=accountuser usercolumn=username
passwdcolumn=password crypt=1
imapaccount required pam_mysql.so user=mail passwd=uBerSecRETPASS
host=localhost db=mail table=accountuser usercolumn=username
passwdcolumn=password crypt=1
The problem, I think, is the service column. The authentication is done
via PAM since when I change the password for my shell account the mail
password is changed too. But saslauthd uses some other service to
authenticate, not imap and thus not pam_mysql. Why doesn't it reconize the
above lines for Cyrus?
I am running FreeBSD 4.8R

This is giving me serious headache :) Thanks in advance for any clues!!

Regards,

Johan Paul

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


--
++
| ___  ___   |
|/   ||  /   |
|   / /| |/ /|
|  / / | | _ / /     ___ |
| / /__| |/ ___ \   / /__/ __ \/ _  |   |  /__   |
|/   |   / /  /_/  / ___ \  / /_/ /   / / | |   / ___ \  |
|   / /| |  / /   __  / /   \ \ | ___/__ / /  / /  / /   \ \ |
|  / / | |  | |__/ / / // / | \__/ / | |_| |  / // / |
| /__\/___\ \_/ /__|   /__| \_/  \__/|_| /__|   /__| |
||
| www.achean.com |
| == |
| Jon Mercer   [EMAIL PROTECTED] |
||
| Mobile07973 256496 |
||
| Tel.  0117 9561211 |
||
| Fax   0117 9565637 |
++
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Cyrus IMAP with pam_mysql?

2003-08-26 Thread Jon Mercer
. Thank god for them :)

But the wierdest thing is that I think it in fact does use pam to auth 
but it uses the wrong service (a one that authenticates from 
/etc/passwd). Can anyone verify if this is possible? What it the correct 
service line for pam.conf?

Cheers,

Jon Mercer


Thanks,

Johan Paul




Johan Paul wrote:

Hi,

Has anyone managed to get the Cyrus imapd to authenticate with pam_mysql
-authentication?
In /usr/local/etc/imapd.conf I have:
allowanonymouslogin: no
allowplaintext: yes
sasl_pwcheck_method: saslauthd
sasl_mech_list: PLAIN
...among other things.

I am running saslauthd with pam authentication:
silakka# ps xa |grep saslauthd
  258  ??  Is 0:00.01 /usr/local/sbin/saslauthd1 -a pam
This is what I have in my /etc/pam.conf:

# Mail services
imapauth sufficient pam_mysql.so user=mail passwd=uBerSecRETPASS
host=localhost db=mail table=accountuser usercolumn=username
passwdcolumn=password crypt=1
imapaccount required pam_mysql.so user=mail passwd=uBerSecRETPASS
host=localhost db=mail table=accountuser usercolumn=username
passwdcolumn=password crypt=1
The problem, I think, is the service column. The authentication is done
via PAM since when I change the password for my shell account the mail
password is changed too. But saslauthd uses some other service to
authenticate, not imap and thus not pam_mysql. Why doesn't it 
reconize the
above lines for Cyrus?

I am running FreeBSD 4.8R

This is giving me serious headache :) Thanks in advance for any clues!!

Regards,

Johan Paul





--
++
| ___  ___   |
|/   ||  /   |
|   / /| |/ /|
|  / / | | _ / /     ___ |
| / /__| |/ ___ \   / /__/ __ \/ _  |   |  /__   |
|/   |   / /  /_/  / ___ \  / /_/ /   / / | |   / ___ \  |
|   / /| |  / /   __  / /   \ \ | ___/__ / /  / /  / /   \ \ |
|  / / | |  | |__/ / / // / | \__/ / | |_| |  / // / |
| /__\/___\ \_/ /__|   /__| \_/  \__/|_| /__|   /__| |
||
| www.achean.com |
| == |
| Jon Mercer   [EMAIL PROTECTED] |
||
| Mobile07973 256496 |
||
| Tel.  0117 9561211 |
||
| Fax   0117 9565637 |
++
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Tape devices

2003-06-25 Thread Jon Mercer
Just  a simple yes or no question:

Under 5.1, is the nsa0 device the no rewind tape device, equivalent to
nrsa0 under 4.x?
Background is I'm trying to set up amanda, and tape device is the last
peice of the jigsaw!
Many thanks,

Jon Mercer

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