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
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
_
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
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
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
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,
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
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
>
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
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
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"
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
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
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
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.
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
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,
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
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
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
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
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
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/
__
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
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
> 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
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
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
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!
__
-
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
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
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
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
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
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
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).
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
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
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
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
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
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
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
> -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))
>
>
>
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
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
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
> 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].
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
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
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
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]>
___
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
--
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
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.
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
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 (
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
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)
> > >
> > >
> > >
> > > ---
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:
> >
> >
> >
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
>
>
>
>
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
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
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
-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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
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
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
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
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
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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
> > > __
> 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
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://
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
> 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
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
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]"
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?
__
101 - 200 of 924 matches
Mail list logo