Re: Streaming server / YouTube

2009-05-26 Thread Chris Rees
2009/5/26 Wojciech Puchar woj...@wojtek.tensor.gdynia.pl: So again, speaking before you research? again unnecessary comments. Sorry, what? Do you really think: Wojciech wrote: you mean videos from youtube are copyrighted? that was necessary? Stop making noise! It's in the terms of use

sane-backends

2009-05-26 Thread Pieter Donche
When doing a portupgrade -a the port sane-backends-1.0.20_1 gives compilation errors... What to do with that? Just wait for 1.0.20_2 to come up? Where to find information? ... canon_dr.c:1333: error: 'SANE_NAME_STANDARD' undeclared (first use in this funct ion)^M canon_dr.c:1333: error: (Each

RE: updating from 7.1 to 7.2 AMD64

2009-05-26 Thread Graeme Dargie
-Original Message- From: Wojciech Puchar [mailto:woj...@wojtek.tensor.gdynia.pl] Sent: 26 May 2009 02:20 To: Graeme Dargie Cc: ill...@gmail.com; freebsd-questions@freebsd.org Subject: RE: updating from 7.1 to 7.2 AMD64 I am trying to update 2 7.1 systems to 7.2. sun3#

df -h returns negatives values

2009-05-26 Thread n ramrani
Hi, I have FreeBSD 7.0-RELEASE-p4. After a problem, I have : /dev/aacd0s1d 2.9G -2.2G4.9G -83%/var I tried to do fsck but no change. Any ideas? thanks. nr. ___ freebsd-questions@freebsd.org mailing list

Re: Streaming server

2009-05-26 Thread cpghost
On Tue, May 26, 2009 at 12:31:54AM +0200, Wojciech Puchar wrote: Sorry, mistake: s/file streaming/file download/ when you play file directly from HTTP/FTP source it's streaming too. just much more simple, portable, and cachable by squid/other proxies Yes, you're right. For static

Re: sane-backends

2009-05-26 Thread Kent Stewart
On Tuesday 26 May 2009 12:15:32 am Pieter Donche wrote: When doing a portupgrade -a the port sane-backends-1.0.20_1 gives compilation errors... What to do with that? Just wait for 1.0.20_2 to come up? Where to find information? The fix has been posted several times in

Re: updating from 7.1 to 7.2 AMD64

2009-05-26 Thread Ghirai
On Tue, 26 May 2009 09:01:36 +0100 Graeme Dargie a...@tangerine-army.co.uk wrote: -Original Message- Various network interface drivers have been improved, including ae(4), ath_hal(4), axe(4), bce(4), cxgb(4), fxp(4), igb(4), jme(4), msk(4), mxge(4), nfe(4), re(4), rl(4), sis(4), and

Re: updating from 7.1 to 7.2 AMD64

2009-05-26 Thread Wojciech Puchar
Are you suggesting a user should only upgrade if they are having a problem, or do you just like to contribute more nonsense to the list mostly yes - keep things as is if it works. and it's only nonsense for you. ___ freebsd-questions@freebsd.org

Re: updating from 7.1 to 7.2 AMD64

2009-05-26 Thread Wojciech Puchar
I'd say it depends very much on the system's use. For a system which is in production (i.e. doing ongoing work), there is a great deal to be said for not fixing things that aren't broken. if they are not broken - there is nothing to fix. ___

RE: updating from 7.1 to 7.2 AMD64

2009-05-26 Thread Wojciech Puchar
Very specifically that I was getting watchdog time outs and link status up down up on the re nic driver, hopefully 7.2 solves this. hmm i do have re(8) nic with 7.1 (6.3 before) - no problems. strange ___ freebsd-questions@freebsd.org mailing list

Re: FreeBSD Software RAID

2009-05-26 Thread Howard Jones
Wojciech Puchar wrote: you are right. you can't be happy of warm house without getting really cold some time :) that's why it's excellent that ZFS (and few other things) is included in FreeBSD but it's COMPLETELY optional. Well, I switched from the heater that doesn't work and is poorly

Re: Streaming server

2009-05-26 Thread Wojciech Puchar
Yes, you're right. For static content, buffering a TCP connection is certainly good enough. But for live streams and video conferencing, buffering adds latency we talked about playing/streaming videos from files. for IP-TV, videophone, telephone of course only UDP transport make sense

Re: Streaming server

2009-05-26 Thread Reko Turja
we talked about playing/streaming videos from files. Even streaming from files makes sense in many situations. Please, go back to netbsd or start using linux, at least in linux forums your constant stream of opinion based drivel is most welcome. In here you are poisoning the questions list,

How to remove redundant login in a FreeBSD live CD?

2009-05-26 Thread Unga
Hi all I made a live CD based on FreeBSD 7.2. When the CD boots, it prompts for a login. Type root without password can log in. It seems this login is redundant. How to remove this redundant login? Best regards Unga ___

Re: Streaming server

2009-05-26 Thread Wojciech Puchar
we talked about playing/streaming videos from files. Even streaming from files makes sense in many situations. Please, go back to netbsd or start using linux, at least in linux forums your constant stream of opinion based drivel is most welcome. In here you are poisoning the questions list,

Re: How to remove redundant login in a FreeBSD live CD?

2009-05-26 Thread Manolis Kiagias
Unga wrote: Hi all I made a live CD based on FreeBSD 7.2. When the CD boots, it prompts for a login. Type root without password can log in. It seems this login is redundant. How to remove this redundant login? Best regards Unga I found this info in a text file of mine (copied from

Re: Streaming server

2009-05-26 Thread Jos Chrispijn
Wojciech Puchar wrote: when you play file directly from HTTP/FTP source it's streaming too. just much more simple, portable, and cachable by squid/other proxies Oke, but ftp doesn't show the actual file but only downloads it, right? Jos Chrispijn

Re: Streaming server

2009-05-26 Thread Jos Chrispijn
Wojciech Puchar wrote: so please test as it's true :) I did test it and indeed it looks that way... actually youtube player does not throttle at all - just load as fast as possible into memory while playing at normal speed. Yes but we are now discussing another service here. Imho there is

Re: Streaming server

2009-05-26 Thread Ott Köstner
On Monday 25 May 2009 4:41:04 pm Jos Chrispijn wrote: I have some short movies (a la YouTube) that I would like to show as video streams. Presenting them by download is messing up my bandwidth (...). Can someone tell me if there is a simple solution installing such a stream service/server

Re: Streaming server

2009-05-26 Thread Wojciech Puchar
when you play file directly from HTTP/FTP source it's streaming too. just much more simple, portable, and cachable by squid/other proxies Oke, but ftp doesn't show the actual file but only downloads it, right? depend what program you use. if you mean ftp as /usr/bin/ftp or maybe lftp/ncftp -

Re: Streaming server

2009-05-26 Thread Wojciech Puchar
so please test as it's true :) I did test it and indeed it looks that way... OK actually youtube player does not throttle at all - just load as fast as possible into memory while playing at normal speed. Yes but we are now discussing another service here. Imho there is some difference

Re: Streaming server

2009-05-26 Thread Wojciech Puchar
Comment: Hyper fast realtime audio/video encoder/converter, streaming server good for IP-TV but not very (and overcomplex) for playing few files. ___ freebsd-questions@freebsd.org mailing list

Re: Streaming server

2009-05-26 Thread Jos Chrispijn
Ott Köstner wrote: Have You tried FFserver? No, not yet. Thanks for this I will have a look to that one! Best regards, Jos Chrispijn ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: Streaming server

2009-05-26 Thread Jos Chrispijn
Wojciech Puchar wrote: There will be no practical difference between playing from FTP/HTTP and this. Aha, now we are getting somewhere! exactly! or - if you like cool webpage interface just make that webpage similarly to youtube and provide just link with Play to your movies. Personally I

Heartbeat

2009-05-26 Thread Daniels Vanags
Hello, doing heartbeat install: # cd /usr/ports/sysutils/heartbeat/ # make install clean Installation begins, but getting stopped with errors: ... Making all in rc.d gmake[2]: Entering directory `/usr/ports/sysutils/heartbeat/work/heartbeat-1.2.5/heartbeat/rc.d' gmake[2]: Nothing

Re: Streaming server

2009-05-26 Thread Wojciech Puchar
similarly to youtube and provide just link with Play to your movies. Personally I have nothing with YouTube except that I constantly wonder how they 'stream', which according to your information, is less than I expected :-) except that it prevents caching, it's not less than but just fine.

Re: Canon printer and TurboPrint

2009-05-26 Thread Polytropon
Jerry, please excuse my reply, but I think you're not right, and unfair. On Mon, 25 May 2009 15:48:16 -0400, Jerry ges...@yahoo.com wrote: Seriously, one of the major problems I face when trying to get an associate or friend to try a non Windows solution is printing. Windows users are use to

Re: Streaming server / YouTube

2009-05-26 Thread Polytropon
On Mon, 25 May 2009 23:25:13 +0200, FBSD UG free...@rgbaz.eu wrote: without that youtube nonsense there wouldn't be a youtube anymore it's a copyright agreement not to store the videos on someone's harddrive while watching... While downloading, you're usually not watching (while it's still

Re: df -h returns negatives values

2009-05-26 Thread Polytropon
On Tue, 26 May 2009 09:45:55 +0200, n ramrani nramr...@gmail.com wrote: Hi, I have FreeBSD 7.0-RELEASE-p4. After a problem, I have : /dev/aacd0s1d 2.9G -2.2G4.9G -83%/var I tried to do fsck but no change. Any ideas? FreeBSD keeps a certain percentage (I thin 8%) of

rtmpdump (was: Re: Streaming server)

2009-05-26 Thread cpghost
While we're talking about streaming protocols: how comes we don't have rtmpdump in the ports? http://lkcl.net/rtmp/ Thanks, -cpghost. -- Cordula's Web. http://www.cordula.ws/ ___ freebsd-questions@freebsd.org mailing list

Re: FreeBSD Software RAID

2009-05-26 Thread Steve Bertrand
Howard Jones wrote: Wojciech Puchar wrote: you are right. you can't be happy of warm house without getting really cold some time :) that's why it's excellent that ZFS (and few other things) is included in FreeBSD but it's COMPLETELY optional. Well, I switched from the heater that doesn't

Re: rtmpdump (was: Re: Streaming server)

2009-05-26 Thread Polytropon
On Tue, 26 May 2009 15:11:41 +0200, cpghost cpgh...@cordula.ws wrote: While we're talking about streaming protocols: how comes we don't have rtmpdump in the ports? Maybe because of mplayer -streamdump rtsp:// ... ? :-) I've not checked, but using -streamdump with mplayer lets you dump most

Re: rtmpdump (was: Re: Streaming server)

2009-05-26 Thread cpghost
On Tue, May 26, 2009 at 03:21:26PM +0200, Polytropon wrote: On Tue, 26 May 2009 15:11:41 +0200, cpghost cpgh...@cordula.ws wrote: While we're talking about streaming protocols: how comes we don't have rtmpdump in the ports? Maybe because of mplayer -streamdump rtsp:// ... ? :-) I've not

Re: df -h returns negatives values

2009-05-26 Thread Polytropon
On Tue, 26 May 2009 16:47:15 +0300, Ivailo Tanusheff i.tanush...@procreditbank.bg wrote: If that was the case it would say something like 108%, not -83%. Yes, this makes it really strange. I didn't recognize it at first sight, because of the missing header: FilesystemSize Used

Re: df -h returns negatives values

2009-05-26 Thread Peter
Hi, do you have by change a partition larger than 2TB ? I had this with larger partions when I was trying to do them with fdisk, not with gpt ? Peter n ramrani wrote: Hi, I have FreeBSD 7.0-RELEASE-p4. After a problem, I have : /dev/aacd0s1d 2.9G -2.2G4.9G -83%/var

Re: df -h returns negatives values

2009-05-26 Thread Ivailo Tanusheff
If that was the case it would say something like 108%, not -83%. The other strange value is the used size -2.2G. I see only 2 options: - Buffer overflow of the command (not much likely) - Problem with the data on the disk. Maybe you should run fsck -fFyv /var Regards, Ivailo Tanusheff Deputy

FreeBSD-7.1-RELEASE and libkrb5

2009-05-26 Thread Philip Keuleers
I had the same issue you describe portupgrading to evolution-exchange-2.26.2. I moved /usr/lib/libkrb5.so.9 to /usr/lib/libkrb5.so.9_old and created a symbolic link. mv /usr/lib/libkrb5.so.9 /usr/lib/libkrb5.so.9_old ln -s /usr/local/lib/libkrb5.so.23 /usr/lib/libkrb5.so.9 it seems to have

Re: FreeBSD Software RAID

2009-05-26 Thread Adam Vande More
Sweet thanks for the info. Building one of those boxes is next in the list. On 5/26/09, Steve Bertrand st...@ibctech.ca wrote: Howard Jones wrote: Wojciech Puchar wrote: you are right. you can't be happy of warm house without getting really cold some time :) that's why it's excellent that

Re: USB WLAN Atheros and USB Ethernet FBSD 7.2

2009-05-26 Thread Marco
thank you, this was exactly stuff i was looking for, external linksys or other is already here, but i want to do one device this stuff. unfortunatly the device has no mini-pci slot, i'd love to build it like this as i see very good atheros support in fbsd. however, if the other drivers also

sendmail: stat=Deferred: Connection reset by local

2009-05-26 Thread Roberto Nunnari
Hi people. Please help! This morning I decided to go back to plain smtp without authentication that I had enabled about one year ago following the instructions in the handbook. Now sendmail doesn't deliver any more local mail. Here's part of a line from /var/log/maillog stat=Deferred:

Re: sendmail: stat=Deferred: Connection reset by local

2009-05-26 Thread Roberto Nunnari
for completeness, the last lines of maillog if I send a mail from root to a local account (robi): May 26 17:40:46 jupiter sendmail[10730]: n4QFeh7V010730: to=robi, ctladdr=root (0/0), delay=00:00:03, xdelay=00:00:03, mailer=relay, pri=30032, r=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent

Re: sendmail: stat=Deferred: Connection reset by local

2009-05-26 Thread Wojciech Puchar
for completeness, the last lines of maillog if I send a mail from root to a local account (robi): May 26 17:40:46 jupiter sendmail[10730]: n4QFeh7V010730: to=robi, ctladdr=root (0/0), delay=00:00:03, xdelay=00:00:03, mailer=relay, pri=30032, r=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent

Re: rtmpdump (was: Re: Streaming server)

2009-05-26 Thread Wojciech Puchar
have rtmpdump in the ports? Maybe because of mplayer -streamdump rtsp:// ... ? :-) I've not checked, but using -streamdump with mplayer lets you dump most datastreams (coming from another file, a DVD, actually i never had a case it would fail to work :)

Re: Inspiron 15 (aka 1545)

2009-05-26 Thread Bob Johnson
On 5/16/09, Bob Johnson fbsdli...@gmail.com wrote: This question has sort of been asked before, but I never saw a clear answer, so here it is, in the hope that someone can save me some time: I need a cheap, simple, reasonably light laptop, but not a tiny display, and I'm looking at the Best

Re: Streaming server / YouTube

2009-05-26 Thread Wojciech Puchar
while watching... While downloading, you're usually not watching (while it's still possible to watch inclomplete files with mplayer). if you type URL containing flash movie in browser (with flash enabled of course ;) it will start playing it before downloading all. And for complete

Re: Streaming server

2009-05-26 Thread Wojciech Puchar
Personally I have nothing with YouTube except that I constantly wonder how i do have. because youtube quality== no quality. i treat this mostly as a preview, like downloading for eg. music video to look if it's worth to seek for normal quality version. anyway noone is forced to use it, and

Re: Secure unsalted or fixed salt symmetric encryption?

2009-05-26 Thread Jeffrey Goldberg
On May 25, 2009, at 2:00 PM, Roland Smith wrote: You could use the -S option and specify a constant salt. It might make the encrypted materials easier to break, though. You can generate a random salt with openssl as well: Or you can use the -nosalt option. But as explained in

Re: sendmail: stat=Deferred: Connection reset by local

2009-05-26 Thread Roberto Nunnari
Hi Wojciech. Thank you. See my answer in context. Wojciech Puchar ha scritto: for completeness, the last lines of maillog if I send a mail from root to a local account (robi): May 26 17:40:46 jupiter sendmail[10730]: n4QFeh7V010730: to=robi, ctladdr=root (0/0), delay=00:00:03,

Re: sendmail: stat=Deferred: Connection reset by local

2009-05-26 Thread Roberto Nunnari
Hi Tim. Thank you for your time. Tim Kellers ha scritto: Was sendmail compiled with SASL? Do you have anything in I can I find it out? Here's my /etc/make.conf # cat /etc/make.conf CFLAGS= -O -pipe NO_PROFILE=1 # no X, solo alfanumerico WITHOUT_X11=yes NO_X11=yes # come richiesto dal

Re: sane-backends

2009-05-26 Thread Roland Smith
On Tue, May 26, 2009 at 09:15:32AM +0200, Pieter Donche wrote: When doing a portupgrade -a the port sane-backends-1.0.20_1 gives compilation errors... What to do with that? Don't upgrade it, but remove the port with pkg_delete and then compile and install the newer version. Upgrading

Re: sendmail: stat=Deferred: Connection reset by local

2009-05-26 Thread Wojciech Puchar
ps ax|grep sendmail # ps ax|grep sendmail 12313 ?? Ss 0:00.04 sendmail: accepting connections (sendmail) 12314 ?? S 0:02.34 sendmail: ./n4QG4DDt012314 mx1.eu.apache.org.: client DATA 354 (sendmail) 12315 ?? Is 0:00.00 sendmail: Queue run...@00:30:00 for

Better version of ispell?

2009-05-26 Thread Kelly Jones
Is there a version/improvment of ispell that: % Lets you exclude certain sections of a file from spellchecking? Example: I often email sendmail logs with their random-character queue ids. I don't want ispell to check those cut/pasted logs. % Lets you declare correctly-spelled words as being

Re: sendmail: stat=Deferred: Connection reset by local

2009-05-26 Thread Roberto Nunnari
Wojciech Puchar ha scritto: ps ax|grep sendmail # ps ax|grep sendmail 12313 ?? Ss 0:00.04 sendmail: accepting connections (sendmail) 12314 ?? S 0:02.34 sendmail: ./n4QG4DDt012314 mx1.eu.apache.org.: client DATA 354 (sendmail) 12315 ?? Is 0:00.00 sendmail: Queue

Re: sendmail: stat=Deferred: Connection reset by local

2009-05-26 Thread Tim Kellers
Was sendmail compiled with SASL? Do you have anything in /etc/mail/mailer.conf? Roberto Nunnari wrote: for completeness, the last lines of maillog if I send a mail from root to a local account (robi): May 26 17:40:46 jupiter sendmail[10730]: n4QFeh7V010730: to=robi, ctladdr=root (0/0),

Re: sendmail: stat=Deferred: Connection reset by local

2009-05-26 Thread Wojciech Puchar
now show me your /etc/mail/`hostname`*.mc here it is: it's `hostname`.mc looks OK but how about `hostname`.submit.mc ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: sendmail: stat=Deferred: Connection reset by local

2009-05-26 Thread Roberto Nunnari
Wojciech Puchar ha scritto: now show me your /etc/mail/`hostname`*.mc here it is: it's `hostname`.mc looks OK but how about `hostname`.submit.mc here it is: divert(0)dnl VERSIONID(`$FreeBSD: src/etc/sendmail/freebsd.submit.mc,v 1.1 2003/10/19 00:03:13 gshapiro Exp $')

Re: df -h returns negatives values

2009-05-26 Thread n ramrani
- No the controller doesn't report something wrong with my disk (test with arrconf) - my partitions are less than 2TB, I have two 146GB disks in raid1for my system - yes the controller is Adaptec - du -sh /var give me 258M /var /dev/aacd0s1d 2.9G -2.2G4.9G -83%/var I have

Re: sendmail: stat=Deferred: Connection reset by local

2009-05-26 Thread Tim Kellers
From /usr/local/share/doc/cyrus-sasl2/Sendmail.README: 5) Add the following before FEATURE(msp) in your submit.mc file: DAEMON_OPTIONS(`Name=NoMTA, Addr=127.0.0.1, M=EA')dnl This disables SMTP AUTH on the loopback interface. Did you take that line out of your submit.mc file? Tim

Re: sendmail: stat=Deferred: Connection reset by local

2009-05-26 Thread Wojciech Puchar
here it is: divert(0)dnl VERSIONID(`$FreeBSD: src/etc/sendmail/freebsd.submit.mc,v 1.1 2003/10/19 00:03:13 gshapiro Exp $') define(`confCF_VERSION', `Submit')dnl define(`__OSTYPE__',`')dnl dirty hack to keep proto.m4 from complaining define(`_USE_DECNET_SYNTAX_', `1')dnl support DECnet

Re: Secure unsalted or fixed salt symmetric encryption?

2009-05-26 Thread Roland Smith
On Tue, May 26, 2009 at 09:31:25AM -0500, Jeffrey Goldberg wrote: On May 25, 2009, at 2:00 PM, Roland Smith wrote: You could use the -S option and specify a constant salt. It might make the encrypted materials easier to break, though. You can generate a random salt with openssl as well:

Re: sendmail: stat=Deferred: Connection reset by local

2009-05-26 Thread Roberto Nunnari
Tim Kellers ha scritto: From /usr/local/share/doc/cyrus-sasl2/Sendmail.README: 5) Add the following before FEATURE(msp) in your submit.mc file: DAEMON_OPTIONS(`Name=NoMTA, Addr=127.0.0.1, M=EA')dnl This disables SMTP AUTH on the loopback interface. Did you take that line out of your

Re: sendmail: stat=Deferred: Connection reset by local

2009-05-26 Thread Roberto Nunnari
Wojciech Puchar ha scritto: here it is: divert(0)dnl VERSIONID(`$FreeBSD: src/etc/sendmail/freebsd.submit.mc,v 1.1 2003/10/19 00:03:13 gshapiro Exp $') define(`confCF_VERSION', `Submit')dnl define(`__OSTYPE__',`')dnl dirty hack to keep proto.m4 from complaining define(`_USE_DECNET_SYNTAX_',

Re: Better version of ispell?

2009-05-26 Thread Roland Smith
On Tue, May 26, 2009 at 09:39:25AM -0700, Kelly Jones wrote: Is there a version/improvment of ispell that: % Lets you exclude certain sections of a file from spellchecking? Example: I often email sendmail logs with their random-character queue ids. I don't want ispell to check those

Re: FreeBSD Software RAID

2009-05-26 Thread Kirk Strauser
On Monday 25 May 2009 08:57:48 am Howard Jones wrote: I'm was half-considering switching to ZFS, but the most positive thing I could find written about that (as implemented on FreeBSD) is that it doesn't crash that much, so perhaps not. That was from a while ago though. Wojciech hates it for

turning [x]html files into .odt files.

2009-05-26 Thread Gary Kline
This may or may not be of interest to anybody who creates professional typeset-looking manuscripts. I use vi as I have for 30 years simply because my fingers know it. I can keep fingers on keyboard rather than switch back and forth to mouse. Last night I used a

RE: FreeBSD Software RAID

2009-05-26 Thread Gary Gatten
Why avoid ZFS on x86? -Original Message- From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of Kirk Strauser Sent: Tuesday, May 26, 2009 12:39 PM To: freebsd-questions@freebsd.org Subject: Re: FreeBSD Software RAID On Monday 25 May 2009

Re: FreeBSD Software RAID

2009-05-26 Thread cpghost
On Tue, May 26, 2009 at 01:15:41PM -0500, Gary Gatten wrote: Why avoid ZFS on x86? That's because ZFS works best with huge amounts of (Kernel-)RAM, and i386 32-bit doesn't provide enough adressing space. Btw, I've tried ZFS on two FreeBSD/amd64 test machines with 8GB and 16GB of RAM, and it

Re: FreeBSD Software RAID

2009-05-26 Thread Matthew Seaman
Gary Gatten wrote: Why avoid ZFS on x86? Because in order to deal most effectively with disk arrays of 100s or 1000s of GB as are typical nowadays, ZFS requires more than the 4GB of addressable RAM[*] that the i386 arch can provide. You can make ZFS work on i386, but it requires very careful

RE: FreeBSD Software RAID

2009-05-26 Thread Gary Gatten
What about with PAE and/or other extension schemes? If it's just memory requirements, can I assume if I don't have a $hit load of storage and billions of files it will work ok with 4GB of RAM? I guess I'm just making sure there isn't some bug that only exists on the i386 architecture?

Logcheck-1.2.54_3 build error?

2009-05-26 Thread Bryan Albright
Hi! I'm trying to build the logcheck port on my FreeBSD 7.2 system. # uname -prs FreeBSD 7.2-STABLE amd64 Here's the error I get: # cd /usr/ports/security/logcheck/ # make = logcheck_1.2.54.tar.gz doesn't seem to exist in /usr/ports/distfiles/. =

Re: FreeBSD Software RAID

2009-05-26 Thread Kirk Strauser
On Tuesday 26 May 2009 01:44:51 pm Gary Gatten wrote: What about with PAE and/or other extension schemes? If it's just memory requirements, can I assume if I don't have a $hit load of storage and billions of files it will work ok with 4GB of RAM? I guess I'm just making sure there isn't some

Re: Streaming server / YouTube

2009-05-26 Thread Polytropon
On Tue, 26 May 2009 18:09:42 +0200 (CEST), Wojciech Puchar woj...@wojtek.tensor.gdynia.pl wrote: While downloading, you're usually not watching (while it's still possible to watch inclomplete files with mplayer). if you type URL containing flash movie in browser (with flash enabled of

Re: Streaming server / YouTube

2009-05-26 Thread Wojciech Puchar
content does get stored in main memory only. So it can happen that content gets stored in the swap partition or in a local swap file in the main file system (as a file or part of a file). Temporarily, of course, and splitted. You know what I mean. :-) of course, i meant virtual memory saying

Re: FreeBSD Software RAID

2009-05-26 Thread Wojciech Puchar
Wojciech hates it for some reason, but I wouldn't let that deter you. I'm same == incredibly low performance. of course having overmuscled CPU not much used for anything else - it may not be a problem. ___ freebsd-questions@freebsd.org mailing

RE: FreeBSD Software RAID

2009-05-26 Thread Gary Gatten
10-4, thanks! -Original Message- From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of Kirk Strauser Sent: Tuesday, May 26, 2009 2:00 PM To: freebsd-questions@freebsd.org Subject: Re: FreeBSD Software RAID On Tuesday 26 May 2009 01:44:51 pm

RE: FreeBSD Software RAID

2009-05-26 Thread Wojciech Puchar
- Filesystem sizes are dynamic. They all grow and shrink inside the same pool, so you don't have to worry about making one too large or too small. there are actually almost no filesystems, just one filesystem with many upper descriptors and separate per filesystem quota. just to make happy

Re: FreeBSD Software RAID

2009-05-26 Thread Wojciech Puchar
You can make ZFS work on i386, but it requires very careful tuning and is not going to work brilliantly well for particularly large or high-throughput filesystems. you mean high transfer like reading/writing huge files. anyway not faster than properly configured UFS+maybe gstripe/gmirror.

RE: FreeBSD Software RAID

2009-05-26 Thread Wojciech Puchar
ZFS is thoroughly 64-bit and uses 64-bit math pervasively. That means you have to emulate all those operations with 2 32-bit values, and on the register-starved x86 platform you end up with absolutely horrible performance. no this difference isn't that great. it doesn't use much less CPU on

A FreeBSD program that rotates text

2009-05-26 Thread Polytropon
Dear list, I'm searching for a FreeBSD based means to align text in a circle, adjusted like in a sigulum. I've tried to find an option in OpenOffice, but failed. Can anyone name me a program that can be used to do so? It can even be LaTeX, or a painting program that lets me construct a sigulum,

Re: A FreeBSD program that rotates text

2009-05-26 Thread Wojciech Puchar
Can anyone name me a program that can be used to do so? It can even be LaTeX, or a painting program that lets for sure it's possible with LaTeX, most probably there is ready module already :) if not - make a simple program that will generate command sequence for latex for each letter with

Re: A FreeBSD program that rotates text

2009-05-26 Thread Andrew Gould
On Tue, May 26, 2009 at 2:35 PM, Polytropon free...@edvax.de wrote: Dear list, I'm searching for a FreeBSD based means to align text in a circle, adjusted like in a sigulum. I've tried to find an option in OpenOffice, but failed. Can anyone name me a program that can be used to do so? It

Re: A FreeBSD program that rotates text

2009-05-26 Thread Gonzalo Nemmi
On Tue, May 26, 2009 at 4:35 PM, Polytropon free...@edvax.de wrote: Dear list, I'm searching for a FreeBSD based means to align text in a circle, adjusted like in a sigulum. I've tried to find an option in OpenOffice, but failed. Can anyone name me a program that can be used to do so? It

Re: A FreeBSD program that rotates text

2009-05-26 Thread Polytropon
On Tue, 26 May 2009 14:48:21 -0500, Andrew Gould andrewlylego...@gmail.com wrote: Check out the Gimp tutorial regarding text to path: http://gimp-tutorials.net/gimp-text-to-path-tutorial Does this meet your needs? Yes, I think so. Thanks! I just have to figure out how to draw circles 'n

Re: Logcheck-1.2.54_3 build error?

2009-05-26 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bryan Albright wrote: Hi! I'm trying to build the logcheck port on my FreeBSD 7.2 system. # uname -prs FreeBSD 7.2-STABLE amd64 Here's the error I get: # cd /usr/ports/security/logcheck/ # make =

How to detect when gmirror sync is complete?

2009-05-26 Thread Peter Steele
I know I could have a script that continually checks gmirror status to detect when a gmirror synchronization has completed, but is there a more event-driven approach? Something that could be used to trigger and event like devd does for drive pulls/inserts would be nice. Is this possible?

Is this a gmirror bug?

2009-05-26 Thread Peter Steele
I've seen this kind of thing appear in my df output: # df Filesystem 1K-blocksUsed Avail Capacity Mounted on /dev/mirror/gm0a 5077038 1685050 298582636%/ devfs 1 1 0 100%/dev linprocfs 4 4

Re: sendmail: stat=Deferred: Connection reset by local

2009-05-26 Thread Roberto Nunnari
Thank you Wojciech and Tim. Could not yet find the solution, but at least I got sendmail back delivering mail by reinstalling security/cyrus-sasl2 Don't know why nor how, but obviously there is some configuration left around that makes sendmail try to use some of sasl.. When I find the

Re: A FreeBSD program that rotates text

2009-05-26 Thread Polytropon
On Tue, 26 May 2009 17:08:53 -0300, Gonzalo Nemmi gne...@gmail.com wrote: The tool I use to do that is Inkscape, and here you'll find a video tutorial on how to do exactly what you are asking for (and a lot of video tutorials to do whatever you may want to do with Inkscape =) ):

Re: A FreeBSD program that rotates text

2009-05-26 Thread Gonzalo Nemmi
On Tue, May 26, 2009 at 5:49 PM, Polytropon free...@edvax.de wrote: On Tue, 26 May 2009 17:08:53 -0300, Gonzalo Nemmi gne...@gmail.com wrote: The tool I use to do that is Inkscape, and here you'll find a video tutorial on how to do exactly what you are asking for (and a lot of video

Re: netbooks vs FreeBSD

2009-05-26 Thread Peter Jeremy
On 2009-May-24 15:33:43 +0200, Gabor Kovesdan ga...@freebsd.org wrote: Acer Aspire ONE. I haven't got comments from these lists about that model in particular but I googled a bit and it seems mostly everything works with it. I have the SSD version and everything except the webcam and suspend/

Re: A FreeBSD program that rotates text

2009-05-26 Thread Polytropon
On Tue, 26 May 2009 18:06:44 -0300, Gonzalo Nemmi gne...@gmail.com wrote: If you don't mind, can you describe me in a few steps what to do? I can do better than that ...: http://screencasters.heathenx.org/podpress_trac/web/20/0/ep014.avi Just wgot it. :-) //* wgot is the past tense of

Re: A FreeBSD program that rotates text

2009-05-26 Thread Wojciech Puchar
http://www.torrentreactor.net/torrents/2131627/inkscape-screencast-by-heathen-x This would force me to install a torrent client. :-) /usr/ports/net-p2p/rtorrent :) ___ freebsd-questions@freebsd.org mailing list

Re: Is this a gmirror bug?

2009-05-26 Thread Wojciech Puchar
I've seen this kind of thing appear in my df output: linprocfs 4 4 0 100%/proc /dev/mirror/gm0d 4058062 -377792 4111210 -10%/tmp /dev/mirror/gm0e 15231278 -113942 14126718-1%/var /dev/ad10s3e121487580 4 111768570

Re: Logcheck-1.2.54_3 build error?

2009-05-26 Thread Bryan Albright
On 05/26/09 at 04:31PM, Greg Larkin wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bryan Albright wrote: Hi! I'm trying to build the logcheck port on my FreeBSD 7.2 system. # uname -prs FreeBSD 7.2-STABLE amd64 Here's the error I get: # cd

Re: Is this a gmirror bug?

2009-05-26 Thread Chris Cowart
Wojciech Puchar wrote: I've seen this kind of thing appear in my df output: linprocfs 4 4 0 100%/proc /dev/mirror/gm0d 4058062 -377792 4111210 -10%/tmp /dev/mirror/gm0e 15231278 -113942 14126718-1%/var /dev/ad10s3e

Re: Is this a gmirror bug?

2009-05-26 Thread Polytropon
On Tue, 26 May 2009 16:05:22 -0700, Chris Cowart ccow...@rescomp.berkeley.edu wrote: 10% of the disk space is reserved for the superuser. The 10% free mark is what shows as 0% in df. If you're negative, it means you've tapped into the super-user reserve. This is not good, because it means

Re: Secure unsalted or fixed salt symmetric encryption?

2009-05-26 Thread RW
On Tue, 26 May 2009 19:02:10 +0200 Roland Smith rsm...@xs4all.nl wrote: Or if you have the case of a 'known-plaintext' attack. It happens more often than you would think: [http://en.wikipedia.org/wiki/Known-plaintext_attack] Note that using a random salt would be a good protection against

Re: Logcheck-1.2.54_3 build error?

2009-05-26 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bryan Albright wrote: On 05/26/09 at 04:31PM, Greg Larkin wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bryan Albright wrote: Hi! I'm trying to build the logcheck port on my FreeBSD 7.2 system. # uname -prs FreeBSD 7.2-STABLE

Re: Logcheck-1.2.54_3 build error?

2009-05-26 Thread Bryan Albright
On 05/26/09 at 08:32PM, Greg Larkin wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bryan Albright wrote: On 05/26/09 at 04:31PM, Greg Larkin wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bryan Albright wrote: Hi! I'm trying to build the logcheck port on my FreeBSD

Another uptime story

2009-05-26 Thread Steve Bertrand
...unfortunately, due to re-racking and upgrade requirements, I have to pull the plug. There is nothing hidden or obfuscated in my output, and I am not ashamed of that. Just a little bit of sadness of having to 'down' it, given this uptime in my relatively hostile environment. *sigh* I know this

  1   2   >