/srv/irclogs.ubuntu.com/2011/06/05/#ubuntu+1.txt

Ian_Corneweird00:05
Ian_Cornemy nm seems to be working fine..00:05
Ian_Corneany place i can check when i booted?00:06
penguin42when?00:07
yofelerm, kern.log as timestamps00:17
penguin42 /proc/uptime tells you seconds since boot00:17
yofelthat too00:17
yofelwell, just run 'update' to get it human readable00:17
yofeler, uptime ^^00:18
Ian_Cornepenguin42: but i suspend00:23
Ian_Corneso that doesn't work :)00:24
penguin42ah00:24
Ian_CorneGuess i booted Jun 100:24
Ian_Cornewhen did the NM problems start?00:24
Ian_Cornejust want to know if maybe i'm just running the old nm00:25
yofelnew NM has a version like 0.8.99900:26
yofelgot in a few days ago00:26
anadonhey, I'd like feedback and critiques on a alternate file system organization.  http://pastebin.com/NEvNH7mf03:31
anadon*an03:31
pfifoanadon, what are you doing?03:49
pfifolike stacking/merging the levels up to provide programs and libs or something?03:49
anadoncreating a FS based largely on inheritance of data as so to minimize data replication and create a more regular pattern among system resources, programs, etc.03:52
anadonstill in very early dev/thought03:52
anadonI'm reading up on this as fast as I can read, but there's some history I'm having a hard time getting03:53
anadona goal is to make regular the organization of available programs, resources, etc.03:53
anadonsimplify where/how programs are kept, cleaned, maintained, etc.03:54
anadonThis might be over stepping its bounds and call for a new kind of partition, but I'm still trying to gather data on that.03:54
pfifohow can it get any simpler than all of them in /usr/bin03:54
anadonwell, they're not all in /usr/bin03:55
anadonthere's a few almost at root, and some in each profile03:55
anadonI'd like to get them all in one area03:55
anadoneverything runnable in one place, easily findable in ~03:56
pfifobut that seems to go aginst the idea of not replicating data03:56
anadonand this allows for multiple OS's on a partition03:56
anadonthis is where I don't know if a new partition format will come into play: folder inheritence03:57
yofelthe reason for putting things in /usr is to share data (over the network for example)03:57
yofel /bin is for system critical binaries that are used before /usr can be mounted, /usr can then be shared by multiple systems over NFS for example03:57
anadonI was going with more you had to have a profile on the system to get anything out of it.03:58
pfifoanadon, the future seems to be pushing for a partitionless setup like LVM03:58
yofelright, btrfs implements subvolumes (works quite well)03:58
anadonsec, let me look it up.03:58
anadonthat's some of what I'm getting at, but not the OS's part03:59
pfifotheres no reason why you couldnt putmutiple os on a partition with a FHS in each subfolder, a simple chroot/pivot_root will take care of that at boot time04:01
anadonanyways, this is I think more of a re-write of unix tradition, so I don't know how implementable it ever will be.04:01
yofelsure,  but how would you handle the example I gave, having parts of the system on a server, and only having a base OS that boots the system on every PC04:01
jbichaI'm not so convinced that LVM is necessarily the future04:02
pfifoanadon, dont forget the broblems that come along with non standard setups like livwecds and nfs based diskless nodes04:02
yofelwell, btrfs subvolumes and snapshots take care of what I need LVM for personally04:02
anadonI'd say there would be two real ways to address this.  One would be to load the OS from the OS booted, or have an image set up that its directed to.04:03
jbichaI don't think trying to completely overhaul the FHS is going to work very well, others have tried...04:03
anadonnfs diskless node are new to me, what's the google search?04:03
pfifoi agree, its a lost cause04:03
pfifoanadon, "slim client"04:03
anadonbeen there, like the idea, still learning about how to make one once I get the hardware04:04
anadonwhat would the issue with liveCDs be?04:05
anadonbtw, this thread isn't trying to kill me, like #linux.  Thankyou for that.04:05
pfifoanadon, right off the top of my head is the transition to initramfs to the main root fs. also what about stackable filesysems where at first uoi only have a small portion of the root fs loaded04:06
pfifos/uoi/you/04:06
anadonyou're going to have to tell me more about those.  They haven't been touched by that loony bin known as my university.04:07
anadongawd, my uni is crazy.  they even have a custom compiler for c++04:08
anadoncase 1 ... 99:04:08
anadonactually works04:08
CarlFKhow do I tell what modules are included in a kernel?04:09
yofelincluded or loaded?04:10
pfifoanadon, you should learn LFS and then try to install LFS with a custom FHS to see how hard it is to actually get working04:10
CarlFKpciehp in particular.   seams to be included, but I didn't find it in grep -i pciehp /boot/config-2.6.39-3-generic04:10
anadonwhere would I even start with a custom FHS?04:10
pfiforight there LFS with a custom FHS that incorprates your ideas04:11
yofelnot sure, that's where I would look :/04:12
yofelif nobody else has an idea ask in #ubuntu-kernel04:12
CarlFKI see it in syslog: Jun  4 21:46:33 pc8 kernel: [    0.590492] pciehp: PCI Express Hot Plug Controller Driver version: 0.404:12
anadonok, this is going to take awhile...thanks!04:12
CarlFKah, right.  I keep forgetting #u has it's own class A on freenode :)04:12
pfifoCarlFK, find /lib/modules | grep ko04:14
anadonAlso, one last question.  Where would I find an authoritative book on kernel design, implementation, and comparison between kernels such as linux 2.6, openBSD, freeBSD, and plan 9?04:14
CarlFKpfifo: so if it isn't there, it is in the kernel? :)04:14
trismCarlFK: looks like it is CONFIG_HOTPLUG_PCI_PCIE, which is set to y in lucid anyway04:14
pfifoCarlFK, either built on or not supported04:15
CarlFKtrism: ah right.  not always the same. thanks04:15
trismCarlFK: yeah, I usually grep the Kbuild files if I can't find the option for a module, since they often end with "the module will be called X"04:22
trismCarlFK: in the kernel source that is04:23
CarlFKI try to avoid that end of the pool :)04:23
CarlFKI use to do the gentoo.  I'm better now.04:24
CarlFKtail * isn't too bad04:25
axscodewheres the Preference->Appearance goes?07:32
axscodeor what should be installed to have it again.07:32
head_victimIs there a torrent to the daily iso? The image server is so slow :/10:42
elrosI found out that ubuntuone control panel doesn't find an internet connection, but it exists, obviously. This may be related to my problem of three network managers11:40
elrosno actual problems with connecting to internet, but the OS doesn't know that on some level11:41
BUGabundoguud afternoon17:41
penguin42Hey BUGs17:41
=== Tetsuo55_2 is now known as tetsuo55
BUGabundofuuuuuuuuuuu17:44
BUGabundohad to stop NM just to start pidgin17:45
BUGabundowth17:45
BUGabundoanyone wknows how to change pidgin input box size?17:49
BUGabundoI can't see what I'm typing17:49
penguin42it's never been smaller than a line for me17:51
penguin42I can't see any options17:52
BUGabundoI used to drag it up17:56
=== BUGabundo is now known as BUGabundo_fewd
BUGabundothis is nbonsense19:22
BUGabundowhy those my laptop ALWAYS suspends when I close the lid?19:22
BUGabundoI NEVER set that on any of my PCs19:22
BUGabundoits stupid19:22
BUGabundoand still i have no way to change it19:23
BUGabundogetting really really tired of this UI changes19:23
Ian_Corne:D19:27
Ian_Cornewe've been sooo spoiled with alphas before now :)19:27
BUGabundoffuuuuuuu19:29
micahgBUGabundo: that's GNOME3 :)19:32
BUGabundomicahg: ffuuuuuuu19:32
jpdsBUGabundo: Bar?19:33
micahgBUGabundo: http://blogs.gnome.org/hughsie/2011/02/02/is-gnome-3-going-to-melt-your-laptop/19:33
BUGabundojpds: wanna go fix the mirrors?19:34
BUGabundoat least thw in PT are dead19:34
BUGabundo*two19:34
BUGabundomicahg: ill change WM soon19:34
jpdsBUGabundo: Can you pay for a my plane ticket to PT?19:35
BUGabundocan't take it anymore19:35
BUGabundoor ditro all toghether19:35
BUGabundoeven better.19:35
micahgBUGabundo: I think you just need to switch screensavers, but I can't be sure as I don't use GNOME319:35
BUGabundostop using the PC19:35
BUGabundoand just stick with my laptop19:35
BUGabundoafter 6 years of trying to use Ubuntu :(19:35
BUGabundojpds: sure I can19:35
BUGabundothe question is if I wanna19:35
OmegaWhy are you complaining in #ubuntu+119:35
BUGabundomicahg: what screensavers?19:36
jpdsBUGabundo: Well played, good sir.19:36
BUGabundoppl still use that?19:36
BUGabundoI just let DPMS turn screen off after 10 min19:36
BUGabundoOmega: I am? really ?19:36
micahgBUGabundo: xscreensaver seems to DTRT on laptop lid close, but I'm running Xfce on oneiric :)19:36
BUGabundowhen stuff brakes for 2 cycles , I think i can19:36
BUGabundoI have a kmail bug opened for 4 cycles19:36
BUGabundo*four*19:37
OmegaUhm, you're using an alpha release and you're expecting stuff not be break?19:37
OmegaWhy not stick to the LTS?19:37
BUGabundomauauauaua19:37
BUGabundoLTWS LOL19:37
BUGabundosomeone has to endure this19:37
micahgOmega: you're not familiar with whom you are speaking :)19:37
BUGabundoso other users get a miled stable OS for 6 months19:37
BUGabundoI'm the crist here19:37
Omegamicahg, And who might that be?19:38
micahgOmega: BUGabundo is like captain +119:38
BUGabundoOmega: FYI I've been *always** running devel cycle on metal since 7.0419:38
OmegaWow, you must be a pro!19:38
OmegaReally, does it change anything?19:38
BUGabundoahahaaha19:38
BUGabundoyou can't even imagine19:38
BUGabundoits so nice to file critical bugs on libc6 or pythong19:38
BUGabundoARGGGG pidgin is killing me19:38
BUGabundocan't see what I'm typing19:39
* micahg had to switch to xchat due to E_TOOMANYCHANNELS19:39
BUGabundohow many do you have?19:39
BUGabundoI have 3 social netowkrs19:39
BUGabundo4 IRC servers19:40
Omegairssi for lyfe19:40
BUGabundoand a screen tall ofc tabs19:40
micahgATM, 30 on freenode19:40
BUGabundomeh19:40
BUGabundoim on #cyanogenmod19:40
micahgpidgin kept flooding freenode, so I gave up19:40
BUGabundotry beating the OFFTOPIC that goes in there19:40
BUGabundooh it does that when it looses connection19:40
BUGabundoyou have to close the #s19:40
BUGabundoand reconnect19:41
BUGabundoOmega: I'm getting to a point I just want *some* stuff to just work19:41
BUGabundoI only use the la+laptop to open FF7, chromium 14 and pidgin19:42
BUGabundothat's it19:42
BUGabundoso I really don't mind what ever is running under it19:42
BUGabundobut when this basic stuff breaks19:42
BUGabundoI go mad19:42
OmegaInstall openbox and use that for a while then.19:44
Omega(That's what I do)19:44
micahgBUGabundo: when I got to 21 or 22 channels, that workaround was no longer sufficient19:52
BUGabundomicahg: what work around ?19:52
micahgBUGabundo: closing the channels and reconnect19:53
BUGabundoahh19:53
BUGabundoI don't do that19:53
astraljavaI have 5 servers, each in their own screen session. Most channels are on freenode, currently 18. I try to keep under 20, so that Esc+# still works for everyone.19:54
=== yofel_ is now known as yfel
=== yfel is now known as yofel
BUGabundolets see if Omega was leing or not21:36
Ian_Corne:)21:36
BUGabundobtb21:36
OmegaHah.21:37
Ian_CorneOmega: tbh an alpha should be somewhat workable, how else are you going to have testers, test te system :)21:44
OmegaIan_Corne, I agree, but he was talking about switching distros because of an alpha not being workable enough.21:46
Ian_Corneah21:46
Ian_Cornewell if his only interest is alpha testing21:46
Ian_Corneit's still a valid choice :)21:46
Viper550How do you change the gtk theme on the lightdm greeter?21:55
* BUGabundo slaps Omega with a big wet trout21:58
* BUGabundo slaps the entire #ubuntu-devel too21:58
BUGabundohow to I reset gnome ?21:59
BUGabundodeleting .gnome* aint doing it21:59
BUGabundoI've lost the System Menu21:59
BUGabundouhh uhh21:59
BUGabundoLOL22:02
BUGabundono right button on the mouse22:02
Ian_CorneBUGabundo: .config has stuff too22:05
BUGabundotoo much stuff in there22:06
Ian_Corneand .and .gconf too22:06
Ian_Corneis there no "failsafe" ?22:06
Ian_Corneor make a new account :p22:06
BUGabundoehe22:06
BUGabundonice idea22:06
BUGabundolet me test guess session22:06
BUGabundohumm22:07
BUGabundono guess session22:07
BUGabundowth22:07
Ian_Corneguest session?22:07
Ian_Corneis that on by default?22:07
astraljavaI believe that's not implemented yet.22:07
BUGabundofuuuuuu22:08
BUGabundothere goes that idea22:08
Viper550okay, anyone here been playing around with lightdm22:10
BUGabundoill play with anything22:11
BUGabundoas long I *can* actually use it22:11
Viper550*has anyone here22:11
BUGabundounity is lame22:11
BUGabundometacity past broken22:11
BUGabundoand anything with light on its name... well... I want it working!22:11
BUGabundooh and kde... cof.... yofel cof22:11
Viper550BUGabundo, it looks like a poor man's GDM22:11
BUGabundoGDM is a Session Manager22:12
BUGabundowe don't even have that anymore22:12
Viper550no I mean, login screen design-wise22:13
yofelwhat? lightDM? I'm not sure what's supposed to be light about it but oh well... and KDE is a dep mess currently if you mean that22:13
Viper550yofel, its light because it doesn't have GDM'22:13
Viper550's years of bloat in it22:13
BUGabundoand funcionailty too22:14
yofelwell, it's supposed to get a gtk qt and whatever interface, so that's not going to be light22:14
Viper550for a login screen, it's not that bad (though I'm still trying to get the GTK theme to something more tolerable)22:14
yofelwell, it *is* light functionality wise -.-22:14
Viper550good for like, XFCE22:15
BUGabundobbl22:16
mfaroukghi I have problem with mouse22:29
mfaroukgit is aligned  to where I want it to press22:30
BUGabundoHow do I see which nicks are grouped with this?22:50
trismBUGabundo: /msg nickserv info BUGabundo should do it when it is your nick22:52
BUGabundoWill try. Thanks22:53
=== BUGabundo is now known as BUGabundo_DHD
=== BUGabundo_DHD is now known as BUGabundo_TF

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!