Forums

Skip to content

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

Official thread: "zen-sources" - Part III

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.
Post Reply
Advanced search
462 posts
  • Page 10 of 19
    • Jump to page:
  • Previous
  • 1
  • …
  • 8
  • 9
  • 10
  • 11
  • 12
  • …
  • 19
  • Next
Author
Message
dodo1122
Guru
Guru
User avatar
Posts: 347
Joined: Sat Sep 02, 2006 7:33 pm
Location: York, England

  • Quote

Post by dodo1122 » Sun Apr 27, 2008 9:10 pm

2.6.25-zen1-preview1 tagged @ master-new and patch available at http://sourceforge.net/projects/zen-sources .

If you find any bugs, compile errors or anything of that sort, please either post a bug at zen-sources' bug tracker at sourceforge, post it here with the error/traceback or come directly to #zen-sources at freenode and tell us about it. Happy testing :D

dodo
#zen-sources on irc.rizon.net
Top
kernelOfTruth
Watchman
Watchman
User avatar
Posts: 6111
Joined: Tue Dec 20, 2005 10:34 pm
Location: Vienna, Austria; Germany; hello world :)
Contact:
Contact kernelOfTruth
Website

  • Quote

Post by kernelOfTruth » Sun Apr 27, 2008 9:52 pm

ejs76 wrote:
kernelOfTruth wrote:do you guys have a working bugzilla system right now ?

if yes - what is the address ? this should make communication for you a lot easier ...
Have you tried bugzilla on the new SF.net zen-pages? (Don't know if it works out of the box...)

http://sourceforge.net/tracker/?func=ad ... id=1065365
thanks ! it works - just filed a sample/test bug report :idea:
dodo1122 wrote: [...]
thanks dodo ! compiling it right now :)
https://github.com/kernelOfTruth/ZFS-fo ... scCD-4.9.0
https://github.com/kernelOfTruth/pulsea ... zer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Top
kernelOfTruth
Watchman
Watchman
User avatar
Posts: 6111
Joined: Tue Dec 20, 2005 10:34 pm
Location: Vienna, Austria; Germany; hello world :)
Contact:
Contact kernelOfTruth
Website

  • Quote

Post by kernelOfTruth » Sun Apr 27, 2008 10:32 pm

reiser4-support is missing (?):
Search Results ───────────────────────────────────────────────┐
│ No matches found.
-> it can't be selected :!: :idea:

I also get an error when trying to boot from the root partition (w. reiser4)
https://github.com/kernelOfTruth/ZFS-fo ... scCD-4.9.0
https://github.com/kernelOfTruth/pulsea ... zer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Top
Moloch
Apprentice
Apprentice
User avatar
Posts: 293
Joined: Mon Mar 17, 2003 3:07 pm
Location: Albuquerque, NM, US

  • Quote

Post by Moloch » Sun Apr 27, 2008 11:24 pm

For those wanting an ebuild I was able to modify the existing ones easily assuming you have the proper eclass from cutom-kernels:

Code: Select all

EAPI=1
inherit zen-sources
EGIT_BRANCH="master-new"
EGIT_TAG="v2.6.25-zen1-preview1"
Saved it as zen-sources-2.6.25_rc1-r1.ebuild
Understanding is a three-edged sword: your side, their side, and the truth. --Kosh
1010011010
Top
ejs76
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 148
Joined: Sat Feb 07, 2004 8:20 pm

  • Quote

Post by ejs76 » Sun Apr 27, 2008 11:26 pm

@KernelOfTruth
You're welcome.

@all
Well, I'm running 2.6.25-zen1-preview1 right now. That's with bfq but without reiser4.

@dodo
Thanks again. It's great to see the SF.net space being up. Especially the quick release of patches is much appreciated.
~amd64
PhenomII x4 955 | MSI 790GX-G65 | ATI Radeon 5770 | 8GB DDR3 1333
Top
kernelOfTruth
Watchman
Watchman
User avatar
Posts: 6111
Joined: Tue Dec 20, 2005 10:34 pm
Location: Vienna, Austria; Germany; hello world :)
Contact:
Contact kernelOfTruth
Website

  • Quote

Post by kernelOfTruth » Sun Apr 27, 2008 11:37 pm

diff ../linux/fs/Kconfig fs/Kconfig
205,215d204
< config EXT4DEV_FS_NO_PANIC
< bool "Ext4dev no panic in mount error"
< depends on EXT4DEV_FS
< default y
< help
< An Ext4dev filesystem can be configured to cause a kernel panic when
< a mount error occurs.
<
< This behaviour is only useful in some rare cases, so most people
< would want to say Y here.
<
288,289d276
< source "fs/reiser4/Kconfig"
<
1044,1080d1030
< config ECRYPT_FS
< tristate "eCrypt filesystem layer support (EXPERIMENTAL)"
< depends on EXPERIMENTAL && KEYS && CRYPTO && NET
< help
< Encrypted filesystem that operates on the VFS layer. See
< <file:Documentation/filesystems/ecryptfs.txt> to learn more about
< eCryptfs. Userspace components are required and can be
< obtained from <http://ecryptfs.sf.net>.
<
< To compile this file system support as a module, choose M here: the
< module will be called ecryptfs.
<
< config UNION_FS
< tristate "Union file system (EXPERIMENTAL)"
< depends on EXPERIMENTAL
< help
< Unionfs is a stackable unification file system, which appears to
< merge the contents of several directories (branches), while keeping
< their physical content separate.
<
< See <http://unionfs.filesystems.org> for details
<
< config UNION_FS_XATTR
< bool "Unionfs extended attributes"
< depends on UNION_FS
< help
< Extended attributes are name:value pairs associated with inodes by
< the kernel or by users (see the attr(5) manual page).
<
< If unsure, say N.
<
< config UNION_FS_DEBUG
< bool "Debug Unionfs"
< depends on UNION_FS
< help
< If you say Y here, you can turn on debugging output from Unionfs.
<
1134a1085,1096
> config ECRYPT_FS
> tristate "eCrypt filesystem layer support (EXPERIMENTAL)"
> depends on EXPERIMENTAL && KEYS && CRYPTO && NET
> help
> Encrypted filesystem that operates on the VFS layer. See
> <file:Documentation/filesystems/ecryptfs.txt> to learn more about
> eCryptfs. Userspace components are required and can be
> obtained from <http://ecryptfs.sf.net>.
>
> To compile this file system support as a module, choose M here: the
> module will be called ecryptfs.
>
2250,2271d2211
< config DEFAULT_RELATIME
< bool "Mount all filesystems with relatime by default"
< default y
< help
< If you say Y here, all your filesystems will be mounted
< with the "relatime" mount option. This eliminates many atime
< ('file last accessed' timestamp) updates (which otherwise
< is performed on every file access and generates a write
< IO to the inode) and thus speeds up IO. Atime is still updated,
< but only once per day.
<
< The mtime ('file last modified') and ctime ('file created')
< timestamp are unaffected by this change.
<
< Use the "norelatime" kernel boot option to turn off this
< feature.
<
< config DEFAULT_RELATIME_VAL
< int
< default "1" if DEFAULT_RELATIME
< default "0"
<
at least source "fs/reiser4/Kconfig" in fs/Kconfig is missing
https://github.com/kernelOfTruth/ZFS-fo ... scCD-4.9.0
https://github.com/kernelOfTruth/pulsea ... zer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Top
kriko
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 92
Joined: Sat Mar 18, 2006 10:35 pm
Location: Slovenia

  • Quote

Post by kriko » Mon Apr 28, 2008 6:07 am

Running 2.6.25-zen1-preview1 for 8 hours without problems. Seems like a good release.
Zen sources - fastest kernel in world
Top
Uzytkownik
Guru
Guru
Posts: 399
Joined: Sun Oct 31, 2004 8:08 pm
Location: Bay Area, US
Contact:
Contact Uzytkownik
Website

  • Quote

Post by Uzytkownik » Mon Apr 28, 2008 7:11 am

math_roc wrote:to free memory the clean way:

Code: Select all

#!/bin/bash
sudo sh -c "echo 3 > /proc/sys/vm/drop_caches"
you may need to enable some stuff in the kernel to got "/proc/sys/vm/drop_caches" but I don't remember which :s
Ok. I added it as a hook to suspend scripts and it works. However is it/will it be fixed in kernel(I have -zen0 running)?
I've probably left my head... somwhere. Please wait untill I find it.
Top
dodo1122
Guru
Guru
User avatar
Posts: 347
Joined: Sat Sep 02, 2006 7:33 pm
Location: York, England

  • Quote

Post by dodo1122 » Mon Apr 28, 2008 8:02 am

Yeah, i forgot to add the 'source fs/reiser4/Kconfig' to fs/Kconfig. You can add it manually for now, i'll fix it when i get home.


dodo
#zen-sources on irc.rizon.net
Top
Strowi
l33t
l33t
User avatar
Posts: 656
Joined: Tue Aug 19, 2003 3:19 pm
Location: Bonn
Contact:
Contact Strowi
Website

  • Quote

Post by Strowi » Mon Apr 28, 2008 11:28 am

hi,

i've been trying to get my dvb-t device (Terratec Prodigy) to work with zen-sources, but it seems to be missing the em2880-dvb module...
As suggested earlier in another post: please, can you include that one?

Thx!
--
Linux & such ...
http://blog.hasnoname.de
Top
Gregoire
Apprentice
Apprentice
User avatar
Posts: 292
Joined: Sat Apr 15, 2006 9:51 am

  • Quote

Post by Gregoire » Mon Apr 28, 2008 12:54 pm

LOL :-) multiproto is something I wait for ages to go in zen...

Current multiproto is : http://jusst.de/hg/multiproto_plus and it would be really tremendous to include the patch found under : http://linuxtv.org/pipermail/linux-dvb/ ... 25655.html namely http://www.linuxtv.org/pipermail/linux- ... t-0001.obj

Once again it was said to go in when 2.6.25 will be released, maybe it's a good time now, no ?

Thanks in advance.
Top
prestige
Tux's lil' helper
Tux's lil' helper
Posts: 95
Joined: Sat Sep 24, 2005 7:02 pm

  • Quote

Post by prestige » Mon Apr 28, 2008 5:32 pm

Why the ipw3945 driver is not available in 2.6.25-zen1-preview1?
And why the kernel release name "zen1-preview1" is hard-coded (uname -r)?
Top
dodo1122
Guru
Guru
User avatar
Posts: 347
Joined: Sat Sep 02, 2006 7:33 pm
Location: York, England

  • Quote

Post by dodo1122 » Mon Apr 28, 2008 6:11 pm

prestige wrote:Why the ipw3945 driver is not available in 2.6.25-zen1-preview1?
And why the kernel release name "zen1-preview1" is hard-coded (uname -r)?
It is available.

Code: Select all

  │ │    <M> Intel PRO/Wireless 3945ABG/BG Network Connection             │ │  
the tag is not hardcoded, you can change it in localversion-zen file.

btw KernelOfTruth, the reiser4 patches for ccreg40 diskfull conditions and nfs fix are in the official reiser4-2.6.25.patch, so they are also in preview1.

dodo
#zen-sources on irc.rizon.net
Top
PLum
Tux's lil' helper
Tux's lil' helper
Posts: 108
Joined: Thu May 20, 2004 12:28 pm
Location: /dev/world/poland/gliwice
Contact:
Contact PLum
Website

  • Quote

Post by PLum » Mon Apr 28, 2008 6:50 pm

@dodo

there is iwl 3945 - not ipw 3945 - and its a diference - for lots of people the newer version of iwl patch work perfectly but for me its not working :(
so i prefer ipw3945 too,

the 2.6.25-zen1-preview1 doesnt work for me :(, but the last working version 2.6.25-rc9-zen0 worked and i patchet it witk 2.6.24-ipw3945.patch.
"Zlota zasada nauki i sztuki: Kto ma zloto ustala zasady."
Top
prestige
Tux's lil' helper
Tux's lil' helper
Posts: 95
Joined: Sat Sep 24, 2005 7:02 pm

  • Quote

Post by prestige » Mon Apr 28, 2008 6:50 pm

dodo1122 wrote: It is available.

Code: Select all

  │ │    <M> Intel PRO/Wireless 3945ABG/BG Network Connection             │ │  
No. This is iwl3945. There is no ipw3945 sources under drivers/net/wireless/.
dodo1122 wrote: the tag is not hardcoded, you can change it in localversion-zen file.

btw KernelOfTruth, the reiser4 patches for ccreg40 diskfull conditions and nfs fix are in the official reiser4-2.6.25.patch, so they are also in preview1.

dodo
I see. I used to specify EXTRAVERSION in Makefile for that purpose.
Top
dodo1122
Guru
Guru
User avatar
Posts: 347
Joined: Sat Sep 02, 2006 7:33 pm
Location: York, England

  • Quote

Post by dodo1122 » Mon Apr 28, 2008 6:52 pm

hm, is the ipw3945 in vanilla 2.6.25? I don't think zen ever touched ipw drivers, only iwl.


EDIT: I was wrong. I'm going to add ipw3945 in preview2, which will hopefully be released today.

dodo
#zen-sources on irc.rizon.net
Top
dodo1122
Guru
Guru
User avatar
Posts: 347
Joined: Sat Sep 02, 2006 7:33 pm
Location: York, England

  • Quote

Post by dodo1122 » Mon Apr 28, 2008 7:15 pm

PLum wrote:@dodo

there is iwl 3945 - not ipw 3945 - and its a diference - for lots of people the newer version of iwl patch work perfectly but for me its not working :(
so i prefer ipw3945 too,

the 2.6.25-zen1-preview1 doesnt work for me :(, but the last working version 2.6.25-rc9-zen0 worked and i patchet it witk 2.6.24-ipw3945.patch.
Why doesn't zen work for you? could you give us more details?


dodo
#zen-sources on irc.rizon.net
Top
loeb-it
n00b
n00b
Posts: 37
Joined: Tue May 15, 2007 10:19 pm

  • Quote

Post by loeb-it » Mon Apr 28, 2008 8:12 pm

dodo1122 wrote:hm, is the ipw3945 in vanilla 2.6.25? I don't think zen ever touched ipw drivers, only iwl.


EDIT: I was wrong. I'm going to add ipw3945 in preview2, which will hopefully be released today.

dodo
If the they are not already in, could you please include the modifcations in Zen-Sources Thread II?
The box said 'Windows 2000 Server or better', so I installed Gentoo

Linux galadriel 4.12.12-gentoo #4 SMP PREEMPT Fri Nov 3 00:09:29 CET 2017 x86_64 Intel(R) Core(TM) i7-2860QM CPU @ 2.50GHz GenuineIntel GNU/Linux

Visit www.mygnu.de
Top
kernelOfTruth
Watchman
Watchman
User avatar
Posts: 6111
Joined: Tue Dec 20, 2005 10:34 pm
Location: Vienna, Austria; Germany; hello world :)
Contact:
Contact kernelOfTruth
Website

  • Quote

Post by kernelOfTruth » Mon Apr 28, 2008 8:30 pm

it doesn't boot :(
UDF-fs:
No partition found (1)
List of all partitions:
:o 8O :? :?:

help, please

(concerning reiser4-partition)
https://github.com/kernelOfTruth/ZFS-fo ... scCD-4.9.0
https://github.com/kernelOfTruth/pulsea ... zer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Top
dodo1122
Guru
Guru
User avatar
Posts: 347
Joined: Sat Sep 02, 2006 7:33 pm
Location: York, England

  • Quote

Post by dodo1122 » Mon Apr 28, 2008 9:42 pm

Could you please give us more info? Perhaps join #zen-sources at freenode and talk to us directly.

Also, KernelOfTruth that error looks like you forgot to add root= to the grub.conf, not an fs error.

dodo
Last edited by dodo1122 on Mon Apr 28, 2008 9:56 pm, edited 1 time in total.
#zen-sources on irc.rizon.net
Top
PLum
Tux's lil' helper
Tux's lil' helper
Posts: 108
Joined: Thu May 20, 2004 12:28 pm
Location: /dev/world/poland/gliwice
Contact:
Contact PLum
Website

  • Quote

Post by PLum » Mon Apr 28, 2008 9:51 pm

hey - for me it compile (i use archlinux - for some time...) it even boot
but it lock-up when the X-server launch with black screen (so i dont see the errors :|)
i upgraded my laptop and have dell vostro 1700 with nvidia 8600gt
i ofcorse install nvidia drivers - but still the last working version of zen-sources is 2.6.25-rc9
so im waiting for preview2 :-)
"Zlota zasada nauki i sztuki: Kto ma zloto ustala zasady."
Top
dodo1122
Guru
Guru
User avatar
Posts: 347
Joined: Sat Sep 02, 2006 7:33 pm
Location: York, England

  • Quote

Post by dodo1122 » Mon Apr 28, 2008 9:54 pm

PLum wrote:hey - for me it compile (i use archlinux - for some time...) it even boot
but it lock-up when the X-server launch with black screen (so i dont see the errors :|)
i upgraded my laptop and have dell vostro 1700 with nvidia 8600gt
i ofcorse install nvidia drivers - but still the last working version of zen-sources is 2.6.25-rc9
so im waiting for preview2 :-)
I can't fix anything if i don't know what it is :P

startx manually from console, and when you get black screen, just ctrl+alt+backspace, and read the error and paste it here.

IIRC there is a kernel option which causes that, i can't remember what it is though now.


EDIT: 2.6.25-zen1-preview2 tagged. Available @ git repo and sourceforge ;-)

Added ipw3945
fixed reiser4 kconfig
Merged ext4-patch-queue

dodo
#zen-sources on irc.rizon.net
Top
FallenWizard
n00b
n00b
Posts: 51
Joined: Tue Sep 04, 2007 5:24 pm
Location: Vienna / Austria

  • Quote

Post by FallenWizard » Tue Apr 29, 2008 3:41 am

Running @ master-new one day now and: No freezes :D
I had freezes with master-devel before and the preview versions are working without problems. (With Swap Prefetch & Preempt RCU)


Maybe because of the updated ck Patches?
Top
tranquilcool
Veteran
Veteran
Posts: 1246
Joined: Fri Mar 25, 2005 1:16 pm

  • Quote

Post by tranquilcool » Tue Apr 29, 2008 8:49 am

don't ask me why but reiser4
doesn't compile with zen1-preview2
this is a strange strange world.
Top
tranquilcool
Veteran
Veteran
Posts: 1246
Joined: Fri Mar 25, 2005 1:16 pm

  • Quote

Post by tranquilcool » Tue Apr 29, 2008 11:14 am

anybody got reiser4 to compile?
this is a strange strange world.
Top
Post Reply

462 posts
  • Page 10 of 19
    • Jump to page:
  • Previous
  • 1
  • …
  • 8
  • 9
  • 10
  • 11
  • 12
  • …
  • 19
  • 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