About using setenv within Login.conf, then interpolate

2011-04-02 Thread David Marec
Hi, I am using the following /etc/login.conf cap-file, that defines the french class as an interpolate from default: --- --- default:\ :passwd_format=md5:\ :copyright=/etc/COPYRIGHT:\ :welcome=/etc/motd:\ :setenv=MAIL=/var/mail/$\ ,BLOCKSIZE=K\

Re: Tinderbox question...

2011-04-02 Thread Chris Rees
On 2 April 2011 09:26, Ivan Klymenko fi...@ukr.net wrote: Hi, folks! For example, i built in my tinderbox port audio/clementine-player... It depends on qt4 -* ports... For example, the file qt-everywhere-opensource-src-4.7.2.tar.gz must be downloaded (if not mistaken) for more than five

Re: Tinderbox question...

2011-04-02 Thread Ivan Klymenko
В Sat, 2 Apr 2011 09:28:58 +0100 Chris Rees utis...@gmail.com пишет: On 2 April 2011 09:26, Ivan Klymenko fi...@ukr.net wrote: Hi, folks! For example, i built in my tinderbox port audio/clementine-player... It depends on qt4 -* ports... For example, the file

Tinderbox question...

2011-04-02 Thread Ivan Klymenko
Hi, folks! For example, i built in my tinderbox port audio/clementine-player... It depends on qt4 -* ports... For example, the file qt-everywhere-opensource-src-4.7.2.tar.gz must be downloaded (if not mistaken) for more than five times! Why? File size ~208655K = 5*208655K=1043275K !!! When

Re: Port dependencies

2011-04-02 Thread Chris Rees
On 2 April 2011 00:58, Chris Telting christopher...@telting.org wrote: Just in a thoughtful mood and thought I'd to the question to the cloud. One of my biggest gripes with the ports system is dependency hell. I think you've misunderstood the term dependency hell [1]. Anyone who has spent

Re: About using setenv within Login.conf, then interpolate

2011-04-02 Thread Matthew Seaman
On 02/04/2011 09:04, David Marec wrote: I am using the following /etc/login.conf cap-file, that defines the french class as an interpolate from default: --- --- default:\ :passwd_format=md5:\ :copyright=/etc/COPYRIGHT:\ :welcome=/etc/motd:\

Re: Port dependencies

2011-04-02 Thread Dick Hoogendijk
On 2-4-2011 2:51, Polytropon wrote: So there is still stuff one needs to compile, and YOU are in charge to define the options you need. This is the downside when you're running a multi- purpose OS like FreeBSD. That is a good thing. But I remember an issue that I never understood. I onced set

Re: mount a dumpfile

2011-04-02 Thread Chris Rees
On 2 Apr 2011 00:08, Warren Block wbl...@wonkity.com wrote: Is it possible to mount a dump(8) dumpfile? restore(8) obviously knows everything about the file structure, and restore -i is nearly a read-only mount_dump already. Restore -i isn't really anything like a mount; it works on a stream

Re: Tinderbox question...

2011-04-02 Thread Ion-Mihai Tetcu
On Sat, 2 Apr 2011 09:28:58 +0100 Chris Rees utis...@gmail.com wrote: On 2 April 2011 09:26, Ivan Klymenko fi...@ukr.net wrote: Hi, folks! For example, i built in my tinderbox port audio/clementine-player... It depends on qt4 -* ports... For example, the file

Re: Port dependencies

2011-04-02 Thread b. f.
Chris Telting wrote: See above. What I want to see is minimal installs with all features being usable once you install the optional components. And run time detection for programs shouldn't be all that difficult or computation intensive. The program would just consult pkg_info or another

graphical representation of `du`

2011-04-02 Thread Ryan Coleman
I found this command: ls -R | grep :$ | sed -e 's/:$//' -e 's/[^-][^\/]*\//--/g' -e 's/^/ /' -e 's/-/|/' Which makes this: |-Mar17 |---1300074369-chow |-download |---small |---1300421616-Cunningham |-download |---small But I want to use `du` instead to

Re: FreeBSD' Webcam and DVB Compatibility List

2011-04-02 Thread Juergen Lock
In article 20110331112119.ga21...@sh4-5.1blu.de you write: Hello, Hi! We have started a small documentation project in the FreeBSD Wiki: The FreeBSD' Webcam and DVB Compatibility List. http://wiki.freebsd.org/WebcamCompat The main goal of this page is to give an exact answer about which

Re: mount a dumpfile

2011-04-02 Thread Warren Block
On Sat, 2 Apr 2011, Chris Rees wrote: On 2 Apr 2011 00:08, Warren Block wbl...@wonkity.com wrote: Is it possible to mount a dump(8) dumpfile?  restore(8) obviously knows everything about the file structure, and restore -i is nearly a read-only mount_dump already. Restore -i isn't really

Re: graphical representation of `du`

2011-04-02 Thread Chris Rees
On 2 April 2011 15:20, Ryan Coleman edi...@d3photography.com wrote: I found this command: ls -R | grep :$ | sed -e 's/:$//' -e 's/[^-][^\/]*\//--/g' -e 's/^/   /' -e 's/-/|/' Which makes this:   |-Mar17   |---1300074369-chow   |-download   |---small   |---1300421616-Cunningham  

Re: Port dependencies

2011-04-02 Thread Randal L. Schwartz
Matt == Matt Emmerton m...@gsicomp.on.ca writes: Matt Every time I see a webserver with X11 on it, it's because of these two. Of Matt course, using ghostscript*-nox11 as well as setting WITHOUT_X11=yes solves a Matt lot of this mess, but on a system that's already been infested, it's Matt

Re: graphical representation of `du`

2011-04-02 Thread Chris Rees
On 2 April 2011 18:07, Mike Jeays mike.je...@rogers.com wrote: On Sat, 2 Apr 2011 17:15:04 +0100 Chris Rees utis...@gmail.com wrote: du -h . | awk '{a[i++]=$0} END {for (j=i-1; j=0;) print a[j--] }' | awk '{print($2 [$1]);}' | sed -e 's,[^-][^/]*/,--,g' -e 's,^,|,' I confess to being

Re: graphical representation of `du`

2011-04-02 Thread Chris Rees
On 2 April 2011 18:22, Chris Rees utis...@gmail.com wrote: On 2 April 2011 18:07, Mike Jeays mike.je...@rogers.com wrote: On Sat, 2 Apr 2011 17:15:04 +0100 Chris Rees utis...@gmail.com wrote: du -h . | awk '{a[i++]=$0} END {for (j=i-1; j=0;) print a[j--] }' | awk '{print($2 [$1]);}' | sed -e

Re: graphical representation of `du`

2011-04-02 Thread Mike Jeays
On Sat, 2 Apr 2011 17:15:04 +0100 Chris Rees utis...@gmail.com wrote: du -h . | awk '{a[i++]=$0} END {for (j=i-1; j=0;) print a[j--] }' | awk '{print($2 [$1]);}' | sed -e 's,[^-][^/]*/,--,g' -e 's,^,|,' I confess to being impressed... ___

Re: graphical representation of `du`

2011-04-02 Thread Ryan Coleman
Wow... You rock! Thanks so much! On Apr 2, 2011, at 12:30 PM, Chris Rees wrote: On 2 April 2011 18:22, Chris Rees utis...@gmail.com wrote: On 2 April 2011 18:07, Mike Jeays mike.je...@rogers.com wrote: On Sat, 2 Apr 2011 17:15:04 +0100 Chris Rees utis...@gmail.com wrote: du -h . | awk

Re: Port dependencies

2011-04-02 Thread Polytropon
On Fri, 01 Apr 2011 21:36:55 -0700, Chris Telting christopher...@telting.org wrote: On 04/01/2011 17:51, Polytropon wrote: On Fri, 01 Apr 2011 16:58:04 -0700, Chris Teltingchristopher...@telting.org wrote: Just in a thoughtful mood and thought I'd to the question to the cloud. Oh the

am i back up....???

2011-04-02 Thread Gary Kline
my telco modem [[was BRAND NEW in feb]] failed last tuesday.letsee if this gets out -- Gary Kline kl...@thought.org http://www.thought.org Public Service Unix The 7.98a release of Jottings: http://jottings.thought.org/index.php http://journey.thought.org

Re: am i back up....???

2011-04-02 Thread David Chanters
On 2 April 2011 21:14, Gary Kline kl...@thought.org wrote: my telco modem [[was BRAND NEW in feb]] failed last tuesday.    letsee if this gets out You could have just sent yourself an email. But yes, here you are. David ___

remaining goal.. .

2011-04-02 Thread Gary Kline
excuse the lowercase but my shoulder really is damaged beyond repair. --last tuesday my new modem =quit= and my even newer wheelchair motor [right wheel] =quit=. --i'll spare the details about getting a tech here because it would fill at least 5 pages. dunno when the shop will get me a loaner;

Re: remaining goal.. .

2011-04-02 Thread David Chanters
On 2 April 2011 22:43, Gary Kline kl...@thought.org wrote: i asked the seattle group of linux users if somebody could help me transfer pfsense from computer to this kit; they pointed out that pfsense was a bsd invention Given your heart-felt woe is me crap, I can't separate the wheat from

Re: graphical representation of `du`

2011-04-02 Thread Gary Kline
On Sat, Apr 02, 2011 at 06:30:15PM +0100, Chris Rees wrote: On 2 April 2011 18:22, Chris Rees utis...@gmail.com wrote: On 2 April 2011 18:07, Mike Jeays mike.je...@rogers.com wrote: On Sat, 2 Apr 2011 17:15:04 +0100 Chris Rees utis...@gmail.com wrote: du -h . | awk '{a[i++]=$0} END {for

Re: am i back up....???

2011-04-02 Thread Gary Kline
On Sat, Apr 02, 2011 at 09:54:52PM +0100, David Chanters wrote: On 2 April 2011 21:14, Gary Kline kl...@thought.org wrote: my telco modem [[was BRAND NEW in feb]] failed last tuesday.    letsee if this gets out You could have just sent yourself an email. But yes, here you are.

Re: graphical representation of `du`

2011-04-02 Thread David Chanters
Hi On 2 April 2011 15:20, Ryan Coleman edi...@d3photography.com wrote: I found this command: ls -R | grep :$ | sed -e 's/:$//' -e 's/[^-][^\/]*\//--/g' -e 's/^/   /' -e 's/-/|/' What about xdu? http://sd.wareonearth.com/~phil/xdu/ David ___

Re: remaining goal.. .

2011-04-02 Thread Gary Kline
On Sat, Apr 02, 2011 at 11:35:45PM +0100, David Chanters wrote: On 2 April 2011 22:43, Gary Kline kl...@thought.org wrote: i asked the seattle group of linux users if somebody could help me transfer pfsense from computer to this kit; they pointed out that pfsense was a bsd invention

Re: Port dependencies

2011-04-02 Thread perryh
Chris Rees utis...@gmail.com wrote: On 2 April 2011 00:58, Chris Telting christopher...@telting.org wrote: One of my biggest gripes with the ports system is dependency hell. I think you've misunderstood the term dependency hell [1]. Anyone who has spent hours struggling with rpm ... would

Re: graphical representation of `du`

2011-04-02 Thread perryh
Chris Rees utis...@gmail.com wrote: Maybe I should port it... +1 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: am i back up....???

2011-04-02 Thread Ryan Coleman
Get a Gmail account. On Apr 2, 2011, at 6:46 PM, Gary Kline wrote: On Sat, Apr 02, 2011 at 09:54:52PM +0100, David Chanters wrote: On 2 April 2011 21:14, Gary Kline kl...@thought.org wrote: my telco modem [[was BRAND NEW in feb]] failed last tuesday.letsee if this gets out You

Re: graphical representation of `du`

2011-04-02 Thread Ryan Coleman
Well, it looks like it's written for X, which I don't run on any of my servers. Thanks, though. On Apr 2, 2011, at 6:50 PM, David Chanters wrote: Hi On 2 April 2011 15:20, Ryan Coleman edi...@d3photography.com wrote: I found this command: ls -R | grep :$ | sed -e 's/:$//' -e

Re: Port dependencies

2011-04-02 Thread Ryan Coleman
On Apr 2, 2011, at 7:07 PM, per...@pluto.rain.com wrote: Chris Rees utis...@gmail.com wrote: On 2 April 2011 00:58, Chris Telting christopher...@telting.org wrote: One of my biggest gripes with the ports system is dependency hell. I think you've misunderstood the term dependency hell [1].

Re: graphical representation of `du`

2011-04-02 Thread David Chanters
On 3 April 2011 01:30, Ryan Coleman edi...@d3photography.com wrote: Well, it looks like it's written for X, which I don't run on any of my servers. Moan, moan, moan. It solves your problem though. David ___ freebsd-questions@freebsd.org mailing

Re: am i back up....???

2011-04-02 Thread David Chanters
On 3 April 2011 00:46, Gary Kline kl...@thought.org wrote: On Sat, Apr 02, 2011 at 09:54:52PM +0100, David Chanters wrote: On 2 April 2011 21:14, Gary Kline kl...@thought.org wrote: my telco modem [[was BRAND NEW in feb]] failed last tuesday.    letsee if this gets out You could have

Re: graphical representation of `du`

2011-04-02 Thread Ryan Coleman
Yeah I don't run these computers to be desktops :) On Apr 2, 2011, at 8:05 PM, David Chanters wrote: On 3 April 2011 01:30, Ryan Coleman edi...@d3photography.com wrote: Well, it looks like it's written for X, which I don't run on any of my servers. Moan, moan, moan. It solves your

Problems with make buildkernel

2011-04-02 Thread Tony
Hello! Anybody care to have a look? http://pastie.org/1748851 Many thanks! Tony ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Re: graphical representation of `du`

2011-04-02 Thread Gary Kline
On Sat, Apr 02, 2011 at 08:07:43PM -0500, Ryan Coleman wrote: Yeah I don't run these computers to be desktops :) exactly. i Do have x11 and ctwm just to get two xterms. but prefer the console. --besides, xdu takes too long. On Apr 2, 2011, at 8:05 PM, David Chanters

Re: graphical representation of `du`

2011-04-02 Thread David Chanters
On 3 April 2011 02:25, Gary Kline kl...@thought.org wrote: On Sat, Apr 02, 2011 at 08:07:43PM -0500, Ryan Coleman wrote: Yeah I don't run these computers to be desktops :)        exactly.  i Do have x11 and ctwm just to get two xterms.  but        prefer the console.  --besides, xdu takes

Re: am i back up....???

2011-04-02 Thread Gary Kline
On Sat, Apr 02, 2011 at 07:29:23PM -0500, Ryan Coleman wrote: Get a Gmail account. i tried about a year ago: gdk98188; now i cannot get in. something is hosed ... On Apr 2, 2011, at 6:46 PM, Gary Kline wrote: On Sat, Apr 02, 2011 at 09:54:52PM +0100, David Chanters

Re: am i back up....???

2011-04-02 Thread Ryan Coleman
On Apr 2, 2011, at 8:30 PM, Gary Kline wrote: On Sat, Apr 02, 2011 at 07:29:23PM -0500, Ryan Coleman wrote: Get a Gmail account. i tried about a year ago: gdk98188; now i cannot get in. something is hosed ... They're free, make a new one.

Re: Port dependencies

2011-04-02 Thread Gary Kline
On Sat, Apr 02, 2011 at 07:45:06PM -0500, Ryan Coleman wrote: On Apr 2, 2011, at 7:07 PM, per...@pluto.rain.com wrote: Chris Rees utis...@gmail.com wrote: On 2 April 2011 00:58, Chris Telting christopher...@telting.org wrote: One of my biggest gripes with the ports system is

Re: am i back up....???

2011-04-02 Thread Polytropon
On Sat, 2 Apr 2011 18:30:59 -0700, Gary Kline kl...@thought.org wrote: On Sat, Apr 02, 2011 at 07:29:23PM -0500, Ryan Coleman wrote: Get a Gmail account. i tried about a year ago: gdk98188; now i cannot get in. something is hosed ... In worst case, use a normal mail account -

Re: Port dependencies

2011-04-02 Thread Chris Telting
seriously, this is why i want that debian+freebsd that was discussed recently. the kernel is ours and number one in the world. and the ports stuff is basically packages that more/less just-work. you can get the src =with= the pkg. How does debian get around

Re: Problems with make buildkernel

2011-04-02 Thread Steven Friedrich
On Saturday April 2 2011 6:53:31 PM Tony wrote: Anybody care to have a look? http://pastie.org/1748851 I hate to ask, but before you started your buildworld, did you make clean? Also, in case you did, another thing you might try is to add COMPAT_7. You already have back to 4. -- StevieRay

Re: nfs error: No route to host when starting apache ...

2011-04-02 Thread Marc G. Fournier
On Fri, 1 Apr 2011, Rick Macklem wrote: Since rpc.lockd and rpc.statd expect to be able to do IP broadcast (same goes for rpcbind), I suspect that might be a problem w.r.t. jails, although I know nothing about how jails work? Oh, and you can use the nolock mount option to avoid use of