FreeBSD fdisk how to?

2008-06-20 Thread Unga
Hi all I need to partition a new 250GB SATA disk. BIOS Auto calculated disk geometry shows: parameters extracted from in-core disklabel are: cylinders=119706 heads=16 sectors/track=255 (4080 blks/cyl) That is, Total sectors=488400480 Since the C/H/S values are not compatible with FreeBSD

Re: FreeBSD fdisk how to?

2008-06-20 Thread Wojciech Puchar
g c30401 h255 s63 p 1 165 63 488392002 a 1 I ran fdisk as follows: fdisk -f configfile -itv /dev/ad2 is this disk FreeBSD only? don't use fdisk at all ___ freebsd-questions@freebsd.org mailing list

Re: g4u

2008-06-20 Thread Wojciech Puchar
can I use G4U to clone a 40 gig drive to a 30 gig drive, if the source drive only has 20 gigs of data? what is G4U? simply make partitions, newfs, copy files, install boot sector ___ freebsd-questions@freebsd.org mailing list

Re: SAMBA 3.0.28a and CVE-2008-1105

2008-06-20 Thread O. Hartmann
Konrad Heuer wrote: On Thu, 19 Jun 2008, O. Hartmann wrote: We still have Samba R3.0.28a in the ports but regarding to CVE-2008-1105 shouldn't it be R3.0.30? As far as I know the mentioned security patch gets applied when building Samba from ports. Best regards Konrad Heuer GWDG, Am

Re: LDAP Authentication questions...

2008-06-20 Thread Uwe Laverenz
On Wed, Jun 18, 2008 at 02:18:17PM -0500, Eric F Crist wrote: configured services like ssh. Now, shouldn't it eventually fail over to my secondary LDAP server? I've even tried adding timelimit 10 to the ldap.conf file to set a timeout, to no avail. IIRC you have to change the parameter

RE: SAMBA 3.0.28a and CVE-2008-1105

2008-06-20 Thread Johan Hendriks
Konrad Heuer wrote: On Thu, 19 Jun 2008, O. Hartmann wrote: We still have Samba R3.0.28a in the ports but regarding to CVE-2008-1105 shouldn't it be R3.0.30? As far as I know the mentioned security patch gets applied when building Samba from ports. Best regards Konrad Heuer

Re: FreeBSD fdisk how to?

2008-06-20 Thread Unga
--- On Fri, 6/20/08, Wojciech Puchar [EMAIL PROTECTED] wrote: From: Wojciech Puchar [EMAIL PROTECTED] Subject: Re: FreeBSD fdisk how to? To: Unga [EMAIL PROTECTED] Cc: freebsd-questions@freebsd.org Date: Friday, June 20, 2008, 3:57 PM g c30401 h255 s63 p 1 165 63 488392002 a 1 I

Re: g4u

2008-06-20 Thread Odhiambo Washington
On Fri, Jun 20, 2008 at 3:48 AM, Jean-Paul Natola [EMAIL PROTECTED] wrote: can I use G4U to clone a 40 gig drive to a 30 gig drive, if the source drive only has 20 gigs of data? Yes! You can then create a partition on the extra space. -- Best regards, Odhiambo WASHINGTON, Nairobi,KE

Re: Frets on Fire from ports (short and sweet)

2008-06-20 Thread Martin Tournoij
On Thu, Jun 19, 2008 at 05:15:23PM -0300, Gonzalo Nemmi wrote: On Thursday 19 June 2008 16:07:48 Jona Joachim wrote: On 2008-06-19, Gonzalo Nemmi [EMAIL PROTECTED] wrote: in short: has anybody been able to get it working from ports? [..snip..] If you try to build glewpy it tells you

Re: FreeBSD fdisk how to?

2008-06-20 Thread Wojciech Puchar
Yep this hard disk is for FreeBSD only. Why I should not use fdisk? because it's not needed. clean it up dd if=/dev/zero of=/dev/disk bs=64k count=1 make initial label bsdlabel -w disk edit label to your needs bsdlabel -e disk newfs,mount,copy files,umount bsdlabel -B disk

Re: FreeBSD fdisk how to?

2008-06-20 Thread Unga
--- On Fri, 6/20/08, Wojciech Puchar [EMAIL PROTECTED] wrote: From: Wojciech Puchar [EMAIL PROTECTED] Subject: Re: FreeBSD fdisk how to? To: Unga [EMAIL PROTECTED] Cc: freebsd-questions@freebsd.org Date: Friday, June 20, 2008, 5:18 PM Yep this hard disk is for FreeBSD only. Why I should

Re: FreeBSD fdisk how to?

2008-06-20 Thread Wojciech Puchar
newfs,mount,copy files,umount bsdlabel -B disk But this does not create slices, does it? yes. because slices are not needed if you want freebsd-only disk - that's why i asked for. ___ freebsd-questions@freebsd.org mailing list

Restarting a driver?

2008-06-20 Thread Gilles
Hello Out of curiosity, why can't I restart the Zaptel driver that is used by Asterisk to communicate with a PCI telephony card? # /usr/local/etc/rc.d/zaptel restart zaptelkldunload: can't find file wcte12xp.ko: No such file or directory kldunload: can't find file wcte11xp.ko: No such file or

xbox360?

2008-06-20 Thread Wojciech Puchar
i found here http://www.freebsdos.com/news/2008/01/23/freebsd-and-the-xbox-360/ that Some of you may be aware that since the middle of 2005 it is possible to run FreeBSD on the Microsoft Xbox and later also on the Xbox 360. does it mean that FreeBSD/xbox360 (3 powerPC cores) exist? i

Re: FreeBSD fdisk how to?

2008-06-20 Thread Unga
--- On Fri, 6/20/08, Wojciech Puchar [EMAIL PROTECTED] wrote: From: Wojciech Puchar [EMAIL PROTECTED] Subject: Re: FreeBSD fdisk how to? To: Unga [EMAIL PROTECTED] Cc: freebsd-questions@freebsd.org Date: Friday, June 20, 2008, 6:32 PM newfs,mount,copy files,umount bsdlabel -B disk

Re: FreeBSD fdisk how to?

2008-06-20 Thread Erik Trulsson
On Fri, Jun 20, 2008 at 03:44:59AM -0700, Unga wrote: --- On Fri, 6/20/08, Wojciech Puchar [EMAIL PROTECTED] wrote: From: Wojciech Puchar [EMAIL PROTECTED] Subject: Re: FreeBSD fdisk how to? To: Unga [EMAIL PROTECTED] Cc: freebsd-questions@freebsd.org Date: Friday, June 20, 2008, 6:32

Re: SAMBA 3.0.28a and CVE-2008-1105

2008-06-20 Thread O. Hartmann
Johan Hendriks wrote: Konrad Heuer wrote: On Thu, 19 Jun 2008, O. Hartmann wrote: We still have Samba R3.0.28a in the ports but regarding to CVE-2008-1105 shouldn't it be R3.0.30? As far as I know the mentioned security patch gets applied when building Samba from ports. Best regards

Re: JohnCompanies and RootBSD (was Re: FreeBSD based web hosting?)

2008-06-20 Thread Wojciech Puchar
My main concern is disk space; I have 2GB for ~$26 per month. This too is my only gripe about JohnCompanies. For $29 a month, I only get a VPS with 2GB of space -- and they don't allow you to add more diskpace unless you upgrade to a higher ($49/month) plan. while i live in Poland, where (in

FreeBSD as VOIP PBX

2008-06-20 Thread Thomas Mullins
Is anyone using FreeBSD for their VOIP PBX needs? If so, what software are you using? And any recommendations for software to look at would be greatly appreciated. Shane ___ freebsd-questions@freebsd.org mailing list

Re: FreeBSD as VOIP PBX

2008-06-20 Thread OutBackDingo
Yes FreeBSD 7 Asterisk Asterisk-GUI both from ports On Fri, 2008-06-20 at 07:49 -0400, Thomas Mullins wrote: Is anyone using FreeBSD for their VOIP PBX needs? If so, what software are you using? And any recommendations for software to look at would be greatly appreciated. Shane

Using poptop and getting error message ipcp_InterfaceUp: unable to set ip address

2008-06-20 Thread assetburned
Hi, I try to set up a POPTOP on a FreeBSD 7.0 machine. so far so good, I can connect with a client once. But when I disconnect and build up a new connection, I am getting an error message. The clients by the way are WinXPsp2 here is the section of the /var/log/messages: Jun 20 12:59:14

RE: FreeBSD as VOIP PBX

2008-06-20 Thread Johan Hendriks
Is anyone using FreeBSD for their VOIP PBX needs? If so, what software are you using? And any recommendations for software to look at would be greatly appreciated. Shane Also you can try the following http://www.askozia.com/ based on FreeBSD working almost out of the box! Regards, Johan

RE: FreeBSD as VOIP PBX

2008-06-20 Thread OutBackDingo
if you want to suffer alot of pain on an incomplete system you could go this way, id still build my own from ports On Fri, 2008-06-20 at 14:43 +0200, Johan Hendriks wrote: Is anyone using FreeBSD for their VOIP PBX needs? If so, what software are you using? And any recommendations for

Re: FreeBSD as VOIP PBX

2008-06-20 Thread Wojciech Puchar
Is anyone using FreeBSD for their VOIP PBX needs? If so, what software yes are you using? And any recommendations for software to look at would be ports/net/asterisk ___ freebsd-questions@freebsd.org mailing list

RE: FreeBSD as VOIP PBX

2008-06-20 Thread Wojciech Puchar
if you want to suffer alot of pain on an incomplete system you could go people often pay for using such shortcuts. but that case is special - they could end up paying REAL MONEY. ___ freebsd-questions@freebsd.org mailing list

running nessus from inside of a jail

2008-06-20 Thread Reinhold
Hi I've created a jail where only nessus lives in, the jail is working very nicely but nessus keeps on crashing. Here is what I see from the nessus.core file (gdb) core nessusd.core Core was generated by `nessusd'. Program terminated with signal 4, Illegal instruction. #0 0x280da85b in ?? ()

RE: g4u

2008-06-20 Thread Jean-Paul Natola
Ghost for unix http://www.feyrer.de/g4u/ The drives i'm working with are windows From: Wojciech Puchar [mailto:[EMAIL PROTECTED] Sent: Fri 6/20/2008 3:57 To: Jean-Paul Natola Cc: [EMAIL PROTECTED] Subject: Re: g4u can I use G4U to clone a 40 gig

Finding temperature on intel 82845g chipset

2008-06-20 Thread Peter Iota
Hello, I have a dell gx260 with Pentium 4 processor and intel 82845g chipset on freebsd 7.0. If possible I would like to find out some temperature sensor data. What I have tried is: sysctl hw.acpi - but there is no support for hw.acpi.thermal so from what I understand there is no thermal

New to FreeBSD

2008-06-20 Thread nerd fan
Hello Every body, I am a FreeBSD newbie, want to get started with BSD and have fun. Reading Complete FreeBSD book. Interested in who uses FreeBSD and in what way FreeBSD is better than Linux for servers. Started having fun with FreeBSD 7.. Thanks for your responses. ~ Sundar ~

Re: New to FreeBSD

2008-06-20 Thread dfeustel
On Fri, Jun 20, 2008 at 06:35:26PM +0530, nerd fan wrote: Hello Every body, I am a FreeBSD newbie, want to get started with BSD and have fun. Reading Complete FreeBSD book. Interested in who uses FreeBSD and in what way FreeBSD is better than Linux for servers. Started having fun with

Re: New to FreeBSD

2008-06-20 Thread Pietro Cerutti
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 [EMAIL PROTECTED] wrote: | On Fri, Jun 20, 2008 at 06:35:26PM +0530, nerd fan wrote: | Hello Every body, | | I am a FreeBSD newbie, want to get started with BSD and have fun. Reading | Complete FreeBSD book. Interested in who uses FreeBSD and in

Re: g4u

2008-06-20 Thread D G Teed
On Thu, Jun 19, 2008 at 9:48 PM, Jean-Paul Natola [EMAIL PROTECTED] wrote: can I use G4U to clone a 40 gig drive to a 30 gig drive, if the source drive only has 20 gigs of data? G4U does not work with data, it works with partitions or whole disks. If you get that concept, it will help in

Re: New to FreeBSD

2008-06-20 Thread Wojciech Puchar
I am a FreeBSD newbie, want to get started with BSD and have fun. Reading Complete FreeBSD book. Interested in who uses FreeBSD and in what way so start unix it and you'll answer the questions yourself ___ freebsd-questions@freebsd.org mailing list

Re: clone a drive, no raid involved

2008-06-20 Thread D G Teed
On Thu, Jun 19, 2008 at 1:08 PM, Brad Mettee [EMAIL PROTECTED] wrote: I'm setting up a pair of machines with almost identical OS config, and completely identical hardware. One is a primary DNS server, the other is secondary. NS1 will also serve web, NS2 will be a mail server. Both are low

Re: New to FreeBSD

2008-06-20 Thread Chess Griffin
Pietro Cerutti wrote: I would like to add the invaluable Absolute BSD, by fellow Michael W. Lucas There is actually a new version of Michael's book with a slightly different title: Absolute FreeBSD, 2nd Edition by No Starch Press released just a couple of months ago. It's a really great

Re: New to FreeBSD

2008-06-20 Thread Pietro Cerutti
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Chess Griffin wrote: | Pietro Cerutti wrote: | | I would like to add the invaluable | | Absolute BSD, by fellow Michael W. Lucas | | | There is actually a new version of Michael's book with a slightly | different title: Absolute FreeBSD, 2nd

trouble shooting samba performance

2008-06-20 Thread worms
Hello, Can anyone point me to a guide on trouble shooting samba performance or a quick list of common issues I can check for. I've been googling but haven't found much that referenced a recent version of FreeBSD and Samba. I am running FreeBSD 7.0 on VmWare Server 2.0 hosted on a CentOS Linux

Re: How do they do their VPS product? [was Re: FreeBSD based web hosting?]

2008-06-20 Thread Nikos Vassiliadis
On Thursday 19 June 2008 19:29:35 George Hartzell wrote: Is/was there some proprietary virtualization technology in the 4.x days? Not a proprietary one: http://www.tel.fer.hr/zec/BSD/vimage-old/ http://imunes.tel.fer.hr/virtnet/eurobsdcon07_tutorial.pdf The presentation pdf states: Anecdotal

RE: New to FreeBSD

2008-06-20 Thread Grammas, August
Absolute BSD is the 1st edition. You'll want Absolute FreeBSD, which is the 2nd ed, and includes material for FreeBSD Rel 6.X. August If you pick up a starving dog and make him prosperous, he will not bite you; that is the principle difference bet- ween a dog and a man.

Re: running nessus from inside of a jail

2008-06-20 Thread Reinhold
I got it working by deinstalling the nessus port and install the latest package from nessus that you can download from there site. Any idea as to when this release will make its way into the ports tree? Regards Reinhold On Fri, June 20, 2008 14:11, Reinhold wrote: Hi I've created a jail

ACPI CA Embedded Controller (EC) error messages MSI notebook

2008-06-20 Thread Alexander Sack
Hello Folks: I have a MSI-1710A (Megabook) which is Athlon X2 Turon based notebook (4GB RAM, Anyway during a 7.0-RELEASE-amd64 boot up I see: ACPI Error (evregion-0427): No handler for Region [EC__] (0xff00011cf680) [EmbeddedControl] [20070320] ACPI Error (exfldio-0390): Region

Re: Vsftpd rotate logs with newsyslog...

2008-06-20 Thread David Robillard
Thank u all very much guysi will see if i do a graceful or simply a restart cause i dont think the apache will be getting too many connections all the timebut that clarifications was quite good Davidand thank u for the examplethat is always the best way to understand

SOLVED: Re: ImageMagick 6.4.1.5 tests fail on FBSD-7.0 = perl: signal 11

2008-06-20 Thread Anton Shterenlikht
On Thu, Jun 19, 2008 at 03:59:31PM +0100, Anton Shterenlikht wrote: On Thu, Jun 19, 2008 at 09:41:01AM +0100, Anton Shterenlikht wrote: On Wed, Jun 18, 2008 at 08:23:20PM +0100, Chris Whitehouse wrote: Anton Shterenlikht wrote: my ImageMagick configuration: # cd

wireless help

2008-06-20 Thread David Gurvich
Hello, You say you've created a static ip for your computer. What is the actual ip? If your router is on subnet 192.168.22.0, then your ip must also be on that subnet. Also, is your router configured as a gateway or router and is DHCP enabled on the router?

Re: ACPI CA Embedded Controller (EC) error messages MSI notebook

2008-06-20 Thread Alexander Sack
Pietro Cerutti-4 wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Alexander Sack wrote: | Hello Folks: | | I have a MSI-1710A (Megabook) which is Athlon X2 Turon based | notebook (4GB RAM, | | Anyway during a 7.0-RELEASE-amd64 boot up I see: | | ACPI Error (evregion-0427):

Re: ACPI CA Embedded Controller (EC) error messages MSI notebook

2008-06-20 Thread Pietro Cerutti
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Alexander Sack wrote: | | | Pietro Cerutti-4 wrote: | -BEGIN PGP SIGNED MESSAGE- | Hash: SHA512 | | Alexander Sack wrote: | | Hello Folks: | | | | I have a MSI-1710A (Megabook) which is Athlon X2 Turon based | | notebook (4GB RAM, | | | |

Re: FreeBSD as VOIP PBX

2008-06-20 Thread Matthias Fechner
Hi Thomas, Thomas Mullins wrote: Is anyone using FreeBSD for their VOIP PBX needs? If so, what software are you using? And any recommendations for software to look at would be greatly appreciated. I have here asterisk (from the port) running with 2 ISDN cards (HFC) using ISDN4BSD with

Re: FreeBSD as VOIP PBX

2008-06-20 Thread Jerry B. Altzman
On Fri, Jun 20, 2008 at 7:49 AM, Thomas Mullins [EMAIL PROTECTED] wrote: Is anyone using FreeBSD for their VOIP PBX needs? If so, what software are you using? And any recommendations for software to look at would be greatly appreciated. [EMAIL PROTECTED] ~]$ uname -a FreeBSD iridium.xxx.com

Re: ACPI CA Embedded Controller (EC) error messages MSI notebook

2008-06-20 Thread Alexander Sack
On Fri, Jun 20, 2008 at 11:37 AM, Pietro Cerutti [EMAIL PROTECTED] wrote: | I have a MSI-1034 (M662) Core2 Duo. Attached is my (patched) asl. Dunno | if it can be of any use for you, though | | | | Thanks Pietro, I really appreciate this. Can I ask by chance, does this | turn on your

Re: FreeBSD as VOIP PBX

2008-06-20 Thread sergio lenzi
Em Sex, 2008-06-20 às 14:55 +0200, Wojciech Puchar escreveu: Is anyone using FreeBSD for their VOIP PBX needs? If so, what software I work on a copany that does this PABX (large ones) only using FreeBSD - http://www.levier.com.br FreeBSD 7.0 asterisk 1.4 openvox hardware it is

Re: FreeBSD as VOIP PBX

2008-06-20 Thread Kirk Strauser
On Friday 20 June 2008, Thomas Mullins wrote: Is anyone using FreeBSD for their VOIP PBX needs? If so, what software are you using? And any recommendations for software to look at would be greatly appreciated. I bought the book Asterisk: The Future of Telephony a little while ago, and it

Re: FreeBSD fdisk how to?

2008-06-20 Thread Jerry McAllister
On Fri, Jun 20, 2008 at 01:48:44AM -0700, Unga wrote: --- On Fri, 6/20/08, Wojciech Puchar [EMAIL PROTECTED] wrote: From: Wojciech Puchar [EMAIL PROTECTED] Subject: Re: FreeBSD fdisk how to? To: Unga [EMAIL PROTECTED] Cc: freebsd-questions@freebsd.org Date: Friday, June 20, 2008,

Re: FreeBSD as VOIP PBX

2008-06-20 Thread Wojciech Puchar
How much cpu we use always AMD 64 X2 with 2Gb of memory for up to 3 PCI boards of 4 E1 each, that is: 12 E1. what codec do you use? if no recoding (alaw) i think it uses very little CPU in order of few% of single or less. ___

Re: FreeBSD as VOIP PBX

2008-06-20 Thread Wojciech Puchar
greatly appreciated. I bought the book Asterisk: The Future of Telephony a little while ago, and it was an *excellent* introduction. I used it to configure Asterisk on i must say it was *excellent* for me too. ___ freebsd-questions@freebsd.org

kernel amd64?

2008-06-20 Thread kalin m
hi all... when building a custom kernel for an intel machine that identifies itself as amd64 which GENERIC file do i start with? thanks... ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: kernel amd64?

2008-06-20 Thread Wojciech Puchar
hi all... when building a custom kernel for an intel machine that identifies itself as amd64 which GENERIC file do i start with? /usr/src/sys/amd64/conf/GENERIC ___ freebsd-questions@freebsd.org mailing list

Re: New to FreeBSD

2008-06-20 Thread Mitja
On Friday 20 June 2008 08:05:26 nerd fan wrote: Hello Every body, I am a FreeBSD newbie, want to get started with BSD and have fun. Reading Complete FreeBSD book. Interested in who uses FreeBSD and in what way FreeBSD is better than Linux for servers. Started having fun with FreeBSD 7..

Re: FreeBSD as VOIP PBX

2008-06-20 Thread sergio lenzi
Em Sex, 2008-06-20 às 19:19 +0200, Wojciech Puchar escreveu: How much cpu we use always AMD 64 X2 with 2Gb of memory for up to 3 PCI boards of 4 E1 each, that is: 12 E1. what codec do you use? if no recoding (alaw) i think it uses very little CPU in order of few% of single or less.

Lime Spot LLC U.S. brings to you LimeExchange, a next generation Online Services Marketplace

2008-06-20 Thread info
Hi, Wanted to take this opportunity and provide you with a brief overview on LimeExchange, an online product launched recently by Lime Spot LLC U.S.. LimeExchange http://www.limeexchange.com/?campaign_id=3cust_rel_man=45channel=Mail is a new generation Online Services Marketplace, that

Re: New to FreeBSD

2008-06-20 Thread Jerry McAllister
On Fri, Jun 20, 2008 at 01:15:36PM -0500, Mitja wrote: On Friday 20 June 2008 08:05:26 nerd fan wrote: Hello Every body, I am a FreeBSD newbie, want to get started with BSD and have fun. Reading Complete FreeBSD book. Interested in who uses FreeBSD and in what way FreeBSD is better

Re: New to FreeBSD

2008-06-20 Thread Gonzalo Nemmi
On Friday 20 June 2008 10:05:26 nerd fan wrote: Hello Every body, I am a FreeBSD newbie, want to get started with BSD and have fun. Reading All you need to read: The Best of FreeBSD Basics by Dru Lavigne http://www.freebsdmall.com/cgi-bin/fm/bsdbasics?id=akooQAWxmv_pc=38 ( while at it, don't

Re: FreeBSD as VOIP PBX

2008-06-20 Thread Wojciech Puchar
each board fires 2 irqs and 1000 irq/sec each... so is 2000 irq per board, at a max of 6000 irq /sec Cpu use (using top) is about 10% only when receiving fax (because of still quite a lot ;) when i connected 56 cisco phones to my laptop (used 4*16 port switches ;), and having all of

Re: FreeBSD as VOIP PBX

2008-06-20 Thread Chris St Denis
As well as the ever popular Asterisk, there is also /usr/ports/net/sipxpbx If all you want is SIP this will do nicely. Thomas Mullins wrote: Is anyone using FreeBSD for their VOIP PBX needs? If so, what software are you using? And any recommendations for software to look at would be

Re: FreeBSD as VOIP PBX

2008-06-20 Thread sergio lenzi
when i connected 56 cisco phones to my laptop (used 4*16 port switches ;), and having all of them working (called from first to second, from third to fourth etc..) there was below 4% CPU load but it's 1200Mhz Pentium-3M. Yes... the cisco uses SIP, that is far more efficient... the

Re: FreeBSD as VOIP PBX

2008-06-20 Thread sergio lenzi
Em Sex, 2008-06-20 às 21:45 +0200, Wojciech Puchar escreveu: when i connected 56 cisco phones to my laptop (used 4*16 port switches ;), and having all of them working (called from first to second, from third to fourth etc..) there was below 4% CPU load but it's 1200Mhz Pentium-3M.

Re: Dual NIC routing (?) problem

2008-06-20 Thread The MadDaemon
On Fri, Jun 20, 2008 at 4:50 AM, Yuri Pankov [EMAIL PROTECTED] wrote: The MadDaemon wrote: On Tue, Jun 17, 2008 at 3:47 PM, Yuri Pankov [EMAIL PROTECTED] wrote: The MadDaemon wrote: List, I'm having a problem with a dual-homed host running 7.0-RELEASE with regards to traffic on one of

Circumstance leading up to removal of perl from base?

2008-06-20 Thread Dan Mahoney, System Admin
Hello all, I know it was a long time ago, but I was talking with a co-worker about why perl was removed from the base in v5 -- I seem to recall a discussion on some mailing list about either the number of arguments or the format of the arguments and/or output of a base perl function having

Re: Circumstance leading up to removal of perl from base?

2008-06-20 Thread Kris Kennaway
Dan Mahoney, System Admin wrote: Hello all, I know it was a long time ago, but I was talking with a co-worker about why perl was removed from the base in v5 -- I seem to recall a discussion on some mailing list about either the number of arguments or the format of the arguments and/or output

Donations

2008-06-20 Thread Nicole Orban
To Whom it May Concern: Hello, I work for a large hotel and we recently upgraded our coffee makers that are in our guest rooms. They make an individual cup and the coffee that is to be bought for them comes individually wrapped with its own filter. We have approximately 450 of them in

Donations

2008-06-20 Thread Nicole Orban
To Whom it May Concern: Hello, I work for a large hotel and we recently upgraded all of our guest room coffee makers. We have 450 coffee makers of the old model in storage. I am wondering if you would have any use for them. They are individual coffee makers and the coffee that is used comes

Re: Circumstance leading up to removal of perl from base?

2008-06-20 Thread DAve
Dan Mahoney, System Admin wrote: Hello all, I know it was a long time ago, but I was talking with a co-worker about why perl was removed from the base in v5 -- I seem to recall a discussion on some mailing list about either the number of arguments or the format of the arguments and/or output

Why doesn't cons25 have cs in termcap info?

2008-06-20 Thread Kitche
Since some ports actually need cs(change_scroll_region) to run for example tmux is one. I believe tmux does not change the term correctly which could be the issue as well. But according to the author the term needs cs to even run. I m just wondering why cons25 is missing this from it's termcap,

error message when starting smartd: FAILURE - SMART status=51 ...

2008-06-20 Thread Steven Samuel Cole
Hello, I see an error message every time I boot my AMD64 FreeBSD 7.0 system or when I restart smartd. These are the dmesg lines that seem relevant to the issue (shortened for clarity): kernel: FreeBSD 7.0-RELEASE #0: Fri Jun 6 22:06:44 NZST 2008 kernel: CPU: AMD Athlon(tm) 64 X2 Dual Core