Port for Roller?

2007-04-11 Thread David Stanford
Hi all, Does anyone know if a port exists for Roller? I can't seem to locate it if it does. -David -- [EMAIL PROTECTED] ~]# fortune Happiness is just an illusion, filled with sadness and confusion. ___ freebsd-quest

Re: FreeBSD 6.2 Release

2007-01-09 Thread David Stanford
Dear Sirs, I just wanted to ask you since FreeBSD 6.2 is going to be released, sooner or later I will be forced to upgrade my system from 6.1 to 6.2. Well my question goes like this: what is the best way for me to do it? By downloading the ISO images or by doing it with cvsup stable-supfile? Wai

Re: trying to install jre

2006-12-11 Thread David Stanford
What now? Looks like you forgot to update your ports collection. Easiest way to update them: # portsnap fetch extract Or you can use cvsup following the handbook (portsnap is also documented there): http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html Also, you may hav

Re: Configuration of Grub?

2006-12-09 Thread David Stanford
Good question; not sure about that one, since the BIOS may or may not count the EIDE channels as 0 and 1, and the SATA as 2 and 3. Needless to say, this little numbering scheme with grub has become confusing, esp with the introduction of new technology (SATA) >.>. Not sure how numbering would work

Re: Configuration of Grub?

2006-12-09 Thread David Stanford
On 12/9/06, Karl Sinn <[EMAIL PROTECTED]> wrote: Hi, Am Samstag, 9. Dezember 2006 23:19 schrieb David Stanford: > title FreeBSD > root (hd1,0,a) > kernel /boot/loader This worked. But I have to say, I don't know why. It is the third harddisk in

Re: Configuration of Grub?

2006-12-09 Thread David Stanford
Incorrect. If you installed the filesystem on ad3s1, it should be: root (hd3,0,a) Thank you, I stand corrected. Not sure what I was thinking there... :) Many people goof up GRUB by accident because it's numbering system is zero-based and linux-like to a certain extent, so /dev/hda in Linux t

Re: Configuration of Grub?

2006-12-09 Thread David Stanford
I tried this with (hd3,0,a) and (hd3,1,a). It didn't work. I got a message like: disk is not existing (don't remember the exact message) See below. If I understood right the hdd in Linux translates to ad3 in FreeBSD? > 1.) the hard drive and 2.) > the partition you installed FreeBSD on. h

Re: Configuration of Grub?

2006-12-09 Thread David Stanford
On 12/9/06, Karl Sinn <[EMAIL PROTECTED]> wrote: Hi, > I'm using this: > > title FreeBSD 6.2-STABLE > root (hd1,0,a) > kernel /boot/loader > > title FreeBSD 7.0-CURRENT > root (hd0,2,a) > kernel /boot/loader I tried, but it still does not work. Grub is giving a

Re: setfacl(1) Recursively?

2006-10-21 Thread David Stanford
Hmm, I don't see a recursive option either. You should be able to set ACL on files in a direcotry with `setfacl -m *`, and pipe that through 'find -type:d` and xargs to do an entire directory tree. I got it with this on my server for /etc: # cd /etc # setfacl -m u:rsync_ssh:r,g:rsync_ssh:r `

setfacl(1) Recursively?

2006-10-21 Thread David Stanford
Hi all, I'm simply trying to set ACLs on a few directories but don't see an option to recursively apply this to the whole directory's contents. Does applying the ACL to a directory inherently apply it to all other files and folders within the directory? I've browsed the man page and handbook but

Re: bsdnews or daemonnews ... ?

2006-09-10 Thread David Stanford
I've forwarded this to Chris Coleman and Mikel King who run the site... On 9/11/06, Marc G. Fournier <[EMAIL PROTECTED]> wrote: does anyone know what's going on with those? trying to access both all night and nadda ... Marc G. Fournier Hub.Org Networking Services (http://www.

Re: easy patch management tools

2006-09-06 Thread David Stanford
On 9/5/06, Aaron Bliss <[EMAIL PROTECTED]> wrote: Hi everyone, first let me say that I'm pretty new to bsd, so please forgive the newbie questions; I've been using linux (redhat, suse, centos) for many years, and so learning bsd was a bit of a learning curve, but not bad (I almost never use gui'

Re: help installing FreeBSD

2006-07-27 Thread David Stanford
I'm sorry, I think I didn't explain it very well... When I choose the media type, a message is shown warning that '...this is the last chance... we can take no responsabillity". I hit 'ok' and then a message appears saying 'writing partitions...' and a few seconds later appears one message saying

Re: help installing FreeBSD

2006-07-25 Thread David Stanford
I've got a Maxtor of 60GB as primary master. My geometry is wrongly reported by the installation program, it reports a geometry of 119108/16/63 while the BIOS reports one of 1024/240/63. If I'm not mistaken, I believe this is a long-time bug in the installer. I've installed several times seei

Re: Permission to Distribute OS and Demon Logo

2006-07-25 Thread David Stanford
On 7/26/06, Carmen Chase <[EMAIL PROTECTED]> wrote: Hello from Buenos Aires, Argentina! My name is Carmen Chase and I request your permission to distribute FreeBSD & ports, use the BSD Demon, and links to the manuals & downloads sites. Our objective is to locally promote and generalize FreeBSD

Re: Simple DNS Configuration

2006-07-25 Thread David Stanford
> Yea, I feel I may just use the A records as the additional query issue you > mentioned previously leaves me thinking it's the better configuration...it > still bothers me I can't figure it out though. :-/ Not sure what you mean. I was referring to your comment regarding CNAME causing an ad

Re: Simple DNS Configuration

2006-07-24 Thread David Stanford
> ; MX Records > > IN MX 10 mail.daemonbox.net. > > > > ; Machine Names > > localhost IN A 127.0.0.1 > > chadwick IN A 66.246.140.170 > > mail IN A 66.246.246.58 > > www IN A 66.246.140.170 > >

Re: Simple DNS Configuration

2006-07-24 Thread David Stanford
On 7/25/06, Mikhail Goriachev <[EMAIL PROTECTED]> wrote: David Stanford wrote: >> I've tried everyone's suggestions to no avail. Here's my actual > configuration: > > [EMAIL PROTECTED] ~]# /etc/rc.d/named stop > Stopping named. > [EMAIL PROTECTED] ~]#

Re: Simple DNS Configuration

2006-07-24 Thread David Stanford
On 7/24/06, Derek Ragona <[EMAIL PROTECTED]> wrote: Check your /etc/nsswitch.conf file. You want the line for hosts to be: dns files Also be sure named is running. While it says it is starting do a: ps -ax|grep name -Derek Derek, nsswitch.conf hasn't been modified from the defau

Re: Simple DNS Configuration

2006-07-24 Thread David Stanford
On 7/24/06, Matthias Fechner <[EMAIL PROTECTED]> wrote: Hi David, David Stanford wrote: > Now it appears to be working correctly and responding to queries, however > I'm noticing I continue to get that same error when I add my CNAME entry: > = > @

Re: Simple DNS Configuration

2006-07-24 Thread David Stanford
On 7/24/06, Mikhail Goriachev <[EMAIL PROTECTED]> wrote: Hi, Try this and let us know how it goes. $ORIGIN example.org. > $TTL 3600; 1 hour > example.org. IN SOAns.example.org. admin.example.org. ( > 2006072400 ; Serial >

Simple DNS Configuration

2006-07-24 Thread David Stanford
Hi all, I feel like I'm losing my mind here. It's been a while since I configured named and I can't quite figure out what I'm doing wrong here. Here is my understanding of what is "needed" to get (a very basic configuration of) named running with a few A records in place: # sh make-localhost ap

Re: What FreeBSD users really want

2006-07-22 Thread David Stanford
On 7/22/06, sammy sumer <[EMAIL PROTECTED]> wrote: To Whom It May Concern: Greeting from Australia I commend your efforts and your success. Following are some gripes with FreeBSD and ideas to fix them. I have been using FreeBSD for a few years. I have also played with lots of Linux distributi

Re: DNS beginner question

2006-07-05 Thread David Stanford
On 7/5/06, Michael S <[EMAIL PROTECTED] > wrote: Hi all. I am trying to set up a DNS service. I have 2 FreeBSD machines, one's web and DNS (that I am setting up) and the other FTP. Both machines are behind a router and get local addresses (i.e. 192.168). If DNS, FTP and web ports in the rou

Re: Backup sollutions

2006-06-23 Thread David Stanford
An even better alternative (IMHO) is Bacula . It supports a wide range of platforms, including Windows PCs (backup client only). As for a GUI, it only comes with bimagemgr

Re: FreeBSD firewall, nat, kernel

2006-06-13 Thread David Stanford
On 6/14/06, Dennis Olvany <[EMAIL PROTECTED]> wrote: From a fresh install, a working nat should only require a few commands. Kernel compilation is not necessary. I personally don't use the NAT function in my IPFW config, and thus just reverted to the handbook,,,*cough*, excuse me...bible for

Re: FreeBSD firewall, nat, kernel

2006-06-13 Thread David Stanford
On 6/13/06, fbsd <[EMAIL PROTECTED]> wrote: All 3 FreeBSD 6.1 firewall software products IPF, IPFW, PF and their NAT components all work without having to be compiled into the kernel. To get NAT functionality from IPFW you need to add 'option divert' to your kernel configuration file and reco

Re: makeworld FAILURE on 5.4-STABLE

2006-05-17 Thread David Stanford
gt; >Don > > > > Hello! > > > > Actually, my /home is under /usr ... uh oh huh? > > No can do then? > > > > Thanks for the tip of having /home as a seperate slice though, > > I'll treasure it for the rest of my days! > > > > Peace, > >

Re: makeworld FAILURE on 5.4-STABLE

2006-05-16 Thread David Stanford
Kyrre, How large is your /var slice? If it's large enough to fit /home (or at least the files you'd like to save), maybe try booting into single-user mode, mount /usr and /var, wipe out /var, copy the files from /usr/home to /var, and just remember to document what slice /var was. Then you could

Re: Cvsup verses Portsnap

2006-05-13 Thread David Stanford
Yea, Colin's the man. http://www.daemonology.net/portsnap/ highlights all the beneifts. -David On 5/13/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: At 01:35 PM 5/13/2006, Tom Moore wrote: >Which program is best for retrieving and keeping the ports tree up >to date? What are some pros and

Re: Cvsup verses Portsnap

2006-05-13 Thread David Stanford
On 5/13/06, Aren Olvalde Tyr <[EMAIL PROTECTED]> wrote: On Saturday 13 May 2006 18:35, Tom Moore wrote: > Hi guys. > Which program is best for retrieving and keeping the ports tree up to date? > What are some pros and cons of each approach? > Is one method better than the other? Both systems ar

Re: New FreeBSD logo

2006-05-13 Thread David Stanford
On 5/13/06, Ted Mittelstaedt <[EMAIL PROTECTED]> wrote: >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] Behalf Of David Stanford >Sent: Thursday, May 11, 2006 5:32 AM >To: [EMAIL PROTECTED] >Cc: [EMAIL PROTECTED] >Subject: Re: New Fr

Re: Dead tree documentation

2006-05-12 Thread David Stanford
On 5/12/06, Michael M. <[EMAIL PROTECTED]> wrote: I've been using various Linux distros and OS X for a while now, and Windows before those, and am interested in trying out FreeBSD. Call me old fashioned, but as an engaged-but-non-technical user, I find it really useful to have at least some acco

Re: New FreeBSD logo

2006-05-11 Thread David Stanford
Why, oh why, would you post this? So help me to understand...The FreeBSD Project takes great effort in not only producing a truly _great_ operating system, trademarked as being fast, robust, stable and secure, provides it to the world for _free_, but also takes on the additional chore of attempti

Re: securing beyond the handbook

2006-05-10 Thread David Stanford
Jim, I'm currently reading Mastering FreeBSD and OpenBSD Security, and thus far it is proving to be a fantastic book covering many advanced security topics specifically related to BSD. I suggested you order a copy from Amazon

Re: Zero Copy, FreeBSD and Linus Torvalds opinion

2006-04-30 Thread David Stanford
Well quoted. -David On 5/1/06, Frank Mayhar <[EMAIL PROTECTED]> wrote: On Mon, 2006-05-01 at 00:09 +0300, Iantcho Vassilev wrote: > "incompetent idiots." quote > > What do you think about it? "It is better to remain silent and be thought a fool, than to speak, and remove all doubt." -- Frank

Re: DenyHosts Startup Script

2006-04-25 Thread David Stanford
run the denyhosts.py file directly seeing as how daemon-control invokes it anyway. But in any event, thanks for the help! -David On 4/25/06, Daniel A. <[EMAIL PROTECTED]> wrote: > > On 4/25/06, David Stanford <[EMAIL PROTECTED]> wrote: > > Hello all, > >

DenyHosts Startup Script

2006-04-24 Thread David Stanford
Hello all, So I've recently just installed DenyHostson my FreeBSD 6.1-RC box and can't, for the life of me, get this daemon to start on boot. I installed version 2.4b using the setup.py script. I'e moved daemon-control to /usr/local/bin and all configuration file

Re: learning to buildworld

2006-04-24 Thread David Stanford
On 4/24/06, Kevin Kinsey <[EMAIL PROTECTED]> wrote: > > Jonathan Horne wrote: > > >i have begun spending a good deal of time researching and practicing the > >buildworld process on my dev boxes. i want to make sure i have the > entire > >process down pat, before i attempt it on my production serve

Re: Installing Gnome (Or possibly other GUI)

2006-04-19 Thread David Stanford
Although I personally feel the best way to begin learning FreeBSD (or really any *nix) is to avoid GUI's altogether (at least at first), you may want to give a look into PC-BSD: http://www.pcbsd.org. This comes with KDE preinstalled and will give you a useable desktop system right off the bat, and

Fwd: Is Squirrelmail the best webmail choice?

2006-04-18 Thread David Stanford
-- Forwarded message -- From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Apr 18, 2006 4:08 PM Subject: Re: Is Squirrelmail the best webmail choice? To: David Stanford <[EMAIL PROTECTED]> Roundcube is what I use for my own personal webmail, but it generates errors a

Re: Is Squirrelmail the best webmail choice?

2006-04-18 Thread David Stanford
SquirrelMail is definitely a great choice with regard to functionality, but lacks a bit in appearance. You should look into http://roundcube.net/ if you're interested in a clean looking webmail solution. -David On 4/18/06, Jonathan Horne <[EMAIL PROTECTED]> wrote: > > ive used squirrelmail for qu

Re: Gmail vs FreeBSD

2006-04-18 Thread David Stanford
Andrew, Yes, this was all very odd...I hadn't received a single message from either -questions or -announce all day. Only an hour or so ago did they begin to all flood in... -David On 4/16/06, Andrew Pantyukhin <[EMAIL PROTECTED]> wrote: > > So what's up with gmail and freebsd sites? I haven't >

Re: PPC version of FreeBSD

2006-04-12 Thread David Stanford
Jose, http://www.freebsd.org/platforms/ppc.html ftp://ftp.freebsd.org/pub/FreeBSD/releases/ppc/ISO-IMAGES/6.0/ -David On 4/12/06, Jose Hales-Garcia <[EMAIL PROTECTED]> wrote: > > > Hi, > > I read that a PPC version of FreeBSD in the works, yet I don't see it > available from the downloads site.

Re: I think I butchered my supfile - can anyone tell me why I get this result?

2006-04-12 Thread David Stanford
> > Thanks, I'll try that again, however, when I've tried to do that, it > has refused to update. > > On 4/12/06, David Stanford <[EMAIL PROTECTED]> wrote: > > Jim, > > > > You currently have your default tag set to RELENG_6 (which is correct), >

Re: I think I butchered my supfile - can anyone tell me why I get this result?

2006-04-12 Thread David Stanford
On 12 Apr 2006 09:23:09 -0400, Lowell Gilbert < [EMAIL PROTECTED]> wrote: > > "David Stanford" <[EMAIL PROTECTED]> top-posted: > > > You currently have your default tag set to RELENG_6 (which is correct), > but > > when you place "tag=." ne

Re: I think I butchered my supfile - can anyone tell me why I get this result?

2006-04-12 Thread David Stanford
Jim, You currently have your default tag set to RELENG_6 (which is correct), but when you place "tag=." next to your src, ports, and doc entries, you override the default setting of RELENG_6. Remove the "tag=." next to your src, ports, and doc entires, cvsup again, and your sources should be updat

Re: Newbie help!

2006-04-09 Thread David Stanford
Ivan, Yes, you are a newbie as many of us are (including myself ;). You have already gotten some pretty good responses pointing you in the right direction to correctly set up a graphical desktop, such as the ones you saw in the screenshots. However, what the responses have not mentioned, and I thi

Re: BSD License "Innocence" Clause Proposal

2006-03-19 Thread David Stanford
So, if I understand this correctly, you basically want a license that asks that your name be mentioned if/when someone modifies your work and then republishes it, but with no real boundaries? Why not just publish your work and ask that those who use it for their own benefit just acknowledge your p

Re: FYI: Threading Messages Correctly on Thunderbird

2006-03-19 Thread David Stanford
Yes it is. -David On 3/19/06, Ken Stevenson <[EMAIL PROTECTED]> wrote: > > Jarrod wrote: > > > > Dear All, > > > > Just a quick one for the benefit of anyone who might be using > Thunderbird > > to send emails to the freebsd mailing lists. > > Thanks to the postmaster for his/her help on this one

Re: Mail Server tutorial

2006-03-15 Thread David Stanford
__ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > [EMAIL PROTECTED]" > -- David Stanford Daemon News Editorial Staff [EMAIL PROTECTED] http://bsdnews.com

Re: Let's make a FreeBSD ports blog! CCCCOOOL =)

2006-03-09 Thread David Stanford
Vaaf, 14,187 ports... http://www.freebsd.org/ports/. Sounds like a good idea to me. What kind of help are you looking for? -David On 3/8/06, Kristian Vaaf <[EMAIL PROTECTED]> wrote: > > > Hey! > > There are about 10.000 ports, am I right? > > Not all FreeBSD users have the time to go through all

Re: FreeBSD user groups?

2006-03-08 Thread David Stanford
Hi Bruce, Have you checked http://www.freebsd.org/usergroups.html#australia yet? -David On 3/8/06, Bruce M. Axtens <[EMAIL PROTECTED]> wrote: > > Is there anyone using FreeBSD in Perth, WA, Australia? > > ___ > freebsd-questions@freebsd.org mailing lis

Re: 192.168.0.1/24

2006-03-07 Thread David Stanford
Hello Huy Ton That, The "/24" is the bitmask. As stated previously, it's basically a shorter notation than having to write out the whole subnet mask (i.e. 255.255.255.0) associated with the IP address. Unfortunately, attempting to explain the whole concept of netmasks is just too time consuming fo

Re: New logo, new look

2006-03-06 Thread David Stanford
On 3/6/06, Sven Rütz <[EMAIL PROTECTED]> wrote: > > Hi FreeBSD-Team, > > about 4 months ago Anton K. Gural won the freebsd-logo-competition. After > that I heared nothing new about the l33t new look (it turned out really > well ;) ). I want to ask some questions concerning the "look": > > 1) What i

Re: Powered-by FreeBSD icon using new logo

2006-03-05 Thread David Stanford
All, According to The FreeBSD Foundation , the copyright is now theirs and they are just finishing up registering the trademark for the logo. -David On 3/5/06, John Cruz <[EMAIL PROTECTED]> wrote: > > The FreeBSD website says that the old logo will still be valid a

Re: ENOUGH ALREADY!! [WAS: Re: Where am I? :)]

2006-03-05 Thread David Stanford
Not entirely sure why you're upset about receiving too much mail on a mailing list, but I would have thought the "Haven't been able to make world in about a year" message from 2/21 that has continuously been diagnosed for the past few weeks would have certainly gotten to you before this one did fro

Re: 10 years of "The Complete FreeBSD"

2006-02-23 Thread David Stanford
Greg, All I can think to say is thanks! I purchased this book nearly a year ago shortly after I began using FreeBSD and it has been an invaluable resource ever since. Now that you have made it publicly available, maybe the FreeBSD project could find a way to merge some of your book in with their o

Re: Path And 'cron'

2006-02-19 Thread David Stanford
Tim, The default location crontabs are stored in is /var/cron/tabs//, and yes they can be edited manually. -David On 2/19/06, Tim Daneliuk <[EMAIL PROTECTED]> wrote: > > Where is the default path for cron jobs established? (And can it > be changed...) > > TIA, > -- > > --

Re: Remote backup solutions

2006-02-09 Thread David Stanford
Goran, Although I haven't used Bacula in a production environment, I am currently using it to perform automated full/incremental backups of my Windows machines at home and it works perfectly. For my purposes it's a bit of overkill, but does the job with minimal fuss. Of all the researching I had d

Re: PCBSD on Windows

2006-02-01 Thread David Stanford
http://nopurpose.net/images/screenshot.gif -David On 1/31/06, David Stanford <[EMAIL PROTECTED]> wrote: > > For anyone who has been curious about maybe giving PCBSD a run for it's > money but just haven't had the time (or resources) to do so, here is your > answ

PCBSD on Windows

2006-01-31 Thread David Stanford
For anyone who has been curious about maybe giving PCBSD a run for it's money but just haven't had the time (or resources) to do so, here is your answer: http://www.pcbsd.org/index.php?id=23 I just installed VMware Player (5 mins.) and ran the PCBSD VMware image off it and...done. A fully functio

Re: Debian apt-get / FreeBSD ports

2006-01-24 Thread David Stanford
The traditional way is to use CVSup, but I prefer portsnap. -David On 1/24/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hello, > I come from a De

Re: samba mount by name

2006-01-22 Thread David Stanford
Aivaras, I had this problem a while back too. If I remember correctly, I didn't have nmbd running. Also, as a quicker workaround, you could just add the host map to your Windows hosts file located in C:\WINDOWS\system32\drivers\etc\hosts. -David On 1/22/06, Aivaras <[EMAIL PROTECTED]> wrote: > >

Re: strange error with NFS on freebsd

2006-01-22 Thread David Stanford
Brent, Just yesterday I had this same problem with a 6.0 box attempting to mount an NFS share off a 5.4 box. Although I couldn't tell you why this happened, my solution was to kill rpcbind, mountd, and nfsd and then restart them on the 5.4 box. That got it to work. However, I also noticed that whe

Re: freebsd 6.0 rc.conf

2006-01-18 Thread David Stanford
ann kok, Here are some instructions on uninstalling Sendmail. -David On 1/18/06, ann kok <[EMAIL PROTECTED]> wrote: > > Hi all > > I have 2 questons about rc.conf > > 1/ I want to stop sendmail running in the box. in the > man page in rc.sendmail. it sa