IRC Networks
Irc Logs Stats
Start date: 2007-09-27 02:48:27
Last update: 2008-04-02 18:00:08
Channels: 41
Logged Lines: 6229042
Size: 1809.13 MB
Powered by
Channel Info
Network: freenodeChannel: #gentoo |
Search in www.irclog.org
Log from #gentoo at freenode 2006-05-25
Pages: < Prev
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Next >
[18:04]<svyffugcgjwg>it will tell you too which hdX entries matches the normal entries
[18:04]<mzcxzgmzz>mijenix: It should say "(hd0) /dev/sda" for you.
[18:04]<2zzvmgg>ChrisG631 nope, it doesnt contain the init processes
[18:04]<dyaggyw>DrChandra: i'll look
[18:05]<vnrf>bash! when i want to iterate over all filenames (they contain whitespace!) in a directory: "for f in `ls -1` ; do echo $f ; done" does not work it only picks until first whitespace. how do i do that?
[18:05]<svuup>for f in *
[18:05]<mzcxzgmzz>veal: Put double quotes around $f
[18:05]<dyaggyw>DrChandra: there isn't any device.map
[18:06]<zjznztt>veal, do you want to keep the spaces or convert them to underscores?
[18:06]<mzcxzgmzz>mijenix: Did you install grub yet? Need to do that.
[18:06]<vnrf>thx stuuf
[18:06]<vnrf>roger55, i will convert them to underscore with tr afterwards
[18:06]<zjznztt>veal, or detox
[18:07]<vnrf>ah nice, thanks roger55
[18:07]<_aws_>so...anybody have any ideas why my VM is immediately killing glxgears on me?
[18:07]<mzcxzgmzz>veal: YOu can use find to do that, and it will recurse. find . -type f -print0 | xargs -0 program_which_does_something_to_each_file
[18:08]<dyaggyw>DrChandra: yes it's installed
[18:08]<vnrf>DrChandra, good as well : D i always forget the find&xargs syntax *noted*
[18:08]<mzcxzgmzz>mijenix: No, I mean grub-install, not emerge grub.
[18:08]<caa>DrChandra: don't you sleep?
[18:08]<[s]>this takes years too install on a VM :|
[18:08]<dyaggyw>DrChandra: emerge grub-install?
[18:09]<mzcxzgmzz>veal: The -print0 and the -0 args will handle files with spaces in them by using a null as a delimiter.
[18:09]<svuup>the VM that kills processes is virtual memory, not virtual machine
[18:09]<caayza>_AxS_: you think everyone is a bot
[18:09]<svuup>_AxS_ is a bot
[18:09]<_aws_>stuuf, *sssh!*
[18:09]<mzcxzgmzz>_AxS_: I said that to kojiro yesterday, and kojiro thought I said "DrChandra thinks kojiro is hot". :)
[18:09]<_aws_>DrChandra, hehe yeah i remember...
[18:10]<ywcsn>i-m searching for a gnome menu editor package, any hints?
[18:10]<_aws_>iwkse, ...you don't have one already?
[18:10]<ywcsn>which?
[18:10]<_aws_>iwkse, don't remember the name, i just know gnome comes with one by default
[18:11]<mzcxzgmzz>mijenix: No, emerge grub if you haven't yet, then follow the handbook to find out how and when to run grub-install.
[18:11]<rycyn>does anyone know a tool to make a puzzle from an image?
[18:11]<ywcsn>AxS: i don-t know it
[18:11]<dyaggyw>DrChandra: I got it grub-install doesn't work I did it manually
[18:11]<mnvrpxrnn>well i expect to see more people using linux
[18:11]<mzcxzgmzz>mijenix: grub-install (or other grun installation methods) is what creates the device.map
[18:11]<affdgmggvd>Mki: Hrm, as far as I can tell, the -nox option didn't do anything... It booted into X anyways.
[18:11]<caayza>AlliedEnvy: it's not -nox. Just nox
[18:12]<_aws_>mijenix, the root that grub wants is actually your /boot partition, not /
[18:12]<affdgmggvd>Dangit. Thanks.
[18:12]<rxrjsyvn>DrChandra: Well, kojiro _is_ hot. I see why you'd think that.
[18:13]<_aws_>chaosite, is that why he's all red and splotchy?
[18:13]<mzcxzgmzz>Wow, are there puzzle apps? You could do a puzzle with a little 2D graphics code.
[18:13]<ywcsn>i can see Edit Menus clicking with right mouse button, but it don-t allow to add new apps
[18:13]<gzgg_>hi all
[18:13]<gzgg_>what is this: <=sys-libs/db-2
[18:13]<gzgg_>??
[18:13]<gzgg_>www.gentoo-portage.com/sys-libs/db-2
[18:13]<czsvnz>where
[18:13]<gzgg_>not found
[18:13]<gzgg_>Caster: http://www.gentoo-portage.com/AJAX/Ebuild/4189/View
[18:14]<rxrjsyvn>eren_: Its portage-syntax for a berkdb version smaller than 2
[18:14]<_aws_>eren_, uh....?
[18:14]<czsvnz>http://www.gentoo-portage.com/sys-libs/db
[18:14]<gzgg_>Caster: it is berkeley db version 1 ?
[18:14]<_aws_>eren_, 1.something, yeah
[18:14]<czsvnz>it means the ebuild wants version 2 or lower
[18:15]<gzgg_>OK
[18:15]<_aws_>eren_, is that for an emerge command or in a DEPEND for an ebuild or in package.mask?
[18:15]<czsvnz>RDEPEND
[18:15]<rxrjsyvn>probably one because there is no version -2 (with no .N.N)
[18:15]<_aws_>*DEPEND
[18:15]<gzgg_>i'm making gnome-libs package for pardus linux and generaly i use gentoo ebuild files :)
[18:15]<czsvnz>it's the AJAX ebuild link he posted
[18:16]<_aws_>chaosite, =.../db-2 will grab 2.0.0 tho won't it?
[18:16]<czsvnz>there's no db-2
[18:16]<czsvnz>1.85
[18:16]<mzcxzgmzz>sys-libs/db-1.85-r2 is stable
[18:16]<_aws_>Caster, eren_ Ah ok i missed that part
[18:16]<czsvnz>then 3.2... etc
[18:16]<tfkdfn>eren_: gnome-libs? why?
[18:16]<czsvnz>different slots
[18:16]<gzgg_>TFKyle: there is not gnome packages
[18:16]<mzcxzgmzz>... and slotted. No version 2. 3, 4.1 and 4.2 slotted
[18:17]<ugafnrndus>Anyone here use selectwm?
[18:17]<tfkdfn>eren_: gnome1 is horribly old by now, why not just use gnome2?
[18:17]<dyaggyw>_AxS_: hmm but the root= command is that /dev/sda4 the /-Partition or the /boot?
[18:17]<gzgg_>TFKyle: www.gentoo-portage.com/gnome-base
[18:17]<gzgg_>TFKyle: i'm using this link
[18:17]<gzgg_>and i'm making this packages for pardus linux
[18:18]<dyaggyw>VFS: Cannot open root device "sda4" or unknown-block(0,0)
[18:18]<svuup>root= is /
[18:18]<tfkdfn>eren_: gnome-libs is for gnome1, is there a reason why pardus needs 1?
[18:18]<_aws_>mijenix, ...for grub-install? dunno i always do it manual, and the root for manual install is 'root (hd0,x)' where x is the partition /boot is on
[18:18]<cjlnrx>hi all .. anyone here using evolution and able to connect to exchange server?
[18:19]<dyaggyw>_AxS_: no grub is fine
[18:19]<dyaggyw>_AxS_: boot winXP and kernel boots
[18:19]<dyaggyw>but know I have a kernel panic
[18:19]<gzgg_>TFKyle: there isn't any gnome packages for pardus. this is first and i'm making gnome 2.14.0
[18:19]<rfyrxv>??? ?? ?????? ?? ?????
[18:19]<_aws_>mijenix, ah, ok in grub.conf? yes root= your / partition
[18:19]<gzgg_>TFKyle: is it necessary ? gnome-libs ?? for 2.14.0
[18:19]<_aws_>mijenix, are you use the livecd kernel or a genkernel kernel?
[18:19]<tfkdfn>eren_: no, gnome-libs isn't part of modern gnome
[18:20]<dyaggyw>_AxS_: no self configured vanilla-kernel
[18:20]<gzgg_>TFKyle: ok very very thanks for this :)
[18:20]<svuup>gnome-libs doesn't exist in gnome2, it's split into several other libraries







