Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[__ dead nitro thread __]
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9  Next  
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
mrBob
n00b
n00b


Joined: 03 Feb 2006
Posts: 65

PostPosted: Tue Mar 14, 2006 1:51 am    Post subject: Reply with quote

Tiger683 wrote:
mrBob:

Try the kernel bootoption
Code:
   
timer=pit   


It might help, as it turns off the sometimes faulty tick compensation and avoids the false positives
for lost ticks, clock skew issues are one of the indices of the need for this...

T


Okay ... gonna try that. I've been through so much crap in the last two days that dicking around with my box might be a welcome diversion. Strangely, I did find that my clock was skewed ... I can't remember the last time that happened. I have an IWILL DP400 board, dual 2G Xeons, 1GB RDRAM ... other than that a Soundblaster Live!, hard drives, and cd drives. I'll see how that option works out. Thanks, Tiger.
Back to top
View user's profile Send private message
Tiger683
Veteran
Veteran


Joined: 08 Jan 2005
Posts: 1347
Location: Heffner's House

PostPosted: Tue Mar 14, 2006 9:39 am    Post subject: Reply with quote

Release is probably nearer than we think, i just have to correct the logo as it has too many colors, but first a last compiletest run. I quickly hacked a sem2mutex for consoledriver and vesafb-tng together, this one isn't in git-repo yet.

so, rc6-nitro1 today ;)

As an advice, you guys can already do
Code:
USE="webdav" emerge git cogito


:lol: 8)

T

EDIT: ok, the source in the repository is already tagged for release,
just a testrun needed. As i managed to decrease the src_unpack time
by 60% to a reasonable length, the eclass and ebuild are now functional.
The eclass i previously posted is outdated, i will update all things for official release announcement.
This release will be for testing of the release system and for everyone to make the somehow lengthy first fetch.
Keep in mind that besides the first fetch the git release system will _decrease_ you download traffic!
_________________
Retired gentoo user
Back to top
View user's profile Send private message
metalshark
Apprentice
Apprentice


Joined: 07 Jan 2006
Posts: 197
Location: Bournemouth, England

PostPosted: Tue Mar 14, 2006 12:31 pm    Post subject: GIT only? Reply with quote

Will this be GIT only or will it be on http://www.stud.uni-karlsruhe.de/~uyavl/public/nitro-sources/ aswell?
_________________
Gentoo's Portage: Any ideas for reform?
Back to top
View user's profile Send private message
Tiger683
Veteran
Veteran


Joined: 08 Jan 2005
Posts: 1347
Location: Heffner's House

PostPosted: Tue Mar 14, 2006 12:54 pm    Post subject: Reply with quote

GIT only but this is no difference for users, you will still emerge with an ebuild,
you just need an eclass in addition to it in your overlay. no big fuss.

Next stable releases will probably have the patchfile as well, kind of "snapshot".

PS: don't pull, i messed up applying reiser4 patches....
Will commit fix any moment now.
_________________
Retired gentoo user
Back to top
View user's profile Send private message
tagwar
Tux's lil' helper
Tux's lil' helper


Joined: 11 Aug 2004
Posts: 147
Location: Karlsruhe

PostPosted: Tue Mar 14, 2006 4:54 pm    Post subject: Reply with quote

Tiger683 wrote:

so, rc6-nitro1 today ;)


can't wait for instructions on how to fetch it.. :-)

Tiger683 wrote:

As an advice, you guys can already do
Code:
USE="webdav" emerge git cogito



Code:
USE=webdav only matters with USE=curl. Ignoring.


So I guess it should be

Code:
USE="webdav curl" emerge git cogito


Greets

Tom
Back to top
View user's profile Send private message
Tiger683
Veteran
Veteran


Joined: 08 Jan 2005
Posts: 1347
Location: Heffner's House

PostPosted: Tue Mar 14, 2006 5:17 pm    Post subject: Reply with quote

turns out i messed up more than just reiser4, and i'm away for next 2 days...
i think this means CANCELLED in good english....sorry :oops:

PS: if anyone knows what problems this one might have
that it hangs on mounting root with anticipatory and on mounting swap with deadline and others....tell me ;)
_________________
Retired gentoo user
Back to top
View user's profile Send private message
metalshark
Apprentice
Apprentice


Joined: 07 Jan 2006
Posts: 197
Location: Bournemouth, England

PostPosted: Tue Mar 14, 2006 7:44 pm    Post subject: Just a note Reply with quote

For people using Centrino, GrizzlyRizzo suggests using wifi-radar as many other tools are failing for IPW2100 and IPW2200/nDisWrapper (for a Linksys PCMCIA).
_________________
Gentoo's Portage: Any ideas for reform?
Back to top
View user's profile Send private message
Tiger683
Veteran
Veteran


Joined: 08 Jan 2005
Posts: 1347
Location: Heffner's House

PostPosted: Fri Mar 17, 2006 12:48 pm    Post subject: Reply with quote

I'm finally back, but no promises this time,
you can trace any changes/progress under nitro-sources.devserver.info
_________________
Retired gentoo user
Back to top
View user's profile Send private message
Maximus2000
Tux's lil' helper
Tux's lil' helper


Joined: 07 Oct 2004
Posts: 127
Location: USA

PostPosted: Fri Mar 17, 2006 6:56 pm    Post subject: Reply with quote

Hi I get this error when compiling....

Code:
  LD      arch/i386/mm/built-in.o
  CC      arch/i386/mach-default/setup.o
  LD      arch/i386/mach-default/built-in.o
  LD      arch/i386/crypto/built-in.o
  AS [M]  arch/i386/crypto/aes-i586-asm.o
  CC [M]  arch/i386/crypto/aes.o
  LD [M]  arch/i386/crypto/aes-i586.o
  CC      kernel/sched.o
kernel/sched.c: In function âinit_idleâ:
kernel/sched.c:4300: error: âstruct task_structâ has no member named âsleep_avgâ
kernel/sched.c:4301: error: âstruct task_structâ has no member named âarrayâ
make[1]: *** [kernel/sched.o] Error 1
make: *** [kernel] Error 2

_________________
Thanks
Maximus
Back to top
View user's profile Send private message
shrtckt
n00b
n00b


Joined: 23 Oct 2005
Posts: 62
Location: Athens, GA

PostPosted: Fri Mar 17, 2006 7:40 pm    Post subject: Reply with quote

Thanks for a Great kernel - brought this box to life. Nvidia install went well. No glitches - been running wide open for about a week (Athlon-XP, running ~x86 branch). I liked it so much I modified my desktop background so my fellow C/S classmates would be sure to see it. http://home.earthlink.net/~scottshort/screenshot.jpg


* If you want a copy http://home.earthlink.net/~scottshort/background2.png


Last edited by shrtckt on Sun Mar 19, 2006 6:48 pm; edited 1 time in total
Back to top
View user's profile Send private message
Tiger683
Veteran
Veteran


Joined: 08 Jan 2005
Posts: 1347
Location: Heffner's House

PostPosted: Sat Mar 18, 2006 9:58 am    Post subject: Reply with quote

Maximus2000 wrote:
Hi I get this error when compiling....

Code:
  LD      arch/i386/mm/built-in.o
  CC      arch/i386/mach-default/setup.o
  LD      arch/i386/mach-default/built-in.o
  LD      arch/i386/crypto/built-in.o
  AS [M]  arch/i386/crypto/aes-i586-asm.o
  CC [M]  arch/i386/crypto/aes.o
  LD [M]  arch/i386/crypto/aes-i586.o
  CC      kernel/sched.o
kernel/sched.c: In function âinit_idleâ:
kernel/sched.c:4300: error: âstruct task_structâ has no member named âsleep_avgâ
kernel/sched.c:4301: error: âstruct task_structâ has no member named âarrayâ
make[1]: *** [kernel/sched.o] Error 1
make: *** [kernel] Error 2


This isn't possible wothout some strange modifications to the kernel. What patches did you apply on top of it?
Also, upload your .config somewhere and post a link here (DO NOT PASTE THE CONFIG HERE PLZ!!!!!)
_________________
Retired gentoo user
Back to top
View user's profile Send private message
Elv13
Guru
Guru


Joined: 13 Nov 2005
Posts: 388
Location: Socialist land of North America

PostPosted: Sun Mar 19, 2006 6:25 pm    Post subject: Reply with quote

Tiger683 wrote:
Elv13 wrote:
at boot it stop at something like character mapping, why?


Try disabling parallel boot...

it work but there is a way to fix that without desableling parralel boot, its a laptop, i need fast boot and hibernate is longer than boot...
Back to top
View user's profile Send private message
Thiamant
n00b
n00b


Joined: 06 Nov 2004
Posts: 20

PostPosted: Sun Mar 19, 2006 11:29 pm    Post subject: Reply with quote

Hello everyone, first off I'd like to say you've done a nice work with these sources

I'm having problems with iptables in the new version like most people, have been googling and found nothing that could really fix them...

I get this error when trying to load firestarter or iptables itself:

Code:
 iptables: No chain/target/match by that name


Important information in my kernel .config:

Code:
# grep -i _nf_ .config
# CONFIG_IP_NF_MATCH_LAYER7 is not set
CONFIG_IP_NF_CONNTRACK=y
# CONFIG_IP_NF_CT_ACCT is not set
# CONFIG_IP_NF_CONNTRACK_MARK is not set
# CONFIG_IP_NF_CONNTRACK_EVENTS is not set
# CONFIG_IP_NF_CT_PROTO_SCTP is not set
# CONFIG_IP_NF_FTP is not set
# CONFIG_IP_NF_IRC is not set
# CONFIG_IP_NF_NETBIOS_NS is not set
# CONFIG_IP_NF_TFTP is not set
# CONFIG_IP_NF_AMANDA is not set
# CONFIG_IP_NF_PPTP is not set
CONFIG_IP_NF_QUEUE=y
CONFIG_IP_NF_IPTABLES=y
CONFIG_IP_NF_MATCH_IPRANGE=y
CONFIG_IP_NF_MATCH_MULTIPORT=y
CONFIG_IP_NF_MATCH_TOS=y
CONFIG_IP_NF_MATCH_RECENT=y
CONFIG_IP_NF_MATCH_ECN=y
CONFIG_IP_NF_MATCH_DSCP=y
CONFIG_IP_NF_MATCH_AH_ESP=y
CONFIG_IP_NF_MATCH_TTL=y
CONFIG_IP_NF_MATCH_OWNER=y
# CONFIG_IP_NF_MATCH_ADDRTYPE is not set
# CONFIG_IP_NF_MATCH_HASHLIMIT is not set
CONFIG_IP_NF_FILTER=y
CONFIG_IP_NF_TARGET_REJECT=y
CONFIG_IP_NF_TARGET_LOG=y
CONFIG_IP_NF_TARGET_ULOG=y
CONFIG_IP_NF_TARGET_TCPMSS=y
CONFIG_IP_NF_NAT=y
CONFIG_IP_NF_NAT_NEEDED=y
CONFIG_IP_NF_TARGET_MASQUERADE=y
CONFIG_IP_NF_TARGET_REDIRECT=y
CONFIG_IP_NF_TARGET_NETMAP=y
CONFIG_IP_NF_TARGET_SAME=y
# CONFIG_IP_NF_NAT_SNMP_BASIC is not set
CONFIG_IP_NF_MANGLE=y
CONFIG_IP_NF_TARGET_TOS=y
CONFIG_IP_NF_TARGET_ECN=y
CONFIG_IP_NF_TARGET_DSCP=y
# CONFIG_IP_NF_TARGET_TTL is not set
CONFIG_IP_NF_RAW=m
CONFIG_IP_NF_ARPTABLES=y
CONFIG_IP_NF_ARPFILTER=y
CONFIG_IP_NF_ARP_MANGLE=y


It's all compiled properly I think, but there's something weird as there's supposed to be a line like this: 'CONFIG_IP_NF_MATCH_STATE' which I couldn't find. It worked nice with my previous kernel and the same configuration, except for the Xtables stuff that I cannot remove. Anyone else had this problem?

EDIT: In case it's useful:
Code:
# iptables -L
Chain INPUT (policy ACCEPT)
target     prot opt source               destination         

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination         

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination         
Back to top
View user's profile Send private message
Tiger683
Veteran
Veteran


Joined: 08 Jan 2005
Posts: 1347
Location: Heffner's House

PostPosted: Sun Mar 19, 2006 11:51 pm    Post subject: Reply with quote

wait for new release pls, this one is kind of broken wrt iptables...

PS: command owner is going away again...it's wrong to resurrect it after it was deemed broken in mainline..
_________________
Retired gentoo user
Back to top
View user's profile Send private message
bollucks
l33t
l33t


Joined: 27 Oct 2004
Posts: 606

PostPosted: Mon Mar 20, 2006 12:18 am    Post subject: Reply with quote

Elv13 wrote:
Tiger683 wrote:
Elv13 wrote:
at boot it stop at something like character mapping, why?


Try disabling parallel boot...

it work but there is a way to fix that without desableling parralel boot, its a laptop, i need fast boot and hibernate is longer than boot...

Fix parallel boot? Really try timing it with/without parallel boot on a kernel it works on and see what the time difference is.
Back to top
View user's profile Send private message
Tiger683
Veteran
Veteran


Joined: 08 Jan 2005
Posts: 1347
Location: Heffner's House

PostPosted: Mon Mar 20, 2006 7:35 am    Post subject: Reply with quote

bollucks wrote:
Elv13 wrote:
Tiger683 wrote:
Elv13 wrote:
at boot it stop at something like character mapping, why?


Try disabling parallel boot...

it work but there is a way to fix that without desableling parralel boot, its a laptop, i need fast boot and hibernate is longer than boot...

Fix parallel boot? Really try timing it with/without parallel boot on a kernel it works on and see what the time difference is.


Exactly :lol: :lol: :lol:

And BTW, 2.6.16 final is out and new nitro hopefully today, since i based it off git12 and i assume nothing really major changed since that.
git repo is uptodate if someone needs reference on progress.
_________________
Retired gentoo user
Back to top
View user's profile Send private message
baeksu
l33t
l33t


Joined: 26 Sep 2004
Posts: 609
Location: Seoul, Korea

PostPosted: Mon Mar 20, 2006 8:06 am    Post subject: Reply with quote

Tiger683 wrote:

And BTW, 2.6.16 final is out and new nitro hopefully today, since i based it off git12 and i assume nothing really major changed since that.
git repo is uptodate if someone needs reference on progress.
Bring it on!!!
_________________
Gnome:
1. A legendary being.
2. A never ending quest to make unix friendly to people who don't want unix and excruciating for those that do.
Back to top
View user's profile Send private message
Phlogiston
Veteran
Veteran


Joined: 27 Jan 2004
Posts: 1925
Location: Europe, Swizerland

PostPosted: Mon Mar 20, 2006 9:15 am    Post subject: Reply with quote

tagwar wrote:


Tiger683 wrote:

As an advice, you guys can already do
Code:
USE="webdav" emerge git cogito



Code:
USE=webdav only matters with USE=curl. Ignoring.


So I guess it should be

Code:
USE="webdav curl" emerge git cogito


Greets

Tom


Yes and whicht one? =)
Code:


!!! The short ebuild name "git" is ambiguous.  Please specify
!!! one of the following fully-qualified ebuild names instead:

    dev-util/git
    app-misc/git


8)

/EDIT: In any way something like this is the better way:
Code:

echo "dev-util/git curl webdav" >> /etc/portage/package.use && emerge dev-util/git cogito

:wink:
_________________
Workstation: 5.1 SurroundSound, LIRC remote control; Laptop [IBM-T43]: patched sources, s2disk/ram, fingerprint sensor
Back to top
View user's profile Send private message
Tiger683
Veteran
Veteran


Joined: 08 Jan 2005
Posts: 1347
Location: Heffner's House

PostPosted: Mon Mar 20, 2006 9:56 am    Post subject: Reply with quote

Repo still changing a little, i'm adding the final-touch fixes (as always suspend2 related :?)
_________________
Retired gentoo user
Back to top
View user's profile Send private message
Phlogiston
Veteran
Veteran


Joined: 27 Jan 2004
Posts: 1925
Location: Europe, Swizerland

PostPosted: Mon Mar 20, 2006 10:15 am    Post subject: Reply with quote

Tiger683 wrote:
Repo still changing a little, i'm adding the final-touch fixes (as always suspend2 related :?)


Yes I'm seeing it :wink: I hope you know that suspend 2.2.1 for 2.6.16(final) is out.

Can't wait until you tell how to check out that repo 8)
_________________
Workstation: 5.1 SurroundSound, LIRC remote control; Laptop [IBM-T43]: patched sources, s2disk/ram, fingerprint sensor
Back to top
View user's profile Send private message
Tiger683
Veteran
Veteran


Joined: 08 Jan 2005
Posts: 1347
Location: Heffner's House

PostPosted: Mon Mar 20, 2006 10:20 am    Post subject: Reply with quote

Phlogiston wrote:
Tiger683 wrote:
Repo still changing a little, i'm adding the final-touch fixes (as always suspend2 related :?)


Yes I'm seeing it :wink: I hope you know that suspend 2.2.1 for 2.6.16(final) is out.



It's the same as for rc6, just diff-checked it ;)
_________________
Retired gentoo user
Back to top
View user's profile Send private message
Phlogiston
Veteran
Veteran


Joined: 27 Jan 2004
Posts: 1925
Location: Europe, Swizerland

PostPosted: Mon Mar 20, 2006 10:29 am    Post subject: Reply with quote

Tiger683 wrote:
Phlogiston wrote:
Tiger683 wrote:
Repo still changing a little, i'm adding the final-touch fixes (as always suspend2 related :?)


Yes I'm seeing it :wink: I hope you know that suspend 2.2.1 for 2.6.16(final) is out.



It's the same as for rc6, just diff-checked it ;)

Yes you're right, that's what Nigel said - I remember. Nevermind, I didn't want to interrupt you. :)
_________________
Workstation: 5.1 SurroundSound, LIRC remote control; Laptop [IBM-T43]: patched sources, s2disk/ram, fingerprint sensor
Back to top
View user's profile Send private message
Tiger683
Veteran
Veteran


Joined: 08 Jan 2005
Posts: 1347
Location: Heffner's House

PostPosted: Mon Mar 20, 2006 11:11 am    Post subject: Reply with quote

Con already released 2.6.16-ck1, as soon as fixes are done (almost there), i'll update to ck1
and start testing. by that time i'll already post the ebuild and eclass in this
topic so everyone with "above average" interest can help me testing.

Advantage of git: every fix will be immediately available to everyone by simply reemerge.
_________________
Retired gentoo user
Back to top
View user's profile Send private message
Phlogiston
Veteran
Veteran


Joined: 27 Jan 2004
Posts: 1925
Location: Europe, Swizerland

PostPosted: Mon Mar 20, 2006 11:18 am    Post subject: Reply with quote

Tiger683 wrote:
Con already released 2.6.16-ck1, as soon as fixes are done (almost there), i'll update to ck1
and start testing. by that time i'll already post the ebuild and eclass in this
topic so everyone with "above average" interest can help me testing.

Advantage of git: every fix will be immediately available to everyone by simply reemerge.


Very nice, I can't wait and I will test it on my _not_ civilized hardware as you once said :D
_________________
Workstation: 5.1 SurroundSound, LIRC remote control; Laptop [IBM-T43]: patched sources, s2disk/ram, fingerprint sensor
Back to top
View user's profile Send private message
VanDan
Guru
Guru


Joined: 30 Sep 2002
Posts: 586
Location: Australia

PostPosted: Mon Mar 20, 2006 11:18 am    Post subject: Reply with quote

Any word on the software suspend 2 compilation issues on amd64 systems?
Back to top
View user's profile Send private message
Display posts from previous:   
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9  Next
Page 8 of 9

 
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