Re: install.cfg (was RE: & No Subject)

2005-04-08 Thread John Meing
Mike,

Thanks alot for your suggestion, I'll try to put these lines to a
shell script and try to make install.cfg run them. I'll post results
soon.

John Meing

On Apr 8, 2005 5:55 PM, wizlayer <[EMAIL PROTECTED]> wrote:
> On Friday 08 April 2005 02:31 am, John Meing wrote:
> > Mike I also tried to use only following line in install.cfg
> > (without the rc.conf lines)
> >
> > command="passwd root" system
> >
> > which should not has mismatching quote errors (and I tested
> > with /stand/sysinstalld and it worked) but it didn't work when
> > i put it in install.cfg :((
> >
> > John Meing
> >
> [snip]
> > > Okay, but that still doesn't work for the syntax...  Going
> > > back to
> > >
> > > your original post:
> > > > command="echo sendmail_enable="NONE" >> /etc/rc.conf"
> > > > system
> > >
> > > would at best cause mismatching quote errors (which is what
> > > I'm assuming you're getting?)
> > >
> > > Mike
> 
> hmmm...  I googled this list and found the following link (which
> may wrap in email):
> 
> http://lists.freebsd.org/pipermail/freebsd-questions/2004-January/031620.html
> 
> I'm thinking perhaps this function through sysinstall isn't
> completely implemented yet or  I've just noticed there's
> no mention of a shell (h)...
> 
> Maybe something like:
> 
> # /stand/sysinstall command="sh passwd root" system
> 
> Even though it doesn't seem to work from the command line, I
> wonder if the problem isn't something along these lines?  Perhaps
> putting these commands into a script and then having install.cfg
> run the script instead would clear it up.
> 
> (I'm shooting in the dark here, I know...  But now I'm curious...)
> 
> Mike
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: install.cfg (was RE: & No Subject)

2005-04-08 Thread wizlayer
On Friday 08 April 2005 02:31 am, John Meing wrote:
> Mike I also tried to use only following line in install.cfg
> (without the rc.conf lines)
>
> command="passwd root" system
>
> which should not has mismatching quote errors (and I tested
> with /stand/sysinstalld and it worked) but it didn't work when
> i put it in install.cfg :((
>
> John Meing
>
[snip]
> > Okay, but that still doesn't work for the syntax...  Going
> > back to
> >
> > your original post:
> > > command="echo sendmail_enable="NONE" >> /etc/rc.conf"
> > > system
> >
> > would at best cause mismatching quote errors (which is what
> > I'm assuming you're getting?)
> >
> > Mike

hmmm...  I googled this list and found the following link (which 
may wrap in email):

http://lists.freebsd.org/pipermail/freebsd-questions/2004-January/031620.html

I'm thinking perhaps this function through sysinstall isn't 
completely implemented yet or  I've just noticed there's 
no mention of a shell (h)...

Maybe something like:

# /stand/sysinstall command="sh passwd root" system 

Even though it doesn't seem to work from the command line, I 
wonder if the problem isn't something along these lines?  Perhaps 
putting these commands into a script and then having install.cfg 
run the script instead would clear it up.

(I'm shooting in the dark here, I know...  But now I'm curious...)

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


Re: install.cfg (was RE: & No Subject)

2005-04-07 Thread John Meing
Mike I also tried to use only following line in install.cfg (without
the rc.conf lines)

command="passwd root" system

which should not has mismatching quote errors (and I tested with
/stand/sysinstalld and it worked) but it didn't work when i put it in
install.cfg :((

John Meing

On Apr 7, 2005 7:05 PM, wizlayer <[EMAIL PROTECTED]> wrote:
> On Thursday 07 April 2005 07:38 am, John Meing wrote:
> > Dear Mike
> >
> > Here are few guides i used to create this install.cfg.
> >
> > http://mypage.bluewin.ch/dazdaz/freebsd_sysinstall.html
> > http://www.freebsd.org/cgi/man.cgi?query=sysinstall&apropos=0&s
> >ektion=0&manpath=FreeBSD+4.11-RELEASE&format=html
> >
> > I also try command line version of sysinstall like
> > # /stand/sysinstall command="passwd root" system
> >
> > and it was works, but I don't know why it doesn't work with
> > install.cfg
> >
> > John Meing
> 
> Open mouth, insert foot...  There is a command!  :)
> 
> Okay, but that still doesn't work for the syntax...  Going back to
> your original post:
> 
> > command="echo sendmail_enable="NONE" >> /etc/rc.conf" system
> 
> would at best cause mismatching quote errors (which is what I'm
> assuming you're getting?)
> 
> Mike
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: install.cfg (was RE: & No Subject)

2005-04-07 Thread wizlayer
On Thursday 07 April 2005 08:05 am, wizlayer wrote:

>
> Okay, but that still doesn't work for the syntax...  Going back
> to
>
> your original post:
> > command="echo sendmail_enable="NONE" >> /etc/rc.conf" system
>
> would at best cause mismatching quote errors (which is what I'm
> assuming you're getting?)
>
> Mike

I meant to ps before I sent this...

Why not just create the rc.conf you want and introduce it after 
the install?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: install.cfg (was RE: & No Subject)

2005-04-07 Thread wizlayer
On Thursday 07 April 2005 07:38 am, John Meing wrote:
> Dear Mike
>
> Here are few guides i used to create this install.cfg.
>
> http://mypage.bluewin.ch/dazdaz/freebsd_sysinstall.html
> http://www.freebsd.org/cgi/man.cgi?query=sysinstall&apropos=0&s
>ektion=0&manpath=FreeBSD+4.11-RELEASE&format=html
>
> I also try command line version of sysinstall like
> # /stand/sysinstall command="passwd root" system
>
> and it was works, but I don't know why it doesn't work with
> install.cfg
>
> John Meing

Open mouth, insert foot...  There is a command!  :)

Okay, but that still doesn't work for the syntax...  Going back to 
your original post:

> command="echo sendmail_enable="NONE" >> /etc/rc.conf" system

would at best cause mismatching quote errors (which is what I'm 
assuming you're getting?)

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


[no subject]

2005-04-07 Thread John Meing
Hi All,

I'm trying to create customized freebsd 4.11 installation CD, it is almost
done but I found some problem with customized install.cfg for sysinstall.

Here is my install.cfg

# install.cfg for sranOS v.0.1-1

# Turn on extra debugging.
debug=yes
noConfirm=YES
noWarn=NO

tcpMenuSelect

# select media to install
mediaSetCDROM
dists= bin doc manpages catpages proflibs dict info ports ssecure sbase
scontrib sgnu setc sinclude slib slibexec srelease sbin ssbin sshare ssys
subin susbin
distSetCustom

# partition
disk=ad0
partition=all
bootManager=standard
diskPartitionEditor

# disklabel
ad0s1-1=swap 1048576 none
ad0s1-2=ufs 0 /
# Let's do it!
diskLabelEditor

# everything set, do it
installCommit

command="echo rc_conf_files="/etc/rc.conf /etc/rc.conf.local" >>
/etc/rc.conf" system
command="echo sshd_enable="YES" >> /etc/rc.conf" system
command="echo sendmail_enable="NONE" >> /etc/rc.conf" system
command="passwd root" system
shutdown

Most of processes for sysinstall works fine except process for the lines
begin with "command" does not work, I don't know why, Could someone help
me ?


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


[no subject]

2005-03-22 Thread Pavel
Hello dear friend!

Some weeks ago I bought FreeBSD 5.3 CD-ROM. But I got the problem
configuring internet connection. My ZyXEL OMNI 56K PCI Plus modem
doesn't work. I have 1100MHz AMD Duron processor with 128Mb RAM. Modem
connected to PCI slot #2. Modem based on Conexant CX11252 HSFi chipset.
I tried to configure it to COM3 port but nothing work. What I should do?
Help my please.
Yours faithfully.

Pavel

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


(no subject)

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


[no subject]

2005-03-20 Thread Theo de Raadt
[EMAIL PROTECTED] is another person who can be talked to
about this matter.  He just sent me a long private mail, none of
which really indicates that anything is really happening at
Adaptec about our concerns.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


[no subject]

2005-03-11 Thread $B>eLnH%(B

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


[no subject]

2005-03-08 Thread Andreas Lindström
Hi.

It seems i have the same kmem_malloc problem as some others has had in
their SMP computers that is running FreeBSD 5.3, however, it is also
different... my problem doesnt occur after an extended period of
running the server, it occurs randomly at bootup. Another difference
is that it is not a 2GB memory machine, it runs at 128MB.

Now, since the previous fixes all said to increase the VM_KMEM
settings im guessing this wont work for me since i have 128MB physical
memory and 256MB swap (actually, ive tested it as well, doesnt work).
And yes, i have checked all previous bug reports containing the word
"kmem", the closest one ive found is this "kern/75510". In that report
there still is some unanswered questions though.

So... could anyone think of a way for me to fix this? And please dont
say "get more memory", rather, say "this module is using one hell of
alot of memory so remove it and decrease the VM_KMEM and it should
work"... seriously, why does the kernel use 320MB+ of memory?
Something to do with the SMP code?

And, if i have to get more memory... how much more should i get? Would
256MB be enough, or does FreeBSD 5.3 only run on 2GB+ machines now?

Thanks in advance
  Andreas Lindström
  Sweden
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


[no subject]

2005-03-08 Thread dogpile
I have a problem with a sound card :(
Sound card : ESS Maestro 2E 
Commputer : HP Omnibook XE2
FreeBSD 5.3

dmesg | grep pcm0 :

pcm0:  port 0xf800-0xf8ff irq 5 at device 14.0 on 
pci0
pcm0: agg_rdcodec() RW_DONE timed out.
pcm0: agg_rdcodec() PROGLESS timed out.
pcm0: agg_rdcodec() RW_DONE timed out.
pcm0: agg_wrcodec() PROGLESS timed out.
pcm0: agg_rdcodec() PROGLESS timed out.
pcm0: agg_rdcodec() RW_DONE timed out.
pcm0: agg_wrcodec() PROGLESS timed out.
pcm0: agg_rdcodec() PROGLESS timed out.
pcm0: agg_rdcodec() RW_DONE timed out.
pcm0: agg_wrcodec() PROGLESS timed out.
pcm0: agg_rdcodec() PROGLESS timed out.
pcm0: agg_rdcodec() RW_DONE timed out.
pcm0: agg_wrcodec() PROGLESS timed out.
pcm0: agg_rdcodec() PROGLESS timed out.
pcm0: agg_rdcodec() RW_DONE timed out.
pcm0: agg_wrcodec() PROGLESS timed out.
pcm0: agg_rdcodec() PROGLESS timed out.
pcm0: agg_rdcodec() RW_DONE timed out.
pcm0: agg_wrcodec() PROGLESS timed out.
pcm0: agg_rdcodec() PROGLESS timed out.
pcm0: agg_rdcodec() RW_DONE timed out.
pcm0: agg_wrcodec() PROGLESS timed out.
pcm0: agg_rdcodec() PROGLESS timed out.
pcm0: agg_rdcodec() RW_DONE timed out.
pcm0: agg_wrcodec() PROGLESS timed out.
pcm0: agg_rdcodec() PROGLESS timed out.
pcm0: agg_rdcodec() RW_DONE timed out.
pcm0: agg_wrcodec() PROGLESS timed out.
pcm0: agg_rdcodec() PROGLESS timed out.
pcm0: agg_rdcodec() RW_DONE timed out.
pcm0: agg_wrcodec() PROGLESS timed out.
pcm0: 
pcm0: agg_rdcodec() PROGLESS timed out.
pcm0: agg_rdcodec() RW_DONE timed out.
pcm0: ac97 codec reports dac not ready
pcm0: agg_wrcodec() PROGLESS timed out.
pcm0: agg_wrcodec() PROGLESS timed out.
pcm0: [GIANT-LOCKED]

mixer :
Mixer rec currently set to 75:75 
Recording source : mic

If you know how to solve my problem please write me a letter 

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


[no subject]

2005-03-08 Thread ticli
Troppo spam e virus: la casella è inattiva!
Scusate l'inconveniente.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Aureal-kmod (was Re: No Subject)

2005-03-05 Thread Mike Hauber
On Saturday 05 March 2005 08:22 pm, Ross Penner wrote:
> Hi, I searched the archive to no avail on my problem altough
> I'm sure it's quite simple.
>
> I have an aureal vortex 2 sound card which I would be quite
> happy to use, BUT, I'm having a hang up when installing the
> port 'sound/aureal-kmod'. I get the error message:
>
> ===>  aureal-kmod-1.5_5 You need to extract kernel source tree
> before building this package.
>
> sounds woefully simple but I'm at a loss. My freebsd install is
> about a month old and I've yet to have audio sucess. I'm
> running 5.3
>
> Thanks in advance for your words of wisdom.

Sounds like you need to install your source tree...

At the command prompt:
$ su
Password: 
# /stand/sysintall

Go through the sysinstall as follows:
Configure,Distributions

Select 'src' from the menu and select OK

select the appropriate media to install the src tree from.

Then exit sysinstall, the src tree is installed.

Then try to make the port again.


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


[no subject]

2005-03-05 Thread Ross Penner
Hi, I searched the archive to no avail on my problem altough I'm sure it's  
quite simple.

I have an aureal vortex 2 sound card which I would be quite happy to use,  
BUT, I'm having a hang up when installing the port 'sound/aureal-kmod'. I  
get the error message:

===>  aureal-kmod-1.5_5 You need to extract kernel source tree before  
building this package.

sounds woefully simple but I'm at a loss. My freebsd install is about a  
month old and I've yet to have audio sucess. I'm running 5.3

Thanks in advance for your words of wisdom.
--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


[no subject]

2005-02-23 Thread Andrei Iarus
I have the 4.11 Release installed. In handbook:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/firewalls-pf.html
is written: 
All versions of the 4.X branch  PF is available as
part of KAME. And I dare to ask: what KAME is (of
course from ports i could`nt install pf). Thanks.



__ 
Do you Yahoo!? 
Yahoo! Sports - Sign up for Fantasy Baseball. 
http://baseball.fantasysports.yahoo.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


[no subject]

2005-02-21 Thread puce
hello 

i try to compil my own kernel but i have a lot of mistakes. i verify my GENERIC 
file ( MONNOYAU ) . but i didn't find any error
Could you look that and tell me what are the mistakes 

i have a 
pentium 3 600Mghz  
ATI rage 128
sound blaster 128
tv card Philips 
i don't have any network card at the moment 

i send you too parameters of my motherboard
PROCESSOR 
* Intel Pentium II / III / Celeron 
* Slot 1 Processor support 
CHIPSET 
* Intel 440ZX 
DRAM 
* Three 168-pin DIMM Sockets 
* Supports 8/16/32/64/128 MB DIMM Module 
* Supports SDRAM (3.3V) 
* Up to 256MB Memory 
SLOTS 
*13 x ISA Slots 
* 3 x PCI Slots 
* 1 x AGP Slot 
PCI Sound Card Onboard 
* High-quality ESFM Music Synthesizer 
* Integrated Spatialzer 3D Audio Effects Processor 
* 16-bit Stereo ADC and DAC 
Universal Serial bus 
* Support Two USB Ports 
* Support 48mhz USB 
PCI Enhanced IDE Built-in On Board 
* Support 4 IDE Hard Drives 
* Support UDMA 33/66, Bus Master Mode 
* Support LS120/ZIP100 
* High Capacity Hard Drives. 
I/O Built-in Onboard 
* Support Multi-Mode Parallel Port 
* Two Serial Ports 16550 UART with 16Bytes FIFO 
* PS/2 Mouse and Keyboard 
* Infrared Transmission (IR) port 
* Support 360KB, 720KB, 1.2MB, 1.44MB and 2.88 FDD

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


[no subject]

2005-02-18 Thread John Palmer
I have a SuperMicro Motherboard X6DHE-G2 with serial ata.  I am trying to 
install FreeBSD 5.3.
When I boot it up from the cdrom and select "Boot FreeBSD [default]."  I get 
an error of "ata2-master: FAILURE =ATA_IDENTIFY TIMED OUT."  The hard drive 
is not being detected.

If I boot it up in "FreeBSD safe mode,"  I dont get any errors and the hard 
drive is being detected.
I have installed FreeBSD 5.3 in safe mode and installed the current updates 
without any problems.

The only problem I have is after rebooting the machine and booting it up in 
default mode.  It is not able to mount my root partition.  Also, I keep 
getting the error of "ata2-master: FAILURE=ATA_IDENTIFY TIMED OUT."  Has 
anybody run across this problem?  If so, I would like to know how the 
problem was fixed.

Thanks
_
Express yourself instantly with MSN Messenger! Download today - it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

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


[no subject]

2005-02-16 Thread Leandro
Hello,

I wish to know if freeBSD supports the usb ethernet adapter unex hu001
Tnx

Best regards, 
  
Leandro
[EMAIL PROTECTED]
2005-02-16



-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.8.8 - Release Date: 14/02/2005

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



[no subject]

2005-02-01 Thread Anton K. N. :: Kyliptix M.E.R.O.
Dear Sir/Miss,
Good day,

Thank you for bringing to us FreeBSD..

We are forming server hosting comapny and have plans for FreeBSD as our
major OS with other minor OS's but with our partner of Hsphere Contol
Panel said that FreeBSD has a problem with Java and TomCat server as:

Our Partner's comment:

FreeBSD 4.8, 4.9, 4.10 and 5.3
We don't recommend running CP on FreeBSD, because it only works with
Java 1.3.1, which is slow as compared to 1.4.x. It also doesn't close
Windows connections, which can become a problem if your Windows
servers get hung several times. Finally, on FreeBSD Tomcat doesn't
stop correctly.

complete information is at:
www.psoft.net/HSdocumentation/sysadmin/preparing_servers.html

Anton K.N.
Director of Managed Services
Kyliptix Solutions, LLC
Middle East Regional Office
P.O.Box: 759, Ramallah, Palestinian N.A.A.
+972 59 202 205 Office
+972 52 4 340 133 Cell
001-562-366-2994 Fax headquarter
[EMAIL PROTECTED]
http://www.KyliptixSolutions.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


PHP Installed (Was: No Subject)

2005-01-31 Thread Richard Collyer
Hello,

Do  pkg_version -v

You should get an output telling you what is installed on your system.

Like this..

php4-mysql-4.3.10_2

which tells you that mysql is installed.

Afaik you have to instal mysql support into apache manually. I say afaik
as it was a long time since I installed mysql and php onto my machine.

Go to: /usr/ports/databases/php4-mysql

do a make install and all should be well. 

Alternativly look at /usr/ports/lang/php4-extensions/

Bit of a bad answer but the best I can do this late at night.

Cheers
Richard


On Mon, 31 Jan 2005 13:58:46 -0500
Ken Hawkins <[EMAIL PROTECTED]> wrote:

> I have installed pear5-php which installed php and mod_php for apache13.
> 
> however when calling mysql_pconnect within a php page i get:
> 
> [Mon Jan 31 10:40:21 2005] [error] PHP Fatal error:  Call to undefined 
> function:  mysql_pconnect() in /.../phpPollUI6.php on line 77
> 
> I have  a couple of questions.
> 
> how can I verify that mysql support (possibly ? php-mysql ?) is 
> installed?
> 
> what steps do I need to take to ensure that this gets installed as part 
> of my installation of apache13, php, mod_php, phpmyadmin, and phpbb?
> 
> thanks in advance!
> ken;
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"

-- 
Richard Collyer <[EMAIL PROTECTED]>

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


[no subject]

2005-01-31 Thread Ken Hawkins
I have installed pear5-php which installed php and mod_php for apache13.
however when calling mysql_pconnect within a php page i get:
[Mon Jan 31 10:40:21 2005] [error] PHP Fatal error:  Call to undefined 
function:  mysql_pconnect() in /.../phpPollUI6.php on line 77

I have  a couple of questions.
how can I verify that mysql support (possibly ? php-mysql ?) is 
installed?

what steps do I need to take to ensure that this gets installed as part 
of my installation of apache13, php, mod_php, phpmyadmin, and phpbb?

thanks in advance!
ken;
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: (no subject)

2005-01-31 Thread Christopher Illies
On Sun, Jan 30, 2005 at 05:32:40PM -0500, [EMAIL PROTECTED] wrote:
> My display is to big for the monitor, I only see half of the desk top.  How 
> do I fix this?  thanks
> 
> --

You don't give much information ( which FreeBSD, are you using X 
and a window manager ?), so I have to guess. 
If you are using X and the problem is that you only see part of your
desk top on the screen, but you can scroll with mouse to other parts
of the desk top, then your 'virtual screen' is bigger than your
actual screen. You can fix this by modifying your xfree86.conf or 
xorg.conf, depending on which FreeBSD you use.

HTH,

Christopher 

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


Re: (no subject)

2005-01-31 Thread Daniel S. Haischt
>> man xvidtune <<
[EMAIL PROTECTED] schrieb:
My display is to big for the monitor, I only see half of the desk top.  How 
do I fix this?  thanks
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
--
Mit freundlichen Gruessen / With kind regards
DAn.I.El S. Haischt
Want a complete signature??? Type at a shell prompt:
$ > finger -l [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


(no subject)

2005-01-31 Thread Davesgurl4eva
My display is to big for the monitor, I only see half of the desk top.  How 
do I fix this?  thanks
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


[no subject]

2005-01-27 Thread Ali Farhan
  sir...i can subscribe it..but plz reply me about what i ask 2 u.about
  usb..
  

References
  Visible links
  Hidden links:
  1. http://www.flamingtext.com/hmail.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


[no subject]

2005-01-19 Thread uday kumar
END



__ 
Do you Yahoo!? 
All your favorites on one personal page – Try My Yahoo!
http://my.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


[no subject]

2005-01-14 Thread Emon

Hello every one

I am nwebie running FreeBSD 5.3

I was tryimg to install the mc-4.6.0_13.tgz pkg but it gave me a
load of depedencies which I had to painfulluy downloaded usinf
my dial-up connection.


#pkg_add mc-4.6.0_13.tgz
pkg_add: could not find package p5-File-Spec-0.90 !
pkg_add: could not find package p5-PodParser-1.28_1 !
pkg_add: could not find package p5-Test-Harness-2.42 !
pkg_add: could not find package p5-Test-Simple-0.47_1 !
pkg_add: could not find package p5-File-Temp-0.14_1 !
#

Then I had to download gettext-0.13.1_1.tgz & glib-2.4.6.tgz

But now some of the packages were complaining that an older
version is installed & I had no idea how to upgrade these
packages.

So in my blind rage I did "pkg_add -vf" on all packages
including mc.

Now mc works but I cannot uninstall it or any of the packages. I
will show you an example.


# pkg_add mc-4.6.0_13.tgz
pkg_add: package 'mc-4.6.0_13' or its older version already
installed
# pkg_delete mc-4.6.0_13.tgz
pkg_delete: no such package 'mc-4.6.0_13.tgz' installed
#

Now how on earth is that possible?? First it says "older version
already installed" & than it says "no such package
'mc-4.6.0_13.tgz' installed".

I am very new to the world of UNIX, before BSD I had a couple of
months experience with SLACKWARE, & it was pretty cool, I could
install/uninstall/upgrade packages pretty easily. Maybe I
haven't read the HandBoook carefuly..., I don't know... somebody
please tell me how to get this right... please

Thanks

 
-
Free POP3 Email from www.Gawab.com 
Sign up NOW and get your account @gawab.com!!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


[no subject]

2005-01-14 Thread Sergey Kulikov


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


[no subject]

2005-01-13 Thread Frederic R.

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


[no subject]

2005-01-07 Thread 1Okiy
Здравствуйте, questions.
Подскажите
 что бы мне выйти в инет, через локалку мне нужно создать VPN  указав IP 
компьютера к
которому осуществляется подключение,логин, пароль
как это можно сделать в FReeBSD


-- 
С уважением,
 no_name mailto:[EMAIL PROTECTED]

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


[no subject]

2005-01-07 Thread Kiffin Gish
Does anyone know when Firebird 1.0 will be available as an official port? I
still seem to only be able to build an older 0.9x version.

-- 

Kiffin Rex Gish
Gouda, The Netherlands

 


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


[no subject]

2005-01-07 Thread nova
Hello freebsd-questions,

  Hello, I would like to know there is in FreeBSD a support of such
  file systems as RiserFS or XFS, this file systems supporting of
  Gentoo. Thank for attention !

-- 
Best regards,
 nova  mailto:[EMAIL PROTECTED]

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


[no subject]

2005-01-04 Thread Omer Faruk Sen
Hi, 

I have an IBM X 346 server which I have an obstacle when I try to install 
FreeBSD 5.3 on it. System sees RAID controller (ips) and disk behind them 
but when I try to write disklabel I get following errors: 

unable to find device node for /dev/ipsd01b in /dev! The creation of systems 
will be aborted 

I tried to install system without swap (I thought it may work) but got the 
same error. Anyone here had installed FreeBSD 5.3 on this system? 

This system has serveRAID-7k in it. 


---
Omer Faruk Sen
http://www.EnderUNIX.ORG
Software Development Team @ Turkey
http://www.Faruk.NET
For Public key: http://www.enderunix.org/ofsen/ofsen.asc
 

First Turkish FreeBSD book is out! Go check it.
Duydunuz mu! Turkiye'nin ilk FreeBSD kitabi cikti.
http://www.acikkod.com/freebsd.php 

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


[no subject]

2004-12-25 Thread ten-nsk
Hello.

There is one question, when you planning add hardware
support Allied Telesyn AT2700 series network adapters ?

Thanks.

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


[no subject]

2004-12-24 Thread Lilith B.
como activar el scroll del mouse ps/2.

How activate ps/2 mouse scroll 


-

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


[no subject]

2004-12-16 Thread Eduardo Viruena Silva

Hello, FreeBSD gurus!

Suppose a very old Irix computer that is impossible to update
and it is somehow necessary, because it receive and send
mail for a *lot* of people.

I would like to filter the mail that this computer receive
with a FreeBSD box using "spamassassin" and "clamav".

Old Irix Computer <==> FreeBSD Mail Filter <==> Internet.

I mean, I would like to put the FreeBSD Box in the way,
not receiving mail, but filtering it.

Even more, people sending/receiving mail to each other in the
Old Irix Computer should filter their messages also.

Is it possible to do this?
How can I do it?

I have full access to the DNS, so I can change MX records
or whatever it would be necessary.

I'm not subscribed to this list, please cc your answer to
my address.

Thanks in advance.

Eduardo.


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


[no subject]

2004-12-12 Thread kalisa paul
êàê êîíôèãóðèðîâàòü U.S.Robotics 56K Faxmodem USB
ìîäåëü 5633 â Linux  (linux Kernel 2.4.20)
Ñïîñèáî.



-
Do you Yahoo!?
 The all-new My Yahoo! – Get yours free!
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


[no subject]

2004-12-11 Thread autoreply
Dear [EMAIL PROTECTED],

Thank you for sending email to [EMAIL PROTECTED] 

Sadly Martin gets too much unsolicited at this email address, so
please could you send your mail instead to [EMAIL PROTECTED] ?

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


[no subject]

2004-12-10 Thread Stefan Jagger

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


[no subject]

2004-12-07 Thread Anita Hicklin
HI
I was wondering if I could get instructions on how to uninstall free bsd.  
It's on my computer and I dont' know how to use it so I was going to just 
unistall it but I  can't seem to figure it out.
Thanks
AH

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


[no subject]

2004-12-06 Thread Alan Curtis
While following the instructions in /usr/ports/UPDATING to upgrade 
mpeg4ip (dated 2004111), I got the following error.

Error: shared library "avcodec.0" does not exist
*** Error code 1
Alan
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re[2]: (no subject)

2004-12-05 Thread DanGer
Hello David,

Sunday, December 5, 2004, 12:24:14 PM, you typed:

> On Sun, 5 December, 2004 11:01, Alexander Bubnov said:
>> Hi, everyone!
>>
>> Could you help me, please?
>>
>> I have compiled and installed some FreeBSD ports. And I want to
>> recompile my 'World' (FreeBSD 5.3). Do I need to delete with
>> pkg_delete
>> those ports and recompile them?

> Generally, no. But, if you are upgrading from 4.x to 5.x or from 5.x
> (for x=0; x<3) to 5.3 then you will need to I believe.

> The best thing to do is read /usr/src/UPDATING before every
> buildworld. If you do need to rebuild any ports, then it will tell you
> in there.

and of course he should read /usr/ports/UPDATING too...

-- 
Best Regards,

+--==/\/\==--+   (__)  FreeBSD
| DanGer <[EMAIL PROTECTED]> |\\\'',)  The
| [EMAIL PROTECTED] ICQ261701668 |  \/  \ ^Power
| http://danger.homeunix.org |  .\._/_)To
+--==\/\/==--+ Serve

[ I'm not wearing any underwear.  Film at 11. ]

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


Re: (no subject)

2004-12-05 Thread David Jenkins
On Sun, 5 December, 2004 11:01, Alexander Bubnov said:
> Hi, everyone!
>
> Could you help me, please?
>
> I have compiled and installed some FreeBSD ports. And I want to
> recompile my 'World' (FreeBSD 5.3). Do I need to delete with
> pkg_delete
> those ports and recompile them?

Generally, no. But, if you are upgrading from 4.x to 5.x or from 5.x
(for x=0; x<3) to 5.3 then you will need to I believe.

The best thing to do is read /usr/src/UPDATING before every
buildworld. If you do need to rebuild any ports, then it will tell you
in there.

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


Re: (no subject)

2004-12-05 Thread DanGer
Hi Alexander,

Sunday, December 5, 2004, 12:01:30 PM, you typed:

> Hi, everyone!
 
> Could you help me, please?
 
> I have compiled and installed some FreeBSD ports. And I want to 
> recompile my 'World' (FreeBSD 5.3). Do I need to delete with pkg_delete
> those ports and recompile them?

you don't have to reinstall your ports if you are not upgrading for
example from 4.x to 5.x

-- 
Best Regards,

+--==/\/\==--+   (__)  FreeBSD
| DanGer <[EMAIL PROTECTED]> |\\\'',)  The
| [EMAIL PROTECTED] ICQ261701668 |  \/  \ ^Power
| http://danger.homeunix.org |  .\._/_)To
+--==\/\/==--+ Serve

[ "Doobee doobee doo." - F. Sinatra ]

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


(no subject)

2004-12-05 Thread Alexander Bubnov
Hi, everyone!
Could you help me, please?
I have compiled and installed some FreeBSD ports. And I want to 
recompile my 'World' (FreeBSD 5.3). Do I need to delete with pkg_delete 
those ports and recompile them?

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


[no subject]

2004-12-01 Thread Rob DeMarco
From: "Rob DeMarco" <[EMAIL PROTECTED]>
To: Kris Kennaway <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Bcc: 
Subject: Re: Can 10M Buffer Ceiling be lowere?
Reply-To: 
In-Reply-To: <[EMAIL PROTECTED]>

On Tue, Nov 30, 2004 at 07:53:16PM -0800, Kris Kennaway wrote:
> On Wed, Dec 01, 2004 at 03:27:11AM +, [EMAIL PROTECTED] wrote:
> >  A technical question:
> > 
> >  I have an old NEC computer (c. 1997) running 5.3-RELEASE with
> > 48M of RAM.  Getting a new computer isn't an option right now, but
> > I would like to get as much out of my memory as possible.
> >  My /boot/kernel/kernel file is about 3M, and from the initial
> > boot: 
> > real memory  = 50331648 (48 MB)
> > avail memory = 43896832 (41 MB)
> > it appears this kernel takes up about 7M of memory with one screen saver
> > kld loaded.  With a few unneeded services (cron, sendmail) disabled, I
> > start off with about 26M free after a fresh reboot with just root logged in,
> > running `top'.  Looking at top, I noticed:
> > 
> > Mem: 4320K Active, 15M Inact, 12M Wired, 10M Buf, 11M Free
> >  ^^^
> > 
> >  From TOP(1):
> > 
> > Buf: number of pages used for BIO-level disk caching
> > 
> >  Actually, the 10M is after some disk usage (it starts ~6M).
> > It never gets above 10M.  Is there anyway to adjust this, to
> > (say) a maximum of 5M?  Yes, a new 256 MB RAM system would be nice,
> > but until then, I would like to avoid serious paging running xclock :)
> > Thanks,
> 
> There's no point, that memory will be used if demanded.  Note that you
> still have 11M free in your example, so throwing away 6MB that is used
> for caching would only *reduce* performance.
> 
> Kris

Thanks for the info.  The thing that got my attention was how,
after enough processes were spawned and (presumably, some of the cache
could have been used before needing to page) the 10M remained for use for
the "Buf" only -- or at least it seemed like it according to `top'.
But maybe I'm misreading that (I seemed to remember reading that
the "Wired" info always included the "Buf")  But then I am
definitely way out of my league here.  I can't even make sense out
of the SIZE / RES columns, neither which seem to add up to the actual
memory/swap used.

 Oh, well.  Regards,

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


[no subject]

2004-11-22 Thread Yin Ming
set nomail notook


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


[no subject]

2004-11-21 Thread Antoine Solomon
Hello, I am unable to build the jdk14 port.  Here are the errors that I get


.java ; \
fi
/usr/ports/java/jdk14/work/control/build/bsd-i586/gensrc/java/util/CurrencyData.java:1:
'class' or 'interface' expected
Java HotSpot(TM) Client VM warning: Can't detect initial thread stack location
^
/usr/ports/java/jdk14/work/control/build/bsd-i586/gensrc/java/util/CurrencyData.java:1:
unclosed character literalJava HotSpot(TM) Client VM warning: Can't
detect initial thread stack location
   ^
2 errors
gmake[4]: *** [.compile.classlist] Error 1
gmake[4]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/java/java'
gmake[3]: *** [optimized] Error 2
gmake[3]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/java/java'
gmake[2]: *** [all] Error 1
gmake[2]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/java'
gmake[1]: *** [all] Error 1
gmake[1]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make'
gmake: *** [j2se-build] Error 2
*** Error code 2

Stop in /usr/ports/java/jdk14.

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


[no subject]

2004-11-08 Thread baguio_sun
unsubscribe freebsd-questions baguio_sun <[EMAIL PROTECTED]>





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


(no subject)

2004-10-29 Thread TM4525
> > The problem with dummynet is that once you do all the work and figure 
> > it all
> > out,
> > its still only marginally functional compared to something relatively
> > inexpensive.
> > So instead of buying the $3500 box that is everything you need, you've 
> > spend
> > $800
> > on hardware, $2000 worth of time, and you still have something not 
> > nearly as
> > good.
> 
> One question, have you ever used dummynet? If so, I'm curious as to why 
> you find it only marginal. Not to be rude, but if you've not used it, 
> please stop trolling.
> 
> --
> 
> Micheal Patterson
> TSG Network Administration
> 405-917-0600

One can tell by looking at the code that it won't scale. And I know more 
than 20 people who've been bitten on the butt by trying to
use it, and then buying something when they hit the wall with it, or 
finding out it can't do what they need.

The question is, have YOU used anything else? Or are you like the old
woman who still washes her clothes in the river because "those darned
mechanical things aren't worth it"? 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


[no subject]

2004-10-20 Thread mohammed arab
Hi FreeBSD,
Please help me I have IBM Net vista PIII and I installed FreeBSD 5.2 every 
thing ok only GUI. Please how can install FreeBSD with GUI.


Thanks,
_
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.com/

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


Re: Winmodem (was: no subject)

2004-10-20 Thread Jan Christian Meyer
On Wed, 20 Oct 2004, metallarch wrote:
> I have win modem on my comp. can i use it with freebsd, maybe i have to 
> download some driver? 

It depends on the chipset of your modem. If it's using a Lucent chip, 
you may get it working by installing the /usr/ports/comms/ltmdm port.

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


[no subject]

2004-10-20 Thread metallarch
I have win modem on my comp. can i use it with freebsd, maybe i have to download some 
driver? 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


[no subject]

2004-10-17 Thread Ming Zhang
in this url:
http://lists.freebsd.org/pipermail/freebsd-questions/2004-March/041894.html
the last paragraph is like this:
PPP adapter Broadband Connection:
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : WAN (PPP/SLIP) Interface
   Physical Address. . . . . . . . . : 00-53-45-00-00-00
   Dhcp Enabled. . . . . . . . . . . : No
   IP Address. . . . . . . . . . . . : 10.0.0.12
   Subnet Mask . . . . . . . . . . . : 255.255.255.255
   Default Gateway . . . . . . . . . : 10.0.0.12
   NetBIOS over Tcpip. . . . . . . . : Disabled
I want to know how to set the Default Gateway to be the pppoe server's ip.
Or it's impossible?
_
与联机的朋友进行交流,请使用 MSN Messenger:  http://messenger.msn.com/cn  

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


[no subject]

2004-10-15 Thread dextermetall
How can i configure dns for useing qmail?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


[no subject]

2004-10-15 Thread dextermetall

how can i configure dns for useing qmail?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


[no subject]

2004-10-11 Thread Jamie Heckford
Susbscribe [EMAIL PROTECTED]

 --
Jamie Heckford
Network Manager
Trident Microsystems Ltd.

t: +44(0)1737-780790
f: +44(0)1737-771908
w: http://www.tridentmicrosystems.co.uk/ 

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


[no subject]

2004-10-05 Thread mustafa mutlu

_
The new MSN 8: advanced junk mail protection and 2 months FREE* 
http://join.msn.com/?page=features/junkmail

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


[no subject]

2004-10-04 Thread Robert Huff
Subject: How do I fix superblock on SCSI drive?
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
X-Mailer: VM 7.17 under 21.5  (beta16) "celeriac" XEmacs Lucid


Rob writes:

>  Your post may be timely for me.  How do you copy an alternate
>  superblock on a SCSI hard drive to replace the main superblock?
>  Mine got corrupted.

_All_ your superblocks?  If so, I think you're screwed.
If it's only the primary superblock, then you _may_ be able to
salvage things.  Googling 'FreeBSD and "alternate superblock"' found
http://www.adminschoice.com/docs/fsck.htm, which is at least a
starting place.


Robert Huff


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


Re: I'm a 'tard - I don't know what a Subject line is (Was well, no subject)

2004-10-04 Thread Stijn Hoop
On Fri, Oct 01, 2004 at 02:46:06PM -0500, Chris wrote:
> Bill Moran wrote:
> >Chris <[EMAIL PROTECTED]> wrote:
> >>Nicx wrote:
> >>
> >>>  Hello Guy's!
> >>>
> >>>  Is there any emulator that i  can run win32 apllications on freeBSD?
> >>>  ... Nicx
> >>>   www.ebox.gr - Dwrea'n E-mail ?e 15MB mailbox www.hyperhosting.gr
> >>>  Apokty%ste to diko' sa*s web site ?e dw%ro to domain name!
> >>
> >>I would be sooo much nicer it 'tards would learn to use the subject line
> >
> >
> >Those kind of comments are not welcome on this list.
> >
> >When a poster violates the posting policy, it is customary to _politely_
> >direct him/her to a reference regarding the proper policy, i.e.
> >http://www.lemis.com/questions.html
> 
> Then something has changed. So often flames start by a user simply 
> asking a question that had he/she simply searched the list - would have 
> found the answer covered many times over.
> 
> This is really no different then users that top post.
> Sorry folks, I'm not the "touchy-feely" type.
> Choose your verbiage - I call it as I see it.

Can you then at least please refrain from irritating other users, even if in
your eyes they're less intelligent than you? I'd assume you know how to use
the delete key.

--Stijn (who still can't get why people respond to messages that they
 feel are inappropriate or dumb, and agrees with Bill's feeling
 that this kind of reply is not good for FreeBSD as a whole)

-- 
The problem is that there are several people in design positions now who
couldn't design the Next Big Thing(TM) unless it involved them taking a
photocopier and someone else's design of The Next Big Thing(TM).
-- 'Alkaiser' in a post on Slashdot on game originality


pgpTc6VERf0h4.pgp
Description: PGP signature


Re: rc.firewall (was no subject)

2004-10-02 Thread Richard Collyer
Hello,

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

Cheers
Richard

On Sat, 2 Oct 2004 15:01:44 +0400 (MSD)
"dextermetall" <[EMAIL PROTECTED]> wrote:

> 
> How can i add the computer in rc.firewall?
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"

-- 
Richard Collyer <[EMAIL PROTECTED]>

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


[no subject]

2004-10-02 Thread dextermetall

How can i add the computer in rc.firewall?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: I'm a 'tard - I don't know what a Subject line is (Was well, no subject)

2004-10-01 Thread Simon Barner
Bill Moran wrote:
> Chris <[EMAIL PROTECTED]> wrote:

[...]

> > Then something has changed. So often flames start by a user simply 
> > asking a question that had he/she simply searched the list - would have 
> > found the answer covered many times over.
> 
> No.  Nothing has changed.  The official list policy has ALWAYS been to
> be polite.  And people have ALWAYS violated that policy.  And people
> like me have ALWAYS jumped in and made a point of the fact that this
> kind of thing is NOT acceptable.

[ outline of list charta ]

I absolutely agree with Bill. One of the most pleasant things about
FreeBSD mailing lists and the community as a whole is that you have
the feeling that you are talking to adult human beings you share an
interest / preference in operating system / profession / etc. with.

And I heared a lot of people support my opinion, esp. from newbies
trying FreeBSD for the first time. The professional and polite style
here has become rare in today's internet, where every Tom, Dick and
Harry thinks he needs to be kewl or insulting.

Simon


pgptVy56EjdS9.pgp
Description: PGP signature


Re: I'm a 'tard - I don't know what a Subject line is (Was well, no subject)

2004-10-01 Thread Josh Hansen
Chris wrote:
Nicx wrote:
   Hello Guy's!
   Is there any emulator that i  can run win32 apllications on freeBSD?
   ... Nicx
    www.ebox.gr - Dwrea'n E-mail µe 15MB mailbox www.hyperhosting.gr
   Apokty%ste to diko' sa*s web site µe dw%ro to domain name!

I would be sooo much nicer it 'tards would learn to use the subject line
It would be nice if everyone used proper grammar and spelling as well.  ;)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: I'm a 'tard - I don't know what a Subject line is (Was well, no subject)

2004-10-01 Thread Bill Moran
Chris <[EMAIL PROTECTED]> wrote:
> Bill Moran wrote:
> > Chris <[EMAIL PROTECTED]> wrote:
> > 
> > 
> >>Nicx wrote:
> >>
> >>>   Hello Guy's!
> >>>
> >>>   Is there any emulator that i  can run win32 apllications on freeBSD?
> >>>   ... Nicx
> >>>    www.ebox.gr - Dwrea'n E-mail µe 15MB mailbox www.hyperhosting.gr
> >>>   Apokty%ste to diko' sa*s web site µe dw%ro to domain name!
> >>
> >>I would be sooo much nicer it 'tards would learn to use the subject line
> > 
> > 
> > Those kind of comments are not welcome on this list.
> > 
> > When a poster violates the posting policy, it is customary to _politely_
> > direct him/her to a reference regarding the proper policy, i.e.
> > http://www.lemis.com/questions.html
> 
> Then something has changed. So often flames start by a user simply 
> asking a question that had he/she simply searched the list - would have 
> found the answer covered many times over.

No.  Nothing has changed.  The official list policy has ALWAYS been to
be polite.  And people have ALWAYS violated that policy.  And people
like me have ALWAYS jumped in and made a point of the fact that this
kind of thing is NOT acceptable.

I don't care how many flame wars have upset you.  This list can get
VERY frustrating at times ... since it's not moderated, people say a
lot of things, but that doesn't mean it's OK.  It just means that
nobody's going to get banned from the list because they have a bad
day.

On top of that, I'm pointing out ... once again, that OFFICIAL LIST POLICY
is posted at http://www.lemis.com/questions.html (there is a copy of
this on www.freebsd.org, but I don't feel like searching for it right
now)  and I quote:

"... If you find you can't answer without being rude, don't answer.

" If you just want to reply to a message because of its bad format,
just reply to the submitter, not to the list. You can just send him
this message in reply, if you like."

> This is really no different then users that top post.
> Sorry folks, I'm not the "touchy-feely" type.
> Choose your verbiage - I call it as I see it.

I don't really care what "type" you are.  If you continually make
rude remarks to new posters, I will email postmaster@ with a corpus
of your rudeness, and request that you be banned on the basis that
it's against list policy.

As I said, we all have bad days, I'm no exception.  But admit that
you're having a bad day, apologize for it and move on.  If you
can't do that, you should follow grog's advice and "don't answer."

-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: I'm a 'tard - I don't know what a Subject line is (Was well, no subject)

2004-10-01 Thread Chris
Bill Moran wrote:
Chris <[EMAIL PROTECTED]> wrote:

Nicx wrote:
  Hello Guy's!
  Is there any emulator that i  can run win32 apllications on freeBSD?
  ... Nicx
   www.ebox.gr - Dwrea'n E-mail µe 15MB mailbox www.hyperhosting.gr
  Apokty%ste to diko' sa*s web site µe dw%ro to domain name!
I would be sooo much nicer it 'tards would learn to use the subject line

Those kind of comments are not welcome on this list.
When a poster violates the posting policy, it is customary to _politely_
direct him/her to a reference regarding the proper policy, i.e.
http://www.lemis.com/questions.html
Then something has changed. So often flames start by a user simply 
asking a question that had he/she simply searched the list - would have 
found the answer covered many times over.

This is really no different then users that top post.
Sorry folks, I'm not the "touchy-feely" type.
Choose your verbiage - I call it as I see it.
--
Best regards,
Chris
Beware of the physician who is great at getting
out of trouble.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: I'm a 'tard - I don't know what a Subject line is (Was well, no subject)

2004-10-01 Thread Bart Silverstrim
On Oct 1, 2004, at 3:24 PM, Bill Moran wrote:
Chris <[EMAIL PROTECTED]> wrote:
Nicx wrote:
   Hello Guy's!
   Is there any emulator that i  can run win32 apllications on 
freeBSD?
   ... Nicx
    www.ebox.gr - Dwrea'n E-mail µe 15MB mailbox 
www.hyperhosting.gr
   Apokty%ste to diko' sa*s web site µe dw%ro to domain name!
I would be sooo much nicer it 'tards would learn to use the subject 
line
Those kind of comments are not welcome on this list.
Maybe he was having a bad day and took one too many irritations like 
that to heart; I sometimes don't bother replying to top posters anymore 
in my emails or to lists just because it's irritating to me to keep 
going through jumbled headers and sorting crap out to get an actual 
idea of what is going on in an email.  Eventually I just pop it into 
the bit bucket...if it's important, they'll email again with hopefully 
a new email that's clean and free of crap.

Same with people that use reply-to to post their new message 
topics...so it gets threaded under a different subject that has NOTHING 
to do with the actual topic at hand.  So they screw up the threading.

AAARGH
then again, I break the 72-character wrapping.  Other people are really 
miffed at that in this list.  I wish someone would fix the Unix mailers 
to see this properly, because I'm using Mail.app and it's stupid after 
being drilled so often not to hit "enter" periodically for word 
processing.  Mail.app does put in wrapping, but it's using a type of 
word wrapping that is configurable...something from qualcomm, I want to 
say?...where messages would be dynamically wrapped to be more readable 
on variable display sizes.  Something about messages showing up 
properly in email editors on PCs to small displays like those on PDA's 
and cellphones.  If the mailer interprets this properly, every 
quotation is properly indented regardless of the size of the window.  
So I irritate people in that regard.

When everyone who emails me stops top posting and screwing up the 
threading or doing anything else to irritate my wonderful online 
experience, I'll manually wrap lines at 72 characters.

Anyway, yeah, it was wrong to be so harsh...but maybe he had *some* 
justification in mind at the time.

If you want to be rude to people, please don't associate yourself with
FreeBSD when you do it.
Yeah...take it to an advocacy forum! :-)
As to the OP's question, look at wine (http://www.winehq.com) ... 
although
I've never had much success with it, that's what it's supposed to do.
Try using vmware, or QEMU.  Or Plex86, or whatever they're calling that 
project now.  VM's tended to work much better for running Windows 
software than WINE has worked for me, but that's just my experience.

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


RE: I'm a 'tard - I don't know what a Subject line is (Was well, no subject)

2004-10-01 Thread Tom Connolly
Here here!

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bill Moran
Sent: Friday, October 01, 2004 1:24 PM
To: Chris
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: I'm a 'tard - I don't know what a Subject line is (Was well, no
subject)

Chris <[EMAIL PROTECTED]> wrote:

> Nicx wrote:
> >Hello Guy's!
> > 
> >Is there any emulator that i  can run win32 apllications on freeBSD?
> >... Nicx
> > www.ebox.gr - Dwrea'n E-mail µe 15MB mailbox www.hyperhosting.gr
> >Apokty%ste to diko' sa*s web site µe dw%ro to domain name!
> 
> I would be sooo much nicer it 'tards would learn to use the subject line

Those kind of comments are not welcome on this list.

When a poster violates the posting policy, it is customary to _politely_
direct him/her to a reference regarding the proper policy, i.e.
http://www.lemis.com/questions.html

If you want to be rude to people, please don't associate yourself with
FreeBSD when you do it.

As to the OP's question, look at wine (http://www.winehq.com) ... although
I've never had much success with it, that's what it's supposed to do.

-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

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


Re: I'm a 'tard - I don't know what a Subject line is (Was well, no subject)

2004-10-01 Thread Bill Moran
Chris <[EMAIL PROTECTED]> wrote:

> Nicx wrote:
> >Hello Guy's!
> > 
> >Is there any emulator that i  can run win32 apllications on freeBSD?
> >... Nicx
> > www.ebox.gr - Dwrea'n E-mail µe 15MB mailbox www.hyperhosting.gr
> >Apokty%ste to diko' sa*s web site µe dw%ro to domain name!
> 
> I would be sooo much nicer it 'tards would learn to use the subject line

Those kind of comments are not welcome on this list.

When a poster violates the posting policy, it is customary to _politely_
direct him/her to a reference regarding the proper policy, i.e.
http://www.lemis.com/questions.html

If you want to be rude to people, please don't associate yourself with
FreeBSD when you do it.

As to the OP's question, look at wine (http://www.winehq.com) ... although
I've never had much success with it, that's what it's supposed to do.

-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: I'm a 'tard - I don't know what a Subject line is (Was well, no subject)

2004-10-01 Thread Chris
Nicx wrote:
   Hello Guy's!
   Is there any emulator that i  can run win32 apllications on freeBSD?
   ... Nicx
    www.ebox.gr - Dwrea'n E-mail µe 15MB mailbox www.hyperhosting.gr
   Apokty%ste to diko' sa*s web site µe dw%ro to domain name!
I would be sooo much nicer it 'tards would learn to use the subject line
--
Best regards,
Chris
It's better to retire too soon than too late.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


[no subject]

2004-10-01 Thread Nicx

   Hello Guy's!

   Is there any emulator that i  can run win32 apllications on freeBSD?
   ... Nicx
    www.ebox.gr - Dwrea'n E-mail µe 15MB mailbox www.hyperhosting.gr
   Apokty%ste to diko' sa*s web site µe dw%ro to domain name!
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: (no subject)

2004-09-29 Thread Gary Dunn
On Sun, 2004-09-26 at 04:56, dani wrote:
> Hey
> 
> Sorry to steal your time, but I have a seriuos problem.
> I have the Freebsd  4.10 operation system and its runing on
> the i386 platform.
> I have a problem with the sound card. My sound card is on the motherbord
> and i think it is the Realtek'97 sound card.
> I have no drivers and not enough knowledge to install this sound card.

I solved a similar problem by following the instructions at
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html

to load all sound drivers. You will see a long list of messages scroll
by early in the boot sequence (before /etc/rc). 

I wonder if there is a way to deduce from this which driver hit?

Gary Dunn
Honolulu

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


[no subject]

2004-09-23 Thread Dan Mahoney, System Admin
After recently upgrading to 4.10, on a machine that's known for getting 
100+ days uptime, I got the following error on an unexpected reboot:

Sep 23 15:09:43 prime /kernel: kernel trap 12 with interrupts disabled
Sep 23 15:09:43 prime /kernel:
Sep 23 15:09:43 prime /kernel:
Sep 23 15:09:43 prime /kernel: Fatal trap 12: page fault while in kernel 
mode
Sep 23 15:09:43 prime /kernel: fault virtual address= 0x4c3a1824
Sep 23 15:09:43 prime /kernel: fault code   = supervisor read, 
page not present
Sep 23 15:09:43 prime /kernel: instruction pointer  = 0x8:0xc03b0a5d
Sep 23 15:09:43 prime /kernel: stack pointer= 0x10:0xc043fe70
Sep 23 15:09:43 prime /kernel: frame pointer= 0x10:0xc043fe78
Sep 23 15:09:43 prime /kernel: code segment = base 0x0, limit 
0xf, type 0x1b
Sep 23 15:09:43 prime /kernel: = DPL 0, pres 1, def32 1, gran 1
Sep 23 15:09:43 prime /kernel: processor eflags = resume, IOPL = 0
Sep 23 15:09:43 prime /kernel: current process  = Idle
Sep 23 15:09:43 prime /kernel: interrupt mask   = none
Sep 23 15:09:43 prime /kernel: trap number  = 12
Sep 23 15:09:43 prime /kernel: panic: page fault
Sep 23 15:09:43 prime /kernel:
Sep 23 15:09:43 prime /kernel: syncing disks...
Sep 23 15:09:43 prime /kernel:
Sep 23 15:09:43 prime /kernel: Fatal trap 12: page fault while in kernel 
mode
Sep 23 15:09:43 prime /kernel: fault virtual address= 0x30
Sep 23 15:09:43 prime /kernel: fault code   = supervisor read, 
page not present
Sep 23 15:09:43 prime /kernel: instruction pointer  = 0x8:0xc033c1bc
Sep 23 15:09:43 prime /kernel: stack pointer= 0x10:0xc043fc5c
Sep 23 15:09:43 prime /kernel: frame pointer= 0x10:0xc043fc64
Sep 23 15:09:43 prime /kernel: code segment = base 0x0, limit 
0xf, type 0x1b
Sep 23 15:09:43 prime /kernel: = DPL 0, pres 1, def32 1, gran 1
Sep 23 15:09:43 prime /kernel: processor eflags = interrupt enabled, 
resume, IOPL = 0
Sep 23 15:09:43 prime /kernel: current process  = Idle
Sep 23 15:09:43 prime /kernel: interrupt mask   = bio
Sep 23 15:09:43 prime /kernel: trap number  = 12
Sep 23 15:09:43 prime /kernel: panic: page fault
Sep 23 15:09:43 prime /kernel: Uptime: 12d16h53m40s
Sep 23 15:09:43 prime /kernel: Automatic reboot in 15 seconds - press a 
key on the console to abort
Sep 23 15:09:43 prime /kernel: Rebooting...

What could cause this?
-Dan Mahoney
--
"And, a special guest, from the future, miss Ria Pischell.  Miss Pischell,
as you all know, is the inventor of the Statiophonic Oxygenetic
Amplifiagraphaphonadelaverberator, and it's pretty hard to imagine life
without one of those.
-Rufus, Bill & Ted's Bogus Journey
Dan Mahoney
Techie,  Sysadmin,  WebGeek
Gushi on efnet/undernet IRC
ICQ: 13735144   AIM: LarpGM
Site:  http://www.gushi.org
---
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


[no subject]

2004-09-21 Thread KUKKO

I hate to bother you cause I know that you are probably busy with many 
other more complicated issues.  But I have run into this problem. After 
installing many of the ports successfully (without errors) I can't seem 
to be able to get them to start in gnome kde etc.  except for  a few 
like like abiword.   How can I learn how to start these apps or any app 
once installed? In other words how can I learn the app executing 
commands for  ports etc.   I know some of these like mozilla, 
linux-mozilla  are easy but some like  ymessenger,  amsn, jabber-msn,  
etc I am not able to start. I receive no messages/errors during 
installation so I assume that everything went well.  I have looked in 
the README.html files but they provide little or no info on how to 
install or execute etc.

FYI these apps do not show up in KDE or GNOME apps menue.  I normally 
use the terminal to run or run menue in kde or gnome ( by typing 
abiword or mozilla, netscape7)

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


[no subject]

2004-09-21 Thread Radu MOLNAR
Hello list,
I no longer receive mails from this list although i am subcribed. I tried 
registering again but i received a mail which said i am already 
subscribed.
What am i doing wrong? Pls cc me as i dont receive mails from 
[EMAIL PROTECTED]
Thanks.

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


[no subject]

2004-09-20 Thread tariq
I want send me unix cd
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


[no subject]

2004-09-14 Thread Joshua Lewis
I don't think I have set up Bind9 correctly and I was hoping someone could
point out any mistakes I may have made. I have tried to follow the
examples in the handbook. I even bought DNS and BIND from O'riley.

I don't really know how to troubleshoot a DNS issue yet. I know of the
tools I just don't understand them yet. I have a MS DNS server running
fine as my secondary and when I try to troubleshoot it I can't tell if I
am getting a response from my MS system or my FBSD system.

Ultimately I would like to make this bind system my primary. Once that is
done I have made arrangements for an off site system to act as my
secondary for redundancy and I can eliminate the MS system all together.

Should I post my config info here or is that just a real bad idea? I mean
anyone can get what they want from the internet I just don't know if
posting it here is like inviting someone to crack my system.

Also I currently only have one FreeBSD system. I am trying to run multiple
services on this one system Mail, DNS, WWW, SQL. It is a pretty beefy
system and will have no problem handling the load. I just want to hide the
hostname of the system when I can. I only have the one customer hitting
the system and it is a real small company. This system is overkill for
them so I am trying to utilize the system to the best of my ability. I
know in a perfect world I should have them each running on separate
systems however that is not feasible right now. I was thinking of getting
some old P1 systems and moving DNS over to that. Any other recommendations
are welcome.



Thank you,
Joshua Lewis




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


RE: Regarding password changes (Re: no subject)

2004-09-10 Thread Thompson, Jimi
My suggestion follows Bill's.  Contact your hosting provider.  If you
can't contact your hosting provider and/or get them to help you, it's
time for a new hosting provider.  I've had good experience with
LunarPages.com.  Asking the FreeBSD community for support for something
like this is like calling Microsoft because your Netscape web browser
doesn't work.  Now, if you want to host your site at home on your own
FreeBSD box

HTH,

Jimi  

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bill Moran
Sent: Friday, September 10, 2004 1:28 PM
To: Sharon Winston
Cc: [EMAIL PROTECTED]
Subject: Regarding password changes (Re: no subject)

Sharon Winston <[EMAIL PROTECTED]> wrote:
> Hello,
> I was hoping someone could help me. 
> 
> I'm trying to use Nifty TelNet to change a password on
> our Web site (the password allows visitors to enter
> the "members only" section of the site.)
> 
> Last year, I used the program to change the password,
> and it was no problem. This time, the commands look
> different and I'm having trouble. 
> 
> I'm getting all the way down to htpasswd .htpasswd,
> then, I pick a code, and type in a new password. But,
> when I go to our Web site, the password is the same
> old one.

I would assume that you're posting your question here because your
hosting provider is using FreeBSD.

However, FreeBSD is simply the software used by your provider, and
is almost surely not associated with your hosting provider in any
way other than the fact that your hosting provider uses FreeBSD. As
a result, it's unlikely that anyone in the FreeBSD community will
be of much help to you.

I would suggest contacting your hosting provider's tech support
directly for assistance in this matter.

If I am wrong, and your problem _is_ with FreeBSD, can you please
provide more details about what you are trying to do, such as the
exact commands you are entering and the results you see.

-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
"[EMAIL PROTECTED]"

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


Regarding password changes (Re: no subject)

2004-09-10 Thread Bill Moran
Sharon Winston <[EMAIL PROTECTED]> wrote:
> Hello,
> I was hoping someone could help me. 
> 
> I'm trying to use Nifty TelNet to change a password on
> our Web site (the password allows visitors to enter
> the "members only" section of the site.)
> 
> Last year, I used the program to change the password,
> and it was no problem. This time, the commands look
> different and I'm having trouble. 
> 
> I'm getting all the way down to htpasswd .htpasswd,
> then, I pick a code, and type in a new password. But,
> when I go to our Web site, the password is the same
> old one.

I would assume that you're posting your question here because your
hosting provider is using FreeBSD.

However, FreeBSD is simply the software used by your provider, and
is almost surely not associated with your hosting provider in any
way other than the fact that your hosting provider uses FreeBSD. As
a result, it's unlikely that anyone in the FreeBSD community will
be of much help to you.

I would suggest contacting your hosting provider's tech support
directly for assistance in this matter.

If I am wrong, and your problem _is_ with FreeBSD, can you please
provide more details about what you are trying to do, such as the
exact commands you are entering and the results you see.

-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


[no subject]

2004-09-10 Thread Sharon Winston
Hello,
I was hoping someone could help me. 

I'm trying to use Nifty TelNet to change a password on
our Web site (the password allows visitors to enter
the "members only" section of the site.)

Last year, I used the program to change the password,
and it was no problem. This time, the commands look
different and I'm having trouble. 

I'm getting all the way down to htpasswd .htpasswd,
then, I pick a code, and type in a new password. But,
when I go to our Web site, the password is the same
old one.

Help!

Sharon Winston
Title I Dissemination Project







__
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
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]"


[no subject]

2004-09-07 Thread Ara Avvali
I am pretty new here but you should first do the cvsup for sources and port
collection. Then use portupgrade to upgrade to latest version

 

>>>Message: 13

Date: Tue, 07 Sep 2004 09:36:24 +0800

From: "Leandro Malaquias" <[EMAIL PROTECTED]>

Subject: Update Kde 3.x to 3.y

To: [EMAIL PROTECTED]

Message-ID: <[EMAIL PROTECTED]>

Content-Type: text/plain; charset="iso-8859-1"

 

Hi, 

 

I'm new to the list and I'm sure that this question has been asked before,
but I am using kde 3.1 and I've read heaps of stuff on the 

internet but none really helped. How can I update my kde 3.1 to kde 3.2.3
using cvsup? 

 

thx 

 

>>>Leandro 

--

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


[no subject]

2004-09-06 Thread Ara Avvali
How about typing rehash as root and then try

 

From: "Dustin" <[EMAIL PROTECTED]>

Subject: RE: xorg -configure: command not found

To: "Chris" <[EMAIL PROTECTED]>

Cc: [EMAIL PROTECTED]

Message-ID: <[EMAIL PROTECTED]>

Content-Type: text/plain; charset="utf-8"

 

When I run any one of those commands, I get a "command not found message".

 

I followed the instructions in the handbook to a tee, not sure what's going
on.

 

Just to refresh, it's a FreeBSD 5.2.1-REL (Fresh Install), kern-developer
option, updated ports tree using cvsup, ran portupgrade, etc..

 

Dustin

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


[no subject]

2004-09-06 Thread sergey shevsky
message to questions.

дорый день , помогите мне с установкой FREEBSD ,
у меня есть диск , по идеи загрузочный , но я пробовал с него
загрузиться - невышло .

как начать инсталяцию с CDROM ?

UA, Kharkov
shevsky sergey
[EMAIL PROTECTED]

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


[no subject]

2004-09-03 Thread epf1
I am having an odd problem with sendmail on a FreeBSD 5.3 Beta2 box that
has been updated from 5.2.1.

Here is the problem. I have a .forward set up for root that sends
the mail from the periodic scripts on to a "real" account.

Right now it doesn't work. It errors out with the following message from
mailq:

Deferred: Name server: mail.mailserver.com.: host name lookup failure

What is odd is this .forward worked before I updated the box to 5.3, and
the same account and setup still works for the other 3 unix boxes in the
basement. If I change the .forward on the broken box to point to my gmail
account the mail goes right through.

Any ideas out there on what might have changed with sendmail between 5.2.1
and 5.3 Beta2?

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


[no subject]

2004-09-03 Thread matt
Hello everyone,

Having some trouble with my cdrw ...

deputy# burncd -f /dev/acd0c -s 1 data /home/matt/devel/monodevel/cd.iso fixate
next writeable LBA 0
writing from file /home/matt/devel/monodevel/cd.iso size 12064 KB

only wrote -1 of 32768 bytes err=5

fixating CD, please wait..
burncd: ioctl(CDRIOCFIXATE): Input/output error
deputy# 

Might also want to see http://paste.atopia.net/58

Console displays WRITE_BIG and CLOSE_TRAC/SESSION errors using burncd.

I've tried changing:

  -CD RW drive
  -CD RW Media
  -Hardware (got an entirely new machine in here)
  -cables

The only thing I havben't changed is the hard drive (haven't tried a new install of
bsd or a different OS).

Running 4.10-RELEASE.  Any ideas?  Thanks!

-Matt

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


[no subject]

2004-09-02 Thread Jacob Scott
Hi.

I'm away from Friday 3rd September through to Friday 10th September.  It is
unlikely that I will read email received during this period, so either
re-send your email after 10th, or call +44 7967 223790 if urgent.

Thanks


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


[no subject]

2004-09-02 Thread vola
I have a  question. 
Not long ago i have download the FreeBsd 4.10 operetion system.
By the installation i have problems.
I put the cd into the cd-rom and I restarted the computer. 
The computer boot from the cd and the installation began.
It looks all ok - the computer was  loading. But then had stop all.
The last massage was "reading time out" (or somthing like this)
and the next massage was "resething deveises".
I think it has somethink to do with my hard drive ( Maxtor 40GB ).
Please help me with this.

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


[no subject]

2004-08-31 Thread Roy Joseph
 
Sir,

 

When I was trying to install Free BSD from CD, I got a message as mentioned below.

“Unable to get package / INDEX file from selected media”

Why this message is displayed. How can we solve this problem?

Please send a reply or documents to solve such problems.

 

Yours faithfully

ROY T.J



-
Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


[no subject]

2004-08-25 Thread Lee Harr
I just installed mtools today.  I'm tracking 4.10 STABLE and my
ports tree was updated yesterday.
I get an error:
[EMAIL PROTECTED](p1)/usr/src 114% mdir a:
Can't open /dev/fd0.720: Device not configured
Cannot initialize 'A:'

Does your dmesg mention fd0 ?
something like ...
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
_
Tired of spam? Get advanced junk mail protection with MSN 8. 
http://join.msn.com/?page=features/junkmail

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


[no subject]

2004-08-16 Thread Glyn Tebbutt
Hi all

Just a quick question, as it was posted on the list
nvidia has released some new drivers, i've yet to try
these drivers but at the moment im having to use
-CURRENT to be able to get the previous release 
to work properly and they did very well. I rebuilt my
world/kernel with -CURRENT and then my software, xorg,
gnome 2.6 etc. My questions is, everything ive
compiled was with gcc 3.4.x thats in -CURRENT if i
downgrade to 5.2.1 Release will this cause any
problems with the software i compiled with the newer
gcc. Reasons being for changing as i dont like being
that much on the bleeding edge as im just a user not a
developer, saying that thou these new drivers might
not work out for me and i may end up going back to
-CURRENT, as i had the libpthread > libr_c problem and
had to map them with libmap.conf

Anyway any opinions please as im going to do this
tonight and if it means it will screw things up i
might just reinstall.

Thanks Again

Glyn

-- 
*-*
| Glyn Tebbutt |[EMAIL PROTECTED] |
|--'  http://homepage.ntlworld.com/d3c3it |
|Lisa, if you dont like your job you dont strike, |
| You just go in everyday and do it really half-assed | 
|  Thats the American way. -Homer Simpson |
*-*

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


[no subject]

2004-08-12 Thread none


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


[no subject]

2004-08-04 Thread Roman Stadnik
Hello questions,

  

-- 
Best regards,
 Roman  mailto:[EMAIL PROTECTED]

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


(no subject)

2004-08-03 Thread Chris
--
Best regards,
Chris
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Installing PHP/MySQL (was no subject)

2004-08-01 Thread Brian McCann
The way I typically do it is install MySQL from the ports tree, then
install PHP from the ports tree.  While installing PHP,  it will ask
what options you want to compile into it.  Just check to make sure you
tell it MySQL and you'll be all set.

--Brian

On Sun, 1 Aug 2004 00:48:32 -0400, Bob Kukla <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> I am very new to BSD and web servers and have just recently installed the latest 5.2 
> version. I have installed Apache 1.3 from the FreeBSD ftp site and have added 
> mod_dav successfully.  The web server and webDAV are working fine. I now want to add 
> php4 and mySQL capabilities. I have read some of the latest mail and am confused as 
> to how to best go about it.  I have never used php or mySQL before nor have I had it 
> installed on a web server. What packages and in what sequence , if any, should I 
> install ?  Also,  what does the number 20020429 at the end 
> (/usr/local/lib/php/20020429 )  signify?  Thanks in advance for your help!
> 
> Bob Kukla
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


[no subject]

2004-07-31 Thread Bob Kukla
Hi,

I am very new to BSD and web servers and have just recently installed the latest 5.2 
version. I have installed Apache 1.3 from the FreeBSD ftp site and have added mod_dav 
successfully.  The web server and webDAV are working fine. I now want to add php4 and 
mySQL capabilities. I have read some of the latest mail and am confused as to how to 
best go about it.  I have never used php or mySQL before nor have I had it installed 
on a web server. What packages and in what sequence , if any, should I install ?  
Also,  what does the number 20020429 at the end (/usr/local/lib/php/20020429 )  
signify?  Thanks in advance for your help!

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


no subject (file transmission)

2004-07-27 Thread Paul Chan
1.  I  am running  freeBSd ssd 5.2.1 on ~ntel
motherboard (D865GBL)  with a intel 3.2 GHZ
pentium 4  cpu (BX80546GP320).
I have a hp laserjet 1300 connected to
a parallell port with the following
communications mode:
lptcontrol -i -d /dev/lpt0

I have no problems printing either plane text
or groff data.
But after many print jobs,
I get the following console message:
stray irq 7.

I don't know what this means.
Do you know what it means,
and have any suggestions for fixing it.

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


RE: no subject (file transmission)

2004-07-24 Thread Andras Kende

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Paul Chan
Sent: Saturday, July 24, 2004 2:09 PM
To: [EMAIL PROTECTED]
Subject: no subject (file transmission)

1.  I  am running  freeBSd ssd 5.2.1 on ~ntel
motherboard (D865GBL)  with a intel 3.2 GHZ
pentium 4  cpu (BX80546GP320).
Intel tells  me that the motherboard follows
Intel MP specification version 1.4.
The rerelease notes in HARDWARWE.TXT on
the installation  cdrom says the kernel
automatically detects hperthreading capability
and enables option smp.
When I logon, I  have  the  option of enabling
or disabling acpi.

There is no  way I can get the system to function
in a hyperthreading mode.  I can only operate
the computer by disabling hyperthreading on
the BIOS and by not enabling acpi when I logon.

This  seems paradoxical since the literature says
that freeBSD 5.2.1 supports hyperthreading,
since I have all the  appropriate hardware,
and since I am enabling the proper option
during logon.

Do you have a solution?

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


Hello,

I had some grief with the similar Intel 865 Perl board 
with p4 3.0 prescott cpu...

I used 5.2.1, hyperthreading mode was working 
but if ACPI was enabled the system just crash at reboot..

Workaround was to disable acpi or upgrade to 5.2 current...

Luckily I could replace this motherboard to an ASUS P4C800-E Deluxe


Andras


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


no subject (file transmission)

2004-07-24 Thread Paul Chan
1.  I  am running  freeBSd ssd 5.2.1 on ~ntel
motherboard (D865GBL)  with a intel 3.2 GHZ
pentium 4  cpu (BX80546GP320).
Intel tells  me that the motherboard follows
Intel MP specification version 1.4.
The rerelease notes in HARDWARWE.TXT on
the installation  cdrom says the kernel
automatically detects hperthreading capability
and enables option smp.
When I logon, I  have  the  option of enabling
or disabling acpi.

There is no  way I can get the system to function
in a hyperthreading mode.  I can only operate
the computer by disabling hyperthreading on
the BIOS and by not enabling acpi when I logon.

This  seems paradoxical since the literature says
that freeBSD 5.2.1 supports hyperthreading,
since I have all the  appropriate hardware,
and since I am enabling the proper option
during logon.

Do you have a solution?

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


[no subject]

2004-07-23 Thread Ara
wow
thank for the tip. it looks to be a easy way of doing daily work
> Andrew Croft wrote:
>
> > Hi,
> >
> > Is there any way to control the mailserver running freeBSD using a Mac
> > GUI application?
> >
> > I am not a UNIX whiz and hate having to do any manual text entry right
> > on the server.
> >
> > There has got to be a better way.

Have a look at webmin.  It does a lot more than sendmail as well.
http://www.webmin.com


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


<    1   2   3   4   5   6   7   8   9   10   >