Sebastian Holmqvist wrote:
On Sat, 20 Nov 2004 15:44:12 +0100, Sebastian Holmqvist
<[EMAIL PROTECTED]> wrote:
On Sat, 20 Nov 2004 15:38:35 +0100, Stephan Fiebrandt <[EMAIL PROTECTED]> wrote:
Sebastian Holmqvist wrote:
Had some bad experience with my previous one: Promise SATA150 TX2P
At 9:33 AM +0100 11/22/04, Stephan Fiebrandt wrote:
If you just need to expand your Mainboard with a SATA Controller,
all you need is a poor card with a Silicon chip on it (Sil 3112 etc).
I've seen cards starting at 10$. Almost all low-cost cards have this
chip series, meanwhile on 5.3 it should wo
Evan
depends is you like a single point of failure for all your systemsif
you loose the nfs/tftp server you're toast!!!
--
Martin Hepworth
Snr Systems Administrator
Solid State Logic
Tel: +44 (0)1865 842300
Evan Sayer wrote:
Hello-
Is it a good idea to run a mail server or web server diskless
On Mon, 22 Nov 2004 00:05:33 -0500, Ivan Georgiev <[EMAIL PROTECTED]> wrote:
> Just another thing ...
>
> If I remove myself from the group wheel then I CAN ssh to my computer; if I
> put myself back to wheel - then CANNOT ssh to the computer.
>
> How can I ssh and be a member of the wheel group?
Garance A Drosihn wrote:
At 9:33 AM +0100 11/22/04, Stephan Fiebrandt wrote:
If you just need to expand your Mainboard with a SATA Controller,
all you need is a poor card with a Silicon chip on it (Sil 3112 etc).
I've seen cards starting at 10$. Almost all low-cost cards have this
chip series, mean
Lets say I put a job in the background and then exit the shell (csh) and
then open another shell, how do I get that background possess back into
the foreground in the new shell?
Also:
%ll
drwxr-xr-x 2 nbritton nbritton - 512 Nov 22 04:40 test/
-rw-r--r-- 1 nbritton nbritton - 0
On Mon, 22 Nov 2004, Nikolas Britton wrote:
> Lets say I put a job in the background and then exit the shell (csh) and
> then open another shell, how do I get that background possess back into
> the foreground in the new shell?
There's no way basic UNIX way to do that. Maybe you can find somethi
On Mon, 22 Nov 2004 04:49:23 -0600, Nikolas Britton
<[EMAIL PROTECTED]> wrote:
> Lets say I put a job in the background and then exit the shell (csh) and
> then open another shell, how do I get that background possess back into
> the foreground in the new shell?
>
The program you're looking for i
Nikolas
Presumably you've also nohup -ed the background job too:-)
anyway have a look at 'screen' to give you virtual terminals that you
drop out of and back into when you want to.
--
Martin Hepworth
Snr Systems Administrator
Solid State Logic
Tel: +44 (0)1865 842300
Nikolas Britton wrote:
Le
correct me if im wrong, but just because user is a part of WHELL group does
that mean he/she is a root ? or equivlent of root ?
I know lot of things like "su -" may require you to be wheel group but Im
not sure why a user has to be non wheel group in order to log in.
I think using SUDO is better
I set up a postgresql server under FreeBDSD 5.3 stable.
My question: if I modify rc.conf either directly or via sysinstall how
can I make the system be aware of that WITHOUT REBOOTING, in other words,
how can I make FreeBSD execute the modified rc.conf?
Thanks
Vittorio
_
On Mon, 22 Nov 2004 12:18:05 +0100, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> I set up a postgresql server under FreeBDSD 5.3 stable.
>
> My question: if I modify rc.conf either directly or via sysinstall how
> can I make the system be aware of that WITHOUT REBOOTING, in other words,
> how c
* Panagiotis Christias <[EMAIL PROTECTED]> [1116 09:16]:
> On Mon, 22 Nov 2004 00:05:33 -0500, Ivan Georgiev <[EMAIL PROTECTED]> wrote:
> > Just another thing ...
> >
> > If I remove myself from the group wheel then I CAN ssh to my computer; if I
> > put myself back to wheel - then CANNOT ssh to t
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [1118 11:18]:
> I set up a postgresql server under FreeBDSD 5.3 stable.
>
> My question: if I modify rc.conf either directly or via sysinstall how
> can I make the system be aware of that WITHOUT REBOOTING, in other words,
> how can I make FreeBSD execute t
On Mon, Nov 22, 2004 at 12:18:05PM +0100, [EMAIL PROTECTED] wrote:
> I set up a postgresql server under FreeBDSD 5.3 stable.
>
> My question: if I modify rc.conf either directly or via sysinstall how
> can I make the system be aware of that WITHOUT REBOOTING, in other words,
> how can I make Free
On Mon, 22 Nov 2004 11:40:50 +, Dick Davies
<[EMAIL PROTECTED]> wrote:
> * [EMAIL PROTECTED] <[EMAIL PROTECTED]> [1118 11:18]:
> > I set up a postgresql server under FreeBDSD 5.3 stable.
> >
> > My question: if I modify rc.conf either directly or via sysinstall how
> > can I make the system be
On Monday 22 November 2004 06:39 am, Dick Davies wrote:
> * Panagiotis Christias <[EMAIL PROTECTED]> [1116 09:16]:
> > On Mon, 22 Nov 2004 00:05:33 -0500, Ivan Georgiev <[EMAIL PROTECTED]> wrote:
> > > Just another thing ...
> > >
> > > If I remove myself from the group wheel then I CAN ssh to my c
Martin Hepworth wrote:
Nikolas
Presumably you've also nohup -ed the background job too:-)
anyway have a look at 'screen' to give you virtual terminals that you
drop out of and back into when you want to.
--
Martin Hepworth
Snr Systems Administrator
Solid State Logic
Tel: +44 (0)1865 842300
I
On Mon, 22 Nov 2004, David Jenkins wrote:
> On Mon, 22 Nov 2004 11:40:50 +, Dick Davies
>
> <[EMAIL PROTECTED]> wrote:
> > * [EMAIL PROTECTED] <[EMAIL PROTECTED]> [1118 11:18]:
> > > I set up a postgresql server under FreeBDSD 5.3 stable.
> > >
> > > My question: if I modify rc.conf either di
Nikolas
yes screen will do that, detach first before logout, then re-attach when
you want o get back to that session. Also no need to background the job,
as screen will just keep the job running after detach anyway..
--
Martin Hepworth
Snr Systems Administrator
Solid State Logic
Tel: +44 (0)1865
James Hong wrote:
correct me if im wrong, but just because user is a part of WHELL group does
that mean he/she is a root ? or equivlent of root ?
I know lot of things like "su -" may require you to be wheel group but Im
not sure why a user has to be non wheel group in order to log in.
I think using
I recently installed FreeBSD 5.3 on my desktop at work. DHCP was
configured with sysinstall (/etc/rc.conf: ifconfig_fxp0="DHCP"), and
/etc/dhclient.conf is empty. In fact I do have a good network
connection. The problem is that I get the following annoying error
messages about every two to five min
On Mon, Nov 22, 2004 at 07:41:32AM -0500, Ivan Georgiev typed:
> On Monday 22 November 2004 06:39 am, Dick Davies wrote:
> > * Panagiotis Christias <[EMAIL PROTECTED]> [1116 09:16]:
> > > On Mon, 22 Nov 2004 00:05:33 -0500, Ivan Georgiev <[EMAIL PROTECTED]>
> > > wrote:
> > > > Just another thing
Ok. Obviously I am an idiot and missing something here.
All I want to do is use the OpenSSL port and have it OVERWRITE
the base files.
It builds clean.
It passes all the tests.
However when I try to install it, it keeps installing into its OWN
area and not overwriting my base files.
Based on my bes
On Monday 22 November 2004 08:25 am, Ruben de Groot wrote:
> On Mon, Nov 22, 2004 at 07:41:32AM -0500, Ivan Georgiev typed:
> > On Monday 22 November 2004 06:39 am, Dick Davies wrote:
> > > * Panagiotis Christias <[EMAIL PROTECTED]> [1116 09:16]:
> > > > On Mon, 22 Nov 2004 00:05:33 -0500, Ivan Geo
On 2004-11-22 11:32, David Jenkins <[EMAIL PROTECTED]> wrote:
>On Mon, 22 Nov 2004 12:18:05 +0100, [EMAIL PROTECTED]
><[EMAIL PROTECTED]> wrote:
>> I set up a postgresql server under FreeBDSD 5.3 stable.
>> how can I make the system be aware of that WITHOUT REBOOTING, in
>> other words, how can I m
Hi,
I'm running FreeBSD 5.2.1 and observed the following phenomenon:
it seems that the FreeBSD-NTFS-filesystem doesn't show all files that
are in a directory. My mp3 Directory is located on a Win XP
NTFS-Partition.
The directory contains about 1500 files (it has several subdirectories
that conta
On Mon, 22 Nov 2004 08:35:58 -0500, Ivan Georgiev <[EMAIL PROTECTED]> wrote:
> On Monday 22 November 2004 08:25 am, Ruben de Groot wrote:
>
>
> > On Mon, Nov 22, 2004 at 07:41:32AM -0500, Ivan Georgiev typed:
> > > On Monday 22 November 2004 06:39 am, Dick Davies wrote:
> > > > * Panagiotis Chris
On Mon, 22 Nov 2004 07:29:21 -0600, J.D. Bronson <[EMAIL PROTECTED]> wrote:
> Ok. Obviously I am an idiot and missing something here.
>
> All I want to do is use the OpenSSL port and have it OVERWRITE
> the base files.
>
> It builds clean.
> It passes all the tests.
>
> However when I try to ins
Hi, I mistakenly imported a project into my local cvs repository.
I would like to delete the project in the repository and re-import it.
Can I simply delete the directory of the project under the CVSROOT
and re-import the project?
Thanks.
---
Choy Kho Yee
url: http://dotkoyi.infoseek.ne.jp/
blog: h
hi there,
May i want to know how to make a cd_rom installation disk ISO image included
both 4.10 and 5.3 in one disk like the FreeBSD/i386 duplex installation CD-ROM
(about 550MB) disk in http://current.freebsd.org/.
Thanks.
___
[EMAIL PROTECTED] mai
For 5.3:
Is there a sysctl for enabling TCP ECN ?
Google has not been much help :(
--
J.D. Bronson
Aurora Health Care // Information Services // Milwaukee, WI USA
Office: 414.978.8282 // Email: [EMAIL PROTECTED] // Pager: 414.314.8282
___
[EMAIL PROTECT
On Mon, Nov 22, 2004 at 06:49:15AM -0600, Nikolas Britton typed:
> >
> I've play a bit with screen but I don't think it will work for my
> problem so let me restate it. Lets say I wanted to buildworld, build a
> port, cvsup, portupgrade, etc. but forgot to do it before I left for
> school, work,
Hello All,
I'm trying to install some identical servers fully automatically. This means
I would like to boot from a CD, wait some time and then the server should be
fully intalled and configured.
I created a install.cfg, which I can load after booting from the original
FreeBSD CD and load it in s
no if I do WITH_OPENSSL_PORT=yes it doesnt overwite the base,
On Sun, 21 Nov 2004 15:17:44 -0800, Kris Kennaway <[EMAIL PROTECTED]> wrote:
> On Sun, Nov 21, 2004 at 08:39:31PM +, Chris wrote:
>
>
> > How do you get openssl port to overwrite the base files, the following
> > does NOT work.
>
On Mon, 22 Nov 2004 14:59:45 +, Chris <[EMAIL PROTECTED]> wrote:
> no if I do WITH_OPENSSL_PORT=yes it doesnt overwite the base
There's a similar thread on this at the moment.
This *should* hopefully work.
make -DOPENSSL_OVERWRITE_BASE install clean
Hope this helps.
David
_
> May i want to know how to make a cd_rom installation disk ISO image
> included both 4.10 and 5.3 in one disk like the FreeBSD/i386 duplex
> installation CD-ROM (about 550MB) disk in http://current.freebsd.org/.
It's simple: include both distributions in one CD-ROM, and select
which kernel to bo
On 2004-11-22 23:01, Choy Kho Yee <[EMAIL PROTECTED]> wrote:
> Hi, I mistakenly imported a project into my local cvs repository.
> I would like to delete the project in the repository and re-import it.
> Can I simply delete the directory of the project under the CVSROOT
> and re-import the project?
- Original Message -
From: Odhiambo Washington <[EMAIL PROTECTED]>
Date: Monday, November 22, 2004 10:26 am
Subject: Re: Nightly backup using CD-ROM - how do i?
> * Anish Mistry <[EMAIL PROTECTED]> [2004 21:10]: wrote:
> > On Thursday 11 November 2004 11:45 am, you wrote:
> > > * Anish
On 2004/11/23, at 0:13, Giorgos Keramidas wrote:
On 2004-11-22 23:01, Choy Kho Yee <[EMAIL PROTECTED]> wrote:
Hi, I mistakenly imported a project into my local cvs repository.
I would like to delete the project in the repository and re-import it.
Can I simply delete the directory of the project und
On Mon, Nov 22, 2004 at 06:49:15AM -0600, Nikolas Britton wrote:
> I've play a bit with screen but I don't think it will work for my
> problem so let me restate it. Lets say I wanted to buildworld, build a
> port, cvsup, portupgrade, etc. but forgot to do it before I left for
> school, work, or
Hi,
I've got a strange problem wrt. ACPI on one of my boxes under FreeBSD
5.3: The box comes up with ACPI *disabled* by default.
Only by manually selecting the menu option that says "Boot with ACPI
enabled" can I make the box run ACPI which is kinda annoying when
e.g. I remotely reboot the box -
Nope. Same thing happens. This has got to be a common problem because
this does it on both my desktop and laptop after installing ogle.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any
Ruben de Groot wrote:
On Mon, Nov 22, 2004 at 06:49:15AM -0600, Nikolas Britton typed:
I've play a bit with screen but I don't think it will work for my
problem so let me restate it. Lets say I wanted to buildworld, build a
port, cvsup, portupgrade, etc. but forgot to do it before I left for
On Sun, 21 Nov 2004 22:32:10 -0800, Genius Freak <[EMAIL PROTECTED]> wrote:
> On Sun, 21 Nov 2004 17:28:31 -0500, RL <[EMAIL PROTECTED]> wrote:
>
>
> > Anyone?
> >
> > And BTW, I also linked /dec/acd0 to /dev/dvd; still got the same issue.
> >
> >
> >
> >
> > On Sat, 20 Nov 2004 17:49:20 -0500, R
At 09:06 AM 11/22/2004, David Jenkins wrote:
On Mon, 22 Nov 2004 14:59:45 +, Chris <[EMAIL PROTECTED]> wrote:
> no if I do WITH_OPENSSL_PORT=yes it doesnt overwite the base
There's a similar thread on this at the moment.
This *should* hopefully work.
make -DOPENSSL_OVERWRITE_BASE install clean
Hello list,
Had a concern regarding sshd on a freshly built and
cvsuped 5.3 box. Here's whats going on. Whenever I
try to ssh to the system from a Windows client, my
system accepts the FreeBSD SSH key, but then cannot
authenticate.
This is the message received from SecureCRT:
SecureCRT has dis
On Mon, Nov 22, 2004 at 10:17:01AM -0600, Nikolas Britton wrote:
> Ruben de Groot wrote:
>
> >On Mon, Nov 22, 2004 at 06:49:15AM -0600, Nikolas Britton typed:
> >
> >
> >>I've play a bit with screen but I don't think it will work for my
> >>problem so let me restate it. Lets say I wanted to buil
Hello,
I am using postfix with mysql backend to provide mail
delivery services. Is there any mailinglist with support
for mysql stored subscribers addresses, and if is, which one
can you generally recommend to me?
Cheers,
Martin
--
martin hudec
* 421 907 303 393
On Mon, 22 Nov 2004 08:34:06 -0800 (PST), scott renna
<[EMAIL PROTECTED]> wrote:
> Hello list,
>
> Had a concern regarding sshd on a freshly built and
> cvsuped 5.3 box. Here's whats going on. Whenever I
> try to ssh to the system from a Windows client, my
> system accepts the FreeBSD SSH key, b
Hello,
We are looking at putting in a SAN and I would like to know if anyone
has any experience with using FreeBSD on a SAN. From Googling I've found
some (old) references to some hardware working...
Qlogic ISP 2300 PCI FC-AL adapter connected to EMC/Clariion
Qlogic ISP 2200 PCI FC-AL adapter
My
On Mon, Nov 22, 2004 at 10:17:11AM -0600, J.D. Bronson wrote:
> At 09:06 AM 11/22/2004, David Jenkins wrote:
> >On Mon, 22 Nov 2004 14:59:45 +, Chris <[EMAIL PROTECTED]> wrote:
> >> no if I do WITH_OPENSSL_PORT=yes it doesnt overwite the base
> >
> >There's a similar thread on this at the momen
On Nov 21, 2004, at 2:17 PM, Hanspeter Roth wrote:
On Nov 21 at 10:50, Chuck Swiger spoke:
Hanspeter Roth wrote:
I have set an idle timeout for the hard-disk. But when there is no
user activity there are frequent disk accesses.
Yes, this is Unix. Even when there is no user activity, a Unix syste
At 11:10 AM 11/22/2004, you wrote:
> So does -anyone- know the magic we need here? THANKS!
You need to 'make clean' and then rebuild from scratch using the
OPENSSL_OVERWRITE_BASE flags, probably. OPENSSL_OVERWRITE_BASE has
it's principal effect during the configuration phase of the
compilation, no
scott renna wrote:
Hello list,
Had a concern regarding sshd on a freshly built and
cvsuped 5.3 box. Here's whats going on. Whenever I
try to ssh to the system from a Windows client, my
system accepts the FreeBSD SSH key, but then cannot
authenticate.
This is the message received from SecureCRT:
S
On Nov 21, 2004, at 12:47 PM, Evan Sayer wrote:
Is it a good idea to run a mail server or web server diskless? The
reason I want to do this is so that all of our server's files will be
in one place which will make backups more convenient. Basically I am
thinking of running one NFS/TFTP file se
Oh, most cool .. so I wouldn't even be using FreeBSDs serial console, but
doing it at the hardware level? By 'watching POST', would this also give
me remot access to the BIOS itself?
In theory, yes and yes, most definatly!
-Sam
___
[EMAIL PROTECTED]
On 2004-11-23 00:37, Choy Kho Yee <[EMAIL PROTECTED]> wrote:
>On 2004/11/23, at 0:13, Giorgos Keramidas wrote:
>>On 2004-11-22 23:01, Choy Kho Yee <[EMAIL PROTECTED]> wrote:
>>> Hi, I mistakenly imported a project into my local cvs repository.
>>> I would like to delete the project in the repositor
At 11:08 AM +0100 11/22/04, Questions wrote:
Garance A Drosihn wrote:
At 9:33 AM +0100 11/22/04, Stephan Fiebrandt wrote:
If you just need to expand your Mainboard with a SATA Controller,
all you need is a poor card with a Silicon chip on it (Sil 3112 etc).
Unless something happened in the past we
*sigh* I was wrong. This setup will get you to the
Hit [Enter] to boot immediately, or any other key for command prompt.
but getting into the BIOS over the serial connection will most definatly
work.
Sorry about that.
-Sam
- Original Message -
From: "Samuel Clements" <[EMAIL PROTECTED]
Okay - I'm terribly sorry for replying to myself *again* but to answer your
first question of redirection kernel messages to COMB (or 2 or whatever),
the docs say:
20.6.5.2 Using Serial Port Other Than sio0 for the Console
Using a port other than sio0 as the console requires some recompiling. If
At 11:08 AM +0100 11/22/04, Questions wrote:
Garance A Drosihn wrote:
Unless something happened in the past week or so, you can still
have WRITE_DMA problems with the SiL 3112 if you connect a
"fake SATA" drive to it, such as some of the Western Digital
drives. ... These drives seem to work okay o
Answering my own question in case it's relevant to anyone else.
The lynux article quoted below is useless; the missing library is
the result of the library search path not being set up correctly
because the startup script was bypassed when firefox was started
directly. doh.
I managed to get both f
--On Monday, November 22, 2004 12:34:58 PM + David Jenkins
<[EMAIL PROTECTED]> wrote:
I would imagine for convenience - if their reasons are similar to what
mine were.
i.e if you have made several changes to rc.conf then manually
restarting several services via /etc/rc.d or /usr/local/etc/rc.d
On Mon, Nov 22, 2004 at 02:59:45PM +, Chris wrote:
> no if I do WITH_OPENSSL_PORT=yes it doesnt overwite the base,
OK, the port is telling you that you can't install it to overwrite the
base system on 5.3 (because openssl installs into /lib as well and the
port hasn't been updated to do this),
Hi all,
Is it a known problem?
> perl -e 'for $i (0..1){ print $i ; }' > trash
>`cat trash`
Word too long.
^C^C^C
The tcsh halt with this. Either FreeBSD 4.9 or BSDI 4.3.
- Marcelo Souza
___
[EMAIL PROTECTED] mailing list
http:
Hi all,
I have a problem running the backup software Netvault from Bakbone
(http://www.bakbone.com) under FreeBSD 4.10.
We are using Netvault to make backups of two servers and several
workstations in our network. Backups are first staged to disk and later
transferred to an ADIC FastStor 2 (LTO
On Mon, Nov 22, 2004 at 11:14:26AM -0600, J.D. Bronson wrote:
> If I can find out who maintains this port then maybe they could explain?
> I mean how hard can this be (even to document within the Makefile) ?
It certainly isn't hard to find out who maintains this port:
> grep MAINTAINER /usr/port
When first running gnome I get this error window popping up.
Error activating XKB configuration.
Probably internal X server problem.
X server version data:
The X.Org Foundation
6070
If you report this situation as a bug, please include:
- The result of xprop -root | grep XKB
- The result o
On Mon, Nov 22, 2004 at 11:14:26AM -0600, J.D. Bronson wrote:
> shadow# make distclean
> ===> Cleaning for perl-5.8.5
> ===> Cleaning for openssl-0.9.7e_1
> ===> Deleting distfiles for openssl-0.9.7e_1
> shadow# make -DOPENSSL_OVERWRITE_BASE
> #
> # this ports does not support the dynamic root
On stardate Sun, 21 Nov 2004, the wise Marco Beishuizen entered:
On stardate Sun, 21 Nov 2004, the wise Panagiotis Christias entered:
the only hint I could find is from the amr(4) man page:
amr%d: bad slot %d completed
The controller reported completion of a command that the driver did not
issue
At 12:52 PM 11/22/2004, Matthew Seaman wrote:
> If I can find out who maintains this port then maybe they could explain?
> I mean how hard can this be (even to document within the Makefile) ?
OK. You're on a recent 5.x system that has dynamically linked
software in the root partition -- on older F
On Mon, 22 Nov 2004 19:49:36 +0100 (CET), Marco Beishuizen
<[EMAIL PROTECTED]> wrote:
> On stardate Sun, 21 Nov 2004, the wise Marco Beishuizen entered:
>
>
>
> > On stardate Sun, 21 Nov 2004, the wise Panagiotis Christias entered:
> >
> >> the only hint I could find is from the amr(4) man page:
I have a Dell Inspiron 8000 which has a Nvidia GeForce2 Go, I've had
everything working fine under FreeBSD 5.2.1 with XFree86 using the nv
driver for my video card, but now when I updated my system to FreeBSD
5.3 it won't work now that it's using xorg. Using the same driver with
the same configur
Hi,
maybe this is more related to SSH rather than FreeBSD,
but thought I give it a shot here.
SSH-ing to my FreeBSD box from Windows XP seems to have no problem.
But when I tried SSH-ing from another FreeBSD/Linux systems,
the time delay between connecting and the "password:" prompt
is very long.
I
actually this is what i have for Option "XkbRules"
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "250 30"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
On Mon, 22 Nov 2004 11:25
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Monday 22 November 2004 19:43, Antoine Solomon wrote:
> When first running gnome I get this error window popping up.
>
> Error activating XKB configuration.
> Probably internal X server problem.
>
> X server version data:
> The X.Org Foundation
> 60
[EMAIL PROTECTED] wrote:
Hi all,
Is it a known problem?
perl -e 'for $i (0..1){ print $i ; }' > trash
`cat trash`
Word too long.
^C^C^C
The tcsh halt with this. Either FreeBSD 4.9 or BSDI 4.3.
- Marcelo Souza
Hmm, doesn't happen here on 5.3. How much RAM on
your box?
K
Antoine,
You need to comment out the following in /etc/X11/XF86Config:
Option "XkbRules" "xfree86"
See /usr/ports/UPDATING
jw
--On Monday, November 22, 2004 13:43:18 -0500 Antoine Solomon <[EMAIL
PROTECTED]> wrote:
> When first running gnome I get this error window popping up.
>
> Erro
On Nov 22, 2004, at 1:58 PM, J.D. Bronson wrote:
thanks for helping me out.
I wanted to update the base version as this is a NEWER version that
contains bug fixes and maybe some security fixes - But I am not
sure.
FreeBSD follows software like OpenSSL, BIND, Sendmail, and so forth
closely.
Sec
+++ cape canaveral [freebsd] [22-11-04 03:07 -0800]:
| Depends on your shell, or version of cd I suppose.
|
| bash-3.00$ ls -la | grep test
| drwxr-xr-x 2 aaron wheel 512 Nov 22 05:15 test
| -rw-r--r-- 1 aaron wheel22 Nov 22 05:22 test1
| bash-3.00$ cd t*
| bash-3.00$ pwd
| /usr/home/a
+++ Ivan Georgiev [freebsd] [22-11-04 07:41 -0500]:
| On Monday 22 November 2004 06:39 am, Dick Davies wrote:
| > * Panagiotis Christias <[EMAIL PROTECTED]> [1116 09:16]:
| > > On Mon, 22 Nov 2004 00:05:33 -0500, Ivan Georgiev <[EMAIL PROTECTED]>
wrote:
| > > > Just another thing ...
| > > >
| > >
+++ Martin Hudec [freebsd] [22-11-04 17:49 +0100]:
| Hello,
|
| I am using postfix with mysql backend to provide mail
| delivery services. Is there any mailinglist with support
| for mysql stored subscribers addresses, and if is, which one
| can you generally recommend to me?
http://www.goo
Hi! I am looking for a solution to this problem: I
want to make a tcp tunneling. The ssh tunneling
doesn`t satisies me because I don`t want to tunnel a
specific service, I want to tunnel everything. For
example: I would like my host to route everything
through a tcp tunnel. I would like to see what
I've been trying to find some documentation on setting up Postfix to use
PostgreSQL on FreeBSD. There seems to be a lot of documentation on doing
it with mySQL, but I can't seem to find anything using PostgreSQL. Does
anyone here have any documentation, suggestions, or pointers to web
sites? I'
Hi,
I am at the moment unsure about the localhost entries in my /etc/hosts. From
/usr/src/etc/hosts I have found this one:
# Host Database
#
# This file should contain the addresses and aliases for local hosts that
# share this file. Replace 'my.domain' below with the domainname of your
# machi
Hi
I am trying to install Fbsd 5.3 on a Toshiba laptop. I download the Iso
images (disc 1; disc 2)
When I boot from the disc1 every time
Freeze at ::
pci0: on pcib0
I tryed boot with the option to disable ACPI.
But it still freeze.
Any Idea what am I doing wrong?
Laszlo
(I did have Fbsd 4.10 on
On Mon, Nov 22, 2004 at 04:31:58PM -0200, [EMAIL PROTECTED] wrote:
> Hi all,
>
> Is it a known problem?
>
> > perl -e 'for $i (0..1){ print $i ; }' > trash
> >`cat trash`
> Word too long.
> ^C^C^C
>
>
> The tcsh halt with this. Either FreeBSD 4.9 or BSDI 4.3.
You should rep
Hi,
I am at the moment unsure about the localhost entries in my /etc/hosts. From
/usr/src/etc/hosts I have found this one:
# Host Database
#
# This file should contain the addresses and aliases for local hosts that
# share this file. Replace 'my.domain' below with the domainname of your
# machi
Kevin,
Both machines have 1GB.
It only happened with tsch. With sh it's OK.
On Mon, 22 Nov 2004, Kevin D. Kinsey, DaleCo, S.P. wrote:
|[EMAIL PROTECTED] wrote:
|
|>Hi all,
|>
|>Is it a known problem?
|>
|>
|>
|>>perl -e 'for $i (0..1){ print $i ; }' > trash
|>>`cat tr
please igmore
--
... don't touch the bang bang fruit
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
+++ Giuliano Cardozo Medalha [freebsd] [22-11-04 03:02 -0200]:
| Hi,
|
| I am trying to config my xorg with the command: "xorgconfig" ... without
| success.
|
| When I run the command it start some questions, but it stops when
| referred to keyboard:
|
| xkb rule file /usr/X11R6/lib/x11/xkb/ru
"Kevin D. Kinsey, DaleCo, S.P." <[EMAIL PROTECTED]> writes:
> [EMAIL PROTECTED] wrote:
>
> >Hi all,
> >
> >Is it a known problem?
> >
> >
> >>perl -e 'for $i (0..1){ print $i ; }' > trash
> >>`cat trash`
> >>
> >Word too long.
> >^C^C^C
> >
> >
> >The tcsh halt with this. Eith
On Mon, Nov 22, 2004 at 12:11:32PM -0800, Andrei Iarus wrote:
> Hi! I am looking for a solution to this problem: I
> want to make a tcp tunneling. The ssh tunneling
> doesn`t satisies me because I don`t want to tunnel a
> specific service, I want to tunnel everything. For
> example: I would like my
Hello,
Just info for user's of securecrt who are trying to connect to a 5.3
box. Firstly, PasswordAuthentication is the setting you have to change in
sshd_config to continue to use passwords. I don't know what
ChalengeResponseAuthentication does, but it adds several password login
prompts so i
* Oliver Fuchs <[EMAIL PROTECTED]> [1107 21:07]:
> # Host Database
> #
> # This file should contain the addresses and aliases for local hosts that
> # share this file. Replace 'my.domain' below with the domainname of your
> # machine.
> #
> #
> ::1 localhost localhost.my.domain
On Tue, Nov 23, 2004 at 03:28:52AM +0800, I Nyoman Suka Ada wrote:
> Hi,
> maybe this is more related to SSH rather than FreeBSD,
> but thought I give it a shot here.
>
> SSH-ing to my FreeBSD box from Windows XP seems to have no problem.
> But when I tried SSH-ing from another FreeBSD/Linux syste
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of I Nyoman Suka Ada
> Sent: Tuesday, November 23, 2004 0:59
> To: [EMAIL PROTECTED]
> Subject: slow SSH access from another FreeBSD, but not from WinXP
>
> SSH-ing to my FreeBSD box fro
On Monday 22 November 2004 08:42 am, cape canaveral wrote:
> On Mon, 22 Nov 2004 08:35:58 -0500, Ivan Georgiev <[EMAIL PROTECTED]> wrote:
> > On Monday 22 November 2004 08:25 am, Ruben de Groot wrote:
> > > On Mon, Nov 22, 2004 at 07:41:32AM -0500, Ivan Georgiev typed:
> > > > On Monday 22 November
Hello.
Got a couple of server with vinum mirrored volumes. From time to time a
disk or the other tends to get out of sync and is labeled as stale.
If I miss the thing in the logs it might stay so for months...
The ideal solution would be to write a script to include vinum status in
the daily repo
1 - 100 of 160 matches
Mail list logo