Re: mount USB on FreeBSD 7.0

2008-07-10 Thread Anders Trobäck
On Thu, 10 Jul 2008 18:07:32 +0300
Тарас [EMAIL PROTECTED] wrote:

 I need to mount USB on FreeBSD 7.0
 # mount -t msdos /dev/da0s1 /mnt/usb
 mount: Using -t msdosfs, since -t msdos is deprecated.
 mount_msdosfs: /dev/da0s1: : Operation not permitted
 what must I do?
 
 С уважением. Тарас Голуб
 

Have a look at this:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#USER-FLOPPYMOUNT

Did that help?


\\troback
-- 


Windows: Where do you want to go today?
Linux: Where do you want to go tomorrow?
FreeBSD: Are you guys coming, or what?

Anders Trobäck
http://www.troback.com/
-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Automounting usb flash memory in FreeBSD 7.0

2008-07-10 Thread Anders Trobäck
On Thu, 10 Jul 2008 09:21:35 -0500
Robe [EMAIL PROTECTED] wrote:

 Hi there,
 
 I'm a novice in FreeBSD and I wanna know if there's some application
 to automount my USB flash memory in FreeBSD 7.0.
 
 
 Thanks,
 

Hi,

one way is amd.

Have a look at section 27.3.5 Automatic Mounts with
amd in the handbook and maybe
http://renaud.waldura.com/doc/freebsd/automounting.txt


\\troback
-- 


Windows: Where do you want to go today?
Linux: Where do you want to go tomorrow?
FreeBSD: Are you guys coming, or what?

Anders Trobäck
http://www.troback.com/
-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: tape device not configured

2008-07-07 Thread Anders Trobäck
On Mon, 07 Jul 2008 23:21:15 +0200
Papp Tamas [EMAIL PROTECTED] wrote:

 hi All,
 
 I have a new Exabyte VXA-320, I show it in dmesg as sa0.
 When I try to access it  for example by mt, it says, Device not
 configured, and of cource is not working.
 
 sa0 at ahd0 bus 0 target 2 lun 0
 sa0: IBM VXA-3 320C Removable Sequential Access SCSI-3 device
 sa0: 160.000MB/s transfers (80.000MHz DT, offset 126, 16bit)
 
 
 What do I miss?
 
 Thank you very much,
 
 tamas

What is the exact command you are using?


-- 


Windows: Where do you want to go today?
Linux: Where do you want to go tomorrow?
FreeBSD: Are you guys coming, or what?

Anders Trobäck
http://www.troback.com/
-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: minimum xorg install for clients side

2008-07-06 Thread Anders Trobäck
On Sun, 6 Jul 2008 11:38:42 +0100
Anton Shterenlikht [EMAIL PROTECTED] wrote:

 I've a headless machine on which I'd like to run
 xorg clients, but no server. What ports do I need
 to install? xorg-apps?
 
 many thanks
 anton
 
 

Not 100% sure what you are asking, but if you want to run, let's say
xterm, just install xterm!

If you want to have a remote GUI logon with XDMCP install XDM, GDM or
KDM then you can start X with the -query parameter!

If this wasn't what you where asking please ask again:-)


\\troback
-- 


Windows: Where do you want to go today?
Linux: Where do you want to go tomorrow?
FreeBSD: Are you guys coming, or what?

Anders Trobäck
http://www.troback.com/
-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: minimum xorg install for clients side

2008-07-06 Thread Anders Trobäck
On Sun, 6 Jul 2008 16:24:08 +0100
Anton Shterenlikht [EMAIL PROTECTED] wrote:

 On Sun, Jul 06, 2008 at 02:16:36PM +0200, Anders Trob??ck wrote:
  On Sun, 6 Jul 2008 11:38:42 +0100
  Anton Shterenlikht [EMAIL PROTECTED] wrote:
  
   I've a headless machine on which I'd like to run
   xorg clients, but no server. What ports do I need
   to install? xorg-apps?
   
   many thanks
   anton
   
   
  
  Not 100% sure what you are asking, but if you want to run, let's say
  xterm, just install xterm!
  
  If you want to have a remote GUI logon with XDMCP install XDM, GDM
  or KDM then you can start X with the -query parameter!
  
  If this wasn't what you where asking please ask again:-)
 
 sorry, I wasn't clear.
 
 I have 2 FBSD boxes: a server with no graphics card (S) and a laptop
 (L). I want to run X applications on S and see the results on L.
 The applications I run on S are typically xpdf, gs, xfig, display,
 firefox, etc.
 
 While I could install ports/xorg on both boxes, this is probably
 excessive. Since I won't run any xorg applications on L, I probably
 don't need xorg-apps on L. Likewise, since I'm not running xorg server
 on S, I probably don't need xorg-server on S. This is my basic
 understanding of xorg server-clients model. Is this logic correct?
 
 However, I'm not sure on what box (S, L or both) I need:
   xorg-libraries
   xorg-fonts
   xorg-drivers
   xorg-protos
 
   etc.
 
 many thanks
 anton
 

If you are after a real minimal installation with XDMCP you can do like
this:

On S:
x11/xdm

On L:
x11-servers/xorg-server
x11-drivers/xf86-input-keyboard
x11-drivers/xf86-input-mouse
x11-drivers/xf86-video-intel (or what ever card you have)
x11-fonts/font-alias
x11-fonts/font-cursor-misc
x11-fonts/font-misc-misc

Configure X on L:
X -configure
X -config xorg.conf.new
cp xorg.conf.new /etc/X11/xorg.conf

Configure XDM on S:
Read http://www.freebsd.org/doc/en/books/handbook/x-xdm.html

Start XDM on S:
xdm
(if you want it to start after reboot look for a line about xdm (ttyv8)
in /etc/ttys, change off to on)

Start X on L:
X -query S


Hope that helps:-)
-- 


Windows: Where do you want to go today?
Linux: Where do you want to go tomorrow?
FreeBSD: Are you guys coming, or what?

Anders Trobäck
http://www.troback.com/
-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Firefox 3

2008-06-29 Thread Anders Trobäck
On Sun, 29 Jun 2008 15:06:45 -0400
Tsu-Fan Cheng [EMAIL PROTECTED] wrote:

 the gui looks just like v2, right?
 
 TFC
 
 On Sun, Jun 29, 2008 at 1:18 PM, Chad Perrin [EMAIL PROTECTED]
 wrote:
  On Sat, Jun 28, 2008 at 08:34:01AM +0200, herbs wrote:
  Yes, you invoke #firefox (the V2.x) or #firefox-devel (for the new
  one). Dont remember with the bookmarks and plugins though, you
  maybe have to import/reinstall these.
 
  Thanks for confirmation.
 
  --
  Chad Perrin [ content licensed PDL: http://pdl.apotheon.org ]
  Niccolo Machiavelli: It is a common failing of man not to take
  account of tempests during fair weather.
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

Well, almost the same:-)

-- 


Windows: Where do you want to go today?
Linux: Where do you want to go tomorrow?
FreeBSD: Are you guys coming, or what?

Anders Trobäck
http://www.troback.com/
-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]