Re: crontab

2003-11-26 Thread ander Sendzimir
Have you checked out /etc/defaults/periodic.conf? On Wednesday, November 26, 2003, at 12:55 PM, Chris wrote: Kevin D. Kinsey, DaleCo, S.P. wrote: [EMAIL PROTECTED] wrote: Hi, I have a number of scripts that run every night using a crontab. In my crontab file I'm using the MAILTO flag to get c

Adelphia at home and NAT...

2003-12-10 Thread ander Sendzimir
I chose Adelphia for my high speed internet service here in lovely Vermont. Well, actually, Adelphia is the ONLY choice. Don't get me started. DSL isn't even in sight. I would like to be able to ssh into my home machine from a remote internet site or someone else's computer. I've tried a couple

Powering off after shutdown...

2003-12-11 Thread ander Sendzimir
I have an Intel MS440GX motherboard and I can't find any information on the net regarding its soft power off feature which I believe it has (I could be wrong). When I issue the command shutdown -p now the system shuts down normally. However, I have to manually turn the power off. Does anyone

Re: Powering off after shutdown...

2003-12-11 Thread ander Sendzimir
Yup. I've recompiled my kernel with device apm0 and added appropriately to rc.conf. So, far no luck. Perhaps the motherboard doesn't support it. I need to track down the board's manual. Thanks, Alex On Thursday, December 11, 2003, at 06:25 PM, Tijl Coosemans wrote: On Thu, 11 Dec 2003 17:42

Re: Powering off after shutdown...

2003-12-11 Thread ander Sendzimir
Okay. I'll try again. Alex On Thursday, December 11, 2003, at 07:45 PM, Mark wrote: - Original Message - From: "Alex (ander Sendzimir)" <[EMAIL PROTECTED]> To: "Tijl Coosemans" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, Decem

(solved) Powering off after shutdown...

2003-12-11 Thread ander Sendzimir
the BIOS several times and it appears to be in order. Besides it's worked several times already. I'm not sure what to do from here except go to bed. :-) Thanks everyone, Alex On Thursday, December 11, 2003, at 09:52 PM, Alex (ander Sendzimir) wrote: Okay. I'll try again. Alex

Re: daily run output...

2003-12-19 Thread ander Sendzimir
Read man periodic Everything you need to know can be found from there. As stated, you can modify the local daily script, add your own or create another directory and add a line to /etc/crontab. You can also put your own scripts in /usr/local/etc/periodic. Alex On Friday, December 19, 2003,

mangling instant-workstation...

2003-12-19 Thread ander Sendzimir
I want to use the instant-workstation port to package my setup and make is easier to rebuild from scratch. I've been doing this manually for a while and I'm pretty comfortable with the process now :-). However, there are many ports I want to set defines for (-D). How can I do this with instant-

network throughput and kernel configuration...

2004-01-26 Thread ander Sendzimir
I've been experimenting with kernel configurations and network performance. I'm running a dual Xeon processor (500MHz) system with 10/100 ethernet (Intel). It's an Intel motherboard. The cable is CAT5 and I'm transferring between the FBSD box and an Apple G4 laptop with 10/100 ethernet. This is

Re: mysql.host table not exist

2004-03-15 Thread ander Sendzimir
Have you run mysql_install_db? On Mar 15, 2004, at 8:49 AM, Gareth Bailey wrote: I have just installed mysql. I have found the following error message in server.err: "mysql.host table does not exist" What do i need to do? Thanks Gareth ___ [EMAIL PRO

Re: FBSD4.9 & MySQL 4.x

2004-03-15 Thread ander Sendzimir
You might want to check out the MySQL installation manual: manual_Installing.html#BSD_Notes I have a relatively standard 4.0.16 installation running under 4.9-STABLE and haven't run into any problems with it. On Mar 15, 2004, at 9:20 AM, Pelle Andersson (SPD Systems AB) wrote: Hi List! I have

Re: OSX and Freebsd : what could be a good setup

2004-04-02 Thread ander Sendzimir
Sven, I have PowerBook G4 running OS X 10.3.3 and a dual AMD Athlon system running FBSD 4.9-STABLE. I regularly mount partitions via NFS between these machines without a problem. With permissions set properly drag-n-drop works great. Alex On Apr 2, 2004, at 4:23 AM, Panna wrote: I've purchas

VariCAD and Mathematica...

2002-10-29 Thread Alex(ander Sendzimir)
Hi, folks. I'm wondering if anyone is running VariCAD | Mathematica under FreeBSD. If so, how did you get them running? Obstacles? Suggestions? Caveats? Thanks, Alex P.S. I've posted several (I believe) helpful responses to questions on this list and they have not come through. I'm wonder

Re: VariCAD and Mathematica...

2002-10-29 Thread Alex(ander Sendzimir)
Thanks. I've answered the HTML question. Alex On Tue, 2002-10-29 at 09:57, Alex(ander Sendzimir) wrote: P.S. I've posted several (I believe) helpful responses to questions on this list and they have not come through. I'm wondering why. Does the list reject HTML? Whic

Re: Yes, but how do I upgrade?

2002-10-29 Thread Alex(ander Sendzimir)
Steve, Have you looked at the notes in /usr/src/Makefile? Also a thought: since you're dealing with a production machine, would it be easier to build an updated duplicate and migrate information to the new machine? Then you have not left in the cold should something go wrong. You can then duplica

Re: make (build options)

2002-10-31 Thread Alex(ander Sendzimir)
Lute, You will want to invoke the following: make -DWITH_PSPELL install I apologize, but I don't know where this is/might be documented. However, it's a pretty general rule that you can go into any ports directory and look through the Makefile. Scan for "if defined" or "if !defined", etc. In t

Re: Resolving hostnames takes "forever"

2002-11-02 Thread Alex(ander Sendzimir)
Wow. This has been extremely useful to me, too. I have virtually the same setup and problem. If I'm understanding what you [Dr Seaman] are saying, if I analyze the dns packet data, I might be able to determine if my ISP's DNS software is broken? I would like to try this because I have a suspicion

Re: Resolving hostnames takes "forever"

2002-11-02 Thread Alex(ander Sendzimir)
I would like to add one more observation to my previous post: When I use links either in a terminal or otherwise, resolving usually occurs much faster than mozilla. Alex -- A L E X A N D E R S E N D Z I M I RBattleface Computing Custom Computing - Linux & Free BSD - C, Perl, P

Re: Resolving hostnames takes "forever"

2002-11-02 Thread Alex(ander Sendzimir)
Thanks to the list for such great information. I have installed mta and am currently running it. How to interpret the data correctly is the next step. I'm looking into bind. After this I might look into djbdns. I'm digesting. Thanks again. And this wasn't even my question originally! : ) Alex

Re: release build

2002-11-02 Thread Alex(ander Sendzimir)
When you say, "release build", I'm assuming you mean a kernel and base system. If this is the case, then, yes. It's pretty easy. [1] place your custom configuration in /usr/src/sys/i386/conf (or link to it there) [2] read the top part of /usr/src/Makefile [3] you might want to create|configure

RE: Default Sendmail install with FreeBSD

2002-11-02 Thread Alex(ander Sendzimir)
J U S T A S U G G E S T I O N If this machine is critical to you, you might want to consider determining which system/kernel source it's built off of and cvsup'ing that source, buildworld, etc and make a backup, knowing that you can restore to your original system. Then make the jump to 4.7-S

Re: simple find command

2002-11-06 Thread Alex(ander Sendzimir)
Matt, It's unclear from your post whether you mean to find files that *contain* "foo" or files where "foo" is in the filename. Here are the two scenarios acted out. [1] Remove files that contain "foo". cd directory/where/files/reside grep -r -i foo ./* cd'ing into where the files ar

Re: Can I delete /usr/src ?

2002-11-06 Thread Alex(ander Sendzimir)
Yes. However, if you have custom kernel configuration files in /usr/src/sys/i368/conf, then save them some place safe if you have not done this already. Then remove with rm -rf /usr/src/* This will leave the /usr/src directory. An alternative is to tar and compress /usr/src with tar czf /tmp/u

Re: Unresolved reference compiling Objective-C ??

2002-11-08 Thread Alex(ander Sendzimir)
Jonathan, Could you provide the code? "hello world" can't be top secret, can it? ;-) Alex On Fri, 2002-11-08 at 12:32, Jonathon McKitrick wrote: [EMAIL PROTECTED] Hi all, I just compiled a 'hello world' in objective c on a box with gcc but no GNUstep. I'm using the compile c

Re: 4.7: Odd 'man' behavior

2002-12-02 Thread Alex(ander Sendzimir)
I rarely use interactively, I never bothered to > diagnose it. > > As such, the only insight that I can offer is that it happens on only one > of my 4.7-STABLE machines. > > Marco Radzinschi > E-Mail: [EMAIL PROTECTED] > > Mon Dec 2 22:23:20 EST 2002 > > >

getting images off a digital camera...

2003-03-03 Thread Alex(ander Sendzimir)
I am getting a Sony DSC-F717 digital camera and I'm wondering if there are any software tools under fbsd to get the images off of it via USB? Also, does anyone know if there is similar for reading memory sticks via a USB memory stick reader or whatever they're called? Thanks, Alex To Unsubscri

Re: getting images off a digital camera...

2003-03-03 Thread Alex(ander Sendzimir)
Chad, I'm not familiar with USB storage devices. I have a USB scanner and printer and that's the extent of my experience with USB under any OS. Could explain in more detail what you do? Then again I'm asking this in part out of time constraints: I haven't looked at mounting a USB device in the man

Re: [notspam] Re: getting images off a digital camera...

2003-03-03 Thread Alex(ander Sendzimir)
Chad, Thanks again. That helps. In another post David Kelly suggest gphoto2 in ports/graphics. I looked into this and it does support the DSC-F707. So, perhaps it will work with the F717, too. Also, it supports your camera. I think I will try both approaches and see how they compare. Of course (do

kw:printing, usb, epson photo stylus 1270...

2003-03-06 Thread Alex(ander Sendzimir)
Howdy, folks. I'm wishing, I am, to get an Epson Photo Stylus 1270 working on a USB port. I know the connection is working due to output. However, the output is not what I want. It's garbage. I created a simple printcap entry by cloning an existing entry and changing the parameters appropriately.

Epson Photo Stylus 1270 setup...

2003-03-08 Thread Alex(ander Sendzimir)
Could someone walk me through the process of getting this printer up and running under fbsd? It's connected via USB. I know the connection is good because the printer generates output. The output is garbage, however. I don't know if I have printcap entry for this printer correct. I'm installed gimp