Re: Partition sizes for small harddisk

2004-06-20 Thread Renato Marques
Hi,
Try this configuration
/ 128MB
swap 32MB
/var 32MB
/tmp 32MB
/usr the rest of the disk...

I think tou will be albe to run the X too



Hi

I'm trying to install FreeBSD 4.10 on an older computer with a 852 MB
hard disk.
According to the handbook, 250 MB should suffice for text mode only.
However, both the User and (retried) Minimal distributions left me
with no space in /usr
I used the default partitioning (entire disk) and said No to the ports
and linux compatibility prompts.

Assuming that the defaults are optimized for larger disks, how would I
best divide the available space?

thanks
Mark

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: NFS Port

2004-06-19 Thread Renato Marques

NFS will not work travessing a firewall doing NAT or RDR.
NFS uses the RPC protocol that controls what ports NFS are going to use,
so the Fiewall know nothing about this and block the traffic.
You could be setting a VPN...


 Hi all,

 I am able to connect to my NFS system like so
 mount 192.168.1.14:/home/NFSave /mnt/coreserver

 I want to connect from outside my network, like when I'm at school. What
 port(s) does NFS run off. I have to do port forwarding on my
 Router/Firewall.

 Thanks so much
 Bruce


 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: freebsd and dns

2004-06-18 Thread Renato Marques
Hi,

ps -auxw| grep named

and see if its running.


 Hi all,

 I hope someone out there can give me a hand with this important
query!!

 My company has a freebsd server that is used as a secondary DNS
server. Our
 ISP also get our DNS entries from this server (they shadow them on
thier
 servers). Since this morning, no-one has been able to send email to
us,
 connect via vpn or anything else for that matter. External connections
from
 the company are workign fine (i.e. we can send emails - just not
recieve
 them!) Our ISP has said that they have checked and their shadow dns
servers
 have no information in them. They have attempted to pick up this
information
 from my freebsd server but supposedly this has returned no
information.

 I have looked in the /usr/local/etc/namedb directory and can see 2
fioles
 that contain the dns information: db.company.co.uk.external and
 db.company.co.uk.internal

 Is there anything I have to do to get these picked up? My freebsd/unix
 knowledge is basic unfortunatley. Is it maybe that the dns service is
not
 started? Am I looking in the wrong place for the DNS files?

 Any help greatly appreciated

 Best regards

 Brad

 _
 It's fast, it's easy and it's free. Get MSN Messenger today!
 http://www.msn.co.uk/messenger

 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: freebsd and dns

2004-06-18 Thread Renato Marques
you can make it running with
named -g 

but then, if you reboot the machine you will have start it again.
Take a look in the Handbook and see how to start services at boot time.





 Renato,

 Many thanks for your quick response.

 This is obviously what the problem is as I can now see that it is not
 running. Are you please able to provide me with the command to start
named?

 Many thanks

 Brad

 From: Renato Marques [EMAIL PROTECTED]
 To: Bradley McGuigan
 [EMAIL PROTECTED],[EMAIL PROTECTED]
 Subject: Re: freebsd and dns
 Date: Fri, 18 Jun 2004 09:46:56 -0300
 
 Hi,
 
 ps -auxw| grep named
 
 and see if its running.
 
 
   Hi all,
  
   I hope someone out there can give me a hand with this important
 query!!
  
   My company has a freebsd server that is used as a secondary DNS
 server. Our
   ISP also get our DNS entries from this server (they shadow them on
 thier
   servers). Since this morning, no-one has been able to send email
to
 us,
   connect via vpn or anything else for that matter. External
connections
 from
   the company are workign fine (i.e. we can send emails - just not
 recieve
   them!) Our ISP has said that they have checked and their shadow
dns
 servers
   have no information in them. They have attempted to pick up this
 information
   from my freebsd server but supposedly this has returned no
 information.
  
   I have looked in the /usr/local/etc/namedb directory and can see 2
 fioles
   that contain the dns information: db.company.co.uk.external and
   db.company.co.uk.internal
  
   Is there anything I have to do to get these picked up? My
freebsd/unix
   knowledge is basic unfortunatley. Is it maybe that the dns service
is
 not
   started? Am I looking in the wrong place for the DNS files?
  
   Any help greatly appreciated
  
   Best regards
  
   Brad
  
   _
   It's fast, it's easy and it's free. Get MSN Messenger today!
   http://www.msn.co.uk/messenger
  
   ___
   [EMAIL PROTECTED] mailing list
   http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   To unsubscribe, send any mail to
 [EMAIL PROTECTED]
  
 

 _
 Express yourself with cool new emoticons
http://www.msn.co.uk/specials/myemo



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: want ftp access through my gateway

2004-06-18 Thread Renato Marques

How about use a Proxy just like you did with HTTP? There must be some
kind of shareware doing that...
You realy should think about your gateway being a FreeBSD Box...


 Hi,

 My gateway machine runs windows xp. Using zoneedit's nameservers am
 pointing a domain at my ip address and then using apache's reverse proxy
 pointing requests to an account running on my FBSD 3.8 box. Of course am
 running apache servers on both the gateway and fbsd boxes.

 Anyway, this part seems to be working fine. However I would also like to
be
 able to remotely ftp to the website account from the web.

 IOW zoneedit is pointing to my gateway's ip addr for mysite.com. My
gateway
 box's httpd.conf file has a virtualhost set up for mysite.com with
 ProxyPass  ProxyPassReverse directives sending requests for
 http://mysite.com to the virtualhost mysite on the fbsd box. The gateway
 hosts file establishes that mysite is on the fbsd box.

 Now I'd like to ftp to mysite.com and have my gateway send that request
 right over to my fbsd box.

 Marty

 Marty Landman, Face 2 Interface Inc. 845-679-9387
 Search  Sort Easily: http://face2interface.com/Products/FormATable.shtml
 Web Installed Formmail: http://face2interface.com/formINSTal

 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: any use to build from source?

2004-06-18 Thread Renato Marques
Hi,
When I was using 4.1 release, removing just the hardware that I was not
using and building the Kernel gave me mutch better performance.
I Dont know about internals so, probabily, this is not true anymore.
Anyway, I could mount a DNS Server on a Pentium 75 Mhz with 16MB,
because the GENERIC Kernel was using about 4MB and the compiled one 2,5MB.
Samba had a much better performance too...
That's about the Kernel, when I install any serious application  I
always compile from source, so I get the last stable release and no one from
the Ports collection, beside the fact that normaly I have to turn on/off
some options.


 Hi all,

 I must say that I was initially interested in the idea of building
 software from source - but I am kind of loosing it.

 Certainly, it allows you to compile with the compiler options you want,
 you are able to optimize the binaries for your CPU, but: does it really
 matter? Are the speed improvements really visible?

 Dependencies was another argument: you compile with the correct headers
 of dependant files, well... is that really so? If you upgraded the
 dependant binaries, wouldn't you get the same effect?

 One certain drawback of compiling from source is the compilation time.
 Large packages like KDE or OpenOffice take ages, so you can't just
 quickly upgrade a whole system, or a large part of it. I might add
 that I am more the typical desktop user, not using my machines for real
 and specific server apps.

 So, my question is basically: did you, in your experience, find that
 compiling from source *really* has any serious advantages that make up
 for the time it takes?

 -PU

 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Redirection with a bridge ?

2004-06-18 Thread Renato Marques
I dont think a bridge could do some like that. A bridge see only IP
packets, where are no information about ports, ports are used in TCP and
UDP.
Actualy, I think Layer 3 is where the IP protocol besides. NAT is done
on layer 4... but i could be wrong...


 Hello all,

 Is there a way to do IP redirection without using layer 3? (IPNAT or
 routing)?  I have a bridge setup and want to redirect any port 80
 traffic outgoing through the bridge to a specific server  but it
 seems I can only do this with ipfw's forward/fwd or ipnat's rdr commands
 ... which are all layer 3 oriented and dont work with just a bridge...

 Any ideas?

 Thank you in advance for anyone's help,

 Matt
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Redirection with a bridge ?

2004-06-18 Thread Renato Marques
Well, in the TCP/IP Model, IP is layer 2 and TCP/UDP layer3.


 I dont think a bridge could do some like that. A bridge see only IP
 packets, where are no information about ports, ports are used in TCP and
 UDP.
 Actualy, I think Layer 3 is where the IP protocol besides. NAT is done
 on layer 4... but i could be wrong...


  Hello all,
 
  Is there a way to do IP redirection without using layer 3? (IPNAT or
  routing)?  I have a bridge setup and want to redirect any port 80
  traffic outgoing through the bridge to a specific server  but it
  seems I can only do this with ipfw's forward/fwd or ipnat's rdr commands
  ... which are all layer 3 oriented and dont work with just a bridge...
 
  Any ideas?
 
  Thank you in advance for anyone's help,
 
  Matt
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 

 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Redirection with a bridge ?

2004-06-18 Thread Renato Marques

Hmmm.. I really can't think about some solution... All of them involve a
router before, in or after the bridge.
How about proxying before the bridge?



 So in summary, do I basically either have to do routing or a NAT, or
 find another alternative?  There's no way to just bridge the traffic and
 do what i want?

 Thanks! :)

 -Matt

 Renato Marques wrote:

 Well, in the TCP/IP Model, IP is layer 2 and TCP/UDP layer3.
 
 
 
 
 I dont think a bridge could do some like that. A bridge see only IP
 packets, where are no information about ports, ports are used in TCP and
 UDP.
 Actualy, I think Layer 3 is where the IP protocol besides. NAT is
done
 on layer 4... but i could be wrong...
 
 
 
 
 Hello all,
 
 Is there a way to do IP redirection without using layer 3? (IPNAT or
 routing)?  I have a bridge setup and want to redirect any port 80
 traffic outgoing through the bridge to a specific server  but it
 seems I can only do this with ipfw's forward/fwd or ipnat's rdr
commands
 ... which are all layer 3 oriented and dont work with just a bridge...
 
 Any ideas?
 
 Thank you in advance for anyone's help,
 
 Matt
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 
 
 [EMAIL PROTECTED]
 
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 
 
 [EMAIL PROTECTED]
 
 
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]
 
 
 !DSPAM:40d37ad3273001065514757!
 
 



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Shared Partition?

2004-06-17 Thread Renato Marques
I currently dual boot Windos 98 and FreeBSD 5.2.1. The only thing i
do is create first a primary dos and extend partition using a DOS FDISK
and FOMAT and so,
mount -t msdos /dev/ados1 /mnt/c
mount -t msdos /dev/ad0s5 /mnt/d
mount -t msdos /dev/ad0s6 /mnt/e
and even
mount /dev/ad0s7


Some time ago, when a tried to make that using fdisk and newfs_msdos
nothing
works only ad0s7.
Hope that helps.


I currently dual boot Windows XP and FreeBSD 5.2.1.  I have files that
are common to both (MP3's and some documents).  Is there a way to create
a partition that can be read by both that would eliminate this double
copy problem?

I thought creating a separate partition woudl work but Windows XP allows
only one visible primary partition and I don't know how to mount a
logical partition with multiple sub-partitions.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [FreeBSD] pkg_add help

2004-06-17 Thread Renato Marques
Hi,
Packages and ports are diferent.

A package is already compiled aplication and you will use
pkg_add - To install
pkg_delete - To deinstall
pkg_info - To view packages that are instaled.

so, you will install it using

pkg_add packagename.tbz


 Can someone point me in the right direction.
 I have a package I downloaded from FreeBSD.org thru Konqueor.
 It ends with .tbz
 I could not find this package in the ports collection
 thru stand/sysinstall
 My two questions are
 I need to extract this file Where
 And then how do I install, make install didn't work.

 Thanx in advance.
 Later,
 Leon
 A fanatic is one who can't change his mind and won't change the subject.
 Sir Winston Churchill
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mail

2004-06-16 Thread Renato Marques
Hi,
Here I use Postix as MTA, Cyrus as POP3/IMAP server and IMP as
WebMail, it works very nice.
Try the Managing IMAP book from Oreilly, it doesn't cover some
aspects more in depth but is a good starting point.

 Hi,

 I am having a lot of trouble setting up mail. And, perhaps more
 importantly, I am having a lot of trouble figuring what software to
 set-up. Sendmail is standard but buggy, so I imagine that Postfix is a
 better choice. But what should I use for secure IMAP? Is there a big
 book of mail that explains what it is all about, so that I can make an
 informed decision?
 --
 -- Jason Dusek  (`-''-/).___..--''`-._
 -- | `6_ 6  )   `-.  ( ).`-.__.`)
 -- | (_Y_.)'  ._   )  `._ `. ``-..-'
 -- |   _..`--'_..-_/  /--'_.' ,'
 -- |  (il),-''  (li),'  ((!.-'
 --
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mail

2004-06-16 Thread Renato Marques
Hi,
Here I use Postix as MTA, Cyrus as POP3/IMAP server and IMP as
WebMail, it wors very nice.
Try the Managing IMAP book from Oreilly, it doesn't cover some
aspects more in depth but is a good starting point.



 Hi,

 I am having a lot of trouble setting up mail. And, perhaps more
 importantly, I am having a lot of trouble figuring what software to
 set-up. Sendmail is standard but buggy, so I imagine that Postfix is a
 better choice. But what should I use for secure IMAP? Is there a big
 book of mail that explains what it is all about, so that I can make an
 informed decision?
 --
 -- Jason Dusek  (`-''-/).___..--''`-._
 -- | `6_ 6  )   `-.  ( ).`-.__.`)
 -- | (_Y_.)'  ._   )  `._ `. ``-..-'
 -- |   _..`--'_..-_/  /--'_.' ,'
 -- |  (il),-''  (li),'  ((!.-'
 --
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mail

2004-06-16 Thread Renato Marques
Hi,
Here I use Postix as MTA, Cyrus as POP3/IMAP server and IMP as
WebMail, it wors very nice.
Try the Managing IMAP book from Oreilly, it doesn't cover some
aspects more in depth but is a good starting point.


 Hi,

 I am having a lot of trouble setting up mail. And, perhaps more
 importantly, I am having a lot of trouble figuring what software to
 set-up. Sendmail is standard but buggy, so I imagine that Postfix is a
 better choice. But what should I use for secure IMAP? Is there a big
 book of mail that explains what it is all about, so that I can make an
 informed decision?
 --
 -- Jason Dusek  (`-''-/).___..--''`-._
 -- | `6_ 6  )   `-.  ( ).`-.__.`)
 -- | (_Y_.)'  ._   )  `._ `. ``-..-'
 -- |   _..`--'_..-_/  /--'_.' ,'
 -- |  (il),-''  (li),'  ((!.-'
 --
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Still no graphic desktop

2004-06-16 Thread Renato Marques

Post your dmesg and your xf86config and I can try to help you.


 How are you trying to start X Windows? If you're just expecting it to
 start, you're going to end up disappointed.

 Oops...
 I was expecting the graphical desktop to start automatically. However I
 also tried startx, and I played with xdm. Whatever I was doing kept
 coming up with errors about no screen.

 Lloyd Hayes

 Email: [EMAIL PROTECTED]
 URL: http://TalkingStaff.bravehost.com
 E-FAX Number: (208) 248-6590
 Web Journal: http://lloyd_hayes.bravejournal.com/



 Matt Navarre wrote:

 
 
  Lloyd Hayes wrote:
 
  I have been told that the reason that I don't have a graphic desktop
  yet is because my XFree86 Server is not configured right. I finally
  downloaded the exact specs on my old laptop from Gateway and plugged
  them into the configure file. No help.
  I tried each of the 4 configure methods from the menu. No good, nor
  does the graphics menu work any more.
  I have attempted to switch from KDE to Gnome, to Windowmaker. Again,
  no good.
 
 
  How are you trying to start X Windows? If you're just expecting it to
  start, you're going to end up disappointed.
 
  To start X you need to either type startx at the command prompt or
  edit /etc/ttys to start xdm (or kdm or gdm) on the console.
 
  here's the handbook page on configuring xdm to start after boot:
  http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-xdm.html
 
  Generally the step in section 5.6.2 is all you need to do, the rest is
  advanced options that you needn't be concerned with at this point.
  This info applies to kdm and gdm (KDE Display Manager and Gnome
  Display Manager, respectively)
 
  To get your desired desktop to start you need to put the command to
  start it in $HOME/.xinitrc(for startx) or $HOME/.xsession(for xdm). To
  get KDE started (assuming it's installed) just type
  'echo startkde  .xinitrc' at the prompt. Assuming you're at the text
  console type 'startx'. KDE should start.
 
 
  I have tried several other things such as the one below:
 
  # cd /usr/ports/x11/XFree86-4
  # make install clean
 
  It then suggests that I 'make reinstall' or 'make deinstall'. I tried
  reinstall first with it then suggesting that I 'make reinstall' again
  or 'make deinstall'.
 
  # make deinstall
 
  # cd /usr/ports/x11/XFree86-4
  # make install clean
 
  While this seemed to install ok, it was still no help. I'm still
  stuck with line item commands.
 
  When executing afterwards: XFree86 -configure  I get: Fatal Server
Error
  xf86EnableIO: Failed to open /dev/io for extended I/O
 
 
  Hmm, are you doing this as root? You need to be. Another alternative,
  if you have the specs for your monitor and video card, is
  /usr/X11R6/bin/xf86config. It'll ask you questions about your setup
  and generate a config file based on what you tell it. Try that, and if
  you still have problems post your config file and relevant log
  messages to the list, and we'll try to help.
 
 
  Log says the same thing.
 
  Any ideas?
 
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problem creating slices or labels

2004-06-14 Thread Renato Marques
Hi,
I am using FBSD 5.2.1 release and I can't create slices or labels
using sysinstall.
When I boot from the instalation CD everything works fine.
The message from sysinstal is ERROR: Unable to write data to disk
ad0!
I need to do this in a remote computer, so i can't boot from the CD.
What am I doing wrong?



-- 
Renato Marques
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


compatibility question

2003-08-14 Thread Renato Marques
Does FreeBSD suppor a PEN Drive?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


problem creating slices and labels

2003-08-11 Thread Renato Marques Sant`Anna Ferreia
Hi,
I am using FBSD 5.1 release and I can't create slices or labels using sysinstall.
When I boot from the instalation CD everything works fine.
The message from sysinstal is ERROR: Unable to write data to disk ad0!
I need to do this in a remote computer, so i can't boot from the CD.
What am I doing wrong?___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


problem creating slices and partitions

2003-04-05 Thread Renato Marques

Hi,
I am using FreeBSD 5 Release and after the system is installed i cant create any slice 
or label using /stand/sysinstall. I can do that when I boot from the instalation CD 
and everything works fins with FreeBSD 5 DP1. What am I doing wrong?___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]