Re: CVS files in src

2005-08-18 Thread Dev FreeBSD
On 8/19/05, Andrey V. Elsukov <[EMAIL PROTECTED]> wrote: > Hi All! > > Why doTARBALL target in src/release/Makefile create src tarballs without > CVS directories? > > -- > WBR, Andrey V. Elsukov > Hi Usually an individual would download the tarball to build the stuff and not necessarily to syn

5.4 or 6 ?

2005-08-18 Thread Omer Faruk Sen
Hi, I will be installing a server that will be online for production environment in 1 month. I want your suggestions if I should use 5.4 or 6 ? I am thinking to install 6.0-Beta2 and upgrade to 6.0-RELEASE when it comes out. But I wanted to take your precious opinions. ---

Re: src of boot loader.

2005-08-18 Thread Dev FreeBSD
On 8/19/05, Bsderss <[EMAIL PROTECTED]> wrote: > Hi, > > Can anyone please tell me where is the source code of > i386 boot loader in the freebsd src tree? > > > Obviously different arch has different boot loader. If > I just want to see the src of i386 boot loader, is the > path ./sys/boot/i386/

Re: FreeBSD on current crop of laptops?

2005-08-18 Thread Uwe Laverenz
On Wed, Aug 17, 2005 at 10:11:38PM -0600, Tom Vilot wrote: > I like the (big-ass) Toshiba Satellite machines, but I'm not wedded to > them. I am curious what people's experiences are with some of the newer > laptops and what might be recommended. I can recommend the IBM Thinkpad R51, especially

Re: start up command for mysql

2005-08-18 Thread Ed Stover
Andrew L. Gould wrote: > On Thu, 18 Aug 2005 13:53:13 -0700 > "Mick Wilcoxen" <[EMAIL PROTECTED]> wrote: > > >>Ok, really new at this FreeBSD & Mysql stuff. >> >>Which file do i put the startup command and the location of this ? >> >>The startup command is as follows >> >>/usr/local/mysql/bin/

Games + pciE

2005-08-18 Thread Eric Murphy
Hey all! quick question for ya I recently installed Enemy Territory to play a mod called ETF (www.etfgame.com) I got the game working with no problems by installing a few linux packages.. linux_base-8-8.0_6 Base set of packages needed in Linux mode (only for i386) linux_dri-4.3.0_3 Binar

CVS files in src

2005-08-18 Thread Andrey V. Elsukov
Hi All! Why doTARBALL target in src/release/Makefile create src tarballs without CVS directories? -- WBR, Andrey V. Elsukov ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, sen

Re: Getting ipfw2 on FreeBSD-4.11-STABLE...

2005-08-18 Thread Forrest Aldrich
Thanks this worked well. One further question, the manpage doesn't really elaborate much on the use of tables. Particularly, how to utilize them in deny rules. Anyone have better examples, or did I miss something. Thanks. Mike Tancsa wrote: On Thu, 18 Aug 2005 19:12:19 -0400, in sente

Re: bootparamd doesn't allow parameters?

2005-08-18 Thread Dan Nelson
In the last episode (Aug 18), Brian J. McGovern said: > I'm in the process of trying to set up a Solaris jumpstart > server in a lab, and I decided for chuckles to do it with FreeBSD. > > The problem I'm running in to is that apparently, the Sun bootparamd > allows you to pass paramete

src of boot loader.

2005-08-18 Thread Bsderss
Hi, Can anyone please tell me where is the source code of i386 boot loader in the freebsd src tree? I found there is some code in the following paths: # find . -name "loader*" ./share/examples/bootforth/loader.rc ./sys/boot/alpha/loader ./sys/boot/arc/loader ./sys/boot/common/loader.8 ./sys/boot/

src of boot loader.

2005-08-18 Thread Bsderss
Hi, Can anyone please tell me where is the source code of i386 boot loader in the freebsd src tree? I found there is some code in the following paths: # find . -name "loader*" ./share/examples/bootforth/loader.rc ./sys/boot/alpha/loader ./sys/boot/arc/loader ./sys/boot/common/loader.8 ./sys/boot/

Re: Getting ipfw2 on FreeBSD-4.11-STABLE...

2005-08-18 Thread Mike Tancsa
On Thu, 18 Aug 2005 19:12:19 -0400, in sentex.lists.freebsd.questions you wrote: >I have FreeBSD-4.11-STABLE on one of my systems. I did a >buildworld/installworld today - but I still have ipfw and not ipfw2 - >even though the manpage says otherwise. Add IPFW2=TRUE in /etc/make.conf and o

Re: Getting ipfw2 on FreeBSD-4.11-STABLE...

2005-08-18 Thread nawcom
you can always update the Makefile / source. theres 101 ways to grap the updated copy of the source, so heres one of em. http://www.freebsd.org/cgi/cvsweb.cgi/src/sbin/ipfw/ good luck :) Ben Forrest Aldrich wrote: I have FreeBSD-4.11-STABLE on one of my systems. I did a buildworld/installwo

Re: (no subject)

2005-08-18 Thread nawcom
did you check out the handbook before you sent the email? I dont know any specifics on what issues your having - heres a link for the page you are looking for in the freebsd handbook http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-samba.html hope this helps :) -Ben Garrett

Re: fd_set

2005-08-18 Thread nawcom
Now im your basic programmer, so the only thing i can relate fd_set to are the file descriptors (bit array i think) which are declared in the select function. select is used for basic input/output channel control. So by saying that - 1) perhaps the file that is being built is missing the sys h

Xorg error

2005-08-18 Thread Brian
I have the Xorg x window system on a freebsd box, and it has been working for a while. One time i remotely (through ssh) rebooted the computer while apparently the x window system was up. After the reboot i get an error when using startx, which says, "xf86EnableIO: Failed to open /dev/io for ext

Re: themes

2005-08-18 Thread nawcom
interesting question, but it CAN be related to freebsd none the less :) most themes from freshmeat (themes.org) usually come with backgrounds. what window manager are you using? I usually get all my themes there - and they all have background images; my usual WMs are blackbox/fluxbox/openbox.

Re: themes

2005-08-18 Thread Garrett Cooper
On Aug 18, 2005, at 5:09 PM, Mike Hernandez wrote: On 8/17/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hey everyone, I downloaded some themes from freshmeat hoping to get the entire theme but realised that they don't come with the cool background images. Some do, some don't. I actu

Re: (no subject)

2005-08-18 Thread Garrett Cooper
On Aug 18, 2005, at 5:29 PM, Неверов Дмитрий wrote: Hello FreeBSD-questions, I'm newbie to FreeBSD, and I have a question: how can I configure FreeBSD for work in Windows workgroup? I know my IP, and the name of the workgroup. Is it necessary to know anything else? Neverov D., [EMAIL PROTE

Re: portsdb (Warning: Duplicate INDEX)

2005-08-18 Thread RW
On Thursday 18 August 2005 14:03, bob self wrote: >... > The problem: >... > Warning: Duplicate INDEX entry: freeciv-gtk2-2.0.2 > Warning: Duplicate INDEX entry: mod_frontpage2-5.0.2.2635 >... It's not a problem. ___ freebsd-questions@freebsd.org mailin

(no subject)

2005-08-18 Thread Неверов Дмитрий
Hello FreeBSD-questions, I'm newbie to FreeBSD, and I have a question: how can I configure FreeBSD for work in Windows workgroup? I know my IP, and the name of the workgroup. Is it necessary to know anything else? Neverov D., [EMAIL PROTECTED] __

USB video devices supported / Video surveillance?

2005-08-18 Thread Nikolas Britton
Hello all... I was just recruited by a friend to help build an Internet based video surveillance system, I recommend FreeBSD to him for the project. I checked the 5.4 hardware notes but didn't see anything about USB video capture devices, I only see the PCI based bktr devices... So are they suppor

comtrol rocketport 16 PCI

2005-08-18 Thread Jim Pazarena
the 5.4 kernel appears to support rocketport simply by including "device rp" in the kernel compile, after which devices like: /dev/ttyR[0-9a-f] /dev/ttyiR[0-9a-f] /dev/ttylR[0-9a-f] /dev/cuaR[0-9a-f] /dev/cuaiR[0-9a-f] /dev/cualR[0-9a-f] get created. would someone please advise the purpose of t

Re: themes

2005-08-18 Thread Mike Hernandez
On 8/17/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hey everyone, > > I downloaded some themes from freshmeat hoping to get the entire theme but > realised that they don't come with the cool background images. Some do, some don't. I actually find themes.org (now themes.freshmeat.net) a g

Re: Encrypted filesystem cgd

2005-08-18 Thread Daniel Marsh
On Wed, 10 Aug 2005 18:26:44 +0800, vittorio <[EMAIL PROTECTED]> wrote: I've been reading with interest in Dru Lavigne's "BSD Hacks" of an encrypted filesystem named cgd which at the time of her writing was included in NetBSD only. has cgd been ported in FreeBSD (doesn't seem to me)? It

ctags with recursion and sort

2005-08-18 Thread Dev FreeBSD
Hello, I am trying to shift over from Linux to FreeBSD. Tried to use 'ctags' for FreeBSD sources. However, I could not find the '--recurse' and '--sort' options in ctags available on FreeBSD. Are there any alternatives. I have a dual-boot Linux and FreeBSD 5.4 -- thanks Dev. _

Re: themes

2005-08-18 Thread Ian Moore
On Thursday 18 August 2005 12:20, [EMAIL PROTECTED] wrote: > Hey everyone, > > I downloaded some themes from freshmeat hoping to get the entire theme but > realised that they don't come with the cool background images. Where is a > good place to get background images, like the 3D arty ones? > > Th

Getting ipfw2 on FreeBSD-4.11-STABLE...

2005-08-18 Thread Forrest Aldrich
I have FreeBSD-4.11-STABLE on one of my systems. I did a buildworld/installworld today - but I still have ipfw and not ipfw2 - even though the manpage says otherwise. It's been a while since I updated this system - I looked through the docs and no mention of this in UPDATING etc. I see in

bootparamd doesn't allow parameters?

2005-08-18 Thread Brian J. McGovern
All, I'm in the process of trying to set up a Solaris jumpstart server in a lab, and I decided for chuckles to do it with FreeBSD. The problem I'm running in to is that apparently, the Sun bootparamd allows you to pass parameters as fields, for instance, as a couple of sample field

Re: ath0 wont attach

2005-08-18 Thread Glyn Tebbutt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: > Hi > I've just got hold of a Netgear WG511T in hope to get wireless working on my > laptop (I checked the FreeBSD hardware guide first and it said it was > supported and the ath man file) so I load the module's and pop the

Problems withpcmcia & smartmedia

2005-08-18 Thread vittorio
When I insert my pccard (smartmedia adapter pcmcia - hama) freebsd 5.4 doesn't seem to recognize it as a storage device. In fact /var/log/messages says: .. Aug 18 19:33:03 vittorio kernel: pccard0: Allocation failed for cfe 0 Aug 18

Re: start up command for mysql

2005-08-18 Thread Andrew L. Gould
On Thu, 18 Aug 2005 13:53:13 -0700 "Mick Wilcoxen" <[EMAIL PROTECTED]> wrote: > Ok, really new at this FreeBSD & Mysql stuff. > > Which file do i put the startup command and the location of this ? > > The startup command is as follows > > /usr/local/mysql/bin/safe_mysqld &. > > ***

start up command for mysql

2005-08-18 Thread Mick Wilcoxen
Ok, really new at this FreeBSD & Mysql stuff. Which file do i put the startup command and the location of this ? The startup command is as follows /usr/local/mysql/bin/safe_mysqld &. *** Mick Wilcoxen (530)933-2882 __

Re: wireless DHCP + wep

2005-08-18 Thread Pablo Allietti
patara. he terminado de instalar todo en tu notebook y funciona perfecto. pero tengo 1 solo problema con la Wireless LAN. el sistema la detecta ok cargo modulos y demas pero a la hora de hacer el dhclient me tira este error, pregunte en las listas, nadie sabe que puede ser ya que la tarjeta es mu

Re: Network Interface 'overload' in 4.11

2005-08-18 Thread Jim Durham
On Thursday 18 August 2005 02:31 pm, you wrote: > Sounds like viral activity to me. I has this at work recently > where 2 mtob infected machines where able to bring the entire > 100mbs switched network to its needs If you run ethereal you > may find the network is being flooded by arp lookups from

Re: wireless DHCP + wep

2005-08-18 Thread Pablo Allietti
On Thu, Aug 18, 2005 at 03:45:11PM -0400, Bob Johnson wrote: > On 8/18/05, Pablo Allietti <[EMAIL PROTECTED]> wrote: i try the dhclient option before. but nothing the same message > > On Thu, Aug 18, 2005 at 10:09:11AM -0800, Beecher Rintoul wrote: > > > On Thursday 18 August 2005 09:38 am

Problems with pppoed !

2005-08-18 Thread Ovidiu Ene
Hello guys I have problems with pppoed. I've used to run over almost 100 users, it worked fine for 4 months, now is not working, it seems it forks many many processes and no one is able to connect. cut /var/log/messages this is the error i get Aug 18 22:59:34 server kernel: failed in ng_con

ath0 wont attach

2005-08-18 Thread d3c3it-linux
Hi I've just got hold of a Netgear WG511T in hope to get wireless working on my laptop (I checked the FreeBSD hardware guide first and it said it was supported and the ath man file) so I load the module's and pop the card in but in return I get ath0: mem 0x9000-0x9000 irq 11 at device

ath0 wont attach

2005-08-18 Thread d3c3it-linux
Hi I've just got hold of a Netgear WG511T in hope to get wireless working on my laptop (I checked the FreeBSD hardware guide first and it said it was supported and the ath man file) so I load the module's and pop the card in but in return I get ath0: mem 0x9000-0x9000 irq 11 at device

Re: wireless DHCP + wep

2005-08-18 Thread Bob Johnson
On 8/18/05, Pablo Allietti <[EMAIL PROTECTED]> wrote: > On Thu, Aug 18, 2005 at 10:09:11AM -0800, Beecher Rintoul wrote: > > On Thursday 18 August 2005 09:38 am, Pablo Allietti wrote: > > > Hi all i have a question. > > ok this work but not assign any ip ... and when i run the dhclient iwi0 > >

portsdb: db format

2005-08-18 Thread Stepan Rakhimov
Hi, I have 2 FreeBSD-6-BETA2 systems, I've noticed that my ports db's are in different format (dbm_hash and bdb1_btree) May i choose this format by hand to make them similar? (i've already recompiled appropriate ports, but with no effect) It's not a big problem, but i'm using /usr/ports as NF

multiple network interfaces

2005-08-18 Thread Daniel Valencia
Hello, everybody Is there any limit as of how many interfaces can freebsd handle? Im trying to build a switch in a PC box, putting multiple NICs and some software... The issue is, even though all of the cards work correctly by themselves, once I put them together, it doesnt matter what slots i use

Postfix Help

2005-08-18 Thread Devin Miller
Greetings Everyone, I have recently been experimenting with FreeBSD 5.4 RELEASE to setup an email server following the directions listed here: http://postfixwiki.org/index.php?title=Virtual_Users_and_Domains_with_Courie r-IMAP_and_MySQL I am pretty comportable with FreeBSD and my problem appears

Re: wireless DHCP + wep

2005-08-18 Thread Pablo Allietti
On Thu, Aug 18, 2005 at 10:09:11AM -0800, Beecher Rintoul wrote: > On Thursday 18 August 2005 09:38 am, Pablo Allietti wrote: > > Hi all i have a question. ok this work but not assign any ip ... and when i run the dhclient iwi0 in the /var/log/mesages give an error dhclient: Can't Attach interf

Re: man malloc

2005-08-18 Thread Dmitry Mityugov
On 8/18/05, Giorgos Keramidas <[EMAIL PROTECTED]> wrote: > On 2005-08-18 12:08, Sergey Matveychuk <[EMAIL PROTECTED]> wrote: > >Chuck Swiger wrote: > >>>What is pointer coercion? I have no pointer before malloc() returns. > >> > >> Right. Well, malloc returns a (void *), but most people want to us

Re: wireless DHCP + wep

2005-08-18 Thread Beecher Rintoul
On Thursday 18 August 2005 09:38 am, Pablo Allietti wrote: > Hi all i have a question. > > i configure a Intel 2200 wireless card and the system detect ok and load > in the start time. > > so. now i need to add wep Key and DHCP. > > is that possible to do in automatically. > > because rigth now i

Re: wireless DHCP + wep

2005-08-18 Thread Craig Kleski
On Thursday 18 August 2005 05:38 pm, Pablo Allietti wrote: > Hi all i have a question. > > i configure a Intel 2200 wireless card and the system detect ok and > load in the start time. > > so. now i need to add wep Key and DHCP. > > is that possible to do in automatically. > > because rigth now i

Re: wireless DHCP + wep

2005-08-18 Thread Bob Johnson
On 8/18/05, Pablo Allietti <[EMAIL PROTECTED]> wrote: > Hi all i have a question. > > i configure a Intel 2200 wireless card and the system detect ok and load > in the start time. > > so. now i need to add wep Key and DHCP. > > is that possible to do in automatically. > > because rigth now i

Re: wireless DHCP + wep

2005-08-18 Thread Andrew L. Gould
On Thu, 18 Aug 2005 14:38:51 -0300 Pablo Allietti <[EMAIL PROTECTED]> wrote: > Hi all i have a question. > > i configure a Intel 2200 wireless card and the system detect ok and > load in the start time. > > so. now i need to add wep Key and DHCP. > > is that possible to do in automatically. >

Logitech mouse

2005-08-18 Thread Paul Schmehl
Has anybody managed to get *all* the buttons working on a Logitch Wireless Optical Mouse? I'm running 5.4 SECURITY with Xorg 6.8.2. Here's my xorg.conf stuff: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 Screen 1 "Screen1" Rig

Re: wireless DHCP + wep

2005-08-18 Thread Jason Morgan
On Thu, Aug 18, 2005 at 02:38:51PM -0300, Pablo Allietti wrote: > Hi all i have a question. > > i configure a Intel 2200 wireless card and the system detect ok and load > in the start time. > > so. now i need to add wep Key and DHCP. > > is that possible to do in automatically. > > because ri

Re: Buildkernel command fails

2005-08-18 Thread Kris Kennaway
On Thu, Aug 18, 2005 at 01:02:54PM -0400, Igor Kasriel wrote: > I have been trying to rebuild a stripped down version of the kernel for > FreeBSD 5.4. > > > > The error I get is as follows: > > > > /usr/src/i386/clock.c: in function 'rtcin' > > /usr/src/i386/clock.c: 424: error: 'IO-RTC'

Re: Contradicting the answer to Re: Answering my own question Re: Iomega REV drive, FreeBSD 4.11

2005-08-18 Thread Bob Johnson
On 8/17/05, Tom Russo <[EMAIL PROTECTED]> wrote: > On Sun, Jul 24, 2005 at 10:21:55AM -0600, we recorded a bogon-computron > collision of the <[EMAIL PROTECTED]> flavor, containing: > > I'm answering my own question on the mailing list, just to get what I > found > > into the archives in case anyon

Re: Buildkernel command fails

2005-08-18 Thread Hexren
> I have been trying to rebuild a stripped down version of the kernel for > FreeBSD 5.4. > The error I get is as follows: > /usr/src/i386/clock.c: in function 'rtcin' > /usr/src/i386/clock.c: 424: error: 'IO-RTC' undeclared (first use in this > function) > There is no indication as to

wireless DHCP + wep

2005-08-18 Thread Pablo Allietti
Hi all i have a question. i configure a Intel 2200 wireless card and the system detect ok and load in the start time. so. now i need to add wep Key and DHCP. is that possible to do in automatically. because rigth now i cant do dhcp and need to do a ifconfig blablabla wepkey xx wepmode 0 a

Re: sendmail stalling during boot

2005-08-18 Thread Chuck Swiger
Simon Morgan wrote: On 8/18/05, Chuck Swiger <[EMAIL PROTECTED]> wrote: Of course. If you only want to deliver mail locally, and never consider the network at all, /usr/libexec/mail.local will do that for you. Do I need to somehow specify this as my MTA instead of sendmail or is it already us

Buildkernel command fails

2005-08-18 Thread Igor Kasriel
I have been trying to rebuild a stripped down version of the kernel for FreeBSD 5.4. The error I get is as follows: /usr/src/i386/clock.c: in function 'rtcin' /usr/src/i386/clock.c: 424: error: 'IO-RTC' undeclared (first use in this function) There is no indication as to which device i

Re: FreeBSD dialin server

2005-08-18 Thread Philip Hallstrom
I have freebsd 5.4 and i want to have dialin server. How can i configure my freebsd as dialin server. I set up a 4.x box to do this for three modems awhile back and while I didn't write down how I did it, here's the various config files which I hope will help. Seems I never learn to write it

Re: sendmail stalling during boot

2005-08-18 Thread Simon Morgan
On 8/18/05, Chuck Swiger <[EMAIL PROTECTED]> wrote: > You really, really want to give your machine a real hostname, which is in the > DNS, reverses properly, and has MX records for the domains it handles mail for > set up, if you want to run sendmail and do mail correctly. > > If you are only rela

Network Interface 'overload' in 4.11

2005-08-18 Thread Jim Durham
Hi, This is the 2nd or 3rd time I have seen this and wondered if there is a solution. Recently, one of our 4.11 servers that we had just installed at one of our offices with about 50 users got extremely slow and non-responsive after a few hours of operation. I was unable to do an ssh login t

Re: blanking DVD+RW

2005-08-18 Thread Garrett Cooper
On Aug 18, 2005, at 8:40 AM, Marc Fonvieille wrote: On Thu, Aug 18, 2005 at 11:24:15AM -0400, Claudio Discepola wrote: Hi Marc, Thanks for the quick reply. I notice for DVD-RW it is possible to return its "Disc status" to "blank" by running: "cdrecord -v dev=0,0,0 blank=all" This command doe

CRM software on FBSD

2005-08-18 Thread Per olof Ljungmark
Is there anyone out there who would like to share experiences from running CRM software on FreeBSD, specifically I have SugarCRM and VTiger in mind? Very grateful for comments, thanks a lot! Per ___ freebsd-questions@freebsd.org mailing list http://l

Re: sendmail stalling during boot

2005-08-18 Thread Chuck Swiger
Simon Morgan wrote: When my system boots it freezes for an extremely long time at a certain point in the boot process. Hitting CTRL-C at this point I'm informed that the loading of sendmail has been cancelled which obviously indicates that it's what is responsible. Indeed. Looking into the is

sendmail stalling during boot

2005-08-18 Thread Simon Morgan
When my system boots it freezes for an extremely long time at a certain point in the boot process. Hitting CTRL-C at this point I'm informed that the loading of sendmail has been cancelled which obviously indicates that it's what is responsible. Looking into the issue I've seen a number of people

Re: blanking DVD+RW

2005-08-18 Thread Marc Fonvieille
On Thu, Aug 18, 2005 at 11:24:15AM -0400, Claudio Discepola wrote: > Hi Marc, > > Thanks for the quick reply. I notice for DVD-RW it is possible to > return its "Disc status" to "blank" by running: > "cdrecord -v dev=0,0,0 blank=all" > > This command doesn't work for DVD+RW however. So I guess

Re: large file support

2005-08-18 Thread Bob Johnson
On 8/18/05, Chris Knipe <[EMAIL PROTECTED]> wrote: > Hi, > > Uhm, quite urgent, but does BSD support < 4GB files on i386? Yes. It also supports > 4 GB files. > > We have a 4.3GB MySQL Table (i.e. one file), mysql reads from it, server > halts, we tried to cp / mv it, server halts... > > For

Re: Backup to CD-R

2005-08-18 Thread Roland Smith
On Thu, Aug 18, 2005 at 10:36:03AM +0200, [EMAIL PROTECTED] wrote: > a3bm() { > > Hi! I was wondering if somebody can give me a clue to how to > schedulle regular backups to CD-R. I'm using FreeBSD 5.3. If your dumps are so small they will fit on CD-R, you could do the following: - make a du

Re: blanking DVD+RW

2005-08-18 Thread Chuck Swiger
Claudio Discepola wrote: I have a quick question about blanking a DVD+RW. It seems that even after I run the "growisofs -Z /dev/cd0=/dev/zero" command the "Disc status" is still seen as "complete" instead of "blank". Simply using dvd+rw-format doesn't erase all of the previous contents of t

Re: large file support

2005-08-18 Thread Kris Kennaway
On Thu, Aug 18, 2005 at 03:32:49PM +0200, Chris Knipe wrote: > Hi, > > Uhm, quite urgent, but does BSD support < 4GB files on i386? You mean >4GB, not <4GB, and the answer is "yes, it has supported them on UFS for many years". > We have a 4.3GB MySQL Table (i.e. one file), mysql reads from it, s

Re: FreeBSD on current crop of laptops?

2005-08-18 Thread Giorgos Keramidas
On 2005-08-18 08:34, Tom Vilot <[EMAIL PROTECTED]> wrote: >Giorgos Keramidas wrote: >> I'm typing this on an Acer Ferrari 3400. > > Those are kinda sweet machines, too ... :) Putting aside the fact that Acer's support in Greece is rather problematic, to put it mildly, and the fact that it would be

Re: FreeBSD on current crop of laptops?

2005-08-18 Thread Tom Vilot
Giorgos Keramidas wrote: I'm typing this on an Acer Ferrari 3400. Those are kinda sweet machines, too ... :) ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: blanking DVD+RW

2005-08-18 Thread Marc Fonvieille
On Thu, Aug 18, 2005 at 10:40:46AM -0400, Claudio Discepola wrote: > Hi, > > I have a quick question about blanking a DVD+RW. It seems that even > after I run the "growisofs -Z /dev/cd0=/dev/zero" command the "Disc > status" is still seen as "complete" instead of "blank". > I assume "blank" i

Re[2]: i can't connect remote to my mysql server

2005-08-18 Thread vladone
Thanks all! Work. Problem is resolved how present jdyke. (with "identifed" not work :)) Usefull is and solution for my.cnf. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send an

blanking DVD+RW

2005-08-18 Thread Claudio Discepola
Hi, I have a quick question about blanking a DVD+RW. It seems that even after I run the "growisofs -Z /dev/cd0=/dev/zero" command the "Disc status" is still seen as "complete" instead of "blank". Is there another option I should have put? (doc on growisofs didn't mention anything). Thanks

large file support

2005-08-18 Thread Chris Knipe
Hi, Uhm, quite urgent, but does BSD support < 4GB files on i386? We have a 4.3GB MySQL Table (i.e. one file), mysql reads from it, server halts, we tried to cp / mv it, server halts... For a test, I did a quick dd to generate a 6.4GB file, server halted What's the solution here T

fortinet experiences

2005-08-18 Thread mgedv online
not related to freebsd, but to security: has anyone experiences with boxes from fortinet? details: http://www.fortinet.com/ cu... ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, s

Re: i can't connect remote to my mysql server

2005-08-18 Thread Nelis Lamprecht
On 8/18/05, vladone <[EMAIL PROTECTED]> wrote: > I have instaled mysql server succcesfull and started. I set root > password, i can login to my server from console but i can't login > remote (i use Mysql Control Center for win, for quickly management). > I receive this error: "host 192.168.100.4 is

portsdb (Warning: Duplicate INDEX)

2005-08-18 Thread bob self
My system: --- FreeBSD ..org 5.4-STABLE FreeBSD 5.4-STABLE #0: Mon Aug 15 19:06:46 EDT 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386 The problem: I ran cvsup with no problems. But then I ran portsdb and I get these warnings: [EMAIL PROTECTED] portsd

Re: man malloc

2005-08-18 Thread Giorgos Keramidas
On 2005-08-18 12:08, Sergey Matveychuk <[EMAIL PROTECTED]> wrote: >Chuck Swiger wrote: >>>What is pointer coercion? I have no pointer before malloc() returns. >> >> Right. Well, malloc returns a (void *), but most people want to use the >> memory malloc returns to hold their own arrays, structs, w

Re: FreeBSD on current crop of laptops?

2005-08-18 Thread Giorgos Keramidas
On 2005-08-17 22:11, Tom Vilot <[EMAIL PROTECTED]> wrote: > I'm itching for a new laptop. > > I like the (big-ass) Toshiba Satellite machines, but I'm not wedded to > them. I am curious what people's experiences are with some of the newer > laptops and what might be recommended. > > Also -- I am in

Re: Making UFS snapshots

2005-08-18 Thread Daniel Feenberg
On Thu, 18 Aug 2005, Giorgos Keramidas wrote: > On 2005-08-17 16:32, Daniel Feenberg <[EMAIL PROTECTED]> wrote: > > > > I notice on this list that Garance Drosehn > > reports making > > a snapshot of a 4 gigabyte filesystem in less than

Free version of RTCoreBSD

2005-08-18 Thread Bsderss
Hi, As I look into RTCoreBSD, I found that it may be not free. If it can be download, can anyone please tell me where can I download it? How much does it charge per copy? Is there a freebsd of RTOS based on FreeBSD or uses the TCP/IP stack as in NetBSD or FreeBSD? I know QNX does use the TCP/IP st

Thinkpad Accelerometer driver

2005-08-18 Thread m . ehinger
Hi, anyone who is interested can download the source at https://sourceforge.net/project/showfiles.php?group_id=138242&package_id=160977 Use at your own risk! I've tested it on my T42 M1G with FreeBSD 7.0-Current (Aug 10) only. Please let me know what you think. It's also my first driver ever

Re: Mail problems

2005-08-18 Thread Giorgos Keramidas
On 2005-08-17 13:33, John Larson <[EMAIL PROTECTED]> wrote: > I have a peer to peer network. I have freebsd > 4.11,apache2,postfix,mysql40, imagemagick,perl, running just fine, > however mail is a problem. For one user name everything works > fine. for another not so fine. the only difference that

Re: Making UFS snapshots

2005-08-18 Thread Giorgos Keramidas
On 2005-08-17 16:32, Daniel Feenberg <[EMAIL PROTECTED]> wrote: > > I notice on this list that Garance Drosehn > reports making > a snapshot of a 4 gigabyte filesystem in less than one second. We have a > 859 gigabyte filesystem and snapsh

Re: i can't connect remote to my mysql server

2005-08-18 Thread jdyke
vladone wrote: I have instaled mysql server succcesfull and started. I set root password, i can login to my server from console but i can't login remote (i use Mysql Control Center for win, for quickly management). I receive this error: "host 192.168.100.4 is not allowed to connect to this Mysq

Re: i can't connect remote to my mysql server

2005-08-18 Thread [EMAIL PROTECTED]
On Thu, 18 Aug 2005 13:52:36 +0300 vladone <[EMAIL PROTECTED]> wrote: > I have instaled mysql server succcesfull and started. I set root > password, i can login to my server from console but i can't login > remote (i use Mysql Control Center for win, for quickly management). > I receive this error

i can't connect remote to my mysql server

2005-08-18 Thread vladone
I have instaled mysql server succcesfull and started. I set root password, i can login to my server from console but i can't login remote (i use Mysql Control Center for win, for quickly management). I receive this error: "host 192.168.100.4 is not allowed to connect to this Mysql server" I dont kn

Re: problem when starting mysql

2005-08-18 Thread Nelis Lamprecht
On 8/18/05, vladone <[EMAIL PROTECTED]> wrote: > Sorry. Resolved. I dont have right owner for /var/db/mysql > If you used the script that the port installed in /usr/local/etc/rc.d to start mysql you wouldn't have had any problems. The startup script would have run mysql_install_db and set the cor

Shortcuts

2005-08-18 Thread Carstea Catalin
Please tell me some shortcuts ( standard ) from keyboard in freebsd ( console and KDE ). Tks! i.e.: alt+F1. - for first console -- Any help would be greatly appreciated. regards, Carstea Catalin ___ freebsd-questions@freebsd.org mailing list h

Re: problem when starting mysql

2005-08-18 Thread vladone
Sorry. Resolved. I dont have right owner for /var/db/mysql ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

successfull build of openoffice.org1.9m121 on 6.0-BETA2

2005-08-18 Thread Per olof Ljungmark
Hi, Just wanted to share my happiness over a successful build of OpenOffice on unpatched 6.0, I did not really expect it to work :-) Took a while though. FreeBSD iko.i.inter-sonic.com 6.0-BETA2 FreeBSD 6.0-BETA2 #0: Tue Aug 9 16:14:51 CEST 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/IKO i3

Re: FreeBSD dialin server

2005-08-18 Thread Per olof Ljungmark
RdBSD wrote: Dear all, I have freebsd 5.4 and i want to have dialin server. How can i configure my freebsd as dialin server. Read the Handbook and then google for (example): FreeBSD ppp howto That worked for me. ___ freebsd-questions@freebsd.org m

problem when starting mysql

2005-08-18 Thread vladone
Hi! I have installed mysql 4.1 from ports. After i run "/usr/local/bin/mysql_install_db", i try to start server with: /usr/local/bin/mysqld_safe & but i receive this error in host.err: [ERROR] Fatal error: Can't open privilege tables: Table 'mysql.host' doesn't exist How i can resolv this?

Re: FreeBSD on current crop of laptops?

2005-08-18 Thread Alex Zbyslaw
Tom Vilot wrote: I'm itching for a new laptop. I like the (big-ass) Toshiba Satellite machines, but I'm not wedded to them. I am curious what people's experiences are with some of the newer laptops and what might be recommended. Also -- I am interested (possibly) in an AMD 64 laptop, if BSD

Re: backing up remote servers

2005-08-18 Thread Alex Zbyslaw
Glenn Dawson wrote: At 05:54 PM 8/17/2005, Noah wrote: Hey there, Well I just built a nice happy Fedora box with a ton of dirve space here at home and trying to get a scheme for using it to backup two servers I have at my colo facility. what are my other options for backup? I know there

Backup to CD-R

2005-08-18 Thread imnotmork_listas
a3bm() { Hi! I was wondering if somebody can give me a clue to how to schedulle regular backups to CD-R. I'm using FreeBSD 5.3. By now, i can asume that the best choice is to use 'dump' but i can't realize how to use the CD-R as a 'writeable' device. F. } -- Key fingerprint = 7A 81

Re: man malloc

2005-08-18 Thread Sergey Matveychuk
Chuck Swiger wrote: What does "suitable aligned for storage of *any* type of object" means? On some platforms, it is either desirable or required that, say, a 8-byte double is stored at a memory location which is is also aligned to 8-bytes: Oh, it was told for different architectures. It'

Confused about SATA Raid

2005-08-18 Thread Sulejmen Mehmedagic
Since it was my "first day" (read first message sent to the list), if I could use words of one Homer Simpson, I managed to screw it up. My message was a reply to this message (http://lists.freebsd.org/pipermail/freebsd-questions/2004-September/059812.html), but somehow it does not appear to be

Confused about SATA Raid

2005-08-18 Thread Sulejmen Mehmedagic
I am not sure if you are still having this problem, but maybe somebody else will be able to use the following: I am using SuperMicro server with Intel ICH5 SATA 150 controller and FreeBSD 5.4. As far as I could tell, the trick with SATA RAID is to disable/delete RAID in the Intel (after-BIOS)

  1   2   >