Thanks for the reply
If tried that as well and it didn't help
On Thu, May 8, 2008 00:24, Ansar Mohammed wrote:
> Yes I had similar issues
>
>
> Try
> scrub on ng0 all reassemble tcp scrub on ng1 all reassemble tcp
>
>
>
>> -Original Message-
>> From: [EMAIL PROTECTED] [mailto:owner-free
The device shows up with a label, and appears as /dev/cd0 (in dmesg).
# mount /dev/cd0 /cdrom
...fails, with a:
mount: /dev/cd0 : Invalid Argument
mount_cd9660
I have nothing else in /dev that would indicate any new device was attached.
I know for fact the .iso is burned correctly, becaus
Hi list,
i have a new FreeBSD 7.0 installation with a HighPoint RocketRAID 2310
with 4 Disks.
is there a way to check the raidstatus for the raid and/or is there a
way to let smartmontools check the disks?
thanks
Thomas
___
freebsd-questions@freeb
Hi
I have noticed in FreeBSD, the group of the newly
created files and directories are assumed by default
of the group of the parent directory!
Eg. cd /tmp
touch testfile.txt
-rw-r--r-- 1 unga wheel 0 May 8 15:39
testfile.txt
If you do the same in Linux, it would be:
-rw-r--r--
On Thursday 08 May 2008 05:50:59 Steve Bertrand wrote:
> >>ssh stream tcp nowait/20/4/10 root /usr/sbin/sshd sshd -i
> >>
> >> into /etc/inetd.conf set a limit of
> >>
> >> * 20 overall ssh connections
> >> * 4 connection attempts per minute
> >> * at most 10 connections from a single IP
>
Unga wrote:
> Hi
>
> I have noticed in FreeBSD, the group of the newly
> created files and directories are assumed by default
> of the group of the parent directory!
Yes, this is the difference between SYSV and BSD systems - each variant
has its own arguments in favour so this behaviour is not li
On Thursday 08 May 2008 10:48:29 Unga wrote:
> That is, in Linux, the group will the user's primary
> group, but in FreeBSD, it is the the group of the
> parent directory!
Yes, it's been that way in any BSD for as long as I know.
--
Mel
Problem with today's modular software: they start with th
Hi,
On May 7, 2008, at 01:11 , Gilles wrote:
Hello
I'm a bit tired of people trying to break into SSH:
May 6 16:59:23 freebsd sshd[24649]: Invalid user agatha from
195.43.9.246
May 6 16:59:26 freebsd sshd[24651]: Invalid user cristie from
195.43.9.246
May 6 16:59:29 freebsd sshd[24653]: In
Hi FreeBSD users
How to do unattended ports upgrade? I am using FreeBSD 7.0 and
portmanager ask me strange questions[0] (about compile-time options)
cheers
Simon
[0] http://img384.imageshack.us/img384/8657/portmanageruloptionsaw9.png
--
XMPP: [EMAIL PROTECTED]
__
On Thu, 8 May 2008 13:10:23 +0200
"Simon Jolle" <[EMAIL PROTECTED]> wrote:
> Hi FreeBSD users
>
> How to do unattended ports upgrade? I am using FreeBSD 7.0 and
> portmanager ask me strange questions[0] (about compile-time options)
It's not actually portmanager, it's the ports-system itself. Thi
On Thu, May 8, 2008 at 2:10 PM, Simon Jolle <[EMAIL PROTECTED]> wrote:
> Hi FreeBSD users
>
> How to do unattended ports upgrade? I am using FreeBSD 7.0 and
> portmanager ask me strange questions[0] (about compile-time options)
Unattended?
Even on Windows, I doubt they do that:-)
--
Best rega
On Thu Feb 7 19:00:11 UTC 2008, Rek Jed rekjed at gmail.com wrote:
Subject was: pxeboot, TFTP only, NFS MOUNT RPC error: 60, timeout
Hey,
I've been building FreeBSD jumpstart infrastructure and it mostly
works. I'm using tftp to boot off the network in to scripted
sysinstall. I compiled the
On Thu, May 8, 2008 at 1:53 PM, RW <[EMAIL PROTECTED]> wrote:
>> How to do unattended ports upgrade? I am using FreeBSD 7.0 and
>> portmanager ask me strange questions[0] (about compile-time options)
>
> It's not actually portmanager, it's the ports-system itself. This
> question comes-up regularly
I copied /root/.nsmbrc to /etc/nsmb.conf with security at 600, and it
doesn't work. With security at 777 it still doesn't work.
Any more suggestions?
Many thanks,
Steve :)
Dominic Fandrey wrote:
Stephen Allen wrote:
I am trying to mount an SMB share at startup. I have configured (as
root)
** At 07:33 +0200 on 05/08/2008, Peter Boosten wrote:
Vince Sabio wrote:
Note if you choose to do this: scp'ing files becomes a four-step
process (i.e., scp file(s) to intermediate server, log in to
intermediate server, scp to destination server, delete file(s) from
intermediate server). Stil
--- Ivan Voras <[EMAIL PROTECTED]> wrote:
> Unga wrote:
> > Hi
> >
> > I have noticed in FreeBSD, the group of the newly
> > created files and directories are assumed by
> default
> > of the group of the parent directory!
>
> Yes, this is the difference between SYSV and BSD
> systems - each vari
On Thursday 08 May 2008 15:16:46 Unga wrote:
> Thanks for replies. Btw, where is the open(2) syscall
> is implemented in FreeBSD, just curious?
/usr/src/sys/kern/vfs_syscalls.c
--
Mel
Problem with today's modular software: they start with the modules
and never get to the software part.
___
Vince Sabio wrote:
** At 07:33 +0200 on 05/08/2008, Peter Boosten wrote:
Vince Sabio wrote:
Note if you choose to do this: scp'ing files becomes a four-step
process (i.e., scp file(s) to intermediate server, log in to
intermediate server, scp to destination server, delete file(s) from
interm
On May 8, 2008, Mel wrote:
> because:
> for FILE in */*.[ch]; do scp ${FILE} host:/backup; done
> is quicker to write then setup tunnels.
How about "scp */*.[ch] host:/backup"?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mai
On May 8, 2008, Norbert Papke wrote:
> On May 8, 2008, Mel wrote:
> > because:
> > for FILE in */*.[ch]; do scp ${FILE} host:/backup; done
> > is quicker to write then setup tunnels.
>
> How about "scp */*.[ch] host:/backup"?
To answer my own silly question, the above doesn't preserve paths. Anyw
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Christer Hermansson wrote:
> Chuck Robey wrote:
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
>> I was wondering if anyone here knew the answer, I have built seamonkey
>> with
>> ports, but everytime I start it up, two windows pop up (the brow
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I am trying to get a problem with my linuxulator working, where all of my items
that came from the linux-blackdown port give an error about a missing
libdl.so.2. I tried using the Linux ldd, no output at all to see if there are
missing libs (that's wi
Thanks for all suggestions. Will try to figure out which one will work best.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Let me know if I should take this to the ports mailing list instead of
the questions mailing list.
This is my problem:
# portupgrade neon-0.26.4
** Port directory not found: www/neon2
** Listing the failed packages (-:ignored / *:skipped / !:failed)
- www/neon2 (port directory error
On Thu, 8 May 2008 14:25:43 -0600
Chad Perrin <[EMAIL PROTECTED]> wrote:
> Let me know if I should take this to the ports mailing list instead of
> the questions mailing list.
>
> This is my problem:
>
> # portupgrade neon-0.26.4
> ** Port directory not found: www/neon2
> ** Listing the fa
On Thu, May 08, 2008 at 10:52:15PM +0200, Lars Kristiansen wrote:
> Chad Perrin skrev:
> >Let me know if I should take this to the ports mailing list instead of
> >the questions mailing list.
> >
> >This is my problem:
> >
> > # portupgrade neon-0.26.4
> > ** Port directory not found: www/neon2
>
Chad Perrin skrev:
Let me know if I should take this to the ports mailing list instead of
the questions mailing list.
This is my problem:
# portupgrade neon-0.26.4
** Port directory not found: www/neon2
** Listing the failed packages (-:ignored / *:skipped / !:failed)
- www/neon2
On Thursday 08 May 2008 15:25:43 Chad Perrin wrote:
> Let me know if I should take this to the ports mailing list instead of
> the questions mailing list.
>
> This is my problem:
>
> # portupgrade neon-0.26.4
> ** Port directory not found: www/neon2
> ** Listing the failed packages (-:ignored
On Thu, 8 May 2008 15:02:47 -0600
Chad Perrin <[EMAIL PROTECTED]> wrote:
> On Thu, May 08, 2008 at 10:52:15PM +0200, Lars Kristiansen wrote:
> >
> > portupgrade -f -o www/neon26 neon
> >
> > seemed to work for me
>
> Isn't this the sort of information that should be
> in /usr/ports/UPDATING? I
In the last episode (May 08), Chad Perrin said:
> On Thu, May 08, 2008 at 10:52:15PM +0200, Lars Kristiansen wrote:
> > Chad Perrin skrev:
> > >Let me know if I should take this to the ports mailing list instead of
> > >the questions mailing list.
> > >
> > >This is my problem:
> > >
> > > # portu
Dan Nelson skrev:
In the last episode (May 08), Chad Perrin said:
On Thu, May 08, 2008 at 10:52:15PM +0200, Lars Kristiansen wrote:
Chad Perrin skrev:
Let me know if I should take this to the ports mailing list instead of
the questions mailing list.
This is my problem:
# portupgrade neon-0.
On Thu, May 08, 2008 at 07:33:13AM +0200, Peter Boosten wrote:
> Vince Sabio wrote:
>>
>> Note if you choose to do this: scp'ing files becomes a four-step process
>> (i.e., scp file(s) to intermediate server, log in to intermediate server,
>> scp to destination server, delete file(s) from interm
On Thu, May 08, 2008 at 11:00:12PM +0100, RW wrote:
> On Thu, 8 May 2008 15:02:47 -0600
> Chad Perrin <[EMAIL PROTECTED]> wrote:
>
> > On Thu, May 08, 2008 at 10:52:15PM +0200, Lars Kristiansen wrote:
>
> > >
> > > portupgrade -f -o www/neon26 neon
> > >
> > > seemed to work for me
> >
> > Isn
On Thu, May 08, 2008 at 05:07:47PM -0500, Dan Nelson wrote:
> In the last episode (May 08), Chad Perrin said:
> > On Thu, May 08, 2008 at 10:52:15PM +0200, Lars Kristiansen wrote:
> > > Chad Perrin skrev:
> > > >Let me know if I should take this to the ports mailing list instead of
> > > >the quest
Hello,
did anyone experience any problems trying to install mod_authnz_ldap
with Apache 2.2.8 on FreeBSD 6.3?
I ran into the following trouble:
mod_authnz_ldap.c:41:2: #error mod_authnz_ldap requires APR-util to
have LDAP support built in. To fix add --with-ldap to ./configure
which caused "Stop
Valeriu Mutu wrote:
On Thu, May 08, 2008 at 07:33:13AM +0200, Peter Boosten wrote:
Vince Sabio wrote:
Note if you choose to do this: scp'ing files becomes a four-step process
(i.e., scp file(s) to intermediate server, log in to intermediate server,
scp to destination server, delete file(s) f
Howdy. I purchased a 1U 10 inch deep server machine a few months ago:
http://www.abmx.com/1u-10inch-deep-supermicro-mini-server-p-366.html?osCsid=80f3951929d5a7ae27a51733627ee18a
The CPU is a Xeon 3xxx dual core 2.4 GHz. The machine has no case fans, by
design.
It's sitting in a well-ventilated
> ...I saw that the CPU core temp(s) hit 70 degrees Celsius during a compile of
> GCC. Is this too hot? ..
Maybe, maybe not. Every chip has a different operational range. This
information should be available from the chip manufacturer's website,
if you can find it. Additionally, this page (URL)
On Fri, May 9, 2008 at 4:55 AM, Nerius Landys <[EMAIL PROTECTED]> wrote:
> Howdy. I purchased a 1U 10 inch deep server machine a few months ago:
>
> http://www.abmx.com/1u-10inch-deep-supermicro-mini-server-p-366.html?osCsid=80f3951929d5a7ae27a51733627ee18a
>
> The CPU is a Xeon 3xxx dual core 2.
On Thu, May 8, 2008 at 10:55 PM, Nerius Landys <[EMAIL PROTECTED]> wrote:
> Howdy. I purchased a 1U 10 inch deep server machine a few months ago:
> http://www.abmx.com/1u-10inch-deep-supermicro-mini-server-p-366.html?osCsid=80f3951929d5a7ae27a51733627ee18a
>
> The CPU is a Xeon 3xxx dual core 2.4
40 matches
Mail list logo