On Thu, 24 Jan 2013 07:20:51 +0100, Oliver Lehmann
wrote:
Hi Ralf,
the idea was to only comment out
BUILD_DEPENDS+=
${LOCALBASE}/lib/oss/include/sys/soundcard.h:${PORTSDIR}/audio/oss
not the whole OSS4 block ;)
But Ma
Should I build it again? IMO it isn't needed, since OSS does
Ralf Mardorf wrote:
On Thu, 24 Jan 2013 07:20:51 +0100, Oliver Lehmann
wrote:
Hi Ralf,
the idea was to only comment out
BUILD_DEPENDS+=
${LOCALBASE}/lib/oss/include/sys/soundcard.h:${PORTSDIR}/audio/oss
not the whole OSS4 block ;)
But Ma
Should I build it again? IMO it isn't
I was surpriesed, when Evolution from Linux had no permissions anymore to
access the mail folder, after
drwxrwx--- rocketmouse wheel was stable for FreeBSD
I wasn't aware, that even between Linux only, the folders for mount points
share the same permissions, once the partition is mounted, si
Hello
Is there anybody runnign 9.0 and newer on HP Proliant DL 360 G3?
I'm not able to install anything newer than 8.3 on any of my Proliant G3
boxes.
Binary upgrade process from 8.3-RELEASE to 9.0-RELEASE after kernel upgrade
hangs at boot at the same place:
(8.3-RELEASE dmesg is at the bottom of
Hi,
On Thu, 24 Jan 2013 11:50:30 +0100
Peter Hunčár wrote:
> usbus0: 12Mbps Full Speed USB v1.0
> ugen0.1: <0x1166> at usbus0
> uhub0: <0x1166 OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on
> usbus0
so, it hangs here?
Should be the probing for the CD drive next?
I would check the setting
Hi, I run this Ruby + Sequel script inside a screen that records data from
this live stream 24/7. But it tends to core dump every once in a while, and
since I run it in a screen (so it's easy to check in on), I can't really
scroll up to catch the error whenever it happens.
So how do I crontab the
On Thu, Jan 24, 2013 at 1:33 PM, Robert Klemme
wrote:
>
> I am not 100% sure what you want to achieve. But it seems to me that
> it would be easier to wrap your Ruby script in something else that
> restarts the script if it crashes. Like
>
> #!/usr/bin/dash
>
> # no cores
> ulimit -c 0
>
> while
Oops, the security update issue isn't solved.
http://lists.freebsd.org/pipermail/freebsd-questions/2013-January/248511.html
# /usr/local/sbin/portaudit -Fda
Database created: Thu Jan 24 15:50:04 CET 2013
Affected package: chromium-24.0.1312.52
Type of problem: chromium -- multiple vulnerabilities
On Thu, 24 Jan 2013 16:17:34 +0100, Ralf Mardorf wrote:
> So I have to # portsnap fetch update?
Yes.
> If so, wouldn't it cause dependency
> issues, if I wouldn't update all ports?
If you use portmaster to deal with updating your installation,
it will take care of the dependencies. However,
Hello,
I would like to record only from mic but I can't remove monitor from
recording :
markand@Melon ~ $ cat /dev/sndstat
FreeBSD Audio Driver (newpcm: 64bit 2009061500/amd64)
Installed devices:
pcm0: (play)
pcm1: (play/rec) default
markand@Melon ~ $ mixer
Mixer vol is currently set to 9
On Thu, 24 Jan 2013 16:38:58 +0100
David Demelier wrote:
> Hello,
>
> I would like to record only from mic but I can't remove monitor from
> recording :
>
> markand@Melon ~ $ cat /dev/sndstat
> FreeBSD Audio Driver (newpcm: 64bit 2009061500/amd64)
> Installed devices:
> pcm0: (play)
> pcm1: (
Is anyone running else running the Squid 3.2 branch on FreeBSD as a
reverse proxy? Specifically using HTTPS and uploading data?
The reason I ask, I have a server Running FreeBSD 9.0-p4 and Squid
3.1.21, all works I tried upgrading to a new server running FreeBSD 9.1
with Squid 3.2.6, thought
At 09:07 AM 1/23/2013, Anton Yuzhaninov wrote:
On Mon, 21 Jan 2013 22:52:17, Derek Ragona wrote:
DR> I have a couple servers that are built using the supermicro
X9SCM-F/X9CL-F
DR> motherboards, and I can't quite get IPMI SOL working right.
DR>
DR> These motherboards have 3 NIC's. One NIC is fo
On 24/01/2013 16:53, Rod Person wrote:
> On Thu, 24 Jan 2013 16:38:58 +0100
> David Demelier wrote:
>
>> Hello,
>>
>> I would like to record only from mic but I can't remove monitor from
>> recording :
>>
>> markand@Melon ~ $ cat /dev/sndstat
>> FreeBSD Audio Driver (newpcm: 64bit 2009061500/amd6
Is there any situation where assigning the same IP address to a new jail
that has already been assigned to a previous jail valid?
I think not, but want verification.
What are your thoughts?
___
freebsd-questions@freebsd.org mailing list
http://lists.f
screen(1) is just going to fill a massive buffer, then eventually core.
You can capture stdout/stderr to a file using script(1) instead. Its
basically the same as:
% nohup ./command 2>&1 | tee -a ~/command.log &
~BAS
On Thu, 24 Jan 2013, Dwayne Henderson wrote:
Hi, I run this Ruby + Seq
24.01.2013 13:27, Dwayne Henderson:
Hi, I run this Ruby + Sequel script inside a screen that records data from
this live stream 24/7. But it tends to core dump every once in a while, and
since I run it in a screen (so it's easy to check in on), I can't really
scroll up to catch the error whenever
I get this message [: 10.0.10.21: bad number on this code
[ "${saved_ip}" -eq "${used_ip}" ] && echo "good match"
Both variables have valid ip addresses in them.
Why does it think the variable content is a number and not text?
What am I doing wrong?
Thanks for your help
_
Use = for string comparison with the [ built-in and -eq for numerical
comparison.
--
Devin
On Jan 24, 2013, at 10:07 AM, Fbsd8 wrote:
> I get this message [: 10.0.10.21: bad number on this code
>
> [ "${saved_ip}" -eq "${used_ip}" ] && echo "good match"
>
> Both variables have valid ip ad
On Thu, Jan 24, 2013 at 1:07 PM, Fbsd8 wrote:
> I get this message [: 10.0.10.21: bad number on this code
>
>[ "${saved_ip}" -eq "${used_ip}" ] && echo "good match"
>
> Both variables have valid ip addresses in them.
> Why does it think the variable content is a number and not text?
> What am
> From owner-freebsd-questi...@freebsd.org Thu Jan 24 12:11:42 2013
> Date: Thu, 24 Jan 2013 13:07:40 -0500
> From: Fbsd8
> To: FreeBSD questions
> Subject: sh script ?
>
> I get this message [: 10.0.10.21: bad number on this code
>
> [ "${saved_ip}" -eq "${used_ip}" ] && echo "good match"
>
Robert Bonomi wrote:
From owner-freebsd-questi...@freebsd.org Thu Jan 24 12:11:42 2013
Date: Thu, 24 Jan 2013 13:07:40 -0500
From: Fbsd8
To: FreeBSD questions
Subject: sh script ?
I get this message [: 10.0.10.21: bad number on this code
[ "${saved_ip}" -eq "${used_ip}" ] && echo "good m
On Thu, 24 Jan 2013 16:16:54 -0500
Fbsd8 wrote:
> Robert Bonomi wrote:
> >> From owner-freebsd-questi...@freebsd.org Thu Jan 24 12:11:42 2013
> >> Date: Thu, 24 Jan 2013 13:07:40 -0500
> >> From: Fbsd8
> >> To: FreeBSD questions
> >> Subject: sh script ?
> >>
> >> I get this message [: 10.0.10
Greg Larkin wrote:
>-BEGIN PGP SIGNED MESSAGE-
>Hash: SHA1
>
>On 1/22/13 8:29 PM, Peter Vereshagin wrote:
>> Hello.
>>
>> I use the 'svn-export this way and expect it will try to update
>> the 'work-tree' next time I run it:
>>
>> $ python3 svn-export-2013.1/svn-export
>> http://svn.gna.
On 1/24/2013 3:26 AM, Ralf Mardorf wrote:
I was surpriesed, when Evolution from Linux had no permissions anymore
to access the mail folder, after
drwxrwx--- rocketmouse wheel was stable for FreeBSD
I wasn't aware, that even between Linux only, the folders for mount
points share the same permiss
Greg Larkin wrote:
>Hi Xyne,
>
>Thanks for turning that around so quickly, and I am doing some testing
>here with the idea to incorporate svn-export into the FreeBSD ports tree.
>
>I've run into a couple of problems that I hope you can take a look at it:
>
>- - Changesets containing directory or f
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 1/24/13 4:54 PM, Xyne wrote:
> Greg Larkin wrote:
>
>> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1
>>
>> On 1/22/13 8:29 PM, Peter Vereshagin wrote:
>>> Hello.
>>>
>>> I use the 'svn-export this way and expect it will try to
>>> update the 'wor
>I get this message [: 10.0.10.21: bad number on this code
>
>[ "${saved_ip}" -eq "${used_ip}" ] && echo "good match"
>
>Both variables have valid ip addresses in them.
>Why does it think the variable content is a number and not text?
>What am I doing wrong?
My guess would be that you didn't r
Hi all, hi Joshua,
On Thu, 2013-01-24 at 16:10 -0600, Joshua Isom wrote:
> find / -uid 1001 -exec chown 1000 '{}' \;
> find / -gid 1001 -exec chown :1000 '{}' \;
I made one mistake, when I run "find / -gid 1001 -exec chown :1000 '{}'
\;" for the fist time, I did it without the ":". Later I run it
Hi,
On Fri, 25 Jan 2013 02:11:27 +0100
Ralf Mardorf wrote:
> Hi all, hi Joshua,
>
> On Thu, 2013-01-24 at 16:10 -0600, Joshua Isom wrote:
> > find / -uid 1001 -exec chown 1000 '{}' \;
> > find / -gid 1001 -exec chown :1000 '{}' \;
>
> I made one mistake, when I run "find / -gid 1001 -exec chow
Carl Johnson writes:
> I recently installed 9.1 on a system and labels don't seem to work as
> I would expect. I can get them to work in /etc/fstab, but only the
> ones referenced there show up in /dev/ufs and /dev/gpt. I have seen
> this in previous versions, and in those cases they sometimes
Thank you Kevin, thank you Erich,
On Thu, 2013-01-24 at 21:10 -0500, kpn...@pobox.com wrote:
> The correct way to edit the password file is with the "vipw"
> command. When you are done with your changes it rewrites the password
> file AND rebuilds the password database.
>
> I'm guessing you have
On Fri, 25 Jan 2013 02:11:27 +0100, Ralf Mardorf wrote:
> Hi all, hi Joshua,
>
> On Thu, 2013-01-24 at 16:10 -0600, Joshua Isom wrote:
> > find / -uid 1001 -exec chown 1000 '{}' \;
> > find / -gid 1001 -exec chown :1000 '{}' \;
>
> I made one mistake, when I run "find / -gid 1001 -exec chown :100
On Fri, 2013-01-25 at 08:03 +0100, Polytropon wrote:
> You should have been reading my advice about changing the
> UID:GID in detail. :-)
I deleted it by accident from the until now _not_ shared mails, IOW I
deleted it from the FreeBSD mails only and missed it, when having a
brief look at the mail
On Fri, 25 Jan 2013 07:51:30 +0100, Ralf Mardorf wrote:
> Thank you Kevin, thank you Erich,
>
> On Thu, 2013-01-24 at 21:10 -0500, kpn...@pobox.com wrote:
> > The correct way to edit the password file is with the "vipw"
> > command. When you are done with your changes it rewrites the password
> >
On Fri, 25 Jan 2013 08:32:55 +0100, Ralf Mardorf wrote:
> On Fri, 2013-01-25 at 08:03 +0100, Polytropon wrote:
> > UIDs and GIDs should match here. All files belonging to rocketmouse
> > should be 1000:1000 _and_ the name "rocketmouse" should be
> > associated to those numerical values (see files m
36 matches
Mail list logo