cannot find -lsysdeps error

2003-11-04 Thread Jon Reynolds
I am trying to install ucspi-unix-0.36 and I keep running into this
error:

./load unixclient env.o utoa.o `cat socket.lib`
/usr/libexec/elf/ld: cannot find -lsysdeps
*** Error code 1
 
Stop in /usr/local/src/ucspi-unix-0.36

I installed bglibs which took care of the sysdeps.h problem but I can't
seem to find an answer to this error. What is this telling me do I need
to install something else?

Thanks for any help,

Jon

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


Gaim and webcams

2003-10-17 Thread Jon Reynolds
I am trying to find something that will allow me to accept a webcam
invitation in a messeger app. I have tried gaim and yahoo messenger but
with no success. I dont want to have to use msn messenger just to be
able to accept this invite. Is there anything out there that will
communicate with msn messenger and allow a person to view these
requests? Or is there some other messenger app that is cross platform
that would allow me to do this?

Thanks for any help,

Jon

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


Re: mpayer + sound problem

2003-10-17 Thread Jon Reynolds
On Fri, 2003-10-17 at 16:47, Bryan Cassidy wrote:
 I get this when trying to play movies in mplayer.
 
 audio_setup: Can't open audio device /dev/dsp: Device busy
 AO: [arts] can't connect to aRts soundserver
 /dev/dsp: Device busy
 AO: [esd] esd_open_sound failed: Resource temporarily unavailable
 ao_nas: init(): Can't open nas audio server - nosound
 SDL: Samplerate: 44100Hz Channels: Stereo Format Signed 16-bit (Little-Endian)
 /dev/dsp: Device busy
 SDL: Unable to open audio: No available audio device
 ___
I would check that somwthing is not starting the aRts soundserver at
boot time. Check your processes with 'ps ax' and look for aRts and kill
it. Then try to use mplayer, this is usually what I find when I have a
device busy.

Hope that helps,

Jon

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


question about cvsup

2003-10-14 Thread Jon Reynolds
If I install applications from the ports tree and make all the
configuration changes then upgrade my system using cvsup, will that
break all the installed applications? Like say one of my apps has been
updated for a security hole, will it break it?

Jon

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


Patching SSH

2003-09-17 Thread Jon Reynolds
I have SSH installed with the base install of 4.7. I downloaded the
patch and followed the directions: cd /usr/src - patch  /path/to/patch.
when I issue that command it asks me which file I would like to patch I
type in buffer.c and it tells me this file cannot be found. What file do
I need to patch if not buffer.c?

Thanks for any help,

Jon

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


Patching SSH

2003-09-17 Thread Jon Reynolds
I have SSH installed with the base install of 4.7. I downloaded the
patch and followed the directions: cd /usr/src - patch  /path/to/patch.
when I issue that command it asks me which file I would like to patch I
type in buffer.c and it tells me this file cannot be found. What file do
I need to patch if not buffer.c?

Thanks for any help,

Jon

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


RE: Samba and $

2003-08-05 Thread Jon Reynolds
On Tue, 2003-08-05 at 00:02, Katinka Mills wrote:
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Behalf Of Micheas Herman
  Sent: Tuesday, 5 August 2003 2:52 PM
  To: FreeBSD List
  Cc: FreeBSD List
  Subject: Re: Samba and $
  
  
  On Mon, 2003-08-04 at 17:41, Jon Reynolds wrote:
   On Mon, 2003-08-04 at 12:25, Bob Collins wrote:
At 02:07 PM 8/4/2003 -0500, gfsd wrote:
Why can't i create a user with a $ on the end? For machine 
  trust accounts 
i need to add each one by hand, instead of on the fly 
  creation. When I use 
adduser it will not let me add a user with a $ on the end, 
  is there a way 
around that?
  
  adduser is a perl script in 4.x. You can edit the file to allow
  '$' in the user name. Or further hack it so that it knows that
  any name that ends in '$' is a samba machine name and have it
  execute the correct smbpasswd command as well.
  
  
  A quick visit to an active irc channel should get you any help
  you need. (it did me a long time ago.)
  
  good luck,
  
  
  Micheas
 
 For a good IRC channel and network here is the place I use :
 
   #c and #freebsd on irc.freenode.net
 
 Regards,
 
 Kat.
 ---
 Outgoing mail is certified Virus Free.
 Checked by AVG anti-virus system (http://www.grisoft.com).
 Version: 6.0.443 / Virus Database: 248 - Release Date: 10/01/2003

Thanks for the tips, I have never used an irc channel before and have
been hooked on mailing lists like a crack addict. Are irc channels
really that good at helping? I was under the impression they were just
like chat rooms.

Jon

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


Re: Samba 3.0b2 + ADS

2003-08-05 Thread Jon Reynolds
On Tue, 2003-08-05 at 15:16, Will Froning wrote:
 Solved.
 
 cd /usr/ports/net/openldap22
 make install
 
 cd /usr/ports/security/heimdal
 make WITH_LDAP=yes install --missed WITH_LDAP last time
 
 cd /usr/ports/net/samba-devel
 make KRB5_HOME=/usr/local install
 
 Thanks,
 Will
 
 On Fri, 1 Aug 2003 13:05:00 -0700
 Will Froning [EMAIL PROTECTED] wrote:
 
  Has anyone successfully joined a FreeBSD 4.8 box running Samba 3.0b3
  to a Native mode AD tree?
  
  Just wondering since I'm having a killer time getting it to work.  I
  can get the krb5 keys and 'net ads lookup' works like a champ.  But
  'net ads join -U Administrator' always fails with:
  
  [2003/08/01 08:11:03, 1] libsmb/clikrb5.c:ads_krb5_mk_req(267)
krb5_cc_get_principal failed (No such file or directory)
  [2003/08/01 08:11:03, 1] libsmb/clikrb5.c:ads_krb5_mk_req(274)
krb5_get_credentials failed for [EMAIL PROTECTED] (Unknown error:
  -1765328369)
  [2003/08/01 08:11:03, 1] utils/net_ads.c:ads_startup(176)
ads_connect: Server is unavailable
  
  I have dc3 and dc2 shortname entries in /etc/hosts.  Below is the
  smb.conf file relevant entries (I've tried it with and without the
  workgroup entry).
  
  [global]
 workgroup = STK
 realm = stk.realm
 security = ads
 netbios name = MARMAR
 encrypt passwords = yes
  
  I've been posting on [EMAIL PROTECTED], but no solution.  
  
  Please CC me on the reply, thanks a bunch.
  
  Thanks,
  Will
  
  -- 
  Will Froning
  Unix Sys. Admin.
  [EMAIL PROTECTED]

Will,

Is there a doc or howto to setup samba3+ldap+kerberos+freebsd somewhere?
I am trying to set this up and am having a hard time finding everything
in one doc. Is there such a thing?

Thanks,

Jon

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


Re: Samba and $

2003-08-04 Thread Jon Reynolds
On Mon, 2003-08-04 at 12:25, Bob Collins wrote:
 At 02:07 PM 8/4/2003 -0500, gfsd wrote:
 Why can't i create a user with a $ on the end? For machine trust accounts 
 i need to add each one by hand, instead of on the fly creation. When I use 
 adduser it will not let me add a user with a $ on the end, is there a way 
 around that?
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 
 That is to be expected in FreeBSD and Samba. It is in the notes. So, what 
 you do, is make your user. The edit, by hand, the password file. vipw is 
 the command to use. Add the $ and save the file.
 
 No real way around it that I know of.
 
 -- Bob
 
 NOTICE TO BULK E-MAILERS: Pursuant to US Code, Title 47, Chapter 5,
 Subchapter II, 227, and all unsolicited commercial e-mail sent to this
 address is subject to a download and archival fee in the amount of $500 US

Is there a good howto for setting up freebsd as a pdc with winxp? I am
having a helluva time trying to get the xp box to logon.

Jon

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


Variables Listings

2003-06-27 Thread Jon Reynolds
Is there a way to list what the variables on the system are with one
simple command, such as $HOME, $PATH, $CVSROOT, $TMPDIR, etc, etc?

Jon



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


Mount question

2003-06-04 Thread Jon Reynolds
 How do I issue the 'mount' command so that I can tell it the uid an gid
of the newly mounted filesystem?
-- 
Jon Reynolds [EMAIL PROTECTED]

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


setting uid,gid on samba share

2003-06-03 Thread Jon Reynolds
I used to be able to issue the command:
mount -t smbfs -o username=jonr,password=password,uid=jon,gid=jon
//server/share /mnt/shared

This has always worked before but now on freebsd4.8 the -o is no longer
an option. How can I connect and set the uid,gid? I have read the
mount_smbfs man page and see an -O option but I don't understand how to
make it do what I want.

Can someone help me finger this out?

-- 
Jon Reynolds [EMAIL PROTECTED]

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


DNS error or idiot on parade

2003-06-02 Thread Jon Reynolds
I am trying to setup a nameserver for a domain and I have been reading
the DNS/Bind book from O'Reilly and I somehow got the private IP showing
up when I try and ping from a remote site. Whenever I type in ping
www.example.com, it tries to ping 192.168.1.20 instead of the external
IP. I don't have this IP in my named.conf or example.com db file
anywhere...anymore :). I have reloaded my named daemon and it reports no
errors in the message log. How can I fix this so that it resolves to the
correct IP?

Any help will be greatly appreciated and I will chant your name as a
mantra for a week.
-- 
Jon Reynolds [EMAIL PROTECTED]

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


Re: DNS error or idiot on parade

2003-06-02 Thread Jon Reynolds
On Sun, 2003-06-01 at 21:59, Konrad Neitzel wrote:
 Reynolds [EMAIL PROTECTED] wrote:
  I am trying to setup a nameserver for a domain and I have been 
  reading the DNS/Bind book from O'Reilly and I somehow got the 
  private IP showing up when I try and ping from a remote site. 
  Whenever I type in ping www.example.com, it tries to ping 
  192.168.1.20 instead of the external IP. I don't have this IP 
  in my named.conf or example.com db file anywhere...anymore :). 
  I have reloaded my named daemon and it reports no errors in 
  the message log. How can I fix this so that it resolves to the 
  correct IP?
 
 You could check your DNS Server with host e.g.:
 host www.example.com 127.0.0.1
 
 That would query the nameserver on 127.0.0.1 (localhost) for the name 
 www.example.com.
 
 If this reports the right IP:
 Have you checked your /etc/hosts? Maybe you set your system to check 
 that first and you got the name there?
 
 Just some thoughts from my side ...
 
 With kind regards,
 
 Konrad Neitzel
 
 --
 SoftMediaTec GmbH
 Tel: 0172 / 689 31 45
 Fax: 069 / 90 50 99 53
Thanks Konrad, actually it was something really stupid. The remote
server I was using to check it had it cached and once I rebooted it
worked fine, Thanks Luke! I don't want to tll you how many hours I spent
trying to figure this out when it probably has been working for awhile.

I am my own worst enemy.

Jon

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


Daily Run Output error

2003-04-04 Thread Jon Reynolds
I am getting this error in my daily run output:

Mail in local queue:
mailq: execing /usr/libexec/sendmail/sendmail: No such file or directory

I have qmail installed and have done the 'make disable-sendmail' and the
'make enable-qmail' on the machine and it is working fine as a mail
server. Anyone seen this before and have a fix for it?

Thanks for any help,

-- 
Jon Reynolds [EMAIL PROTECTED]

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


copying system install to dissimiliar new server

2003-04-02 Thread Jon Reynolds
I am wondering if there is a way to setup a server using FreeBSD4.7 and
after I have it configured to my liking, can I clone it then put the
image on a system that has completly different hardware? Is it the 'dd'
command I need to research for this or is there some other way?

Thanks for any help or suggestions,
-- 
Jon Reynolds [EMAIL PROTECTED]

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


Re: OS X clients - Samba Arrrrggg!!

2003-03-17 Thread Jon Reynolds
On Mon, 2003-03-17 at 04:05, Bill Moran wrote:
 Matthew Ryan wrote:
  Hi all,
  
  I'm running a Samba server under FreeBSD Release 4.8, so far everything 
  has been just spanky but I added a new share yesterday and now I have an 
  odd problem with my OS X clients.
  
  Actually I only tried to copy files to the server from an OS X machine 
  for the first time yesterday so I don't actually know how long the 
  problem has been around. I do remember having some trouble organising 
  files on the server from an OS X client a week or so again.
 
 Well, I just tested here with my IMac vs. FreeBSD/Samba server and I
 could not repeat the problem.  I'm using Mac OS 10.2.4, FreeBSD 4.8-RC
 (from March 3) and Samba 2.2.4_1 from ports ... looks like it's time
 to update that.
 Actually, I seem to remember some documented problems with certain
 versions of Mac OS and SMB shares.  Is your version of Mac OS up to
 date?
 
  In fact, shortly after the server crashed No more mbufs? I restarted 
  and it's been fine since.
 
 You may want to raise the number of mbufs available on this server.
 
  The problem is this:
  
  When I try to copy files from the OS X clients (and I have tried 2 to be 
  sure), I see a
  
   Could not complete the operation because you don't have enough 
  privileges error.
 
 I tried copy and create with both files and folders with no problems.
 
  Of corse, I am sure that the user I am logged on to the server as has 
  full read write access to the directory concerned. To be sure I have 
  logged on as different users. I find this problem in the Home 
  Directories as well!
  
  Just to further confuse things - I am able to create a new folder and 
  delete it again, although I am never permitted to put a file in it.  And 
  even stranger - when the copy fails it leaves a 0k file at the 
  destination with name of the file I try to copy.
 
 This sounds vaguely familiar.  I can't remember details, but I seem to
 recall installing a server a one point where files would be created, and
 when the client actually tried to write to the file, they had no
 permissions.  The error was somewhere in the permissions and create
 ownership settings in Samba.  Basically, Samba was being told to create
 all files as another user, with somewhat strict permissions, but then
 the permissions were too strict to access the file.
 
 Check the unix permissions on the 0 byte file that gets created.  If they
 would prevent writing to that file, check your file creation options in
 samba.
 
  All this works perfectly on Win XP, Win 200 or Win 98 clients.
 
 Are the Win machines logging in differently than the Macs?
 
  We also run a Win 200AS file server and the OS X clients seem to have no 
  problem coping files to shares on that machine.
  
  Confused? - I am!
 
 Yeah, so was I ... assuming that you're having the same problem I was.
 
  Chances are that I'm doing something daft - usually the way but I can't 
  see what.
 
 Check the perms and the samba options.  I may be wrong, but that's what it
 sounds like.

I just got over this problem about a month ago. What I believe the
problem was is that on the samba server in the shared folder I found
some .(dot) files like FBCFolderLock and .DStore. When I deleted all
these dot files that the Macs had created I no longer got the
permissions problem. As always, back up before trying anything.

Jon


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


Re: Sendmail Install

2003-03-17 Thread Jon Reynolds
On Mon, 2003-03-17 at 04:24, Mike Grover wrote:
 Does anybody know the options to force sendmail to install over the base
 sendmail
 from the ports directory?
 
 is is just:   PREFIX=/usr
 
mike
 
did you try: 'make install -D FORCE_PKG_REGISTER' before trying that
edit the Makefile and change the default path to where you want it to
install. Then run the above command.

Hope that helps,

Jon 


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


Re: Boot from disk

2003-02-22 Thread Jon Reynolds
On Sat, 2003-02-22 at 17:04, Mike wrote:
 Hi all
 
 I have an IMB ThinkPad 765D by design and age it will not boot from a
 CD. To load Linux on it I used a specific RH boot diskette that would
 allow me to use a CD ROM connect through a serial cable. It has both a
 CD and floppy but you can only have one or the other;(
 
 Is there anything like that for FreeBSD. I am digging in Google but if
 there's hope let me know
 
 
 Cheers
 
 M;)
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message

Hi Mike, You could use a win98 boot floppy to get to the CD but the
other way is to go to www.freebsd.org and search the handbook for
installing from floppy. You will need to create two floppies boot.flp
and ...uh..something else with the .flp extension that is on the freebsd
cdrom. Thatis how I always do it.

Hope it helps,

-- 
Jon Reynolds [EMAIL PROTECTED]



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


Re: SquirrelMail port problems

2003-02-12 Thread Jon Reynolds
On Wed, 2003-02-12 at 17:19, Jim Durham wrote:
 On Wednesday 12 February 2003 06:46 pm, you wrote:
   I installed the squirrelmail port from /usr/ports/mail.
  
   Squirrelmail fails. It claims it can't find the include files in
   /usr/local/lib/php.
  
   Looking at /usr/local/etc/php.ini, the include path is empty.
  
   Fixing this by put /usr/local/lig/php for the path breaks our
   current web mail using TWIG. Now it can't find the path.
  
   Something is very strange here! ANyone else had this problem?
 
  Hi,
 
  Actually just installed today, my problem is I can't get past the
  login screen! Which IMAP are you using?
 
  Thanks, Tuc/TTSG Internet Services, Inc.
 
 I'm using imap-uw.
 
 -Jim
 
I have installed squirrelmail a few times and always use the same guide.
You might want to take a look at it.
http://www.mricon.com/SM/guide/bsd/qvcs-guide.pdf
If you are having the...You must be logged on to view this page error,
you might try turning globals = on in php.ini but otherwise what error
do you get when you try to logon?
 - 
 Jon Reynolds [EMAIL PROTECTED]


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



Re: freebsd4.7 and Samba and OS X

2003-02-10 Thread Jon Reynolds
On Sun, 2003-02-09 at 01:34, Jon Reynolds wrote:
 On Sat, 2003-02-08 at 18:29, Bill Moran wrote:
  David Kelly wrote:
   On Saturday 08 February 2003 09:28 am, Bill Moran wrote:
   
  Maybe the Apple system has not got the necessary permissions to
  create this extra file.  This could be way off the mark though :).
  
  I just thought of this ...
  Samba has the option to hide dot files which would prevent the
  Apples from ever seeing the .appledouble (as I remember) files at
  all.
   
   Yeah But... The .AppleDouble directories were created by NetAtalk. They 
   were not the creation of clients which had connected to the share.
   
   But you may be on to something as MacOS X does like to create a dot 
   file/directory on shared resources, its just not called .AppleDouble. 
   More like .sD2 IIRC.
  
  Well, I could be wrong about, .AppleDouble specifically, but the whole
  theory that dotfiles could be disappearing into a Samba black hole is
  what I was trying to put across.
 
 I also think you guys might be on to something. The only difference
 between the 2 shares is that the ServerFiles share has a 'veto' option
 in it to hide these files. Maybe my understanding of veto is wrong, I
 always thought that it hid the files not disallowed them to be created.
 I will try again monday by commenting out the veto directive and see if
 that is the problem. I will post my results to the list about what I
 find.
 
 Thanks a lot!
 
 Jon
 
I am on the OS X and Samba lists and posted this question to both lists.
Out of desperation I posted to the FreeBSD list and once again my
question was answered. This list ROCKS!!! The problem is now solved and
both Macs and Windows boxen can get in and save and edit files on the
Samba server.

There are two possibilities to what made this work. One is what was told
to me about creating '.' files for the Macs. The Macs create a '.' file
in the directory to, I'm assuming, hold the resource fork for the file
so the Mac can read it. The other solution might have been that when I
looked back inot the ServerFiles share on the server I noticed there
were already some '.' files created by the Macs. One of these was called
'.FBCLockFolder' I deleted all the '.' files that I found to be created
by the Macs and everthing is working as expected.

Unfortunatley, I tried both solutions at once so can't say for sure
which one was the fix. But I have posted both solutions in case anyone
else runs into this problem.

Thanks Again,

Jon



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



Re: freebsd4.7 and Samba and OS X

2003-02-09 Thread Jon Reynolds
On Sat, 2003-02-08 at 18:29, Bill Moran wrote:
 David Kelly wrote:
  On Saturday 08 February 2003 09:28 am, Bill Moran wrote:
  
 Maybe the Apple system has not got the necessary permissions to
 create this extra file.  This could be way off the mark though :).
 
 I just thought of this ...
 Samba has the option to hide dot files which would prevent the
 Apples from ever seeing the .appledouble (as I remember) files at
 all.
  
  Yeah But... The .AppleDouble directories were created by NetAtalk. They 
  were not the creation of clients which had connected to the share.
  
  But you may be on to something as MacOS X does like to create a dot 
  file/directory on shared resources, its just not called .AppleDouble. 
  More like .sD2 IIRC.
 
 Well, I could be wrong about, .AppleDouble specifically, but the whole
 theory that dotfiles could be disappearing into a Samba black hole is
 what I was trying to put across.

I also think you guys might be on to something. The only difference
between the 2 shares is that the ServerFiles share has a 'veto' option
in it to hide these files. Maybe my understanding of veto is wrong, I
always thought that it hid the files not disallowed them to be created.
I will try again monday by commenting out the veto directive and see if
that is the problem. I will post my results to the list about what I
find.

Thanks a lot!

Jon


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



Re: samba serving mac and windows

2003-02-05 Thread Jon Reynolds
On Tue, 2003-02-04 at 23:00, Denis N. Peplin wrote:
 On Wednesday 05 February 2003 10:01, Jon Reynolds wrote:
  We have a FreeBSD4.7 box setup as a fileserver using samba, this works
  great for our windows users but not so good with our mac users. The
  problem is this:
 
  A windows user can take a document off of the fileserver and edit that
  file and save it back to the fileserver, no problem.
 
  A Mac user can connect to the fileserver and edit the same document but
  when trying to save back to the fileserver they are asked to rename the
  file because one by that name already exists.
 
 Mac clients often buggy and have poor support for smb networks.
 Try netatalk, native server for apple networks.
 /usr/ports/net/netatalk

We also tried netatalk with the same results. We did try some basic
tests with moving files and copying back and forth we would get the
error file locked or in use. This seems to be a mac osx issue as more
than a few websites have threads talking of file corruption between the
mac and freebsd. 

Jon 


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



removing all users

2003-02-04 Thread Jon Reynolds
Probably a stupid question but I have a lot of users on a freebsd
box and I want to remove them all at once. Is there any problem with
just issueing this command in the /home directory: 'rm -i *'. Or is
there a better way to do this?

Thanks for any suggestions,

Jon


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



samba serving mac and windows

2003-02-04 Thread Jon Reynolds
We have a FreeBSD4.7 box setup as a fileserver using samba, this works
great for our windows users but not so good with our mac users. The
problem is this:

A windows user can take a document off of the fileserver and edit that
file and save it back to the fileserver, no problem.

A Mac user can connect to the fileserver and edit the same document but
when trying to save back to the fileserver they are asked to rename the
file because one by that name already exists.

I think it is a permissions problem but am not quite sure how to fix it.
Has anyone setup a samba server that serves both windows and Macs? We
have only two users on the fileserver 'Users' and 'ExecUsers' execusers
can access both users and execusers files and users can only access
users.

Any help would be appreciated,

Jon


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



Re: ucspi-unix compile problems

2003-01-29 Thread Jon Reynolds
On Wed, 2003-01-29 at 11:17, M. Brownsworth wrote:
 I'm having a problem compiling ucspi-unix-0.36 on the new mail host 
 I'm configuring to run qmail.  Although its sister program, 
 ucspi-tcp-0.88, compiled just fine, ucspi-unix's compile bombs due to 
 a missing library:
 
 su-2.05b# make
 ( echo '#!/bin/sh'; echo 'main=$1; shift'; echo exec `head -1 
 conf-ld` '-o $main $main.o ${1+$@}' -lsysdeps; ) load
 chmod 755 load
 ( echo '#!/bin/sh';  echo 'source=$1; shift';  echo 'base=`echo 
 $source | sed -e s:.c$::`';  echo exec `head -1 conf-cc` '-I. 
 -o ${base}.o -c $source ${1+$@}';  ) compile
 chmod 755 compile
 ./compile unixclient.c
 ./compile env.c
 env.c:4: sysdeps.h: No such file or directory
 *** Error code 1
 
 Stop in /usr/local/src/ucspi-unix-0.36.
 
 So it can't find sysdeps.h.  A locate can't seem to come up with one, 
 either.  A Google search using ucspi-unix, sysdeps, and freebsd 
 turns up empty.  What the heck is the sysdeps library and why don't I 
 have it?  (Or why does ucspi-unix need it?)
 
 According to my understanding, vmailmgr, the password authentication 
 module I plan to use with qmail and courier-imap, needs ucspi-unix. 
 Specifically, it needs a program named unixserver (compiled with 
 ucspi-unix), which is used to start vmailmgrd:
 
 /usr/bin/unixserver /tmp/.vmailmgrd /usr/local/sbin/vmailmgrd \
 21 | /var/qmail/bin/splogger 
 
 I'm not sure if something else, perhaps ucspi-tcp, can substitute. 
 In fact, given the huge thrash involved in installing qmail and its 
 myriad of support programs, I'm not sure of much anything at this 
 point.
 
 If you have an answer to this problem, please cc me when you post, as 
 I'm not a member of the list.
 
 Here are my system specs:
 
 su-2.05b# uname -a
 FreeBSD apache.willamette.net 4.7-RELEASE FreeBSD 4.7-RELEASE #1: Thu 
 Jan  9 10:02:57 PST 2003 
 [EMAIL PROTECTED]:/usr/src/sys/compile/APACHE  i386
 
 .\\ichelle
 
 Michelle Brownsworth
 System Administrator
 Willamette.Net
 http://www.willamette.net
 Phone (541) 465-3282
 Fax   (541) 465-1194
 
I had a similiar problem with this exact app while trying to install
qmail. I eventually just went back to v.0.34 and it worked perfectly.

Jon


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



Re: configuring AsanteGigianix1000TA

2003-01-27 Thread Jon Reynolds
On Sun, 2003-01-26 at 21:36, Jon Reynolds wrote:
 I have an Asante Giganix 1000TA card that I am having problems getting
 to work maybe I have missed something.
 
 I found in the LINT kernel the reference for 'nge0' wwhich is supposes
 to be for my card. I copied it into my new kernel that I was building
 then rebuilt the kernel. 
 
 When I issue the 'ifconfig' command it shows up but when I try to set it
 up useing '/stand/sysinstall' it doesn't hold the IP address. 
 
 Can someone help me figure this out?
 
 Jon

I think I figured out my problem, I have an onboard ethernet port10/100
sis0 and when I placed the Giganix card in it uses the name nge0. Is the
problem that both devices are using a '0'(e.g. sis0 nge0)? If this is
the case how can I change the nge0 to say, nge1?

Jon


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



Re: configuring AsanteGigianix1000TA

2003-01-27 Thread Jon Reynolds
On Mon, 2003-01-27 at 04:10, Toomas Aas wrote:
 Hi!
 
  I think I figured out my problem, I have an onboard ethernet port10/100
  sis0 and when I placed the Giganix card in it uses the name nge0. Is the
  problem that both devices are using a '0'(e.g. sis0 nge0)? 
 
 No, this is not the problem.
 
 I don't know why sysinstall won't configure the card, but maybe you can 
 try it from command line:
 
 ifconfig nge0 inet 10.0.0.1 netmask 255.0.0.0
 
 (of course, use the correct ip address and netmask for your network).
 
 If something is wrong, it will at least give you an error message. If 
 the address 'sticks', then append the following line to /etc/rc.conf:
 
 ifconfig_nge0=inet 10.0.0.1 netmask 255.0.0.0
 
 This will make sure the address remains after reboot.
 --
 Toomas Aas | [EMAIL PROTECTED] | http://www.raad.tartu.ee/~toomas/
 * ASCII stupid question, get a stupid ANSI!
 
I've tried to do both of those examples and it still will not hold the
IP. I do have the correct driver installed if I copied the line from 
LINT for my NIC to my custom kernel then rebuilt it, correct? It also
does not give me an error it just acts as if everything worked. Has
anyone else run into this?

Jon


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



chown and chmod using crontab?

2003-01-27 Thread Jon Reynolds
I have a directory that 2 different groups have access to. When one
group writes to the folder it retains the permissions of that group. I
need the permissions to change to the permissions of the directory. 

I thought I could add a crontab in and run a little script every 1
minute to set the correct permissions. The script does what it should
when ran by the cmdline but not when I try to run it from the crontab.

Is it not possible to run chmod and chown on a folder by using a
crontab?

The entry into my /etc/crontab file looks like this:

0   *   *   *   root/bin/fixperms

My fixperms file looks like this:

#!/bin/sh   

chmod -R 777 /usr/local/ServerFiles
chown -R staff /usr/local/ServerFiles

Am I doing this right?

Jon


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



Re: chown and chmod using crontab?

2003-01-27 Thread Jon Reynolds
On Mon, 2003-01-27 at 16:00, Mark wrote:
 - Original Message -
 From: Jon Reynolds [EMAIL PROTECTED]
 To: FreeBSD Questions List [EMAIL PROTECTED]
 Sent: Tuesday, January 28, 2003 1:44 AM
 Subject: chown and chmod using crontab?
 
 
  I have a directory that 2 different groups have access to.
  When one group writes to the folder it retains the permissions
  of that group. I need the permissions to change to the permissions
  of the directory.
 
  I thought I could add a crontab in and run a little script every 1
  minute to set the correct permissions. The script does what it
  should when ran by the cmdline but not when I try to run it
  from the crontab.
 
  Is it not possible to run chmod and chown on a folder by using a
  crontab?
 
 
 If you have two different groups that need write access in a directory, the
 obvious solution, to me, is not to change ownership at 1 minute intervals,
 but to create a third group, and make the people of both groups a member of
 that third group. Then you give that directory write acces for that third
 group.
 
 - Mark
 
 System Administrator Asarian-host.org
 
 ---
 If you were supposed to understand it,
 we wouldn't call it code. - FedEx

It's a good thing simplicity can't punch you in the face.

Thanks Mark.


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



configuring AsanteGigianix1000TA

2003-01-26 Thread Jon Reynolds
I have an Asante Giganix 1000TA card that I am having problems getting
to work maybe I have missed something.

I found in the LINT kernel the reference for 'nge0' wwhich is supposes
to be for my card. I copied it into my new kernel that I was building
then rebuilt the kernel. 

When I issue the 'ifconfig' command it shows up but when I try to set it
up useing '/stand/sysinstall' it doesn't hold the IP address. 

Can someone help me figure this out?

Jon


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



qmail and freebsd 4.6

2002-11-26 Thread Jon Reynolds
I am using Central Commands vexira mail server anti-virus program on
FreeBSD4.6 running qmail-1.03_1 and I keep getting this error in my
logs: 
Nov 26 14:11:37 mail /kernel: pid 3490 (vagated), uid 66: exited on
signal 11 
Only the time stamp and the kernel pid ever change in my logs. vagated
is a store and forward smtp server it recieves the message then sends it
to a temp directory where vagatefwd scans it for viruses then sends it
to qmail to be delivered. 

I had read where signal 11's mean bad memory or other hardware problems
so I scapped the old server and rebuilt a new one with all new parts and
I still recieve this error. Am I losing emails because of this? Is this
FreeBSD or is it the program vagated? 

Any help would be very much appreciated,

Jon




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



backing up to cd

2002-11-21 Thread Jon Reynolds
What is the best way to backup to an atapi cdr? is it mkisofs or burncd
or cdrecord? I would like to be able to have this automated where I will
create a cron job that uses tar and gzip to compare the files in the
directory and if there is a change in the file it will make a new backup
then send it to be burned. 

But I am having a tough time trying to figure out which would be the
smoothest way to back it up and then recover the files from the cd. I
would like to be able to mount the cdrom and simply 'cp' the files to a
directory. Can anyone one tell me what they think would work best?

Jon


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



Where is the default install for mysql

2002-11-13 Thread Jon Reynolds
Okay, I have gotten the advice from the list to use a php4 and mysql
solution to my webcalendar instead of my previous idea. I have never
used mysql and have just installed it from the ports directory using
make then make install on freebsd 4.7 and I need to rebuild my php
with-mysql=/mysql/directory/ from how installed mysql would my path to
mysql be /usr/local/bin/mysql?

Jon




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



Java and mysql and tomcat

2002-11-12 Thread Jon Reynolds
I am attempting to find and use a webcalendar and have found one I would
like to use at sourceforge it says the requirements are this:

Java2Platform SE
Tomcat
Mysql
MM.Mysql

My questions are these, do I need tomcat if I already have apache
installed? And what is MM.Mysql and is it needed? The description for it
is a JDBC driver to make the connection between java servlets and the
MySQL database. Is there a port in FreeBSD for this?

Or does somebody else have a better solution to making a webcalendar
that sits on a site that can be easily updated.

Any help much appreciated,

Jon




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



ps: bad name list

2002-07-25 Thread Jon Reynolds

On my mail server(FreeBSD4.6) whenever I type the command 'ps ax' I get the
error 'bad name list'. This is the first time I have gotten this msg. I have
qmail installed and yesterday I wanted to add a function to qmail that would
log all incoming an outgoing emails. So I had to recompile qmail, I did this
by going into my '/usr/ports/mail/qmail/' directory added the changes to my
extra.h file then did a 'make deinstall' then a 'make reinstall'. Since then
I have been getting this error. What did I wrong and how can I fix this? Any
help will be greatly appreciated.

Jon


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



RE: bad name list--FIXED

2002-07-25 Thread Jon Reynolds

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Jon Reynolds
Sent: Thursday, July 25, 2002 11:26 AM
To: [EMAIL PROTECTED]
Subject: ps: bad name list


On my mail server(FreeBSD4.6) whenever I type the command 'ps ax' I get the
error 'bad name list'. This is the first time I have gotten this msg. I have
qmail installed and yesterday I wanted to add a function to qmail that would
log all incoming an outgoing emails. So I had to recompile qmail, I did this
by going into my '/usr/ports/mail/qmail/' directory added the changes to my
extra.h file then did a 'make deinstall' then a 'make reinstall'. Since then
I have been getting this error. What did I wrong and how can I fix this? Any
help will be greatly appreciated.

Jon


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

I finally found the answer to this in the archives of the mailing list. I am
not sure what exactly it does but it did fix the problem. If this is a bad
thing to do then someone could explain why if not here was the solution:

cd /dev
cp null null.old
mknod null c 2 2
chmod 666 null
w (to test it out)


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



howto apply a diff file

2002-07-23 Thread Jon Reynolds

I am new to freebsd and I need to update PHP because of the security hole
found in it. I believe that I can use a diff file to update it without
having to completely redownload and recompile it, is this right? I also have
never tried this before and I can't find good documentation on how to do it.
Can someone point me to a good doc or howto?

Jon


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