FreeBSD router (IPFW-based): how to block an URL (all IPs of an A-like HOSTNAME)

2010-06-17 Thread Valerian Galeru
Hello,

Does anyone have any ideas how to block all requests using an IPFW-based router 
(FreeBSD 6.4) to and from a HOSTNAME (which has more DNS A entries) or better, 
from any *.HOSTNAME.COM 

Thank you in advance



  
___
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: FreeBSD router (IPFW-based): how to block an URL (all IPs of an A-like HOSTNAME)

2010-06-17 Thread Valerian Galeru
Ok, very simple put:

To do this without shell scripting, but this could avoid filter future IP 
addresses:
1. DIG HOSTNAMEs and add ipfw block rules for those IPs
2. DIG HOSTNAMEs and add a null rule

To block all *.hostname and future IP addresses of any of *.hostname, there 
must be written a shell script, that analyzes all requests [have no idea how to 
execute a shell script LIVE!!!, any idea on this topic?].

--- On Thu, 6/17/10, Bernt Hansson be...@bah.homeip.net wrote:

From: Bernt Hansson be...@bah.homeip.net
Subject: Re: FreeBSD router (IPFW-based): how to block an URL (all IPs of an 
A-like HOSTNAME)
To: Valerian Galeru valerian...@yahoo.com
Cc: freebsd-questions@freebsd.org
Date: Thursday, June 17, 2010, 11:47 PM

Valerian Galeru said the following on 2010-06-17 22:01:
 Hello,
 
 Does anyone have any ideas how to block all requests using an IPFW-based 
 router
 (FreeBSD 6.4) to and from a HOSTNAME (which has more DNS A entries) or 
 better, from any *.HOSTNAME.COM 

Do a whois hostname.com taking note of their ip-address range. Then, for ipf, 
put this in your rules file.

### EXAMPLE ###

block in quick on fxp0 from 192.168.0.0/16 to any
block out quick on fxp0 from any to 192.168.0.0/16



  
___
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: FreeBSD router (IPFW-based): how to block an URL (all IPs of an A-like HOSTNAME)

2010-06-17 Thread Valerian Galeru
The idea with the DNS server is wonderful, but the problem is, that in my 
network the DNS server is the one in Internet [i dont run a DNS server and all 
local/LAN computers are configured manually to use a public DNS server ].

--- On Fri, 6/18/10, Gary Gatten ggat...@waddell.com wrote:

From: Gary Gatten ggat...@waddell.com
Subject: Re: FreeBSD router (IPFW-based): how to block an URL (all IPs of an 
A-like HOSTNAME)
To: 'valerian...@yahoo.com' valerian...@yahoo.com, 
'freebsd-questions@freebsd.org' freebsd-questions@freebsd.org
Date: Friday, June 18, 2010, 12:08 AM

What about an entry in your local DNS (what your hosts use) that gives a bogus 
ip (127.0.0.1?) for *.badhost.com?  Then users can never connect to 
badhost.com. 

I don't know too many FW's that allow you to use a URL in a rule.  IIRC, 
CheckPoint-FW1 did/does, but they recommend against it due to overhead.

As pointed out, Squid or other light weight white/blacklist thingy might be in 
order.

- Original Message -
From: owner-freebsd-questi...@freebsd.org owner-freebsd-questi...@freebsd.org
To: freebsd-questions@freebsd.org freebsd-questions@freebsd.org
Sent: Thu Jun 17 15:56:23 2010
Subject: Re: FreeBSD router (IPFW-based): how to block an URL (all IPs of an    
A-like HOSTNAME)

Ok, very simple put:

To do this without shell scripting, but this could avoid filter future IP 
addresses:
1. DIG HOSTNAMEs and add ipfw block rules for those IPs
2. DIG HOSTNAMEs and add a null rule

To block all *.hostname and future IP addresses of any of *.hostname, there 
must be written a shell script, that analyzes all requests [have no idea how to 
execute a shell script LIVE!!!, any idea on this topic?].

--- On Thu, 6/17/10, Bernt Hansson be...@bah.homeip.net wrote:

From: Bernt Hansson be...@bah.homeip.net
Subject: Re: FreeBSD router (IPFW-based): how to block an URL (all IPs of an 
A-like HOSTNAME)
To: Valerian Galeru valerian...@yahoo.com
Cc: freebsd-questions@freebsd.org
Date: Thursday, June 17, 2010, 11:47 PM

Valerian Galeru said the following on 2010-06-17 22:01:
 Hello,
 
 Does anyone have any ideas how to block all requests using an IPFW-based 
 router
 (FreeBSD 6.4) to and from a HOSTNAME (which has more DNS A entries) or 
 better, from any *.HOSTNAME.COM 

Do a whois hostname.com taking note of their ip-address range. Then, for ipf, 
put this in your rules file.

### EXAMPLE ###

block in quick on fxp0 from 192.168.0.0/16 to any
block out quick on fxp0 from any to 192.168.0.0/16



      
___
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

-Inline Attachment Follows-

___
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



___
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: Compiling the kernel

2004-11-06 Thread Valerian Galeru
Could there appear any problems if the /usr/src/sys
tree is not completely updated(I mean I started
updating , but I didn`t finish) ?



__ 
Do you Yahoo!? 
Check out the new Yahoo! Front Page. 
www.yahoo.com 
 

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


RE: waiting for a syslogd message

2004-10-26 Thread Valerian Galeru
uname -a
FreeBSD v 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Mon Oct
27 17:51:09 GMT 2003
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
 i386

I would like to make a sh script and I have the next
question: I don`t want the next command to be executed
until the kernel sends a syslogd message. For example,
I want make the script waiting for the message from
ifconfig after I change the MAC : ifconfig my_nc ether
mac. This command will send a message to syslogd (and
this = to console).



__
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: syslogd messages (about dhclient and my network card)

2004-10-24 Thread Valerian Galeru
The output of the uname -a  command is FreeBSD v
4.9-RELEASE FreeBSD 4.9-RELEASE #0: Mon Oct 27
17:51:09 GMT 2003
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
 i386.
My syslogd sends me interesting messages:
em0: Link is up 100 Mbps Full Duplex
Oct 24 23:42:43 v dhclient: send_packet: Address
family not supported by protoco
l family .
I would like not receive more these messages,
especially the second one. Thank you!





__
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Making a partition smaller

2004-10-14 Thread Valerian Galeru
How to make the /usr(for example) smaller ?



___
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: setting bootable the FreeBSD partition

2004-03-09 Thread Valerian Galeru
How to set a created partition bootable? The OS (FreeBSD 4.9) is already installed and 
I don`t want to loose that system, to install any packges. I have the CD with FreeBSD.


-
Do you Yahoo!?
Yahoo! Search - Find what you’re looking for faster.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE:The sensitivity of the mouse

2004-02-26 Thread Valerian Galeru
Hi all! How can I change the sensitivity of the mouse?
I am using the 4.9 release.

__
Do you Yahoo!?
Get better spam protection with Yahoo! Mail.
http://antispam.yahoo.com/tools
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Scroll mouse

2004-02-18 Thread Valerian Galeru
How can i make the scroll button work???

__
Do you Yahoo!?
Yahoo! Mail SpamGuard - Read only the mail you want.
http://antispam.yahoo.com/tools
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Installing FreeBSD

2004-01-16 Thread Valerian Galeru
Hi! When i wanted to install FreeBSD 4.9 (from a cd that worked on another computer), 
i got this error: /mnt/usr create /symlink failed, no inodes free. This happenned 
after it made the partitions, and after started to copy the /bin directory. It is 
interesting that when i look with Partition Magic (for windows) at my HDD i see 2 
separated unused areas (i had linux installed on one of it). I tried to install on the 
same system (but another HDD) and i could do that just after 3-5 attempts. it is a 
about an Dell system. If you think it could be the problem, i can give you details 
about the system. Thank you very much!


-
Do you Yahoo!?
Yahoo! Hotjobs: Enter the Signing Bonus Sweepstakes
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Documentation for sources

2004-01-09 Thread Valerian Galeru
Can anyone tell me any sites with documentation and explanations about sources of 
FreeBSD (for example ping.c)? Thak you!


-
Do you Yahoo!?
Yahoo! Hotjobs: Enter the Signing Bonus Sweepstakes
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re:routed

2003-12-15 Thread Valerian Galeru
I want to understand about these routing tables I
run route flush (to remove all routes, gateways...).
Yes, all the routes are deleted(i try a web browser
and  i get an error), but when i run netstat -r, i
dont see that. When i want to get again the routing
table, i run routed (probably this is what i need for
regetting the routing table) and when i try a web page
on the web browser, it shows me the same eror as in
the case of the deleted routing table. Probably i did
something wrong... Thank you very much or support

__
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: scripts

2003-12-08 Thread Valerian Galeru
Please, if you know, tell me any sites with
documentation about sh scripts(for beginners)(i mean
files with .sh extension). Thank you!

__
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


NIC boot errors

2003-12-05 Thread Valerian Galeru
Hi everyone! I have a PCI NIC: RealTek 8029. the
problem is this one: when i didnt put in my config
file the line:device   ed0 at isa? disable port 0x280
irq 10 iomem 0xd8000 i couldnt use my NIC, and my NIC
is on PCI(and ed0 is for isa)...The dmesg.boot file in
this case is bad.boot(atached to this e-mail).When i
put that line, i can use the NIC. In both cases the
config files are the same(only that line is the
difference)(the config file is atached to this
e-mail:k).The dmesg.boot file in the case with that
line is last.boot(atached to this e-mail). The second
problem is why do i get those errors(at the begining
of last.boot). In the case of last.boot i get this
error(after root is logged in):dhclient: send-packet:
Adress family not supported by protocol family. Thank
you very much for reading this e-mail. And sorry for
my English.


sory but i cant atach more files and i will show the
the GENERIC dmesg.boot here: Copyright (c) 1992-2003
The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989,
1991, 1992, 1993, 1994
The Regents of the University of California. All
rights reserved.
FreeBSD 4.9-RELEASE #0: Mon Oct 27 17:51:09 GMT 2003
   
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
Timecounter i8254  frequency 1193182 Hz
CPU: Pentium/P55C (149.69-MHz 586-class CPU)
  Origin = GenuineIntel  Id = 0x543  Stepping = 3
 
Features=0x8001bfFPU,VME,DE,PSE,TSC,MSR,MCE,CX8,MMX
real memory  = 50331648 (49152K bytes)
avail memory = 43659264 (42636K bytes)
Preloaded elf kernel kernel.old at 0xc053f000.
Intel Pentium detected, installing workaround for F00F
bug
md0: Malloc disk
npx0: math processor on motherboard
npx0: INT 16 interface
pcib0: Host to PCI bridge on motherboard
pci0: PCI bus on pcib0
isab0: Intel 82371SB PCI to ISA bridge at device 7.0
on pci0
isa0: ISA bus on isab0
atapci0: Intel PIIX3 ATA controller port
0xf000-0xf00f at device 7.1 on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
ed0: NE2000 PCI Ethernet (RealTek 8029) port
0x6100-0x611f irq 11 at device 19.0 on pci0
ed0: address 00:4f:49:03:da:db, type NE2000 (16 bit) 
pci0: Cirrus Logic GD5446 SVGA controller at 20.0
orm0: Option ROM at iomem 0xc-0xc7fff on isa0
pmtimer0 on isa0
fdc0: NEC 72065B or clone at port 0x3f0-0x3f5,0x3f7
irq 6 drq 2 on isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1440-KB 3.5 drive on fdc0 drive 0
atkbdc0: Keyboard controller (i8042) at port
0x60,0x64 on isa0
atkbd0: AT Keyboard flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
vga0: Generic ISA VGA at port 0x3c0-0x3df iomem
0xa-0xb on isa0
sc0: System console at flags 0x100 on isa0
sc0: VGA 16 virtual consoles, flags=0x300
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1 at port 0x2f8-0x2ff irq 3 on isa0
sio1: type 16550A
ppc0: Parallel port at port 0x378-0x37f irq 7 on
isa0
ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode
ppi0: Parallel I/O on ppbus0
plip0: PLIP network interface on ppbus0
lpt0: Printer on ppbus0
lpt0: Interrupt-driven port
ad0: 2441MB WDC AC22500L [4960/16/63] at ata0-master
WDMA2
ad2: DMA limited to UDMA33, non-ATA66 cable or device
ad2: 19881MB Maxtor 6E020L0 [40395/16/63] at
ata1-master WDMA2
Mounting root from ufs:/dev/ad0s2a






__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/

bad.boot
Description: bad.boot


last.boot
Description: last.boot


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


Compiling(running make) the kernel!

2003-12-04 Thread Valerian Galeru
Here are the config file and the error i get while compiling the kernel.



-
Do you Yahoo!?
Free Pop-Up Blocker - Get it now#
# GENERIC -- Generic kernel configuration file for FreeBSD/i386
#
# For more information on this file, please read the handbook section on
# Kernel Configuration Files:
#
#http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
#
# The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
# latest information.
#
# An exhaustive list of options and more detailed explanations of the
# device lines is also present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.54 2003/04/28 03:41:46 simokawa Exp $

machine i386
cpu I586_CPU
ident   valkernel
maxusers64

#makeoptionsDEBUG=-g#Build kernel with gdb(1) debug symbols

#optionsMATH_EMULATE#Support for x87 emulation
options INET#InterNETworking
options INET6   #IPv6 communications protocols
options FFS #Berkeley Fast Filesystem
options FFS_ROOT#FFS usable as root device [keep this!]
options SOFTUPDATES #Enable FFS soft updates support
options UFS_DIRHASH #Improve performance on big directories
#optionsMFS #Memory Filesystem
#optionsMD_ROOT #MD is a potential root device
#optionsNFS #Network Filesystem
options NFS_ROOT#NFS usable as root device, NFS required
options MSDOSFS #MSDOS Filesystem
options CD9660  #ISO 9660 Filesystem
options CD9660_ROOT #CD-ROM usable as root, CD9660 required
options PROCFS  #Process filesystem
options COMPAT_43   #Compatible with BSD 4.3 [KEEP THIS!]
#optionsSCSI_DELAY=15000#Delay (in ms) before probing SCSI
options UCONSOLE#Allow users to grab the console
options USERCONFIG  #boot -c editor
options VISUAL_USERCONFIG   #visual boot -c editor
options KTRACE  #ktrace(1) support
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
options P1003_1B#Posix P1003_1B real-time extensions
options _KPOSIX_PRIORITY_SCHEDULING
options ICMP_BANDLIM#Rate limit bad replies
options KBD_INSTALL_CDEV# install a CDEV entry in /dev
options AHC_REG_PRETTY_PRINT# Print register bitfields in debug
# output.  Adds ~128k to driver.
options AHD_REG_PRETTY_PRINT# Print register bitfields in debug 
# output.  Adds ~215k to driver.

# To make an SMP kernel, the next two are needed
#optionsSMP # Symmetric MultiProcessor Kernel
#optionsAPIC_IO # Symmetric (APIC) I/O

# To support HyperThreading, HTT is needed in addition to SMP and APIC_IO
#optionsHTT # HyperThreading Technology

device  isa
#device eisa
device  pci

# Floppy drives
device  fdc0at isa? port IO_FD1 irq 6 drq 2
device  fd0 at fdc0 drive 0
#device fd1 at fdc0 drive 1
#
# If you have a Toshiba Libretto with its Y-E Data PCMCIA floppy,
# don't use the above line for fdc0 but the following one:
#device fdc0

# ATA and ATAPI devices
#device ata0at isa? port IO_WD1 irq 14
#device ata1at isa? port IO_WD2 irq 15
device  ata
device  atadisk # ATA disk drives
device  atapicd # ATAPI CDROM drives
#device atapifd # ATAPI floppy drives
#device atapist # ATAPI tape drives
#optionsATA_STATIC_ID   #Static device numbering

# SCSI Controllers
#device ahb # EISA AHA1742 family
#device ahc # AHA2940 and onboard AIC7xxx devices
#device ahd # AHA39320/29320 and onboard AIC79xx devices
#device amd # AMD 53C974 (Tekram DC-390(T))
#device isp # Qlogic family
#device mpt # LSI-Logic MPT/Fusion
#device ncr # NCR/Symbios Logic
#device sym # NCR/Symbios Logic (newer chipsets)
#options

I need some documentation, and not only

2003-12-04 Thread Valerian Galeru
Can anyone tell me any sites with documentation about file systems in Unix systems(it 
will be better on FreeBSD(if there are any differences between Freebsd fs and other 
Unix fs) ). I need names of programs like window comander, or something like this, not 
to type cd 100 times a day:). And i need documentation about Floppy disks, how to 
format them in BSD


-
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Make kernel error nr. 1

2003-12-03 Thread Valerian Galeru

I get an error when i make the kernel. Here is my config file(atached).



-
Do you Yahoo!?
Free Pop-Up Blocker - Get it now#
# GENERIC -- Generic kernel configuration file for FreeBSD/i386
#
# For more information on this file, please read the handbook section on
# Kernel Configuration Files:
#
#http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
#
# The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
# latest information.
#
# An exhaustive list of options and more detailed explanations of the
# device lines is also present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.54 2003/04/28 03:41:46 simokawa Exp $

machine i386
cpu I586_CPU
ident   valkernel
maxusers64

#makeoptionsDEBUG=-g#Build kernel with gdb(1) debug symbols

#optionsMATH_EMULATE#Support for x87 emulation
options INET#InterNETworking
options INET6   #IPv6 communications protocols
options FFS #Berkeley Fast Filesystem
options FFS_ROOT#FFS usable as root device [keep this!]
options SOFTUPDATES #Enable FFS soft updates support
options UFS_DIRHASH #Improve performance on big directories
#optionsMFS #Memory Filesystem
#optionsMD_ROOT #MD is a potential root device
#optionsNFS #Network Filesystem
options NFS_ROOT#NFS usable as root device, NFS required
options MSDOSFS #MSDOS Filesystem
options CD9660  #ISO 9660 Filesystem
options CD9660_ROOT #CD-ROM usable as root, CD9660 required
options PROCFS  #Process filesystem
options COMPAT_43   #Compatible with BSD 4.3 [KEEP THIS!]
#optionsSCSI_DELAY=15000#Delay (in ms) before probing SCSI
options UCONSOLE#Allow users to grab the console
options USERCONFIG  #boot -c editor
options VISUAL_USERCONFIG   #visual boot -c editor
options KTRACE  #ktrace(1) support
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
options P1003_1B#Posix P1003_1B real-time extensions
options _KPOSIX_PRIORITY_SCHEDULING
options ICMP_BANDLIM#Rate limit bad replies
options KBD_INSTALL_CDEV# install a CDEV entry in /dev
options AHC_REG_PRETTY_PRINT# Print register bitfields in debug
# output.  Adds ~128k to driver.
options AHD_REG_PRETTY_PRINT# Print register bitfields in debug 
# output.  Adds ~215k to driver.

# To make an SMP kernel, the next two are needed
#optionsSMP # Symmetric MultiProcessor Kernel
#optionsAPIC_IO # Symmetric (APIC) I/O

# To support HyperThreading, HTT is needed in addition to SMP and APIC_IO
#optionsHTT # HyperThreading Technology

device  isa
#device eisa
device  pci

# Floppy drives
device  fdc0at isa? port IO_FD1 irq 6 drq 2
device  fd0 at fdc0 drive 0
#device fd1 at fdc0 drive 1
#
# If you have a Toshiba Libretto with its Y-E Data PCMCIA floppy,
# don't use the above line for fdc0 but the following one:
#device fdc0

# ATA and ATAPI devices
#device ata0at isa? port IO_WD1 irq 14
#device ata1at isa? port IO_WD2 irq 15
device  ata
device  atadisk # ATA disk drives
device  atapicd # ATAPI CDROM drives
#device atapifd # ATAPI floppy drives
#device atapist # ATAPI tape drives
#optionsATA_STATIC_ID   #Static device numbering

# SCSI Controllers
#device ahb # EISA AHA1742 family
#device ahc # AHA2940 and onboard AIC7xxx devices
#device ahd # AHA39320/29320 and onboard AIC79xx devices
#device amd # AMD 53C974 (Tekram DC-390(T))
#device isp # Qlogic family
#device mpt # LSI-Logic MPT/Fusion
#device ncr # NCR/Symbios Logic
#device sym # NCR/Symbios Logic (newer chipsets)
#options

Compiling the kernel

2003-12-01 Thread Valerian Galeru
I want to build a new kernel. I have edit the GENERIC
file (like is written into the documentation). And
when i run /usr/sbin/config
/root/kernels/MYKERNEL(this is my kernel) i get a lot
of errors Command not found. What is made wrong???

__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Compiling the kernel2

2003-12-01 Thread Valerian Galeru
Ok! Now i dont get those errors, but i get others. I
dont get errors when i run the make depend command.
But, when i run the make command, i get errors like in
the file error.txt that is attached to this e-mail.

__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/sbp.o(.text+0x1f9a): undefined reference to 'xpt_bus_register'
sbp.o(.text+0x1fb5): undefined reference to 'xpt_periph'
sbp.o(.text+0x1fbe): undefined reference to 'xpt_create_path'
.(errors like |^)
*** Error code 1

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


CVSUP problem

2003-11-25 Thread Valerian Galeru
I am conected to INTERNET and run cvsup mysupfile. I
get the error:Cannot get IP adress of my own host --
is its hostname correct? i am connected through a proxy.

__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Opera reg number

2003-11-22 Thread Valerian Galeru
How can i get the opera registration number? Of
course without buying it :

__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Installed ports

2003-11-21 Thread Valerian Galeru
Pls tell me where are all the installed ports? After i installed the port, where i can 
find the bin file for the port?


-
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Please help me: Opera installing

2003-11-18 Thread Valerian Galeru
Now I have /usr/ports. I go to /www/opera and run make install. I get this:fetch: 
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/opera-7.20-20030919.1-static-qt.i386.freebsd.tar.bz2:
 File unavailable
Couldn't fetch it- please try to retrieve this 
port manually into /usr/ports/distfies/ and try again. Of course it tries to fetch 
that file on other servers(I dont think it metter). I found that file on a ftp 
server and downloaded (dont tell me that i didnt use the binary mode, because i use 
that mode ). Than i copied the file in /usr/ports/distfiles/ and run that command 
again. And now the result: NOTHING, the same error :( OK. Now i found other 2  sites 
that hostes this file: ftp.ioffe.rssi.ru and ftp.onego.ru . I changed in the 
Makefile the master site into the paths to that file and when i run make install, 
when it tries to fetch that file i get the error: local modification time does not 
match remote. What did i do wrong??? May be i didnt read the documentation ?? Dont 
think ... But may be i am wrong...


-
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Please help me: Opera installing

2003-11-18 Thread Valerian Galeru
Now I have /usr/ports. I go to /www/opera and run make install. I get this:fetch: 
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/opera-7.20-20030919.1-static-qt.i386.freebsd.tar.bz2:
 File unavailable
Couldn't fetch it- please try to retrieve this 
port manually into /usr/ports/distfies/ and try again. Of course it tries to fetch 
that file on other servers(I dont think it metter). I found that file on a ftp 
server and downloaded (dont tell me that i didnt use the binary mode, because i use 
that mode ). Than i copied the file in /usr/ports/distfiles/ and run that command 
again. And now the result: NOTHING, the same error :( OK. Now i found other 2  sites 
that hostes this file: ftp.ioffe.rssi.ru and ftp.onego.ru . I changed in the 
Makefile the master site into the paths to that file and when i run make install, 
when it tries to fetch that file i get the error: local modification time does not 
match remote. What did i do wrong??? May be i didnt read the documentation ?? Dont 
think ... But may be i am wrong...


-
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Opera2

2003-11-18 Thread Valerian Galeru
i have downloaded another version of opera and tried to install it with pkg_add 
File_name and got a error like this: couldnt find +Content. and other folders...??


-
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Extracting, mounting a floppy.

2003-11-18 Thread Valerian Galeru
With what can i extract files from a bz2 archieve? How
can i mount a floppy?

__
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Opera

2003-11-17 Thread Valerian Galeru
When i go to www.freebsd.org/ports and search for opera i find opera-7.22.20031103. 
When i go to ftp.freebsd.org with sysinstall i cant see that package... And then, if 
www.freebsd.org/ports finds the package, where i can take it from ( it could be 
downloaded from a web site, but i dont have any, and then i need a FTP adress). The 
problem is that i didnt find any packages with a simillar name in 
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages 4-9 , packages 4-8, packages 4 
stable. Why could i take it from??? I dont have a web browseron my FBSD CD i didnt 
find it:(


-
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Deinstalling

2003-11-17 Thread Valerian Galeru
After i installed a web browser, my /usr got filled
and now i wont to deinstall the browser and all the
packages it installed ( not all the packages it
requires, but only the packages it installed). What
should i do?

__
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


C

2003-11-16 Thread Valerian Galeru
Can anyone tell the name of the package that contain
the C, something simillar to Borland C++ in windows...

__
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Deinstalling

2003-11-16 Thread Valerian Galeru
Why when i run make deinstall in an installed port it
takes just a few seconds (but when i installed the
port it took 1 minute or more)?

__
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


What should i do?

2003-11-11 Thread Valerian Galeru
i installed blackbox, a simple window manager. It doesnt have any web browser in it. 
But i have installed dillo, a fast web browser, but i cant login to my email with it 
(perhaps it doesnt support a lot of things). I want to install opera. When run make 
install command in ports/www/opera i get the next error: couldnt fetch it(a file), 
please try to retrieve ityourself   I  even dont know how to download a 
file(with what program??? my dillo cant do this...), whereto take that file 
from? and when i wanted to install netscape7 i got the same error...


-
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Don`t know what to do... :))

2003-11-07 Thread Valerian Galeru
I installed XFree86, then i run XFree86 -configure, then i run XFree86 -xf86config 
XF86Config.new. Everything is ok. Than i cp XF86Config.new to /etc/X11/XF86Config (i 
tried to copy and to /usr/X11R6/etc/X11/XF86Config but there is no directory X11). 
then, when i run startx i get the next error: screen not found... I know i can do 
everythiing with xf86cfg but i don`t understand why the first way has problems (may be 
i have problems  : ). Thank You!


-
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


PLS answer my question!

2003-11-06 Thread Valerian Galeru
I installed x windows with sysinstall, then i installed blackbox (a window manager). 
Then if x server is not started and i execute blackbox command i get a error like 
this: x server not started something like this. If i start xserver and then run the 
blackbox command,  i get another error (something like this one: another windows 
manager started, but i didnt install any window manager). And then, i can configure 
~/.xinitrc but i cant find it in my home directory (in /home/val (val is my username) 
and in root the same). Ok. In man xstart it is said that this file can miss, and then 
i must go to /usr/.. after i configure that file and run startx nothing happens. 
What is the problem? How can i deinstall x windows and start it again? Or what can i 
DO???  10x  for help


-
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Pls answer my question.

2003-10-26 Thread Valerian Galeru
I`ve got a Pentium MMX 150 MHZ. Tell me pls what is the best version of FreeBSD for my 
computer. Pls send the response to this e-mail. Thank You!


-
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]