setfacl(1) - Can FreeBSD's ACLs contain groups from NT/AD domains ?

2007-08-06 Thread Wilkinson, Alex
Hi all,

I have FreeBSD 7.0-CURRENT #1: Wed Jul 25 authenticating successfully against
active directory via samba's winbindd(8). I need to manage samba shares via
FreeBSD ACLs and CIFS ACLs. From my reading of setfacl(1) I should be able to
set group permissions using the syntax of DOMAIN\group-name. For example:

   #setfacl -d -m g:MYDOMAIN\mygroupname:rwx test

However, when I do this on FreeBSD -CURRENT I get the following error:

   #setfacl -d -m g:MYDOMAIN\mygroupname:rwx test
setfacl: g:MYDOMAIN\mygroupname: Invalid argument

From a quick Google it looks like Linux ACLs can do the aforementioned
[http://www.techtutorials.net/blogs/index.php?mode=viewuseruser_id=7].

Does anyone know ?

 -aW

IMPORTANT: This email remains the property of the Australian Defence 
Organisation and is subject to the jurisdiction of section 70 of the CRIMES ACT 
1914.  If you have received this email in error, you are requested to contact 
the sender and delete the email.


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


Re: Card for Xorg dual-head Xinerama? (Matrox G450 problems)

2005-06-15 Thread Wilkinson, Alex
0n Mon, Jun 13, 2005 at 05:17:58PM -0400, Chris Shenton wrote: 

I'm running FreeBSD-5.4 from cvsup and having some Xorg problems with
Xinerama on my Matrox G450 dual-head card.

While Xinerama works fine for local X11 apps, an app started on a
remote machine displaying back to my box fills the fvwm frame with
nothing -- except whatever bitmap was already there.  Moving the
window moves the image of the bitmap around. Killing the app leaves
the fvwm frame; I have to kill the frame in fvwm to make it go away.
If I turn off Xinerama, everything works fine, but obviously I don't
have Xinerama.

Any suggestions for a good dual-head card which works well with Xorg
and Xinerama?  I've got two 21 CRTs so don't have DVI input.  I don't
game so I don't need that kind of speed.  I'd prefer something quiet,
that doesn't require a fan to prevent it from melting.  I'd like to
keep it inexpensive.

Yes, make sure you download and use official linux matrox drivers.

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


df(1) vnconfig(8) hanging ....

2004-08-23 Thread Wilkinson, Alex
Hi all,

This morning I wanted to edit an ISO to instruct the kernel to redirect its
output to serial.

i.e 

# sudo vnconfig -v -c /dev/vn0 5.3-BETA1-i386-miniinst.iso
# sudo mount -t cd9660 -o rw /dev/vn0 /mnt
# sudo tcsh
# echo /boot/loader -h  boot.config
boot.config: Read-only file system.

Forget the afforementioned error. 

The problem that I have is now when I issue a df(1) my shell hangs: 

e.g.

# df -h
^C^C^D
^C^C^D

# ps -aux | grep df 
username   0.0  0.0   212   96  p2  D+9:04AM   0:00.00 df -h
username 3332  0.0  0.0   212   96  p1  D+9:04AM   0:00.00 df -h

# kill -9  3332

# ps -aux | grep df
username   0.0  0.0   212   96  p2  D+9:04AM   0:00.00 df -h
username 3332  0.0  0.0   212   96  p1  D+9:04AM   0:00.00 df -h

No change.

I'm not sure what has hung here, nor am I sure how to 'un-hang' my shell.

Any thoughts anyone ?

 - aW

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


Re: [BUGA] df(1) vnconfig(8) hanging ....

2004-08-23 Thread Wilkinson, Alex
0n Tue, Aug 24, 2004 at 09:24:51AM +0930, Wilkinson, Alex wrote: 

This morning I wanted to edit an ISO to instruct the kernel to redirect its
output to serial.

i.e 

# sudo vnconfig -v -c /dev/vn0 5.3-BETA1-i386-miniinst.iso
# sudo mount -t cd9660 -o rw /dev/vn0 /mnt
# sudo tcsh
# echo /boot/loader -h  boot.config
boot.config: Read-only file system.

Forget the afforementioned error. 

The problem that I have is now when I issue a df(1) my shell hangs: 

e.g.

# df -h
^C^C^D
^C^C^D

# ps -aux | grep df 
username   0.0  0.0   212   96  p2  D+9:04AM   0:00.00 df -h
username 3332  0.0  0.0   212   96  p1  D+9:04AM   0:00.00 df -h

# kill -9  3332

# ps -aux | grep df
username   0.0  0.0   212   96  p2  D+9:04AM   0:00.00 df -h
username 3332  0.0  0.0   212   96  p1  D+9:04AM   0:00.00 df -h

No change.

I'm not sure what has hung here, nor am I sure how to 'un-hang' my shell.

Any thoughts anyone ?

 - aW


To follow up to my own question, an NFS server not responding  DOH !

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


Re: [BUGA] df(1) vnconfig(8) hanging ....

2004-08-23 Thread Wilkinson, Alex
0n Tue, Aug 24, 2004 at 09:30:09AM +0930, Wilkinson, Alex wrote: 

0n Tue, Aug 24, 2004 at 09:24:51AM +0930, Wilkinson, Alex wrote: 

This morning I wanted to edit an ISO to instruct the kernel to 
redirect its
output to serial.

i.e 

# sudo vnconfig -v -c /dev/vn0 5.3-BETA1-i386-miniinst.iso
# sudo mount -t cd9660 -o rw /dev/vn0 /mnt
# sudo tcsh
# echo /boot/loader -h  boot.config
boot.config: Read-only file system.

Forget the afforementioned error. 

The problem that I have is now when I issue a df(1) my shell hangs: 

e.g.

# df -h
^C^C^D
^C^C^D

# ps -aux | grep df 
username   0.0  0.0   212   96  p2  D+9:04AM   0:00.00 df -h
username 3332  0.0  0.0   212   96  p1  D+9:04AM   0:00.00 df -h

# kill -9  3332

# ps -aux | grep df
username   0.0  0.0   212   96  p2  D+9:04AM   0:00.00 df -h
username 3332  0.0  0.0   212   96  p1  D+9:04AM   0:00.00 df -h

No change.

I'm not sure what has hung here, nor am I sure how to 'un-hang' my 
shell.

Any thoughts anyone ?

 - aW


To follow up to my own question, an NFS server not responding  DOH !

 - aW

To follow-up again, why doesn't this work ?

# sudo umount -v -t nfs -f /cdrom/ports/distfiles

Just hangs.

Surely you can force an un-mount of an NFS filesystem ?

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


Re: Questions about Hauppauge WinTV 350

2004-06-23 Thread Wilkinson, Alex
On Wed, Jun 23, 2004 at 12:56:26PM +0930, Greg 'groggy' Lehey wrote:

A number of software products use the Hauppauge WinTV 350 Personal
Video Recorder (what a stupid name!).  I've been planning to get one
for some time, but here in Australia the prices are ridiculous (more
than double what they are nearly anywhere else).  So I've decided to
have one sent from overseas.

Question: are all WinTV 350s the same?  In Australia we have the same
standards as in most of Europe (PAL, not NTSC), and the tuner
frequencies are also the same as those in Europe.  If I buy a card in
the USA, will it work here, or are there two different kinds of card,
depending on where they're sold?

The web site is not of much help.  To help me decide, it would be nice
to hear from somebody with experience with the cards who can tell me a
definite answer to at least one of these questions:

* Are there separate versions for different countries?
* Does the device you have support both PAL and NTSC?
* Does the tuner on your device support both European and US
  frequencies?
* What kind of antenna connector does your card have?  US TVs tend to
  have a screw-on connector, while European one tend to have a push-on
  connector.

Other information, in particular where I can get them cheap, would
also be appreciated.


You may find some useful info in this article:

http://arstechnica.com/guide/audio-visual/videocapturing/vidcap-1.html

Email me offline if you want me to send you the PDF of it.

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


/usr/ports/www/linux-mozillafirebird

2004-06-08 Thread Wilkinson, Alex

Hi all,

I have been using /usr/ports/www/firefox for sometime now.
Recently I installed /usr/ports/www/linux-mozillafirebird to experiment with
some of the plugins. Something that I noticed was that linux-mozillafirebird is
blazingly fast compared to firefox.

I'm talking about the speed at which it loads pages is _significantly_ faster
than that of firefox.

Can anyone suggest reasons for this ? 

I'm tempted to use /usr/ports/www/linux-mozillafirebird permanently !

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


/usr/ports/sysutils/vobcopy

2003-06-18 Thread Wilkinson,Alex
Hi,

Does anyone know if it is possible to use vobcopy on a DVDROM mounted over nfs ?

I have tryed this and keep getting this error:

# mount_nfs hostname:/path/to/dvdrom

# vobcopy -i /mnt
You use -i. Normally this is not necessary, vobcopy finds the input dir by itself. 
This option is only there if vobcopy makes trouble.
If vobcopy makes trouble, please mail me so that I can fix this ([EMAIL PROTECTED]). 
Thanks
Could not find the provided path (/mnt), typo?

path to cd:
libdvdread: Can't stat
No such file or directory

Path thingy didn't work '(null)'
Try someting like -i /cdrom, /dvd  or /mnt/dvd


Any ideas ?

 Cheers

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


Re: jdk and mozilla

2003-03-31 Thread Wilkinson,Alex
erm...no, it works fine with the native mozilla binary.

 - aW


Which mozilla are you using? the  BSD version or linux-mozilla?
I think this plugin stuff works only with the linux-mozilla port.

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


Re: UDMA

2003-03-30 Thread Wilkinson,Alex
I have seen these errors before. It has to do with Electro Magnetic Interference 
(noise).
Try using different ribbons (ATA33) and see if the errors disappear.

 - aW


ad0: UDMA ICRC error cmd=read fsbn 61731938
 retrying
ad0: UDMA ICRC error cmd=read fsbn 61731938
 retrying
ad0: UDMA ICRC error cmd=read fsbn 61731938
 retrying
ad0: UDMA ICRC error cmd=read fsbn 61731938

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


Re: entropy

2003-01-15 Thread Wilkinson,Alex
You are an absolute cockhead

shell man 4 random

What kind of crack are you smoking wanker ?

 - aW


Entropy is a tendency towards disorder in the universe, exemplified by
things LIKE SOME FREAKIN' CLUELESS GIT POSTING A TOTALLY OFF-TOPIC
SCIENCE MESSAGE TO A COMPUTER OS LIST!!!

Did you actually have to MOVE your browser from in front of the mail
program to AVOID searching for this on the web?!?

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



Re: entropy

2003-01-15 Thread Wilkinson,Alex
From: http://people.freebsd.org/~bmah/relnotes/5.0-RELEASE/relnotes-i386.html

 The  random(4) device has been rewritten to use the Yarrow algorithm. It harvests 
entropy from
a variety of interrupt sources, including the console devices, Ethernet and 
point-to-point
network interfaces, and mass-storage devices. Entropy from the  random(4) device is
now periodically saved to files in /var/db/entropy, as well as at shutdown time.
The semantics of /dev/random have changed; it never blocks waiting for entropy
bits but generates a stream of pseudo-random data and now behaves exactly as 
/dev/urandom.

 - aW


Entropy is a tendency towards disorder in the universe, exemplified by
things LIKE SOME FREAKIN' CLUELESS GIT POSTING A TOTALLY OFF-TOPIC
SCIENCE MESSAGE TO A COMPUTER OS LIST!!!

Did you actually have to MOVE your browser from in front of the mail
program to AVOID searching for this on the web?!?

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



entropy

2003-01-14 Thread Wilkinson,Alex
Can someone recommend to me where I can read up on
entropy.

ie what it is ? Why we have it ? etc etc

 - aW

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



Re: CVS Logging

2002-12-12 Thread Wilkinson,Alex
Port:   cvsbook-1.21
Path:   /usr/ports/devel/cvsbook
Info:   A tutorial and reference for CVS
Maint:  [EMAIL PROTECTED]
Index:  devel
B-deps:
R-deps:


 - aW


Does anyone know if there is a way to have CVS log all activity to a
log file. Basically, I'd like a log of all checkouts, updates, imports
and commits. I've already got it logging imports commits, but I can't
work out how to log the other stuff.

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



Re: Screen shots?

2002-12-12 Thread Wilkinson,Alex
There are tonnes of programs that can do this, two such programs are:

/usr/ports/graphics/gimp
/usr/X11R6/bin/xwd

Can someone tell me how to take a screen shot using KDE3?

 - aW

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



Re: Interest in diskless booting?

2002-12-09 Thread Wilkinson,Alex
Definitely add it!

 - aW


On Monday,  9 December 2002 at 17:48:14 -0800, Lou Katz wrote:
 On Sun, Dec 08, 2002 at 12:48:35PM +1030, Greg 'groggy' Lehey wrote:
 I was at a local installfext yesterday
 (http://installfest.auug.org.au/), and a number of people were
 interested in doing diskless booting, either for reasons of economy or
 reliability.  I'm currently about to finish the manuscript of the
 fourth edition of The Complete FreeBSD, and I was wondering if there
 was enough interest in this topic for me to include it in the book.
 If *you* are interested, please let me know.  I'll make a decision
 depending on the amount of feedback I get.

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



Re: x question

2002-12-05 Thread Wilkinson,Alex
Yes.

You need to install an Xserver on your Windows box.

Best product around is Xwin32: http://www.starnet.com/products/

You could also try cygwin: http://www.cygwin.com/


Is it possible to 'startx' and view the graphical
environment from a windows workstation connected to a
freebsd box? if yes, how?


 - aW

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



Re: Enabling root ftp access

2002-12-04 Thread Wilkinson,Alex
Comment out root in the file /etc/ftpusers

 - aW


Silly question.  Using ProFTPD, how do I enable access by root via FTP?  I
need it only for short periods to be able to move and upload/update certain
files.  I understand the security risks and the server will only need to be
up for brief periods of time.  Anyone know how to do this?  Thanks.


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



Re: Which one is the right FTP?

2002-12-04 Thread Wilkinson,Alex
cat /usr/ports/ftp/proftpd/pkg-plist

 - aW


Ok, got a slight dilemma.  Installed ProFTPD just a few days back and was
trying to fire up my FTP server using /usr/libexec/ftpd.  Well low and
behold, that's still the default FTP server for Freebsd.  I thought that
when you installed ProFTPD it overwrote that.  If no, then where did it put
it?  Thanks for the help.


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



Re: Mail server howto question

2002-12-04 Thread Wilkinson,Alex
http://www.au.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mail.html

 - aW


Ok, this is kind of a two part question. So here goes.
1st, I need to build a mail server that does both pop and smtp.  2nd, I
need that server to be able to do pop before smtp authentication for relaying.
Anyone got a good tutorial on how to do that and how to setup the server
to authenticate smtp users via pop before smtp?  What mail server
software would I need to pull this off?  Thanks for the info!


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



Re: Opera

2002-12-03 Thread Wilkinson,Alex
How do I get rid of it all or how do I fix it?

shell pkg_delete /var/db/pkg/opera*

 - aW

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



Re: Help !!!

2002-12-03 Thread Wilkinson,Alex
From the ports tree ? Or from there home directories ?

 - aW


I am running FreeBSD 4.7 and it seems that if I log in as root I can
compile most anything, the problem is that if a normal user logs in
they dont seem to be able to compile anything,
I fear that the permissions in the / directory were changed ... is
there any way to reverse this ? 

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



rsync

2002-12-03 Thread Wilkinson,Alex
Can anyone explain to me why this is happening:

shellrsync -v host:/etc/printcap the_printcap
Password:
rsync: Command not found.
rsync: connection unexpectedly closed (0 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(150)

Thanks

 - aW

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



patches

2002-11-20 Thread Wilkinson,Alex
Howdy crew,

Can someone point me to a paper that explains the process of
writing patches.

Cheers

 - aW


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



[hardware] Tagged Command Queuing or Larger Cache ?

2002-10-28 Thread Wilkinson,Alex
Howdy Crew,

I am about to buy a new hard disk for my FreeBSD work station.
Since FreeBSD's ATA drivers implement Tagged Command Queuing and IBM make
the only ATA disks that implement tagged command queuing ( ie since the 60GXP family ),
an IBM 40GB 120GXP looks like the best solution.

However, my question is:

Do the benifits from a having a larger disk cache such as the WD 40GB 7200RPM w/8MB 
Cache
has, outweigh the benefits of Tagged Command Queuing ?

Thanks

 - aW




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



distfiles question

2002-09-18 Thread Wilkinson,Alex

Hi all,

When building a port are the distfiles that are fetched given the permissions from the
users umask (ie the user doing the build) ?

If so is there a way to change the permissions of the distfiles once they are
fetched ie automagically ? Maybe make.conf ?

I could change the perms of them with a cron job each night but I'd prefer a cleaner 
way
if it is possible.

Pointers ?

 - aW



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