Re: (no subject)

2009-10-21 Thread Jerry
On Wed, 21 Oct 2009 02:26:45 -0700 (PDT) nicholas addei (uncleka...@yahoo.co.uk) replied: >please am not able to install gnome on freebsd 7.2,after loging in as >root > >would appreciate your help. > >:49:13 UTC 2009 >r...@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i Maybe next time yo

(no subject)

2009-10-21 Thread nicholas addei
please am not able to install gnome on freebsd 7.2,after loging in as root would appreciate your help. :49:13 UTC 2009 r...@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i 86 Send instant messages to your online friends http://uk.messenger.yahoo.com _

Re: (no subject)

2009-08-10 Thread Derrick MacPherson
As soon as you send these, you find an answer. Loaded geom_stripe and I was able to see the array --Original Message-- From: Derrick MacPherson Sender: owner-freebsd-questi...@freebsd.org To: freebsd-questions@freebsd.org Subject: (no subject) Sent: Aug 10, 2009 14:40 I had a ssd

Re: (no subject)

2009-08-10 Thread Glen Barber
Hi Derrick On Mon, Aug 10, 2009 at 5:40 PM, Derrick MacPherson wrote: > > I had a ssd drive in a system to use as temp backup server, it has 6 1tb > drives in it that i created a raid0 (i'm pretty sure that's what I > created) That is a very important piece of information to have. You cannot reb

(no subject)

2009-08-10 Thread Derrick MacPherson
I had a ssd drive in a system to use as temp backup server, it has 6 1tb drives in it that i created a raid0 (i'm pretty sure that's what I created) and used as a backup, to rebuild our file server. the ssd drive was taken back after a couple weeks as the box was no longer being used. At this poin

Re: (no subject)

2009-08-09 Thread Matthew Seaman
Michael Christie wrote: Hi there all, I need your help. I have a supermicro server which was running Freebsd 7.1 with 2 SATA drives. I have had G mirror running on the server. I needed to do a full reinstall of freebsd but was unable to disengage the mirror at the time. When installing Freebsd,

(no subject)

2009-08-09 Thread Michael Christie
Hi there all, I need your help. I have a supermicro server which was running Freebsd 7.1 with 2 SATA drives. I have had G mirror running on the server. I needed to do a full reinstall of freebsd but was unable to disengage the mirror at the time. When installing Freebsd, on to the drives i see i h

Re: (no subject)

2009-07-22 Thread Neal Hogan
On Wed, Jul 22, 2009 at 2:17 PM, Jon Radel wrote: > wcl...@dl1.njit.edu wrote: >> >> How do I set up mail server on 7.2bsd > > That's such a broad question that it's unreasonable to expect a complete > answer on a mailing list.  So I'd suggest you start with reading some > documentation, such as >

Re: (no subject)

2009-07-22 Thread Jon Radel
wcl...@dl1.njit.edu wrote: How do I set up mail server on 7.2bsd That's such a broad question that it's unreasonable to expect a complete answer on a mailing list. So I'd suggest you start with reading some documentation, such as http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ma

Re: (no subject)

2009-07-22 Thread Jason
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mail.html -jgh On Wed, Jul 22, 2009 at 02:23:58PM -0400, wcl...@dl1.njit.edu thus spake: How do I set up mail server on 7.2bsd ___ freebsd-questions@freebsd.org mailing list http://lists.freebs

(no subject)

2009-07-22 Thread wclark
How do I set up mail server on 7.2bsd ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: (no subject)

2009-06-28 Thread Glen Barber
2009/6/28 Anton : > >   Hello freebsd-questions, > >     Please, help: > >   Howto forward packet from Internet to some intranet address with IPFW? > You'll get a better response if you have a subject in the email. http://www.freebsd.org/doc/en/books/handbook/firewalls-ipfw.html Forwarding is ex

(no subject)

2009-06-28 Thread Anton
Hello freebsd-questions, Please, help: Howto forward packet from Internet to some intranet address with IPFW? -- -- Best regards, Anton= ;[1]mailto:an...@sng.by Administrator Feel free to contact me via ICQ 363780596 via Sk

Re: (no subject)

2009-06-13 Thread Michael Powell
Fred Terp wrote: > This is a dumb Question which I should know the answer to. I can get gdm > to recogize my logins but xdm and wdm wont accept my username/password > entrys what am I forgetting? > Not sure if this will help, but are you configuring the ttyv8 line in /etc/ttys? http://www.fre

(no subject)

2009-06-12 Thread Fred Terp
This is a dumb Question which I should know the answer to. I can get gdm to recogize my logins but xdm and wdm wont accept my username/password entrys what am I forgetting? Frederick D. Terp 14985 Rivers Edge Court #135 Fort Myers, Florida 33908-7920 Phone: (239) 822-5439 Email: fdt...@juno.

(no subject)

2009-06-11 Thread David Collins
I nfs mount my freeBSD server on my mac, 10.4. For some reason the mount command doesn't seem to figure out to use mount_nfs, at least not for me so I run it directly. mount_nfs -Ps nfs.server.ip:/path/to/share mnt The -P has to be used with linux nfs servers to use privileged ports, but not sure

(no subject)

2009-04-19 Thread Daniels Vanags
Unable to successfully dump | restore over ssh. Source machine FreeBSD 6.2, disk /dev/mirror/gm0s1a, target machine FreeBSD 6.2, target disk /dev/ad1s1a mounted on /mnt. Run dump -0aLf - / | ssh ip_address ''cd /mnt/ &&cat | restore -rf -'', dump/restore goes without any errors. Fstab fixed,

awk field (was Re: (no subject))

2009-04-08 Thread Warren Block
On Wed, 8 Apr 2009, Len Conrad wrote: We need to print a line when the 3rd field (with trailing ";" delimiter) is, eg, exactly 5 lower case characters awk ' $3 ~ /^[a-z]{5,5};$/ {print $0} ' file ... doesn't work. Suggestions? Please give an example of the line this doesn't work on, and e

(no subject)

2009-04-08 Thread Len Conrad
We need to print a line when the 3rd field (with trailing ";" delimiter) is, eg, exactly 5 lower case characters awk ' $3 ~ /^[a-z]{5,5};$/ {print $0} ' file ... doesn't work. Suggestions? thanks Len ___ freebsd-questions@freebsd.org mailing list

(no subject)

2009-04-08 Thread Len Conrad
We need to print a line when the 3rd field (with trailing ";" delimiter) is, eg, exactly 5 lower case characters awk ' $3 ~ /^[a-z]{5,5};$/ {print $0} ' file ... doesn't work. Suggestions? thanks Len ___ freebsd-questions@freebsd.org mailing li

Re: (no subject)

2009-04-01 Thread Neal Hogan
On Wed, Apr 1, 2009 at 8:36 AM, ayyappa mhsp wrote: > sir, > i just want to know during the installation of bsd all the > applications that are in packages are installed or simply added to some > directories. > I want to generate some tcp or some other packets on one system. > Just tell me ho

(no subject)

2009-04-01 Thread ayyappa mhsp
sir, i just want to know during the installation of bsd all the applications that are in packages are installed or simply added to some directories. I want to generate some tcp or some other packets on one system. Just tell me how to work with packages. Add more friends to your messen

(no subject)

2009-04-01 Thread ayyappa mhsp
sir, i am a beginner to freebsd and i want how to access a pendrive in freebsd so that i can copy the contents on that to some other destination. Connect with friends all over the world. Get Yahoo! India Messenger at http://in.messenger.yahoo.com/?wm=n/ __

Re: (no subject)

2009-02-16 Thread Glen Barber
Please put a Subject: in your mails. Most people won't read emails w/o a subject. On Mon, Feb 16, 2009 at 8:49 PM, wrote: > I am new to bsd how can i load sound and is there a plugin adobe maybe ? http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html http://cvsweb.freebsd

(no subject)

2009-02-16 Thread wclark
I am new to bsd how can i load sound and is there a plugin adobe maybe ? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org

RE: (no subject)

2009-01-25 Thread Ramiro Caso
> Date: Sat, 24 Jan 2009 22:29:01 -0500 > From: wcl...@dl1.njit.edu > To: freebsd-questions@freebsd.org > Subject: (no subject) > > I just in stalled VTiger and missed the instructions on how to install it > .do know or is there a command that will let me find that info You

(no subject)

2009-01-24 Thread wclark
I just in stalled VTiger and missed the instructions on how to install it .do know or is there a command that will let me find that info wc ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsu

Re: (no subject)

2009-01-04 Thread Glen Barber
On Sun, Jan 4, 2009 at 8:54 AM, Sydney Longfellow wrote: > Greetings. > > I am having a problem with processes building up until the server locks > up. By viewing top what I'm seeing is it going up to 400 processes with > most sleeping and a lot of lockf and sbwait states on the processes. > > An

(no subject)

2009-01-04 Thread Sydney Longfellow
Greetings. I am having a problem with processes building up until the server locks up. By viewing top what I'm seeing is it going up to 400 processes with most sleeping and a lot of lockf and sbwait states on the processes. Any idea what would cause this? Thanks! __

(no subject)

2009-01-01 Thread Jason Heblack
- jason.hebl...@sbcglobal.net 650-289-0954 HEBLACK, JASON AARON 3 450 E OKEEFE ST EAST PALO ALTO CA 94303 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To uns

Re: (no subject)

2008-12-14 Thread Da Rock
On Fri, 2008-12-12 at 15:47 +0330, abedini wrote: > Hi all dear > > I have laptop acer 4220 and I need to install FreeBSD. > > This laptop have sata HDD how can install FreeBSD in this system. If you have the iso for freebsd on cd you can simply boot from the cd and follow the bouncing ball (si

Re: (no subject)

2008-12-12 Thread Jeff Laine
2008/12/12 abedini : > Hi all dear > > I have laptop acer 4220 and I need to install FreeBSD. > > This laptop have sata HDD how can install FreeBSD in this system. > > Hello. If you need a desktop environment you can try PC-BSD (http://www.pcbsd.org/), it's easy and fast to set-up. I believe it wi

Re: (no subject)

2008-12-12 Thread Valentin Bud
Hello Mr. Abedini and all the others by that matter, I don't want to be rude but do you remember the time when we used to send letters. Any of those letter had a Subject. E-mail communications are based on those letters (the concept) and they do have a Subject line on which you should fill a smal

(no subject)

2008-12-12 Thread abedini
Hi all dear I have laptop acer 4220 and I need to install FreeBSD. This laptop have sata HDD how can install FreeBSD in this system. Mohammad Abedini Site Acquisition Supervisor ( AHV ) Tel : 06113387881 06113921249 Mobile :09179397499

(no subject)

2008-12-11 Thread Dan Mahoney, System Admin
Okay, new problem with regard to netgroups, NIS, and Pam: Given the following situation: * I want to be able to have su work normally in the event of an NIS disconnect, since I will likely need to su to fix said disconnect. * The wheel group needs to stay local * I want su to still use group

Re: (no subject)

2008-12-02 Thread Jerry McAllister
On Tue, Dec 02, 2008 at 10:56:44AM +0100, Pieter Donche wrote: > If one has a system with 7 500Gb SATA disks in a hardware RAID6 > (Areca Raid Controller), then (according to mail J.Chadwick 7 > Nov 2008) they will show up as da (following naming convention > for scsi disks although they are not).

(no subject)

2008-12-02 Thread Pieter Donche
If one has a system with 7 500Gb SATA disks in a hardware RAID6 (Areca Raid Controller), then (according to mail J.Chadwick 7 Nov 2008) they will show up as da (following naming convention for scsi disks although they are not). RAID6 will allow about 2,5 Tb for the 'user' (roughly 1 Tb will be con

Re: (no subject)

2008-11-14 Thread John Almberg
Perhaps you should try the linux distros first to get a bit of a feel of *nix variants? FreeBSD can be daunting to the first time user, but is one hell of a production system once you know how to handle it properly. Several people in this thread have made this recommendation... I disagree

(no subject)

2008-11-13 Thread Dmitri Boltenkov
Good Day! I have The Sun Fire T1000 machine! I want to install Freebsd7.0 on it I am reading the paper about it on http://www.ee.freebsd.org/fr/relnotes/CURRENT/installation/sparc64/index.htmlbut i dont find any loader-nfs.gz or loader-tftp.gz inftp://ftp.FreeBSD.org/pub/FreeBSD/development/s

Re: (no subject)

2008-11-08 Thread Michael Powell
Chad Perrin wrote: > On Fri, Nov 07, 2008 at 06:28:07AM -0500, Michael Powell wrote: >> >> If you are totally new to Linux/Unix and have zero experience and just >> want an easy, out of the box "something other" than XP you might try the >> latest incarnation of Kubuntu. I know in a FreeBSD list

Re: (no subject)

2008-11-07 Thread Da Rock
On Thu, 2008-11-06 at 19:45 -0500, SAM HAYNES wrote: > Greetings, O Learned Ones > from: Sam Haynes, Pathfinders 2008 > > I haven't the foggiest as to how you came to be in my favorites list, > other than that I probably tagged you in an ongoing search for both or > either something to replace

Re: (no subject)

2008-11-07 Thread Chad Perrin
On Fri, Nov 07, 2008 at 06:28:07AM -0500, Michael Powell wrote: > > If you are totally new to Linux/Unix and have zero experience and just want > an easy, out of the box "something other" than XP you might try the latest > incarnation of Kubuntu. I know in a FreeBSD list these comments are > sacri

Re: (no subject)

2008-11-07 Thread Michael Powell
SAM HAYNES wrote: > Greetings, O Learned Ones > from: Sam Haynes, Pathfinders 2008 > > I haven't the foggiest as to how you came to be in my favorites list, > other than that I probably tagged you in an ongoing search for both or > either something to replace Win XP and or build my own personal

RE: Replace XP with FreeBSD (was Re: (no subject))

2008-11-07 Thread Ted Mittelstaedt
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Chris Hill > Sent: Thursday, November 06, 2008 7:08 PM > To: SAM HAYNES > Cc: freebsd-questions@freebsd.org > Subject: Replace XP with FreeBSD (was Re: (no subject)) > > >

Replace XP with FreeBSD (was Re: (no subject))

2008-11-06 Thread Chris Hill
On Thu, 6 Nov 2008, SAM HAYNES wrote: Greetings, O Learned Ones from: Sam Haynes, Pathfinders 2008 I haven't the foggiest as to how you came to be in my favorites list, other than that I probably tagged you in an ongoing search for both or either something to replace Win XP and or build my o

Re: (no subject)

2008-11-06 Thread Jerry McAllister
On Thu, Nov 06, 2008 at 07:45:07PM -0500, SAM HAYNES wrote: > Greetings, O Learned Ones > from: Sam Haynes, Pathfinders 2008 > > I haven't the foggiest as to how you came to be in my favorites list, > other than that I probably tagged you in an ongoing search for both or > either something to

(no subject)

2008-11-06 Thread SAM HAYNES
Greetings, O Learned Ones from: Sam Haynes, Pathfinders 2008 I haven't the foggiest as to how you came to be in my favorites list, other than that I probably tagged you in an ongoing search for both or either something to replace Win XP and or build my own personal server. I have been usini

(no subject)

2008-10-22 Thread Simun Mikecin
> I will soon be installing an Areca ARC-1110 and 3x 1.5TB Seagate > Barracuda SATAs into a 3.2GHz Northwood P4 with 1GB of RAM, and I'm > wondering which would be the most stable filesystem to use. > I've read the bigdisk page [1] and the various information about ZFS on > the FreeBSD Wiki [2].

(no subject)

2008-09-29 Thread mostafa nickpour
Dear Madam/Sir. Sorry for disturbing you. Would u pleae tell me the maximum number of CPUs which are supported by FreeBSD v7? Thanks. -- B.R Mostafa Nikpour H/P:+60-17-334-6796 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/m

(no subject)

2008-09-23 Thread dhaneshk k
Hi all ; I installed eclipse(3.2.2) from ports , in my FreeBSD-7.0 RELEASE box , where diablo-jdk-15.0 installed but when I start eclipsegetting a splash message as follows ... #eclipse JVM terminated. Exit code=1 /usr/local/bin/java -Xms40m -Xmx256m -jar /usr/local/eclipse

(no subject)

2008-09-12 Thread Dino Vliet
Hi folks, on my adm64 dual core system running freebsd I get the following error when installing the port, /usr/porst/graphics/ImageMagick: t/write...ok t/x11/readXlib: connection to ":0.0" refused by server Xlib: No protocol specified t/x11/readok t/x11/write...Xlib

Re: (no subject)

2008-09-01 Thread Sahil Tandon
kakyama umar <[EMAIL PROTECTED]> wrote: > hi, their have just installed freebsd 6.2 but am having issues with > configuring ssh so can you plz help me out. http://www.lemis.com/questions.html -- Sahil Tandon <[EMAIL PROTECTED]> ___

(no subject)

2008-09-01 Thread kakyama umar
hi, their have just installed freebsd 6.2 but am having issues with configuring ssh so can you plz help me out. Rgds. umar ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscri

(no subject)

2008-06-07 Thread Ilias SACHPAZIDIS
-- Fraunhofer IGD Department Cognitive Computing & Medical Imaging Ilias Sachpazidis phone:+49/(0)/6151/155 507 Fraunhoferstr. 5 fax :+49/(0)/6151/155 480 D-64283 Darmstadt [EMAIL PROTECTED] Germany

(no subject)

2008-04-30 Thread Robert Davison
Im getting the followng error from freebsd-update fetch Looking up update.FreeBSD.org mirrors... 1 mirrors found. Fetching public key from update1.FreeBSD.org... failed. No mirrors remaining, giving up. Can anyone shed any light on why the public key is failing.

(no subject)

2008-04-18 Thread Brenda
am Brenda from Canada, i am the assistant manager of Canadian Hotels,i wish to inform you that the hotel need man and woman who can work and live in omni hotel Canada , A Division Of Delta Chelsea Canadian Hotel Canada , hotel will care of your tickets,accommodation lodging and the visa

(no subject)

2008-04-12 Thread kostis papa
Hello, I have a problem with installation. I choose country, keyboard and then I can not continue installation, because it says "No disks found! Please verify that your disk controller is being ." My pc is new (core 2 quad, sata 500-SeaGate) I have installed the windowsXP and ubuntu-Linux (

(no subject)

2008-04-07 Thread Seth Brundle
___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: (no subject) rmuser error

2008-02-17 Thread James
On Sat, 2008-02-16 at 12:04 -0500, Bill Moran wrote: > James <[EMAIL PROTECTED]> wrote: > > > > > > On Sat, 2008-02-16 at 09:11 +0100, Lubomir Matousek wrote: > > > Dear list, > > > > > > > > > > > > I have the following problem when using rmuser (freebsd 6.2) > > > > > > > > > > > > ---

Re: (no subject)

2008-02-16 Thread Bill Moran
James <[EMAIL PROTECTED]> wrote: > > > On Sat, 2008-02-16 at 09:11 +0100, Lubomir Matousek wrote: > > Dear list, > > > > > > > > I have the following problem when using rmuser (freebsd 6.2) > > > > > > > > -- > > > > rmuser -v hana > > > > Matching password entry: > > > > > >

Re: (no subject)

2008-02-16 Thread James
On Sat, 2008-02-16 at 09:11 +0100, Lubomir Matousek wrote: > Dear list, > > > > I have the following problem when using rmuser (freebsd 6.2) > > > > -- > > rmuser -v hana > > Matching password entry: > > > > hana:*:1091:1092::0:0:/usr/home/hana:/usr/sbin/nologin > > > >

(no subject)

2008-02-16 Thread Lubomir Matousek
Dear list, I have the following problem when using rmuser (freebsd 6.2) -- rmuser -v hana Matching password entry: hana:*:1091:1092::0:0:/usr/home/hana:/usr/sbin/nologin Is this the entry you wish to remove? yes Remove user's home directory (/usr/home/hanka)? yes Removing

(no subject)

2008-02-12 Thread Nathan Alan Souer
In advance, I appreciate any help that anyone has to offer. When my laptop is running on battery and there is heavy i/o on the disk The machine kernel panics and reboots. I have updated my base system to current (7_releng) just a couple days ago(2/9/08) in an effort to resolve this issue, to no cha

Re: (no subject)

2008-01-28 Thread Alphons "Fonz" van Werven
Aryeh M. Friedman wrote: I guess this one those ink blot tests. Nah. It's the Texas office of the FBI, trying to figure out if there really isn't anything satanical about FreeBSD... Alphons -- VISTA - Viruses Intruders Spyware Trojans Adware ___ f

Re: (no subject)

2008-01-28 Thread Aryeh M. Friedman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bhuvaneswari Ramkumar wrote: > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions To > unsubscribe, send any mail to > "[EMAIL PROTECTED]" > I guess

(no subject)

2008-01-28 Thread Bhuvaneswari Ramkumar
___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: (no subject)

2008-01-27 Thread Christian Walther
Hi there, On 27/01/2008, JSCB Alokabank <[EMAIL PROTECTED]> wrote: [...] > make buildkernel KERNCONF=KERNEL > ERROR: Missing kernel configuration file(s) (KERNEL) > *** Error code 1 Is the KERNEL file in the right directory? It has to be /usr/src/sys/i386/conf/KERNEL or /usr/src/sys/amd64/conf, d

(no subject)

2008-01-27 Thread Tsetsbold Narantungalag
___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: (no subject)

2008-01-27 Thread tesolarisc
On Sun, 2008-01-27 at 12:38 +0500, JSCB Alokabank wrote: > ERROR: Missing kernel configuration file(s) (KERNEL) Have u downloaded the kernel sources and followed the instructions in the *handbook* ? if u have installed it: usr/share/doc/handbook/kernelconfig-building.html Otherwise u find it o

Re: (no subject)

2008-01-27 Thread Pieter Baele
Hi, Have you read http://www.FreeBSD.org/doc/ru_RU.KOI8-R/books/handbook/kernelconfig.html ? I can't read russian, but you need chapter 8 in the handbook. -- Pieter Baele [EMAIL PROTECTED] On 27 Jan 2008, at 08:38, JSCB Alokabank wrote: Please help me I'am beginer in FreeBSD I try to reb

(no subject)

2008-01-27 Thread JSCB Alokabank
Please help me I'am beginer in FreeBSD I try to rebuild kernel files for optimizations system. Whate i gona do? sorry but i dont speake englash language wery well. look to include files this is my build kernel. I'am talk on russian. make buildkernel KERNCONF=KERNEL ERROR: Missing kernel configura

(no subject)

2008-01-19 Thread Celso Viana
Hi All, To compile the kernel of FreeBSD 7.0 RC1 and returned the error ... ===> zlib (all) cc -O2 -fno-strict-aliasing -pipe -D_KERNEL -DKLD_MODULE -std=c99 -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/DRUFF/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --p

(no subject)

2008-01-18 Thread fbsdq
I've used /usr/ports/sysutils/testdisk to recover my BSD partitions, but it was just a HD failure/MBR nukage, no newfs was run on it - Try that. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

(no subject)

2007-12-26 Thread Anton Kirillov
___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Intel 82566DM-2 support (was: no subject)

2007-12-19 Thread Kevin Kinsey
Bin Cheng wrote: I installed freebsd 6.2 on my IBM desktop. Try to config network interface. There are no Ethernet card shows. Only have plip0, sl0 and ppp0 showing. The Onboard Ethernet interface card in my motherboard is Intel(r) 82566DM-2 Gigabit network. Could you let me know what kinds of pr

Re: (no subject)

2007-12-19 Thread Ian Smith
On Tue, 18 Dec 2007 11:30:32 +0200 Baxton Mabhande <[EMAIL PROTECTED]> wrote: > 1)What are the three basic types of handheld devices? I give up, what? :) > 2)Which device is used in an environment that needs extended coverage > but backbone access is not practical or is unavailable? Depend

(no subject)

2007-12-18 Thread Bin Cheng
I installed freebsd 6.2 on my IBM desktop. Try to config network interface. There are no Ethernet card shows. Only have plip0, sl0 and ppp0 showing. The Onboard Ethernet interface card in my motherboard is Intel(r) 82566DM-2 Gigabit network. Could you let me know what kinds of problem is. Is FreeBS

Re: (no subject)

2007-12-18 Thread Simon Chang
You need to do some reading on your own. Your questions are general enough that some Googling around the Internet should give you what you need. After having done sufficient reading on your own, if you still have questions, then come back. Show some initiative; don't expect us to spoon-feed you.

Re: (no subject)

2007-12-18 Thread usleepless
On Dec 18, 2007 10:30 AM, Baxton Mabhande <[EMAIL PROTECTED]> wrote: > 1)What are the three basic types of handheld devices? > 2)Which device is used in an environment that needs extended coverage but > backbone access is not practical or is unavailable? > 3)What is the recommended maximum distance

(no subject)

2007-12-18 Thread Baxton Mabhande
1)What are the three basic types of handheld devices? 2)Which device is used in an environment that needs extended coverage but backbone access is not practical or is unavailable? 3)What is the recommended maximum distance that can be bridged between a Cisco 350 access point and any wireless cli

Re: (no subject)

2007-12-16 Thread David M. Patronis
scurvy wrote: Hello! I want to use freeBSD vary much, but I have a problem with instalation (freeBSD 6.2-RELEASE). It goes very slow (30% after 2 hours). Moreover I don't know exactly which version (platform) I should use. For now I have used i386, but I have the Intel E6600 (64bit) processor

Re: (no subject)

2007-12-16 Thread Tino Engel
scurvy schrieb: Hello! I want to use freeBSD vary much, but I have a problem with instalation (freeBSD 6.2-RELEASE). It goes very slow (30% after 2 hours). Moreover I don't know exactly which version (platform) I should use. For now I have used i386, but I have the Intel E6600 (64bit) processo

(no subject)

2007-12-16 Thread scurvy
Hello! I want to use freeBSD vary much, but I have a problem with instalation (freeBSD 6.2-RELEASE). It goes very slow (30% after 2 hours). Moreover I don't know exactly which version (platform) I should use. For now I have used i386, but I have the Intel E6600 (64bit) processor on motherboard A

Re: (no subject)

2007-12-13 Thread Boris Samorodov
On Wed, 12 Dec 2007 16:13:12 -0800 Bin Cheng wrote: > System can't boot from 7.0-BETA4-i386-bootonly cd-rom. I downloaded Are you sure you want to bbot from -bootonly CD? http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-diff-media.html#AEN3258 How did you burn the CD? The common

Re: System wont boot from cdrom (was: (no subject))

2007-12-12 Thread Jeremy Gransden
On Dec 12, 2007 7:13 PM, Bin Cheng <[EMAIL PROTECTED]> wrote: > Hello, > > System can't boot from 7.0-BETA4-i386-bootonly cd-rom. I downloaded > 7.0-BETA4-i386-bootonly, 7.0- BETA4-i386-disc1 and 7.0-BETA4-i386-disc2 > first then burn it on the cd-rom. Any idea? Please let me know. > > > Hi, We a

(no subject)

2007-12-12 Thread Bin Cheng
Hello, System can't boot from 7.0-BETA4-i386-bootonly cd-rom. I downloaded 7.0-BETA4-i386-bootonly, 7.0- BETA4-i386-disc1 and 7.0-BETA4-i386-disc2 first then burn it on the cd-rom. Any idea? Please let me know. Thank you, Bin Cheng Test Development Engineer IronPort, A Cisco Business Unit

Re: (no subject)

2007-11-22 Thread अनुज
Tushar kumar if you want to learn how to install FreeBSD6 + Linux+ M$ Windowz, Apple Mac OS, solaris9 , I can teach you for free. Assembling a laptop ? Sorry. Anugunj 'anuj' http://polarhome.com:793/~anujhere/ On Nov 23, 2007 12:51 AM, nawcom <[EMAIL PROTECTED]> wrote: > Hm.. from what I und

Re: (no subject)

2007-11-22 Thread Frank Shute
On Thu, Nov 22, 2007 at 01:43:05AM -0600, Chris wrote: > > On Wed, 21 Nov 2007 17:04:47 +0530 > "tusar kumar" <[EMAIL PROTECTED]> wrote: > > > hi > >i want to know how can i assembly laptop. i want a video copy > > Awe! Where's Frank Shute' Witty and sensible words of directions for > this u

Re: (no subject)

2007-11-22 Thread Chris
On Wed, 21 Nov 2007 17:04:47 +0530 "tusar kumar" <[EMAIL PROTECTED]> wrote: > hi >i want to know how can i assembly laptop. i want a video copy Awe! Where's Frank Shute' Witty and sensible words of directions for this user?! See the thread subject "Website" for ref. -- Best regards, Chr

Re: (no subject)

2007-11-21 Thread Jimmie James
If he's asking for a How-to install video, might want to look at youtube, http://youtube.com/results?search_query=install+freebsd&search=Search or google video, http://video.google.com/videosearch?q=install+freebsd&sitesearch= The same goes for assembling a laptop, google video is the best bet fo

Re: (no subject)

2007-11-21 Thread nawcom
Hm.. from what I understand, tusar kumar wants to know how to assemble a laptop? like build one from scratch? if it has to do with hardware assembly, there's always ASUS barebones one can buy, or you can go the mini-itx route (http://www.mini-itx.com/projects/itx-laptop/?p) which i don't really

Re: (no subject)

2007-11-21 Thread Jerry McAllister
On Wed, Nov 21, 2007 at 03:02:47PM -0300, Mario Lobo wrote: > On Wednesday 21 November 2007, Jerry McAllister wrote: > > On Wed, Nov 21, 2007 at 09:11:28AM -0300, Mario Lobo wrote: > > > On Wednesday 21 November 2007, tusar kumar wrote: > > > > hi > > > >i want to know how can i assembly lapto

Re: (no subject)

2007-11-21 Thread Mario Lobo
On Wednesday 21 November 2007, Jerry McAllister wrote: > On Wed, Nov 21, 2007 at 09:11:28AM -0300, Mario Lobo wrote: > > On Wednesday 21 November 2007, tusar kumar wrote: > > > hi > > >i want to know how can i assembly laptop. i want a video copy > > > __

Re: (no subject)

2007-11-21 Thread Gerard
> On November 21, 2007 at 11:17AM Jerry McAllister wrote: [snip] > What was so funny?? > I couldn't understand the question. > But, difficulty with the language is not something to laugh at. I agree; however, that would not explain the OP's reason for omitting a subject for his post. I suppose

Re: (no subject)

2007-11-21 Thread Jerry McAllister
On Wed, Nov 21, 2007 at 09:11:28AM -0300, Mario Lobo wrote: > On Wednesday 21 November 2007, tusar kumar wrote: > > hi > >i want to know how can i assembly laptop. i want a video copy > > ___ > > freebsd-questions@freebsd.org mailing list > > http://

Re: (no subject)

2007-11-21 Thread Mario Lobo
On Wednesday 21 November 2007, Gerard wrote: > > On November 21, 2007 at 07:11AM Mario Lobo wrote: > > > > On Wednesday 21 November 2007, tusar kumar wrote: > > > hi > > >i want to know how can i assembly laptop. i want a video copy > > > > Ahahahahah ! > > > > Sorry guys. That was really funny

Re: (no subject)

2007-11-21 Thread Gerard
> On November 21, 2007 at 07:11AM Mario Lobo wrote: > On Wednesday 21 November 2007, tusar kumar wrote: > > hi > >i want to know how can i assembly laptop. i want a video copy > > Ahahahahah ! > > Sorry guys. That was really funny ! You did notice his email address I assume. -- Gerard p

Re: (no subject)

2007-11-21 Thread Mario Lobo
On Wednesday 21 November 2007, tusar kumar wrote: > hi >i want to know how can i assembly laptop. i want a video copy > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, se

(no subject)

2007-11-21 Thread tusar kumar
hi i want to know how can i assembly laptop. i want a video copy ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: (no subject)

2007-11-18 Thread Tino Engel
z schrieb: hello! ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" Hello Z, how are you? __

<    1   2   3   4   5   6   7   8   9   10   >