Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
2.6.7_rc2-love1 aka "Texas Shotguns of Play Doh"
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4  Next  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
silverter
Guru
Guru


Joined: 10 Apr 2002
Posts: 491
Location: Ulm, DE

PostPosted: Wed Jun 02, 2004 3:46 pm    Post subject: Reply with quote

OneOfOne wrote:
silverter wrote:
Sgaduuw wrote:
this love-sources release managed to slow down my worklaptop to a crawl, simple things like "Setting up lo" took about 3 minutes to complete.

I'll experiment a bit with my kernel configs to see what the cause was.

Same observation over here, I really don't what's happening...

regards,

I blame staircase i guess.
[...]
peace

Yup, staircase and parallel starting the init services do not play good. I switched the parallel starting of the init services off, and now all the services starts without big delay.
I haven't benchmarked the speed change between using staircase or parallel starting the init services, but on my laptop (1 x pentium III) I see no big difference. Could someone confirm this?

HTH

regards
_________________
-- A Guru was once a Beginner --
Back to top
View user's profile Send private message
Cerement
Guru
Guru


Joined: 14 Jun 2003
Posts: 404

PostPosted: Wed Jun 02, 2004 4:02 pm    Post subject: Reply with quote

fallow wrote:
maybe selectable scheduler beetwen nick`s and staircase...?
i think this is good idea:)

Con Kolivas (KernelTrap) wrote:
I think the ebs [scheduler] is an awesome idea but it needs a heck of a lot of testing - I can't say I've tried it myself yet.

What I do know is we'll have quite a few schedulers for 2.7 as I see pluggable [CPU] schedulers not far away.
Back to top
View user's profile Send private message
fallow
Bodhisattva
Bodhisattva


Joined: 08 Jan 2004
Posts: 2208
Location: Poland

PostPosted: Wed Jun 02, 2004 4:47 pm    Post subject: Reply with quote

Cerement,
Sounds good , but is not so difficult to make selectable scheduler at now.
i`ve done this (between normal scheduler and staircase 5.5) in 2.6.7_rc1-mm1 , i think is ok :)

ebs is interesting idea

greetings
_________________
"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
alinv
Guru
Guru


Joined: 19 Nov 2002
Posts: 395
Location: Bucharest

PostPosted: Wed Jun 02, 2004 4:53 pm    Post subject: Reply with quote

thenapalm wrote:
Code:
  CC      mm/vmscan.o
mm/vmscan.c: In function `shrink_all_memory':
mm/vmscan.c:1196: error: `priority' undeclared (first use in this function)
mm/vmscan.c:1196: error: (Each undeclared identifier is reported only once
mm/vmscan.c:1196: error: for each function it appears in.)
make[1]: *** [mm/vmscan.o] Error 1
make: *** [mm] Error 2


Same thing here :(

Edit: Seems to be from win4lin.
_________________
Ever tried. Ever failed. No matter. Try Again. Fail again. Fail better.
S.B.
Back to top
View user's profile Send private message
danone
Guru
Guru


Joined: 18 Jan 2004
Posts: 398
Location: Germany

PostPosted: Wed Jun 02, 2004 6:14 pm    Post subject: Reply with quote

At Redeeman`s site is a patch for Nicksched v31 and it applies cleany against 2.6.7-rc2-mm2. and works like charme - a patch can be found http://f-mt.de/linux/2.6.7-rc2-iogl.bz2

patches

2.6.7-mm2
bootsplash
patch-vesafb-2.6.6
nicksched v31
supermount-2.0.4
_________________
[:: Processor: Intel Core 2 Duo E6300 ]::[ Mainboard: ASUS P5B Deluxe ]::[ GPU: nVidia 7900GTO ::]
[:: RAM: HyperX DDR2 800 ]::[ Samsung SH-183A SATA:: CREATiVE X-Fi XtremeMusic :: ]
Back to top
View user's profile Send private message
Pink
Veteran
Veteran


Joined: 24 Jul 2003
Posts: 1062

PostPosted: Wed Jun 02, 2004 7:40 pm    Post subject: Reply with quote

danone wrote:
At Redeeman`s site is a patch for Nicksched v31 and it applies cleany against 2.6.7-rc2-mm2. and works like charme - a patch can be found http://f-mt.de/linux/2.6.7-rc2-iogl.bz2

patches

2.6.7-mm2
bootsplash
patch-vesafb-2.6.6
nicksched v31
supermount-2.0.4


I don't get anything from your link except an unfinished flash site :?
Back to top
View user's profile Send private message
cron0
Tux's lil' helper
Tux's lil' helper


Joined: 05 Jan 2004
Posts: 132
Location: Montreal, Quebec

PostPosted: Wed Jun 02, 2004 8:18 pm    Post subject: Reply with quote

silverter wrote:

Yup, staircase and parallel starting the init services do not play good. I switched the parallel starting of the init services off, and now all the services starts without big delay.
I haven't benchmarked the speed change between using staircase or parallel starting the init services, but on my laptop (1 x pentium III) I see no big difference. Could someone confirm this?


Sorry for this being offtopic but... How do you enable/disable parallel starting of init services? I haven't heard of such thing before... It looks interesting...

Cron0
Back to top
View user's profile Send private message
silverter
Guru
Guru


Joined: 10 Apr 2002
Posts: 491
Location: Ulm, DE

PostPosted: Wed Jun 02, 2004 8:22 pm    Post subject: Reply with quote

JF_Cron0 wrote:
silverter wrote:

Yup, staircase and parallel starting the init services do not play good. I switched the parallel starting of the init services off, and now all the services starts without big delay.
I haven't benchmarked the speed change between using staircase or parallel starting the init services, but on my laptop (1 x pentium III) I see no big difference. Could someone confirm this?


Sorry for this being offtopic but... How do you enable/disable parallel starting of init services? I haven't heard of such thing before... It looks interesting...

Cron0

Edit the file /etc/conf.d/rc and adjust this accrodingliy:
Code:
# Set to "yes" if you want the rc system to try and start services
# in parallel for slight speed improvement.

RC_PARALLEL_STARTUP="no"



HTh

regards
_________________
-- A Guru was once a Beginner --
Back to top
View user's profile Send private message
GentooBox
Veteran
Veteran


Joined: 22 Jun 2003
Posts: 1168
Location: Denmark

PostPosted: Wed Jun 02, 2004 8:32 pm    Post subject: Reply with quote

http://www.namesys.com/auto-snapshots/

now there is a reason to make a new love release ;)

EDIT: It works on this love release, the diff file only have 2 small failed hunks.
_________________
Encrypt, lock up everything and duct tape the rest


Last edited by GentooBox on Wed Jun 02, 2004 8:41 pm; edited 1 time in total
Back to top
View user's profile Send private message
cron0
Tux's lil' helper
Tux's lil' helper


Joined: 05 Jan 2004
Posts: 132
Location: Montreal, Quebec

PostPosted: Wed Jun 02, 2004 8:33 pm    Post subject: Reply with quote

@silverter

Thanks for the quick answer! I changed the line to enable parallel starting of init services... It's nice to see everything starting faster on older kernels...

But I'm getting long startup times with this version of love-sources.. Same as you..
Back to top
View user's profile Send private message
fallow
Bodhisattva
Bodhisattva


Joined: 08 Jan 2004
Posts: 2208
Location: Poland

PostPosted: Wed Jun 02, 2004 10:08 pm    Post subject: Reply with quote

GentooBox wrote:
http://www.namesys.com/auto-snapshots/



WOW! really good :)
_________________
"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
danone
Guru
Guru


Joined: 18 Jan 2004
Posts: 398
Location: Germany

PostPosted: Wed Jun 02, 2004 11:50 pm    Post subject: Reply with quote

Sorry but I updated the patch with reiser4 support!
You can get iogl-sources @
http://www.f-mt.de/linux/iogl-sources/iogl-sources-2.6.7_rc-r2.ebuild

in the patch are
Nicksched v31
reiser4
bootsplash-2.6.7-rc2-r2.diff
supermount
vesafb-refresh-patch-2.6.6
some odds of pciids ---> started a thread to collect pciids and usbids ---> I would like to extend the pciid database:-)
some fixes from lkml.org
_________________
[:: Processor: Intel Core 2 Duo E6300 ]::[ Mainboard: ASUS P5B Deluxe ]::[ GPU: nVidia 7900GTO ::]
[:: RAM: HyperX DDR2 800 ]::[ Samsung SH-183A SATA:: CREATiVE X-Fi XtremeMusic :: ]
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Wed Jun 02, 2004 11:56 pm    Post subject: Reply with quote

Code:

  CC      drivers/net/e1000/e1000_main.o
  CC      drivers/net/e1000/e1000_hw.o
  CC      drivers/net/e1000/e1000_ethtool.o
drivers/net/e1000/e1000_ethtool.c:57: Fehler: Fehler beim Parsen vor "static"
drivers/net/e1000/e1000_ethtool.c:58: Warnung: geschweifte Klammern fehlen um Initialisierung
drivers/net/e1000/e1000_ethtool.c:58: Warnung: (nahe der Initialisierung f?r >>e1000_gstrings_stats[0]<<)
drivers/net/e1000/e1000_ethtool.c:58: Warnung: ?berlauf in impliziter Konstantenkonvertierung
drivers/net/e1000/e1000_ethtool.c:59: Fehler: Fehler beim Parsen vor >>{<<
drivers/net/e1000/e1000_ethtool.c: In function `e1000_get_settings':
drivers/net/e1000/e1000_ethtool.c:109: Fehler: Speicherklasse f?r Parameter >>e1000_get_settings<< angegeben
drivers/net/e1000/e1000_ethtool.c:109: Fehler: Fehler beim Parsen vor >>{<<
drivers/net/e1000/e1000_ethtool.c:111: Fehler: Parameter >>adapter<< ist initialisiert
drivers/net/e1000/e1000_ethtool.c:111: Fehler: >>dev<< nicht deklariert (erste Benutzung in dieser Funktion)
drivers/net/e1000/e1000_ethtool.c:111: Fehler: (Jeder nicht deklarierte Bezeichner wird nur einmal aufgef?hrt
drivers/net/e1000/e1000_ethtool.c:111: Fehler: f?r jede Funktion in der er auftritt.)
drivers/net/e1000/e1000_ethtool.c:111: durch fr?here Fehler verwirrt, Abbruch
make[3]: *** [drivers/net/e1000/e1000_ethtool.o] Fehler 1
make[2]: *** [drivers/net/e1000] Fehler 2
make[1]: *** [drivers/net] Fehler 2
make: *** [drivers] Fehler


luckily it is just my second unused ethernet card :)

ups... warnings in german, whatever :lol:
_________________
hear hear
Back to top
View user's profile Send private message
cocoliso
n00b
n00b


Joined: 07 Mar 2004
Posts: 68

PostPosted: Wed Jun 02, 2004 11:59 pm    Post subject: Reply with quote

i get this error while compiling...

LD init/built-in.o
LD .tmp_vmlinux1
fs/built-in.o(.text+0x137e23): In function `xfs_attr_shortform_list':
: undefined reference to `qsort'
fs/built-in.o(.text+0x1589a7): In function `xfs_dir2_sf_to_block':
: undefined reference to `qsort'
fs/built-in.o(.text+0x161859): In function `xfs_dir_shortform_getdents':
: undefined reference to `qsort'
make: *** [.tmp_vmlinux1] Error 1


any ideas?
Back to top
View user's profile Send private message
danone
Guru
Guru


Joined: 18 Jan 2004
Posts: 398
Location: Germany

PostPosted: Thu Jun 03, 2004 12:25 am    Post subject: Reply with quote

german..funny..okay so i have to apply the e1000 patch..

@cocoliso:
do you have selinux or so on?i also use XFS and it works fine
have-xfs-use-kernel-provided-qsort-fix does not in in this patch..well this i should fix asap..stay tuned
Code:
 CC      fs/xfs/xfs_dir2_data.o
  CC      net/ipv4/netfilter/ipt_TCPMSS.o
  CC      net/ipv4/netfilter/arp_tables.o
  CC      fs/xfs/xfs_dir2_leaf.o
  CC      net/ipv4/netfilter/arpt_mangle.o
  CC      net/sched/sch_fifo.o
  CC      fs/xfs/xfs_dir2_node.o
  CC      net/ipv4/netfilter/arptable_filter.o
  CC      net/sched/estimator.o
  LD      net/sched/built-in.o
  CC      net/ipv4/xfrm4_state.o
  CC      net/ipv4/netfilter/ip_queue.o
  CC      net/ipv4/xfrm4_input.o
  LD      net/ipv4/netfilter/ip_conntrack.o
  LD      net/ipv4/netfilter/built-in.o
  CC      net/unix/af_unix.o
  CC      net/ipv4/xfrm4_tunnel.o
  LD      net/ipv4/built-in.o
  CC      net/xfrm/xfrm_policy.o
  CC      net/unix/garbage.o
  CC      fs/xfs/xfs_dir2_sf.o
  CC      net/xfrm/xfrm_state.o
  CC      fs/xfs/xfs_dir_leaf.o
  CC      net/xfrm/xfrm_input.o
  CC      net/unix/sysctl_net_unix.o
  LD      net/unix/unix.o
  LD      net/unix/built-in.o
  CC      net/sysctl_net.o
  CC      net/xfrm/xfrm_algo.o
  CC      fs/xfs/xfs_error.o
  CC      fs/xfs/xfs_extfree_item.o
  CC      net/xfrm/xfrm_output.o
  CC      net/xfrm/xfrm_export.o
  CC      fs/xfs/xfs_fsops.o
  CC      net/xfrm/xfrm_user.o
  CC      fs/xfs/xfs_ialloc.o
  CC      fs/xfs/xfs_ialloc_btree.o
  CC      fs/xfs/xfs_iget.o
  LD      net/xfrm/built-in.o
  LD      net/built-in.o
  CC      fs/xfs/xfs_inode.o
  CC      fs/xfs/xfs_inode_item.o
  CC      fs/xfs/xfs_iocore.o
  CC      fs/xfs/xfs_iomap.o
  CC      fs/xfs/xfs_itable.o
  CC      fs/xfs/xfs_dfrag.o
  CC      fs/xfs/xfs_log.o
  CC      fs/xfs/xfs_log_recover.o
  CC      fs/xfs/xfs_macros.o
  CC      fs/xfs/xfs_mount.o
  CC      fs/xfs/xfs_rename.o
  CC      fs/xfs/xfs_trans.o
  CC      fs/xfs/xfs_trans_ail.o
  CC      fs/xfs/xfs_trans_buf.o
  CC      fs/xfs/xfs_trans_extfree.o
  CC      fs/xfs/xfs_trans_inode.o
  CC      fs/xfs/xfs_trans_item.o
  CC      fs/xfs/xfs_utils.o
  CC      fs/xfs/xfs_vfsops.o
  CC      fs/xfs/xfs_vnodeops.o
  CC      fs/xfs/xfs_rw.o
  CC      fs/xfs/xfs_dmops.o
  CC      fs/xfs/xfs_qmops.o
  CC      fs/xfs/linux-2.6/xfs_aops.o
  CC      fs/xfs/linux-2.6/xfs_buf.o
  CC      fs/xfs/linux-2.6/xfs_file.o
  CC      fs/xfs/linux-2.6/xfs_fs_subr.o
  CC      fs/xfs/linux-2.6/xfs_globals.o
  CC      fs/xfs/linux-2.6/xfs_ioctl.o
  CC      fs/xfs/linux-2.6/xfs_iops.o
  CC      fs/xfs/linux-2.6/xfs_lrw.o
  CC      fs/xfs/linux-2.6/xfs_super.o
  CC      fs/xfs/linux-2.6/xfs_vfs.o
  CC      fs/xfs/linux-2.6/xfs_vnode.o
  CC      fs/xfs/support/debug.o
  CC      fs/xfs/support/move.o
  CC      fs/xfs/support/qsort.o
  CC      fs/xfs/support/uuid.o
  LD      fs/xfs/xfs.o
  LD      fs/xfs/built-in.o
  LD      fs/built-in.o
  GEN     .version
  CHK     include/linux/compile.h
  UPD     include/linux/compile.h
  CC      init/version.o
  LD      init/built-in.o
  LD      .tmp_vmlinux1
  KSYM    .tmp_kallsyms1.S
  AS      .tmp_kallsyms1.o
  LD      .tmp_vmlinux2
  KSYM    .tmp_kallsyms2.S
  AS      .tmp_kallsyms2.o
  LD      vmlinux
  Building modules, stage 2.
  MODPOST
  CC      fs/ext2/ext2.mod.o
  CC      fs/fat/fat.mod.o
  CC      fs/msdos/msdos.mod.o
  CC      fs/ntfs/ntfs.mod.o
  CC      fs/vfat/vfat.mod.o
  LD [M]  fs/ext2/ext2.ko
  LD [M]  fs/fat/fat.ko
  LD [M]  fs/msdos/msdos.ko
  LD [M]  fs/ntfs/ntfs.ko
  LD [M]  fs/vfat/vfat.ko

_________________
[:: Processor: Intel Core 2 Duo E6300 ]::[ Mainboard: ASUS P5B Deluxe ]::[ GPU: nVidia 7900GTO ::]
[:: RAM: HyperX DDR2 800 ]::[ Samsung SH-183A SATA:: CREATiVE X-Fi XtremeMusic :: ]
Back to top
View user's profile Send private message
CaribbeanKnight
Apprentice
Apprentice


Joined: 27 Apr 2003
Posts: 240
Location: Earth -> Europe -> Belgium -> Diest

PostPosted: Thu Jun 03, 2004 12:49 am    Post subject: Reply with quote

danone, on trying to compile your kernel, i get this error:
Code:

.....
  LD      net/unix/built-in.o
  LD      net/xfrm/built-in.o
  CC      net/sysctl_net.o
  LD      net/built-in.o
  CC      lib/kref.o
  HOSTCC  lib/gen_crc32table
  GEN     lib/crc32table.h
  CC      lib/crc32.o
  LD      lib/built-in.o
  CC      lib/bitmap.o
  CC      lib/bust_spinlocks.o
  CC      lib/cmdline.o
  CC      lib/ctype.o
  CC      lib/div64.o
  CC      lib/dump_stack.o
  CC      lib/errno.o
  CC      lib/extable.o
  CC      lib/idr.o
  CC      lib/int_sqrt.o
  CC      lib/kobject.o
  CC      lib/parser.o
  CC      lib/radix-tree.o
  CC      lib/rbtree.o
  CC      lib/rwsem.o
  CC      lib/string.o
  CC      lib/vsprintf.o
  AR      lib/lib.a
  LD      arch/i386/lib/built-in.o
  AS      arch/i386/lib/checksum.o
  CC      arch/i386/lib/dec_and_lock.o
  CC      arch/i386/lib/delay.o
  AS      arch/i386/lib/getuser.o
  CC      arch/i386/lib/memcpy.o
  CC      arch/i386/lib/mmx.o
  CC      arch/i386/lib/strstr.o
  CC      arch/i386/lib/usercopy.o
  AR      arch/i386/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(.data+0xbb4): undefined reference to `unknown_nmi_panic'
kernel/built-in.o(.data+0xbc4): undefined reference to `proc_unknown_nmi_panic'
make: *** [.tmp_vmlinux1] Error 1
StardusT linux #

anything i forgot to enable or something maybe..?
_________________
...we ain't shit...
Linux User #353893
Back to top
View user's profile Send private message
danone
Guru
Guru


Joined: 18 Jan 2004
Posts: 398
Location: Germany

PostPosted: Thu Jun 03, 2004 12:57 am    Post subject: Reply with quote

CaribbeanKnight wrote:
danone, on trying to compile your kernel, i get this error:
Code:

.....
  LD      net/unix/built-in.o
  LD      net/xfrm/built-in.o
  CC      net/sysctl_net.o
  LD      net/built-in.o
  CC      lib/kref.o
  HOSTCC  lib/gen_crc32table
  GEN     lib/crc32table.h
  CC      lib/crc32.o
  LD      lib/built-in.o
  CC      lib/bitmap.o
  CC      lib/bust_spinlocks.o
  CC      lib/cmdline.o
  CC      lib/ctype.o
  CC      lib/div64.o
  CC      lib/dump_stack.o
  CC      lib/errno.o
  CC      lib/extable.o
  CC      lib/idr.o
  CC      lib/int_sqrt.o
  CC      lib/kobject.o
  CC      lib/parser.o
  CC      lib/radix-tree.o
  CC      lib/rbtree.o
  CC      lib/rwsem.o
  CC      lib/string.o
  CC      lib/vsprintf.o
  AR      lib/lib.a
  LD      arch/i386/lib/built-in.o
  AS      arch/i386/lib/checksum.o
  CC      arch/i386/lib/dec_and_lock.o
  CC      arch/i386/lib/delay.o
  AS      arch/i386/lib/getuser.o
  CC      arch/i386/lib/memcpy.o
  CC      arch/i386/lib/mmx.o
  CC      arch/i386/lib/strstr.o
  CC      arch/i386/lib/usercopy.o
  AR      arch/i386/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(.data+0xbb4): undefined reference to `unknown_nmi_panic'
kernel/built-in.o(.data+0xbc4): undefined reference to `proc_unknown_nmi_panic'
make: *** [.tmp_vmlinux1] Error 1
StardusT linux #

anything i forgot to enable or something maybe..?
try to turn of the collect scheduler.or could you please so kind send me pm with your kernel conf? dman late...tomorrow uni..heaetoday..
_________________
[:: Processor: Intel Core 2 Duo E6300 ]::[ Mainboard: ASUS P5B Deluxe ]::[ GPU: nVidia 7900GTO ::]
[:: RAM: HyperX DDR2 800 ]::[ Samsung SH-183A SATA:: CREATiVE X-Fi XtremeMusic :: ]
Back to top
View user's profile Send private message
cocoliso
n00b
n00b


Joined: 07 Mar 2004
Posts: 68

PostPosted: Thu Jun 03, 2004 1:08 am    Post subject: Reply with quote

danone:

i dont have selinux enable. To tell you the truth i dont use XFS, i just build it cause i like to have all fs in the kernel in case i may need them in the future...


do you need anyomore info...?
Back to top
View user's profile Send private message
CaribbeanKnight
Apprentice
Apprentice


Joined: 27 Apr 2003
Posts: 240
Location: Earth -> Europe -> Belgium -> Diest

PostPosted: Thu Jun 03, 2004 1:08 am    Post subject: Reply with quote

danone: 'Collect scheduler statistics' is already off... :?
_________________
...we ain't shit...
Linux User #353893
Back to top
View user's profile Send private message
dvc5
Guru
Guru


Joined: 06 Dec 2003
Posts: 433
Location: Sunnyvale, California

PostPosted: Thu Jun 03, 2004 1:15 am    Post subject: Reply with quote

Code:
loz@thinkloz loz $ uname -a
Linux thinkloz.org 2.6.7-rc2-love1 #1 Wed Jun 2 13:16:28 PDT 2004 i686 Intel(R) Celeron(TM) CPU                1066MHz GenuineIntel GNU/Linux


loz@thinkloz loz $ lsmod
Module                  Size  Used by
i830                   73892  3
parport_pc             27200  1
lp                      9128  0
parport                34248  2 parport_pc,lp
ohci_hcd               18948  0
usbhid                 30784  0
uhci_hcd               29456  0
intel_agp              17692  1
agpgart                27944  4 intel_agp
e100                   29056  0
mii                     4224  1 e100
usb_storage            26752  0
ehci_hcd               26500  0
usbcore                98912  7 ohci_hcd,usbhid,uhci_hcd,usb_storage,ehci_hcd
loz@thinkloz loz $

Works beautifully, finally my i830 module isn't broken.
:lol:
_________________
#define NULL rand() /*heh heh heh */

Green Is Good
Back to top
View user's profile Send private message
danone
Guru
Guru


Joined: 18 Jan 2004
Posts: 398
Location: Germany

PostPosted: Thu Jun 03, 2004 1:19 am    Post subject: Reply with quote

cocoliso wrote:
danone:

i dont have selinux enable. To tell you the truth i dont use XFS, i just build it cause i like to have all fs in the kernel in case i may need them in the future...


do you need anyomore info...?

ALL FS?maybe that is not the best way you should compile fs you use or want to use...but all:-)disable qsort than it should work...

@CaribbeanKnight

Could you also be so kind to send me your conf..
maybe its the profilling or the system call
_________________
[:: Processor: Intel Core 2 Duo E6300 ]::[ Mainboard: ASUS P5B Deluxe ]::[ GPU: nVidia 7900GTO ::]
[:: RAM: HyperX DDR2 800 ]::[ Samsung SH-183A SATA:: CREATiVE X-Fi XtremeMusic :: ]
Back to top
View user's profile Send private message
cocoliso
n00b
n00b


Joined: 07 Mar 2004
Posts: 68

PostPosted: Thu Jun 03, 2004 1:25 am    Post subject: Reply with quote

hehe yeah i know im just too lazy so i build all of them.....instead of the one i need :lol: , for now i just disable xfs i will try your fix later...
Back to top
View user's profile Send private message
danone
Guru
Guru


Joined: 18 Jan 2004
Posts: 398
Location: Germany

PostPosted: Thu Jun 03, 2004 1:27 am    Post subject: Reply with quote

The fix for xfs is in but seems to be broken again..since onetime a breaked my gentoo with reiser4 and love-2.6.6-r4 i went back to xfs
_________________
[:: Processor: Intel Core 2 Duo E6300 ]::[ Mainboard: ASUS P5B Deluxe ]::[ GPU: nVidia 7900GTO ::]
[:: RAM: HyperX DDR2 800 ]::[ Samsung SH-183A SATA:: CREATiVE X-Fi XtremeMusic :: ]
Back to top
View user's profile Send private message
CaribbeanKnight
Apprentice
Apprentice


Joined: 27 Apr 2003
Posts: 240
Location: Earth -> Europe -> Belgium -> Diest

PostPosted: Thu Jun 03, 2004 1:31 am    Post subject: Reply with quote

danone: i already sent you my .config as pm... :?
_________________
...we ain't shit...
Linux User #353893
Back to top
View user's profile Send private message
danone
Guru
Guru


Joined: 18 Jan 2004
Posts: 398
Location: Germany

PostPosted: Thu Jun 03, 2004 1:34 am    Post subject: Reply with quote

sorry i'm very tired ..im on that..
_________________
[:: Processor: Intel Core 2 Duo E6300 ]::[ Mainboard: ASUS P5B Deluxe ]::[ GPU: nVidia 7900GTO ::]
[:: RAM: HyperX DDR2 800 ]::[ Samsung SH-183A SATA:: CREATiVE X-Fi XtremeMusic :: ]
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 Previous  1, 2, 3, 4  Next
Page 2 of 4

 
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