Re:

2003-04-01 Thread Aleksey I. Yurlov
From ftp server in your country.
For example in Russia that's will be:
ftp://ftp3.ru.freebsd.org/.0/FreeBSD/ISO-IMAGES-i386/4.8/

Here you will find iso-images for 4.8-RELEASE.

Have fun.

Aquarius Computer Services wrote:
how can i get free freebsd cd s
___
[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]


[ 4.2- 4.7 upgrade halted ]

2003-03-21 Thread Aleksey I. Yurlov
Hi, All.

Have a problems with update system with 4.2-RELEASE to 4.7-RELEASE with 
cvsup.

make buildworld return good result, but when I try to make 
buildkernel KERNCONF=MYKERNEL process stop in a part of depend with 
SCSI devices and halt.
I try to cvsup'ing with 4.7 RELENG and 4.4 RELENG...but the result is 
the same.

If you can, please tell me about the way how I can to upgrade from 4.2 
to 4.7 RELEASE, I need ipfw2 on this box.

Thank you.

--
Best regards, Aleksey I. Yurlov
[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: [ 4.2- 4.7 upgrade halted ]

2003-03-21 Thread Aleksey I. Yurlov
Thank you.
The problem was reach out after:
1. rm -fR /usr/obj/usr/src/sys/MYKERNEL
Read /usr/src/UPDATING
2. add to /usr/src/sys/i386/conf/MYKERNEL
device miibus #before fxp0
Thank you, again.
Now I tempararily have 4.3-RELEASE-p34 ;-)
Darren Gamble wrote:
Good day,


make buildworld return good result, but when I try to make 
buildkernel KERNCONF=MYKERNEL process stop in a part of depend with 
SCSI devices and halt.


You can't expect much help if you don't post the relevant output.


I try to cvsup'ing with 4.7 RELENG and 4.4 RELENG...but the result is 
the same.

If you can, please tell me about the way how I can to upgrade 
from 4.2 
to 4.7 RELEASE, I need ipfw2 on this box.


Try the 4.7 GENERIC kernel first.  If that works, then find out what you did
wrong with your kernel config file.

Darren Gamble
Planner, Regional Services
Shaw Cablesystems GP
630 - 3rd Avenue SW
Calgary, Alberta, Canada
T2P 4L4
(403) 781-4948
To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


--
Best regards, Aleksey I. Yurlov
[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


mfsroot: Fatal trap 12.

2003-02-17 Thread Aleksey I. Yurlov
 Have a nice time.

I need to install fbsd on my laptop RoverBook Navigator KT6 (Intel PII 
333/64mb/4.3gb ata-33), BIOS: SystemSoft PnP BIOS v.1.17.1, 97). On the 
procces of booting /mfsroot got the Fatal trap:

chip1: Intel 82371AB Power managment controller port 0x1400-0x140f at 
device 7.3 on pci0
pci_cfgintr_linked: linked (60) to hard-routed irq 10

Fatal trap 12: page fault while in kernel mode
fault virtual address= 0xeb781
fault code= supervisor read, page not present
.skiped

I tryed to switch off power managmenet from bios, disable all devices 
that were founded on irq 10 (sn0, adv0, ed0) in the CLI mode of 
install process...but already see only this error.

Please, help.
Thank you.

--
Best regards, Aleksey I. Yurlov
[EMAIL PROTECTED]

--
Best regards, Aleksey I. Yurlov
[EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Quota problem.

2003-01-07 Thread Aleksey I. Yurlov
Have a nice time.
A little question about quotas in 4.7-S
I'll give output of commands, because it will be more natural by my opinion.

There is a ordinary user some on my box with:
# uname -a
FreeBSD ZzZ 4.7-STABLE FreeBSD 4.7-STABLE #0: Wed Oct 16 20:56:02 GMT 
2002 root@ZzZ:/usr/obj/usr/src/sys/ZzZ i386
#
Quotas for user some:
/usr: kbytes in use: 6245624, limits (soft = 700, hard = 710)
inodes in use: 23, limits (soft = 0, hard = 0)
, but :
# du -k /usr/home/some/
4913828  /usr/home/some/

Imho, 6245624 != 4913828 ;-(

User some have ftp access to his $HOME in CHROOT by proftpd (I 
checked, that there is no files on /usr filesystem owned by him),
and shell is /usr/bin/false. quotacheck -a, rehash, sync,..., reboot 
didn't helps.

If you know some solution in this situation - reply please.

ps: By now I will go to update my box, may be there is patches  fixes 
about quotas?!

---
Best regards, Aleksey I. Yurlov
[EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: Help with IPF and IPNAT

2002-12-25 Thread Aleksey I. Yurlov
You didn't send any rules for it? Do you tune them?
Try to read this about ip filter installation and sturtup-time pulling.
http://www.freebsddiary.org/topics.php#ipfilter

[EMAIL PROTECTED] wrote:

Argh!  I've been pulling my hair out trying to get my NAT gateway going.  

I have two interfaces, one external and internal, servicing a private LAN. 
From the LAN I can ping the internal interface and the external interface,

but I can't get past the ext. interface.  For testing my rules are pass in
all and pass out all.  From the gateway itself I can ping anywhere outside
or inside.

I have tried loading IPNAT and IPF as loadable kernel modules by adding the
following to /etc/rc.conf:

gateway_enable=YES
network_interfaces=x10 dc0 lo0
ifconfig x10...
ifconfig dc0...
ipfilter_enable=YES
ipfilter_rules=/etc/ipf.rules
ipfilter_program=/sbin/ipf
ipfilter_flags=
ipnat_enable=YES
ipnat_program=/sbin/ipnat
ipnat_flags=

Each interface is up and running.  My default gateway in /etc/rc.conf is
the gateway of the external NIC.

Can anyone see anything wrong with what I am doing, or something missing? 
Do I need routed installed and running?  I also tried
forward_sourceroute=YES, but that didn't seem to help.

Thanks,
Adam Lofstedt


mail2web - Check your email from the web at
http://mail2web.com/ .



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



--
Best regards, Aleksey I. Yurlov
[EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: problem

2002-12-23 Thread Aleksey I. Yurlov
Hi, there...
Didn't really sure can this helps...

I had the problem like this with specific Compaq SCSI adapter. (sorry, 
didn't remember now it's numbers...etc)
I reach out this problem by the way below:
1. Install fbsd on another pc (in my situation I have it on my desktop)
2. Build custom kernel with those SCSI adapters drivers
3. Put custom kernel into boot floppy.

After that I start installation of fbsd as always and that's all...
Custom directives for kernel of my SCSI adapter I found in the 
/usr/src/sys/i386/conf/LINT.

--
Best regards, Aleksey I. Yurlov
[EMAIL PROTECTED]



Andrew Knapp wrote:
On Mon, 23 Dec 2002 12:14:12 -0800
Steve Sizemore [EMAIL PROTECTED] wrote:



On Fri, Dec 20, 2002 at 02:27:55PM -0500, Hanauer wrote:


I have and Dell PowerEdge 2600 and need to install FreeBSD
Problem: This machine have SCSI PERC4/Di and the FreeBSD
not
support this hardware.

Can everyone help me?

Tks


Have you actually tried this, and found that it doesn't work?

Despite the fact that it's not mentioned in the docs, it does
appear in the amr device driver. I've ordered such a server,
under the assumption that it would work - haven't yet had
a chance to test it.

Steve



We just got a PowerEdge 2650 here at work, and it is working like a charm. Everything was recognized off the boot disks and I was able to install FBSD fine.  I'm almost certain it contained a PERC4/Di.

-Andy

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message





To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: nfs help plz

2002-12-18 Thread Aleksey I. Yurlov
Try look here for steps...
May be that can helps...
http://www.freebsddiary.org/topics.php#nfs
Also try to man nfs, man nfsd, man exports, man mountd...
So...have fun ;-)


Shantanu Mahajan wrote:

+++ RD [freebsd] [14/12/02 22:02 -0500]:
| hi guys ,
| i'm trying to make one of my boxes a file server, ftp server, and mysql
| 
| i'm running apache on box #2...
| 
| now i need to mount my users dir on box 2 from box 1
| 
| i can't seem to make it work from freebsd handbook.
| 
| any step by step links?
| tx
| RD
| 
| --
	First take care that both boxes have a a user with same name and uid. And try to share it. Hope this will solve your prob. as I faced the similar one when I tried to use nfs.

Regards,
Shantanu




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: rc.conf

2002-12-17 Thread Aleksey I. Yurlov
Try to look in /etc/defaults/rc.conf variables that can be in /etc/rc.conf

for ex. if you need some tunnings about firewall - do something like this:
grep -i fire /etc/defaults/rc.conf  /etc/rc.conf



Thomas Spreng wrote:


Hi,

On Tue, Dec 17, 2002 at 01:32:03PM +, Tiago Andre wrote:

How do i compile my rc.conf


you dont need to, its read on each startup...

Thanks
Tiago Camilo



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message




--
Best regards, Aleksey I. Yurlov
[EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message