Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
2.6.12-rc3-love1 "Ricer Eunt Domus"
View unanswered posts
View posts from last 24 hours

Goto page 1, 2, 3, 4, 5, 6  Next  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
fallow
Bodhisattva
Bodhisattva


Joined: 08 Jan 2004
Posts: 2208
Location: Poland

PostPosted: Fri May 06, 2005 7:28 am    Post subject: 2.6.12-rc3-love1 "Ricer Eunt Domus" Reply with quote

This is Lovechild's and my release.
currently this is testing version , not official release.
If everythings will be ok , it will be marked as official release.



Love-Sources 2.6.12-rc3-love1 "Ricer Eunt Domus"


patchlist first
Code:

1) base :
realtime-preempt-2.6.12-rc3-V0.7.46-02
   >> Ingo Molnar's Real Time Preemption patchset for Ingosched.
   >> Full RT mode is disabled, also disabled are Soft/Hard IRQs threading.
   >> Default Mode is : "Low Latency Destkop Mode"
   >> so we decided to make Low Latency Destkop Mode as defualt love mode.

2) io schedulers fixes/updates :
def_iosched_select_menu.diff
   >> selectable def.io scheduler from (menu)config
cfq-iosched-update-to-time-sliced-design-export-task_nice.patch
cfq-iosched-update-to-time-sliced-design-fix-fix.patch
cfq-iosched-update-to-time-sliced-design-fix.patch
cfq-iosched-update-to-time-sliced-design-use-bio_data_dir.patch
cfq-iosched-update-to-time-sliced-design.patch
cfq-ioschedc-fix-soft-hang-with-non-fs-requests.patch
   >> timeslices design updates and additional fixes for CFQ.
noop-iosched-kill-on-merge-scan.patch
   >> a small no-op improvement.

3) filesystems improvements/fixes :
ext3-reduce-allocate-with-reservation-lock-latencies-tidy.patch
ext3-reduce-allocate-with-reservation-lock-latencies.patch
ext3-remove-unnecessary-race-then-retry-in-ext3_get_block-leak-fix.patch
ext3-remove-unnecessary-race-then-retry-in-ext3_get_block.patch
   >> ext3 latencies and fixes.
jfs-changes-for-larger-page-size.patch
jfs-dont-allocate-extents-that-overlap-existing-extents.patch
jfs-reduce-number-of-synchronous-transactions.patch
jfs-simplify-creation-of-new-iag.patch
jfs-support-page-sizes-greater-than-4k.patch
jfs-write-journal-sync-points-more-often.patch
   >> up-to-date jfs fixes/improvements.   
reiserfs-journal_init-fix.patch
reiserfs-make-resize-option-auto-get-new-device-size.patch
reiserfs-use-null-instead-of-0.patch
   >> reiserfs fixes.

4) all rest :
nice-and-rt-prio-rlimits.patch
rlimit_as-checking-fix.patch
rlimit_memlock-checking-fix.patch
   >> RT limits and fixes
   >> for using the RT rlimits patch for Linux Audio : http://www.steamballoon.com/wiki/Rlimits
inotify-0.23-rml-2.6.12-rc3-4.patch
   >> successor od dnotify.
vesafb-tng-0.9-rc6-r2-2.6.12-rc1.patch
   >> a tool fro setting and controlling vesafb refresh rate.
mapped_watermark3.diff
   >> swapping improvement from ck.
cddvd-cmdfilter-drop.patch
   >> non-root users cd hack from ck.
fix-agp-code-to-work-again-with-non-pci-agp-bridges.patch
   >> small agp fix.
fix-race-in-__block_prepare_write.patch
fix-race-in-block_write_full_page.patch
   >> race fixes from MM tree.
usbhid-readd-kconfig-r1.patch
   >> configuration of usb mouse polling via (menu)config.
love_new_logo.diff
   >> http://vivid.dat.pl/fallow/pub/love-sources/new-love-logo/love_new.png

and now a FAQ :
FAQ wrote:

-- Love Sources FAQ --

Q: Why RTP and Ingosched are in Love-Sources now ?
A: Ingosched has greatest testing because is tested for all vanilla users.
It is also defulat Linux 2.6 CPU Scheduler and it is pretty fixed now.
Ingosched developing also doesnt sleep, look into MM tree for example.
RTP is a Ingo Molnar extension to providing a kind of Real Time Preemption.
Full RT mode isnt required for overall desktop using .

Q: How to use the RT rlimits patch for Linux Audio ?
A: please follow a nice how-to here -> http://www.steamballoon.com/wiki/Rlimits

Q: So, where did Reiser4 go?
A: Away

Q:Why?
A: A number of reasons, the love sources team strive to bring you the
best desktop experience and Reiser4 can greatly degrades interactivity and
increse cpu usage . It's unlogical to have CPU Scheduler with oriented for reducint
latencies and filesystem with maximal latencies.
It's also operating under several wrong assumptions on things
like page table sizes. Reiser4 also doesn't support architectures
aside x86 nor does it run on the default 4kb stack setting.

Q: So now that love-sources isn't going to support Reiser4 what do I do?
A: Compile one of the great number of Reiser4 enabled kernels, like
Andrew Morton's mm tree, that one is even in portage.

Q: Why are you pulling Reiser4, it's the base of Love-sources?
A: Actually it's not, when love-sources started it was in large part to
research how to allivate the famous music lag bug. A bug that Reiser4
ironically reintroduces.

Q: Okay so I shouldn't use Reiser4, what then?
A: Ext3 with dir_index is a much better/universal filesystem for a desktop in that
it performs nicely and has really good latency. Aside such likable
qualities as stability , it is in developing for "ages" in comparision to Reiser4 ;)

Q: Im an ext3 user , but how can I check or activate dir_index feature ?
A: Please check if You have it in superblock by this line :
1) my_box# tune2fs -l /dev/hdaXY
if You receive line like this one with dir_index :
Filesystem features: has_journal dir_index filetype needs_recovery sparse_super
You have it activated.
if not, please do :
1) tune2fs -O dir_index /dev/hdXY
2a) updatedb
or
2b) e2fsck -D /dev/hdXY

Q: Im a Laptop user, I want to increse my battery life-time, what should I do ?
A: Use JFS as Your filesystem. It has less cpu usage (definitly better than reiserfs/reiser4)
and Your battery lifetime will be incresed even up-to 30% in comparision to reiserfs/reiser4.
In Love-Sources You have up-to-date fixes for it.

Q: OK, Im interested in good interactivity , I can resign from reiser4 for this.
Now Im using other filesystem ( We recommending You ext3+dir_index ).
Which IO Scheduler should I use ?
A: Please try CFQ-TS io scheduler ( default in love-sources ).
This is Completly Fair Queuing IO Scheduler which gives You optimal destkop interactivity
even in heavy filesystem usage.

Q: What about NVIDIA and ATI fixes?
A: In current love there are no any NVIDIA or ATI fixes.
Please use DRIVER side fixes from the net ( many of it here ) .
If You're NVIDIA USER. Many of good fixes are just in GENTOO PORTAGE.
min kernel driver to run this sources is nvidia-kernel-6629-r4

Q: What's with the release name?
A: Watch Monty Python's Life of Brian while love-sources compiles and
you'll understand.

Info/Warning/Support/Bugs wrote:

Please don't report any bugs to gentoo-devs or bugs.gentoo.org.
We are making patchset for x86 . We will be not able to help You with x86_64 ;)


If You want support or jusk ask about something - please join #love-sources on freenode or just
post in the love-sources thread in "Unsupported Software" forum on forums.gentoo.org
check also love-sources.org

notes -> http://vivid.dat.pl/fallow/pub/love-sources/2.6.12-rc3-love1/notes.txt
patch -> http://vivid.dat.pl/fallow/pub/love-sources/2.6.12-rc3-love1/2.6.12-rc3-love1.bz2
ebuild -> http://vivid.dat.pl/fallow/pub/love-sources/2.6.12-rc3-love1/love-sources-2.6.12_rc3-r1.ebuild
all dir -> http://vivid.dat.pl/fallow/pub/index.php?dir=love-sources/2.6.12-rc3-love1/
_________________
"Time is a companion that goes with us on a journey. It reminds us to cherish each moment, because it will never come again. What we leave behind is not as important as how we have lived" J-L. Picard ;)


Last edited by fallow on Wed Jun 01, 2005 9:51 pm; edited 3 times in total
Back to top
View user's profile Send private message
gringo
Advocate
Advocate


Joined: 27 Apr 2003
Posts: 3793

PostPosted: Fri May 06, 2005 9:23 am    Post subject: Reply with quote

looks very nice Fallow !!! will have a look to it this weekend ;)

cheers
_________________
Error: Failing not supported by current locale
Back to top
View user's profile Send private message
k_max
n00b
n00b


Joined: 28 Oct 2004
Posts: 20

PostPosted: Fri May 06, 2005 9:53 am    Post subject: Reply with quote

what about swsusp2? i would like to have it for my laptop
_________________
2.6.12-rc3-love1 / 2.6.12-rc4-nitro1
static custom DSDT
Back to top
View user's profile Send private message
playfool
l33t
l33t


Joined: 01 Jun 2004
Posts: 688
Location: Århus, Denmark

PostPosted: Fri May 06, 2005 9:54 am    Post subject: Reply with quote

good luck man, I for one, enjoy this kernel.
Back to top
View user's profile Send private message
Poe
Bodhisattva
Bodhisattva


Joined: 03 Apr 2004
Posts: 2155
Location: Mysłowice/Lublin, Poland

PostPosted: Fri May 06, 2005 1:24 pm    Post subject: Reply with quote

When I migrate my /usr/portage from r4, then I going to test this kernel.
_________________
Hardware:HP Pavilion DV6875SE[C2DT5550@1.83GHz_3GB-DDR2_320GB-SATA_GF8400GS]
http://popularcoffee.blogspot.com - Popkulturowa Kawa
RLU#342333
Back to top
View user's profile Send private message
fallow
Bodhisattva
Bodhisattva


Joined: 08 Jan 2004
Posts: 2208
Location: Poland

PostPosted: Fri May 06, 2005 1:36 pm    Post subject: Reply with quote

gringo wrote:
looks very nice Fallow !!! will have a look to it this weekend ;)
cheers


thanks gringo , this is idea to make a destkop interactivity better without r4 just :)
a less of unstable patches can improve stability and IMHo this is all which most of us requires for the destkop using :)

k_max wrote:
what about swsusp2? i would like to have it for my laptop

You can patch it Yourself . Swsup2 was kicked out even in my last love-releases.
playfool wrote:
good luck man, I for one, enjoy this kernel.

nice to hear that :)
Poe wrote:
When I migrate my /usr/portage from r4, then I going to test this kernel.

You even dont have to migrate , You can just delete a partition, and emerge sync will regenerate it :)

This is a way what we ( Lovechild and I ) will be happy to put love in.
Of course this release doest mean that Im returned to maintainig love.

I will be pleased to see people reactions for this patchset idea :)

cheers everyone :)
_________________
"Time is a companion that goes with us on a journey. It reminds us to cherish each moment, because it will never come again. What we leave behind is not as important as how we have lived" J-L. Picard ;)
Back to top
View user's profile Send private message
rmh3093
Advocate
Advocate


Joined: 06 Aug 2003
Posts: 2138
Location: Albany, NY

PostPosted: Fri May 06, 2005 2:32 pm    Post subject: Reply with quote

hey fallow, i love the looks of this so far, emergeing it now....

about Suspend2, its fairly close to being merged into -mm I think, I was playing around with a recent version, the swap writer is fobar but its depreciated anyway, the file writer is nice and FAST and as long as u give it its own little partition u cant corrupt any data with it, im not saying put it in now, but keep your eyes on it, i will let u know how any more futher testing I do of it goes

im thining about switching to JFS too cause IO to my HD really does kill battery!!!
_________________
Do not meddle in the affairs of wizards, for they are subtle and quick to anger.
Back to top
View user's profile Send private message
ashtophet
Guru
Guru


Joined: 08 Aug 2004
Posts: 397

PostPosted: Fri May 06, 2005 2:59 pm    Post subject: Reply with quote

Here running smoothly with 14 hrs of uptime...

seems great!


I had same trouble than here https://forums.gentoo.org/viewtopic-p-2292647.html#2292647 Any clue about that?

cheers
Back to top
View user's profile Send private message
vipernicus
Veteran
Veteran


Joined: 17 Jan 2005
Posts: 1462
Location: Your College IT Dept.

PostPosted: Fri May 06, 2005 7:48 pm    Post subject: Curious Reply with quote

Looks interesting, will try it out tonight. Just hope I don't get the same problem I get with any other 2.6.12-rc* kernel, where kswapd won't go idle, it just maxes out my cpu after a few hours of running.
_________________
Viper-Sources Maintainer || nesl247 Projects || vipernicus.org blog
Back to top
View user's profile Send private message
Cagnulein
l33t
l33t


Joined: 18 Sep 2003
Posts: 861
Location: Modena, Italy

PostPosted: Fri May 06, 2005 7:54 pm    Post subject: Reply with quote

acpi patch for toshiba notebooks? i wanna use a 2.6.12* kernel :cry:
Back to top
View user's profile Send private message
Rumil
Tux's lil' helper
Tux's lil' helper


Joined: 08 Dec 2003
Posts: 108
Location: Krakow, Poland

PostPosted: Fri May 06, 2005 9:34 pm    Post subject: Reply with quote

Nice patchset, thanks fallow!
I'm getting pretty good interactivity, but under high IO and processor usage (using cfq-ts, the environment I'm describing is for example compilation of some program + unpacking big archive) music sometimes skips.... It seemed to skip less when I was using nicksched.
Also I'm having some problem with fbsplash - when it's set to silent and I press F2 there is no splash in the background. Haven't checked yet if verbose mode works.
And something that bothers me more - KDE boots slower with your patchset :( It stops for some time at initializing devices.
Back to top
View user's profile Send private message
bosyotech
Tux's lil' helper
Tux's lil' helper


Joined: 29 Jan 2005
Posts: 79
Location: earth

PostPosted: Sat May 07, 2005 3:51 am    Post subject: Reply with quote

halleluijah!, its about time to focus on stability and interactiveness.
Back to top
View user's profile Send private message
allex87
Apprentice
Apprentice


Joined: 02 Aug 2003
Posts: 154
Location: Ontario, Canada

PostPosted: Sat May 07, 2005 5:11 am    Post subject: Reply with quote

Works nice and dandy :)


I'm wondering why there's no fbsplash support in this release? I downloaded the altest patch from spock's site (dev.gentoo.org/~spock/ iirc) and only 1 hunk failed, which I manually applied. It all took me about 10 minutes and it works great :)


Just my two cents...
Alex.
Back to top
View user's profile Send private message
Gherald
Veteran
Veteran


Joined: 23 Aug 2004
Posts: 1399
Location: CLUAConsole

PostPosted: Sat May 07, 2005 5:17 am    Post subject: Reply with quote

I'm wondering about the JFS 30% figure, because that seems exagerated... where can I find more information?
Back to top
View user's profile Send private message
Archangel1
Veteran
Veteran


Joined: 21 Apr 2004
Posts: 1212
Location: Work

PostPosted: Sat May 07, 2005 6:46 am    Post subject: Reply with quote

Gherald wrote:
I'm wondering about the JFS 30% figure, because that seems exagerated... where can I find more information?

Seems a bit unlikely to me... I'll believe it when I see it!
_________________
What are you, stupid?
Back to top
View user's profile Send private message
gimpel
Advocate
Advocate


Joined: 15 Oct 2004
Posts: 2720
Location: Munich, Bavaria

PostPosted: Sat May 07, 2005 7:02 am    Post subject: Reply with quote

wow! /me is surprised :) looks very very interesting, and somehow different, i like that

still running the system on r4 partitions, so need to copy things over to test.

did a little RT preempt based patchset for audio usage, ~1ms @ 16 samples on ext2 fs, yay! windows does ~5ms...i should test low latency desktop mode too, RT mode so far has been pretty stable...

but i really like the idea of fixing up good old ext3 stuff and rely on ingosched, even i'm meanwhile pretty much a fan of staircase11 and soft rt scheduling for desktop usage, audio skipping in bmp appears at a load of 8-10. must take a look how things work with low latency mode

anyways pretty nice work it looks, keep it rocking fallow & lovechild ;)
_________________
http://proaudio.tuxfamily.org/wiki - pro-audio software overlay
Back to top
View user's profile Send private message
playfool
l33t
l33t


Joined: 01 Jun 2004
Posts: 688
Location: Århus, Denmark

PostPosted: Sat May 07, 2005 8:10 am    Post subject: Reply with quote

Archangel1 wrote:
Gherald wrote:
I'm wondering about the JFS 30% figure, because that seems exagerated... where can I find more information?

Seems a bit unlikely to me... I'll believe it when I see it!


it's entirely likely going from something like reiser4, considering the user in question might not be using laptop mode
Back to top
View user's profile Send private message
Gherald
Veteran
Veteran


Joined: 23 Aug 2004
Posts: 1399
Location: CLUAConsole

PostPosted: Sat May 07, 2005 8:26 am    Post subject: Reply with quote

playfool wrote:
Archangel1 wrote:
Gherald wrote:
I'm wondering about the JFS 30% figure, because that seems exagerated... where can I find more information?

Seems a bit unlikely to me... I'll believe it when I see it!

it's entirely likely going from something like reiser4, considering the user in question might not be using laptop mode

The FAQ does not compare "reiser4 and not laptop mode" to "JFS and laptop mode".
It says:
Quote:
Q: Im a Laptop user, I want to increse my battery life-time, what should I do ?
A: Use JFS as Your filesystem. It has less cpu usage (definitly better than reiserfs/reiser4)
and Your battery lifetime will be incresed even up-to 30% in comparision to reiserfs/reiser4.

But it is silly to lump 3 and 4 together like that. So let us assume the FAQ means "switching from reiser4 to JFS can increase your battery life by up to 30%". That still seems very, very exagerated the more I think about it, so I want to see references for this claim.

I do know "reiserfs -> JFS increasing battery life by 30%" is ludicrous. But if there is a measurable difference between them, I want to see references for this as well.


Last edited by Gherald on Sat May 07, 2005 9:00 am; edited 1 time in total
Back to top
View user's profile Send private message
gimpel
Advocate
Advocate


Joined: 15 Oct 2004
Posts: 2720
Location: Munich, Bavaria

PostPosted: Sat May 07, 2005 8:48 am    Post subject: Reply with quote

just realized that ext3 uses over 10% more diskspace compared to reiser4

Quote:
/dev/hda6 8,9G 7,9G 1,1G 89% /usr
cp -dpR /usr/* /backup
/dev/hdb3 9,9G 8,8G 599M 94% /backup
8O

so 1:0 for reiser in this match.
how is that on jfs? anyone had a look at that?
btw, if jfs reduces battery usage up to 30%, logically it should save that power in general, not only on laptops, or am i wrong here? that would over a year spare some euros for power even on desktop systems...
_________________
http://proaudio.tuxfamily.org/wiki - pro-audio software overlay
Back to top
View user's profile Send private message
Gherald
Veteran
Veteran


Joined: 23 Aug 2004
Posts: 1399
Location: CLUAConsole

PostPosted: Sat May 07, 2005 9:08 am    Post subject: Reply with quote

By default ext reserves space for the superuser.. you can change this with tune2fs
Back to top
View user's profile Send private message
Archangel1
Veteran
Veteran


Joined: 21 Apr 2004
Posts: 1212
Location: Work

PostPosted: Sat May 07, 2005 9:39 am    Post subject: Reply with quote

playfool wrote:
it's entirely likely going from something like reiser4, considering the user in question might not be using laptop mode

30% is not likely... I doubt my hdd is using 30% of my battery life full stop. Potentially there's some savings on cpu time too, but I can't believe it's that significant. And it's not like JFS is going to be free...
_________________
What are you, stupid?
Back to top
View user's profile Send private message
playfool
l33t
l33t


Joined: 01 Jun 2004
Posts: 688
Location: Århus, Denmark

PostPosted: Sat May 07, 2005 10:32 am    Post subject: Reply with quote

my point was mostly that Reiser4 spins the harddrive a lot and uses a lot of CPU power, JFS doesn't, it will give you better battery time - fallow stated 30% for one user, I doubt that is the norm given the fact that most laptop users are using laptop mode as well (doubt the user in question did though or 30% is indeed complete insanity)
Back to top
View user's profile Send private message
gimpel
Advocate
Advocate


Joined: 15 Oct 2004
Posts: 2720
Location: Munich, Bavaria

PostPosted: Sat May 07, 2005 2:27 pm    Post subject: Reply with quote

Gherald wrote:
By default ext reserves space for the superuser.. you can change this with tune2fs


aaaaaahh ok, thx! didn't know that.... reiserfs user for about 4 years now :P have a 20 gig data partition on ext3, data.... tune2fs now gave me 2 gigs more :P, was set to 10% reserved space too
*shame*
_________________
http://proaudio.tuxfamily.org/wiki - pro-audio software overlay
Back to top
View user's profile Send private message
fallow
Bodhisattva
Bodhisattva


Joined: 08 Jan 2004
Posts: 2208
Location: Poland

PostPosted: Sat May 07, 2005 7:16 pm    Post subject: Reply with quote

galiza_ceive wrote:
Here running smoothly with 14 hrs of uptime...
seems great!
I had same trouble than here https://forums.gentoo.org/viewtopic-p-2292647.html#2292647 Any clue about that?
cheers


I think IF You really want , I can made a alsa-bk update for this as an additional patch.

Cagnulein wrote:
acpi patch for toshiba notebooks? i wanna use a 2.6.12* kernel :cry:

??? , If You mean that from previous love, its very easy to add it by hand.

Rumil wrote:

Also I'm having some problem with fbsplash - when it's set to silent and I press F2 there is no splash in the background. Haven't checked yet if verbose mode works.
.


There is no FBSPLASH in this release. PLEASE READ THE PATCHLIST first.
bosyotech wrote:
halleluijah!, its about time to focus on stability and interactiveness.

YEAH.We want to put love into this way :)
allex87 wrote:
Works nice and dandy :)
I'm wondering why there's no fbsplash support in this release? I downloaded the altest patch from spock's site (dev.gentoo.org/~spock/ iirc) and only 1 hunk failed, which I manually applied. It all took me about 10 minutes and it works great :)
Just my two cents...
Alex.

In did , its very easy , but we decided that framebuffer console with new love logo is beaty :)
I know that additional patches for this release alo with reiser4 support are in the net also with fbplash.
but we originally of course dont supporting reiser4.

Archangel1 wrote:
Gherald wrote:
I'm wondering about the JFS 30% figure, because that seems exagerated... where can I find more information?

Seems a bit unlikely to me... I'll believe it when I see it!


1) In comparision to reiserfs/reiser4
2) even 30% mean - UP-TO-30% , not always 30%
3) this said me 2 laptop users who condifrmed it from the logs.and one people on the IRC who didnt confirmed it by the logs. BUT maybe I was too fast with this , I dont have any laptop so I can confirm it myself.

WILL BE GREAT IF SOMEBODY CAN DO REAL TEST AGAIN AND WILL BACK WITH THE RESULTS TO BE 100% SURE.

but I will say again this is UP to 30% , not always 30% .and this is in comaprision to reiserfs and reiser4 who are very high cpu usage filesystems ,and JFS is very low cpu usage filesystem.

gimpel wrote:
wow! /me is surprised :) looks very very interesting, and somehow different, i like that

still running the system on r4 partitions, so need to copy things over to test.

did a little RT preempt based patchset for audio usage, ~1ms @ 16 samples on ext2 fs, yay! windows does ~5ms...i should test low latency desktop mode too, RT mode so far has been pretty stable...

but i really like the idea of fixing up good old ext3 stuff and rely on ingosched, even i'm meanwhile pretty much a fan of staircase11 and soft rt scheduling for desktop usage, audio skipping in bmp appears at a load of 8-10. must take a look how things work with low latency mode

anyways pretty nice work it looks, keep it rocking fallow & lovechild ;)


gimpel ,You're always welcome :)
yeah FULL RT isnt good for desktop. that we choosed low latency mode just.

cheers all :)
_________________
"Time is a companion that goes with us on a journey. It reminds us to cherish each moment, because it will never come again. What we leave behind is not as important as how we have lived" J-L. Picard ;)
Back to top
View user's profile Send private message
ashtophet
Guru
Guru


Joined: 08 Aug 2004
Posts: 397

PostPosted: Sat May 07, 2005 8:03 pm    Post subject: Reply with quote

fallow wrote:
I think IF You really want , I can made a alsa-bk update for this as an additional patch.


Well it seems that i'm the only one suffering it... by now... reversing bk patch does its job (i don't have the skills to solve it... just have the ones to hide behind the mountain and avoid the trouble )... I don't wanna waste your precious time with a trouble that (googled a bit), as i said, only seems to happen here. Or not?

Thanks for yr. concern...

cheers
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page 1, 2, 3, 4, 5, 6  Next
Page 1 of 6

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum