Text files appearing as data (using file)

2006-04-10 Thread Kyrre Nygard
Hello, I'm used to file(1) determining proper filetypes. However when text files have two cases of carriage returns on each line, file(1) identifies the text files as data. Is there any way to avoid this? Thank you, Kyrre ___ freebsd-questions@fr

Text files going double lined

2006-04-18 Thread Kyrre Nygard
Hello, Does anybody know why text files sometime go double lined? That is, there somehow getting one empty line in between every line. I work with a lot of people across many platforms and I find it very annoying when large pieces of code or language gets doubled up like that. Would anyone hap

Re: Text files going double lined

2006-04-19 Thread Kyrre Nygard
At 15:33 18.04.2006, [EMAIL PROTECTED] wrote: Stop wrinting code with notepad... If you search or perhaps within the handbook an elegant script file exists will fix your woes. Try searching in Gentoo forums and FreeBSD I can't remeber where I found it. The issue is unix uses carridge returns at t

Re: Text files going double lined

2006-04-19 Thread Kyrre Nygard
At 15:22 18.04.2006, Jim Stapleton wrote: would this by chance be happening after doing a network file transfer, such as ftp, with said files? Yes, you are most right Mr. Stapleton! All the best, Kyrre ___ freebsd-questions@freebsd.org mailing list

Re: Text files going double lined

2006-04-19 Thread Kyrre Nygard
At 15:38 18.04.2006, Derek Ragona wrote: Usually this is a result of the wrong end-of-line characters being used, depending on what the output device expects. In UNIX, end-of-line is just a line-feed, in MS-DOS/Windows end-of-line is a carriage-return line-feed pair. You may need to change t

Re: F.B.I. are stealing from suspects

2006-04-30 Thread Kyrre Nygard
Hahaha damn, that was hillarious :P At 05:56 29.04.2006, james dandey wrote: In the San Francisco/Bay area where the cost of living is high. Some FBI are propping up thier lifestyles by stealing from suspects. - Yahoo! Messenger with Voice. PC-to-Phone calls

Re: "The Complete FreeBSD": errata and addenda

2006-05-06 Thread Kyrre Nygard
I have found a problem. I find the design / typesetting to be very unprofessional. It looks like a teenager wrote it, in Microsoft Word, but no offense. You just used the wrong typesetting system. Please check out the LaTeX Project as well as the Memoir class. It will do the typesetting for y

A good source for scripts

2006-05-06 Thread Kyrre Nygard
Hello! I'm searching a good source for various scripts like shell, Ruby, Python etc. A lot of these script sites are more focused on making an income with eyestabbing advertising rather than collecting and redistributing fine scripts. Anyone know of any? Thanks, Kyrre _

Re: FTPd recommendation?

2006-05-06 Thread Kyrre Nygard
It is such a beautiful FTP server. At 15:53 04.05.2006, albi wrote: Noah wrote: > What are people using for their ftpd these days? I am looking for something > easy to initiailize, configure, and is very secure. http://vsftpd.beasts.org/ /usr/ports/ftp/vsftpd/ not too difficult to confi

PAM for Berkeley DB (for a vsftpd virtual user setup)

2006-05-09 Thread Kyrre Nygard
Hello! I need to know how to configure PAM for Berkeley DB so that my vsftpd virtual user setup can function: --- /usr/local/etc/vsftpd.conf listen=YES listen_port=5 pasv_min_port=53000 pasv_max_port=55000 background=YES max_clients=5 max_per_ip=1 local_enable=YES write_enable=YES guest_en

Re: New FreeBSD Logo

2006-05-10 Thread Kyrre Nygard
At 08:13 10.05.2006, Björn König wrote: Chad Leigh -- Shire.Net LLC schrieb: And doesn't beastie represent the complete *BSD family, not just FreeBSD? I think so. Björn Please take this to the advocacy mailinglist. ___ freebsd-questions@freebsd

pam_userdb.so: Where is it?

2006-05-10 Thread Kyrre Nygard
Hello! Does anybody know where pam_userdb.so has gone? Linux has it, but apparently FreeBSD does not. I need it to set up virtual users with vsftpd. I've been in contact with others with the same problem: http://lists.freebsd.org/pipermail/freebsd-questions/2005-November/104571.html As well

Re: New freeBSD logo on freebsd.org

2006-05-10 Thread Kyrre Nygard
At 17:42 10.05.2006, Jeff Rollin wrote: Does anyone else think its a logo get over it? When was the last time an IT admin went I installed Win 2k3 becuase it has that cool logo thing that I like for a screensaver? I think it's a bigger problem than that. When was the last time Steve Ballmer r

Re: pam_userdb.so: Where is it?

2006-05-10 Thread Kyrre Nygard
At 18:06 10.05.2006, Freminlins wrote: Kyrre, On 5/10/06, Kyrre Nygard <<mailto:[EMAIL PROTECTED]>[EMAIL PROTECTED]> wrote: Hello! Does anybody know where pam_userdb.so has gone? FreeBSD doesn't appear to have ever had it, so it hasn't "gone" anywhere

makeworld FAILURE on 5.4-STABLE

2006-05-12 Thread Kyrre Nygard
Hello ... When doing makeworld, and this is my exact procedure: cvsup -g -L 2 /etc/cvsupfile cd /usr/obj chflags -R noschg rm -rf * cd /usr/src make clean make buildworld (this is where it fails) make buildkernel KERNCONF=NINJA make installkernel KERNCONF=NINJA make installworld mergemaster

Re: pam_userdb.so: Where is it?

2006-05-12 Thread Kyrre Nygard
At 18:36 10.05.2006, N.J. Thomas wrote: * Kyrre Nygard <[EMAIL PROTECTED]> [2006-05-10 18:18:23 +0200]: > > > Does anybody know where pam_userdb.so has gone? > > > > FreeBSD doesn't appear to have ever had it, so it hasn't "gone" > > anywhere.

Re: Trimming Whitespace From Beginning and end of Text Lines

2006-05-12 Thread Kyrre Nygard
At 16:50 12.05.2006, Martin McCormick wrote: This looks like something sed should be able to do, but I haven't had any luck at all. I wanted to remove any whitespace that has accidentally gotten added to the beginning or end of some lines of text. I made a test file that looks like: le

Re: An FTP alternative ?

2006-05-13 Thread Kyrre Nygard
At 04:57 13.05.2006, Leo Lapousterle wrote: Hello :) I'm fed up with FTP servers : FTP is great, but I need some admin stuff like privileges (one user can upload but not download, for example) unavailable for FTP... at least for those I've tested. Is there an alternative way for FTP, allowing i

Re: makeworld FAILURE on 5.4-STABLE

2006-05-14 Thread Kyrre Nygard
At 15:37 13.05.2006, Lowell Gilbert wrote: Kyrre Nygard <[EMAIL PROTECTED]> writes: > Hello ... > > When doing makeworld, and this is my exact procedure: > > cvsup -g -L 2 /etc/cvsupfile > cd /usr/obj > chflags -R noschg > rm -rf * > cd /usr/src > make clea

Re: makeworld FAILURE on 5.4-STABLE

2006-05-14 Thread Kyrre Nygard
At 21:09 13.05.2006, Gerard Seibert wrote: Lowell Gilbert wrote: > Kyrre Nygard <[EMAIL PROTECTED]> writes: > > > Hello ... > > > > When doing makeworld, and this is my exact procedure: > > > > cvsup -g -L 2 /etc/cvsupfile > > cd /usr/obj &g

Re: Has the port collection become to large to handle.

2006-05-14 Thread Kyrre Nygard
At 20:28 13.05.2006, fbsd wrote: To all question list readers; Now with 14576 ports in the collection where do you draw the line that its too large to be downloading the whole collection when you just use 10 or 20 of them? The port collection is growing at a ever increasing rate per month. The m

Re: Has the port collection become to large to handle.

2006-05-15 Thread Kyrre Nygard
At 20:28 13.05.2006, fbsd wrote: To all question list readers; Now with 14576 ports in the collection where do you draw the line that its too large to be downloading the whole collection when you just use 10 or 20 of them? The port collection is growing at a ever increasing rate per month. The m

Re: makeworld FAILURE on 5.4-STABLE

2006-05-15 Thread Kyrre Nygard
At 18:16 14.05.2006, Donald J. O'Neill wrote: On Sunday 14 May 2006 07:31, Kyrre Nygard wrote: > >I believe it should be: > > > >chflags -R noschg /usr/obj/usr > >rm -rf /usr/obj/usr > >cd /usr/src > > > > > >Yes, the 'make cleandir'

Re: "The Complete FreeBSD": errata and addenda

2006-05-15 Thread Kyrre Nygard
See the beauty of http://www.ctan.org/tex-archive/info/lshort/english/lshort.pdf -- I have found a problem. I find the design / typesetting to be very unprofessional. It looks like a teenager wrote it, in Microsoft Word, but no offense. You just used the wrong typesetting system. Please ch

Reading UFS2 from Windows

2006-05-16 Thread Kyrre Nygard
Hello! I have an awkward setup right here. I have my first harddrive split into one NTFS partition which runs Windows, and one FAT32 partition which serves as a temporary docking station for all my files which I later secure into my 2nd harddrive running FreeBSD. Can I skip this temporary dock

Converting a zsh prompt to bash

2006-05-16 Thread Kyrre Nygard
Hello! I have a real nice prompt in zsh however I feel its setting in /etc/zshrc might be a bit too much to just specify a prompt. This one, with a real nice color setting: ([EMAIL PROTECTED])(09:58+16/05) (%:~) Requires all this: PROMPT=$'%{\e[01;36m%}(%{\e[22;36m%}%n%{\e[01;30m%}@' PROMPT+

Re: makeworld FAILURE on 5.4-STABLE

2006-05-16 Thread Kyrre Nygard
At 13:54 15.05.2006, Donald J. O'Neill wrote: On Monday 15 May 2006 04:03, Kyrre Nygard wrote: > > Hello Don, good old friend :) > > Yes I am back. I had to change my alias because too many people > were after me. And also I'm still stuck on the same problem. I did &

Some shell scripts; a more elegant approach?

2006-05-16 Thread Kyrre Nygard
Hello! I have a bash script here to clean .txt files. But I want to incorporate a feature where, if the .txt file is less than 300 bytes, it will echo "$file: Corrupt". I'm very new to scripting, but I know that this method is not really nice: -- for file in `find -s . -type f -name "*.txt"`

Re: Reading UFS2 from Windows

2006-05-16 Thread Kyrre Nygard
At 10:40 16.05.2006, dawnshade wrote: On Tuesday 16 May 2006 12:19, Kyrre Nygard wrote: > Hello! > > I have an awkward setup right here. > > I have my first harddrive split into one NTFS partition which runs Windows, > and one FAT32 partition which serves as a temporary docki

Re: Reading UFS2 from Windows

2006-05-16 Thread Kyrre Nygard
At 10:40 16.05.2006, dawnshade wrote: On Tuesday 16 May 2006 12:19, Kyrre Nygard wrote: > Hello! > > I have an awkward setup right here. > > I have my first harddrive split into one NTFS partition which runs Windows, > and one FAT32 partition which serves as a temporary docki

Re: makeworld FAILURE on 5.4-STABLE

2006-05-16 Thread Kyrre Nygard
At 11:12 16.05.2006, Donald J. O'Neill wrote: On Tuesday 16 May 2006 03:30, Kyrre Nygard wrote: > > Hello Don! > > Yes it's the `make buildworld' as far as I know. > > The /etc/make.conf contains PERL_VER=5.8.7 and PERL_VERSION=5.8.7. > > Is it possible, d

Re: Converting a zsh prompt to bash

2006-05-17 Thread Kyrre Nygard
At 18:39 16.05.2006, Parv wrote: in message <[EMAIL PROTECTED]>, wrote Kyrre Nygard thusly... > > > This one, with a real nice color setting: > > ([EMAIL PROTECTED])(09:58+16/05) > (%:~) > > Requires all this: > > PROMPT=$'%{\e[01;36m%}(%{\e[22;36m%}%n%{

Re: Converting a zsh prompt to bash

2006-05-17 Thread Kyrre Nygard
At 18:39 16.05.2006, Parv wrote: in message <[EMAIL PROTECTED]>, wrote Kyrre Nygard thusly... > > > This one, with a real nice color setting: > > ([EMAIL PROTECTED])(09:58+16/05) > (%:~) > > Requires all this: > > PROMPT=$'%{\e[01;36m%}(%{\e[22;36m%}%n%{

Re: makeworld FAILURE on 5.4-STABLE

2006-05-17 Thread Kyrre Nygard
At 12:50 16.05.2006, David Stanford wrote: 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 t

Re: makeworld FAILURE on 5.4-STABLE

2006-05-17 Thread Kyrre Nygard
At 13:55 16.05.2006, Donald J. O'Neill wrote: On Tuesday 16 May 2006 05:30, Kyrre Nygard wrote: > >Is /home on a slice of its own. Mine is, for the reason that if I > > have to blow off the system and reinstall, I can safely do that, as > > long as I don't make any ch

Re: makeworld FAILURE on 5.4-STABLE

2006-05-17 Thread Kyrre Nygard
At 12:29 17.05.2006, David Stanford wrote: Maybe I'm confused as to what you're looking to do. If you're looking to copy data from (or all of) /home to /var, it obviously won't be able to hold anymore than 248MB; and it seems like you have much more data than that. And avoiding the /usr slice w

Re: Kids from Indonesia

2006-05-17 Thread Kyrre Nygard
At 17:23 17.05.2006, Dean Darmawan wrote: Assalamu'alaikum Wr. Wb. Hi there, I'm Dean Darmawan and still 18y/o. Well, i get interested with Fedora 5, but the main problem are "can this distro Linux recognize my internal modem 56k that I ussally use to get connected to the Internet?" For that k

Re: Reading UFS2 from Windows

2006-05-17 Thread Kyrre Nygard
At 10:40 16.05.2006, dawnshade wrote: On Tuesday 16 May 2006 12:19, Kyrre Nygard wrote: > Hello! > > I have an awkward setup right here. > > I have my first harddrive split into one NTFS partition which runs Windows, > and one FAT32 partition which serves as a temporary docki

Re: Kids from Indonesia

2006-05-17 Thread Kyrre Nygard
At 20:21 17.05.2006, Jerry McAllister wrote: > > Assalamu'alaikum Wr. Wb. > Hi there, I'm Dean Darmawan and still 18y/o. Well, i get interested with > Fedora 5, but the main problem are "can this distro Linux recognize my > internal modem 56k that I ussally use to get connected to the Internet?"

Re: Some shell scripts; a more elegant approach?

2006-05-18 Thread Kyrre Nygard
At 17:59 16.05.2006, Atom Powers wrote: It is difficult to understand exactly what you want your script to do without comments. You may get a better response if you can describe what you want your scripts to do. Thanks man, your advice was really helpful! This though: -- for file in `find -s

Re: Converting a zsh prompt to bash

2006-05-18 Thread Kyrre Nygard
At 17:04 17.05.2006, Dan Nelson wrote: In the last episode (May 17), Kyrre Nygard said: > Do you think this would work? > > I tried applying your principles, as well as some information design: > > local a1="01;36m" > local a2="22;36m" > local a3="01

Shell script cannot run on FAT32 partition

2006-05-18 Thread Kyrre Nygard
Hello! I have this nice renaming script here. It sanitizes badly named parts of files and folders. But when I run it on my FAT32, dual boot transition partition (hehe), it causes my computer (Pentium 4, 3,2 GHz) to freeze. I vaguely remember seeing some message before it freezes saying "Locking

Re: Converting a zsh prompt to bash

2006-05-18 Thread Kyrre Nygard
At 17:02 18.05.2006, Dan Nelson wrote: In the last episode (May 18), Kyrre Nygard said: > At 17:04 17.05.2006, Dan Nelson wrote: > >In the last episode (May 17), Kyrre Nygard said: > >> Do you think this would work? > >> > >> I tried applying your principles

Re: Converting a zsh prompt to bash

2006-05-18 Thread Kyrre Nygard
At 19:50 18.05.2006, Eric wrote: > Oh man! That is absolutely gorgeous!!! > Thank you so much :))) > > My /etc/zshrc is now worth $10.000 (up from $7.000) > > Don't sell it on eBay you all: http://paste.husk.org/5717 > > Just out of curiosity Dan, how does your prompt look like? > post a screens

A neural/distributed FreeBSD network

2006-05-19 Thread Kyrre Nygard
Hello! Got a weird question here ... I'm a bit curious as to how one can make multiple computers act as one network. I'm not talking merely /etc/hosts and gateways or some VPN where connections are just encrypted, but like something more ... neural, you all feel me? where the operating systems

Re: Converting a zsh prompt to bash

2006-05-19 Thread Kyrre Nygard
At 22:48 18.05.2006, Dan Nelson wrote: In the last episode (May 18), Kyrre Nygard said: > At 17:02 18.05.2006, Dan Nelson wrote: > >In the last episode (May 18), Kyrre Nygard said: > >> At 17:04 17.05.2006, Dan Nelson wrote: > >> >In the last episode (May 17), Kyr

Re: Converting a zsh prompt to bash

2006-05-19 Thread Kyrre Nygard
At 22:48 18.05.2006, Dan Nelson wrote: Mine's strictly functional. User, host, path in left prompt; error status in right prompt. Within screen, I add the window number to the left prompt and the date&time to the right prompt so I know how long I've left a window idle. if [[ $+WINDOW = 1 && $

Re: Shell script cannot run on FAT32 partition

2006-05-20 Thread Kyrre Nygard
At 19:47 18.05.2006, Simon Olofsson wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, FAT32 can't distinguish between upper and lowercase. You need to use an intermediate filename to do so. Take a look at lcra: http://membled.com/work/apps/lcra/lcra-1.0.1/lcra HTH Thanks man! I appreci

Re: Shell script cannot run on FAT32 partition

2006-05-20 Thread Kyrre Nygard
At 21:11 18.05.2006, Lorin Lund wrote: Kyrre Nygard wrote: Hello! I have this nice renaming script here. It sanitizes badly named parts of files and folders. But when I run it on my FAT32, dual boot transition partition (hehe), it causes my computer (Pentium 4, 3,2 GHz) to freeze. I

ffsdrv: Nice tool. Can we fix it?

2006-05-21 Thread Kyrre Nygard
Hello! http://ffsdrv.sourceforge.net Is a real nice tool for accessing UFS2 harddrives from Windows. It's one of a kind, allowing you to mount and read. However it crashes when dealing with files above 50M. https://sourceforge.net/tracker/?func=browse&group_id=119016&atid=683208 The project

textproc: Typesetting holy content

2006-05-26 Thread Kyrre Nygard
Hello! I hope this is not too off topic. I'm involved in some studies here, on the authority of holy scriptures. I am trying to transcribe The Noble Qur'an, by some said to be the most elegant book ever written, into LaTeX format. That way I can format it the way I wish, and study it at my o

Re: textproc: Typesetting holy content

2006-05-27 Thread Kyrre Nygard
At 18:43 26.05.2006, Adrian Pavone wrote: Well, sounds to me like the perfect reason to learn how to write a shell script. You already have your algorithm/method clearly defined, now you just need something to automate it. A shell script would clearly be the thing to do that with. If you need

Re: textproc: Typesetting holy content

2006-05-27 Thread Kyrre Nygard
At 19:20 26.05.2006, Kirk Strauser wrote: On Friday 26 May 2006 11:35, Kyrre Nygard wrote: > I am trying to transcribe The Noble Qur'an, by some said to be the > most elegant book ever written, into LaTeX format. That way I can format it > the way I wish, and study it at my ow

Sharing /usr/local/www

2006-05-27 Thread Kyrre Nygard
Hello! I have a team of designers working on web 2.0 like sites. I have added them all to this box, now I'm wondering what's the most convenient way of giving them all access to /usr/local/www? My temporary solution has been to add all users with UID and GID 80, and then ln -s /usr/local/www ~

Script to organize passwd and group

2006-05-27 Thread Kyrre Nygard
Hello! I was wondering if anybody out there share the same need as I do to better organize /etc/passwd and /etc/group. I would like to see chronologic ordering of UIDs and GIDs, instead of having them sorted by what ports their corresponding daemons run on. Look below how much more flow it all

Re: Sharing /usr/local/www

2006-05-27 Thread Kyrre Nygard
At 10:45 27.05.2006, Beech Rintoul wrote: On Saturday 27 May 2006 00:32, Kyrre Nygard wrote: > Hello! > > I have a team of designers working on web 2.0 like sites. > > I have added them all to this box, now I'm wondering what's the most > convenient way of giving t

Re: Sharing /usr/local/www

2006-05-29 Thread Kyrre Nygard
At 11:50 27.05.2006, Daniel A. wrote: Hi Kyrre. Have you tried chmodding the www dir to be group-writable? Also, as someone else has suggested, SVN og CVS might be a good idea. They would not solve the problem you have right now, but they might help you avoid some possible problems with many

Re: The Unix Haters Handbook

2006-06-01 Thread Kyrre Nygard
At 09:20 01.06.2006, Rico wrote: Hi all. I had not before seen this book, but doing some Unix research I found it at http://research.microsoft.com/~daniel/uhh-download.html Loving Unix I found the book hilarious and quite entertaining and still containing some truth. The chapter about the "rm"

Hiding dot files with ftpd

2006-06-03 Thread Kyrre Nygard
What's up all? Just wondering if it's possible to hide dot files somehow with FreeBSD's default ftpd when I invoke it from inetd? ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -l Thanks, Kyrre __

Re: Hiding dot files with ftpd

2006-06-05 Thread Kyrre Nygard
At 12:25 04.06.2006, Daniel A. Akulenok wrote: On Sun, June 4, 2006 08:49, Lawrence Horvath wrote: > On 6/3/06, Daniel A. Akulenok <[EMAIL PROTECTED]> wrote: >> On Sat, June 3, 2006 22:57, Kyrre Nygard wrote: >> > >> > What's up all? >> > >>

Filesystem using tags, not folders?

2006-06-09 Thread Kyrre Nygard
Hello! Just a wild thought here ... After noticing how much simpler it is using tags, for instance with my bookmarks at http://del.icio.us -- compared to hours of frustration trying find the right combination of folders and sub folders in my Firefox' bookmarks.html, I was wondering if the same

Re: Filesystem using tags, not folders?

2006-06-09 Thread Kyrre Nygard
At 18:50 09.06.2006, Martin Tournoy wrote: On Fri, 09 Jun 2006 14:40:06 -, Kyrre Nygard <[EMAIL PROTECTED]> wrote: Hello! Just a wild thought here ... After noticing how much simpler it is using tags, for instance with my bookmarks at http://del.icio.us -- compared to ho

Scanning MP3 files for skips

2006-06-13 Thread Kyrre Nygard
Hello! I'm curious whether there's a tool out there that will scan through audio files looking for patterns that resemble skips and other nonos in the world of music. I have MD5 checksums for all my MP3 files, but that doesn't guarantee that they were fine before the checksums were generated.

Backup HD running ZFS

2006-06-25 Thread Kyrre Nygard
Hey! I just bought me one of these to back up all my stuff to: http://www.wdmybook.com Is there any way of getting ZFS running on it? And using it along with FreeBSD as well as Windows XP? That would be incredible. Thanks, Kyrre ___ freebsd-quest

rndc reload: connection to remote host closed

2006-06-26 Thread Kyrre Nygard
Hello! I just tried reloading my nameserver after adding a new domain. Then this happened: # rndc reload rndc: connection to remote host closed This may indicate that the remote server is using an older version of the command protocol, this host is not authorized to connect, or the key is inva

postfix+mysql not working with amavisd-new

2006-06-26 Thread Kyrre Nygard
Hello! Sorry if this is a bit off topic ... It appears that postfix won't use my mysql setup whenever amavisd-new is around. Does anyone know what to do? Thanks, Kyrre # tail /var/log/maillog amavis[46670]: (46670-02) Blocked TEMPFAIL, [80.201.214.30] <[EMAIL PROTECTED]> -> <[EMAIL PROT

named: invalid rndc key

2006-06-27 Thread Kyrre Nygard
Hello! I just tried reloading my nameserver after adding a new domain (zonefile). But then this happened: $ rndc reload rndc: connection to remote host closed This may indicate that the remote server is using an older version of the command protocol, this host is not authorized to connect, or

Re: named: invalid rndc key

2006-06-28 Thread Kyrre Nygard
At 03:29 28.06.2006, you wrote: > $ rndc reload > rndc: connection to remote host closed > This may indicate that the remote server is using an older version of > the command protocol, this host is not authorized to connect, > or the key is invalid. Did you check that named was still listeing on

ntfs-3g for FreeBSD?

2006-07-15 Thread Kyrre Nygard
Wondering what's the status on NTFS-3G for FreeBSD? http://digg.com/linux_unix/NTFS-3G_-_Full_NTFS_read_write_support_for_Linux Thanks, Kyrre ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions T

Kernel won't build: 6.1-RELEASE > 6.1-STABLE

2006-07-22 Thread Kyrre Nygard
Hello, I'm trying to upgrade my kernel from 6.1-RELEASE to 6.1-STABLE. But it will not work, it fails out when dealing with umass. This is a freshly installed system. The command I issued was: make buildworld KERNCONF=SURIA # # /usr/src/sys/i386/conf/SURIA # machine i386 cpu I68

Re: Kernel won't build: 6.1-RELEASE > 6.1-STABLE

2006-07-22 Thread Kyrre Nygard
At 19:27 22.07.2006, Donald J. O'Neill wrote: On Saturday 22 July 2006 10:49, Kyrre Nygard wrote: > Hello, > > I'm trying to upgrade my kernel from 6.1-RELEASE to 6.1-STABLE. > > But it will not work, it fails out when dealing with umass. > > This is a freshly inst