/srv/irclogs.ubuntu.com/2007/11/28/#ubuntu+1.txt

ctjctjHow do I install one apt from hardy into gutsy?02:29
hydrogenundoable02:31
hydrogenprobablyh02:31
DanaGOdd: I've never had apport offer to file reports on app crashes, either during Gutsy beta, after Gutsy release, or even now during Hardy pre-alpha.02:58
IdleOneDanaG: neither have I02:59
IdleOnethat is what apprt is supposed to do right03:00
Hobbseethey need to turn it on for alpha 103:00
DanaGI've only had it work in Gutsy fresh installs.03:00
DanaGBut I've done so much on this system that I don't want to have to remember everything I've installed and customized.03:01
=== choudesh_ is now known as choudesh
=== malnilion_ is now known as malnilion
davidrawsonhello04:43
DanaGWTF?  I just hotplugged my sound card and had the login sound play.04:53
DanaGWTF?04:53
davidrawsonwhy04:54
davidrawsonis that bad?04:55
DanaGFor a moment it made me think I had somehow logged out and then in again.04:55
DanaGIt should use a shorter sound.04:55
davidrawsonI'm running programs on wine04:56
davidrawsonit works except for sound04:57
DanaGTry setting Wine to use esound, if you're using PulseAudio.04:57
DanaGAnd install the esd-compat thingy.04:57
davidrawsonnvm, the entire system has no sound now04:57
davidrawsonthere's something wrong with kubuntu04:58
davidrawsonwhich one's better, kubuntu or ubuntu?04:58
DanaGThey're essentially the same distro with a different desktop environment.04:59
DanaGIt comes down to personal preference between KDE and Gnome.04:59
davidrawsonIs it just the style of the desktop then?05:00
DanaGYou can install ubuntu-desktop on kubuntu, and vice versa, if you want to try both desktop environments.05:00
DanaGKDE and Gnome also have some differences in philosophy, I believe.05:00
davidrawsonHow can I format to ntfs?05:01
DanaGGparted can do it, I believe.05:01
DanaGFormatting is one of those things to make sure you're sure you want to do, before you do it.05:01
davidrawsonnot QTparted05:01
davidrawsonI can't find Gparted05:02
DanaGIt's a package that might not be installed by default.05:02
davidrawsonNTFS doesn't work, im just going to use ext3 on my external hard disk....05:06
DanaGIt's easier to write to, for sure.05:06
davidrawsonIt is?05:06
DanaGWith NTFS, you have to be sure to cleanly unmount, or you must chkdsk.05:06
DanaGAnd to do that, you have to reboot to Windows.05:06
davidrawsonMine doesn't do that.....05:07
davidrawsonMy computer's vista though05:07
DanaGI mean for writing NTFS in Linux.05:08
davidrawsonyou could also force it to mount05:08
davidrawsonmount "dev/sdb1" "media/sdb1" -o force05:09
DanaGNaah, that can cause some file loss of newly written files, I believe.05:09
davidrawsonbut ext3 cant be read by windows05:09
DanaGIt can if you use http://fs-driver.org05:10
DanaGbut the control panel doesn't work under Vista.  You'd have to re-run the installer to change drive letters.05:10
DanaGNTFS is still better if you intend to use the drive with other computers, and if you intend to unmount it safely most of the time.05:10
davidrawsonNah, I always shut down windows the bad way....it shuts down too slowly05:11
DanaGWell, you can do "safely remove" in Windows, and "Unmount Volume" in Linux.05:13
DanaGOh, and don't use NTFS compression -- it renders NTFS (even 3g) not writeable on files that have been created in Windows with compression on.05:14
davidrawsonI think it's cool that you can use command line to mount disk images05:16
DanaGYou can even make an ntfs file system on a non-block device.05:19
DanaGSame with any other file system.05:19
davidrawsonwhat do you mean by that?05:26
DanaGYou can create an empty file with a specific size, then make it into a file system, and then loop mount it.05:29
DanaGIt's one way of testing filesystem drivers, for example.05:29
davidrawsonoh, like making an image file05:30
davidrawsoncould you use it as an image?05:31
davidrawsonhow do you make an empty file?05:33
davidrawsonusing the terminal05:34
DanaGdd if=/dev/zero of=filename bs=1M count=X      where X is number of megabytes.  Or use bs (blocksize) = larger and count = smaller.05:34
davidrawsonlinux uses the full power of the PC i guess05:36
davidrawsonit has built in support for image files05:37
DanaGWell, since many devices can be accessed as files, you can do interesting things.05:38
DanaGFor example, try doing cat filename > /dev/dsp05:38
DanaGwhere filename is any random thing you feel like trying.05:38
DanaGTurn down volume first, though.05:38
davidrawsonmy sound doesn't work05:39
davidrawsonwhat does that do?05:39
davidrawsonmake noises that's in the file?05:39
DanaGMakes random (sometimes horrid) noises, depending on the type and content of the file.05:39
davidrawsonwhat if we used a wave file?05:40
DanaGHopefully it'd play properly.05:40
DanaGEvery file system sounds different, so you can sudo cat /dev/sda1 > /dev/dsp05:40
davidrawsonwhat's the most raw sound file, without any compression?05:40
DanaGNote that the sudo is on cat, which only reads from the device.05:41
DanaGBe wary of anything telling you to do a command that writes to a file on a partition.05:41
davidrawsonwhat can you do with the display?05:41
davidrawsonhave you heard of rockbox?05:41
DanaGThat's harder -- you have to have framebuffer enabled, and you have to be on a console.05:41
hydrogenits also stretching the topic of this channel!05:42
davidrawsonInto TAFFY!05:43
davidrawsonis solaris a linux distro?05:46
Tm_Tno05:47
davidrawsonlinux is better?05:47
Tm_Tdepends05:47
Hobbsee...i think you want ##linux05:47
Tm_THobbsee: bah, was just about to say that05:47
* DanaG changes mode from 'off-topic' to 'lurk'.05:48
davidrawsonI also like how if the drive is preventing you from copying files to it, you can force it to using the terminal05:53
DanaGOne reeeeally nice thing that I severely miss when in windows: dmesg.05:53
davidrawsondmesg?05:54
davidrawsonwhat's that?05:54
davidrawsoni wonder if myspace IM works in linux (not that I use it anymore)05:54
DanaGSometimes in Windows, I'll have a driver mysteriously break, but in Linux, you can often find out at least partly why.05:55
davidrawsonlinux usually fixes it05:55
davidrawsonfor me05:55
davidrawsonwhat's dmesg?05:56
Hobbseeagain, that's  a #ubuntu question, or a ##linux one05:57
DanaGHere's why I like using +1: I find it oddly fun fixing things when they break.05:58
FunnyLookinHatDanaG, join the club   : )05:59
davidrawsonlinux doesn't seem to slow down while copying files....05:59
DanaGI joined the club back in Edgy, actually.05:59
FunnyLookinHatHahaha05:59
FunnyLookinHatI've been there a while too..  sadly because I used to have poor distros to use06:00
hydrogenI've graduated from that club06:00
FunnyLookinHatLoL06:00
hydrogennow I just want my os to work06:00
hydrogentheres plenty of other things I can spend my time breaking and fixing06:00
pwnguini just use ubuntu+1 because if i dont things dont work when release rolls around =(06:00
FunnyLookinHattrue that, if I had more time to bug report and troubleshoot (stupid school takes up all my time) then I'd do it too06:01
DanaGI'm also not afraid to do things such as hacking at my DSDT (to fix brightness control).06:02
DanaGOne thing I don't do so well at is coming up with creative hostnames.06:04
DanaGFor a while, my laptop (Gateway M685) had the really lame hostname of:  "m685".06:05
DanaGFinally a friend suggested I change it to GLaDOS, so I did.06:05
hydrogenhydrogen@Yes06:06
hydrogenmines better :)06:06
DanaGhttp://trac.phidev.info/trac/wiki/AptZeroconf06:07
DanaGcool idea.06:07
davidrawsoni'm not using pure-ftpd without the gui :/06:08
needhelpHi! I need your help. Iam collecting points in page listed below. If you be so kind, please click url below.(sorry for the spam, thank you) http://www.3dwhite.lt/?click=56a3cdcf22ccc7ab5f0a7f4d2bc900ff08:48
* Hobbsee wonders if anyone has found a solution to totem video playing yet12:37
MartinWHow many megabytes of updates per day for hardy?13:43
Hobbseelots13:43
mrsnomm i love how gb.archive.ubuntu.com peaks out my 20meg connection13:59
mrsnomakes updating so quick14:00
mrsnowee just killed my hardy virtual machine, gdm frozen14:26
Hobbseehah14:30
Hobbseethat sounds like my normal hardy14:31
mrsnoi was about to say yay for snapshots :) but now virtualbox has keeled over14:31
mrsnohmm  VERR_SSM_LOAD_CPUID_MISMATCH14:32
=== calc_ is now known as calc
=== jussi__ is now known as jussi01
=== assasukasse_ is now known as assasukasse
=== Spec is now known as x-spec-t
hashbrowncipherdoes anyone here know why i would not have a /proc/slabinfo file?23:12
crimsunprobably because we no longer use slab.23:24
crimsuni.e.,23:24
crimsunCONFIG_SLUB=y23:24
crimsunCONFIG_SLUB_DEBUG=y23:24
crimsunand, of course,23:25
crimsun# CONFIG_SLAB is not set23:25
hashbrowncipherwhat replaces it?23:25
crdlbs/A/U/23:26
hashbrowncipheras in, where can i get similar diagnostic info23:27
crimsun/sys/slab/*23:29
hashbrownciphercrimsun: thanks for the help23:31
crimsunnp.23:31

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