Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Unsupported Software
  • Search

Old posts from the morph-sources thread

This forum covers all Gentoo-related software not officially supported by Gentoo. Ebuilds/software posted here might harm the health and stability of your system(s), and are not supported by Gentoo developers. Bugs/errors caused by ebuilds from overlays.gentoo.org are covered by this forum, too.
Locked
Advanced search
757 posts
  • Page 3 of 31
    • Jump to page:
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 31
  • Next
Author
Message
yardbird
l33t
l33t
User avatar
Posts: 689
Joined: Sat Apr 20, 2002 7:02 pm
Location: nl.leiden

Post by yardbird » Wed Dec 29, 2004 7:38 pm

Taily wrote:Yay, i got Win4Lin working in morph5 =)!
That's great :D Some win4lin experimental patches have appeared and the softwaresuspend folks are probably going to integrate them in the next releases. I'll integrate their work into -morph as soon as it comes out.
Robin79 wrote:Edit. the network driver works... edit
Good :D I won't integrate it into morph for the moment though, I think it's better to wait for an official update.
Robin79 wrote:Why dosent the azx driver show up in the kernel?? I have to emerge the alsa-drivers damm :/ and the sound sucks
This happens because the alsa-patch I used is from november, and it seems like it does not include the azx driver (which is indeed in the alsa-driver-1.0.7 package). I'm investigating a way to integrate latest alsa drivers into morph, but don't know if this can be done easily. That's because in kernel 2.6.9 a lot of suspend/resume pci code changed, affecting heavily the sound drivers. That's also the source of the problems that some people are having with nitro and alsa.
JBerro wrote:I just tried to compile an smp kernel using the morph5 for the x86_64 plateform.
I got the following error during the compilation.

CC arch/x86_64/lib/usercopy.o
AR arch/x86_64/lib/lib.a
GEN .version
CHK include/linux/compile.h
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.o
LD .tmp_vmlinux1
kernel/built-in.o(.text+0x21166): In function `smp_suspend':
: undefined reference to `__smp_suspend_lowlevel'
make: *** [.tmp_vmlinux1] Error 1

I started from scratch using make mkproper.
Any idea on what went wrong ?
I'm investigating this. I'll report back when I've found a solution. Thanks for the info :)
Albert Einstein wrote:I consider it [...] urgently necessary for [...] workers to get together, both to protect their own economic status and [...] to secure their influence in the political field.
http://www.bluescarni.info
Top
yardbird
l33t
l33t
User avatar
Posts: 689
Joined: Sat Apr 20, 2002 7:02 pm
Location: nl.leiden

Post by yardbird » Thu Dec 30, 2004 12:49 am

JBerro wrote:I got the following error during the compilation.

CC arch/x86_64/lib/usercopy.o
AR arch/x86_64/lib/lib.a
GEN .version
CHK include/linux/compile.h
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.o
LD .tmp_vmlinux1
kernel/built-in.o(.text+0x21166): In function `smp_suspend':
: undefined reference to `__smp_suspend_lowlevel'
make: *** [.tmp_vmlinux1] Error 1
Mmhhh... would you please save and take a look at the output of kernel compilation? I need to understand in which file the function `__smp_suspend_lowlevel' appears. You should see something like "Warning: implicit declaration of function `smp_suspend'". I suspect it is in kernel/power/process.c, can you confirm this? What compiler are you using?
Albert Einstein wrote:I consider it [...] urgently necessary for [...] workers to get together, both to protect their own economic status and [...] to secure their influence in the political field.
http://www.bluescarni.info
Top
TheNull
n00b
n00b
Posts: 37
Joined: Tue Aug 10, 2004 11:04 pm

Post by TheNull » Thu Dec 30, 2004 2:03 am

Hi,
is the lowmem patch applied in morph?

I just installed 2.6.10-rc1-morph5 and torsmo is still showing my maximum memory as 884M.

Or is there something special I have to do to activate the patch?
Top
yardbird
l33t
l33t
User avatar
Posts: 689
Joined: Sat Apr 20, 2002 7:02 pm
Location: nl.leiden

Post by yardbird » Thu Dec 30, 2004 2:08 am

TheNull wrote:Hi,
is the lowmem patch applied in morph?

I just installed 2.6.10-rc1-morph5 and torsmo is still showing my maximum memory as 884M.

Or is there something special I have to do to activate the patch?
It is in ck, so it is also in morph. You just have to enable it in Processor type and features --> 1GB Low memory support.

Cheers!
Albert Einstein wrote:I consider it [...] urgently necessary for [...] workers to get together, both to protect their own economic status and [...] to secure their influence in the political field.
http://www.bluescarni.info
Top
TheNull
n00b
n00b
Posts: 37
Joined: Tue Aug 10, 2004 11:04 pm

Post by TheNull » Thu Dec 30, 2004 2:11 am

Thanks very much =)
Need programming help?
Visit CODEnet.
Top
seringen
Apprentice
Apprentice
Posts: 163
Joined: Sun Aug 03, 2003 7:53 am
Location: berkeley, california

Post by seringen » Thu Dec 30, 2004 2:20 am

TheNull wrote:Hi,
is the lowmem patch applied in morph?

I just installed 2.6.10-rc1-morph5 and torsmo is still showing my maximum memory as 884M.

Or is there something special I have to do to activate the patch?
yeah, you have to make sure lowmem is turned on. I don't have the luxury of having a gig of ram, but it should work.

BTW it's CONFIG_1LOWMEM in your kernel config
Top
rommel
Veteran
Veteran
User avatar
Posts: 1145
Joined: Fri Apr 19, 2002 6:17 am
Location: Williamsburg Virginia

Post by rommel » Thu Dec 30, 2004 2:22 am

well thanks for the kernel... it seems to be working very well for me... i just added mouse polling , that was all that wasnt in it that i wanted.
Top
bollucks
l33t
l33t
Posts: 606
Joined: Wed Oct 27, 2004 11:49 pm

Post by bollucks » Thu Dec 30, 2004 3:49 am

seringen wrote:
TheNull wrote:Hi,
is the lowmem patch applied in morph?

I just installed 2.6.10-rc1-morph5 and torsmo is still showing my maximum memory as 884M.

Or is there something special I have to do to activate the patch?
yeah, you have to make sure lowmem is turned on.
BTW it's CONFIG_1LOWMEM in your kernel config
By "lowmem is turned on" he means "highmem is turned off" :wink:
Top
Robin79
l33t
l33t
User avatar
Posts: 632
Joined: Sat Oct 18, 2003 11:42 am
Location: /home/valdemarsvik

Post by Robin79 » Thu Dec 30, 2004 6:58 am

But nitro uses alsa 1.0.7? and i cant find the azx driver there either... Also that driver sucks for azx so i have compiled the latest development 8.rc1 and on that one i can use mixers couldnt that with 1.0.7 o when i get home i will hope i have sound so i can skip wintendo xp...
Gentoo 2005.0
ASUS P5AD2 Deluxe MB
Intel P4 3.2GHz
PCI-E Nvidia Geforce PCX 5750
--------------------

Registered Linux User Nr # 319050 http://counter.li.org
Top
silverter
Guru
Guru
User avatar
Posts: 491
Joined: Wed Apr 10, 2002 11:51 am
Location: Ulm, DE

Post by silverter » Thu Dec 30, 2004 10:21 am

Great kernel patch so far. My applications start faster than with my last kernel (mm-sources). But I've got a couple of issues with this patchset:

When emerge ist running or something is compiling in the background, my system is almost unusable. I can't use the command line because the responsiveness ist so slow, and mplayer or rhythmbox stutters like hell. I'm using the same .config as with my last kernel (mm-sources) and with mm-sources I didn't have these issues. I might habe missed something in my config. Can someone provide me with some help on this.

tnx and regards,
-- A Guru was once a Beginner --
Top
bollucks
l33t
l33t
Posts: 606
Joined: Wed Oct 27, 2004 11:49 pm

use nice

Post by bollucks » Thu Dec 30, 2004 11:22 am

silverter wrote:Great kernel patch so far. My applications start faster than with my last kernel (mm-sources). But I've got a couple of issues with this patchset:

When emerge ist running or something is compiling in the background, my system is almost unusable. I can't use the command line because the responsiveness ist so slow, and mplayer or rhythmbox stutters like hell. I'm using the same .config as with my last kernel (mm-sources) and with mm-sources I didn't have these issues. I might habe missed something in my config. Can someone provide me with some help on this.

tnx and regards,
-ck recommends generous use of +nice values for background tasks, or even batch scheduling.
Top
RogerWilco
n00b
n00b
Posts: 29
Joined: Thu Dec 30, 2004 12:14 pm

Post by RogerWilco » Thu Dec 30, 2004 12:25 pm

This is to confirm, that the morph5 patch works fine on a slackware-current box. Win4Lin is running nicely (worth noting, that the patch from netraverse did not apply cleanly, but no problem with morph5)

I seem to miss two patches that I applied manually - lufs (needed if you want captive-ntfs working) and cdfs. Any chance of including those in the next release?

http://lufs.sourceforge.net/lufs/

http://www.elis.UGent.be/~ronsse/cdfs/
Top
blaster999
l33t
l33t
User avatar
Posts: 902
Joined: Sun May 09, 2004 7:40 am
Location: Between keyboard and chair

Post by blaster999 » Thu Dec 30, 2004 12:37 pm

And what about the message saying "Warning: the latest version of cdfs will crash if you read audio CDs with kernels>2.6.3" on the cdfs website?
60s: sex, drugs, rock'n'roll
90s: sux, bugs, drag'n'drop
---
Some multimedia keys refuse to work? See my mini-howto:
http://forums.gentoo.org/viewtopic.php? ... 34#1896734
Top
JBerro
n00b
n00b
User avatar
Posts: 17
Joined: Sun Nov 21, 2004 7:56 am
Location: Singapore (for a while)

Post by JBerro » Thu Dec 30, 2004 1:06 pm

Well, well now the kernel is compiling without trouble on my 32 bits gentoo.
So just give me a couple of minutes to try another compilation of the kernel on my 64 bit gentoo.
So I reboot and I will be back with the result.

See you.
Top
RogerWilco
n00b
n00b
Posts: 29
Joined: Thu Dec 30, 2004 12:14 pm

Post by RogerWilco » Thu Dec 30, 2004 2:12 pm

blaster999 wrote:And what about the message saying "Warning: the latest version of cdfs will crash if you read audio CDs with kernels>2.6.3" on the cdfs website?
I don't know, have'nt tried on audio CDs. If true, than it's a no-go, of course.
Top
JBerro
n00b
n00b
User avatar
Posts: 17
Joined: Sun Nov 21, 2004 7:56 am
Location: Singapore (for a while)

morph sources - 2.6.10-morph5 released (alsa 1.0.7 added)!

Post by JBerro » Thu Dec 30, 2004 2:59 pm

So to be short:
Compile ok with x86 platform.
Compile ok with x86_64 platform if monoprocessor
Compile ko if x86_64 platform and SMP.

I trapped the errror messages as follow.

[i]
kernel/intermodule.c:179: warning: `inter_module_register' is deprecated (declared at kernel/intermodule.c:38)
kernel/intermodule.c:180: warning: `inter_module_unregister' is deprecated (declared at kernel/intermodule.c:79)
kernel/intermodule.c:183: warning: `inter_module_put' is deprecated (declared at kernel/intermodule.c:160)
fs/reiser4/debug.c: In function `print_clog':
fs/reiser4/debug.c:701: warning: cast from pointer to integer of different size
fs/reiser4/debug.c:701: warning: cast from pointer to integer of different size
drivers/char/agp/backend.c: In function `agp_add_bridge':
drivers/char/agp/backend.c:281: warning: `inter_module_register' is deprecated (declared at include/linux/module.h:577)
drivers/char/agp/backend.c: In function `agp_remove_bridge':
drivers/char/agp/backend.c:301: warning: `inter_module_unregister' is deprecated (declared at include/linux/module.h:578)
In file included from drivers/net/wireless/orinoco.c:448:
drivers/scsi/aacraid/commctrl.c: In function `aac_send_raw_srb':
drivers/scsi/aacraid/commctrl.c:562: warning: cast to pointer from integer of different size
drivers/scsi/aacraid/commsup.c: In function `aac_handle_aif':
drivers/scsi/aacraid/commsup.c:783: warning: unused variable `hw_fib'
drivers/scsi/aic7xxx/aic79xx_osm.c: In function `ahd_linux_register_host':
drivers/scsi/aic7xxx/aic79xx_osm.c:2106: warning: ignoring return value of `scsi_add_host', declared with attribute warn_unused_result
drivers/scsi/aic7xxx/aic7xxx_osm.c: In function `ahc_linux_register_host':
drivers/scsi/aic7xxx/aic7xxx_osm.c:1744: warning: ignoring return value of `scsi_add_host', declared with attribute warn_unused_result

sound/core/memory.c: In function `copy_to_user_fromio':
sound/core/memory.c:270: warning: passing arg 2 of `memcpy_fromio' discards qualifiers from pointer target type
net/ipv4/netfilter/ipchains_core.c:1:2: warning: #warning ipchains is obsolete, and will be removed soon.
net/ipv4/netfilter/ipfwadm_core.c:1:2: warning: #warning ipfwadm is obsolete, and will be removed soon.
kernel/built-in.o(.text+0x22186): In function `smp_suspend':
: undefined reference to `__smp_suspend_lowlevel'
make: *** [.tmp_vmlinux1] Error 1
[/i]

Hope this will help, it's really tiny but this the only info i got.

So most likely something wrong with SMP code for x86_64.
Anyway the patchset is really fast and working fine on x86.
Hopefully this issue will bwe solved in the next release.
Again many thanks for the work done.

Cheers
Top
COiN3D
Guru
Guru
User avatar
Posts: 543
Joined: Mon Aug 02, 2004 11:20 pm
Location: Munich, Germany

Post by COiN3D » Thu Dec 30, 2004 3:27 pm

What about adding chmp-patch for changing a usb mouse' polling rate ?
e17 documentation | Be free and use Jabber as your IM! | Combine IRC and IM
Top
silverter
Guru
Guru
User avatar
Posts: 491
Joined: Wed Apr 10, 2002 11:51 am
Location: Ulm, DE

Re: use nice

Post by silverter » Thu Dec 30, 2004 5:24 pm

bollucks wrote:
silverter wrote:Great kernel patch so far. My applications start faster than with my last kernel (mm-sources). But I've got a couple of issues with this patchset:

When emerge ist running or something is compiling in the background, my system is almost unusable. I can't use the command line because the responsiveness ist so slow, and mplayer or rhythmbox stutters like hell. I'm using the same .config as with my last kernel (mm-sources) and with mm-sources I didn't have these issues. I might habe missed something in my config. Can someone provide me with some help on this.

tnx and regards,
-ck recommends generous use of +nice values for background tasks, or even batch scheduling.
Can u point me to where I can read about this batch scheduling stuff? As for +nice values for background task, is there a possibility to automate this?

tnx and regards,
-- A Guru was once a Beginner --
Top
blaster999
l33t
l33t
User avatar
Posts: 902
Joined: Sun May 09, 2004 7:40 am
Location: Between keyboard and chair

Post by blaster999 » Thu Dec 30, 2004 5:40 pm

If I am not mistaken you can set PORTAGE_NICENESS in make.conf to something like +5 or even +10 to make portage and tools called by portage (gcc, make and so on) use less cpu when there are other tasks running.
60s: sex, drugs, rock'n'roll
90s: sux, bugs, drag'n'drop
---
Some multimedia keys refuse to work? See my mini-howto:
http://forums.gentoo.org/viewtopic.php? ... 34#1896734
Top
bollucks
l33t
l33t
Posts: 606
Joined: Wed Oct 27, 2004 11:49 pm

Post by bollucks » Thu Dec 30, 2004 11:59 pm

blaster999 wrote:If I am not mistaken you can set PORTAGE_NICENESS in make.conf to something like +5 or even +10 to make portage and tools called by portage (gcc, make and so on) use less cpu when there are other tasks running.
Ideally for something as unimportant in the foreground as a compilation you just use the lowest prority possible (+19). To use batch scheduling you need to get schedtools from here:
http://freshmeat.net/projects/schedtool/?topic_id=136
and start a task you want to run batch like this:
schedtool -B -e your_command_here
Top
yardbird
l33t
l33t
User avatar
Posts: 689
Joined: Sat Apr 20, 2002 7:02 pm
Location: nl.leiden

Post by yardbird » Fri Dec 31, 2004 1:11 am

For those interested 2.6.10-morph6 is out. There are some news:

- added mouse polling patch,
- added many patches frome gentoo dev-sources (thanks to dsd for the great job in collecting these patches!),
- updates from Con Kolivas: new version of his scheduler and a small security fix.

NOTE: it seems like the way to change mouse polling rate is now to specify a parameter when loading the usbhid kernel module. This means that you will not find an option in the kernel config to set polling rate (like it was before). Follow the link for more info on that.

Regarding the patches from dev-sources I included only those of them that are bugfixes. I left out the massive sparc updates, for example.
rommel wrote:well thanks for the kernel... it seems to be working very well for me... i just added mouse polling , that was all that wasnt in it that i wanted.
Added :D
Robin79 wrote:But nitro uses alsa 1.0.7? and i cant find the azx driver there either... Also that driver sucks for azx so i have compiled the latest development 8.rc1 and on that one i can use mixers couldnt that with 1.0.7 o when i get home i will hope i have sound so i can skip wintendo xp...
This one is a bit toughy. I've dug a bit and it seems like the azx driver is not present in alsa-kernel-cvs, but it is there in the alsa-1.0.7 standalone package. Also the latest alsa 1.0.8rc1 does not include it yet. The driver itself seems more a "concept" driver than a real one, and on the alsa mailing list it seems that it gave quite a few problems (kernel crashes). My suggestion at this point would be to emerge alsa-drivers separately, to see if you can get it this way. Sorry about that :(
silverter wrote:When emerge ist running or something is compiling in the background, my system is almost unusable. I can't use the command line because the responsiveness ist so slow, and mplayer or rhythmbox stutters like hell. I'm using the same .config as with my last kernel (mm-sources) and with mm-sources I didn't have these issues. I might habe missed something in my config. Can someone provide me with some help on this.
Try bollucks' recomendations. Also you could try with the "as" io-scheduler. The default is now "cfq", but in my experience sometimes it seems to cause some lag in responsiveness. To change scheduler append the line

elevator="as"

in the relevant section of your grub.conf. For example:

Code: Select all

title  Gentoo 2.6.9-morph11
root (hd0,1)
kernel (hd0,1)/boot/vmlinuz-2.6.9-morph11 root=/dev/hda6 elevator=as
Verify with "dmesg" that you are using the as elevator (it will say somewhere "elevator: using anticipatory as default io scheduler", or something like that).
RogerWilco wrote:I seem to miss two patches that I applied manually - lufs (needed if you want captive-ntfs working) and cdfs. Any chance of including those in the next release?
I modified the lufs patch so that it'll apply cleanly to morph6. However if compiled as module it gives an unresolved symbol message (which disappear if compiled statically in-kernel). I won't include it since the project seems abandoned, but you can download the patch here:

http://ing.unitn.it/~rbiscani/lufs-0.9. ... rph6.patch

Just apply it on top of morph6. Let me know if it works. Regarding cdfs, the message on their homepage is scary 8O
JBerro wrote:So most likely something wrong with SMP code for x86_64.
Anyway the patchset is really fast and working fine on x86.
Hopefully this issue will bwe solved in the next release.
It's difficult to debug this for me since I don't have an x86-64 machine available :( But I have an idea, will post a patch tomorrow (I hope!)

Thanks for all the feedback! The patch is getting better and growing fast, so I've sent an application to be hosted on sourceforge. If it is accepted it will be easier to manage all these patches, thanks to the infrastructure of sourceforge. Let's hope for the best :D

Cheers!
Albert Einstein wrote:I consider it [...] urgently necessary for [...] workers to get together, both to protect their own economic status and [...] to secure their influence in the political field.
http://www.bluescarni.info
Top
bollucks
l33t
l33t
Posts: 606
Joined: Wed Oct 27, 2004 11:49 pm

Post by bollucks » Fri Dec 31, 2004 2:05 am

yardbird wrote:Try bollucks' recomendations. Also you could try with the "as" io-scheduler. The default is now "cfq", but in my experience sometimes it seems to cause some lag in responsiveness. To change scheduler append the line

elevator="as"
This has recently changed to
elevator=anticipatory

but you no longer need to reboot thanks to Jens' on-the-fly changing modifications. You can change it at any time like this:
echo cfq > /sys/block/hda/queue/scheduler
for example to change hda to cfq
Top
yardbird
l33t
l33t
User avatar
Posts: 689
Joined: Sat Apr 20, 2002 7:02 pm
Location: nl.leiden

Post by yardbird » Fri Dec 31, 2004 2:25 am

bollucks wrote:This has recently changed to
elevator=anticipatory

but you no longer need to reboot thanks to Jens' on-the-fly changing modifications. You can change it at any time like this:
echo cfq > /sys/block/hda/queue/scheduler
for example to change hda to cfq
Great! I didn't know that this feature was introduced into mainline. Thanks for the tip :D
Albert Einstein wrote:I consider it [...] urgently necessary for [...] workers to get together, both to protect their own economic status and [...] to secure their influence in the political field.
http://www.bluescarni.info
Top
JBerro
n00b
n00b
User avatar
Posts: 17
Joined: Sun Nov 21, 2004 7:56 am
Location: Singapore (for a while)

Post by JBerro » Fri Dec 31, 2004 2:34 am

Hi yardbird,

The patchset is working fine with performances and features improvement on the x86 architecture.
This my main system I use for my daily home activity.
So as I said it is already very nice to have it running on my main system.
I just tried the morph6 on x86_64: same result.
Feel free to tell me to do some testing if you want, no problem.
Provided of course I undertstand what to do.
I am living in Singapore and I spend a couple of hours every night on my system.
So you can expect a daily feedback plus some additonal time zone delay ( Singapore is 7 hours ahead of Europe right Now.

See you then.
Top
feld
Guru
Guru
User avatar
Posts: 593
Joined: Sun Aug 29, 2004 5:29 pm
Location: USA

Post by feld » Fri Dec 31, 2004 2:44 am

OK new morph sources are pretty good except you need to do as they are doing in the new gentoo-dev-sources (r2) that should be released any moment. remove the following patch:

Removed: 1900_umem_catch.patch


because it causes tons of probs. For GL games and it also doesnt allow TeamSpeak to run for me, and for others it crashes after a min or two. Its just messed up....

Thought u should know.


-Feld
< bmg505> I think the first line in reiserfsck is

if (random(65535)< 65500) { hose(partition); for (i=0;i<100000000;i++) print_crap(); }
Top
Locked

757 posts
  • Page 3 of 31
    • Jump to page:
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 31
  • Next

Return to “Unsupported Software”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic