On Sat, 24 May 2008 17:57:45 +0200
Alan McKinnon <[EMAIL PROTECTED]> wrote:
> On Saturday 24 May 2008, Robin Atwood wrote:
> > But why does "[[:space:]]+" work and "\s+" fail?
>
> Apparently because \s is not a synonym for [[:space:]]
As Robin's already pointed out, \s is part of Perl's regex
On Sat, 24 May 2008 09:43:34 +0200
Dirk Heinrichs <[EMAIL PROTECTED]> wrote:
> > > OK, then for the reference:
> > > https://bugs.gentoo.org/show_bug.cgi?id=223311
> >
> > Thanks much for filing that. I'm trying to resist temptation to
> > spam the bug agreeing with you.
>
> You could use th
On Sonntag, 25. Mai 2008, Stroller wrote:
> On 25 May 2008, at 00:24, Willie Wong wrote:
> > On Sat, May 24, 2008 at 04:49:09PM -0500, Penguin Lover
> >
> > [EMAIL PROTECTED] squawked:
> >> ...
> >> I use Reiserfs with default sizes. In some situations like a large
> >> cache of nntp messages of s
--- On Sun, 5/25/08, Sebastian Magri <[EMAIL PROTECTED]> wrote:
> From: Sebastian Magri <[EMAIL PROTECTED]>
> Subject: Re: [gentoo-user] Setting CFLAGS for a single build
> To: gentoo-user@lists.gentoo.org
> Date: Sunday, May 25, 2008, 1:49 AM
> 2008/5/25 Alan McKinnon <[EMAIL PROTECTED]>:
>
>
On 25 May 2008, at 00:24, Willie Wong wrote:
On Sat, May 24, 2008 at 04:49:09PM -0500, Penguin Lover
[EMAIL PROTECTED] squawked:
...
I use Reiserfs with default sizes. In some situations like a large
cache of nntp messages of several GB. I might wait 5-10 minutes
or more
for du to get th
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Mick wrote:
>
> I don't think that there is. I can see both of your messages in the "Need
> help with a regex" thread.
Somewhat strange is it. On archives.gentoo.org the mentioned mails
aren't, only the second, but on gmane they are. I just looked
On Sat, May 24, 2008 at 04:49:09PM -0500, Penguin Lover [EMAIL PROTECTED]
squawked:
> Is there any way to speed up the du command? I mean short of having
> cron run it on target directories and store results. (not really
> speeding up but at least not having to wait for a result)
>
> I've seen
On Saturday 24 May 2008, Wolf Canis wrote:
> Hello all,
>
> it seems that sometimes mails of mine doesn't
> go to the list. :-(
>
> I had this problem just a couple of hours ago. I
> send a reply to the thread "Need help with a regex"
> but the mail doesn't reach the list. I looked in
> the archive
At Sat, 24 May 2008 16:49:09 -0500 [EMAIL PROTECTED] wrote:
> Is there any way to speed up the du command? I mean short of having
> cron run it on target directories and store results. (not really
> speeding up but at least not having to wait for a result)
>
> I've seen various mention of du bei
Is there any way to speed up the du command? I mean short of having
cron run it on target directories and store results. (not really
speeding up but at least not having to wait for a result)
I've seen various mention of du being slow but don't recall any
mentions of how to speed it up.
I use Re
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Wolf Canis wrote:
| Hello all,
|
| it seems that sometimes mails of mine doesn't
| go to the list. :-(
|
| I had this problem just a couple of hours ago. I
| send a reply to the thread "Need help with a regex"
| but the mail doesn't reach the list. I
Wolf Canis wrote:
Hello all,
it seems that sometimes mails of mine doesn't
go to the list. :-(
I had this problem just a couple of hours ago. I
send a reply to the thread "Need help with a regex"
but the mail doesn't reach the list. I looked in
the archive and it doesn't reach there too. These
On 24 May 2008, at 18:37, Florian Philipp wrote:
On Sat, 24 May 2008 17:15:34 +0100
Stroller <[EMAIL PROTECTED]> wrote:
Hmm, on which features depends the encryption? Would a Windows Media
Player in Wine be able to play it or do I need an operating system
supporting it, maybe in a virtual mach
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello all,
it seems that sometimes mails of mine doesn't
go to the list. :-(
I had this problem just a couple of hours ago. I
send a reply to the thread "Need help with a regex"
but the mail doesn't reach the list. I looked in
the archive and it does
Two problems along the same line.
After doing an "emerge -C cvs ssmtp" and "revdep-rebuild --ignore" it
seems that there are still traces of the two programs around.
1) The cvs I removed because I want to try subversion, but when I do an
"emerge -uDNp world" cvs shows in the list. The /var/l
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Robin Atwood wrote:
>grep -e ^\s+provide\s+\w /etc/init.d
>
> but, as usual, nothing is matched. What am I doing wrong?
You have to use back slashed versions of meta characters. Following
how would do that:
$ grep -e '^[[:space:]]\+provide[[
tried both as module and built-in but wifi button or any other keys
combinations still doesn't working.
thanks anyway
On Sat, May 24, 2008 at 2:19 PM, Florian Philipp <
[EMAIL PROTECTED]> wrote:
> On Sat, 24 May 2008 12:47:35 -0300
> "Claudinei Matos" <[EMAIL PROTECTED]> wrote:
>
> > Hy guys,
>
On Sat, 24 May 2008 17:15:34 +0100
Stroller <[EMAIL PROTECTED]> wrote:
>
> On 24 May 2008, at 10:03, Florian Philipp wrote:
> >> ...
> >> I would avoid bluray until it gets easier to play.
> >
> > Hmm, on which features depends the encryption? Would a Windows Media
> > Player in Wine be able to p
Zhang Weiwu wrote:
> Dear all
>
> I am learning to use join to manage data processing easier. I got two
> data files, they should join on field No. 9.
>
> But such simple join doesn't work. The output of join is 0 bytes. Feel
> surprised I size down both file size to contain only two records. Sti
On Sat, 24 May 2008 12:47:35 -0300
"Claudinei Matos" <[EMAIL PROTECTED]> wrote:
> Hy guys,
>
> I'm giving suspend a try on my Acer Aspire and everything is working
> fine in both s2disk and s2ram,
> except from my wireless card Intel 3945ABG which refuse to work when
> system is resumed.
>
> Aft
On Saturday 24 May 2008, Robin Atwood wrote:
> On Saturday 24 May 2008, Alan McKinnon wrote:
> > On Saturday 24 May 2008, Robin Atwood wrote:
> > > But why does "[[:space:]]+" work and "\s+" fail?
> >
> > Apparently because \s is not a synonym for [[:space:]]
>
> Here for a start:
> http://www.regu
On Saturday 24 May 2008, Alan McKinnon wrote:
> On Saturday 24 May 2008, Robin Atwood wrote:
> > But why does "[[:space:]]+" work and "\s+" fail?
>
> Apparently because \s is not a synonym for [[:space:]]
>
Here for a start:
http://www.regular-expressions.info/charclass.html#shorthand
and also
ht
2008/5/25 Alan McKinnon <[EMAIL PROTECTED]>:
> On Saturday 24 May 2008, Erik Ruotsalainen wrote:
> > On Sat, May 24, 2008 at 10:02:50AM +, dhk wrote:
> > > How can I modify the CFLAGS before emerging a package? I want to
> > > add -g2 to the compile of libxml2 so I can step through their
> >
On 24 May 2008, at 10:03, Florian Philipp wrote:
...
I would avoid bluray until it gets easier to play.
Hmm, on which features depends the encryption? Would a Windows Media
Player in Wine be able to play it or do I need an operating system
supporting it, maybe in a virtual machine? Has anyone
Robin Atwood wrote:
>grep -e ^\s+provide\s+\w /etc/init.d
>
> but, as usual, nothing is matched. What am I doing wrong?
You have to use back slashed versions of metacharacters. Following
how would do that:
$ grep -e '^[[:space:]]\+provide[[:space:]]\+[a-z]\+' /etc/init.d/*
/etc/init.d/sy
On Saturday 24 May 2008, Robin Atwood wrote:
> But why does "[[:space:]]+" work and "\s+" fail?
Apparently because \s is not a synonym for [[:space:]]
I've heard this one before but never got it to work and never seen it in
writing. Do you have a reference for where you read it?
--
Alan McKinn
On Saturday 24 May 2008, Erik Ruotsalainen wrote:
> On Sat, May 24, 2008 at 10:02:50AM +, dhk wrote:
> > How can I modify the CFLAGS before emerging a package? I want to
> > add -g2 to the compile of libxml2 so I can step through their
> > functions. If I add -g2 to CFLAGS in make.conf it wil
On Saturday 24 May 2008, Alan McKinnon wrote:
> "grep -e" is not the same thing as "egrep" or "grep -E", and
> I never managed to get \s to work as a synonym for [[:space:]]
I was wondering about that!
> Plus you need a proper file glob i your file spec
That was a typo in my post.
> Try:
> egre
On Saturday 24 May 2008, Etaoin Shrdlu wrote:
> On Saturday 24 May 2008, 17:22, Robin Atwood wrote:
> > Regexs are not my strong point! I am trying to get a list of service
> > scripts that provide virtual services. Each such script contains a
> > line like:
> >
> > provide dns
> >
> > i.e. the
2008/5/24 Zhang Weiwu <[EMAIL PROTECTED]>:
> Dear all
>
> I am learning to use join to manage data processing easier. I got two
> data files, they should join on field No. 9.
>
> But such simple join doesn't work. The output of join is 0 bytes. Feel
> surprised I size down both file size to contain
Hy guys,
I'm giving suspend a try on my Acer Aspire and everything is working fine in
both s2disk and s2ram,
except from my wireless card Intel 3945ABG which refuse to work when system
is resumed.
After resuming my system I get those lines on dmesg:
iwl3945: Error sending REPLY_RXON: time out af
On Saturday 24 May 2008, Robin Atwood wrote:
> Regexs are not my strong point! I am trying to get a list of service
> scripts that provide virtual services. Each such script contains a
> line like:
>
> provide dns
>
> i.e. the line starts with one or more spaces, followed by the text
> "provi
On Saturday 24 May 2008, Andrey Falko wrote:
> On Sat, May 24, 2008 at 11:32 AM, Andrey Falko <[EMAIL PROTECTED]> wrote:
> > On Sat, May 24, 2008 at 11:22 AM, Robin Atwood
> >
> > <[EMAIL PROTECTED]> wrote:
> >> Regexs are not my strong point! I am trying to get a list of service
> >> scripts that
Dear all
I am learning to use join to manage data processing easier. I got two
data files, they should join on field No. 9.
But such simple join doesn't work. The output of join is 0 bytes. Feel
surprised I size down both file size to contain only two records. Still
fail.
$ join -t $'\t' -j 8 a
On Saturday 24 May 2008, 17:22, Robin Atwood wrote:
> Regexs are not my strong point! I am trying to get a list of service
> scripts that provide virtual services. Each such script contains a
> line like:
>
> provide dns
>
> i.e. the line starts with one or more spaces, followed by the text
On Sat, May 24, 2008 at 11:32 AM, Andrey Falko <[EMAIL PROTECTED]> wrote:
> On Sat, May 24, 2008 at 11:22 AM, Robin Atwood
> <[EMAIL PROTECTED]> wrote:
>> Regexs are not my strong point! I am trying to get a list of service scripts
>> that provide virtual services. Each such script contains a line
On Sat, May 24, 2008 at 11:22 AM, Robin Atwood
<[EMAIL PROTECTED]> wrote:
> Regexs are not my strong point! I am trying to get a list of service scripts
> that provide virtual services. Each such script contains a line like:
>
>provide dns
>
> i.e. the line starts with one or more spaces, f
Etaoin Shrdlu wrote:
> On Saturday 24 May 2008, 12:08, Etaoin Shrdlu wrote:
>
>> If my understanding is correct, then
>>
>> paste -d, file1 file2
>
> If fields are separated by tabs instead of commas, then it's even easier:
>
> paste file1 file2
>
> since "paste" will use as default delimiter.
Regexs are not my strong point! I am trying to get a list of service scripts
that provide virtual services. Each such script contains a line like:
provide dns
i.e. the line starts with one or more spaces, followed by the text "provide",
followed by one or more spaces and a single word.
Yes, it's a way to do it, also you can create a file with the options as
"/etc/portage/env/options" and then simlink to
"/etc/portage/env/category/package"...
This way you will always emerge this package with the settings declared in
the environment dir, it's also usefull so made some optimization
I did the build the non-persistent way and ran my program with the
debugger. When I got to the breakpoint for the the library function it
says "no line number". See the following from gdb.
3271 pobj=xmlXPathEvalExpression(tag, pctx);
(gdb)
Breakpoint 3, 0x2ab4493e4480 in xmlXPathEval
You can use the "/etc/portage/env/category/package" to declare environment
variables for specific packages...
2008/5/25 Erik Ruotsalainen <[EMAIL PROTECTED]>:
> On Sat, May 24, 2008 at 10:02:50AM +, dhk wrote:
> > How can I modify the CFLAGS before emerging a package? I want to add
> > -g2 t
On Sat, May 24, 2008 at 7:02 AM, dhk <[EMAIL PROTECTED]> wrote:
> How can I modify the CFLAGS before emerging a package? I want to add -g2
> to the compile of libxml2 so I can step through their functions. If I add
> -g2 to CFLAGS in make.conf it will do it for all packages which is not what
> I
On Sat, May 24, 2008 at 10:02:50AM +, dhk wrote:
> How can I modify the CFLAGS before emerging a package? I want to add
> -g2 to the compile of libxml2 so I can step through their functions. If
> I add -g2 to CFLAGS in make.conf it will do it for all packages which is
> not what I want.
>
How can I modify the CFLAGS before emerging a package? I want to add
-g2 to the compile of libxml2 so I can step through their functions. If
I add -g2 to CFLAGS in make.conf it will do it for all packages which is
not what I want.
Thanks,
Dave
--
gentoo-user@lists.gentoo.org mailing list
On Saturday 24 May 2008, 12:08, Etaoin Shrdlu wrote:
> If my understanding is correct, then
>
> paste -d, file1 file2
If fields are separated by tabs instead of commas, then it's even easier:
paste file1 file2
since "paste" will use as default delimiter.
--
gentoo-user@lists.gentoo.org mailin
On Saturday 24 May 2008, 06:18, Zhang Weiwu wrote:
> Hi.
>
> I got a datasheet from my colleague in MS Excel format and I intend to
> process that file with my awk/sed knowledge. The problem is: he sent
> me two Excel files each with 2134 records, in fact there should be
> only one excel file with
On Fri, 23 May 2008 16:12:16 -0400 (EDT)
"James" <[EMAIL PROTECTED]> wrote:
> > Hi list!
> >
> > I'm thinking about buying a BlueRay- and HD-DVD-combo reader.
> > Can I use GNU/Linux standard software (mplayer preferred) to watch
> > HD-movies or does its copy protection stop me from using it? If
On Sat, 24 May 2008 07:17:35 +0100, Mick wrote:
> > emerge kde-i18n
>
> Just as was ready to reply "I already have" I found out that I have
> not . . . Ha!
I wonder if it should be a dependency of kdelibs if $LINGUAS is set to
anything but en_US.
--
Neil Bothwick
We've all heard that a mil
Am Samstag, 24. Mai 2008 schrieb »Q«:
> > OK, then for the reference:
> > https://bugs.gentoo.org/show_bug.cgi?id=223311
>
> Thanks much for filing that. I'm trying to resist temptation to spam
> the bug agreeing with you.
You could use the vote function, then.
Bye...
Dirk
signature.
50 matches
Mail list logo