zfs configuration

2013-01-21 Thread Don Dugger
Hi All,

So I use zfs for the root file system. Works well. However now I want to
move /tmp to ram-disk (memory disk or what ever). When I try to unmount
/tmp with the zfs command of course it won't because its busy. With ufs I
would just edit fstab and reboot what do I don with zfs??

Thx in advance...

Don 8(
___
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


User IDs

2013-01-07 Thread Don Dugger
Hi All,

Looking for advice.

I have had between 3 - 9 boxes on a small home business network. This
network has been in place for 12+ years. On occasions there's a Linux box
however I am trying to use PC-BSD instead. The non-FreeBSD boxes are used
for office and
general work the FreeBSD boxes are for development.

The question is about dealing with adding users. I been using NIS for a
while now it works ok however I've had to keep good notes on how to do
thing mainly because I don't add user or boxes very often. I'm a software
engineer not a system admin so I not clean on what the best way to deal
with things like this. The problem is when I added a PC-BSD box and added a
user with the GUI admin stuff provided it did not let me specify the user
id so now the users file that are on the nfs mounted drives user id's don't
match. I can login as root and use chpass and change the user ids but then
I must go through add they files on the new box change uids and gids.

Question is there an easier way??

Thx in advance...

Don
___
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: User IDs

2013-01-07 Thread Don Dugger
On Mon, 7 Jan 2013 11:49:48 -0800, Don Dugger wrote:
 The question is about dealing with adding users. I been using NIS for a
 while now it works ok however I've had to keep good notes on how to do
 thing mainly because I don't add user or boxes very often. I'm a software
 engineer not a system admin so I not clean on what the best way to deal
 with things like this. The problem is when I added a PC-BSD box and
added a
 user with the GUI admin stuff provided it did not let me specify the user
 id so now the users file that are on the nfs mounted drives user id's
don't
 match. I can login as root and use chpass and change the user ids but
then
 I must go through add they files on the new box change uids and gids.

 Question is there an easier way??

If the GUI tool of PC-BSD doesn't cover the specific need you
have, use the CLI equivalent. If you need an interactive way
of adding users, use adduser, and if you have some time,
read man pw and use pw useradd (and maybe pw usermod)
which will cover nearly all imaginable cases.

The advantage of pw is that you can easily script and automate
things. If urgently needed, you could create a GUI wrapper
with Tcl/Tk, but you'll probably find that the CLI tool is
much easier to use.

Ya I tried that the problem is adduser doesn't set the users home directory
up for the for PC-BSD system. (KDE)

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


Gateway 8.1

2010-08-21 Thread Don Dugger
I recently loaded 8.1 Rel on a box using the same basic configuration as a
7.1 Rel box I was replacing.
Everything works except the box won't work as a gateway now. Is there
something new in 8.1 that would change the basic configuration that I
would need to change.


Thx in advance...

Don

Heres my rc.conf:



# -- sysinstall generated deltas -- # Fri Aug 13 08:23:57 2010
# Created: Fri Aug 13 08:23:57 2010
# Enable network daemons for user convenience.

# Please make all changes to this file, not to /etc/defaults/rc.conf.
# This file now contains just the overrides from /etc/defaults/rc.conf.
defaultrouter=74.92.224.230
hostname=freedom.local.hotlz.com

gateway_enable=YES
firewall_client_net=172.27.240.0:255.255.0.0
firewall_enable=YES
firewall_type=OPEN
ifconfig_xl0=inet 172.27.240.33  netmask 255.255.0.0

ifconfig_xl1=inet 74.92.224.225/24
ifconfig_msk0=inet 74.92.224.226/32
#ipv4_addrs_xl1=74.92.224.225-226/8

#ifconfig_msk0=inet 172.27.140.38  netmask 255.255.248.0

natd_enable=YES
natd_interface=xl1
#firewall_nat_enable=YES
#firewall_nat_interface=xl1


named_enable=YES

inetd_enable=YES
linux_enable=YES
local_startup=/usr/local/etc/rc.d
moused_enable=YES
nfs_client_enable=YES

nfs_server_enable=YES
rpcbind_enable=YES
sshd_enable=YES
#usbd_enable=YES
apache22_enable=YES
lpd_enable=YES
slapd_enable=YES

slapd_flags='-h ldap://thecampingview.com/;'

postfix_enable=YES

mysql_dbdir=/data1/mysql
mysql_enable=YES


postgresql_enable=YES
postgresql_data=/usr/local/pgsql/data
postgresql_flags=-w -s -m fast
postgresql_initdb_flags=--encoding=utf-8 --lc-collate=C
postgresql_class=default


sendmail_enable=NO
sendmail_submit_enable=NO
sendmail_outbound_enable=NO
sendmail_msp_queue_enable=NO

# The Fish generated deltas - Tue Sep  2 10:06:49 2008

timed_enable=YES

nisdomainname=hotlz-nis
nis_server_enable=YES
nis_client_enable=YES
nis_client_flags=-S hotlz-nis,freedom.local.hotlz.com

nis_yppasswdd_enable=YES

courier_imap_imapd_enable=YES
courier_authdaemond_enable=YES
courier_imap_imapd_ssl_enable=YES

# -- sysinstall generated deltas -- # Thu Aug 19 03:27:27 2010

check_quotas=NO
rpc_statd_enable=YES

___
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


Compass 597 Sprint

2009-05-07 Thread Don Dugger
Has anyone got a Compass 597 from Sprint to work?
And if so can I get some pointers?

Thx in advance...

Don 8)
___
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


Audio

2003-01-22 Thread Don Dugger
I've been using the rsynth package for years now, but after installing 4.6
Rel. The say command no longer works correctly, it doesn't say the last
word. I thought I saw a bug report that sounded like this problem was fixed
in 4.6.1 Rel. However I just installed 4.7 Rel. and the problems still
there. I have an old Sound Blaster and am using the pcm device. Can anyone
shad some light on this.

Thx in advance...

Don 8) 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message