datasize ...

2006-08-29 Thread regisr
Hello,

My computer is powered by a 32 bits CPU. I want to run a progam which
need datasize more than 3GB (may be the data should be temporary in a
file (but I don't wrote this software ;-) .
Does FreeBSD 6.1 can have a mechanism to do this?

Other question: If I have less memory than 3G, is it possible to put
the limit to 3G (~2.9 G, I need to check again the posts about this
limit) whith swaping of course. 

May be I should buy a 64bits computer ...

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


Re: Does QUOTA work for users not in /etc/password (ie. by UID?)

2006-08-29 Thread Dan Nelson
In the last episode (Aug 29), Philip Hallstrom said:
 I was looking at implementing QUOTA for a server, but all of our
 users are stored in a database (ftp/pop/imap authenticates against
 the db).  They each have their own uid's though so the files are
 owned individually.
 
 I would think file system quotas would work for this, but from the
 docs I've read so far it doesn't say and all the various commands
 take a username as an argument, not a uid...
 
 So without actually trying it out, anyone know if quotas will work
 without matching /etc/passwd entries?

Quotas work entirely by uid: the quota info is stored at an offset of
uid*sizeof(struct dqblk) in quota.user.  You can pass uids to edquota
or any other quota tool.

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


RE: PHP5 and MySQL

2006-08-29 Thread Muhammad Omer Iqbal
So it seems that my ports collectionwas indeed out of date, even though I
installed FreeBSD 6.1 only two weeks back. Lesson learnt: always update
ports collection after installing FreeBSD.

I am doing MySQL 5.0 instead of 5.1, I do not want a beta release, and I am
comparing and doing an analysis against a propreitary DB. I have used MySQL
in the past, and believe it is a better choice for our case.

Thanks for all the help, esp Gerard, Matthew  fbsd. I am going to try and
build/install everything. If I run into problems again and I run out of
everything, I will come back here.

Thanks folks!
Best Wishes,
Omer

-Original Message-
From: Gerard Seibert [mailto:[EMAIL PROTECTED] 
Sent: Sunday, August 27, 2006 4:18 PM
To: Muhammad Omer Iqbal
Subject: Re: PHP5 and MySQL

It certainly sounds like you have an old version of the ports tree
installed.

They this and see if it corrects things. Have you ever run 'portsnap'?
If not, now is a good time to start.

As root, run the following:

portsnap fetch
portsnap extract
portsnap update

The extract command will take awhile, but it only has to be run once.
After this, anytime you want to update the ports tree you would simply
run:

portsnap fetch update

The three commands I gave you will rebuild build your ports tree with the
latest updates.

Now, ,migrate to /usr/ports/databases/mysql51-server and run:

make install  make clean

If it complains about any other version being installed you will have to
navigate to that directory and run make deinstall to remove it manually.
Then return and run the above command again/

Next, navigate to the /usr/ports/lang/php5 directory and run 

make config

Make sure that the Build Apache Module is checked Leave the others at
there default settings. Make sure you do 'tab' to OK and hit return to save
the settings.

Now, enter: make install  make clean

When finished, everything should be running correctly. If you have not done
so already, you must place:

mysql_enable=YES

in the /etc/rc.conf file. Now reboot the system and all should be well.

Ciao!

--
Gerard Seibert
[EMAIL PROTECTED]

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


GE NIC

2006-08-29 Thread Markus Tetzlaff
Hello,
I am looking forward for GE fiber interface card, but this card should
support GBICs and not fixed SX or LX.
The reasson is, I have to use C-WDM GBICs.

I looked inside the release HW notes and googled a lot , but I didnŽt found 
anything, do you know if such 
a card exsist ?

Cheers,
Markus

_
Der WEB.DE SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
http://smartsurfer.web.de/?mc=100071distributionid=0066

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


Re: Fw: lothlorien.nagual.nl security run output

2006-08-29 Thread dick hoogendijk
On 28 Aug David Robillard wrote:

 Did you reinstall the entire OS _before_ you installed Osiris?  Did you
 find out why your SUID files had changed in the first place?

No. I did a diff with the same files on other freebsd-6.1 machines which
I'm absolutely certain are not compromised. The files where exactly the
same. I use the same port collections and always portupgrade the machines
at the same time. So I'm quite sure it must have been some software
packages that changed the suid bit. It's too much work to find out exactly
which ones, given the fact it's not that important after all.

 If not, then your base Osiris database might contain already
 compromised software. Which makes Osiris useless...

I know..

 Use the default configuration for this OS (yes/no) yes
   configuration (default.freebsd) has been pushed
 
 Nothing happens.. (as it seems..)

 I had the same problem with FreeBSD 5.3 and then moved to 6.1 which
 cleared this problem. I suspect it has to do with network timeouts that
 have been changed via sysctl.conf(5). Have you done any modifications to
 your sysctl.conf file?

I run 6.1 so it's weird that nothing happens..
I did not change a thing in sysctl.conf except for some hw.snd settings.
They can't be blamed I suppose ;-)

Maybe you have some clues.

-- 
dick -- http://nagual.nl/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 6.1 +++ The Power to Serve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: freebsd-specific postfix antispam howto

2006-08-29 Thread Derrick Edwards
On Monday 28 August 2006 22:16, Dave wrote:
I Hello,
 Does anyone have any information on this? I've googled and have found a
 lot of information for Linux and even an OpenBSD howto, but i am looking
 for something freebsd-specific, preferably fbsd6. I'm having issues getting
 all the services, amavisd-new configured/starting up properly and would
 like to read someone's all-integrated freebsd-specific solution if any, to
 get an idea as to what i'm doing wrong?
 Thanks.
 Dave.

 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
Dave,
http://www.postfix.org/docs.html has a bunch of how to and examples. It is 
what I used. If additional problems/questions, let me know.
v/r
Derrick 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problems booting HP Proliant DL-320 G4 6.1-RELEASE

2006-08-29 Thread Ted Mittelstaedt
you only needed the 2 files in the /src/sys/dev/bge directory but that will 
work too.

You should do a complete cvsup and make world, otherwise some kernel
utilities (like systat, etc.) may work funny.

Ted
  - Original Message - 
  From: [EMAIL PROTECTED] 
  To: Ted Mittelstaedt 
  Cc: freebsd-questions@freebsd.org 
  Sent: Monday, August 28, 2006 2:05 PM
  Subject: Re: Problems booting HP Proliant DL-320 G4  6.1-RELEASE



  FYI,  setup stable-sup and let it update the kernal on another 6.1 
  box, then tar'ed the who sys source directory onto a flash drive 
  and onto my DL320.   Rebuilt kernel, network up and running. 

  Did find out in the process that the DL320 will try and boot off 
  a flash drive..   didn't expect that..   Anyway, thanks much for the 
  pointers, and I'm off to the races now. 

  Bill 




Ted Mittelstaedt [EMAIL PROTECTED] 
08/26/06 04:21 AM 
   To freebsd-questions@freebsd.org, [EMAIL PROTECTED]  
  cc  
  Subject Re: Problems booting HP Proliant DL-320 G4  6.1-RELEASE 

  

   



  I have one of these running mail right now.  Here's what I found:

  1) The onboard ethernet chip driver in 6.1-release is buggy and
  will panic the system.  Install and don't enable ethernet.  Download
  the current bge driver from CVS, copy to a floppy, copy from
  floppy to server, recompile kernel.

  2) Turn off the onboard SATA raid in BIOS, it uses adaptec
  microcode that isn't supported.  If you want mirrored raid, there's a
  procedure that you can do to get it.

  3) for some weird reason the system will hang during boot for up
  to TWO MINUTES.  After it gets done doing whatever it's doing,
  it will continue booting.

  Install normally, don't do anything special.  BIOS settings should
  be normal.

  Ted

  - Original Message - 
  From: [EMAIL PROTECTED]
  To: freebsd-questions@freebsd.org
  Sent: Friday, August 25, 2006 6:14 PM
  Subject: Problems booting HP Proliant DL-320 G4  6.1-RELEASE


   Having problems booting my new 320 G4 after successfully
   installing from CD.   The CD install went fine, the first boot was
   normal, but the second and all subsequent boots hang right
   after the  WARNING setting entropy source to blocking mode.
  
   Keyboard is dead and the machine appears locked up.  Right
   now it's on the screen wanting to enter the seed for SSHD, but
   it hangs on even when you don't enable SSHD during install.
  
   any suggestions?
  
   I've tried to disable ILo by turning off the Legacy USB support.
   FYI,  VGA console and regular PS2 keyboard hooked up.
  
   Any help would be most appreciated.  Just bought 4 of these
   guys for a project.
  
   Bill
   ___
   freebsd-questions@freebsd.org mailing list
   http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   To unsubscribe, send any mail to
  [EMAIL PROTECTED]
  


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


Wake on Lan stopped working soon after system upgrade

2006-08-29 Thread Daniel Kerse

Hi there

I recently upgraded my system from
FreeBSD 6.1-STABLE #1: Sun Jul 30 15:12:34 NZST 2006
to
FreeBSD 6.1-STABLE #2: Mon Aug  7 19:20:35 NZST 2006
Somewhere along the way my Wake on Lan stopped working. I've tested my
Wakeup system[1] - it is still wakes up my WinXP laptop but won't wake
up my FreeBSD[2] box.

After checking a few logs it seems I did manage to wake the system up
remotely once once after 'make installkernel' and 'make installworld'.
The only thing I've changed since then is an upgrade of ports[3].

I have noticed that when my FreeBSD box is shut down, the Ethernet
lights are off. I have a feeling that previously the lights may have
stayed on when the system was down(?) I've checked the bios[4]
settings, it is still set to wake on lan. The LAN port[5] is built
into the motherboard.

I've had a bit of a look at the ACPI[6] settings in the kernel[7], but
nothing's standing out, even after reading the acpi man page. I've
tried booting with and without acpi, and always shutdown with
shutdown -p.

Hope someone can help,
Dan


[1] Linksys WRT54Sv1.1 GDD-WRT v23 SP1 Final (05/16/06) voip

[2] FreeBSD schooner.harbour 6.1-STABLE FreeBSD 6.1-STABLE #2: Mon Aug
7 19:20:35 NZST 2006

[EMAIL PROTECTED]:/usr/obj/usr/src/sys/SCHOONER  i386

[3] Here's what portmanager  -u updated after the last time I got WoL to work.
00029 have:portupgrade-2.1.3.2_2,2 /sysutils/portupgrade
   OLD available: portupgrade-2.1.3.2_3,2
00045 have:php5-5.1.4  /lang/php5
   built with OLD dependency: apache-1.3.37_1
00047 have:apache-1.3.37   /www/apache13
   OLD available: apache-1.3.37_1
00065 have:postgresql-libpqxx-2.6.6
/databases/postgresql-libpqxx   OLD available:
postgresql-libpqxx-2.6.7
00080 have:koffice-1.5.1,2 /editors/koffice-kde3
   built with OLD dependency:

postgresql-libpqxx-2.6.7
00087 have:kdelibs-3.5.3   /x11/kdelibs3
   built with OLD dependency:

mDNSResponder-107.5
00093 have:libltdl-1.5.22  /devel/libltdl15


[4] BIOS upgraded before I set WoL up. Gigabyte GA-7VKMLS motherboard
VIA KM266/KL266 chipset

[5]
rl0: RealTek 8139 10/100BaseTX port 0xe000-0xe0ff mem
0xdefdff00-0xdefd irq 18 at device 19.0 on pci0
miibus0: MII bus on rl0
rlphy0: RealTek internal media interface on miibus0
rlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
rl0: Ethernet address: 00:20:ed:6f:dd:4d
acpi_button1: Sleep Button on acpi0


[6]
$ dmesg | grep acpi
acpi0: AMIINT AMIINI09 on motherboard
acpi0: Power Button (fixed)
acpi_timer0: 24-bit timer at 3.579545MHz port 0x808-0x80b on acpi0
cpu0: ACPI CPU on acpi0
acpi_button0: Power Button on acpi0
pcib0: ACPI Host-PCI bridge port 0xcf8-0xcff on acpi0
acpi_button1: Sleep Button on acpi0
fdc0: floppy drive controller port 0x3f2-0x3f3,0x3f4-0x3f5,0x3f7 irq
6 drq 2 on acpi0
sio0: 16550A-compatible COM port port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
sio1: 16550A-compatible COM port port 0x2f8-0x2ff irq 3 on acpi0
ppc0: ECP parallel printer port port 0x378-0x37f,0x778-0x77b irq 7
drq 3 on acpi0
atkbdc0: Keyboard controller (i8042) port 0x60,0x64 irq 1 on acpi0
acpi0: AMIINT AMIINI09 on motherboard
acpi0: Power Button (fixed)
acpi_timer0: 24-bit timer at 3.579545MHz port 0x808-0x80b on acpi0
cpu0: ACPI CPU on acpi0
acpi_button0: Power Button on acpi0
pcib0: ACPI Host-PCI bridge port 0xcf8-0xcff on acpi0
acpi_button1: Sleep Button on acpi0
fdc0: floppy drive controller port 0x3f2-0x3f3,0x3f4-0x3f5,0x3f7 irq
6 drq 2 on acpi0
sio0: 16550A-compatible COM port port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
sio1: 16550A-compatible COM port port 0x2f8-0x2ff irq 3 on acpi0
ppc0: ECP parallel printer port port 0x378-0x37f,0x778-0x77b irq 7
drq 3 on acpi0
atkbdc0: Keyboard controller (i8042) port 0x60,0x64 irq 1 on acpi0
$

[7]
$ sysctl -a | grep acpi
 acpidev48 2K   -   48  32
 acpisem19 2K   -   19  64
acpitask 0 0K   -1  32
  acpica  156685K   -20527  16,32,64,128,256,512,1024
 acpipwr 1 1K   -1  32
debug.acpi.do_powerstate: 1
debug.acpi.acpi_ca_version: 0x20041119
debug.acpi.semaphore_debug: 0
hw.acpi.supported_sleep_state: S1 S4 S5
hw.acpi.power_button_state: S5
hw.acpi.sleep_button_state: S1
hw.acpi.lid_switch_state: NONE
hw.acpi.standby_state: S1
hw.acpi.suspend_state: S3
hw.acpi.sleep_delay: 1
hw.acpi.s4bios: 0
hw.acpi.verbose: 0
hw.acpi.disable_on_reboot: 0
hw.acpi.handle_reboot: 0
hw.acpi.reset_video: 1
hw.acpi.cpu.cx_supported: C1/0
hw.acpi.cpu.cx_lowest: C1
hw.acpi.cpu.cx_usage: 100.00%
machdep.acpi_timer_freq: 3579545
machdep.acpi_root: 1025552
dev.acpi.0.%desc: AMIINT AMIINI09
dev.acpi.0.%driver: acpi
dev.acpi.0.%parent: nexus0
dev.acpi_sysresource.0.%desc: System Resource
dev.acpi_sysresource.0.%driver: acpi_sysresource
dev.acpi_sysresource.0.%location: handle=\_SB_.PCI0.SBRG.SYSR

case sensitive system user names postfix

2006-08-29 Thread Vizion
Freebsd 6.1 running Postfix 2.3.2

---
Here is the problem:
---
I only need this for sensitive unix accounts on the mail server. I have found 
the following method cuts spam enormously to such accounts BUT I having just 
moved to using Postfix dor the mailserver I do not know how to condigure 
postfix so that it works.

Where for example the administrator may have the case sensitive user account of 
AdMiniStraTor. Hence only mail from correspondents who use a correct case 
formating in the TO address are the only senders whose mails are intended to 
get through to those unix accounts on the local machine. 

When postfix receives a mail correctly addressed to [EMAIL PROTECTED] it tries 
to look up the user administrator and reports there is no such user and 
rejects the mail as user not found.

Other mail mail accounts are addressed to [EMAIL PROTECTED] and forwarded by 
carious methods and are not case sensitive.

How can I configure Postfix to deal with this problem?

Postfix is running on a separate host behind a firewall with all mail port 
requests being past through the firewall.

Thanks

david


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


Re: What could cause /DEV to clear out?

2006-08-29 Thread Oliver Fromme
babak badaei [EMAIL PROTECTED] wrote:
  Today I was not able to log into my machine using SSH. I got this
  following message Server refused to allocate pty. I was, somewhat
  fortunately, able to log using SCP. So SCP works. 

You can use ssh -T which disables allocation of a pty
(pseudo tty).  You probably won't be able to use full-
screen programs (such as vi), and maybe your shell's
editing functions won't work (depending on the shell),
but at least you will get a shell prompt.  See the ssh(1)
manual page for details.

  The file system
  looked good for the most part; until I checked out /DEV. Almost
  everything was GONE! Including MAKEDEV. Not sure what to do.

What version of FreeBSD are you running?  FreeBSD 5 and 6
use DEVFS, so MAKEDEV isn't required anymore (it wouldn't
work anyway).  If you're still running FreeBSD 4, then
there should be /dev/MAKEDEV.

  Possible clue: Before this happened, last time I was actually
  logged in via SSH, I ran a dropdb command on one of my postgres
  databases and got an error message saying I did not have permission
  to /DEV/NULL. Not sure what to do, I set permissions to allow write
  on NULL. I have done dropdb many times before and had never seen
  that message.

Please give the output from these commands:
uname -a
ls -al /dev
mount | grep dev

  I hope this is in the right forum. This is the closest thing to right
  place for this question in my mind but if this is in the wrong place
  please direct me to the right forum.

Why do you think -arch would be the most appropriate place?
This should rather go to -questions (I've redirected it).

Best regards
   Oliver

-- 
Oliver Fromme,  secnetix GmbH  Co. KG, Marktplatz 29, 85567 Grafing
Dienstleistungen mit Schwerpunkt FreeBSD: http://www.secnetix.de/bsd
Any opinions expressed in this message may be personal to the author
and may not necessarily reflect the opinions of secnetix in any way.

anyone new to programming should be kept as far from C++ as
possible;  actually showing the stuff should be considered a
criminal offence -- Jacek Generowicz
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: freebsd-specific postfix antispam howto

2006-08-29 Thread jdow

From: Dave [EMAIL PROTECTED]


Hello,
   Does anyone have any information on this? I've googled and have found a lot of 
information for Linux and even an OpenBSD howto, but i am looking for something 
freebsd-specific, preferably fbsd6. I'm having issues getting all  the services, 
amavisd-new configured/starting up properly and would like to  read someone's 
all-integrated freebsd-specific solution if any, to get an idea as to what i'm doing 
wrong?


1) It would be entertaining if not helpful to know WHAT it is not doing
  right as you see right.
2) There is a world of help on the spamassassin-users list - if the
  problem is SpamAssassin and not amavisd-new. (Admittedly I am biased
  against that thing based on the number of problems it seems to
  spawn due to people not understanding its behavior.)

Those seem like a good starter question and observation.
The SA Users list is
mailto:[EMAIL PROTECTED]

Also visit the wiki at http://www.spamassassin.org

{^_^} 


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


Re: having hard time with mounting floppies

2006-08-29 Thread Tuomas
ajm,

Thanks for taking the pains to reply.

This is what I tried:

localhost# newfs -L FreeBSD /dev/fd0
newfs: wtfs: 512 bytes at sector 2879: Input/output error
localhost# newfs_msdos -f 1440 -L MSDOS /dev/fd0
/dev/fd0: 2847 sectors in 2847 FAT12 clusters (512 bytes/cluster)
bps=512 spc=1 res=1 nft=2 rde=224 sec=2880 mid=0xf0 spf=9 spt=18 hds=2 hid=0
newfs_msdos: /dev/fd0: Input/output error

On another forum, someone suggested to me that I should try FreeBSD 6.x.
FreeBSD 5.x has, according to this guy, some problems with some floppies.

So maybe I try FreeBSD 6.x, or I will use Linux on this machine.

Thanks for the help, though. :-)

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


Out of Office AutoReply:

2006-08-29 Thread Hingston, Kathryn
Thank you for your message. I am no longer with Platts.

For all inquiries, please contact Andrew Shepherd on +44 (0) 20 7176 6273 or 
email [EMAIL PROTECTED]

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


Symantec AVF detected that you sent a message with a prohibited attachment name (SYM:03452749462984966497)

2006-08-29 Thread Administrator
Subject of the message: None
Recipient of the message: [EMAIL PROTECTED] [EMAIL PROTECTED]
Prohibited attachment: [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Deletar the /var partition and to create it with bigger size!

2006-08-29 Thread Daniel Bitencourt Cadorin
I always used sysinstall to create or to erase partitions of the
FreeBSD. However I had difficulty to execute this task for problems of
geometry of the disk. I would like to know through that command I can create
or erase partitions of the FreeBSD.   The SLICE I already to obtain to
modify through the FDISK.

Thank you!
 
Daniel Bitencourt Cadorin

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


Re: [kde-freebsd] Re: When will KDE4 be in the ports tree?

2006-08-29 Thread Michael Nottebrock
Nikolas Britton schrieb:
 On 8/26/06, Gerard Seibert [EMAIL PROTECTED] wrote:
 Steven Lake wrote:

  Just curious when to start expecting to see KDE4 in the ports tree
  for Freebsd.  From the reports I've been seeing, it's pretty close to
  being released soon.  So the curiosity bug bit me and I decided to ask
  here.  :)

 Most likely it will be available shortly after it is officially
 released.
 According to what is available on the KDE site, that might not be for
 quite a while yet.


 I would like to see a kde4-devel port... IIRC the first KDE4 developer
 builds have already been released.
Won't happen. Trying to pry alpha and beta releases into ports 
packages is a huge effort that only takes away our already marginal
developer resources from actual porting work on the KDE4 codebase.

-- 
   ,_,   | Michael Nottebrock   | [EMAIL PROTECTED]
 (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org
   \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org




signature.asc
Description: OpenPGP digital signature


Re: freebsd-specific postfix antispam howto

2006-08-29 Thread Eric
Dave wrote:
 Hello,
Does anyone have any information on this? I've googled and have found
 a lot of information for Linux and even an OpenBSD howto, but i am
 looking for something freebsd-specific, preferably fbsd6. I'm having
 issues getting all the services, amavisd-new configured/starting up
 properly and would like to read someone's all-integrated
 freebsd-specific solution if any, to get an idea as to what i'm doing
 wrong?
 Thanks.
 Dave.
 

this is the best one i have found and i have used it on several
machines.  what you have to do is basically the same, just change the
paths, use ports, etc as opposed to manually installing things.


http://www.flakshack.com/anti-spam/wiki/index.php

good luck!

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


Re: [kde-freebsd] Re: When will KDE4 be in the ports tree?

2006-08-29 Thread Michael Nottebrock
David Johnson schrieb:
 On Saturday 26 August 2006 07:37, Nikolas Britton wrote:
   
 On 8/26/06, Gerard Seibert [EMAIL PROTECTED] wrote:
 
 Steven Lake wrote:
   
 Just curious when to start expecting to see KDE4 in the ports
 tree for Freebsd.  From the reports I've been seeing, it's pretty
 close to being released soon.  So the curiosity bug bit me and I
 decided to ask here.  :)
 
 Most likely it will be available shortly after it is officially
 released. According to what is available on the KDE site, that
 might not be for quite a while yet.
   
 I would like to see a kde4-devel port... IIRC the first KDE4
 developer builds have already been released.
 

 A Qt 4 port could be good as well.
   
Agreed. The QT port has been stuck for a while on the 'last mile' - that
is making the necessary changes to bsd.kde.mk and bsd.port.mk. There are
no other reasons for this other than myself being short on free time and
bad luck (our packagebuilding machines becoming unavailable when I do
get some time). I've not given up on it though.

Cheers,
-- 

   ,_,   | Michael Nottebrock   | [EMAIL PROTECTED]
 (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org
   \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org




signature.asc
Description: OpenPGP digital signature


Re: Wake on Lan stopped working soon after system upgrade

2006-08-29 Thread Jonathan Horne
 Hi there

 I recently upgraded my system from
 FreeBSD 6.1-STABLE #1: Sun Jul 30 15:12:34 NZST 2006
 to
 FreeBSD 6.1-STABLE #2: Mon Aug  7 19:20:35 NZST 2006
 Somewhere along the way my Wake on Lan stopped working. I've tested my
 Wakeup system[1] - it is still wakes up my WinXP laptop but won't wake
 up my FreeBSD[2] box.

 After checking a few logs it seems I did manage to wake the system up
 remotely once once after 'make installkernel' and 'make installworld'.
 The only thing I've changed since then is an upgrade of ports[3].

 I have noticed that when my FreeBSD box is shut down, the Ethernet
 lights are off. I have a feeling that previously the lights may have
 stayed on when the system was down(?) I've checked the bios[4]
 settings, it is still set to wake on lan. The LAN port[5] is built
 into the motherboard.

 I've had a bit of a look at the ACPI[6] settings in the kernel[7], but
 nothing's standing out, even after reading the acpi man page. I've
 tried booting with and without acpi, and always shutdown with
 shutdown -p.

 Hope someone can help,
 Dan


 [1] Linksys WRT54Sv1.1 GDD-WRT v23 SP1 Final (05/16/06) voip

 [2] FreeBSD schooner.harbour 6.1-STABLE FreeBSD 6.1-STABLE #2: Mon Aug
  7 19:20:35 NZST 2006

 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/SCHOONER  i386

 [3] Here's what portmanager  -u updated after the last time I got WoL to
 work.
 00029 have:portupgrade-2.1.3.2_2,2 /sysutils/portupgrade
 OLD available: portupgrade-2.1.3.2_3,2
 00045 have:php5-5.1.4  /lang/php5
 built with OLD dependency: apache-1.3.37_1
 00047 have:apache-1.3.37   /www/apache13
 OLD available: apache-1.3.37_1
 00065 have:postgresql-libpqxx-2.6.6
 /databases/postgresql-libpqxx   OLD available:
 postgresql-libpqxx-2.6.7
 00080 have:koffice-1.5.1,2 /editors/koffice-kde3
 built with OLD dependency:

 postgresql-libpqxx-2.6.7
 00087 have:kdelibs-3.5.3   /x11/kdelibs3
 built with OLD dependency:

 mDNSResponder-107.5
 00093 have:libltdl-1.5.22  /devel/libltdl15


 [4] BIOS upgraded before I set WoL up. Gigabyte GA-7VKMLS motherboard
 VIA KM266/KL266 chipset

 [5]
 rl0: RealTek 8139 10/100BaseTX port 0xe000-0xe0ff mem
 0xdefdff00-0xdefd irq 18 at device 19.0 on pci0
 miibus0: MII bus on rl0
 rlphy0: RealTek internal media interface on miibus0
 rlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
 rl0: Ethernet address: 00:20:ed:6f:dd:4d
 acpi_button1: Sleep Button on acpi0


 [6]
 $ dmesg | grep acpi
 acpi0: AMIINT AMIINI09 on motherboard
 acpi0: Power Button (fixed)
 acpi_timer0: 24-bit timer at 3.579545MHz port 0x808-0x80b on acpi0
 cpu0: ACPI CPU on acpi0
 acpi_button0: Power Button on acpi0
 pcib0: ACPI Host-PCI bridge port 0xcf8-0xcff on acpi0
 acpi_button1: Sleep Button on acpi0
 fdc0: floppy drive controller port 0x3f2-0x3f3,0x3f4-0x3f5,0x3f7 irq
 6 drq 2 on acpi0
 sio0: 16550A-compatible COM port port 0x3f8-0x3ff irq 4 flags 0x10 on
 acpi0
 sio1: 16550A-compatible COM port port 0x2f8-0x2ff irq 3 on acpi0
 ppc0: ECP parallel printer port port 0x378-0x37f,0x778-0x77b irq 7
 drq 3 on acpi0
 atkbdc0: Keyboard controller (i8042) port 0x60,0x64 irq 1 on acpi0
 acpi0: AMIINT AMIINI09 on motherboard
 acpi0: Power Button (fixed)
 acpi_timer0: 24-bit timer at 3.579545MHz port 0x808-0x80b on acpi0
 cpu0: ACPI CPU on acpi0
 acpi_button0: Power Button on acpi0
 pcib0: ACPI Host-PCI bridge port 0xcf8-0xcff on acpi0
 acpi_button1: Sleep Button on acpi0
 fdc0: floppy drive controller port 0x3f2-0x3f3,0x3f4-0x3f5,0x3f7 irq
 6 drq 2 on acpi0
 sio0: 16550A-compatible COM port port 0x3f8-0x3ff irq 4 flags 0x10 on
 acpi0
 sio1: 16550A-compatible COM port port 0x2f8-0x2ff irq 3 on acpi0
 ppc0: ECP parallel printer port port 0x378-0x37f,0x778-0x77b irq 7
 drq 3 on acpi0
 atkbdc0: Keyboard controller (i8042) port 0x60,0x64 irq 1 on acpi0
 $

 [7]
 $ sysctl -a | grep acpi
   acpidev48 2K   -   48  32
   acpisem19 2K   -   19  64
  acpitask 0 0K   -1  32
acpica  156685K   -20527  16,32,64,128,256,512,1024
   acpipwr 1 1K   -1  32
 debug.acpi.do_powerstate: 1
 debug.acpi.acpi_ca_version: 0x20041119
 debug.acpi.semaphore_debug: 0
 hw.acpi.supported_sleep_state: S1 S4 S5
 hw.acpi.power_button_state: S5
 hw.acpi.sleep_button_state: S1
 hw.acpi.lid_switch_state: NONE
 hw.acpi.standby_state: S1
 hw.acpi.suspend_state: S3
 hw.acpi.sleep_delay: 1
 hw.acpi.s4bios: 0
 hw.acpi.verbose: 0
 hw.acpi.disable_on_reboot: 0
 hw.acpi.handle_reboot: 0
 hw.acpi.reset_video: 1
 hw.acpi.cpu.cx_supported: C1/0
 hw.acpi.cpu.cx_lowest: C1
 hw.acpi.cpu.cx_usage: 100.00%
 machdep.acpi_timer_freq: 3579545
 machdep.acpi_root: 1025552
 dev.acpi.0.%desc: AMIINT AMIINI09
 dev.acpi.0.%driver: acpi
 dev.acpi.0.%parent: nexus0
 dev.acpi_sysresource.0.%desc: System Resource
 

Wireless adapter not shown in Network Interfaces in KDE Control M odule

2006-08-29 Thread Kaplan, Nathan
I installed FreeBSD 6.1 on Compaq Evo N800c laptop. After installing KDE
internal NIC fxp0 appeared in Network Settings.

I added  Proxim wireless PCMCIA card, recompile the kernel and I can see it
in output of ifconfig:

 

UNIX# ifconfig

fxp0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500

options=8VLAN_MTU

inet 192.168.1.39 netmask 0xfc00 broadcast 192.168.3.255

ether 00:08:02:63:54:b0

media: Ethernet autoselect (100baseTX full-duplex)

status: active

lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 16384

ath0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500

ether 00:20:a6:57:4e:f1

media: IEEE 802.11 Wireless Ethernet autoselect (DS/1Mbps)

status: no carrier

ssid Puppy channel 6

authmode OPEN privacy OFF txpowmax 36 protmode CTS burst bintval 100

 

In KDE Network settings I can see only fxp0 card.

 

Help please,

Thanks,

Nathan

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


Re: datasize ...

2006-08-29 Thread David Kelly
On Tue, Aug 29, 2006 at 08:01:34AM +0200, regisr wrote:
 Hello,
 
 My computer is powered by a 32 bits CPU. I want to run a progam which
 need datasize more than 3GB (may be the data should be temporary in a
 file (but I don't wrote this software ;-) .
 Does FreeBSD 6.1 can have a mechanism to do this?

Yes, you will have to tweak a few kernel values to allow more than 512M
per process. And then have enough core RAM and swap to back your data.

 Other question: If I have less memory than 3G, is it possible to put
 the limit to 3G (~2.9 G, I need to check again the posts about this
 limit) whith swaping of course. 

Consider leaving the data on disk and simplify your problem.

 May be I should buy a 64bits computer ...

Back in the days of 8 bit computers people manipulated data greater than
64k, so with a bit of thinking and planning you should be able to do
similar.

-- 
David Kelly N4HHE, [EMAIL PROTECTED]

Whom computers would destroy, they must first drive mad.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Deletar the /var partition and to create it with bigger size!

2006-08-29 Thread Jerry McAllister
 
   I always used sysinstall to create or to erase partitions of the
 FreeBSD. However I had difficulty to execute this task for problems of
 geometry of the disk. I would like to know through that command I can create
 or erase partitions of the FreeBSD.   The SLICE I already to obtain to
 modify through the FDISK.

First of all, you must have available empty space contiguous with
the partition you wish to expand.   If you do not have that, then
you will have to start from scratch, or add another disk drive.

You can use sysinstall to recreate partitions and modify slices as
long as there is space available and as long as the drive or slice
is not mounted and in use.(drive is you are modifying slices and
slice if you are modifyine partitions)

If you do not use sysinstall then fdisk is used to change slices.  You 
may need to do it from a fixit disk because it is likely you will be 
modifying the FreeBSD slice that the system normally uses to boot.

If you want to change a partition within a slice (namely the FreeBSD 
slice) you need to use bsdlabel(8).  That creates and writes the slice's 
label and defines partitions.  After using bsdlabel, you must use 
newfs(8) to create the file system on the newly created/modified partition.

But, still, to add space to a partition, there must be free space - 
eg space that is not in a partition already - right next to the 
partition you want to expand.  

Alternatively, you do not specifically have to increase the /var partition.
you can move some of its contents to another partition where there is
sufficient free space (if such exists) and then create symbolic links
to the new location[s].   Common candidated for such moving and linking
are /var/spool, /var/log, /var/db and/or /var/mail.

My habit is to have a large partition that contains home directories
and other overflows.Typical mount point is /home.  
Then, I usually put /var/spool and /var/log there as directories
named /home/var.spool  and  /home/var.log  and link them back to
the original names in /var.  eg, after copying those directories 
over to /home/var.spool  and /home/var.log   respectively, I then
rm the original /var/spool and /var/log and then create links.
Actually, first I rename them, then do the link and check things
before actually rm-ing the originals.   Something like this:

All must be done as root (and probably best in single user, but not required).
  cd /var
use tar | tar or cp -Rp to make a new copy in /home
  cp -Rp spool /home/var.spool
  mv spool oldspool
  ln -s /home/var.spool spool
  cp -Rp log   /home/var.log
  mv log oldlog
  ln -s /home/var.log log
Check it all out to make sure it is just fine
  cd /var
  rm -rf oldspool
  rm -rf oldlog

I like to use the naming convention of var.spool and var.log for the
copies because it reminds me of where there come from.

I a similar thing with /var/db in /var
and with /uar/local, /usr/ports, and /usr/src  in /usr

Then those things which grow, sometimes unexpectedly can have room
without me constantly monitoring them.   It also makes backups more
straightforward.   Everything that is frequently changing is in /home.

Of course, if you do not have  a large directory with plenty of
space available, then you may be looking to add some disk space.

Good luck,

jerry

 
 Thank you!
  
 Daniel Bitencourt Cadorin
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Does QUOTA work for users not in /etc/password (ie. by UID?)

2006-08-29 Thread Mark Tinguely

BTW, there is a small bug in quota for FreeBSD 6.x and 7.x.
The count gets off if the partition overfills (kern/89247).
There is a patch in the description if you want to manually
apply.

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


Re: UFS2 fsck Question (semantics of -p)

2006-08-29 Thread Chuck Swiger

Can Sar wrote:
[ ... ]
Would you consider it an error if the -p option does not fix 
inconsistencies caused by a simple power failure, without any hardware 
or software corruption?


You're asking an interesting question, but the issue of data integrity depends 
not only on the software which comprises the OS, but also on the hardware 
being used.


In particular, the system depends upon the hard drives to reliably report when 
data being written actually has been; SCSI drives, using tagged command 
queuing, especially in conjunction with a battery-backup which ensures the 
drive stays up long enough to flush it's write cache even if system power is 
removed, will tend to fare pretty well.


IDE drives, by contrast, have a bad habit of lying about whether data has 
actually been written to the disk itself rather than simply making it to the 
write cache on the drive.  (Such drives ignore the ATA FLUSH CACHE command, 
specificly.)


In other words, showing that a filesystem can become inconsistent in a fashion 
that fsck -p cannot correct is interesting and a concern regardless of the 
circumstances, but showing it in cases where you are using battery-backed 
drives and/or SCSI rather than IDE is a lot more meaningful.  If you are using 
IDE devices, your testing will be more meaningful if you disable the IDE 
write-cache entirely.  Also, you should put your results somewhere, perhaps on 
a webpage with links to the filesystem images and a complete dmesg so that the 
OS version and hardware being used is well-documented.


--
-Chuck

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


Re: datasize ...

2006-08-29 Thread regisr
On Tue, 29 Aug 2006 09:15:52 -0500
David Kelly [EMAIL PROTECTED] a écrit:

 Yes, you will have to tweak a few kernel values to allow more than 512M
 per process. And then have enough core RAM and swap to back your data.

But I have yet set the limit to 1.5GB! I wanted to known if the limit
to ~3G is always in effect.

 Consider leaving the data on disk and simplify your problem.

I am not the developper...

 Back in the days of 8 bit computers people manipulated data greater than
 64k, so with a bit of thinking and planning you should be able to do
 similar.

My first card was with a SC/MP processor and 2K ram, words of 4 bits
and hex keyboard ;-)  ... after a ZX80 with a very large memory
of 16K...  

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


Re: datasize ...

2006-08-29 Thread David Kelly
On Tue, Aug 29, 2006 at 07:22:12PM +0200, regisr wrote:
 On Tue, 29 Aug 2006 09:15:52 -0500
 David Kelly [EMAIL PROTECTED] a ?crit:
 
  Yes, you will have to tweak a few kernel values to allow more than 512M
  per process. And then have enough core RAM and swap to back your data.
 
 But I have yet set the limit to 1.5GB! I wanted to known if the limit
 to ~3G is always in effect.

I don't understand your 1.5 GB reference.

I think you set the kernel maximum in /boot/loader.conf and can then set
per-user limits up to that value in /etc/login.conf.

IIRC the stock unmodified kernel limit is 512 MB per process, and the
login.conf default is the same 512 MB. Login.conf can not override the
kernel. Something like this needs to be added to /boot/loader.conf:

kern.maxdsiz=3G   # think this is the absolute system per-process limit
kern.dfldsiz=3G   # think this is the default per-process limit
kern.maxssiz=128M # stack size

-- 
David Kelly N4HHE, [EMAIL PROTECTED]

Whom computers would destroy, they must first drive mad.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Migrating from 4.10-STABLE TO 6.1-STABLE questions

2006-08-29 Thread up

Hi:

I'm in the process of doing a clean install on an older server that was
running 4.10-STABLE to 6.1-STABLE.  For the most part, it's been smooth,
but I have a few questions:

On boot, I get a couple of kernel messages that don't look optimal, and I
just want to make sure there's no cause for concern.  As always, I built a
custom kernel with the stuff taken out that I'm pretty sure I don't need.
This is an Intel L440GX dual PIII-1k MB with an Adaptec SCSI RAID:

acpi0: PTLTD   RSDT on motherboard
acpi0: Power Button (fixed)
acpi: bad write to port 0x070 (8), val 0x43
acpi: bad read from port 0x071 (8)
---
I noticed that acpi isn't in the standard Kernel config but loaded from
an external file called PAE...is this an issue?  Should that and/or the
SMP file be edited when rebuilding the kernel?


atkbd0: [GIANT-LOCKED]
sio0: 16550A-compatible COM port port 0x3f8-0x3ff irq 4 flags 0x10 on
acpi0
sio0: type 16550A
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled
pmtimer0 on isa0

This is the serial port driver...I may want to have one serial port
enabled for remote console redirection...in the old kernel config, I'd
just choose a driver with a different IRQ...but I don't see that option in
the new GENERIC line I copied:

# Serial (COM) ports
device  sio # 8250, 16[45]50 based serial ports

I'd just like to make sure everything's ok before I stick this in a colo
center.  BTW, old FreeBSD used to put kernel binaries under /.  I don't
see them now...just curious, how is it handled now?

Thanks!

James Smallacombe PlantageNet, Inc. CEO and Janitor
[EMAIL PROTECTED]   
http://3.am
=



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


NFS exports file errors

2006-08-29 Thread up

I'm getting the following errors when trying to mount volumes via NFS
between to FBSD 6.1-STABLE machines:

Aug 29 14:20:41 host mountd[1587]: can't export /usr
Aug 29 14:20:41 host mountd[1587]: bad exports list line /usr -ro -maproot
Aug 29 14:20:41 host mountd[1587]: can't export /var
Aug 29 14:20:41 host mountd[1587]: bad exports list line /var -ro -maproot
Aug 29 14:20:41 host mountd[1587]: can't export /home
Aug 29 14:20:41 host mountd[1587]: bad exports list line /home -ro -maproot
Aug 29 14:20:44 host mountd[1587]: mount request denied from 192.x.x.x

I googled on that error and the only thing I could find was if there were
simlinks on the exports file, which there isn't...I built the server with
the following file systems:

/
/usr
/var
/home

Note that there is no error for the root volume.../usr and /var will
actually mount fine, despite the errors, but /home will not...I keep
getting a permission denied error.

Ideas? Thanks.

James Smallacombe PlantageNet, Inc. CEO and Janitor
[EMAIL PROTECTED]   
http://3.am
=

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


Re: datasize ...

2006-08-29 Thread regisr
On Tue, 29 Aug 2006 14:34:23 -0500
David Kelly [EMAIL PROTECTED] a écrit:

 
  But I have yet set the limit to 1.5GB! I wanted to known if the limit
  to ~3G is always in effect.
 I don't understand your 1.5 GB reference.

I have set it in the kernel... I have run the program but it use 1300M!
As I set the maximum datasize to 1.5G it is OK for now. It is not very
optimized :-(

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


Re: NFS exports file errors

2006-08-29 Thread Bill Moran
In response to [EMAIL PROTECTED]:

 
 I'm getting the following errors when trying to mount volumes via NFS
 between to FBSD 6.1-STABLE machines:
 
 Aug 29 14:20:41 host mountd[1587]: can't export /usr
 Aug 29 14:20:41 host mountd[1587]: bad exports list line /usr -ro -maproot

You have to map root to something ... i.e.
/usr -ro -maproot root

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


Re: NFS exports file errors

2006-08-29 Thread up
On Tue, 29 Aug 2006, Bill Moran wrote:

 In response to [EMAIL PROTECTED]:

 
  I'm getting the following errors when trying to mount volumes via NFS
  between to FBSD 6.1-STABLE machines:
 
  Aug 29 14:20:41 host mountd[1587]: can't export /usr
  Aug 29 14:20:41 host mountd[1587]: bad exports list line /usr -ro -maproot

 You have to map root to something ... i.e.
 /usr -ro -maproot root

I did, using this sytax, like I always have:

/ -ro -maproot=0 192.x.x.1
/usr -ro -maproot=0 root 192.x.x.1
/var -ro -maproot=0 root 192.x.x.1
/home -ro -maproot=0 root 192.x.x.1

where 192.x.x.1 is the IP of the only host I want to have access.  I tried
switching to your syntax (taking out the -0 and putting in  root but I
get the same results...

James Smallacombe PlantageNet, Inc. CEO and Janitor
[EMAIL PROTECTED]   
http://3.am
=

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


Re: NFS exports file errors

2006-08-29 Thread Jonathan Horne
 On Tue, 29 Aug 2006, Bill Moran wrote:

 In response to [EMAIL PROTECTED]:

 
  I'm getting the following errors when trying to mount volumes via NFS
  between to FBSD 6.1-STABLE machines:
 
  Aug 29 14:20:41 host mountd[1587]: can't export /usr
  Aug 29 14:20:41 host mountd[1587]: bad exports list line /usr -ro
 -maproot

 You have to map root to something ... i.e.
 /usr -ro -maproot root

 I did, using this sytax, like I always have:

 / -ro -maproot=0 192.x.x.1
 /usr -ro -maproot=0 root 192.x.x.1
 /var -ro -maproot=0 root 192.x.x.1
 /home -ro -maproot=0 root 192.x.x.1

 where 192.x.x.1 is the IP of the only host I want to have access.  I tried
 switching to your syntax (taking out the -0 and putting in  root but I
 get the same results...

 James Smallacombe   PlantageNet, Inc. CEO and Janitor
 [EMAIL PROTECTED] 
 http://3.am

i thought the syntax was maproot=root,  thus,

/ -ro -maproot=root 192.x.x.1
/usr -ro -maproot=root 192.x.x.1
/var -ro -maproot=root 192.x.x.1
/home -ro -maproot=root 192.x.x.1

if that doesnt work, then i would remove the -ro, out of wondering if it
could be colliding with the maproot=root.

hth,
jonathan

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


Re: NFS exports file errors

2006-08-29 Thread Bill Moran
In response to [EMAIL PROTECTED]:

 On Tue, 29 Aug 2006, Bill Moran wrote:
 
  In response to [EMAIL PROTECTED]:
 
  
   I'm getting the following errors when trying to mount volumes via NFS
   between to FBSD 6.1-STABLE machines:
  
   Aug 29 14:20:41 host mountd[1587]: can't export /usr
   Aug 29 14:20:41 host mountd[1587]: bad exports list line /usr -ro -maproot
 
  You have to map root to something ... i.e.
  /usr -ro -maproot root
 
 I did, using this sytax, like I always have:
 
 / -ro -maproot=0 192.x.x.1
 /usr -ro -maproot=0 root 192.x.x.1
 /var -ro -maproot=0 root 192.x.x.1
 /home -ro -maproot=0 root 192.x.x.1
 
 where 192.x.x.1 is the IP of the only host I want to have access.  I tried
 switching to your syntax (taking out the -0 and putting in  root but I
 get the same results...

My mistake -- I mistook the errors in your original post to be the entire
exports line.

What do your physical mounts look like again?  In my experience, if any
one exports line is wrong, the whole file fails.  Try commenting out all
but one of the lines and seeing if the problem goes away.  With clever
commenting, you can then narrow it down.

In the lines above, root will be taken as a machine name.  While that's
unlikely to be the cause of your error, I don't expect it's what you want.

The exports man page specifically states that maproot can specify either
a username or a uid.

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


Re: NFS exports file errors

2006-08-29 Thread up
On Tue, 29 Aug 2006, Jonathan Horne wrote:

  On Tue, 29 Aug 2006, Bill Moran wrote:
 
  In response to [EMAIL PROTECTED]:
 
  
   I'm getting the following errors when trying to mount volumes via NFS
   between to FBSD 6.1-STABLE machines:
  
   Aug 29 14:20:41 host mountd[1587]: can't export /usr
   Aug 29 14:20:41 host mountd[1587]: bad exports list line /usr -ro
  -maproot
 
  You have to map root to something ... i.e.
  /usr -ro -maproot root
 
  I did, using this sytax, like I always have:
 
  / -ro -maproot=0 192.x.x.1
  /usr -ro -maproot=0 root 192.x.x.1
  /var -ro -maproot=0 root 192.x.x.1
  /home -ro -maproot=0 root 192.x.x.1
 
  where 192.x.x.1 is the IP of the only host I want to have access.  I tried
  switching to your syntax (taking out the -0 and putting in  root but I
  get the same results...
 
  James Smallacombe PlantageNet, Inc. CEO and Janitor
  [EMAIL PROTECTED]   
  http://3.am

 i thought the syntax was maproot=root,  thus,

 / -ro -maproot=root 192.x.x.1
 /usr -ro -maproot=root 192.x.x.1
 /var -ro -maproot=root 192.x.x.1
 /home -ro -maproot=root 192.x.x.1

 if that doesnt work, then i would remove the -ro, out of wondering if it
 could be colliding with the maproot=root.

According to the man pages and the FreeBSD manual (years old) either sytax
should work (numeric UID or username), but I tried it anyway, to no
avail.

I just did a mount on the server, and here's what I have:

su-2.05b# mount
/dev/ad0s1a on / (ufs, NFS exported, local)
devfs on /dev (devfs, local)
/dev/ad0s1f on /home (ufs, local, soft-updates)
/dev/ad0s1d on /usr (ufs, NFS exported, local, soft-updates)
/dev/ad0s1e on /var (ufs, NFS exported, local, soft-updates)

So, in spite of the errors for the /usr and /var file system, they get
exported (and I can access them from the client), the /home FS is NOT
exported and I cannot access it.  The / file system has no errors and is
fine...

James Smallacombe PlantageNet, Inc. CEO and Janitor
[EMAIL PROTECTED]   
http://3.am
=

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


MONOWALL Share DSL

2006-08-29 Thread Laurie Zimmerman
Hi,
 
I have a client who would like to share a DSL connection with a neighboring
office.  I would like to put my clients network (they only need to share
Internet) on a separate IP (192.168.1.x) network behind a monowall.  My
question is, will monowall allow a private address (the LAN IP of DSL
router, 192.168.0.x) to be its WAN address?  Do you see any routing issues
with this?
 
 
 
Thanks
 
Laurie
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: MONOWALL Share DSL

2006-08-29 Thread Philippe LAQUET

How your m0n0wall is connected to the Internet?

If it is behind a router that do NAT there shouldn't be any problem. If 
the m0n0wall is connected directly behind a modem this will be more 
problematic :P


But as I understood your setup seems like :

Router  192.168.0.0/24  m0n0wall  192.168.1.0/24  LAN (Clients)

There is no problem to set your box act like this you just have to put a 
static route on the DSL router itself or perform outgoing NAT for your 
clients.






Laurie Zimmerman a écrit :

Hi,
 
I have a client who would like to share a DSL connection with a neighboring

office.  I would like to put my clients network (they only need to share
Internet) on a separate IP (192.168.1.x) network behind a monowall.  My
question is, will monowall allow a private address (the LAN IP of DSL
router, 192.168.0.x) to be its WAN address?  Do you see any routing issues
with this?
 
 
 
Thanks
 
Laurie

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



p5.vert.ukl.yahoo.com uncompressed Tue Aug 29 21:27:01 GMT 2006 
	


___ 
Découvrez un nouveau moyen de poser toutes vos questions quelque soit le sujet ! 
Yahoo! Questions/Réponses pour partager vos connaissances, vos opinions et vos expériences. 
http://fr.answers.yahoo.com 


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


6.1 crashing, no vm dump

2006-08-29 Thread Laurence Sanford
I'm not much on posting mystery stuff for people to try to solve, but 
I'm at the end of my rope with this one. I have a box that's been pretty 
stable until very recently, and I don't know if I may have missed 
something important that was posted somewhere about a problem, or what. 
I can reproduce crashes with this system through disk activity though.


Example situation:

I'm downloading an ISO @ 300+ K/s, and ftp a 3 gig file from this system 
to another system on my LAN at the same time. It will simply reboot. No 
error message, nothing in the logs, it just reboots.


Information:

uname -a
FreeBSD colossus.cotharyus.net 6.1-STABLE FreeBSD 6.1-STABLE #5: Thu 
Jun  8 08:21:33 CDT 2006 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/Colossus  i386



dmesg:
Copyright (c) 1992-2006 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 6.1-STABLE #5: Thu Jun  8 08:21:33 CDT 2006
   [EMAIL PROTECTED]:/usr/obj/usr/src/sys/Colossus
Timecounter i8254 frequency 1193182 Hz quality 0
CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ (2010.31-MHz 
686-class CPU)

 Origin = AuthenticAMD  Id = 0x20fb1  Stepping = 1
 
Features=0x178bfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2,HTT

 Features2=0x1SSE3
 AMD Features=0xe2500800SYSCALL,NX,MMX+,FFXSR,LM,3DNow+,3DNow
 AMD Features2=0x3LAHF,CMP
 Cores per package: 2
real memory  = 1073676288 (1023 MB)
avail memory = 1037369344 (989 MB)
ACPI APIC Table: Nvidia AWRDACPI
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
cpu0 (BSP): APIC ID:  0
cpu1 (AP): APIC ID:  1
ioapic0: Changing APIC ID to 2
ioapic0 Version 1.1 irqs 0-23 on motherboard
acpi0: Nvidia AWRDACPI on motherboard
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi0: Power Button (fixed)
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
Timecounter ACPI-fast frequency 3579545 Hz quality 1000
acpi_timer0: 24-bit timer at 3.579545MHz port 0x4008-0x400b on acpi0
cpu0: ACPI CPU on acpi0
cpu1: ACPI CPU on acpi0
acpi_button0: Power Button on acpi0
pcib0: ACPI Host-PCI bridge port 0xcf8-0xcff on acpi0
pci0: ACPI PCI bus on pcib0
pci0: memory at device 0.0 (no driver attached)
isab0: PCI-ISA bridge at device 1.0 on pci0
isa0: ISA bus on isab0
pci0: serial bus, SMBus at device 1.1 (no driver attached)
ohci0: OHCI (generic) USB controller mem 0xdb102000-0xdb102fff irq 21 
at device 2.0 on pci0

ohci0: [GIANT-LOCKED]
usb0: OHCI version 1.0, legacy support
usb0: SMM does not respond, resetting
usb0: OHCI (generic) USB controller on ohci0
usb0: USB revision 1.0
uhub0: nVidia OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 10 ports with 10 removable, self powered
ehci0: NVIDIA nForce4 USB 2.0 controller mem 0xfeb0-0xfeb000ff irq 
22 at device 2.1 on pci0

ehci0: [GIANT-LOCKED]
usb1: EHCI version 1.0
usb1: companion controller, 4 ports each: usb0
usb1: NVIDIA nForce4 USB 2.0 controller on ehci0
usb1: USB revision 2.0
uhub1: nVidia EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
uhub1: 10 ports with 10 removable, self powered
pcm0: nVidia nForce4 port 0xd400-0xd4ff,0xd800-0xd8ff mem 
0xdb101000-0xdb101fff irq 23 at device 4.0 on pci0

pcm0: Avance Logic ALC850 AC97 Codec
atapci0: nVidia nForce CK804 UDMA133 controller port 
0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xf000-0xf00f at device 6.0 on pci0

ata0: ATA channel 0 on atapci0
ata1: ATA channel 1 on atapci0
pcib1: ACPI PCI-PCI bridge at device 9.0 on pci0
pci5: ACPI PCI bus on pcib1
fwohci0: Texas Instruments TSB43AB22/A mem 
0xdb004000-0xdb0047ff,0xdb00-0xdb003fff irq 16 at device 11.0 on pci5

fwohci0: OHCI version 1.10 (ROM=1)
fwohci0: No. of Isochronous channels is 4.
fwohci0: EUI64 00:11:d8:00:00:86:18:47
fwohci0: Phy 1394a available S400, 2 ports.
fwohci0: Link S400, max_rec 2048 bytes.
firewire0: IEEE1394(FireWire) bus on fwohci0
sbp0: SBP-2/SCSI over FireWire on firewire0
fwohci0: Initiate bus reset
fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode
firewire0: 1 nodes, maxhop = 0, cable IRM = 0 (me)
firewire0: bus manager 0 (me)
nve0: NVIDIA nForce MCP9 Networking Adapter port 0xd000-0xd007 mem 
0xdb10-0xdb100fff irq 21 at device 10.0 on pci0

nve0: Ethernet address 00:15:f2:7f:80:86
miibus0: MII bus on nve0
ukphy0: Generic IEEE 802.3u media interface on miibus0
ukphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 
1000baseT-FDX, auto

nve0: Ethernet address: 00:15:f2:7f:80:86
pcib2: ACPI PCI-PCI bridge at device 11.0 on pci0
pci4: ACPI PCI bus on pcib2
pcib3: ACPI PCI-PCI bridge at device 12.0 on pci0
pci3: ACPI PCI bus on pcib3
pcib4: ACPI PCI-PCI bridge at device 13.0 on pci0
pci2: ACPI PCI bus on pcib4
pcib5: ACPI PCI-PCI bridge at device 14.0 on pci0
pci1: ACPI PCI bus on pcib5
nvidia0: GeForce 6800 mem 

Any issue having multiple sound cards running at the same time in 6.1?

2006-08-29 Thread Philip Hallstrom

Hi all -

I've got a freebsd server in the garage that has a low end soundblaster (I 
think) card in it that I've been using to play music.  Works just fine. 
We moved and now I'd like to be able to have different music play in 
different rooms (living, family, and outside).  I can do all the other 
wiring for speakers...


But was wondering if there are any problems having three sound cards in 
the box and have them all work at the same time.  I'm currently using 
flac123 to play music and would probably continue to do so...


Thoughts?

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


problems with creating bind9 under a jail (make: don't know how to make /usr/jail/bind9/usr/lib/libc.a. Stop)

2006-08-29 Thread freebsd neophyte

i'm following the following tutorial to create bind9 under a jail:

http://www.onlamp.com/pub/a/bsd/2003/09/04/jails.html

in doing so, i'm getting the following error:

---
# make world DESTDIR=/usr/jail/bind9

--

Building an up-to-date make(1)

--
make: don't know how to make /usr/jail/bind9/usr/lib/libc.a. Stop
*** Error code 2

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.


i've tried googling this, and i haven't come up with any workable
solutions.  i've cvsup'd the latest stable sources, and i've retried after
doing a make clean DESTDIR=... (i don't know if this does anything to
help), but i run into the same issue.

i'm using 6.1 on a Sparc64 machine (an ultra5) that was booted from a
CD, but pulled files from an FTP server.

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


Monitor display problem

2006-08-29 Thread Roger Merritt
I recently acquired a newer box to hold my server. I was using a PII 300MHz 
with 64MB RAM. The new box has an AMD Athlon XP 1800+ with 239MB (?) RAM 
and what seems most pertinent, an S3 ProSavage DDR (86c420) graphics chip.


When I first tried configuring X I discovered that when I tried to exit 
x-windows the machine would hang. When I hit the reset button my monitor 
showed a brief message, signal outside frequency range (which might very 
well be normal behavior). Eventually I got xorg working at a pleasant 
1024x768 size, a great relief after the 640x480 I was limited to before, 
but I still have the problem that when I try to exit the x-server the 
machine hangs. It happens regardless of whether I use fvwm's exit command 
or hit CtlAltBackspace.


Checking my xorg.conf file I find that none of the optional commands are 
uncommented, and I started to remember years ago when I had to enable one 
of the options (something to do with using the software cursor) to get 
XFree86 to work -- I think that machine had an S3 card, but it might have 
been SiS.


Anyway, I noticed that when I came in to work one morning, the pilot light 
on the monitor was blinkiing. No graphics signal to the monitor. Moved the 
mouse, hit the Alt key, hit other keys, no help. So I rebooted by hitting 
the reset button. Everything seemed to work fine. Now, I usually don't work 
at the console -- even though my regular working (MS Win 2000 Pro) is right 
next to it, it's usually easier just to use PuTTY to make an SSH 
connection, so I didn't notice for some time that the monitor light was 
blinking again.


I've tried the Bsd Google search engine, but can't seem to find a similar 
problem. I've wondered whether I should add the VESA option to my 
configuration file and rebuild the kernel. Can anyone offer suggestions -- 
possibly I just need to set something in vidcontrol?


--
Roger


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


Re: NFS exports file errors

2006-08-29 Thread up
On Tue, 29 Aug 2006 [EMAIL PROTECTED] wrote:

 On Tue, 29 Aug 2006, Jonathan Horne wrote:

   On Tue, 29 Aug 2006, Bill Moran wrote:
  
   In response to [EMAIL PROTECTED]:
  
   
I'm getting the following errors when trying to mount volumes via NFS
between to FBSD 6.1-STABLE machines:
   
Aug 29 14:20:41 host mountd[1587]: can't export /usr
Aug 29 14:20:41 host mountd[1587]: bad exports list line /usr -ro
   -maproot
  
   You have to map root to something ... i.e.
   /usr -ro -maproot root
  
   I did, using this sytax, like I always have:
  
   / -ro -maproot=0 192.x.x.1
   /usr -ro -maproot=0 root 192.x.x.1
   /var -ro -maproot=0 root 192.x.x.1
   /home -ro -maproot=0 root 192.x.x.1
  
   where 192.x.x.1 is the IP of the only host I want to have access.  I tried
   switching to your syntax (taking out the -0 and putting in  root but I
   get the same results...
  
   James Smallacombe   PlantageNet, Inc. CEO and Janitor
   [EMAIL PROTECTED] 
   http://3.am
 
  i thought the syntax was maproot=root,  thus,
 
  / -ro -maproot=root 192.x.x.1
  /usr -ro -maproot=root 192.x.x.1
  /var -ro -maproot=root 192.x.x.1
  /home -ro -maproot=root 192.x.x.1
 
  if that doesnt work, then i would remove the -ro, out of wondering if it
  could be colliding with the maproot=root.

 According to the man pages and the FreeBSD manual (years old) either sytax
 should work (numeric UID or username), but I tried it anyway, to no
 avail.

 I just did a mount on the server, and here's what I have:

 su-2.05b# mount
 /dev/ad0s1a on / (ufs, NFS exported, local)
 devfs on /dev (devfs, local)
 /dev/ad0s1f on /home (ufs, local, soft-updates)
 /dev/ad0s1d on /usr (ufs, NFS exported, local, soft-updates)
 /dev/ad0s1e on /var (ufs, NFS exported, local, soft-updates)

 So, in spite of the errors for the /usr and /var file system, they get
 exported (and I can access them from the client), the /home FS is NOT
 exported and I cannot access it.  The / file system has no errors and is
 fine...

Replying to my own post...I've since tried stopping and restarting
rpcbind, nfsd and mountd on the NFS server...I tried binding rpcbind and
nfsd to the main IP address of that server (it has multiple).  Now, I
get the errors for all file system but root and can only mount the remote
root file system, not /usr, /var or /home.  I killed portsentry on both
client and server before starting, since I noticed rpcbind was complaining
about an address already in use (it went away after I killed portsentry
and restarted it all).

What really makes no sense is that it is functioning partly...the root fs
mounts fine.../usr and /var did earlier, but no longer do.  It makes no
sense to me.

James Smallacombe PlantageNet, Inc. CEO and Janitor
[EMAIL PROTECTED]   
http://3.am
=

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


Re: having hard time with mounting floppies

2006-08-29 Thread ajm
On Tue, Aug 29, 2006 at 01:27:06PM +0300, Tuomas wrote:
 ajm,
 
 Thanks for taking the pains to reply.
 
 This is what I tried:
 
 localhost# newfs -L FreeBSD /dev/fd0
 newfs: wtfs: 512 bytes at sector 2879: Input/output error
 localhost# newfs_msdos -f 1440 -L MSDOS /dev/fd0
 /dev/fd0: 2847 sectors in 2847 FAT12 clusters (512 bytes/cluster)
 bps=512 spc=1 res=1 nft=2 rde=224 sec=2880 mid=0xf0 spf=9 spt=18 hds=2 hid=0
 newfs_msdos: /dev/fd0: Input/output error
 
 On another forum, someone suggested to me that I should try FreeBSD 6.x.
 FreeBSD 5.x has, according to this guy, some problems with some floppies.
 
 So maybe I try FreeBSD 6.x, or I will use Linux on this machine.
 
 Thanks for the help, though. :-)
 
 Tuomas

It's been a while since I had 5.3 on my system...but see if you have
the following in your /dev directory.

/dev/fd0.1440

if so try this:

# fdformat /dev/fd0.1440 

or try

mformat a:

you must have this port installed for mformat to work:
/usr/ports/emulators/mtools


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


question about network setup

2006-08-29 Thread Nazar

Alright guys. This is probably the complete newbie question, but I just cant
fight a straight answer on google. The questions usually I found, werent
answered. Anyways, to the point. I'm behind router. Cable modem - Router -
pc's. Basic home setup. I set up apache and want to figure out how is it
possible for me to use external ip to connect to my server? I can access the
server via internal ip  people can access it via my external, but for me
doesnt show up. I know this configuration has to do with my network, rather
than apache, or at least main configuration of my network and probably some
tweaking with apacheWell, if possible, some replies would be
appreciated. Maybe at least point me at the right direction. Thank you.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: question about network setup

2006-08-29 Thread Jonathan Horne
On Tuesday 29 August 2006 23:13, Nazar wrote:
 Alright guys. This is probably the complete newbie question, but I just
 cant fight a straight answer on google. The questions usually I found,
 werent answered. Anyways, to the point. I'm behind router. Cable modem -
 Router - pc's. Basic home setup. I set up apache and want to figure out
 how is it possible for me to use external ip to connect to my server? I can
 access the server via internal ip  people can access it via my external,
 but for me doesnt show up. I know this configuration has to do with my
 network, rather than apache, or at least main configuration of my network
 and probably some tweaking with apacheWell, if possible, some replies
 would be
 appreciated. Maybe at least point me at the right direction. Thank you.

so, for you, the internal works, and for external people the external ip 
works... are you trying to access the external from your internal?  wont work 
(well, not with the average soho router).

can you be more specific as to exactly what is not working?

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


Re: question about network setup

2006-08-29 Thread Ahmad Arafat Abdullah
Well
I assume your pc/apache is connected using private IP.. so that's why it can't 
be accessed
directly.. anyway u can configure it on your router, to forward the request ( 
or port-forward )
to your pc/apache on port 80

TQ..



 - Original Message -
 From: Nazar [EMAIL PROTECTED]
 To: freebsd-questions@freebsd.org
 Subject: question about network setup
 Date: Tue, 29 Aug 2006 23:13:48 -0500
 
 
 Alright guys. This is probably the complete newbie question, but I just cant
 fight a straight answer on google. The questions usually I found, werent
 answered. Anyways, to the point. I'm behind router. Cable modem - Router -
 pc's. Basic home setup. I set up apache and want to figure out how is it
 possible for me to use external ip to connect to my server? I can access the
 server via internal ip  people can access it via my external, but for me
 doesnt show up. I know this configuration has to do with my network, rather
 than apache, or at least main configuration of my network and probably some
 tweaking with apacheWell, if possible, some replies would be
 appreciated. Maybe at least point me at the right direction. Thank you.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]




-- 
___
Play 100s of games for FREE! http://games.mail.com/

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


Re: question about network setup

2006-08-29 Thread Alexander Sashurin

*This message was transferred with a trial version of CommuniGate(r) Pro*
Nazar wrote:
Alright guys. This is probably the complete newbie question, but I 
just cant

fight a straight answer on google. The questions usually I found, werent
answered. Anyways, to the point. I'm behind router. Cable modem - 
Router -

pc's. Basic home setup. I set up apache and want to figure out how is it
possible for me to use external ip to connect to my server? I can 
access the

server via internal ip  people can access it via my external, but for me
doesnt show up. I know this configuration has to do with my network, 
rather
than apache, or at least main configuration of my network and probably 
some

tweaking with apacheWell, if possible, some replies would be
appreciated. Maybe at least point me at the right direction. Thank you.
so,  is the default route configured correctly? and have you redirected 
80 port on your router to your server?
can you ping your external interface? can you telnet to port 80 of 
external router iface?

sorry, for my bad English..

--
With best regards, 
	Alexander Sashurin a.k.a. ZetRooT

--
| Mailto: [EMAIL PROTECTED] |
| ICQ: 258820442   |
| Mobile: +7-916-195-89-11 |
| Jabber: zetroot  |
| irc: irc.wenet.ru, zetroot   |
|__|

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


Re: question about network setup

2006-08-29 Thread Alexander Sashurin

*This message was transferred with a trial version of CommuniGate(r) Pro*
Ahmad Arafat Abdullah wrote:

*This message was transferred with a trial version of CommuniGate(r) Pro*
Well
I assume your pc/apache is connected using private IP.. so that's why it can't 
be accessed
directly.. anyway u can configure it on your router, to forward the request ( or 
port-forward )
to your pc/apache on port 80

TQ..



  

- Original Message -
From: Nazar [EMAIL PROTECTED]
To: freebsd-questions@freebsd.org
Subject: question about network setup
Date: Tue, 29 Aug 2006 23:13:48 -0500


Alright guys. This is probably the complete newbie question, but I just cant
fight a straight answer on google. The questions usually I found, werent
answered. Anyways, to the point. I'm behind router. Cable modem - Router -
pc's. Basic home setup. I set up apache and want to figure out how is it
possible for me to use external ip to connect to my server? I can access the
server via internal ip  people can access it via my external, but for me
doesnt show up. I know this configuration has to do with my network, rather
than apache, or at least main configuration of my network and probably some
tweaking with apacheWell, if possible, some replies would be
appreciated. Maybe at least point me at the right direction. Thank you.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

I think it'll also important to check on what IP apache is listening on 
for connections... you should make it something like this: 0.0.0.0/0, if 
you are not paranoidalycally afraid of hackers...
and also specify addresses from which your apache will accept 
connections.. again 0.0.0.0/0


--
With best regards, 
	Alexander Sashurin a.k.a. ZetRooT

--
| Mailto: [EMAIL PROTECTED] |
| ICQ: 258820442   |
| Mobile: +7-916-195-89-11 |
| Jabber: zetroot  |
| irc: irc.wenet.ru, zetroot   |
|__|

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


Re: having hard time with mounting floppies

2006-08-29 Thread Mikhail Goriachev
Tuomas wrote:
 ajm,
 
 Thanks for taking the pains to reply.
 
 This is what I tried:
 
 localhost# newfs -L FreeBSD /dev/fd0
 newfs: wtfs: 512 bytes at sector 2879: Input/output error
 localhost# newfs_msdos -f 1440 -L MSDOS /dev/fd0
 /dev/fd0: 2847 sectors in 2847 FAT12 clusters (512 bytes/cluster)
 bps=512 spc=1 res=1 nft=2 rde=224 sec=2880 mid=0xf0 spf=9 spt=18 hds=2 hid=0
 newfs_msdos: /dev/fd0: Input/output error
 
 On another forum, someone suggested to me that I should try FreeBSD 6.x.
 FreeBSD 5.x has, according to this guy, some problems with some floppies.
 
 So maybe I try FreeBSD 6.x, or I will use Linux on this machine.


Hi,

I suspect the problem does not lie in FreeBSD, but elsewhere. Have you
tried using different floppy discs? Specially another brand? Maybe the
cable connecting your floppy drive is playing on you or even the drive
itself is faulty.

I just tried the following on a fresh 5.5-RELEASE install without any
problems:

# mount -t msdos /dev/fd0 /mnt
[...]
# fdformat /dev/fd0
# newfs -L FreeBSD /dev/fd0
# newfs_msdos -f 1440 -L MSDOS /dev/fd0


I hope this helps.

Cheers,
Mikhail.

-- 
Mikhail Goriachev
Webanoide

Telephone: +61 (0)3 62252501
Mobile Phone: +61 (0)4 38255158
E-Mail: [EMAIL PROTECTED]
Web: http://www.webanoide.org

PGP Key ID: 0x4E148A3B
PGP Key Fingerprint: D96B 7C14 79A5 8824 B99D 9562 F50E 2F5D 4E14 8A3B
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]