mysqladmin won't work

2004-03-01 Thread rfa
First of all im running FreeBSD 4.8 and mysql-server-3.23.56

Im planning to install phpmyadmin and phpnuke on my webserver for content
and I forgot the root password for mysql and Im not the first maintainer
of this server so I have no idea what the password could be.

I was thinking to override the previous root password so I checked the
documentation for mysql and it said do this as root:

QUOTE:
5.5.6 Assigning Account Passwords
Passwords may be assigned from the command line by using the mysqladmin
command:
shell mysqladmin -u user_name -h host_name password newpwd

The account for which this command resets the password is the one with a
user table record that matches user_name in the User column and the client
host from which you connect in the Host column.
ENDQUOTE

so i tried that and.

#mysqladmin -u root -h localhost password mysql
mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user: '[EMAIL PROTECTED]' (Using password: NO)'

# mysqladmin -h localhost password
mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user: '[EMAIL PROTECTED]' (Using password: NO)'

I don't get it, whats happening?  Btw im using putty to ssh into the
server, could that be a cause?



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


Re: apache + SSL, modssl vs OpenSSL

2004-03-01 Thread Matthew Seaman
On Sun, Feb 29, 2004 at 02:07:03PM -1000, Vincent Poy wrote:

   I'm planning to upgrade my old apache with a newer version and add
 SSL but I noticed the ports has both apache + modssl as well as apache +
 OpenSSL, are there any differences between the two of them and is one of
 them better than the other?  Thanks.

apache+mod_ssl is my preference, but that's really just me.  Either
will serve you well.  Functionality and configuration file sysntax is
slightly different between the two but that's mostly a matter of
individual preference rather than any organic difference.  One thing
that mod_ssl supplies is the EAPI, which enables a number of other
extensions to apache, such as the ability to define and use variables
within the apache configuration files.

You might be interested to know that mod_ssl is a standard part of
Apache 2.x

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Re: Search Path in Bash

2004-03-01 Thread Peter Risdon
Gerard Seibert wrote:

Peter Risdon writes:
 

When  bash is invoked as an interactive login shell, or as a non-inter-
 active shell with the --login option, it first reads and 
executes  com-
 mands  from  the file /etc/profile, if that file exists.  After 
reading
 that file, it looks for ~/.bash_profile, ~/.bash_login, and 
~/.profile,
 in  that order, and reads and executes commands from the first 
one that
 exists and is readable.  The --noprofile option may be  used  
when  the
 shell is started to inhibit this behavior.

   

** Reply Separator **
Sunday, February 29, 2004 6:01:48 PM
Peter, you stated the following:

When  bash is invoked as an interactive login shell, or as a non-inter-active
shell with the --login option, it first reads and executes  commands 
from  the file /etc/profile, if that file exists.  After reading that
file, it looks for ~/.bash_profile, ~/.bash_login, and ~/.profile, in 
that order, and reads and executes commands from the first one that
exists and is readable
 

The credit has been lost along the way, but I was quoting the man page.

If I am following you correctly, then having a ~/,bashrc, ~/.bashrc or
~/.profile file is worthless, if bash reads only the first file that it
finds. I am referring in this scenario to the ~/.bash_profile file.
 

I haven't ever tried multiple ~/.bashconfigfiles. FWIW, the idea that 
more than one might get read seems a little scary. If it was, trying to 
debug unexpected bash behaviour would certainly lead to a head-shaped 
crater in the wall by my desk.

That isn't exactly what I gleamed from the FreeBSD book by Annelise
Anderson. Perhaps what she is referring to is an older version of bash.
 

I'm sorry, but I haven't read this.

I am not insinuating that you are incorrect; I am just trying to get
the most accurate information in regards to how bash works.
 

Absolutely.

PWR.

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


Re: portupgrade/pkgdb problem

2004-03-01 Thread Rob
Roman Bogorodskiy wrote:
Hi,

As described in
http://www.freshports.org/[EMAIL PROTECTED],
I've reinstalled portupgrade-\*.
And now when I try to run portupgrade I have such error:

novel /usr/local/bin $ portupgrade -sfr lang/ruby16
---  [Executing a command as root: sudo /usr/local/sbin/pkgdb -u]
---  Updating the pkgdb
[Updating the pkgdb format:bdb1_btree in /var/db/pkg ... - 266
packages found (-41 +135) (...)ruby in malloc(): error: allocation
failed
---  [Executing a command as root: sudo /usr/local/sbin/pkgdb -u]
---  Updating the pkgdb
[Updating the pkgdb format:bdb1_btree in /var/db/pkg ... - 266
packages found (-41 +135) (...)ruby in malloc(): error: allocation
failed
The pkgdb must be updated.  Please run 'pkgdb -u' as root.
novel /usr/local/bin $
What's wrong? 

FreeBSD 5.2.1-RELEASE i386
portupgrade 1.8.1
ruby 1.8.1 (2003-12-25) [i386-freebsd5]
I think this is because ruby-1.6 used to install /usr/local/bin/ruby, but by
the recent upgrade this becomes /usr/local/bin/ruby16 and ruby is not there
anymore. Since portupgrade needs ruby, portupgrade gets stuck as soon as
upgrading ruby-1.6 removes the /usr/local/bin/ruby file.
I have removed portupgrade and all related ruby stuff and then reinstalled
portupgrade, which then installs ruby-1.8. All works well then.
Rob.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Installing OpenOffice 1.1 question

2004-03-01 Thread Mark Weisman
Actually I just downloaded the OO tar from the OO website giving me the
latest and greatest. I also found that the pre-built copy I had was too
old for my FBSD 5.1-Release. I've got it installed under Gnome2 and it
works great! Really impressed. Once I un-tarred the tarball, I simply
typed make, then make install. Worked like a charm. Links below:
http://download.openoffice.org/1.1.0/index.html. Have fun.

Res Ipsa Loquitor,
Mark-Nathaniel Weisman
Site Master
Mystic1.net


-Original Message-
From: Stephen Liu [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 01, 2004 10:12 AM
To: [EMAIL PROTECTED]
Subject: Installing OpenOffice 1.1 question


Hi all folks,

FreeBSD 5.2

I installed the captioned OS from CD1 which is the only CD in my 
possession.  I tried to install OpenOffice1.1 but could not find it

# /stand/sysinstall

could not find it.  Kindly advise whether I can install OO.1.1 direct 
from FBSD website OR I have to start from its tarball to be downloaded 
from OO website.

If from FBSD site, kindly advise how to make it.  Pointer would be 
appreciated.

TIA

B.R.
Stephen Liu

___
[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]


Mozilla and Mozilla Mail screen problem

2004-03-01 Thread Stephen Liu
Hi all folks,

FreeBSD 5.2
Installed from CD1
Graphic card - Creative Graphic RIVA-TNT
16MB RAM

I just have 'Mozilla 1.5' and 'Mozilla mail' started.  Their screen are 
completely not clear looking like selecting wrong screen resolution on 
desktop.  But 'Konqueror' and 'Kmail' have no problem.  KDE desktop has no 
vision problem.  Hereinunder is the settings of;

/etc/X11/XF86Config

Section Monitor
#   DisplaySize   300   230
Identifier   Monitor0
VendorName   NEC
ModelNameNEC LCD1560NX
#   HorizSync30-107
#   VertRefresh  48-120

EndSection

Section Device
Identifier  Card0
Driver  nv
VendorName  nVidia Corporation
BoardName   NV4 [RIVA TNT]
BusID   PCI:1:0:0
EndSection

Section Screen
Identifier Screen0
Device Card0
MonitorMonitor0
   
.
SubSection Display
Depth 24
modes 1024x768
EndSubSection
EndSection

Kindly advise how to fix it.

TIA

B.R.
Stephen Liu


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


Re: Search Path in Bash

2004-03-01 Thread Peter Risdon
Gerard Seibert wrote:

Sunday, February 29, 2004 6:01:48 PM

If I am following you correctly, then having a ~/,bashrc, ~/.bashrc or
~/.profile file is worthless, if bash reads only the first file that it
finds.
Just a couple more observations:

/etc/profile and ~/.profile are both in fact the configuration files for 
sh, but bash reads them, presumably because it is at root a feature-rich 
version of sh. Having both shells read the same files would normally be 
a good thing on any given system (if you want, say, a non-standard path 
in sh you'll probably want it in bash too) and so this is the default 
and FreeBSD does not create any of the ~/.bash* files. Therefore, the 
~/.profile file is not worthless on a standard installation of FreeBSD, 
in fact it _is_ the user config file when an interactive bash shell is 
started.

But, as I understand it, if you want to you can override the sh config 
for bash while leaving it in place for sh by using a ~/.bash* file. 
Different versions of these files match different file naming 
conventions of different unixen. But only one such will be read, in a 
stated order of precedence, to avoid confusion.

PWR.

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


Building jdk

2004-03-01 Thread Per olof Ljungmark
When trying to build the jdk13/14 ports one needs to get the patches 
manually fron
http://www.eyesbeyond.com/freebsddom/java/jdk14.html

However, I am unable to reach this site, anybody else have this problem?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


problem with linux emaulation

2004-03-01 Thread RJ45

I try to repost my question in different way.
I had no reply. I Searched on mailing lists but I got no help too.

I have a problem with linux emulation FreeBSD 5.2.1 on XP1000

I installed compaq cc compiler.
I have linux emulation enabled:

Id Refs AddressSize Name
 19 0xfc30 518b70   kernel
 22 0xfe0002b9c000 1e000osf1.ko
 31 0xfe0002bbe000 2a000linux.ko

when I compile something with cc and execute it I got this:

ELF interpreter /usr/lib/ld.so not found
Abort


if I make a symbolic into /compat/linux/lib/ld-2.2.4.so
I got this:

Bad system call (core dumped)


anyone is using compac compiler ?

I remember on FreeBSD 4.x it was working without problems.
but now I isntaleld the port with  WANT_EV6 option.
Should I have left it the default ev5 ?

any hints?

thanks

Rick


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


BSD 4.8 mouse no work

2004-03-01 Thread HarryH
Hello,
I just installed FreeBSD 4.8 on an old Dell machine.  The mouse in a Micro$oft two 
button Mouse Port Compatible mouse that has a PS/2 (small  round) connector.  I 
tried to set it up as a PS/2 mouse on the /dev/sysmouse (default) port.  It tests out 
OK when the sysinstall screen asks me to test it.  When I get into KDE, the mouse will 
not work.  It stays at the top of the screen and causes some of the GUI panels/small 
menus to flicker when it is moved.  I tried to install it as a Micro$oft serial mouse 
but no luck.  The mouse works fine when I was running Windoze and Solaris 9 on the 
same box.  Any tips/hints appreciated.

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


Re: Building jdk

2004-03-01 Thread Matthew Seaman
On Mon, Mar 01, 2004 at 10:16:02AM +0100, Per olof Ljungmark wrote:
 When trying to build the jdk13/14 ports one needs to get the patches 
 manually fron
 http://www.eyesbeyond.com/freebsddom/java/jdk14.html
 
 However, I am unable to reach this site, anybody else have this problem?

Yes -- the server is up and pingable, but apache doesn't appear to be
accepting connections right now:

% telnet www.eyesbeyond.com 80
Trying 203.32.153.68...
telnet: connect to address 203.32.153.68: Connection refused
telnet: Unable to connect to remote host

Traceroute shows that server is physically located in Austrailia,
where it's about 8.00pm right now.  Could be down for administrative
reasons, or could be waiting for an admin to come into work and deal
with it.  Try again in an hour or so.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


JVM for FreeBsd 5.2

2004-03-01 Thread Eric Gousset
Hello,

since 10 years we developpe application under FreeBsd. (FreeBsd 1.1.x,
next FreeBsd 2.2.5, next FreeBsd 4.3 and now we work on FreeBsd 5.2.).
But we have a problem to find JVM for this OS. Diablo-jre-1.3.1.0
generate a core dump !

What JVM packages sources and compiler can i download  to make a correct

JVM.

Could you help me ?  Thanks !

--
Eric GOUSSET
Directeur technique
17, rue du Noyer - 35000 RENNES
Tél : 33 2 99 22 78 22
Fax : 33 2 99 22 78 23
[EMAIL PROTECTED]


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


SSH Problem

2004-03-01 Thread Stephen Liu
Hi all folks,

FreeBSD 5.2
===

I can as 'root'

# ssh -X [EMAIL PROTECTED]

tunneling to 'user' but it does not work as 'user'

$ ssh -X [EMAIL PROTECTED]
Password: root psword
Password: root psword
Password: root psword
[EMAIL PROTECTED]'s password: root psword
Permission denied, please try again.
[EMAIL PROTECTED]'s password: root psword
Permission denied, please try again.
[EMAIL PROTECTED]'s password: root psword
Permission denied (publickey,password,keyboard-interactive).

Kindly advise how to fix this problem

TIA

B.R.
Stephen Liu

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


Re: BSD 4.8 mouse no work

2004-03-01 Thread albi
On Mon, 1 Mar 2004 01:30:22 -0800
HarryH [EMAIL PROTECTED] wrote:

 I just installed FreeBSD 4.8 on an old Dell machine.  The mouse in a
 Micro$oft two button Mouse Port Compatible mouse that has a PS/2
 (small  round) connector.  I tried to set it up as a PS/2 mouse on
 the /dev/sysmouse (default) port.  It tests out OK when the sysinstall
 screen asks me to test it.  When I get into KDE, the mouse will not
 work.  It stays at the top of the screen and causes some of the GUI
 panels/small menus to flicker when it is moved.  I tried to install it
 as a Micro$oft serial mouse but no luck.  The mouse works fine when I
 was running Windoze and Solaris 9 on the same box.  Any tips/hints
 appreciated.

in your /etc/X11/XF86Config two things are important : the mouse device
and the mouse protocol

please tell us which mouse protocol you use in above mentioned file

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


Is it a warning on video config

2004-03-01 Thread Stephen Liu
Hi all folks,

FreeBSD 5.2
Video Card - Creative Graphic RivaTNT
===

Each time starting the PC, following warning popup together with GUI login;

VIDEO - INPUT
1 D-SUB
OUT OFF RANGE

Kindly advise what does it indicate and how to fix it.  Hereinafter is

/etc/X11/XF86Config
[code]
Section Monitor
#       DisplaySize       300   230
        Identifier   Monitor0
        VendorName   NEC
        ModelName    NEC LCD1560NX
#       HorizSync    30-107
#       VertRefresh  48-120

EndSection

Section Device
        Identifier  Card0
        Driver      nv
        VendorName  nVidia Corporation
        BoardName   NV4 [RIVA TNT]
        BusID       PCI:1:0:0
EndSection

Section Screen
        Identifier Screen0
        Device     Card0
        Monitor    Monitor0
       
.
        SubSection Display
                Depth     24
                modes     1024x768
        EndSubSection
EndSection[/code]

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


RE: SSH Problem

2004-03-01 Thread Remko Lodder
Hi,

Remote rootlogin's are disabled .. which is good for security reasons,

what do you mean with it does not work as user


You login under ssh -X [EMAIL PROTECTED] which then gives you a shell
for $user when you properly authorized. After that you can use X11,
You mean that X11 does not run as $user? it runs under root?
Well perhaps it's already started by root, so that you tunnel to
X11 where it's already running. You can try to fix that by starting
X11 as $user, for example using startx {when it's not running yet}

Hope this helps a little, if not, perhaps i did not understand your
question to the fullest, sorry for that :)


--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

mrtg.grunn.org Dutch mirror of MRTG

-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Stephen Liu
Verzonden: maandag 1 maart 2004 18:53
Aan: [EMAIL PROTECTED]
Onderwerp: SSH Problem


Hi all folks,

FreeBSD 5.2
===

I can as 'root'

# ssh -X [EMAIL PROTECTED]

tunneling to 'user' but it does not work as 'user'

$ ssh -X [EMAIL PROTECTED]
Password: root psword
Password: root psword
Password: root psword
[EMAIL PROTECTED]'s password: root psword
Permission denied, please try again.
[EMAIL PROTECTED]'s password: root psword
Permission denied, please try again.
[EMAIL PROTECTED]'s password: root psword
Permission denied (publickey,password,keyboard-interactive).

Kindly advise how to fix this problem

TIA

B.R.
Stephen Liu

___
[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: Is it a warning on video config

2004-03-01 Thread Remko Lodder
Hi,

Your monitor is i think out of it's syncrate of the display size it too huge
try setting it in the monitor setting with proper sync values (Refresh
rates!)

Cheers

--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

mrtg.grunn.org Dutch mirror of MRTG

-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Stephen Liu
Verzonden: maandag 1 maart 2004 19:13
Aan: [EMAIL PROTECTED]
Onderwerp: Is it a warning on video config


Hi all folks,

FreeBSD 5.2
Video Card - Creative Graphic RivaTNT
===

Each time starting the PC, following warning popup together with GUI login;

VIDEO - INPUT
1 D-SUB
OUT OFF RANGE

Kindly advise what does it indicate and how to fix it.  Hereinafter is

/etc/X11/XF86Config
[code]
Section Monitor
#       DisplaySize       300   230
        Identifier   Monitor0
        VendorName   NEC
        ModelName    NEC LCD1560NX
#       HorizSync    30-107
#       VertRefresh  48-120

EndSection

Section Device
        Identifier  Card0
        Driver      nv
        VendorName  nVidia Corporation
        BoardName   NV4 [RIVA TNT]
        BusID       PCI:1:0:0
EndSection

Section Screen
        Identifier Screen0
        Device     Card0
        Monitor    Monitor0
       
.
        SubSection Display
                Depth     24
                modes     1024x768
        EndSubSection
EndSection[/code]

B.R.
Stephen Liu

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


Re: Installing OpenOffice 1.1 question

2004-03-01 Thread Stephen Liu
On Monday 01 March 2004 16:38, you wrote:
 Actually I just downloaded the OO tar from the OO website giving me the
 latest and greatest. I also found that the pre-built copy I had was too
 old for my FBSD 5.1-Release. I've got it installed under Gnome2 and it
 works great! Really impressed. Once I un-tarred the tarball, I simply
 typed make, then make install. Worked like a charm. Links below:
 http://download.openoffice.org/1.1.0/index.html. Have fun.

Hi Mark,

Thanks for your advice and URL.

I agree with you that installing OOo1.1 from its tarball is quite simple and 
straghtwards.  I just want to know whether in Rome I have to do the Roman 
way.


Now I have OOo1.1 downloaded but could not discover 'md5sum'

# which md5sum
# whereis
# locate md5sum
/usr/X11R6/bin/gst-md5sum
/usr/X11R6/man/man1/gst-md5sum.1.gz
/usr/local/share/python2.3/Tools/scripts/md5sum.py

# gst-md5sum en-ooodict-GB-1.2.tgz
INFO ( 1334: 0) Initializing GStreamer Core Library version 0.6.4
INFO ( 1334: 0) CPU features: (068c) MMX 3DNOW
INFO ( 1334: 0) registry: loaded user_registry in 0.002156 seconds
  (/root/.gstreamer/registry.xml)
INFO ( 1334: 0) registry: loaded global_registry in 3.725240 seconds
  (/usr/X11R6/share/gnome/cache/gstreamer-0.6/registry.xml)
unknown: 2
error: parse error, unexpected $undefined, expecting '('

** (process:1334): WARNING **: pipeline could not be constructed: Invalid 
syntax

# man gst-md5sum
does not provide much information.

Is it 'gst-md5sum' same as 'md5sum'

Kindly advise.  TIA

B.R.
Stephen


 -Original Message-
 From: Stephen Liu [mailto:[EMAIL PROTECTED]
 Sent: Monday, March 01, 2004 10:12 AM
 To: [EMAIL PROTECTED]
 Subject: Installing OpenOffice 1.1 question


 Hi all folks,

 FreeBSD 5.2

 I installed the captioned OS from CD1 which is the only CD in my
 possession.  I tried to install OpenOffice1.1 but could not find it

 # /stand/sysinstall

 could not find it.  Kindly advise whether I can install OO.1.1 direct
 from FBSD website OR I have to start from its tarball to be downloaded
 from OO website.

 If from FBSD site, kindly advise how to make it.  Pointer would be
 appreciated.

 TIA

 B.R.
 Stephen Liu

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


From me

2004-03-01 Thread freebsd-mobile

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


Re: Is it a warning on video config

2004-03-01 Thread Stephen Liu
On Monday 01 March 2004 17:52, Remko Lodder wrote:

 Your monitor is i think out of it's syncrate of the display size it too
 huge try setting it in the monitor setting with proper sync values (Refresh
 rates!)

Hi Remko,

Thanks for your advice.

Hereinunder is the revised config of

/etc/X11/XF86Config

Section Monitor
DisplaySize  304.1  228.1  (horizontal display / vertical display)
Identifier   Monitor0
VendorName   NEC
ModelNameNEC LCD1560NX
HorizSync31.5-60
VertRefresh  56.2-75.1
Option   DPMS
EndSection

Problem still remains with warning popup.  Adjusting LCD display, such as 
brightness, contrast, etc. is impossible if X-window starts.

The figures above are entered according to the specification provided by the 
LCD manufacturer.

B.R.
Stephen



 Kind regards,

 Remko Lodder
 Elvandar.org/DSINet.org
 www.mostly-harmless.nl Dutch community for helping newcomers on the
 hackerscene

 mrtg.grunn.org Dutch mirror of MRTG

 -Oorspronkelijk bericht-
 Van: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Stephen Liu
 Verzonden: maandag 1 maart 2004 19:13
 Aan: [EMAIL PROTECTED]
 Onderwerp: Is it a warning on video config


 Hi all folks,

 FreeBSD 5.2
 Video Card - Creative Graphic RivaTNT
 ===

 Each time starting the PC, following warning popup together with GUI login;

 VIDEO - INPUT
 1 D-SUB
 OUT OFF RANGE

 Kindly advise what does it indicate and how to fix it.  Hereinafter is

 /etc/X11/XF86Config
 [code]
 Section Monitor
 #       DisplaySize       300   230
         Identifier   Monitor0
         VendorName   NEC
         ModelName    NEC LCD1560NX
 #       HorizSync    30-107
 #       VertRefresh  48-120

 EndSection

 Section Device
         Identifier  Card0
         Driver      nv
         VendorName  nVidia Corporation
         BoardName   NV4 [RIVA TNT]
         BusID       PCI:1:0:0
 EndSection

 Section Screen
         Identifier Screen0
         Device     Card0
         Monitor    Monitor0
        
 .
         SubSection Display
                 Depth     24
                 modes     1024x768
         EndSubSection
 EndSection[/code]

 B.R.
 Stephen Liu

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


Oracle 8i (Linux)

2004-03-01 Thread Olga Zenkova
Hi!
Just installed Oracle 8i on FreeBSD 4.6. It is
normally started. But what should I do next? I need
some client, which one?

Thanks,
Olga

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


Re: Number 9 PC Revolution Card and SGI 1600SW

2004-03-01 Thread Burkard Meyendriesch
On Mon, 1 Mar 2004 11:01:42 +1030 Greg 'groggy' Lehey wrote:

 On Sunday, 29 February 2004 at 19:16:46 -0500, Forrest Aldrich wrote:
  Greg 'groggy' Lehey wrote:
 
  On Sunday, 29 February 2004 at 18:44:28 -0500, Forrest Aldrich
 wrote:
 
  Does anyone have a working X config for the Number 9 PC Revolution
 IV card along with the SGI 1600SW Monitor (flatpanel).
 
  I've given up trying to tweak it.   This is on FreeBSD-5.2.1...
 the stock monitor database is rather minimal.
 
 
 
  Monitors are usually not an issue.  What problems are you having?
 
  When replying to this message, please copy the original recipients.
  If you don't, I may ignore the reply or reply to the original
  recipients.
 
  Well, from the tech specs on SGI.com, I was only able to obtain 2
  figures, not a range as it expects.
 
 I'm not sure what you're talking about here.  Can you explain?
 
  But I selected the default VGA driver, just to get going and it
  fails to load X (no screens available).
 
 There are more specific error messages than that.  If you can't
 decipher them, show the last few lines of the /var/log/XFree86.0.log.
 
I have the same video board and monitor up and running. Maybe my 
XF86Config helps you (especially the Modelines):

--- XF86Config 
Section Module
Loaddbe   # Double buffer extension
SubSection  extmod
# don't initialise the DGA extension
Option  omit xfree86-dga
EndSubSection
Loadtype1
Loadspeedo
EndSection

Section Files
RgbPath /usr/X11R6/lib/X11/rgb
FontPath /usr/X11R6/lib/X11/fonts/local/
FontPath /usr/X11R6/lib/X11/fonts/misc/
FontPath /usr/X11R6/lib/X11/fonts/75dpi/:unscaled
FontPath /usr/X11R6/lib/X11/fonts/100dpi/:unscaled
FontPath /usr/X11R6/lib/X11/fonts/Speedo/
FontPath /usr/X11R6/lib/X11/fonts/Type1/
FontPath /usr/X11R6/lib/X11/fonts/75dpi/
FontPath /usr/X11R6/lib/X11/fonts/100dpi/
EndSection

Section ServerFlags
EndSection

Section InputDevice
Identifier  Keyboard1
Driver  Keyboard
Option  AutoRepeat 500 30
Option  XkbRules xfree86
Option  XkbModel pc105
Option  XkbLayout de
EndSection

Section InputDevice
Identifier  Mouse1
Driver  mouse
Option  Protocol PS/2
Option  Device /dev/psm0
EndSection

Section Monitor
Identifier  ReinekeMonitor
HorizSync31.5 - 121
VertRefresh 60-150
Modeline 1600x1024d32 103.125 1600 1600 1656 1664 1024 1024 1029 1030 HSkew 
7 +Hsync +Vsync
Modeline 1600x1024d16 103.125 1600 1600 1656 1664 1024 1024 1029 1030 HSkew 
5 +Hsync +Vsync
Modeline 1600x1024d08 103.125 1600 1600 1656 1664 1024 1024 1029 1030 HSkew 
1 +Hsync +Vsync
EndSection

Section Device
Identifier  Standard VGA
VendorName  Unknown
BoardName   Unknown
Driver  vga
EndSection

Section Device
Identifier  ReinekeVideo
Driver  i128
#VideoRam   32768
# Insert Clocks lines here if appropriate
EndSection

Section Screen
Identifier  Screen 1
Device  ReinekeVideo
Monitor ReinekeMonitor
DefaultDepth24
DefaultFbBpp32
SubSection  Display
Depth   24
FbBpp   32
Modes   1600x1024d32
EndSubSection
EndSection

Section ServerLayout
Identifier  Simple Layout
Screen  Screen 1
InputDevice Mouse1 CorePointer
InputDevice Keyboard1 CoreKeyboard
EndSection



Hope it helps
Burkard

--
Burkard Meyendriesch
Stevern 2
D-48301 Nottuln


pgp0.pgp
Description: PGP signature


s3 trio 3d2x

2004-03-01 Thread flux
Hi,

I got S3 Trio 3D2X AGP video card running on FreeBSD 5.2R box.
The problem is, I boot system (GENERIC kernel configuration)
with agp_load set to YES in loader.conf then perform dmesg.
Dmesg says that I have Generic VGA card, no S3 Trio 3D2X. I tried to
compile s3.ko kernel module and then perform kldload s3.ko...
It says that I have non-S3 compatable card and all. What's wrong?
Thank you.

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

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


Weekly activity report

2004-03-01 Thread jdp
Response
attachment: daabcaaec.zip
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Last autoresponse notification for today

2004-03-01 Thread freebsd-doc-owner
We have received a message from your address [EMAIL PROTECTED]'
requesting an automated response from the [EMAIL PROTECTED]
mailing list.  We have seen 10 such messages from you today.  In order
to avoid problems such as mail loops between email robots, we will not
be sending you any further email responses today.  Please try again
tomorrow.

If you believe this message is in error, or if you have any questions,
please contact the list owner at [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Re: [RESUME] Your bill

2004-03-01 Thread resume_list_autoreply


Dear [EMAIL PROTECTED]

Your message is received. Thank you.

You can read our jobs descriptions here:
http://www.job.edunet.ru/

Please, re-post your resume here if you want to provide us any additional info.

Thank you.

Sincerely yours, 
EduNet Administration

P.S. Details on your message:
Message-ID: [EMAIL PROTECTED]
Date: Mon, 1 Mar 2004 15:36:02 +0300
From: [EMAIL PROTECTED]
Subject: Re: [RESUME] Your bill
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


vinum

2004-03-01 Thread J.D. Bronson
I am currently using 5.2.1 and have dual SCSI 18GB drives.
They are the same make and model.
What do I need to do to setup mirroring on these? (only for 
redundancy...not necessarily for performance)

I am used to DiskSuite under Solaris and seeking something similar on 
FreeBSD...Vinum/ccd ?

Does anyone have a FAQ or step by step instructions ?

...This has to be easy, since I am only interested in a full mirror.
I have 8 slices.
My current solution was to rsync these drives each hour and that does work, 
but not quite what I was after.

Thanks-

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


Wireless networking

2004-03-01 Thread Teilhard Knight
I recently changed from a regular ADSL account, to a wireless account. I
have a modem-router in one device (2wire). This modem has two Ethernet
connections, one of which I am using for this computer. I have five
computers using FreeBSD, and I have a key to open reception. Could someone
be so kind so as to help me configure Internet sharing and my network?

Teilhard.

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


Re: background color for php script created web page

2004-03-01 Thread Peter Risdon
fbsd_user wrote:

FBSD friends
Have php script that is creating web page.
It's working all except I can not set the background color.
It seems like it's ignoring the style options.
How is the  background color changed from the default
white to #CCFFCC color from within an php script?
 

It isn't. This is all determined by the html (and css) your script 
generates. View source from a web browser, read it and find the problem. 
Or run the script from the command line, pipe the output into a text 
file and read it:

#cd /location/of/script
#./scriptname  output.txt
#less output.txt
PWR.

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


Re: portupgrade/pkgdb problem

2004-03-01 Thread Roman Bogorodskiy
 Rob wrote:

 I think this is because ruby-1.6 used to install /usr/local/bin/ruby, but by
 the recent upgrade this becomes /usr/local/bin/ruby16 and ruby is not there
 anymore. Since portupgrade needs ruby, portupgrade gets stuck as soon as
 upgrading ruby-1.6 removes the /usr/local/bin/ruby file.
 
 I have removed portupgrade and all related ruby stuff and then reinstalled
 portupgrade, which then installs ruby-1.8. All works well then.

I said that I've reinstalled portupgrade already. And I have no ruby16
installed now, my /usr/local/bin/ruby is a ruby-1.8

novel ~ $ ruby --version
ruby 1.8.1 (2003-12-25) [i386-freebsd5]
novel ~ $

-Roman Bogorodskiy



pgp0.pgp
Description: PGP signature


background color for php script created web page

2004-03-01 Thread fbsd_user
FBSD friends
Have php script that is creating web page.
It's working all except I can not set the background color.
It seems like it's ignoring the style options.

How is the  background color changed from the default
white to #CCFFCC color from within an php script?

Thanks



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


NewSysLog FBSD 4.9

2004-03-01 Thread Pelle Andersson (SPD Systems AB)
Hi!

::NEWSYSLOG::
-
I want to rotate and pack my logs for Qpopper and ProFTPD
This is my lines in '/etc/newsyslog.conf':

#---
/var/log/qpopper.logroot:root   640 7   *   @T00Z
/var/log/proftp.log root:root   640 7   *   @T00Z 
#---

It does not work =( No error messages or anything.
What do I need to do?
Any suggestions?



BEST REGARDS/MVH PELLE ANDERSSON
SPD SYSTEMS AB
WWW.SPD.NU




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


FreeBSd on PowerEdge 2300?

2004-03-01 Thread setcode_obios
I wanna know if it's possible to install FreeBSD 4.9 on DELL PowerEdge 2300?
My install failed when the install CD search for Hard Drive, can I have help
please?

 

Thanks.

 

My email : [EMAIL PROTECTED]

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


Re: background color for php script created web page

2004-03-01 Thread Marty Landman
At 08:31 AM 3/1/2004, fbsd_user wrote:

Have php script that is creating web page.
It's working all except I can not set the background color.
What's the URL?

Marty Landman   Face 2 Interface Inc.   845-679-9387
FormATable  DB: http://face2interface.com/Products/FormATable.shtml
Make a Website: http://face2interface.com/Home/Demo.shtml
Free Formmailer: http://face2interface.com/Products/Formal.shtml  

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


Re: FreeBSd on PowerEdge 2300?

2004-03-01 Thread Jorn Argelo
It will probably be the RAID controller which is not being detected by the 
installation. What kind of RAID controller is in it? You should check out 
http://www.freebsd.org/releases/4.9R/hardware-i386.html for a complete list of 
supported hardware.

Cheers,

Jorn

On Monday 01 March 2004 00:09, setcode_obios wrote:
 I wanna know if it's possible to install FreeBSD 4.9 on DELL PowerEdge
 2300? My install failed when the install CD search for Hard Drive, can I
 have help please?



 Thanks.



 My email : [EMAIL PROTECTED]

 ___
 [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: NewSysLog FBSD 4.9

2004-03-01 Thread Matthew Seaman
On Mon, Mar 01, 2004 at 02:35:20PM +0100, Pelle Andersson (SPD Systems AB) wrote:
 Hi!
 
 ::NEWSYSLOG::
 -
 I want to rotate and pack my logs for Qpopper and ProFTPD
 This is my lines in '/etc/newsyslog.conf':
 
 #---
 /var/log/qpopper.log  root:root   640 7   *   @T00Z
 /var/log/proftp.log   root:root   640 7   *   @T00Z 
 #---
 
 It does not work =( No error messages or anything.
 What do I need to do?
 Any suggestions?

Hmmm... that looks fine to me.  What happens if you run:

# newsyslog -v

I assume that newsyslog is actually running every hour -- that's the
default from the system crontab:

% grep newsyslog /etc/crontab
0   *   *   *   *   rootnewsyslog

and that the other system logs are all being cycled as intended.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


RE: NewSysLog FBSD 4.9

2004-03-01 Thread fbsd_user
Add those log files to /etc/syslog.conf  and then the files will
have content that newsyslog.conf can rotate.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Pelle
Andersson (SPD Systems AB)
Sent: Monday, March 01, 2004 8:35 AM
To: [EMAIL PROTECTED]
Subject: NewSysLog  FBSD 4.9

Hi!

::NEWSYSLOG::
-
I want to rotate and pack my logs for Qpopper and ProFTPD
This is my lines in '/etc/newsyslog.conf':

#---
/var/log/qpopper.logroot:root   640 7   *   @T00
Z
/var/log/proftp.log root:root   640 7   *   @T00
Z
#---

It does not work =( No error messages or anything.
What do I need to do?
Any suggestions?



BEST REGARDS/MVH PELLE ANDERSSON
SPD SYSTEMS AB
WWW.SPD.NU




___
[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]


USB 2.0 harddisk performance

2004-03-01 Thread Guy Van Sanden
I have a USB 2.0 harddisk (internally ATA-100) connected to a USB 2.0
port.

Unfortunatly, data transfers are limited to 1 MB/second (reported by
FreeBSD on detection, and confirmed using Bonnie).

Any ideas?

I'm running 5.2.1

-- 
__  

  Guy Van Sanden 
  http://unixmafia.port5.com  

  Registered Linux user #249404 - September 1997
__

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


Hard disc space availble? Hard drive size

2004-03-01 Thread Chadstams
How do I free up save on my Haed disc.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: scheduling priority not working?

2004-03-01 Thread Sergey 'DoubleF' Zaharchenko
On Sun, 29 Feb 2004 19:07:12 +0800
Zhang Weiwu [EMAIL PROTECTED] probably wrote:

 nice(1) is just what I learned from school; school books are
 often not very practical these days.

 STANDARDS
  The nice utility conforms to IEEE Std 1003.1-2001 (``POSIX.1'').
 
 HISTORY
  A nice utility appeared in Version 4 ATT UNIX.

nice(1) is standard, and {id|rt}prio(1) are specific to FreeBSD. So
don't blame school books. If they say they describe a POSIX system,
well, that's what they do.

BTW, why does it say `*A* nice utility'?

-- 
DoubleF
Waste not, get your budget cut next year.


pgp0.pgp
Description: PGP signature


Re: NewSysLog FBSD 4.9

2004-03-01 Thread Pelle Andersson (SPD Systems AB)
 
Hi and thanks!

It works fine now, find the problem with the newsyslog -v command.
It told me, unknown group 'root'.
Offcorce, Im so stupid. Root-group is
a old habit from Linux =)

Changed from:
 /var/log/qpopper.log  root:root   640 7   *   @T00Z
 /var/log/proftp.log   root:root   640 7   *   @T00Z 

To:
 /var/log/qpopper.log  root:wheel  640 7   *   @T00Z
 /var/log/proftp.log   root:wheel  640 7   *   @T00Z  


BEST REGARDS/MVH PELLE ANDERSSON
SYSTEM AND NETWORK ENGINEER
SPD SYSTEMS AB
WWW.SPD.NU


-Ursprungligt meddelande-
Från: Matthew Seaman [mailto:[EMAIL PROTECTED] 
Skickat: den 1 mars 2004 15:16
Till: Pelle Andersson (SPD Systems AB)
Kopia: [EMAIL PROTECTED]
Ämne: Re: NewSysLog  FBSD 4.9

On Mon, Mar 01, 2004 at 02:35:20PM +0100, Pelle Andersson (SPD Systems AB)
wrote:
 Hi!
 
 ::NEWSYSLOG::
 -
 I want to rotate and pack my logs for Qpopper and ProFTPD This is my 
 lines in '/etc/newsyslog.conf':
 
 #---
 /var/log/qpopper.log  root:root   640 7   *   @T00Z
 /var/log/proftp.log   root:root   640 7   *   @T00Z 
 #---
 
 It does not work =( No error messages or anything.
 What do I need to do?
 Any suggestions?

Hmmm... that looks fine to me.  What happens if you run:

# newsyslog -v

I assume that newsyslog is actually running every hour -- that's the default
from the system crontab:

% grep newsyslog /etc/crontab
0   *   *   *   *   rootnewsyslog

and that the other system logs are all being cycled as intended.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


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


Re: background color for php script created web page

2004-03-01 Thread Nathan Kinkade
On Mon, Mar 01, 2004 at 08:31:42AM -0500, fbsd_user wrote:
 FBSD friends
 Have php script that is creating web page.
 It's working all except I can not set the background color.
 It seems like it's ignoring the style options.
 
 How is the  background color changed from the default
 white to #CCFFCC color from within an php script?
 
 Thanks

You should be asking straight PHP questions on a PHP list.

In the mean time, your stylesheet declaration might look something like
this depending on how you are implementing CSS:

style
body { background-color: #ccffcc; }
/style

Nathan
-- 
gpg --keyserver pgp.mit.edu --recv-keys D8527E49


pgp0.pgp
Description: PGP signature


Re: rejoin mailing list

2004-03-01 Thread Quintin Riis
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
er, see http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Rod Brookes wrote:
| Please will you re-admit me to the mailing list
| rod brookes
|
| ___
| [EMAIL PROTECTED] mailing list
| http://lists.freebsd.org/mailman/listinfo/freebsd-questions
| To unsubscribe, send any mail to
| [EMAIL PROTECTED]
|
|
|
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFAQ0ickt6kXuDr+LcRAm73AJsEsGTMQPxTzfnLyr26F0IijoJBCwCgroNU
/14DcI1r4h6ArVZP883lejk=
=kagG
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: SSH Problem

2004-03-01 Thread Nathan Kinkade
On Tue, Mar 02, 2004 at 01:52:37AM +0800, Stephen Liu wrote:
 Hi all folks,
 
 FreeBSD 5.2
 ===
 
 I can as 'root'
 
 # ssh -X [EMAIL PROTECTED]
 
 tunneling to 'user' but it does not work as 'user'
 
 $ ssh -X [EMAIL PROTECTED]
 Password: root psword
 Password: root psword
 Password: root psword
 [EMAIL PROTECTED]'s password: root psword
 Permission denied, please try again.
 [EMAIL PROTECTED]'s password: root psword
 Permission denied, please try again.
 [EMAIL PROTECTED]'s password: root psword
 Permission denied (publickey,password,keyboard-interactive).
 
 Kindly advise how to fix this problem
 
 TIA
 
 B.R.
 Stephen Liu

You say that this works as root, but your example seems to indicate
otherwise.  By default, root logins via ssh is disabled in the sshd
config file, usually at /etc/ssh/sshd_config.  If for some reason you
want to allow root logins via ssh then uncomment the following line and
change no to yes - then restart sshd:

PermitRootLogin yes

However, I think this would generally be frowned upon from a security
standpoint.

Nathan
-- 
gpg --keyserver pgp.mit.edu --recv-keys D8527E49


pgp0.pgp
Description: PGP signature


Jabberd Instructions

2004-03-01 Thread Warner Joseph

Hi all,

Does anyone know of any good step-by-step
instructions for setting up jabberd on FreeBSD?

There are some instructions at jabber.org but
I'm looking for instructions specific to FreeBSD.

Thanks

Joe

---
This message and any included attachments are from Siemens Medical Solutions 
USA, Inc. and are intended only for the addressee(s).  
The information contained herein may include trade secrets or privileged or 
otherwise confidential information.  Unauthorized review, forwarding, printing, 
copying, distributing, or using such information is strictly prohibited and may 
be unlawful.  If you received this message in error, or have reason to believe 
you are not authorized to receive it, please promptly delete this message and 
notify the sender by e-mail with a copy to [EMAIL PROTECTED] 

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


Re: Hard disc space availble? Hard drive size

2004-03-01 Thread Nathan Kinkade
On Sun, Feb 29, 2004 at 08:33:36PM -0500, [EMAIL PROTECTED] wrote:
 How do I free up save on my Haed disc.

By deleting unneeded files.  However, you'll have to post more info to
the list for anyone to be able to help.  What partition is filling up?
How big is your hard disk?  Depending on which partition is filling up
the advice may differ.  What is the output of the command `df -h'?

Nathan
-- 
gpg --keyserver pgp.mit.edu --recv-keys D8527E49


pgp0.pgp
Description: PGP signature


Re: Jabberd Instructions

2004-03-01 Thread Dirk-Willem van Gulik
On Mar 1, 2004, at 3:34 PM, Warner Joseph wrote:
instructions for setting up jabberd on FreeBSD?

cd /usr/ports/et/jabberd
sudo make all install
then goto /usr/local/etc - check the jabberd.xml file - edit
where needed and start from rc.d. Most defaults are fine
for you esp. if you do not do any confernencing.
Dw.


Small problem upgrading older machine

2004-03-01 Thread stan
I'm upgrading a bunch of older machines *some as far back as 4.2). 

First let me say a bing THANKS YOU for all the hard work the release
engineering team does to make this work as well as it does.

Now, let me point out a small problem. When I got to the make
installworld step, I was politely informed that I needed a snsmp user.
Looking at UPDATING, I saw that I could install the newer mergemaster by
hand, and use it to add this user. I did that. Unfortunately the
installworld, then errored when it got to installing mergemaster, as there
was then on mergemaster.sh file in the directory, and no rule to build it. I
copied the file back from the final location, back to mergemaster.sh in the
source tree, and I'm re-running make installworld, which should go OK now. 

Would it be possible to fix the Makefile to prevent this problem?


-- 
They that would give up essential liberty for temporary safety deserve
neither liberty nor safety.
-- Benjamin Franklin
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


mailbox quota

2004-03-01 Thread flux
Hi,

How do I define mailbox quota in my FreeBSD system running sendmail
and using procmail for local mail delivering?
Thank you.

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

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


system lock up with ichsmb driver

2004-03-01 Thread Brian McGinley

We have been able to consistently lock up a Pentium-M
system (Intel 6300ESB IOCH) by sending a
SIGINT/SIGTERM signal to an application while it is
accessing the smbus.  If we ignore signals in the
application or if we remove the PCATCH option on the
tsleep() call within ichsmb_wait() in ichsmb.c, the
SIGINT/SIGTERM signal does NOT cause the system to
lock up.

Has anyone else seen this behavior?  Does anyone know
of a fix?

We are running from a 4.3 base.

Thank you,
Brian


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


Re: Problem with sed and awk

2004-03-01 Thread Jan Grant
On Thu, 26 Feb 2004, [iso-8859-2] Roubí?ek Zden?k (T-Systems PragoNet) wrote:


  Hello questions

  Any idea what I am missing?

 cat test
 1;1
 2;2
 awk -F ';' '{print $1}'
 1
 2
 awk -F ' FS=; {print $1}'
 1;1
 2
 

The FS=; is a pattern expression that is used to match the first line
of input, after it has already been split into fields. It evaluates true
so the block it guards is always run. After the first line has been
dealt with, future lines will be split using the new FS setting. As
another poster supplied, slap the FS setting in a BEGIN-guarded block.

-- 
jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/
Tel +44(0)117 9287088 Fax +44 (0)117 9287112 http://ioctl.org/jan/
If it's broken really badly - don't fix it either.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mailbox quota

2004-03-01 Thread Matthew Seaman
On Mon, Mar 01, 2004 at 05:50:26PM +0300, flux wrote:

 How do I define mailbox quota in my FreeBSD system running sendmail
 and using procmail for local mail delivering?

By setting up filesystem quotas on the /var partition -- assuming your
mailboxes are in the default place in /var/mail. procmail understands
how to deal with the EQUOTA error and causes sendmail to bounce
over-quota messages with an appropriate error message.

To set up quotas:

i) Compile kernel with 'options QUOTA' added to the config file.
   Reboot with new kernel.

   ii) Add:

  check_quotas=YES
  enable_quotas=YES

   to /etc/rc.conf

  iii) Edit /etc/fstab to tell the system to enforce quotas on the
   /var partition:

/dev/da0s1e /var ufs rw,nosuid,userquota 2 2

   See fstab(5) for details of the userquota and groupquota
   options.

   iv) Reboot -- quotacheck(8) will be run to count up how many files
   and bytes are owned by each of the different userids, and the
   quota system will be enabled by running quotaon(8).

v) Running repquota(8) will now give you a nice little report
   showing how much space each userid is using up on the
   partition:

  % repquota -av

   vi) However, no usage limits have yet been set.  Use edquota(8) to
   set them:

  # edquota username

   This will put you into the $EDITOR editor (or vi if $EDITOR is
   unset) showing how many files and how many bytes are in use for
   that username on each of the partitions with quota limits.
   Fill in appropriate numbers in the 'limits' sections: anything
   you leave at '0' will be unlimited.

   Save the file, and then check that the settings were registered OK:

  # quota -v username

And that's all there is to it.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


RE: Jabberd Instructions

2004-03-01 Thread Warner Joseph

Yeah see, I wasn't even sure if I was supposed to
install /usr/ports/net/jabber or /usr/ports/net/jabberd

I'll give it a shot, thanks for the quick response.

-Joe


-Original Message-
From: Dirk-Willem van Gulik [mailto:[EMAIL PROTECTED]
Sent: Monday, March 01, 2004 7:46 AM
To: Warner Joseph
Cc: '[EMAIL PROTECTED]'
Subject: Re: Jabberd Instructions



On Mar 1, 2004, at 3:34 PM, Warner Joseph wrote:

 instructions for setting up jabberd on FreeBSD?


cd /usr/ports/et/jabberd
sudo make all install

then goto /usr/local/etc - check the jabberd.xml file - edit
where needed and start from rc.d. Most defaults are fine
for you esp. if you do not do any confernencing.

Dw.

---
This message and any included attachments are from Siemens Medical Solutions 
USA, Inc. and are intended only for the addressee(s).  
The information contained herein may include trade secrets or privileged or 
otherwise confidential information.  Unauthorized review, forwarding, printing, 
copying, distributing, or using such information is strictly prohibited and may 
be unlawful.  If you received this message in error, or have reason to believe 
you are not authorized to receive it, please promptly delete this message and 
notify the sender by e-mail with a copy to [EMAIL PROTECTED] 

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


Re: Hard disc space availble? Hard drive size

2004-03-01 Thread Jonathan Arnold
[EMAIL PROTECTED] wrote:
How do I free up save on my Hard disc.
A good place to start is to figure out what files are hogging
up all of your disk space. Use the 'du' command for that. See
the short entry I have on my blog for how to use it effectively:
http://freebsd.amazingdev.com/blog/archives/000109.html

--
Jonathan Arnold (mailto:[EMAIL PROTECTED])
Daemon Dancing in the Dark, a FreeBSD weblog:
http://freebsd.amazingdev.com/blog/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Small problem upgrading older machine

2004-03-01 Thread stan
On Mon, Mar 01, 2004 at 09:49:12AM -0500, stan wrote:
 I'm upgrading a bunch of older machines *some as far back as 4.2). 
 
 First let me say a bing THANKS YOU for all the hard work the release
 engineering team does to make this work as well as it does.
 
 Now, let me point out a small problem. When I got to the make
 installworld step, I was politely informed that I needed a snsmp user.
 Looking at UPDATING, I saw that I could install the newer mergemaster by
 hand, and use it to add this user. I did that. Unfortunately the
 installworld, then errored when it got to installing mergemaster, as there
 was then on mergemaster.sh file in the directory, and no rule to build it. I
 copied the file back from the final location, back to mergemaster.sh in the
 source tree, and I'm re-running make installworld, which should go OK now. 
 
 Would it be possible to fix the Makefile to prevent this problem?

The solution to this truns out to be a bit more complex than I though. I
eventually gave up on fixing the contens of the mergemaster directory in
the source tree, and fell back to a new buildowrld. The final straw was
that if I did not have megemaster.8.gz the insatll would fail, but I alos
needed mergemaster.8 (the uncopressed version). But then make complained
about not having the compressed version :-(

-- 
They that would give up essential liberty for temporary safety deserve
neither liberty nor safety.
-- Benjamin Franklin
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


[Repost] Limiting connections to CVS

2004-03-01 Thread Gerard Samuel
Reposting to list, as I was locked out of -questions over the weekend, and I 
don't know if I got any replies.
-
I read somewhere that they were able to limit CVS pserver connections
to 4 a minute.
I would like to do something similar.
I currently have a firewall/nat box running 4.9-RELEASE-p1, using ipf.
The CVS server is behind the firewall/nat box running on 4.9-RELEASE-p1.

Thanks for any insight you may provide...

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


IBM x345 SMP server perfomrance collapse when running jails

2004-03-01 Thread Zoran Kikic
Hello,

my IBM server don't like jails. I did a fresh 5.2.1 install and
everything worked perfect and _fast_. I did a simple performance
test with afi0 on a 500mb directory. afi0 did the backup in 82 seconds.
After that I start 3 jails, just to compare the performance
differences - well, it's a disaster! the same backup procedure
was done in 110 seconds. I couldn't believe that and started
additional 7 jails just to verify the result and surprise: backup
test took 17 minutes but the load averages were at '9,32 8,54 7,22'!?

The jails are extensive (apache, mysql, postfix, imap...) but
that should not be problem on a smp 2 x 2.8 xeon. I run the
same jails on fbsd 5.1 and didn't notice these performance problems.

The jails were build on a 5.1 installation, but I'm running 5.2.1 now -
could that be the problem? If yes, why?? I'll try to build fresh
5.2.1 jails with fresh mysql apache etc. but it takes so much time
when the other jails are running - I can't turn them off.. :/ 

Does anybody has any hints for me?

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


Re: FreeBSd on PowerEdge 2300?

2004-03-01 Thread Jerry McAllister
 
 I wanna know if it's possible to install FreeBSD 4.9 on DELL PowerEdge 2300?
 My install failed when the install CD search for Hard Drive, can I have help
 please?

Sure.   We have a several of 2300-s running FreeBSD and most have been 
upgraded to 4.9 (or reinstalled as 4.9).They have also run 3.2, 4.3 
and 5.1.   I presume the HD is SCSI.   Is it possible that it is not seated 
completely back in to the slot?Is the disk in slot 0?   (Actually, I 
think it will work in the wrong slot if there are no other disks before 
it, but...)

The only time I have ever had trouble on a 2300 is when a disk was
not seated well and locked in to the slot.

You didn't post much information about what you saw, so it is hard to guess.
Maybe it would help to copy any messages that appear on the screen as it
attempts to boot that might relate to the SCSI controller or the HD.

jerry

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


GNOME-SESSION

2004-03-01 Thread Osmany Guirola Cruz
I NEED TO KNOW IF IT IS POSSIBLE THAT I CAN LOGOUT FROM MY GNOME SESSION
BY A COMMAND, I MEAN WHITOUT THE USE OF THE ICON THAT DO THAT FUNCTION 

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


vinum on 5.2

2004-03-01 Thread dave
Hello,
I've put together a site:
www.davemehler.net/vinum.php
based on some internet research and a lot of doc readings, detailing an
upcoming server install with vinum and raid1. I've now heard secondhand that
vinum under 5.2 doesn't work with swap due to changes in the kernel and
might not work at all after a few more modifications. I was wondering if
there was any truth to this particularly how it relates to my procedure?
Also, if it is so is there another package i could employ?
Thanks.
Dave.

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


Re: SSH Problem

2004-03-01 Thread Stephen Liu
- snip -

 You say that this works as root, but your example seems to indicate
 otherwise.  By default, root logins via ssh is disabled in the sshd
 config file, usually at /etc/ssh/sshd_config.  If for some reason you
 want to allow root logins via ssh then uncomment the following line and
 change no to yes - then restart sshd:

 PermitRootLogin yes

 However, I think this would generally be frowned upon from a security
 standpoint.

Hi Nathan,

Tks for your advice which works.

This arrangement is only to facilitate Administor's job.  He operates outside 
contact as 'user' from there if necessary he can login as root doing 
maintenance.

B.R.
Stephen

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


where do i get libintl.so.5?

2004-03-01 Thread rfa
im on my quest to install phpnuke when i hit a serious problem.
it failed and upon looking at the error code i saw

/libexec/ld-elf.so.1: Shared object libintl.so.5 not found
*** Error code 1

so i did this:
(first i checked if it was installed by deinstalling it)
su-2.05b#cd /usr/ports/devel/pkgconfig/  make deinstall
===  Deinstalling for devel/pkgconfig
===   pkgconfig not installed, skipping

(it wasnt installed so i went ahead and tried installing it.)

su-2.05b#cd /usr/ports/devel/pkgconfig/  make all install clean
===  Building for pkgconfig-0.15.0_1
/libexec/ld-elf.so.1: Shared object libintl.so.5 not found
*** Error code 1

Stop in /usr/ports/devel/pkgconfig.
su-2.05b#

but it seems like all for naught.  i checked the man file for ld-elf.so.1
because that was around but i can't seem to find libint1.so.5.

Can someone tell me where to go for info or better yet what i should do
about this?

Yours,

Rommel


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


Re: portupgrade portupgrade ...

2004-03-01 Thread Robert Huff

leafy writes:

  Deinstall ruby 1.6 stuff (if you are paranoi[d])
  pkg_deinstall -ri lang/ruby16 

root@ pkg_deinstall -ri lang/ruby16
---  Deinstalling 'ruby16-shim-ruby18-1.8.1.p3'
delete ruby16-shim-ruby18-1.8.1.p3? n
---  Deinstalling 'ruby-1.6.8.2003.10.15_1'
delete ruby-1.6.8.2003.10.15_1? y
pkg_delete: package 'ruby-1.6.8.2003.10.15_1' is required by these other packages
and may not be deinstalled:
ruby16-shim-ruby18-1.8.1.p3
---  Reporting the results (+:done / -:ignored / *:skipped / !:failed)
+ ruby16-shim-ruby18-1.8.1.p3
! ruby-1.6.8.2003.10.15_1   (pkg_delete failed)


Robert Huff





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


Start GNOME question

2004-03-01 Thread Stephen Liu
Hi all folks,

How to add GNOME to GUI login allowing seletion of desktop.  KDE and failsafe 
can be started from there.

/etc/ttys
..
ttyv8   /usr/local/bin/kdm -nodaemon  xterm   on  secure
..

Kindly advise.   TIA

B.R.
Stephen Liu

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


Re: USB 2.0 harddisk performance

2004-03-01 Thread Dany Nativel
Have you enabled EHCI support ?

Even with EHCI enabled the speed won't be that great. According to the 
man page, the code is still under development and therefore pretty buggy.

Maybe you'll have better luck with Firewire.

Dany

Guy Van Sanden wrote:

I have a USB 2.0 harddisk (internally ATA-100) connected to a USB 2.0
port.
Unfortunatly, data transfers are limited to 1 MB/second (reported by
FreeBSD on detection, and confirmed using Bonnie).
Any ideas?

I'm running 5.2.1

 

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


Help Setting Up .bashrc

2004-03-01 Thread Bob Perry
Hello,

My environment variables indicate SHELL=/usr/local/bin/bash and
ENV=/home/rperry/.shrc.  My understanding is that bash reads
~/.bashrc for interactive shells and $ENV for non-interactive shells.
I don't have the ~/.bashrc file.  Neither do I have a ~/.bash_profile,
or a ~/.bash_login file.
I also see where the startup files for bash are .profile and .bashrc.
One of the settings in my .profile indicates that ENV=$HOME/.shrc;
export ENV.
I've read where bash will read other files (e.g., .shrc, etc.) when it's 
own
initialization files are not present but I'd like to set up the appropriate
bash files anyway.  I've seen examples of the .bashrc file in some text
but was looking for something from within FreeBSD.  I found some
/src/share/skel/dot.* files but none for bash.  Can anyone tell me if such
sample files exists and where I might find them?  Do I need really need
them?

Thank you.
Bob Perry
--
I've learned that whatever hits the fan will not be evenly
distributed.
FreeBSD 4.9-RELEASE-p2 #0

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


Re: where do i get libintl.so.5?

2004-03-01 Thread Gerard Samuel
On Monday 01 March 2004 11:07 am, [EMAIL PROTECTED] wrote:
 im on my quest to install phpnuke when i hit a serious problem.
 it failed and upon looking at the error code i saw


If I remember correctly, you're going to have to deinstall/reinstall gmake and 
friends (gtk/glib/), and reinstall all programs that depend on gmake and 
friends.

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


block internet sharing for lan users

2004-03-01 Thread Prodigy
Hi all, 
I want to block internet sharing for some LAN users. I want to block by MAC address, 
because if I am blocking ip addresses, some users changes their IPs and have internet 
on their computers. Can somebody explain me, how can i do it or give any good how-to? 
Maybe there is some other way to do it? I'm using ipnat+ipf and FreeBSD4.9-STABLE.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: where do i get libintl.so.5?

2004-03-01 Thread Martin Hudec
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

upgrade gettext.. that is the cause, it has now libintl.so.6

On Mon March 1 2004 17:15, Gerard Samuel wrote:

 If I remember correctly, you're going to have to deinstall/reinstall gmake
 and friends (gtk/glib/), and reinstall all programs that depend on
 gmake and friends.

- -- 
:
:. kind regards
:..  Martin Hudec
:.:
:.: =w= http://www.aeternal.net
:.: =m= +421.907.303393
:.: [EMAIL PROTECTED] [EMAIL PROTECTED]
:.:
:.: When you want something, all the universe 
:.:   conspires in helping you to achieve it.
:.:   - The Alchemist (Paulo Coelho)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFAQ2TFZYEZIv+rgggRAqXcAJ9cSdgmnhc4OVPU7IAeIBC5Ct9n3wCfclSc
YDhoaTqTRrGYbLliUykldOA=
=NQqP
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: USB 2.0 harddisk performance

2004-03-01 Thread Guy Van Sanden
Thanks Dany

Is firewire fully supported on FreeBSD?

The disk does have a firewire link, I can buy an addon card for about 30
¤, but I wanna make sure that it will work better.



On Mon, 2004-03-01 at 17:11, Dany Nativel wrote:
 Have you enabled EHCI support ?
 
 Even with EHCI enabled the speed won't be that great. According to the 
 man page, the code is still under development and therefore pretty buggy.
 
 Maybe you'll have better luck with Firewire.
 
 Dany
 
 Guy Van Sanden wrote:
 
 I have a USB 2.0 harddisk (internally ATA-100) connected to a USB 2.0
 port.
 
 Unfortunatly, data transfers are limited to 1 MB/second (reported by
 FreeBSD on detection, and confirmed using Bonnie).
 
 Any ideas?
 
 I'm running 5.2.1
 
   
 
-- 
__  

  Guy Van Sanden 
  http://unixmafia.port5.com  

  Registered Linux user #249404 - September 1997
__

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


Re: SSH Problem

2004-03-01 Thread Kevin D. Kinsey, DaleCo, S.P.
Stephen Liu wrote:

- snip -
 

You say that this works as root, but your example seems to indicate
otherwise.  By default, root logins via ssh is disabled in the sshd
config file, usually at /etc/ssh/sshd_config.  If for some reason you
want to allow root logins via ssh then uncomment the following line and
change no to yes - then restart sshd:
PermitRootLogin yes

However, I think this would generally be frowned upon from a security
standpoint.
   

Hi Nathan,

Tks for your advice which works.

This arrangement is only to facilitate Administor's job.  He operates outside 
contact as 'user' from there if necessary he can login as root doing 
maintenance.

B.R.
Stephen
 

No, no, no...!! :-)

He should be a member of the wheel
group.  He should then ssh in as user,
and use su(1) to become root.
Better even still, install sudo
(/usr/ports/security/sudo) and let
him use that:  then you can see what
your Administrator has been up to,
if necessary
HTH,

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


Re: USB 2.0 harddisk performance

2004-03-01 Thread Guy Van Sanden
Silly question Dany, how do I enable EHCI?



On Mon, 2004-03-01 at 17:11, Dany Nativel wrote:
 Have you enabled EHCI support ?
 
 Even with EHCI enabled the speed won't be that great. According to the 
 man page, the code is still under development and therefore pretty buggy.
 
 Maybe you'll have better luck with Firewire.
 
 Dany
 
 Guy Van Sanden wrote:
 
 I have a USB 2.0 harddisk (internally ATA-100) connected to a USB 2.0
 port.
 
 Unfortunatly, data transfers are limited to 1 MB/second (reported by
 FreeBSD on detection, and confirmed using Bonnie).
 
 Any ideas?
 
 I'm running 5.2.1
 
   
 
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
-- 
__  

  Guy Van Sanden 
  http://unixmafia.port5.com  

  Registered Linux user #249404 - September 1997
__

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


Re: Jabberd Instructions

2004-03-01 Thread Kirk Strauser
At 2004-03-01T15:21:57Z, Warner Joseph [EMAIL PROTECTED] writes:

 Yeah see, I wasn't even sure if I was supposed to
 install /usr/ports/net/jabber or /usr/ports/net/jabberd

net/jabber is a port of jabberd 1.4.  net/jabberd2 is a port of jabberd 2.
Read about the differences at:

http://jabberd.jabberstudio.org/

On my servers, jabberd 1.4 is currently more stable (2.x crashes
occasionally), but 2.x is the way of the future.  If you need excellent
stability *today* and can handle a migration later, go with 1.4.  If you can
live with the rare crash and don't want to have to migrate your database,
then start with 2.x.
-- 
Kirk Strauser

94 outdated ports on the box,
 94 outdated ports.
 Portupgrade one, an hour 'til done,
 82 outdated ports on the box.


pgp0.pgp
Description: PGP signature


Can't get microphone working?!

2004-03-01 Thread harry
Hey!
I can't get my microphone working. My system is a
FreeBSD 5.1-REL.

First of - i get some info about my soundcard:
# [harry]:[~]$ cat /dev/sndstat
# FreeBSD Audio Driver (newpcm)
# Installed devices:
# pcm0: SiS 7012 at io 0xd400, 0xd800 irq 10 bufsz
16384 (1p/1r/4v channels duplex default)

And my vhans:
# [harry]:[~]$ sysctl -a | grep vchan
# hw.snd.maxautovchans: 4
# hw.snd.pcm0.vchans: 4

My record source:
# [harry]:[~]$ mixer recsrc
# Recording source: mic

And i'd make sure to turn up for 'rec' and 'mic':
# [harry]:[~]$ mixer mic 100 rec 100
# Setting the mixer mic from 0:0 to 100:100.
# Setting the mixer rec from 0:0 to 100:100.

Now everything should be fine. So i try to record
something:
# [harry]:[~]$ cp /dev/audio test.au
# ^C

And examines the file:
# [harry]:[~]$ du -h test.au 
# 128Ktest.au

Fine. Then i try to play it:
# [harry]:[~]$ cp test.au /dev/audio

It only takes a few seconds before it ends. And
nothing comes out of my speaker. And it takes way
shorter to run it than to record it.

I also tried just to cat directly to the speaker:
# [harry]:[~]$ cat /dev/dsp  /dev/dsp

No luck.
What do i do wrong? How do i get it working?

Greetings, Harry


=
blog: http://harry.linux.dk
radiolyd: http://harry.linux.dk/radiolyd

Yahoo! Mail (http://dk.mail.yahoo.com) - Gratis: 6 MB lagerplads, spamfilter og 
virusscan
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Help Setting Up .bashrc

2004-03-01 Thread Kevin D. Kinsey, DaleCo, S.P.
Bob Perry wrote:

Hello,

My environment variables indicate SHELL=/usr/local/bin/bash and
ENV=/home/rperry/.shrc.  My understanding is that bash reads
~/.bashrc for interactive shells and $ENV for non-interactive shells.
I don't have the ~/.bashrc file.  Neither do I have a ~/.bash_profile,
or a ~/.bash_login file.
I also see where the startup files for bash are .profile and .bashrc.
One of the settings in my .profile indicates that ENV=$HOME/.shrc;
export ENV.
I've read where bash will read other files (e.g., .shrc, etc.) when 
it's own
initialization files are not present but I'd like to set up the 
appropriate
bash files anyway.  I've seen examples of the .bashrc file in some text
but was looking for something from within FreeBSD.  I found some
/src/share/skel/dot.* files but none for bash.  Can anyone tell me if 
such
sample files exists and where I might find them?  Do I need really need
them?

Thank you.
Bob Perry
Well, do you want any environment variables present? ;-)
You can probably get by with what you've got until you
figure out you need more.  And, you can just put whatever
it is in whatever files bash *will* read
Since bash isn't part of FBSD, I don't know that you'll
find any example dotfiles within FreeBSD.  I'd look in
either /usr/local/share/* or /usr/local/doc, or wherever
the bash manpage or website suggests that the
documentation might be
You can make your own, of course.  Look at .shrc., .profile,
etc (i.e.) some of the files that *are* default installed,
and see what's there.  Mostly these are things like
aliases (shortcuts?), setting up your CLI prompt in
a fashion you desire, chooing a default editor, pager,
terminal environment, etc.  Also, you *will* likely
want to set a PATH for bash, in whatever rc file(s)
it will read.
I use tcsh, so I don't know that my files would
be much help, but I'll attach .cshrc anyhow,
you can see what I do for my environment, and
it might be good for a laugh
Kevin Kinsey
DaleCo, S.P.
# $FreeBSD: src/share/skel/dot.cshrc,v 1.13 2001/01/10 17:35:28 archie Exp $
#
# .cshrc - csh resource script, read at beginning of execution by each shell
#
# see also csh(1), environ(7).
#

alias h history 25
alias j jobs -l
alias lsls -FG
alias lals -a
alias lfls -FA
alias llls -lAFG
alias mail  mutt
alias pico  nano
alias dir   ls
alias rmrm -i
alias mewhoami
alias a:mount_msdosfs /dev/fd0 /floppy  cd /floppy  ls -l
alias tm/usr/local/textmaker5/textmaker/tm
alias upping -t2 yahoo.com
alias dial  ppp -nat -background tdon
alias undialsource /kadmin/.cshrc  /bin/kill -9 `cat /var/run/tun0.pid`
alias stat  echo ' '  uname -a  echo ' '  uptime  echo ' '  df  echo 
' '  top -I
alias cls   clear

# A righteous umask
umask 22

set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin 
/usr/X11R6/bin $HOME/bin /usr/local/libexec/nut)

setenv  CVS_RSH ssh
setenv  EDITOR  nano
setenv  PAGER   more
setenv  BLOCKSIZE   M
setenv  CLICOLOR
setenv  TERM xterm-color

set prompt = [EMAIL PROTECTED] [%/] [%B%T%b] \n#

if ($?prompt) then
# An interactive shell -- set some stuff up
set filec
set history = 500
set savehist = 500
set mail = (/var/mail/$USER)
if ( $?tcsh ) then
bindkey ^W backward-delete-word
bindkey -k up history-search-backward
bindkey -k down history-search-forward
endif
endif
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: GNOME-SESSION

2004-03-01 Thread Kevin D. Kinsey, DaleCo, S.P.
Osmany Guirola Cruz wrote:

I NEED TO KNOW IF IT IS POSSIBLE THAT I CAN LOGOUT FROM MY GNOME SESSION
BY A COMMAND, I MEAN WHITOUT THE USE OF THE ICON THAT DO THAT FUNCTION 

 

Well, quick and dirty, hit CTL-ALT-BACKSPACE and
kill the X server?
Not that this is the *best* way, probably

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


Re: CVSUP and the refuse file

2004-03-01 Thread Jonathan Arnold
I then put the refuse file in /usr/sup with the ports I don't want 
downloaded. Yet, they continue to be downloaded.
What does your refuse file look like? Here's mine, so I don't download
a lot of the foreign language ports:
$ cat /usr/sup/refuse
*ports/chinese*
*ports/french*
*ports/german*
*ports/hebrew*
*ports/japanese*
*ports/korean*
*ports/russian*
*ports/ukrainian*
*ports/vietnamese*
*ports/arabic*
This seems to work for me.

--
Jonathan Arnold (mailto:[EMAIL PROTECTED])
Daemon Dancing in the Dark, a FreeBSD weblog:
http://freebsd.amazingdev.com/blog/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: GNOME-SESSION

2004-03-01 Thread Osmany Guirola Cruz
No, no that way ... I want a normal logout of the gnome-session by a
command 


I NEED TO KNOW IF IT IS POSSIBLE THAT I CAN LOGOUT FROM MY GNOME 
SESSION BY A COMMAND, I MEAN WHITOUT THE USE OF THE ICON THAT DO THAT 
FUNCTION

  

Well, quick and dirty, hit CTL-ALT-BACKSPACE and
kill the X server?

Not that this is the *best* way, probably

Kevin Kinsey
DaleCo, S.P.


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


Md5sum

2004-03-01 Thread Stephen Liu
Hi all folks,

Where can I find this small program 'md5sum'.  I could not find it on CD1 
which is the only CD in my possession.

# locate md5sum
/usr/X11R6/bin/gst-md5sum
/usr/X11R6/man/man1/gst-md5sum.1.gz
/usr/local/share/python2.3/Tools/scripts/md5sum.py

Is it gst-md5sum similar to md5sum.  From 'man gst-md5sum' it seems a program 
to generate sum but how to checksum.

Kindly advise.  TIA

B.R.
Stephen Liu

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


Re: Mount floppy

2004-03-01 Thread Teilhard Knight
 On Mon, Mar 01, 2004 at 06:40:10AM -0600, Teilhard Knight wrote:
  I would appreciate if someone would told me how to mount my floppy. If
you
  could tell me the exact entries in the fstab file would be great. Thank
you.

 Please send technical questions to freebsd-questions.

 That said ... open your favourite browser, go to http://www.google.com
 and search for 'freebsd mount floppy' :)

 Cheers

You used more saliva than if you had answered my question.

Teilhard


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


Re: USB 2.0 harddisk performance

2004-03-01 Thread Dany Nativel
add a line to your kernel config file with :
device ehci 
or options ehci... I'm not sure. Check your kernel config file, it 
should be the same as ohci! ... sorry I'm not in front of my fbsd box.

Also don't forget to enable DMA for your drives.
you can switch DMA (it should be on for HD) for CDROM/CDRW through 
/boot/loader.conf

#sysctl -a | gep dma
to see HDD status
#sysctl -a | grep atapi
to see CD status



Guy Van Sanden wrote:

Silly question Dany, how do I enable EHCI?



On Mon, 2004-03-01 at 17:11, Dany Nativel wrote:
 

Have you enabled EHCI support ?

Even with EHCI enabled the speed won't be that great. According to the 
man page, the code is still under development and therefore pretty buggy.

Maybe you'll have better luck with Firewire.

Dany

Guy Van Sanden wrote:

   

I have a USB 2.0 harddisk (internally ATA-100) connected to a USB 2.0
port.
Unfortunatly, data transfers are limited to 1 MB/second (reported by
FreeBSD on detection, and confirmed using Bonnie).
Any ideas?

I'm running 5.2.1



 

___
[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: SSH Problem

2004-03-01 Thread HOLLOW, CHRISTOPHER
This arrangement is only to facilitate Administor's job.  He operates outside 
contact as 'user' from there if necessary he can login as root doing 
maintenance.


Granting the person root access is one thing.  Allowing root logins via 
SSH is something different.  What Nathan (and security experts around 
the world) is suggesting is to restrict root access vis SSH, have the 
remote user log in as a non-priveleged user and 'su' to root.  Just good 
security practice...

Chris

Stephen Liu wrote:

- snip -
 

You say that this works as root, but your example seems to indicate
otherwise.  By default, root logins via ssh is disabled in the sshd
config file, usually at /etc/ssh/sshd_config.  If for some reason you
want to allow root logins via ssh then uncomment the following line and
change no to yes - then restart sshd:
PermitRootLogin yes

However, I think this would generally be frowned upon from a security
standpoint.
   

Hi Nathan,

Tks for your advice which works.

This arrangement is only to facilitate Administor's job.  He operates outside 
contact as 'user' from there if necessary he can login as root doing 
maintenance.

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

--

Christopher Hollow - Consultant
Infrastructure  Technology Support
Toronto, ON
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Md5sum

2004-03-01 Thread Jerry McAllister
 
 Hi all folks,
 
 Where can I find this small program 'md5sum'.  I could not find it on CD1 
 which is the only CD in my possession.

Is that different from plain ole  md5(1)  ??

That comes included in the base install.
It is what is used to generate the checksums in the file that 
goes along with the FreeBSD ISOs.

jerry

 
 # locate md5sum
 /usr/X11R6/bin/gst-md5sum
 /usr/X11R6/man/man1/gst-md5sum.1.gz
 /usr/local/share/python2.3/Tools/scripts/md5sum.py
 
 Is it gst-md5sum similar to md5sum.  From 'man gst-md5sum' it seems a program 
 to generate sum but how to checksum.
 
 Kindly advise.  TIA
 
 B.R.
 Stephen Liu
 
 ___
 [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: Md5sum

2004-03-01 Thread Nathan Kinkade
On Tue, Mar 02, 2004 at 09:24:37AM +0800, Stephen Liu wrote:
 Hi all folks,
 
 Where can I find this small program 'md5sum'.  I could not find it on CD1 
 which is the only CD in my possession.
 
 # locate md5sum
 /usr/X11R6/bin/gst-md5sum
 /usr/X11R6/man/man1/gst-md5sum.1.gz
 /usr/local/share/python2.3/Tools/scripts/md5sum.py
 
 Is it gst-md5sum similar to md5sum.  From 'man gst-md5sum' it seems a program 
 to generate sum but how to checksum.
 
 Kindly advise.  TIA
 
 B.R.
 Stephen Liu

How about md5(1)? 

Nathan
-- 
gpg --keyserver pgp.mit.edu --recv-keys D8527E49


pgp0.pgp
Description: PGP signature


Re: Error on create new slice

2004-03-01 Thread Chan Seng Loong
 First, what were you running to do this -
 sysinstall, fdisk, ??
 What steps did you take with them?

i'm using the ISO CD installation (sysinstall),
fdisk...

well as you can see my hard drive already contain
linux RH 9.0 (1st OS) and windows 2000 pro (2nd OS)..

now what i'm trying to do is to install freeebsd on as
the 3rd os...

my hard drive look like:

linux | windows2000 | unused
 40G   30G  50G

all i know that the freebsd only support primary
partition..  



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


Re: Freedom for everyone

2004-03-01 Thread
Attention!

  It seems you have got a virus on your machine!
  Please make sure you have the latest update of your virus scanner
  and check all your files right away!

Take care,
 [EMAIL PROTECTED]

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


Re: USB 2.0 harddisk performance

2004-03-01 Thread Charles Swiger
On Mar 1, 2004, at 11:36 AM, Guy Van Sanden wrote:
Is firewire fully supported on FreeBSD?
Firewire support has been pretty good, at least for accessing mass 
storage devices.  I haven't beaten on IP-over-Firewire or some of the 
other capabilities that one might also experiment with

The disk does have a firewire link, I can buy an addon card for about 
30
, but I wanna make sure that it will work better.
I was seeing about 35 MB/s read and about 20 MB/s using a Maxtor 5000DN 
external drive via Firewire; this drive also supports USB 2, but at the 
time I was testing OHCI USB was all that was available to me, not EHCI.

(USB 1 was giving ~1.2 MB/s...)

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


Re: Help Setting Up .bashrc

2004-03-01 Thread Bob Perry
Kevin D. Kinsey, DaleCo, S.P. wrote:

Bob Perry wrote:

Hello,

My environment variables indicate SHELL=/usr/local/bin/bash and
ENV=/home/rperry/.shrc.  My understanding is that bash reads
~/.bashrc for interactive shells and $ENV for non-interactive shells.
I don't have the ~/.bashrc file.  Neither do I have a ~/.bash_profile,
or a ~/.bash_login file.
I also see where the startup files for bash are .profile and .bashrc.
One of the settings in my .profile indicates that ENV=$HOME/.shrc;
export ENV.
I've read where bash will read other files (e.g., .shrc, etc.) when 
it's own
initialization files are not present but I'd like to set up the 
appropriate
bash files anyway.  I've seen examples of the .bashrc file in some text
but was looking for something from within FreeBSD.  I found some
/src/share/skel/dot.* files but none for bash.  Can anyone tell me if 
such
sample files exists and where I might find them?  Do I need really need
them?

Thank you.
Bob Perry
Well, do you want any environment variables present? ;-)
You can probably get by with what you've got until you
figure out you need more.  And, you can just put whatever
it is in whatever files bash *will* read
Since bash isn't part of FBSD, I don't know that you'll
find any example dotfiles within FreeBSD.  I'd look in
either /usr/local/share/* or /usr/local/doc, or wherever
the bash manpage or website suggests that the
documentation might be
You can make your own, of course.  Look at .shrc., .profile,
etc (i.e.) some of the files that *are* default installed,
and see what's there.  Mostly these are things like
aliases (shortcuts?), setting up your CLI prompt in
a fashion you desire, chooing a default editor, pager,
terminal environment, etc.  Also, you *will* likely
want to set a PATH for bash, in whatever rc file(s)
it will read.
I use tcsh, so I don't know that my files would
be much help, but I'll attach .cshrc anyhow,
you can see what I do for my environment, and
it might be good for a laugh
Kevin Kinsey
DaleCo, S.P.


# $FreeBSD: src/share/skel/dot.cshrc,v 1.13 2001/01/10 17:35:28 archie Exp $
#
# .cshrc - csh resource script, read at beginning of execution by each shell
#
# see also csh(1), environ(7).
#
alias h history 25
alias j jobs -l
alias lsls -FG
alias lals -a
alias lfls -FA
alias llls -lAFG
alias mail  mutt
alias pico  nano
alias dir   ls
alias rmrm -i
alias mewhoami
alias a:mount_msdosfs /dev/fd0 /floppy  cd /floppy  ls -l
alias tm/usr/local/textmaker5/textmaker/tm
alias upping -t2 yahoo.com
alias dial  ppp -nat -background tdon
alias undialsource /kadmin/.cshrc  /bin/kill -9 `cat /var/run/tun0.pid`
alias stat  echo ' '  uname -a  echo ' '  uptime  echo ' '  df  echo ' ' 
 top -I
alias cls   clear
# A righteous umask
umask 22
set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin /usr/X11R6/bin $HOME/bin /usr/local/libexec/nut)

setenv  CVS_RSH ssh
setenv  EDITOR  nano
setenv  PAGER   more
setenv  BLOCKSIZE   M
setenv  CLICOLOR
setenv  TERM xterm-color
set prompt = [EMAIL PROTECTED] [%/] [%B%T%b] \n#

if ($?prompt) then
	# An interactive shell -- set some stuff up
	set filec
	set history = 500
	set savehist = 500
	set mail = (/var/mail/$USER)
	if ( $?tcsh ) then
		bindkey ^W backward-delete-word
		bindkey -k up history-search-backward
		bindkey -k down history-search-forward
	endif
endif
 

Thanks much for your help.  So far, I've only done what was needed to 
accomplish
a specific task.  As I learn more, I tend to go back and improve/make right
where possible.

Thanks again,

Bob Perry

--
I've learned that whatever hits the fan will not be evenly
distributed.
FreeBSD 4.9-RELEASE-p2 #0

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


FreeBSD filesystem performance in Enterprise

2004-03-01 Thread Forrest Aldrich
Curious how FreeBSD ffs performs in Enterprise-level environments (ie: 
email stores that send 100's of thousands of messages per  day) versus 
other filesystems like XFS (I heard thre's a port going on for 
FreeBSD..?), ReiserFS, et al.   Is there a FAQ that covers some of this 
and the various tuning issues one might consider (filesystem and 
kernel).   This applies either disk-alone or across a raid array, 
etc.I'm interested in hearing others experiences (good and bad).

Thanks.

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


Re: Mount floppy (Gotta love 'Nix...)

2004-03-01 Thread Teilhard Knight
 Teilhard Knight wrote:

 I would appreciate if someone would told me how to mount my floppy. If
you
 could tell me the exact entries in the fstab file would be great. Thank
you.
 
 Teilhard
 
 
 
 

 You've already received good suggestions,
 and answers, and pointers to the other
 list --- or Google, whatever, IIRC.  And this
 one's *not* for fstab.  Just wanted to mention
 this for its humor ... everybody needs that on
 Monday, right? :-)

 First off, understand that I've been thinking
 about writing a tongue-in-cheek article
 called something like FreeBSD for MSDOS
 users ... mostly for my own entertainment,
 I suppose.

 Anyway, this is likely comfy for ex-DOS people.
 Make sure you've created /floppy, then
 put this in /root/.cshrc or /root/.profile, or
 wherever you keep root's aliases... here's
 my line from /root/.cshrc:

 alias a:   mount_msdosfs /dev/fd0 /floppy  cd /floppy  ls -l

 :-D

Nice suggestion, thanks.

:o)

Teilhard.



30MB  250MB Web based, POP3  IMAP4 e-mail.

Sign up now: http://www.hotpost.co.uk


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


qmail logs

2004-03-01 Thread Brian Henning
Greetings:

I don't think i have logging enabled for qmail. I have looked in the /var/qmail/
diretory, but i don't see any log files. Could someone tell me where to look or
how to turn logging on?

thanks,

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


RE: FreeBSD filesystem performance in Enterprise

2004-03-01 Thread Derrick Ryalls
 Curious how FreeBSD ffs performs in Enterprise-level 
 environments (ie: 
 email stores that send 100's of thousands of messages per  
 day) versus 
 other filesystems like XFS (I heard thre's a port going on for 
 FreeBSD..?), ReiserFS, et al.   Is there a FAQ that covers 
 some of this 
 and the various tuning issues one might consider (filesystem and 
 kernel).   This applies either disk-alone or across a raid array, 
 etc.I'm interested in hearing others experiences (good and bad).
 
 

You are almost starting a holy war  :)

I believe hotmail used to be hosted on FreeBSD until it was bought out by
MS, that should be a decent volume indicator.

I run a very small email list server and it works fine on a p200.  I did see
a noticable jump in speed when I switched the mail service from sendmail to
qmail, so it is also dependant on what you will run.

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


Re: JVM for FreeBsd 5.2

2004-03-01 Thread Angelo Turetta
Just get a fresh copy of the ports tree (normally via cvsup), then build the
port java/jdk14. Beware: the distribution files need to be downloaded
manually, because of license restrictions. Just follow the instructions you
get when you run

   make install

inside /usr/ports/java/jdk14

Angelo Turetta

- Original Message - 
From: Eric Gousset [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, March 01, 2004 10:51 AM
Subject: JVM for FreeBsd 5.2


 Hello,

 since 10 years we developpe application under FreeBsd. (FreeBsd 1.1.x,
 next FreeBsd 2.2.5, next FreeBsd 4.3 and now we work on FreeBsd 5.2.).
 But we have a problem to find JVM for this OS. Diablo-jre-1.3.1.0
 generate a core dump !

 What JVM packages sources and compiler can i download  to make a correct

 JVM.

 Could you help me ?  Thanks !

 --
 Eric GOUSSET
 Directeur technique
 17, rue du Noyer - 35000 RENNES
 Tél : 33 2 99 22 78 22
 Fax : 33 2 99 22 78 23
 [EMAIL PROTECTED]




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


Network File System (Coda, AFS) question.

2004-03-01 Thread Lewis Thompson
Hi,

I'm interested in setting up a distributed file system across two 5.2.1
machines.

  I wanted this to work such that the two machines had /different/ data
but through the use of some software they can be ``mounted'' to provide
a single large volume (almost the same way that the RAID0 works).  First
of all I'm not sure that this is possible -- I'm having a little trouble
understanding some of the Coda terminology.  If somebody could
confirm/refute this I'd be interested.

  Secondly does anybody know which is my best bet (in general --
regardless of network concat support)?  AFS ports seem to be nonexistent
(bar a client) while Coda has a version 6 port (but no documentation
newer than 2000 that I can see).

  If Coda is not able to do what I want -- does anybody know another way
to do this?  Thanks a lot,

-lewiz.

-- 
I was so much older then, I'm younger than that now.  --Bob Dylan, 1964.

-| msn:[EMAIL PROTECTED] | jabber:[EMAIL PROTECTED] | url:www.lewiz.org |-


pgp0.pgp
Description: PGP signature


Re: Unexplained reboots with 4.9

2004-03-01 Thread Michael L. Squires
 I recently brought up an old 700MHz P3 4.9 machine and added a 3ware IDE raid 

I had similar behavior on a 5.x-CURRENT machine which was solved by 
moving the IRQs assigned to
cards around; the BIOS set up the SCSI controller, the AGP card, and
the Ethernet card to share the same IRQ and this wasn't working.

If the machine just locks up (are you running X?  Do you have a serial
console attached so crash info stays around?) then my guess is that
it's basically hardware.

 Any ideas for trying to figure out what is wrong with this machine?  

I know very little about IDE or 3ware, so I won't be of much help
there. My hardware is all Supermicro P6DLH/P6DGH and the disks are
all SCSI. I am running one system under 4.9-STABLE using 8 SCSI
drives in 2 vinum RAID arrays and haven't had a peep out of that
machine for a long time, except for sector failures (drives are
EMC surplus).

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


Sara

2004-03-01 Thread freebsd-admin
Fell free to chat with me I accept all ages. Dont worry I dont 
bitehope to hear from you soon!
password: 56635
attachment: Mary.zip
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


kate

2004-03-01 Thread freebsd-bugs
If I'm online, it problably means I'm pretty boredso feel free to message me and 
say hi or whatever else comes to mind at the moment.
password: 56635
attachment: Lisa.zip
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


qmail patches...

2004-03-01 Thread Ralph M. Los
Hi,
  I have followed the install from freebsd.qmailrocks.org, and everything appears to 
be going OK, I'm almost done with the guy's walk-thru...but I found something of 
interest on the qmail.org website - patches to do smtp-auth so I can have my clients 
be able to 'roam' while being able to send email through my SMTP gateway out.  There 
are a bunch of links there to patches, for SMTP-AUTH...but I have very little idea 
about how to implement them?
  Can someone who's done it before throw me a clue?

Here's what I'd like to get working:
http://students.imsa.edu/~ngroot/qmail-1.03-starttls-smtp-auth.patch
Is there something better?

Help is appreciated in advance,

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


Re: JVM for FreeBsd 5.2

2004-03-01 Thread Matthew Seaman
On Mon, Mar 01, 2004 at 07:52:57PM +0100, Angelo Turetta wrote:
 Just get a fresh copy of the ports tree (normally via cvsup), then build the
 port java/jdk14. Beware: the distribution files need to be downloaded
 manually, because of license restrictions. Just follow the instructions you
 get when you run
 
make install
 
 inside /usr/ports/java/jdk14

The OP might want to hold off on trying to do that for a day or so:
there's some sort of problem at the moment with the www.eyesbeyond.com
site where you have to go to download some vital patches.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


BSD on machines with RAID

2004-03-01 Thread Jagadish N Vajha

   Hi,

   I would like to know if its possible to run Free BSD on IBM machines
   with a RAID controller (SCSI hard drives are used). I have tried
   installing it but the system keeps on freezing continuously during
   setup, the same system works perfectly with other OS's.

   Please let me know if anyone has a solution for this.

   Regards,

   Jagadish
 _

   Skin is in! Bollywood is sizzling. [1]Check out these hot pics!

References

   1. http://g.msn.com/8HMAENIN/2749??PS=
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


  1   2   >