Forums

Skip to content

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

Love-sources 2.6.0-test9 - Late but great

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
251 posts
  • Page 10 of 11
    • Jump to page:
  • Previous
  • 1
  • …
  • 7
  • 8
  • 9
  • 10
  • 11
  • Next
Author
Message
antisthenes
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 89
Joined: Tue May 06, 2003 2:34 am

  • Quote

Post by antisthenes » Mon Nov 24, 2003 12:48 am

I don't know what you mean by 'removes everything emerge won't'.
I'll put it in, but can you clarify?

Make install basically copies the new kernel along with some other files to /boot and relinks vmlinuz to the new kernel. Thus, no files are deleted. (make sure you point to /boot/vmlinuz rather than bzImage)
Top
bssteph
l33t
l33t
User avatar
Posts: 653
Joined: Wed Feb 26, 2003 12:33 am
Location: Wisconsin
Contact:
Contact bssteph
Website

  • Quote

Post by bssteph » Mon Nov 24, 2003 12:53 am

There's a cheap digital camera around here that I don't know how to use, maybe I'll try messing with it later and see what happens.
Top
RobMcM
Apprentice
Apprentice
User avatar
Posts: 170
Joined: Fri Jul 11, 2003 7:08 pm
Location: Leeds, UK

  • Quote

Post by RobMcM » Mon Nov 24, 2003 2:12 am

tatesworld wrote:This kernel runs fine here, damn fast running gnome, cant wait for proper 2.6.0 final. Very good.

only slight problem is when using my camera to upload pictures using mass storage usb device , I can only do it once! , if i disconnect power to camera I cannot use it anymore until reboot, get this on dmesg
(dont know if this have been long running through other test kernels, just tried my camera out today)

usb 2-1: USB disconnect, address 4
releasing cfq io scheduler
Unable to handle kernel NULL pointer dereference at virtual address 00000001
printing eip:
00000001
*pde = 05611067
*pte = 00000000
Oops: 0000 [#1]
PREEMPT
CPU: 0
EIP: 0060:[<00000001>] Tainted: PF VLI
EFLAGS: 00010202
EIP is at 0x1
eax: c23a0300 ebx: c0fba000 ecx: 00000001 edx: c0fba000
esi: c0fba010 edi: c03ad560 ebp: c0493824 esp: dfe51e20
ds: 007b es: 007b ss: 0068
Process khubd (pid: 5, threadinfo=dfe50000 task=dff70040)
Stack: c02573ca c0fba000 c23a0300 c02595b8 c0fba000 ddb71400 c03ad530 e187dd5c
c0fba000 c0493ea0 c03ad530 e187f17b ddb71400 00000000 c0253ff0 ddb71580
c0209943 c020965a c0493ec8 ddb715a8 c0209a85 ddb715a8 e1887ce0 ddb71580
Call Trace:

<snip>

Code: Bad EIP value.
I had something similar in test9-loves 1,2 and 3 when I removed my USB zip drive. Its now working in love4, though I still have to try (and fail) to mount /dev/sda before /dev/sda4 will show up and let me mount it using the fstab entry (using hotplug and a modified devfsd.conf to create sda4... it works in 2.4.22).

Its also the only love patch so far that doesn't hard-lock when i shutdown and it comes to unregister USB stuff (I suppose this must be due to the mm patches, gentoo-dev-sources works fine). To be honest I can't really tell if its faster or not, though I haven't used it much yet.

The only strange thing I'm seeing is something to do with unknown keys presumably from something to do with the keyboard. It appears in my root-tail view of /var/log/syslog after I've booted and started X (root-tail is pretty useful for that kind of thing. You get to see nasty errors as they happen so you can do something right away---like reboot to the LiveCD to recover from reiserfs corruption, which just happened not so long ago...)

<EDIT> this is what I'm on about:

Code: Select all

Nov 23 15:59:39 localhost kernel: atkbd.c: Unknown key released (translated set 2, code 0x7a on isa0060/serio0).
I get a couple of them after booting.
Keyboard error or no keyboard present. Press F1 to continue.
Top
antisthenes
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 89
Joined: Tue May 06, 2003 2:34 am

  • Quote

Post by antisthenes » Mon Nov 24, 2003 3:44 am

2.6.0-test10 is finally out.
Top
Maddog39
n00b
n00b
User avatar
Posts: 16
Joined: Fri Sep 12, 2003 2:42 am
Location: Melbourne, AU

  • Quote

Post by Maddog39 » Mon Nov 24, 2003 4:16 am

test10 could fix the usb probs some people are having
Linus Torvalds wrote:(the oopses on USB storage removal that some people have seen should hopefully be fixed).
Top
relyt
Apprentice
Apprentice
Posts: 238
Joined: Thu Aug 29, 2002 10:11 pm
Location: Massachusetts

  • Quote

Post by relyt » Mon Nov 24, 2003 4:40 am

Master_Of_Disaster wrote:BTW, will make install backup your old kernel?
'make install' does whatever /sbin/installkernel tells it to do. Or, like me, you may have a ~/bin/installkernel which takes care of your personal needs.
Top
antisthenes
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 89
Joined: Tue May 06, 2003 2:34 am

  • Quote

Post by antisthenes » Mon Nov 24, 2003 4:51 am

I fixed the not-detecting-grub problem. Edit /usr/sbin/mkboot and in the function

Code: Select all

grubcheck () {
    # Right way in Gentoo to check, but grub is in system profile,
    # so rather check for lilo first....
    if [ -x /usr/bin/qpkg ] ; then
        [ "$(qpkg -nc sys-apps/grub)" = "sys-apps/grub *" ]
    else
        return 1
    fi
}
change the 'qpkg -nc ..' line so that it looks like this:

Code: Select all

grubcheck () {
    # Right way in Gentoo to check, but grub is in system profile,
    # so rather check for lilo first....
    if [ -x /usr/bin/qpkg ] ; then
        [ "$(qpkg -I -nc sys-apps/grub)" = "sys-apps/grub" ]
    else
        return 1
    fi
}
Top
bssteph
l33t
l33t
User avatar
Posts: 653
Joined: Wed Feb 26, 2003 12:33 am
Location: Wisconsin
Contact:
Contact bssteph
Website

  • Quote

Post by bssteph » Mon Nov 24, 2003 6:51 am

;RobMcM wrote: <EDIT> this is what I'm on about:

Code: Select all

Nov 23 15:59:39 localhost kernel: atkbd.c: Unknown key released (translated set 2, code 0x7a on isa0060/serio0).
I get a couple of them after booting.
I get those too. They come after the nvidia taint and AGP messages, so I think they're related to xfree startup... dunno any more than that at this point.

Awesome @ test10, hope an mm comes soon (but not _too_ soon, I want to actually use love4 ;) )
Top
Master_Of_Disaster
l33t
l33t
User avatar
Posts: 610
Joined: Fri Feb 28, 2003 7:57 pm
Location: 15.05072° East, 48.13747° North (aka Mauer), Austria
Contact:
Contact Master_Of_Disaster
Website

  • Quote

Post by Master_Of_Disaster » Mon Nov 24, 2003 8:31 am

antisthenes wrote:I don't know what you mean by 'removes everything emerge won't'.
I'll put it in, but can you clarify?
Emerge leaves /usr/src/linux-${KERNEL-VERSION} directory. After for example emerge -C mm-sources the directory /usr/src/linux-2.6.0-test9-mm5 still exists.
post tenebras lux, post fenestras tux
Registered Linux User Nr. 312509
Adopt an unanswered post today!
Top
SaFrOuT
Apprentice
Apprentice
User avatar
Posts: 256
Joined: Tue Jul 08, 2003 10:58 pm
Location: Egypt
Contact:
Contact SaFrOuT
Website

a silly question from a newbie

  • Quote

Post by SaFrOuT » Mon Nov 24, 2003 11:42 am

but how can i install the love2 pathced kernel

i can't find it in portage

i sure know how to install a kernel but i am asking here how can i emerge the wanted files?
Top
nephros
Advocate
Advocate
User avatar
Posts: 2139
Joined: Fri Feb 07, 2003 2:46 am
Location: Graz, Austria (Europe - no kangaroos.)
Contact:
Contact nephros
Website

  • Quote

Post by nephros » Mon Nov 24, 2003 11:58 am

Master_Of_Disaster wrote:
antisthenes wrote:I don't know what you mean by 'removes everything emerge won't'.
I'll put it in, but can you clarify?
Emerge leaves /usr/src/linux-${KERNEL-VERSION} directory. After for example emerge -C mm-sources the directory /usr/src/linux-2.6.0-test9-mm5 still exists.
That is because emerge only knows about the source files, and will only uninstall those; after you built a kernel the object files will still be in the directory, and emerge doesn't delete non-empty directories.
Please put [SOLVED] in your topic if you are a moron.
Top
nepenthe
Guru
Guru
User avatar
Posts: 317
Joined: Sun Jul 14, 2002 11:44 pm
Location: Sanford, ME
Contact:
Contact nepenthe
Website

Re: a silly question from a newbie

  • Quote

Post by nepenthe » Mon Nov 24, 2003 6:49 pm

SaFrOuT wrote:but how can i install the love2 pathced kernel

i can't find it in portage

i sure know how to install a kernel but i am asking here how can i emerge the wanted files?
Just rename or copy previous ebuild over i.e

Code: Select all

cp love-sources-2.6.0_beta9-r4.ebuild love-sources-2.6.0_beta9-r2.ebuild
I'm pretty positive
Top
bssteph
l33t
l33t
User avatar
Posts: 653
Joined: Wed Feb 26, 2003 12:33 am
Location: Wisconsin
Contact:
Contact bssteph
Website

  • Quote

Post by bssteph » Tue Nov 25, 2003 2:06 am

Master_Of_Disaster wrote:
antisthenes wrote:I don't know what you mean by 'removes everything emerge won't'.
I'll put it in, but can you clarify?
Emerge leaves /usr/src/linux-${KERNEL-VERSION} directory. After for example emerge -C mm-sources the directory /usr/src/linux-2.6.0-test9-mm5 still exists.
Indeed.
A kludge could be to make mrproper in source trees. This would likely be ALL of the source trees (or all love source trees, whatever) unless you can get a list of what will be pruned. Doing that before you go about the pruning could do the trick, just make sure the .config is stashed in /usr/src/ or something, maybe by picking the latest config based on uname -r

About test10-mm, there is this, which I read before but didn't entirely grok:
Linus Torvalds wrote:Timing-wise Andrew is apparently going to be off for a few weeks, so regardless of whether this turns out to be rock solid or not, we'll have a few weeks of final testing before [final 2.6.0] were to happen.
Which leads me to assume we may not see a test10-mm (instead going straight to final), or it will be some time in coming.
In this light, I may release a love in a couple days based on an early bk or something (it's hard to say what I'll really do, Andrew is still posting on LKML so we'll see if we don't get lucky anyway). Just thought I'd give a heads up.
Top
Lovechild
Advocate
Advocate
User avatar
Posts: 2858
Joined: Fri May 17, 2002 12:00 pm
Location: Århus, Denmark

  • Quote

Post by Lovechild » Tue Nov 25, 2003 3:01 am

I have another request - from the highest of places, the mighty Linus Torvalds, fifth most influencial man in technology, bring of the vanilla sources.

if you have a reproducable crash, please try compiling a kernel without the preemptive option enabled as it's still prone to some cornercase errors. If you can still reproduce the crash you have a seperate bug, Robert Love is supposedly working on fixing the PKS but it's a tricky piece of code so don't expect it to be fool proof anytime soon.

In some cases disabling preemptive kernel scheduling will also fix skipping problems so it's worth a shot as a debug option.
Don't listen to sparc developers....
Top
antisthenes
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 89
Joined: Tue May 06, 2003 2:34 am

  • Quote

Post by antisthenes » Tue Nov 25, 2003 3:16 am

The .config issue is taken care of because I use the '/proc/config.gz' interface anyway in the script. So would, for example, a

Code: Select all

for tree in /usr/src/linux-2.6.0-test*-love*; do cd $tree; make mrproper; done
work?

Also, I could just do a

Code: Select all

cp /usr/src/linux-2.6.0-test${1}-love${2}/.config /usr/src/ 
at the end (or before the mrproper step).
Top
bssteph
l33t
l33t
User avatar
Posts: 653
Joined: Wed Feb 26, 2003 12:33 am
Location: Wisconsin
Contact:
Contact bssteph
Website

  • Quote

Post by bssteph » Tue Nov 25, 2003 3:36 am

Ooh, yes, Lovechild brings up an excellent point, again kind of zipped over by me. Linus suspects preempt is turning up race conditions easier than normal. This is not to say "don't use preempt" because it's been working fine for me and plenty of others with no strange oopses. So just be mindful of that.


Yeah, the for loop is what I was thinking. I haven't given it too much thought, what I said was just pondering out loud, but that should do the trick.
It's either that or rm -rf the old trees after the prune, but I think make mrproper makes a bit more sense, and you'd have to be sure not to rm -rf what you just emerged anyway.

/proc/config.gz is probably a better idea too, I'd forgotten all about it.
Top
antisthenes
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 89
Joined: Tue May 06, 2003 2:34 am

  • Quote

Post by antisthenes » Tue Nov 25, 2003 3:43 am

For what it's worth, the new, slightly amended script is here:

http://antisthenes.dyndns.org/pub/lovebuild.sh

I don't think killing my server should be a problem, I've got thttpd w/ throttling set up.

Mainly, I've just added the cleanup part and removed the pseudo-error message.
Top
nephros
Advocate
Advocate
User avatar
Posts: 2139
Joined: Fri Feb 07, 2003 2:46 am
Location: Graz, Austria (Europe - no kangaroos.)
Contact:
Contact nephros
Website

  • Quote

Post by nephros » Tue Nov 25, 2003 10:34 am

antisthenes wrote:For what it's worth, the new, slightly amended script is here:

http://antisthenes.dyndns.org/pub/lovebuild.sh
The server gives a 403:

Code: Select all

The requested URL '/pub/lovebuild.sh' resolves to a file which is marked executable but is not a CGI file; retrieving it is forbidden.
which is cute.
I think you need to do a chmod a-x lovebuild.sh
Please put [SOLVED] in your topic if you are a moron.
Top
antisthenes
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 89
Joined: Tue May 06, 2003 2:34 am

  • Quote

Post by antisthenes » Tue Nov 25, 2003 12:41 pm

Whoops....heh.

Fixed.
Top
bssteph
l33t
l33t
User avatar
Posts: 653
Joined: Wed Feb 26, 2003 12:33 am
Location: Wisconsin
Contact:
Contact bssteph
Website

  • Quote

Post by bssteph » Wed Nov 26, 2003 5:46 am

Everyone that's been waiting on the edge of their chairs for a test10-love1 (I saw you in the test10 thread!) can breathe a sigh of relief, Andrew just released test10-mm1.
Top
MG-Cloud
Apprentice
Apprentice
Posts: 200
Joined: Tue Oct 28, 2003 1:21 am

  • Quote

Post by MG-Cloud » Wed Nov 26, 2003 6:38 am

I've been toying with the idea of applying love-sources lately (I've mainly been using vanilla and mm), but I have a really quick question about bootsplash.

Does it decrease performance noticably? I remember reading in 'make menuconfig' that compiling framebuffer support can slow things down. I can live with a couple of seconds extra boot up time, but things should be OK once I boot up XFree/GNOME right? Performance is pretty important to me as I like to multitask and have several multimedia apps going simultaneously (eg ... xmms, gimp, and games :) That's why I've been loving mm-sources)

Thanks! With luck, I'll be using test10-love1 when it comes out :D
Top
bssteph
l33t
l33t
User avatar
Posts: 653
Joined: Wed Feb 26, 2003 12:33 am
Location: Wisconsin
Contact:
Contact bssteph
Website

  • Quote

Post by bssteph » Wed Nov 26, 2003 6:51 am

MG-Cloud wrote:I've been toying with the idea of applying love-sources lately (I've mainly been using vanilla and mm), but I have a really quick question about bootsplash.

Does it decrease performance noticably? I remember reading in 'make menuconfig' that compiling framebuffer support can slow things down. I can live with a couple of seconds extra boot up time, but things should be OK once I boot up XFree/GNOME right? Performance is pretty important to me as I like to multitask and have several multimedia apps going simultaneously (eg ... xmms, gimp, and games :) That's why I've been loving mm-sources)

Thanks! With luck, I'll be using test10-love1 when it comes out :D
Framebuffer and bootsplash don't cause any significant performance drop once you get into X (or at least no one's noticed one, and I think us here are all crazy desktop users). There's likely a bit more RAM being used by the kernel, but that should be it. The performance drop they're probably referring to is that text scrolling can be DOG SLOW in a framebuffer terminal (PgUp, PgDown in less takes a bit). Other than that I don't know of any performance drop.
Top
MG-Cloud
Apprentice
Apprentice
Posts: 200
Joined: Tue Oct 28, 2003 1:21 am

  • Quote

Post by MG-Cloud » Thu Nov 27, 2003 6:00 am

bssteph wrote:
MG-Cloud wrote:I've been toying with the idea of applying love-sources lately (I've mainly been using vanilla and mm), but I have a really quick question about bootsplash.

Does it decrease performance noticably? I remember reading in 'make menuconfig' that compiling framebuffer support can slow things down. I can live with a couple of seconds extra boot up time, but things should be OK once I boot up XFree/GNOME right? Performance is pretty important to me as I like to multitask and have several multimedia apps going simultaneously (eg ... xmms, gimp, and games :) That's why I've been loving mm-sources)

Thanks! With luck, I'll be using test10-love1 when it comes out :D
Framebuffer and bootsplash don't cause any significant performance drop once you get into X (or at least no one's noticed one, and I think us here are all crazy desktop users). There's likely a bit more RAM being used by the kernel, but that should be it. The performance drop they're probably referring to is that text scrolling can be DOG SLOW in a framebuffer terminal (PgUp, PgDown in less takes a bit). Other than that I don't know of any performance drop.
Thanks for the help, looks like I'll be installing this *very* soon :)
Top
nephros
Advocate
Advocate
User avatar
Posts: 2139
Joined: Fri Feb 07, 2003 2:46 am
Location: Graz, Austria (Europe - no kangaroos.)
Contact:
Contact nephros
Website

  • Quote

Post by nephros » Thu Nov 27, 2003 1:07 pm

Just for the record, the love continues here:
http://forums.gentoo.org/viewtopic.php?t=109557
Please put [SOLVED] in your topic if you are a moron.
Top
jut2004
n00b
n00b
Posts: 2
Joined: Wed Jan 07, 2004 3:00 pm

2.6.1-rc1-love2 boot splash problem

  • Quote

Post by jut2004 » Fri Jan 09, 2004 5:36 am

hello all,

I just succesfully patched my kernel with the love source patch , and am trying to setup bootsplash but I can't find the use bootsplah option i was wondering if anyone had any ideas how to setup bootsplash with love sources or what's wrong with the patch

Thanks
Jut[/img]
Top
Post Reply

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