Re: Partitioning advice (/usr and /home)

2003-09-15 Thread Guilmot Mike
Michael Vondung wrote:
> I'm trying to figure out a decent partitioning layout for a
> workstation. The system has an ~80GB disk. After /, /var, /tmp and
> swap, I have 70GB left. I'm wondering how to split these between /usr
> and /home. Ironically, it is more space than I seem to need. The box
> has only one user (me), I do not have a fast enough connection to
> download large amounts audio or video files. I plan to run the KDE3
> desktop environment with most of its applications (this is still well
> under 1.5GB), assorted other software, Wine, two or three Windows
> apps if they'll run.
>
> I'm torn between various options here, and would appreciate your
> input:
>
> 35GB for each, /usr and /home
> 25GB for /home and 45GB for /home
> 70GB for both together (no /home partition)
>
> Or something completely different? I'd like this to be "spacey"
> enough so that I won't run out of room at some point in the future,
> but 35GB for /usr seems unrealistically much (there won't be mail on
> this system, it's fed by an IMAP server on a different machine). Then
> again, 35GB for /home seems just as unrealistically much.
>
> Backup matters aside, is there a significant advantage of having a
> separate /home partition at all? If not, just skipping /home and
> using 70GB for /usr (including /usr/home) might be the most practical
> and flexible approach?
>
> Thanks.

This might sound stupid, but I did it like this:

Whole partition on /usr, and I made the home directories as:

/usr/home/$USER instead of /home/$USER

And I did not make a special partition for /usr/home, since I did not know
how much space I would need.
Maybe you could try that out too ...


Kind regards,

Guilmot Mike

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


Re: ?IRC -newbie?

2003-09-14 Thread Guilmot Mike
Alex Zivenko wrote:
> I need to learn more about IRC. What that thing?
> You can give me channels about FreeBSD, hack & humor.
> Somebody help
> you can give me link to ftp docs, but not to http. Our firewall get's
> me out when I'm going to the WWW. 
> Thank's all.

irc.freenode.net , #FreeBSD

I guess that's what you're looking for.

Kind regards,

Guilmot Mike

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


Re: /etc/fstab explain me please.....

2003-09-13 Thread Guilmot Mike
Denis wrote:
> Hi All!!!
> 
>   I want to mount automatically my second disk drive which has Fat32
>   file system. Could you tell me what i must write in FSType section
>   in /etc/fstab??
>   Maybe "msdos" or "fat32"???

msdos is what you're looking for :)
Like mount_msdos when it's not automatic.

Kind regards,

Guilmot Mike

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


Re: Spoofing, defense?

2003-09-09 Thread Guilmot Mike
On Tuesday 09 September 2003 18:09, Alexander Farber wrote:

> I've always wondered, why write the firewall rules
> blocking some IP addresses (like on the bottom of this mail).
> Doesn't it make more sense only to allow connections
> addressed to the external IP of your firewall, like
>
>  block in on rl0 from any to any
>  pass in quick on rl0 from any to $myExtIP www
>  pass in quick on rl0 from any to $myExtIP ssh

The question was only to make sure spoofing was impossible. So I showed how to 
block the intern IPS, as stated in the RFC's :-)
And I added a few ones too. 

What you gave was for a good firewall, what was asked was how to anti-spoof, 
right? :-)

-- 
Kind regards,

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


Re: Spoofing, defense?

2003-09-07 Thread Guilmot Mike
On Sunday 07 September 2003 21:45, fbsd_user wrote:

> I have not read anything about using this "#RFC 1918 private IP" in
> IPFILTER rule set.
> Is this a valid phrase?

That was comment I added ... 

Everything after the # is comment :-)

Kind regards,

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


Re: Spoofing, defense?

2003-09-07 Thread Guilmot Mike
Alex Zivenko wrote:
> Everybody know what is spoofing.
> How can I protect my server from it? It's a router to the internet,
> but some of my friends spoof the address and go thrue the router.
> Firewall can't protect.  
> Any suggestions?

Follow an ipf howto/tutorial.
There are MANY of them around.

In my firewall I prevent it like:

# Anti-spoof, no loggin [ I hate reading them ;-) ]

block in quick on rl0 from 192.168.0.0/16 to any #RFC 1918 private IP

block in quick on rl0 from 172.16.0.0/12 to any #RFC 1918 private IP

block in quick on rl0 from 10.0.0.0/8 to any #RFC 1918 private IP

block in quick on rl0 from 127.0.0.0/8 to any #loopback

block in quick on rl0 from 0.0.0.0/8 to any #loopback

block in quick on rl0 from 169.254.0.0/16 to any #DHCP auto-config

block in quick on rl0 from 192.0.2.0/24 to any #reserved for doc's

block in quick on rl0 from 204.152.64.0/23 to any #Sun cluster interconnect

block in quick on rl0 from 224.0.0.0/3 to any #Class D & E multicast



Hope this was what you meant ...


Kind regards,

Guilmot Mike

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


Re:

2003-09-07 Thread Guilmot Mike
On Sunday 07 September 2003 06:59, wang bin wrote:

> I download 5.1 ISO freebsd from a ftp, and I  use UltraISO extract it to
> d:\freebsd
> ..My computer is parted two primary  partitions C: D:. On D:  ,there is few
>
> files , I want to
> install freebsd on d:.how can i do .I can not use floppy to boot .how to
> use fbsdboot.exe to boot. Thank you .

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install.html

PS: next time, don't forget to set a subject line. Thank you.

-- 
Kind regards,

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


Re: Question

2003-09-06 Thread Guilmot Mike
On Saturday 06 September 2003 23:07, X-Ception wrote:
> hi
> suppose il make this email short and sweet im the admin of an irc server
> and we are lookign at expanding but becouse peopel charge so much for irc
> shells we are unable to do so so a friend said try asking the online
> community so here i am  i know this appears to be cheeky but i guess its
> worth a try so here i am :) hope you can help

This isn't the place to look for ppl with freebsd boxes who want to link to 
your server !
It's more a place to ask for help, or for suggestions, etc.

> p.s
> we do expect most/all to say no anyway but thankyou once again for your
> time the only thing we can offer you is a free advertising slot on our
> webpage ( http://www.x-ception.net )

Why did you even bother asking? :-)

Kind regards,

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


Re: startx fails

2003-09-06 Thread Guilmot Mike
daniel meg wrote:

> Section "Device"
>Identifier  "RIVA128"
>Driver  "nv"
>#VideoRam8192
># Insert Clocks lines here if appropriate
> EndSection

Shouldn't this be

     Driver "nvidia"

Instead of "nv" ?

Kind regards,

Guilmot Mike

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


Re: AVI format in FBSD

2003-09-05 Thread Guilmot Mike
On Friday 05 September 2003 17:41, Denis wrote:
> Hi All!!!
>
>   Does FBSD support AVI format files?
>   I can't open avi files, but why?
>   What I can do to play avi?

I guess you mean DivX ? Xvid should work already in FreeBSD (i'm not sure, but 
I think).
For DivX you have to install the DivX codec.
It's as simple as that.

http://www.divx.com

Kind regards,

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


Re: Strange Mouse issue

2003-09-05 Thread Guilmot Mike
On Friday 05 September 2003 20:18, Dragoncrest wrote:
> Recently I had my BSD install go totally down in flames with a smashing
> finale where it exploded into a billion pieces and wafted off into
> oblivion.  (blame the hardware, not me.)  Anywho, I've since resurrected
> the box but with one strange little quirk.  The mouse freaks out like a
> cat on crack.  Any movement causes it to jump to the upper left corner,
> go absolutely apesh** and do some totally weird things like false right
> and left clicks even if all I'm doing is moving the mouse.  Reboot
> didn't resolve the issue (had to reboot anyways as part of a kernel
> rebuild) so I am assuming it's not a hardware issue.  The mouse works
> fine in the console, but it absolutely will not work under X.  Any
> ideas?  I've even rebuilt my X config several times.

Is this in XFree86 while moused is still running ?
If yes, try killing moused.
This helped for me. The mouse ran just fine afterwards.

Kind regards,

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


Re:

2003-09-05 Thread Guilmot Mike
From: "Denis" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, September 05, 2003 8:43 AM


>   Does FreeBSD support C++ or support C only?

If your compiler does support it, FreeBSD supports it.
Standard install supports both C and C++.

Kind regards,

Guilmot Mike


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