Minimum base and X footprint

2003-06-15 Thread iLLfated
Lo all,

  I recently obtained a 486/75 toshiba satellite
laptop. It has a 300MB HD in it. I have debian
installed on it currently with basic networking tools,
nmap, netcat, dig, whois, traceroute, tcpdump, etc...
I also have X, fluxbox Epic4, Links, ssh, vim and a
few other progies. I was wondering what the minimum
footprint I could get for a base, basic networking
tools and X install. I'd rather run free on my lappy
cause I'm sure it'll be much more responsive that way.
How much can I shoehorn on a 300MB HD in FreeBSD and
will my 28M memory give me any unexpected issues? 

thanks
l8tr2000 

__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


The FreeBSD Diary: 2003-05-25 - 2003-06-14

2003-06-15 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to [EMAIL PROTECTED] with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives http://www.freebsd.org/search/search.html#mailinglists 
and/or The FreeBSD Diary http://www.freebsddiary.org/. 


-- 
Dan Langille - DVL Software Limited
The FreeBSD Diary - http://www.FreeBSDDiary.org/ - practical examples
FreshPorts- http://www.FreshPorts.org/   - the place for ports
FreshSource   - http://www.FreshSource.org/  - the place for source

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


HowTo repair my console fonts/kbd ?

2003-06-15 Thread P. U. Kruppa
Hello List!

Since some cvsup three or four weeks ago my text-console on
-CURRENT is a complete mess (on previous versions of -CURRENT
everything worked fine).

Here are some symptoms:
- special characters (you need for drawing neat lines in
  /stand/sysinstall or the midnight-commander) display as weird
  symbols
- Function and arrow keys don't work
- vi and ee don't scroll text files correctly, just the bottom
  line changes.

I tried to experiment with vidcontrol and kbdcontrol, to change
my LANG enviroment and to compare with working settings of my 4.8
-STABLE on the same machine - useless.

Any ideas what could be done?

Regards,

Uli.

+---+
|Peter Ulrich Kruppa|
|  -  Wuppertal -   |
|  Germany  |
+---+
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


How to install gnucash in Gnome2 environment

2003-06-15 Thread Glenn Todd
I have successfully installed Gnome2 and have got a majority of my 
applications going.  However, I want to continue to use gnucash.
On doing a portinstall of gnucash 1.8.4 I noted that gnome1, and 
gnumeric1 was being installed as dependencies.  I aborted the install 
process expecting that to continue would corrupt my gnome2 libraries, 
as the two are incompatible.  How do I install gnucash in my Gnome2 
environment

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


Troubleshooting USB printer detection

2003-06-15 Thread Xavier de Labouret
Hello,

My USB printer, an HP Photosmart P1115, is desperately seen by FreeBSD 
as a ugen device, i can't get it to be seen as an ulpt device. Any help 
would be much appreciated, i have been trying various tricks without 
success. And my wife will only shift from Linux if she can print on 
FreeBSD, which is a good motivation :).

My kernel is stock 4.8-STABLE, it has in particular the following 
options for USB:

 # USB support
 options USB_DEBUG  
 device  uhci# UHCI PCI-USB interface
 device  ohci# OHCI PCI-USB interface
 device  usb # USB Bus (required)
 device  ugen# Generic
 device  uhid# Human Interface Devices
 device  ukbd# Keyboard
 device  ulpt# Printer

Here are my USB devices, my printer is seen

 drakkar# usbdevs
 addr 1: UHCI root hub, VIA
  addr 2: Standard USB Hub, Atmel
   addr 3: product 0x08b0, Logitech
   addr 4: photosmart 1115, hp # Yes!
... but unfortunately as as ugen:

 drakkar# dmesg | grep ugen
 ugen0: Logitech product 0x08b0, rev 1.10/0.00, addr 3
 ugen1: hp photosmart 1115, rev 1.10/1.00, addr 4# Sigh
I went further, and installed udesc_dump:

 drakkar# udesc_dump /dev/ugen1
 Standard Device Descriptor:
   bLength18
   bDescriptorType01
   bcdUSB 0110
   bDeviceClass   00
   bDeviceSubClass00
   bDeviceProtocol00
   bMaxPacketSize 8
   idVendor   03f0
   idProduct  3402
   bcdDevice  0100
   iManufacturer  1
   iProduct   2
   iSerialNumber  3
   bNumConfigurations 1
 Configuration 0:
 Standard Configuration Descriptor:
   bLength 9
   bDescriptorType 02
   wTotalLength55
   bNumInterface   1
   bConfigurationValue 1
   iConfiguration  0
   bmAttributesc0 (self-powered)
   bMaxPower   1 (2 mA)
 Standard Interface Descriptor:
   bLength9
   bDescriptorType04
   bInterfaceNumber   0
   bAlternateSetting  0
   bNumEndpoints  2
   bInterfaceClass07
   bInterfaceSubClass 01
   bInterfaceProtocol 03
   iInterface 0
 Standard Endpoint Descriptor:
   bLength  7
   bDescriptorType  05
   bEndpointAddress 01 (out)
   bmAttributes 02 (Bulk)
   wMaxPacketSize   64
   bInterval0
 Standard Endpoint Descriptor:
   bLength  7
   bDescriptorType  05
   bEndpointAddress 81 (in)
   bmAttributes 02 (Bulk)
   wMaxPacketSize   64
   bInterval0
 Standard Interface Descriptor:
   bLength9
   bDescriptorType04
   bInterfaceNumber   0
   bAlternateSetting  1
   bNumEndpoints  2
   bInterfaceClass07
   bInterfaceSubClass 01
   bInterfaceProtocol 02
   iInterface 0
 
 Standard Endpoint Descriptor:
   bLength  7
   bDescriptorType  05
   bEndpointAddress 01 (out)
   bmAttributes 02 (Bulk)
   wMaxPacketSize   64
   bInterval0

 Standard Endpoint Descriptor:
   bLength  7
   bDescriptorType  05
   bEndpointAddress 81 (in)
   bmAttributes 02 (Bulk)
   wMaxPacketSize   64
   bInterval0
 
 Codes Representing Languages by the Device:
   bLength  4
   bDescriptorType  03
   wLANGID[0]   0409

 String (index 1): hp

 String (index 2): photosmart 1115

 String (index 3): HU22M1S1HWES

...now i am puzzled, because  for what  i know, the interface 
Class/SubClass/Protocol for my printer should be enough to be matched by 
ulpt.c:

   bInterfaceClass07
   bInterfaceSubClass 01
   bInterfaceProtocol 03
My kernel is compiled with USB_DEBUG, and the following sysctl flags are 
set on:

 hw.usb.debug=1
 hw.usb.ulpt.debug=1
  
...but nothing much showed up in /var/log/messages, as i would have 
expected.

Oh, and usbd_enable=YES is set in my rc.conf.

So i am completely blocked. I found two other users blocked with USB 
printers detection in the mailing lists. Have we all missed something? 
Or have we all stumbled on the same bug in the USB layer?

Thank you in advance for any help,

Xavier de Labouret
PS: if you don't mind, please CC: me to your reply, because i am not a 
freebsd-questions subscriber!



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


Re: xterm questions

2003-06-15 Thread Alex de Kruijff
On Sat, Jun 14, 2003 at 06:55:05PM -0700, Mikko Ty?l?j?rvi wrote:
 On Sun, 15 Jun 2003, Alex de Kruijff wrote:
 
  I have a configuration question about how to change the default
  selecting proces. I would like it when i select a URL (with a
  double click), that it select the whole URL instead of just one
  word (sperating at [:/@]). It this posible?
 
 Try running:
 
  xterm -cc 46-47:48,58:48,64:48
 
 or put something like:
 
  XTerm*charClass: 46-47:48,58:48,64:48
 
 in your Xdefaults.  See xterm(1), especially the section on character
 classes.  Since URLs can contain all sorts of junk, you may want to
 expand on the above example.
 

Tanks,

I saw those two in the manual but didn't know what to do with them. 
Is there a how-to some where or something like that?

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


miniinst and livefs cd merged into a single cd

2003-06-15 Thread Joost Bekkers
Hi

I recently merged the 5.1-RELEASE miniinst and livefs (fixit) cd into a single cd.
And I was wondering if there is any demand for this kind of thing in the
community.

I don't have the resourses to put a file this large (503MB, 308M .gz) online somewhere,
but I'll be happy to upload it someplace where everybody can get at it.

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


Re: HowTo repair my console fonts/kbd ?

2003-06-15 Thread Viktor Lazlo


On Sun, 15 Jun 2003, P. U. Kruppa wrote:

 Hello List!

 Since some cvsup three or four weeks ago my text-console on
 -CURRENT is a complete mess (on previous versions of -CURRENT
 everything worked fine).

 Here are some symptoms:
 - special characters (you need for drawing neat lines in
   /stand/sysinstall or the midnight-commander) display as weird
   symbols
 - Function and arrow keys don't work
 - vi and ee don't scroll text files correctly, just the bottom
   line changes.

 I tried to experiment with vidcontrol and kbdcontrol, to change
 my LANG enviroment and to compare with working settings of my 4.8
 -STABLE on the same machine - useless.

 Any ideas what could be done?

try changing the console options one at a time in sysinstall until you see
what fixes it.

Cheers,

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


Error compiling evolution 1.4.0

2003-06-15 Thread S. Niunco
Hello guys,
 I'm trying to compile version 1.4.0 of Evolution, however at some stage I receive the 
following error:

In file included from alarm-notify-dialog.c:38:
/usr/X11R6/include/gtkhtml/gtkhtml.h:28: libgnome/gnome-paper.h: No such file or 
directory
In file included from alarm-notify-dialog.c:38:
/usr/X11R6/include/gtkhtml/gtkhtml.h:30: libgnomeprint/gnome-print-master.h: No such 
file or directory
In file included from alarm-notify-dialog.c:38:
/usr/X11R6/include/gtkhtml/gtkhtml.h:209: syntax error before `GnomePrintMaster'
gmake[4]: *** [alarm-notify-dialog.o] Error 1
gmake[4]:
`/usr/ports/mail/evolution/work/evolution-1.4.0/calendar/gui/alarm-notify'
gmake[3]: *** [all-recursive] Error 1
gmake[3]:
`/usr/ports/mail/evolution/work/evolution-1.4.0/calendar/gui'
gmake[2]: *** [all-recursive] Error 1
gmake[2]:`/usr/ports/mail/evolution/work/evolution-1.4.0/calendar'
gmake[1]: *** [all-recursive] Error 1
gmake[1]:`/usr/ports/mail/evolution/work/evolution-1.4.0'
gmake: *** [all-recursive-am] Error 2
*** Error code 2

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


diskless: FBSD 5.1 fails, 5.0 and 4.8 do it

2003-06-15 Thread Hartmann, O.
Hello.

Our setup for a cluster and a bunch of diskless terminals utilizes
a DHCP and NFS server to do the job. Each client boots via PXE
(Intel NICs) and then mounts its root filesystem via NFS. This
setup works now for a really long time but it doesn't with rcNG!!

Using the new style setup with RCNG exclusively the cient boots its
kernel and then fails working on the rc-scripts. I figured out that
the client does not recognize whether it is diskless or not. Doing
so with the old style rc.diskless scripts works perfect.

I became aware of the problem when changing the setup from old style
rc scripts towards rc_ng. After mounting root FS, the client operates
on /rootpath/etc/rc script and should then recognize it is diskless
and therefore switch to rc.d/diskless and rc.d/initdiskless. These
two special scripts should then merge conf/base/etc. conf/default/etc
and conf/IP/etc together. This worked in 4.8 and 5.0 and it still works
when using the old 4.8/5.0 rc.xxx script stuff together with the new
5.1 binaries and kernel. But nothing works with rc-ng only. No memory
disk gets created, no merging is done, no diskless tasks are performed.
The process remains in the read only root filesystem and fails.

I am sure the RCNG script does not recognize a diskless operation while
with the same kernel the old style rc-system does.

has anyone the same problem? Can anyone help? What's different with the
new RCNG system to get it working?

Thanks in advance,
Oliver

--
MfG
O. Hartmann

[EMAIL PROTECTED]
--
Systemadministration des Institutes fuer Physik der Atmosphaere (IPA)
--
Johannes Gutenberg Universitaet Mainz
Becherweg 21
55099 Mainz

Tel: +496131/3924662 (Maschinenraum)
Tel: +496131/3924144 (Buero)
FAX: +496131/3923532
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Output from `pkg_info`

2003-06-15 Thread Konrad Scorciapino
Hi,

 Fixed a few weeks ago.

But what is the solution?

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


Re: problem compiling imap+php

2003-06-15 Thread Jez Hancock
On Sat, Jun 14, 2003 at 07:47:49PM -0400, Scott Kupferschmidt wrote:
 Hello,
 
 I saw a post regarding IMAP the other day on the questions list, so I
 thought others might be trying to do the same as me and give me a heads up
 on what might be wrong here.  I am trying to compile PHP 4.3.2 with IMAP
 support, and it fails with the following:
 
  Error Output for sanity check 
 cd ..; gcc  -funsigned-char -DNO_DL_NEEDED -DFD_SETSIZE=4096 -o
 helpers/dummy helpers/dummy.c   -R/usr/local/lib  -rdynamic
 -L/usr/local/lib -Lmodules/php4 -L../modules/php4 -L../../modules/php4
 -lmodphp4-rdynamic -L/usr/local/lib -lcrypt  -lc-client4  -lcrypt
 -lcrypt -lpam -lintl -lpng -lz -lz -lm  -lcrypt -lcrypt   -lcrypt -lexpat
 /usr/local/lib/libc-client4.so: warning: tmpnam() possibly used
 unsafely; consider using mkstemp()
 /usr/local/lib/libc-client4.so: undefined reference to `mm_expunged'
 /usr/local/lib/libc-client4.so: undefined reference to `mm_diskerror'
 /usr/local/lib/libc-client4.so: undefined reference to `mm_lsub'
 /usr/local/lib/libc-client4.so: undefined reference to `mm_flags'
 /usr/local/lib/libc-client4.so: undefined reference to `mm_fatal'
 /usr/local/lib/libc-client4.so: undefined reference to `mm_nocritical'
 /usr/local/lib/libc-client4.so: undefined reference to `mm_notify'
 /usr/local/lib/libc-client4.so: undefined reference to `mm_searched'
 /usr/local/lib/libc-client4.so: undefined reference to `mm_status'
 /usr/local/lib/libc-client4.so: undefined reference to `mm_login'
 /usr/local/lib/libc-client4.so: undefined reference to `mm_list'
 /usr/local/lib/libc-client4.so: undefined reference to `mm_critical'
 /usr/local/lib/libc-client4.so: undefined reference to `mm_exists'
 /usr/local/lib/libc-client4.so: undefined reference to `mm_log'
 /usr/local/lib/libc-client4.so: undefined reference to `mm_dlog'
Is this something to do with your cclient installation being incorrect
perhaps?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Modem

2003-06-15 Thread Claudiu Bichir
I would like to know if only serial modems are working with freebsd.
I have an Aztech UM9800 external modem. It has a USB port.Will it work with freebsd ?


-
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


want to interrupt installing through ports

2003-06-15 Thread Kei Ikeda
Hi,

I'm installing original gnome through ports right now.
However, It won't finish so far and I found Japanese version gnome which is
better for me.
So I'd liketo interrupt installing original gnome.
If I do it, is it possible to make deinstall original gnome properly?

Thanks lot.

「「「「「「「「「「「「「「「「「「「「「
Kei Ikeda
[EMAIL PROTECTED]
「「「「「「「「「「「「「「「「「「「「「



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

Two Questions

2003-06-15 Thread Ben Shin
1.  I use booteasy to allow me to boot between FreeBSD and Win 2k.  However, the boot 
menu has ?? when referring to Win 2k.  Is there any way I can configure booteasy so 
that it'll display Windows 2000?

2.  Whenever KDE starts, the GNOME top menu and bottom slide bar comes up.  It is 
quite annoying.  Is there anyway to stop that from happening?

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


Re: Procmail isn't handing off mail like it should.

2003-06-15 Thread David Banning
 user2 and user3 in an effort to filter their mail as well, then forward it 
 off to each one's respective mail accounts.  The process is being run as 
 user1 from cron rather than as root.  All works fine except no mail is 
 being filtered for either user2 or user3.  It's basically coming in, and 
 then immediately going out again to another location.

I do exactly what you want on my machine. We need to see your
.procmailrc file.  What spam filtering program are you using?  I
use spamassassin which works really well, and you can change recipes
to catch any that was not caught.

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


Rack Recommendations

2003-06-15 Thread Troy
Hello,
Has anyone had any good experiences with rack equipment vendors, cases
motherboards and everything else, enough to recommend them? If so could you
recommend them to me? I just want some recommendations before starting to shell
out money.

Thanks,

Troy


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


Re: miniinst and livefs cd merged into a single cd

2003-06-15 Thread Joshua Oreman
On Sun, Jun 15, 2003 at 11:31:33AM +0200 or thereabouts, Joost Bekkers seemed to write:
 Hi
 
 I recently merged the 5.1-RELEASE miniinst and livefs (fixit) cd into a single cd.
 And I was wondering if there is any demand for this kind of thing in the
 community.
 
 I don't have the resourses to put a file this large (503MB, 308M .gz) online 
 somewhere,
 but I'll be happy to upload it someplace where everybody can get at it.

I think that would be cool.
-- Josh

 
 -- 
 greetz Joost
 [EMAIL PROTECTED]
 ___
 [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: want to interrupt installing through ports

2003-06-15 Thread Joshua Oreman
On Mon, Jun 16, 2003 at 01:11:00AM +0900 or thereabouts, Kei Ikeda seemed to write:
 Hi,
 
 I'm installing original gnome through ports right now.
 However, It won't finish so far and I found Japanese version gnome which is
 better for me.
 So I'd liketo interrupt installing original gnome.
 If I do it, is it possible to make deinstall original gnome properly?

Just hit ^C. It doesn't install itself untill the *very* end of the build.
If it seems to be going slow between lines you see, you can interrupt.
If it's going *really* fast and the lines start with 'install', well, don't :-)

-- Josh

 
 Thanks lot.
 
 ?$B!V!V!V!V!V!V!V!V!V!V!V!V!V!V!V!V!V!V!V!V!V
 Kei Ikeda
 [EMAIL PROTECTED]
 ?$B!V!V!V!V!V!V!V!V!V!V!V!V!V!V!V!V!V!V!V!V!V
 
 
 
 ___
 [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: Error compiling evolution 1.4.0

2003-06-15 Thread Joe Marcus Clarke
On Sun, 2003-06-15 at 05:48, S. Niunco wrote:
 Hello guys,
  I'm trying to compile version 1.4.0 of Evolution, however at some stage I receive 
 the following error:
 
 In file included from alarm-notify-dialog.c:38:
 /usr/X11R6/include/gtkhtml/gtkhtml.h:28: libgnome/gnome-paper.h: No such file or 
 directory
 In file included from alarm-notify-dialog.c:38:
 /usr/X11R6/include/gtkhtml/gtkhtml.h:30: libgnomeprint/gnome-print-master.h: No such 
 file or directory
 In file included from alarm-notify-dialog.c:38:
 /usr/X11R6/include/gtkhtml/gtkhtml.h:209: syntax error before `GnomePrintMaster'
 gmake[4]: *** [alarm-notify-dialog.o] Error 1
 gmake[4]:
 `/usr/ports/mail/evolution/work/evolution-1.4.0/calendar/gui/alarm-notify'
 gmake[3]: *** [all-recursive] Error 1
 gmake[3]:
 `/usr/ports/mail/evolution/work/evolution-1.4.0/calendar/gui'
 gmake[2]: *** [all-recursive] Error 1
 gmake[2]:`/usr/ports/mail/evolution/work/evolution-1.4.0/calendar'
 gmake[1]: *** [all-recursive] Error 1
 gmake[1]:`/usr/ports/mail/evolution/work/evolution-1.4.0'
 gmake: *** [all-recursive-am] Error 2
 *** Error code 2
 
  Any suggestions??

Try reinstalling libgnomeprint and libgnomeprintui.

Joe

  TIA.
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


Re: Two Questions

2003-06-15 Thread Joshua Oreman
[Please read http://www.lemis.com/email/questions.html]
[In particular: wrap lines at 72-chars or so, ask only
 one question per email, and put on a meaningful subject.]

On Sun, Jun 15, 2003 at 12:13:15PM -0400 or thereabouts, Ben Shin seemed to write:
 1.  I use booteasy to allow me to boot between FreeBSD and Win 2k.
 However, the boot menu has ?? when referring to Win 2k.  Is there
 any way I can configure booteasy so that it'll display Windows 2000?

No, there's not.

?? = 2 bytes long
Windows 2000 = 12 bytes long

Not unless you want to try and find space to delete 10 bytes of code in
booteasy :-) Booteasy is only allowed to take up 446 bytes on your hard
drive, and it's just about maxed out. Making ?? longer will push it
over the limit. It actually uses ?? to mean some partition type I
don't know about, so modifying that will make every partition other
than FreeBSD say Windows 2000. Or you could add code to differentiate
some more, but as I said, that would push it over the limit :-)

If you want Windows 2000, use another bootmgr, such as grub.

 
 2.  Whenever KDE starts, the GNOME top menu and bottom slide bar
 comes up.  It is quite annoying.  Is there anyway to stop that from
 happening?

Check your ~/.xinitrc and ~/.xsession for any lines containing
'gnome-session'; remove them.

-- Josh

 
 Thanks alot in advance.
 ___
 [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: * FreeBSD AntiVirus Solutions *

2003-06-15 Thread Martin Schweizer
Hello Bill

I've read your posting about Sophos and FreeBSD. I'm also interessted about 
it. How do you use it: on clients, on servers or on mail servers?

Am Wed, Jun 11, 2003 at 09:50:19PM -0400 Bill Moran schrieb:
 Olivier Nicole wrote:
 We have noticed that Kaspersky and Sophos are placed at your web site but 
 we
 wonder if we have any other / new alternatives more then these two SW ?
 
 We've been using Kaspersky for more than a year, no problem with the
 product itself, but the sales team is a bit unresponsive (don't expect
 them to warn you when you need to renew your licence, had to threaten
 them to get them replying to me, etc.)
 
 I can't recommend Kaspersky.  I had a bad experience with them, the product
 never worked, and they stopped responding to all communications when we
 told them we wanted our money back.  Being overseas, there was little we
 could do but bite the bullet.
 
 Sophos has been running ever since then.  It's fast and reliable.  It's
 definately expensive, but they seem to do a real good job of having up-to-
 date profiles of all viruses.  We automatically d/l and install updates
 nightly and have never had a problem.

-- 

Regards

Martin Schweizer
[EMAIL PROTECTED]

PC-Service M. Schweizer; Gewerbehaus Schwarz; CH-8608 Bubikon
Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch;
public key : http://www.pc-service.ch/pgp/public_key.asc; 
fingerprint: EC21 CA4D 5C78 BC2D 73B7  10F9 C1AE 1691 D30F D239;



pgp0.pgp
Description: PGP signature


dvorak keyboard, single-user mode

2003-06-15 Thread sd
In single-user mode, such as when fsck detects errors at boot time, 
how does one enable the dvorak keyboard by default (so that the 
dvorak keyboard layout will be used whenever the system is in 
single-user mode) or manually?

Thank you,

Steve Doonan
Portales, NM US
-- 

There are times when one would like to hang the whole human race
and finish the farce. -Mark Twain


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


Re: want to interrupt installing through ports

2003-06-15 Thread Kei Ikeda
Dear Josh,

I hit ^C and I confirmed that I didn't have to make deinstall.
I mean, as you said, it didn't install itself yet.

Thanks a lot.

- Original Message - 
From: Joshua Oreman [EMAIL PROTECTED]
To: Kei Ikeda [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Monday, June 16, 2003 1:35 AM
Subject: Re: want to interrupt installing through ports


 On Mon, Jun 16, 2003 at 01:11:00AM +0900 or thereabouts, Kei Ikeda seemed
to write:
  Hi,
 
  I'm installing original gnome through ports right now.
  However, It won't finish so far and I found Japanese version gnome which
is
  better for me.
  So I'd liketo interrupt installing original gnome.
  If I do it, is it possible to make deinstall original gnome properly?

 Just hit ^C. It doesn't install itself untill the *very* end of the build.
 If it seems to be going slow between lines you see, you can interrupt.
 If it's going *really* fast and the lines start with 'install', well,
don't :-)

 -- Josh

 
  Thanks lot.
 
  ?$B!V!V!V!V!V!V!V!V!V!V!V!V!V!V!V!V!V!V!V!V!V
  Kei Ikeda
  [EMAIL PROTECTED]
  ?$B!V!V!V!V!V!V!V!V!V!V!V!V!V!V!V!V!V!V!V!V!V
 
 
 
  ___
  [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: Minimum base and X footprint

2003-06-15 Thread peter lageotakes
Hello,
I ran into this link a few days ago, its about
building a minBSD.  Its geared toward FreeBSD.  Hope
that helps.
FYI: I havent tried it.

http://neon1.net/misc/minibsd.html#t1

Pete

--- iLLfated [EMAIL PROTECTED] wrote:
 Lo all,
 
   I recently obtained a 486/75 toshiba satellite
 laptop. It has a 300MB HD in it. I have debian
 installed on it currently with basic networking
 tools,
 nmap, netcat, dig, whois, traceroute, tcpdump,
 etc...
 I also have X, fluxbox Epic4, Links, ssh, vim and a
 few other progies. I was wondering what the minimum
 footprint I could get for a base, basic networking
 tools and X install. I'd rather run free on my lappy
 cause I'm sure it'll be much more responsive that
 way.
 How much can I shoehorn on a 300MB HD in FreeBSD and
 will my 28M memory give me any unexpected issues? 
 
 thanks
 l8tr2000 
 
 __
 Do you Yahoo!?
 SBC Yahoo! DSL - Now only $29.95 per month!
 http://sbc.yahoo.com
 ___
 [EMAIL PROTECTED] mailing list

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


__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


[no subject]

2003-06-15 Thread ase

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello,
I currently have an APC  Smart-UPS 1000, It is connected to my win2k

machine using a serial cable and using power chute I can have the computer
shutdown when the battery gets low. There are 3 computers connected to
it, my FreeBSD server, my gentoo workstation, and my windows 2000 workstation.

What I'd really like to do is find a way to run a daemon the server that
will shutdown my windows and gentoo machines after it goes X number of
minutes into ups mode.

Anyone know any software of the like?


Thanks,
Gordon Keesler [EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Note: This signature can be verified at https://www.hushtools.com/verify
Version: Hush 2.3

wkYEARECAAYFAj7s1oIACgkQaic4XJRNfdWuLgCeK8Z/skv3/te5MZa6B8U5GwyXdjYA
oIAeWWlj9rWLE7Mn5Tl1Yy+GXR2K
=Zupz
-END PGP SIGNATURE-




Concerned about your privacy? Follow this link to get
FREE encrypted email: https://www.hushmail.com/?l=2

Free, ultra-private instant messaging with Hush Messenger
https://www.hushmail.com/services.php?subloc=messengerl=434

Big $$$ to be made with the HushMail Affiliate Program: 
https://www.hushmail.com/about.php?subloc=affiliatel=427
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Error compiling evolution 1.4.0

2003-06-15 Thread S. Niunco

It didn't help. Other suggestions?

On 15 Jun 2003 12:38:18 -0400
Joe Marcus Clarke [EMAIL PROTECTED] wrote:

 On Sun, 2003-06-15 at 05:48, S. Niunco wrote:
  Hello guys,
   I'm trying to compile version 1.4.0 of Evolution, however at some stage I receive 
  the following error:
  
  In file included from alarm-notify-dialog.c:38:
  /usr/X11R6/include/gtkhtml/gtkhtml.h:28: libgnome/gnome-paper.h: No such file or 
  directory
  In file included from alarm-notify-dialog.c:38:
  /usr/X11R6/include/gtkhtml/gtkhtml.h:30: libgnomeprint/gnome-print-master.h: No 
  such file or directory
  In file included from alarm-notify-dialog.c:38:
  /usr/X11R6/include/gtkhtml/gtkhtml.h:209: syntax error before `GnomePrintMaster'
  gmake[4]: *** [alarm-notify-dialog.o] Error 1
  gmake[4]:
  `/usr/ports/mail/evolution/work/evolution-1.4.0/calendar/gui/alarm-notify'
  gmake[3]: *** [all-recursive] Error 1
  gmake[3]:
  `/usr/ports/mail/evolution/work/evolution-1.4.0/calendar/gui'
  gmake[2]: *** [all-recursive] Error 1
  gmake[2]:
  `/usr/ports/mail/evolution/work/evolution-1.4.0/calendar'
  gmake[1]: *** [all-recursive] Error 1
  gmake[1]:`/usr/ports/mail/evolution/work/evolution-1.4.0'
  gmake: *** [all-recursive-am] Error 2
  *** Error code 2
  
   Any suggestions??
 
 Try reinstalling libgnomeprint and libgnomeprintui.
 
 Joe
 
   TIA.
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to [EMAIL PROTECTED]
 -- 
 PGP Key : http://www.marcuscom.com/pgp.asc
 


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


Re: your mail

2003-06-15 Thread Matthew Seaman
On Sun, Jun 15, 2003 at 01:23:18PM -0700, [EMAIL PROTECTED] wrote:
 
 Hello,
 I currently have an APC  Smart-UPS 1000, It is connected to my win2k
 
 machine using a serial cable and using power chute I can have the computer
 shutdown when the battery gets low. There are 3 computers connected to
 it, my FreeBSD server, my gentoo workstation, and my windows 2000 workstation.
 
 What I'd really like to do is find a way to run a daemon the server that
 will shutdown my windows and gentoo machines after it goes X number of
 minutes into ups mode.
 
 Anyone know any software of the like?

nut.

http://www.exploits.org/nut/
ports: sysutils/nut

Should do everything that you require.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Re: Error compiling evolution 1.4.0

2003-06-15 Thread Joe Marcus Clarke
On Sun, 2003-06-15 at 16:31, S. Niunco wrote:
 It didn't help. Other suggestions?

Remove /usr/X11R6/include/gtkhtml

Joe

 
 On 15 Jun 2003 12:38:18 -0400
 Joe Marcus Clarke [EMAIL PROTECTED] wrote:
 
  On Sun, 2003-06-15 at 05:48, S. Niunco wrote:
   Hello guys,
I'm trying to compile version 1.4.0 of Evolution, however at some stage I 
   receive the following error:
   
   In file included from alarm-notify-dialog.c:38:
   /usr/X11R6/include/gtkhtml/gtkhtml.h:28: libgnome/gnome-paper.h: No such file or 
   directory
   In file included from alarm-notify-dialog.c:38:
   /usr/X11R6/include/gtkhtml/gtkhtml.h:30: libgnomeprint/gnome-print-master.h: No 
   such file or directory
   In file included from alarm-notify-dialog.c:38:
   /usr/X11R6/include/gtkhtml/gtkhtml.h:209: syntax error before `GnomePrintMaster'
   gmake[4]: *** [alarm-notify-dialog.o] Error 1
   gmake[4]:
   `/usr/ports/mail/evolution/work/evolution-1.4.0/calendar/gui/alarm-notify'
   gmake[3]: *** [all-recursive] Error 1
   gmake[3]:
   `/usr/ports/mail/evolution/work/evolution-1.4.0/calendar/gui'
   gmake[2]: *** [all-recursive] Error 1
   gmake[2]:
   `/usr/ports/mail/evolution/work/evolution-1.4.0/calendar'
   gmake[1]: *** [all-recursive] Error 1
   gmake[1]:`/usr/ports/mail/evolution/work/evolution-1.4.0'
   gmake: *** [all-recursive-am] Error 2
   *** Error code 2
   
Any suggestions??
  
  Try reinstalling libgnomeprint and libgnomeprintui.
  
  Joe
  
TIA.
   ___
   [EMAIL PROTECTED] mailing list
   http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   To unsubscribe, send any mail to [EMAIL PROTECTED]
  -- 
  PGP Key : http://www.marcuscom.com/pgp.asc
  
 
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


Re: * FreeBSD AntiVirus Solutions *

2003-06-15 Thread Bill Moran
Martin Schweizer wrote:
Hello Bill

I've read your posting about Sophos and FreeBSD. I'm also interessted about 
it. How do you use it: on clients, on servers or on mail servers?
Currently we're only using it as a mail server solution, via Amavis.
The cost of the individual client setups has convinced all our clients to go
with something cheap, like Norton, so we haven't deployed it to the desktop
yet.
Am Wed, Jun 11, 2003 at 09:50:19PM -0400 Bill Moran schrieb:

Olivier Nicole wrote:

We have noticed that Kaspersky and Sophos are placed at your web site but 
we
wonder if we have any other / new alternatives more then these two SW ?
We've been using Kaspersky for more than a year, no problem with the
product itself, but the sales team is a bit unresponsive (don't expect
them to warn you when you need to renew your licence, had to threaten
them to get them replying to me, etc.)
I can't recommend Kaspersky.  I had a bad experience with them, the product
never worked, and they stopped responding to all communications when we
told them we wanted our money back.  Being overseas, there was little we
could do but bite the bullet.
Sophos has been running ever since then.  It's fast and reliable.  It's
definately expensive, but they seem to do a real good job of having up-to-
date profiles of all viruses.  We automatically d/l and install updates
nightly and have never had a problem.




--
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


GPIO support?

2003-06-15 Thread Jay West
I can't seem to find any mention in the mailing list archives or in the
hardware lists for freebsd 4.8 about GPIO cards? I need to interface to a
PCI card which provides around 24 bidirectional TTL level channels, maybe a
clock line or two (haven't selected a card yet). I find it hard to believe
there is NO general purpose parallel I/O card supported in FreeBSD. Does
anyone have any suggestions? Please reply directly to [EMAIL PROTECTED]
as I'm not on this list.

Thanks!

Jay West

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


RE: X doesn't work

2003-06-15 Thread Scott Miller

I am using the GeForce2 driver that came with FreeBSD 5.


-Original Message-
From: peter lageotakes [mailto:[EMAIL PROTECTED]
Sent: Saturday, June 14, 2003 51 PM
To: Scott Miller; [EMAIL PROTECTED]
Subject: Re: X doesn't work


Hello Scott,

Are you using the FreeBSD/Linux driver for X? Below is
the link for the drivers:

http://www.nvidia.com/view.asp?IO=freebsd_1.0-3203

What version of FreeBSD are you running?

--- Scott Miller [EMAIL PROTECTED] wrote:
 Hi List,
 
 Where should I start on troubleshooting this? I
 installed FreeBSD and
 included X and Gnome 2 environment.  I selected the
 lowest resolution (VGA)
 to see if it would work (I have had trouble getting
 X to work with some
 flavors of Linux on this machine).  When I run
 startx, I get garbage on the
 screen and the computer locks up.  Same problem with
 other resolutions.
 
 I have a Dell Inspiron 8100. It uses the nvida
 GeForce2 GO. Dell will
 provide no other technical specifications. In
 windows I use 1600x1200 and
 32-bit colcor. What other information do you all
 need?
 
snip
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: X doesn't work

2003-06-15 Thread Scott Miller
ctrl-alt backspace does work, so X is not really locked.  The screen just
has junk.  Since Dell provides no information about the display, any ideas
on how to determine the correct rates?

Thanks,

Scott

-Original Message-
From: Daniela [mailto:[EMAIL PROTECTED]
Sent: Saturday, June 14, 2003 4:51 PM
To: Scott Miller; [EMAIL PROTECTED]
Subject: Re: X doesn't work


On Saturday 14 June 2003 21:03, Scott Miller wrote:
 Hi List,

 Where should I start on troubleshooting this? I installed FreeBSD and
 included X and Gnome 2 environment.  I selected the lowest resolution
(VGA)
 to see if it would work (I have had trouble getting X to work with some
 flavors of Linux on this machine).  When I run startx, I get garbage on
the
 screen and the computer locks up.  Same problem with other resolutions.

 I have a Dell Inspiron 8100. It uses the nvida GeForce2 GO. Dell will
 provide no other technical specifications. In windows I use 1600x1200 and
 32-bit colcor. What other information do you all need?

Check the refresh rate of your monitor.
However, I've never seen a lockup because of this. There may be other
problems, too.
Are you sure it locked up? Have you tried ctrl+alt+backspace?

Daniela

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


Re: more transparent proxy and squid questions.

2003-06-15 Thread Andrew Thomson
On Fri, Jun 13, 2003 at 09:47:09AM -0400, Bill Moran wrote:
 
 Yes.  You've got the right idea.
 

hmm.. i have encountered some difficulties ;) so now i'm seeking some
more advice..

i have the following rules on my firewall:

10561 skipto 11000 ip from 192.168.1.2 to any
10562 fwd 192.168.1.2,3128 tcp from 192.168.1.3 to any 80

keeping in line with my example, 1=fwall, 2=squid, 3=user

the skipto is in there so we go through nat and get a proper ip.

i never see any packets get to the squid box though..

ipfw show indicates matching packets
ipfw show 10561 10562
10561   5342331306 skipto 11000 ip from 192.168.1.2 to any
10562   2520120960 fwd 192.168.1.2,3128 tcp from 192.168.1.3 to any 80

a tcpdump on the squid box looking out for port 3128 shows nothing, although
the ipfw shows matches..

i'll keep digging around but any more tips would be appreciated on this
setup.

thanks,

andrew.



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


Re: X doesn't work

2003-06-15 Thread Jud
On Sun, 15 Jun 2003 16:18:38 -0700, Scott Miller 
[EMAIL PROTECTED] wrote:

ctrl-alt backspace does work, so X is not really locked.  The screen just
has junk.  Since Dell provides no information about the display, any 
ideas
on how to determine the correct rates?

Thanks,

Scott
Have you tried the stuff here?

http://www.marcuscom.com/g2g-xfree86/article.html

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


Re: more transparent proxy and squid questions.

2003-06-15 Thread Bill Moran
Andrew Thomson wrote:
On Fri, Jun 13, 2003 at 09:47:09AM -0400, Bill Moran wrote:

Yes.  You've got the right idea.


hmm.. i have encountered some difficulties ;) so now i'm seeking some
more advice..
i have the following rules on my firewall:

10561 skipto 11000 ip from 192.168.1.2 to any
10562 fwd 192.168.1.2,3128 tcp from 192.168.1.3 to any 80
keeping in line with my example, 1=fwall, 2=squid, 3=user

the skipto is in there so we go through nat and get a proper ip.

i never see any packets get to the squid box though..

ipfw show indicates matching packets
ipfw show 10561 10562
10561   5342331306 skipto 11000 ip from 192.168.1.2 to any
10562   2520120960 fwd 192.168.1.2,3128 tcp from 192.168.1.3 to any 80
a tcpdump on the squid box looking out for port 3128 shows nothing, although
the ipfw shows matches..
i'll keep digging around but any more tips would be appreciated on this
setup.
Someone else may have keener eyes, but for my part I can't guess what the problem
could be from your description.
Can you send your entire ipfw ruleset?  (i.e. the complete output of 'ipfw show')
Perhaps then I'll be able to get a better idea what you're doing.  If 10562 is
catching packets, then it's likely that it's somewhere else that the problem lie.
--
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Output from `pkg_info`

2003-06-15 Thread Kris Kennaway
On Sun, Jun 15, 2003 at 11:46:38AM -0300, Konrad Scorciapino wrote:
 Hi,
 
  Fixed a few weeks ago.
 
 But what is the solution?

Upgrade to newer sources and rebuild the affected packages if you want
(it's only a cosmetic issue).

Kris


pgp0.pgp
Description: PGP signature


ipfirewall_forward

2003-06-15 Thread Andrew Thomson
i'm working on setting up a transparent squid proxy.

would like to clarify what the forward stuff actually does..

this is what I thought was happening..

ipfw2 initialized, divert enabled, rule-based forwarding enabled,
default to accept, logging unlimited

00500 fwd 192.168.1.2 tcp from any to any dst-port 80
65535 allow ip from any to any

i just thought i'd muck around with apache atm.. i hit the box with these
rules on it on port 80, and the request is never fwd'ed to 192.168.1.2

is this what's supposed to happen??

a tcpdump port 80 on both hosts show in the incoming http from the
client, however nothing on the machined having the packets forwarded..

can someone clarify this for me?

thanks,

ajt.



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


X Desktop

2003-06-15 Thread Ben Shin
Is there a way to change the desktop (i.e. KDE, GNOME, WM) on a user-by-user 
basis?

_
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.  
http://join.msn.com/?page=features/virus

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


Re: ipfirewall_forward

2003-06-15 Thread Andrew Thomson
On Mon, Jun 16, 2003 at 10:09:34AM +1000, Andrew Thomson wrote:
 i'm working on setting up a transparent squid proxy.
 
 would like to clarify what the forward stuff actually does..
 
 this is what I thought was happening..
 
 ipfw2 initialized, divert enabled, rule-based forwarding enabled,
 default to accept, logging unlimited
 
 00500 fwd 192.168.1.2 tcp from any to any dst-port 80
 65535 allow ip from any to any
 
 i just thought i'd muck around with apache atm.. i hit the box with these
 rules on it on port 80, and the request is never fwd'ed to 192.168.1.2
 
 is this what's supposed to happen??
 
 a tcpdump port 80 on both hosts show in the incoming http from the
 client, however nothing on the machined having the packets forwarded..
 
 can someone clarify this for me?
 
 thanks,
 
 ajt.
 

just tested some more.. and i assume this fwd business is for just
pushing packets around on the same host..

i snuck in rule 400 as a test..

00400 fwd 192.168.1.1,3128 tcp from any to any dst-port 80
00500 fwd 192.168.1.2 tcp from any to any dst-port 80

1.1 is what i'm typing in my browser.. originally i was hoping this
would be forwarded to 1.2.. but was getting no love..

however when i fwd to the same host as i type in the browser, the fwd
works.. i take it this is it's use??

so how do I do want I want to do??

thanks,

ajt.



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


(no subject)

2003-06-15 Thread GardianofNight
Hello

im trying to download a copy of unix from the site. i have got to:



2.13.1 Creating an installation CDROM

As part of each release, the FreeBSD project makes available five CDROM 
images (``ISO images''). These images can be written (``burned'') to CDs if you 
have a CD writer, and then used to install FreeBSD. If you have a CD writer, and 
bandwidth is cheap, then this is the easiest way to install FreeBSD.


Download the correct ISO images

The ISO images for each release can be downloaded from 
ftp://ftp.FreeBSD.org/pub/FreeBSD/ISO-IMAGES-arch/version or the closest mirror. 
Substitute arch and 
version as appropriate.

That directory will normally contain the following images:

Table 2-6. FreeBSD ISO image names and meanings

Filename Contains 
version-mini.iso Everything you need to install FreeBSD. 
version-disc1.iso Everything you need to install FreeBSD, and as many 
additionalthird party packages as would fit on the disc. 
version-disc2.iso A ``live filesystem'', which is used in conjunction with 
the ``Repair'' facility in sysinstall. A copy of the FreeBSD CVS tree. As many 
additional third party packages as would fit on the disc. 
version-disc3.iso As many additional third party packages as would fit on the 
disc. 
version-disc4.iso As many additional third party packages as would fit on the 
disc.

i wud like to dl version-disc1.iso but i odnt now which bit to use as a 
substitue for arch or version in the url.

could you help?
thankyou

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


Re: X Desktop

2003-06-15 Thread Joshua Oreman
On Sun, Jun 15, 2003 at 08:10:51PM -0400 or thereabouts, Ben Shin seemed to write:
 Is there a way to change the desktop (i.e. KDE, GNOME, WM) on a 
 user-by-user basis?

For KDE:
$ echo exec startkde  ~user/.xinitrc
For GNOME:
$ echo exec gnome-session  ~user/.xinitrc
For another WM:
$ echo exec WMname  ~user/.xinitrc
where WMname is icewm for IceWM, blackbox for blackbox, etc.

Now, no matter which one you did:
$ echo '#!/bin/sh'  ~user/.xsession
$ cat ~user/.xinitrc  ~user/.xsession
$ chmod +x ~user/.xsession

HTH,
-- Josh

 
 _
 MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.  
 http://join.msn.com/?page=features/virus
 
 ___
 [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: (no subject)

2003-06-15 Thread Kent Stewart
On Sunday 15 June 2003 05:39 pm, [EMAIL PROTECTED] wrote:
 Hello

 im trying to download a copy of unix from the site. i have got to:

 

 2.13.1 Creating an installation CDROM

 As part of each release, the FreeBSD project makes available five CDROM
 images (``ISO images''). These images can be written (``burned'') to CDs if
 you have a CD writer, and then used to install FreeBSD. If you have a CD
 writer, and bandwidth is cheap, then this is the easiest way to install
 FreeBSD.


 Download the correct ISO images

 The ISO images for each release can be downloaded from
 ftp://ftp.FreeBSD.org/pub/FreeBSD/ISO-IMAGES-arch/version or the closest
 mirror. Substitute arch and version as appropriate.

 That directory will normally contain the following images:

 Table 2-6. FreeBSD ISO image names and meanings

 Filename Contains
 version-mini.iso Everything you need to install FreeBSD.
 version-disc1.iso Everything you need to install FreeBSD, and as many
 additionalthird party packages as would fit on the
 disc. version-disc2.iso A ``live filesystem'', which is used in conjunction
 with the ``Repair'' facility in sysinstall. A copy of the FreeBSD CVS tree.
 As many additional third party packages as would fit on the disc.
 version-disc3.iso As many additional third party packages as would fit on
 the disc.
 version-disc4.iso As many additional third party packages as would fit on
 the disc.

 i wud like to dl version-disc1.iso but i odnt now which bit to use as a
 substitue for arch or version in the url.

You are the only one that can do the chosing. You know whether you have a i386 
(Intel or AMD), alpha, or etc. See

ftp://ftp.FreeBSD.org/pub/FreeBSD/ISO-IMAGES-i386 


Since you have problems at this point, it is probably safe to suggest that you 
deal with only the 4.x version.

For starters, you only need to download the first iso. When you burn it onto a 
CD-ROM, you have to use the burn as an image option. All CD burners will do 
this. It is just difficult on some of them to find out how. Most of the ones 
I am familiar with will put you into the right spot if you double click the 
iso from a file manger.

Kent


 could you help?
 thankyou

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

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html

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


Re: (no subject)

2003-06-15 Thread Joshua Oreman
On Sun, Jun 15, 2003 at 08:39:08PM -0400 or thereabouts, [EMAIL PROTECTED] seemed to 
write:
 Hello
 
 im trying to download a copy of unix from the site. i have got to:
 
 
 
 2.13.1 Creating an installation CDROM
 
 As part of each release, the FreeBSD project makes available five CDROM 
 images (``ISO images''). These images can be written (``burned'') to CDs if you 
 have a CD writer, and then used to install FreeBSD. If you have a CD writer, and 
 bandwidth is cheap, then this is the easiest way to install FreeBSD.
 
 
 Download the correct ISO images
 
 The ISO images for each release can be downloaded from 
 ftp://ftp.FreeBSD.org/pub/FreeBSD/ISO-IMAGES-arch/version or the closest mirror. 
 Substitute arch and 
 version as appropriate.
 
 That directory will normally contain the following images:
 
 Table 2-6. FreeBSD ISO image names and meanings
 
 Filename Contains 
 version-mini.iso Everything you need to install FreeBSD. 
 version-disc1.iso Everything you need to install FreeBSD, and as many 
 additionalthird party packages as would fit on the disc. 
 version-disc2.iso A ``live filesystem'', which is used in conjunction with 
 the ``Repair'' facility in sysinstall. A copy of the FreeBSD CVS tree. As many 
 additional third party packages as would fit on the disc. 
 version-disc3.iso As many additional third party packages as would fit on the 
 disc. 
 version-disc4.iso As many additional third party packages as would fit on the 
 disc.
 
 i wud like to dl version-disc1.iso but i odnt now which bit to use as a 
 substitue for arch or version in the url.

arch = i386 for PCs
Since it sounds like you're a newbie, you'll want version = 4.8-RELEASE.
There is also 5.1-RELEASE but it's highly discouraged for people who
are not willing to debug it. It *is* a new technology release, after
all.

-- Josh

 
 could you help?
 thankyou
 
 ___
 [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: Which ISO to downlaod (was (no subject))

2003-06-15 Thread Bill Moran
[EMAIL PROTECTED] wrote:
Hello

im trying to download a copy of unix from the site. i have got to:



2.13.1 Creating an installation CDROM

As part of each release, the FreeBSD project makes available five CDROM 
images (``ISO images''). These images can be written (``burned'') to CDs if you 
have a CD writer, and then used to install FreeBSD. If you have a CD writer, and 
bandwidth is cheap, then this is the easiest way to install FreeBSD.

Download the correct ISO images

The ISO images for each release can be downloaded from 
ftp://ftp.FreeBSD.org/pub/FreeBSD/ISO-IMAGES-arch/version or the closest mirror. Substitute arch and 
version as appropriate.

That directory will normally contain the following images:

Table 2-6. FreeBSD ISO image names and meanings

Filename Contains 
version-mini.iso Everything you need to install FreeBSD. 
version-disc1.iso Everything you need to install FreeBSD, and as many 
additionalthird party packages as would fit on the disc. 
version-disc2.iso A ``live filesystem'', which is used in conjunction with 
the ``Repair'' facility in sysinstall. A copy of the FreeBSD CVS tree. As many 
additional third party packages as would fit on the disc. 
version-disc3.iso As many additional third party packages as would fit on the 
disc. 
version-disc4.iso As many additional third party packages as would fit on the 
disc.

i wud like to dl version-disc1.iso but i odnt now which bit to use as a 
substitue for arch or version in the url.

could you help?
thankyou
arch is the architecture you want to install on.  Use i386 if you have PC
type hardware.
The version you want it 4.8.
If you're using PC hardaware, the URL you want is either:
ftp://ftp.FreeBSD.org/pub/FreeBSD/ISO-IMAGES-i386/4.8/4.8-RELEASE-i386-disc1.iso
or
ftp://ftp.FreeBSD.org/pub/FreeBSD/ISO-IMAGES-i386/4.8/4.8-RELEASE-i386-mini.iso
Warning! The disc1 is 620M and the mini is 204M ... could be LONG downloads.

--
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Sendmail Authentication Problem

2003-06-15 Thread Gary K Stinnett Jr
I have been trying to get smtp authentication to work with Sendmail

I have looked over and tried many times to install sasl and go through
the directions on the following freebsd web page 

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/smtp-auth.html

When I get to the point of make sendmail I get the following error

At the end of the make process I get 

CC: /usr/src/lib/libsmutil/libsmutil.a: No such file or
directory
CC: /usr/src/lib/libsm.a: No such file or directory
*** Error code 1

The freebsd doc says the following about compiling sendmail:

The compile of sendmail should not have any problems if /usr/src has
not been changed extensively and the shared libraries it needs are
available

This is a fresh install of FreeBSD 4.8.  I have not changed anything
except installing apache, qpopper, and webmin.

Any help would be appreciated.

Thanks,
Gary




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


Re: X configuration problem (was: [no subject] on -hackers)

2003-06-15 Thread Joshua Oreman
[Moved to -questions]

Please read http://www.lemis.com/email/questions.html for some email
guidelines for the list.

On Sun, Jun 15, 2003 at 08:12:47PM -0400 or thereabouts, Derek Santamassino seemed to 
write:

 Hi, I need some help with FreeBSD 4.8 Release. I installed
 FreeBSD. It does not recognize my hardware. After the installation
 it goes right to command prompt instead of going to desktop. My
 hardware needs to be configured. Can someone help me configure my
 hardware? I have compaq MV540 color monitor. PCTEL Platinum V. 90
 modem. Cirrus logic PCI video card. Intel(r) Integrated Audio. PS/s
 wheel mouse. That is a list of most of my hardware.

If you want a desktop, log in as 'root' (w/o quotes), w/ the root
password you set on installation, and run 'xf86cfg -textmode'. You'll
need some information found in your monitor manual.

 
 Please e-mail me back as soon as you get this e-mail at
 [EMAIL PROTECTED] I'm a total beginner with any Unix or Linux

FreeBSD is not Linux.

-- Josh

 base systems. Thank You.
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
 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: more transparent proxy and squid questions.

2003-06-15 Thread Rapier
From what you've said you have natd enabled,instead of redirecting with ipfw 
you shoud redirect with natd!man natd


On Mon, 16 Jun 2003 09:41:05 +1000
Andrew Thomson [EMAIL PROTECTED] wrote:

 On Fri, Jun 13, 2003 at 09:47:09AM -0400, Bill Moran wrote:
  
  Yes.  You've got the right idea.
  
 
 hmm.. i have encountered some difficulties ;) so now i'm seeking some
 more advice..
 
 i have the following rules on my firewall:
 
 10561 skipto 11000 ip from 192.168.1.2 to any
 10562 fwd 192.168.1.2,3128 tcp from 192.168.1.3 to any 80
 
 keeping in line with my example, 1=fwall, 2=squid, 3=user
 
 the skipto is in there so we go through nat and get a proper ip.
 
 i never see any packets get to the squid box though..
 
 ipfw show indicates matching packets
 ipfw show 10561 10562
 10561   5342331306 skipto 11000 ip from 192.168.1.2 to any
 10562   2520120960 fwd 192.168.1.2,3128 tcp from 192.168.1.3 to any 80
 
 a tcpdump on the squid box looking out for port 3128 shows nothing, although
 the ipfw shows matches..
 
 i'll keep digging around but any more tips would be appreciated on this
 setup.
 
 thanks,
 
 andrew.
 
 
 
 ___
 [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]


Moving users

2003-06-15 Thread Richard Beyer
Hi,

I need to move users from one machine to another and keep their passwords
intact.

I've added a test user to Server-Source and a test user to
Server-Destination and copied the password hash from
/etc/master.password on Server-Source and pasted it into master.password
on Server-Destination, but the login fails.

I've also searched the archive with no luck.

Any suggestions appreciated.

Thanks,
Richard

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


Re: UNIX programming platform

2003-06-15 Thread Joel Rees
 Dear list,
 I would like to hear your opinions about your favorite UNIX programming
 platform.

*nix;)

 The kind of programming I am more interested is system and network
 programming.

Pick one that is accessible to you and dig in. I've found myself liking
the BSDs more than the Linuxes, but I am looking for some time to dig
into Debian. 

(Vine and Miracle Linux are presently in use in my office particularly
because they provide tools useful in a Japanese environment. Many of
those tools are available in freeBSD, but not yet quite as accessible as
they are in Japanese-built Linux distributions. We also use Solaris, but
that's kind of expensive, and you would likely need no one to suggest it
to you if you were in the position to use it.) 

 I am looking for those details that will make my life easier or harder.

Then I'd suggest Mac OS X. (This is not your father's Macintosh.)

But if you already have an MSWindows box that you want to put to good
use, freeBSD is fairly straightforward to get started with, and has a
lot of tools/toys to work with. 

netBSD seems to be good with odd-ball hardware, but you have to know
quite a bit about what you're doing to take full advantage of the tools
there. (They have some interesting cross-architecture tools, for
instance.)

If you are already comfortable with installing and configuring, and what
you really mean by details is a lean-n-mean system and a tight focus
on networking and security, check openBSD out.

That's probably the standard take on the more prominent players in the
BSD world, but it doesn't do justice to any of it. Start with the one
that's handiest for you, but play with the others when you get a chance.
(System and _network_ would imply more than one computer, anyway, right?)

Just my two cents.

-- 
Joel Rees, programmer, Kansai Systems Group
Altech Corporation (Alpsgiken), Osaka, Japan
http://www.alpsgiken.co.jp

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


burncd and PIONEER DVD-RW DVR-105

2003-06-15 Thread Matthew Grooms
Hello all,

I was hoping I could get some help ... 

I just purchased a spanky new dvd/cdrw, threw it in my freebsd box (
4.7-release ) and proceeded to burncd myself a freebsd 5.1 iso when I
got this message ...

-bash-2.05b$  burncd -f /dev/acd0c data 5.1-RELEASE-i386-disc1.iso
fixate
next writeable LBA 0
writing from file 5.1-RELEASE-i386-disc1.iso size 630048 KB
written this track 832 KB (0%) total 832 KB
only wrote -1 of 32768 bytes err=16

fixating CD, please wait..

/var/log/messages contain these entries that look telling ...

Jun 16 04:07:14 hole /kernel: acd0: REPORT_KEY - ILLEGAL REQUEST
asc=0x6f ascq=0x04 error=0x00
Jun 16 04:08:06 hole /kernel: acd0: REPORT_KEY - ILLEGAL REQUEST
asc=0x6f ascq=0x04 error=0x00
Jun 16 04:11:10 hole /kernel: acd0: REPORT_KEY - ILLEGAL REQUEST
asc=0x6f ascq=0x04 error=0x00

Any suggestions? What info can I provide to help fix this problem? Any
help is appreciated.

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


Can I delete a partition (or is it a slice?)

2003-06-15 Thread Roger Merritt
I have a chance to get my hands on a 4-GB hard drive that's being replaced 
by a 40-GB drive. My other machine really needs more space (it also has a 
4-GB drive), and I'd like to move the /usr/home slice (or is it partition?) 
to the new(er) HDD and delete the /usr/home slice from the older drive. I 
presume the space would then be available to the /usr partition (the two 
are adjacent and /usr/home was created after /usr). Would deleting the 
slice cause my partition table to be rewritten with disastrous results?

Or would it be better to set up three slices, for /, /var, and /usr, on the 
new drive, transfer the data from the old drive with backup and restore, 
backing up the contents of /usr/home to a tarball on the new drive, then 
repartition the old drive with a single slice, /usr/home, and copy the 
backup tarball?

Also, since these two drives would be on the same cable, would using tar to 
transfer the data be faster than backup and restore?

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


key barriers

2003-06-15 Thread Thanjee Neefam

Hello,

I have a friend who is a Debian Linux user and I have been having a
discussion with him about using FreeBSD. He wrote me a list of his
concerns with changing to FreeBSD. I don't want to give him any incorrect
answers or incorrect information. So could someone more knowledgable than
me please give me some precise answers on the following points.

Thanks!


from email

I like that a certain *BSD is getting funding from DARPA; the 
enhancements I was reading about sounded impressive.

The key barrier to FreeBSD is java.  I go to 
http://www.freebsd.org/java/ and the main text says FreeBSD supports 
1.1.8, which isn't good enough for my needs.

However, there is also a 1.4 link on that page, but that page says the 
FreeBSD version is currently missing features.

This is the second key issue.  I know of someone who runs an old 
open-source OS (about 3 versions behind the current), who doesn't know 
how to patch his box unless he downloads 4 or so CDs.  That box was 
recently compromised and the fix that person performed was to rebuild 
the machine with the same old OS, and recover data from tape.

I like being able to browse to www.debian.org/security and to know that 
on certain days as many as 5 patches are released.  And that with a 
single command I can apply all the patches I need.

Now, FreeBSD has a similar page freebsd.org/security but it doesn't list 
as many bugs.  Does that mean FreeBSD has fewer holes?  Or does it mean 
it takes longer to fix them in FreeBSD?  Or that people are not testing 
the security of BSD as much as Debian?  I don't know.

At the top of the debian security page is directions on how to apply all 
relevent patches.  There is no such information on the FreeBSD security 
page (that I could see, correct me if I am wrong).  Instead the 
directions are attached to the Security Advisory, and involve 
recompiling your operating-system/kernal and rebooting (at least it did 
for the two I checked 'openssl' and 'syncookies' SA for 4.8

/// [EMAIL PROTECTED] \\\
AAFE Audio, Amiga and FreeBSD Enthusiast :p
\ http://www.fastmail.fm //
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


VESA modes inexplicably not available on Matrox p750 ?

2003-06-15 Thread Josh Brooks

There is a new matrox card (with triple head support) available - the
Matrox Millenium p750.

Forget the triple/dual head features - I have not even loaded X yet - I
just want a reasonable test console mode to do console work in.

Unlike many ATI Rage cards (especially in dell laptops ?) this card does
indeed have full VESA support.

So, my kernel includes:

options VESA
options SC_PIXEL_MODE
options VGA_WIDTH90

but when I boot up, I see this in my dmesg:

# dmesg | grep vesa
module_register_init: MOD_LOAD (vesa, 0xc034e8a0, 0) error 6

So ... thatisnt good.

And when I try to go into theVESA mode, :

# vidcontrol -g 100x37 VESA_800x600

vidcontrol: cannot activate raster display: Operation not supported by
device


So, if I kldload vesa (grasping at the straw here):

# kldload vesa
module_register_init: MOD_LOAD (vesa, 0xc7fb5620, 0) error 6

# kldstat
Id Refs AddressSize Name
 14 0xc010 396560   kernel
 21 0xc0497000 4a30cacpi.ko
 31 0xc7fb2000 5000 vesa.ko


So I get the error again, but it is loaded as a module.  I try to go
800x600 again:

vidcontrol: cannot activate raster display: Operation not supported by
device


So what is the problem ?  I am ready to have 800x600 console support now,
so this certainly isn't a problem to wait on.

thanks all of you - and let me know if there are addditional data I can
post to you about the problem.

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


Re: Moving users

2003-06-15 Thread Ruben de Groot
On Mon, Jun 16, 2003 at 02:40:02PM +1000, Richard Beyer typed:
 Hi,
 
 I need to move users from one machine to another and keep their passwords
 intact.
 
 I've added a test user to Server-Source and a test user to
 Server-Destination and copied the password hash from
 /etc/master.password on Server-Source and pasted it into master.password
 on Server-Destination, but the login fails.
 
Have you rebuild the password database after modifying master.passwd ?

pwd_mkdb /etc/master.passwd

 I've also searched the archive with no luck.
 
 Any suggestions appreciated.
 
 Thanks,
 Richard
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 
Irrationality is the square root of all evil
-- Douglas Hofstadter
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Can I delete a partition (or is it a slice?)

2003-06-15 Thread Scott Kupferschmidt
Hello,

You could simply format the new disk and mount it as /usr/home.  However,
you would have to mount it elsewhere temporarily to move the real
/usr/home data to this new partition.

I would really have to see your fstab file to see how you got it set up,
but even if you have an existing partition for /usr/home it could be
renamed and used for something else.

Hope this info helps.

Sincerely,

Scott Kupferschmidt


On Mon, 16 Jun 2003, Roger Merritt wrote:

 I have a chance to get my hands on a 4-GB hard drive that's being replaced 
 by a 40-GB drive. My other machine really needs more space (it also has a 
 4-GB drive), and I'd like to move the /usr/home slice (or is it partition?) 
 to the new(er) HDD and delete the /usr/home slice from the older drive. I 
 presume the space would then be available to the /usr partition (the two 
 are adjacent and /usr/home was created after /usr). Would deleting the 
 slice cause my partition table to be rewritten with disastrous results?
 
 Or would it be better to set up three slices, for /, /var, and /usr, on the 
 new drive, transfer the data from the old drive with backup and restore, 
 backing up the contents of /usr/home to a tarball on the new drive, then 
 repartition the old drive with a single slice, /usr/home, and copy the 
 backup tarball?
 
 Also, since these two drives would be on the same cable, would using tar to 
 transfer the data be faster than backup and restore?
 
 -- 
 Roger
 
 ___
 [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]