irclog2html for #gllug on 20031229

00:01.31irvinedwhat i may be able to do is check each url to see if it references the site in question, that would be fairly easy, if not it could be discarded.
00:02.14resuDaedirvined : I have pretty much compile everything I need to boot into the kernel itself, modules are only for hotplugables and the like
00:02.32wethrinModules are for wimps.
00:03.13resuDaedwethrin : hence only for hotpluggables -- don't want an overly bloated kernel, and don't want to recompile to hook up a camera or something
00:03.58irvinedresuDaed, in that case you just need the kernel image.
00:03.58resuDaedso how do I specify root filesystem etc?
00:04.07irvinedand no initrd=foo entry
00:04.38irvinedok, you have /tftpboot
00:04.43irvinedin there you have pxelinux.0 whichis the bootloader
00:04.48resuDaedirvined : yes
00:04.54CopeMaa
00:05.03resuDaedmooo
00:05.04irvinedthen you have pxelinix.cfg/default
00:05.06irvinedoink
00:05.16wethrinwoof
00:05.16resuDaednot yet, this is the stage I am at
00:06.20CopeWhat are you all up to?
00:06.35irvinedahh ok, for now just create a default file
00:07.11Copecat "foo" > default.file
00:07.16resuDaedhow? touch /tftpboot/pxelinux.cfg/default
00:07.31irvinedput default linux
00:07.36irvinedopenit in an editor
00:07.54irvinedso it should read something like:
00:07.58irvinedDEFAULT linux
00:08.05resuDaeddone
00:08.11irvinedLABEL linux
00:08.17irvinederm no
00:08.23irvinedit should say
00:08.24irvinedDEFAULT linux
00:08.33irvinedLABEL linux
00:08.39irvinedkernel kernel_image_file_name
00:08.55irvinedappent root=root_device other_append_options
00:09.00irvineds/appent/append
00:09.04irvinedand that should do it
00:09.09resuDaedty
00:09.18irvinedhttp://syslinux.zytor.com/faq.php#config has the whole shebang its fairly easy
00:09.18resuDaedjust got to wait for build to finish :-)
00:09.31irvinedits just like lilo only slightly different syntax
00:09.39CoperesuDaed: What are you doing?
00:10.12resuDaedCope : building diskless mini-ITX for hooking up to tv for random pointless fiddleing
00:10.24CopeSweet!
00:10.25resuDaedirvined : makes sense
00:11.23irvinedresuDaed, have a look at freevix.org
00:11.50irvinedhopefully i'll be doing a lot more dev work with that. i'm currently trying to get firebird or some mozilla based browser to build against ulibc and gtkfb
00:11.53irvinedneedless to say its a slow process
00:12.26CopeWell, I got solaris 9 working; but can't see how to get it to co-exist with other systems:
00:12.49CopeI installed it on a random 8G hdd with said hdd as primary slave.
00:13.00Copecd as master.
00:13.06CopeAll worked fine.
00:13.23resuDaedirvined : I am building a (Wethrin -- look away now) Debian based useful box
00:13.44CopeNow I want to move that hdd to a secondary ide; and have my normal hdd back where the 8G was.
00:13.58resuDaedCope : then put other OS as primary master, and use boot loader from other OS
00:13.59CopeConfigured grub to chainload solaris...
00:14.04CopeI did!
00:14.10resuDaedCope : like I said :-)
00:14.14CopeBut...
00:14.17irvinedresuDaed, i did have a debian diskless kicking around, i can go find it if you like - you need a lot of ram so its probably not what your looking for - this is fully diskless.
00:14.36CopeSolaris now has its knickers in a twist regarding disks;
00:14.40resuDaedirvined : I will be running over nfs, but it may be work me having a look at
00:14.50irvinedi'll go look it out.
00:14.55CopeI've told it to boot the WD not the Seagate
00:15.08resuDaedirvined : ty
00:15.21CopeBut when it won't play.
00:15.26irvinedCope, you probably need to tell it that its root fs is now on a different disk and amend /etc/fstab or solaris equivilent
00:15.49Copeirvined: Probably; but I can't get into the solaris system.
00:16.11wethrinresuDaed: Isn't what you're building an oxymoron?
00:16.13CopeOnce it tries to boot I get a can't boot file system error, and asked to fsck
00:16.27CopeBut can't fsck :o( says the device doesn't exist.
00:16.51CopeHi wethrin
00:16.55wethrinHi!
00:17.08CopeHave you followed what I'm wittering on about?
00:17.40wethrinNot really, no
00:17.48Copeok
00:17.51wethrinThat would require reading up the page
00:17.53wethrin:)
00:18.25wethrinboot -s will put you into single-user mode at the boot prompt
00:18.43CopeWell currently I have hda = cd hdb = linux/windows hdc=cd hdd = solaris
00:19.02CopeI can chainload solaris; but that's where the fun starts.
00:20.04wethrinhttp://www.kegel.com/linux/solaris.html
00:24.19Copewethrin: Not quite the problem.
00:24.37CopeI'm now in the Solaris Device Configuration Assistant
00:25.00wethrinAhhh
00:25.12CopeIt does its auto detection...
00:25.21wethrinWell......maybe it doesn't have the right hard drive?
00:25.29CopeNow it askes me to pick the device on which the kernel lies.
00:25.44CopeThis is Target1: WDC
00:26.13CopeIt defaults to the Seagate disk which is now the primary master, but I can over-ride it.
00:26.39CopeSo no we have the boot screen.
00:27.34CopeOk: this is where it becomes fun:
00:27.59Copemount: /dev/dsk/c0d1p0: boot is not a DOS filesystem
00:28.18Cope/dev/dsk//c0d1s1: No such drive or address
00:28.47CopeThe / file system (/dev/rdsk/c0s1s0) is being checked
00:29.02CopeCan't open /dev/rdsk/c0s1s0
00:29.11CopeBah typos"
00:29.19Copec0d1s0
00:29.29wethrinHmm....
00:29.35CopeCan't check file system
00:29.41wethrinIf it's on hdd, wouldn't you want c1d1s0?
00:29.54CopeUnexpected inconsistency run fsk manually
00:30.10CopeBut I can't.
00:30.37wethrinDoes it not even give you a shell prompt?
00:30.51CopeYeah, i can get a chell
00:31.15CopeBut if I run fsck as suggested:
00:31.27Copefsdk -F ufs /dev/rdsk/c0d1s0
00:31.48CopeI get:
00:32.01wethrinUse c1d1s0
00:32.06CopeOk
00:32.16wethrinIf you say the solaris drive is secondary slave
00:32.44CopeOk
00:32.57CopeCan't stat /dev/rdsk/c1d1s0
00:33.30wethrinc1d1s1 ?
00:33.51CopeCan't stat that either
00:34.05CopeCan't open c0d1s0 fwiw
00:34.17wethrinAhh....well.....erm....
00:34.19wethrinReinstall? :)
00:34.57CopeThat's a bit major isn't it?
00:35.07wethrinMaaaaybe
00:35.16wethrinI'm going to be installing it onto a SCSI disk, so
00:35.18CopeHmm
00:35.39wethrinSCSI being the one true way, of course :)
00:35.40CopeI wonder if you can force the path to the kernel
00:35.56wethrinyes
00:35.58Copelike when you use the slack cd to rescue
00:36.12resuDaedI am getting a tftp timeout, yet I can manually retrieve the kernel with tftp
00:37.35resuDaedsooo close
00:38.30CopeOk... why did root(1,1) boot windows... when that resides on the primary slave...
00:38.43resuDaedCope : grub?
00:38.48CopeOf course
00:39.03Cope0,1 should boot windows
00:39.30resuDaedfrom what you said earlier, 0 is cd, so in theory 1 is your first hdd
00:40.03*** join/#gllug irvined (~irvined@home.irvined.co.uk)
00:40.09resuDaedwith bonus tab autocompletion :-)
00:40.23resuDaedirvined : tftp is timing out on the boot
00:40.54resuDaedit is receiving dhcp ok, then I get (eventually) TFTP open timout
00:41.07resuDaedam debugging to the best of my extent, but fscking up somewhere
00:41.08Copeok; weird 0,0 also boots windows
00:43.38resuDaedpxelinux.cfg/default: ... kernel bzImage-2.4.21
00:44.00resuDaedthat file resides in the same directory as default
00:44.23CopeOk... grub tells me that hd1,0 is of type 0xbe and 1,1 is type 0x82 (ie swap)
00:45.43CopeAnd then slice 1 is boot and slice 2 is solaris, from the solaris boot screen
00:47.09CopeOk we're in the boot interpreter.
00:47.33Cope(ie I'm in a coal cellar without a torch)
00:48.05resuDaedwhat is the standard port for tftp?
00:48.56wethrin69
00:48.59wethrinTCP and UDP
00:49.44resuDaedwhat would be a suitable inetd.conf entry?
00:49.58resuDaedtftp            dgram   udp     wait    nobody  /usr/sbin/tcpd  /usr/sbin/in.tftpd... is the one I have now
00:50.13wethrin#tftp           dgram   udp     wait    root    /usr/libexec/tftpd      tftpd -s /tftpboot
00:50.25wethrin(OpenBSD's)
00:50.38resuDaedso there is nothing wrong there then?
00:51.07Copewethrin: Does this mean anything to you:
00:51.40CopeBoot path: /pci@0,0/pci-ide@7,1/ide@1/cmdk@1,0:a
00:52.59wethrinresuDaed: Nope
00:53.18wethrinLooks okay, Cope
00:53.31wethrinWhen you installed Solaris, where was the hard drive?
00:53.35wethrin(i.e. which controller)
00:54.48CopeWethrin: Not sure I understand: the first two bits are the ide controllers, yeah?
00:56.00resuDaedis it possible to telnet to a UDP socker?
00:56.24wethrinCope: When you installed Solaris, was the hard drive secondary slave, like it is now?
00:56.32wethrinresuDaed: Try netcat?
00:57.35resuDaedwethrin : maybe you can suggest a bettter way of verifying whether tftpd is working
00:57.50resuDaedI am now getting transfer timed out on local get
00:58.35wethrinIt's been a very very long time since I've used tftp
00:58.37resuDaedfermat:~# netstat -pl | grep tftp
00:58.37resuDaedudp        0      0 *:tftp                  *:*                                 14629/inetd        
00:58.37resuDaedudp        0      0 *:tftp                  *:*                                 14611/in.tftpd      
00:58.38resuDaedudp        0      0 *:tftp                  *:*                                 14524/in.tftpd      
00:58.40wethrinA few years now
00:59.27resuDaedtftp is using /tftpboot (755) to retrieve files mode (644)
00:59.49wethrinokay
01:00.07resuDaedso if I run tftp ... and throw commands ...
01:00.11resuDaedc 10.0.2.1
01:00.21resuDaedg pxelinux.cfg/bzImage-2.4.21
01:00.33resuDaedstill ok?
01:00.43Copewethrin: When I installed solaris, the hd was primary slave
01:00.54wethrinI don't know the TFTP command set
01:01.03wethrinCope: Ah. And if you move it back there, does it work?
01:01.05resuDaedc = connect, g = get
01:01.20resuDaedclient allows shorthand
01:01.29Copewethrin: Physically move it inside the  box?
01:01.43wethrinCope: Do you need pci-ide@8,1 or something, maybe?
01:01.45wethrinCope: Yeah
01:01.57CopeOk...
01:05.03CopeOk wdc is now primary slave
01:05.35wethrinkk
01:05.40CopeAuto booting
01:06.09CopeSame boot path as above
01:07.14CopeOk: checked /dev/rdsk/c0d1s0
01:07.43CopeDid some fixing of truncated inodes
01:07.53CopeThen got unexpected inconsistency
01:08.14wethrinkk
01:10.28CopeOk did some fixing and asked me to remove some files... I said no
01:10.48CopeEnded saying it can't find inode 17803
01:10.55CopeBack in #
01:11.18Copeinit 0
01:11.57CopeHmm
01:12.06Copeshutdown -i 1?
01:12.24wethrinhalt
01:12.26wethrin?
01:12.30Copereboot
01:12.32Cope:o)
01:12.52wethrin:)
01:13.20CopeOk... let's see what happens now
01:14.47CopeStill wants me to fsck
01:16.05CopeOk - still wants me to remove some files:
01:16.16CopeI don't want to remove files!
01:16.39Cope/var/sadm/install/contents - that can go, I reckon.
01:17.22Cope<PROTECTED>
01:17.25CopeYeah ok
01:17.42Cope<PROTECTED>
01:17.45CopeNo harm there
01:18.04CopeOooh /usr/kernel/drv/llc2
01:18.13CopeNot sure about that
01:19.10irvinedresuDaed, i've had that before, do you have a next-server tag in your dhcpd.conf?
01:19.33resuDaedirvined : yes ...next-server     10.0.2.1;
01:19.51resuDaedirvined : but I cant seem to retrieve files locally
01:20.05resuDaedthat's what's confusing me
01:20.06irvinedthen is the filename tag set to to /tftpboot/pxelinux.0 or pxelinux.0 try changing the order if it fails (i'm assuming you dont get the pxe linux menu)
01:20.17irvinedare the files world readable?
01:20.23irvinedok, tftp localhost
01:20.25irvinedget pxelinux.0
01:20.27resuDaeddirs are 755, and files 644
01:20.34irvinedif that fails, try get /tftpboot/pxelinux.0
01:20.41irvinedand check that pxelinux.0 isnt 0k in size.
01:20.46irvinedi've had that problem with debian before
01:20.55murblefaililng all that use etherboot :)
01:21.02irvinedetherboot, bah!
01:21.08Cope/usr/kernel/strmod/spppasyn too
01:21.10irvinedits nice, but pxe is nucer.
01:21.36CopeSod it - if I break it who cares.
01:21.42resuDaedirvined : both transfers are timing out
01:22.02irvinedok. can you try turning on debuggin in tftpd?
01:22.24resuDaedirvined /usr/sbin/in.tftpd -d?
01:22.31CopeOk - its shagged; a million more files it wants me to remove.
01:23.12irvined/usr/sbin/in.tftpd -d -v -v
01:23.18irvinedand stop it running from inet.d
01:24.08resuDaedyeah, I already killed inetd
01:26.01resuDaedirvined : not getting anything output wise from the daemon
01:26.37resuDaedcould it be because tftpd is only running on udp?
01:26.41resuDaednext-server     10.0.2.1;
01:27.03resuDaeds/knows/knocks
01:28.52irvinedok, try installing tftp-hpa i've had problems with the default in the past.
01:33.45resuDaedirvined : for some reason I am stil getting timeouts :-S
01:34.25resuDaedand nothing from verbose
01:46.30Copewethrin: ping?
01:50.05wethrinpong
01:50.17CopeAh!
01:50.22CopeFreeBSD as desktop
01:50.40wethrin:)
01:50.59CopeI've been looking at my needs; and given that my computers have their guts on the floor, my data is backed up, and one hdd needs to be reinstalled...
01:51.13CopeI've worked out my needs for the medium term...
01:51.33wethrinBeer?
01:52.01Copeviz: 1 x server (web, ftp, mail) 1 x minimal desktop (web, pda, camera, office) 1 x Solaris
01:52.20CopePondering what to use for the minimal desktop
01:52.41CopeOnly have a 2G space for it; but it won't be storing any data
01:52.50wethrintwm
01:54.05Copewethrin: Ah... I meant using freebsd... could you get that pretty lean?
01:54.24CopeAnd what's its usb / hotplugging support like?
01:54.40wethrinFairly good
01:54.51wethrintwm is lean :)
01:54.53wethrin(or fvwm)
01:54.58Copeblackbox
01:55.07wethrinWindowmaker/Afterstep
01:55.44CopeI'd use slackware or debian normally, but could give freebsd a go.
01:55.56wethrinGood idea
01:56.23murbleCope: by default freebsd uses very little space.
01:56.31CopeMaybe fedora; but my experience of getting redhat installs lean isn't that great.
01:56.33murbleor atleast not hta tmuch.
01:56.56murblei have it running in a 486 with only 2 486 erra sized disks doing firewallage for a school in .be
01:57.01wethrinHah. Fedora is just RedHat with another name (ATM)
01:57.01murbleera
01:57.07murblewethrin: is it?
01:57.22wethrinIt seemed so
01:57.33Copewethrin: Patch rh 9?
01:57.41wethrinYou can do
01:58.01Copewethrin: Sorry - I meant did you find it was just a patched rh 9?
01:58.28wethrinI didn't really investigate closely
01:58.39wethrinInstaller-wise it was RedHat with a name change.
01:58.45Copeok
01:58.48wethrinSame with the desktop
01:58.55Coperight
01:58.58wethrinSo you're looking at about 1GB of space at least :)
02:01.46resuDaed?
02:02.10CopeJust never done it before, and not sure how well supported it is.
02:03.10irvined>bed
02:03.23resuDaedirvined : got booting kernel now
02:08.05wethrinRighty. Good night, everyone.
02:08.12Copenn all
03:13.07*** join/#gllug pdr (~pdr@www.pewtersystems.pdr.me.uk)
03:13.52pdranyone around?
04:01.23pdri guess that's a no..
04:50.11*** join/#gllug Ha (~chatzilla@cpc5-lutn1-6-0-cust175.lutn.cable.ntl.com)
06:10.43CopeHi nasrat
06:10.58nasrathi Cope
06:11.43nasratlack of sleep not good
06:13.09CopeHowever, awesome performance from p200 mmx with blackbox and dillo is very good.
06:18.48nasratyeah, blackbox is quite lightweight - not used dillo though
06:20.19Copedillo is awesome; needs gtk but nothing else; is very small and lightning fast; also checks html of sites and refuses them if they try to do sneaky things.
06:21.04CopeOf course it doesn't have plug-ins etc; but I never use them anyway.
06:21.32CopeBut for a quick and lightweight browser on an old machine its awesome.
07:49.10TarragonMoin. Back to work :-(
08:38.22*** join/#gllug zachary (~zachary@host81-129-43-193.in-addr.btopenworld.com)
09:56.44evangineermoin
09:59.12zacharymoin
10:37.16zacharyIt's snowing!
10:52.05evangineerIt's raining down here.
10:52.41*** join/#gllug jason_ukfsn (~jason@public1-watf3-5-cust248.lond.broadband.ntl.com)
10:52.46jason_ukfsnhey all
10:52.58nasratgrr, power failure at work
10:53.03zacharymixed snow/rain, but getting some nice size flakes, now and then.
10:53.06zacharymoin jason
10:53.36jason_ukfsnzachary: just the man! Have you seen this: http://news.bbc.co.uk/1/hi/england/3353697.stm ?
10:53.43jason_ukfsnI think it looks a bit like you ;)
10:54.10jason_ukfsnhave you been in Leeds lately?
10:56.34zacharyNot too much a resemblance. Actully looks like a friend of mine, but a decade of age differance.
10:56.59jason_ukfsnWell then you wont have to worry that I've just been on the phone reporting that it's you ;)
10:57.10jason_ukfsnCan you confirm your address please
10:57.39zacharyWell, I did want to get an extension on my visa.
10:58.08jason_ukfsngreat - I'll be doing you a favour then
11:01.01zacharyAre you that desperate for the 25k?
11:01.06jason_ukfsnyes!
11:01.34jason_ukfsnbut I can get by with half. If you'll make a confession I'll give you 12.5K of it ;)
11:02.35zacharySo, what's the penalty for killing a policeman in this country?
11:02.50*** join/#gllug irvined (~irvined@adsl-239-121.as15758.net)
11:03.32jason_ukfsna good kicking in the cells (for which you later sue the police for compensation) and 10-15 years of a life sentence
11:04.05jason_ukfsnyou don't have to accept that however as once the reward is paid out you can recant the confession and they wont have any evidence against you.
11:04.24jason_ukfsnAt that point you can claim they tortured the confession out of you and go for more compensation
11:05.19zacharyDoubt they would let me have my lapi in prison. Which would make for some great coding sessions.
11:06.10jason_ukfsngiven how easy it is to obtain illegal substances in prison I doubt it would be too hard to source a laptop
11:08.54zacharyI'll pass. Even though my daughter and son have me on the edge of insanity. I think it is better time spent with them.
11:09.20jason_ukfsnhumph! I think that's very selfish of you :(
11:10.41jason_ukfsnI'm inconsolable
11:11.03jason_ukfsnWell..., I suppose a pint or two the next time I see you *might* provide some consolation
11:11.36zacharyGoing to the pub meet on the 3rd?
11:12.04jason_ukfsnprobably although I cannot be sure yet.
11:14.03jason_ukfsnwe did that in february didn't we?
11:14.27zacharyyea, not even a 1/4 inch.
11:15.11jason_ukfsnI thought we were dicussing the weather now?
11:16.21zacharyYou are starting to sound like leeds. Did you wake up on the wrong side of the bed today?
11:17.24highburymorning guys
11:17.26jason_ukfsnLOL, no I'm just feeling particularly flippant.
11:17.31jason_ukfsnmorning highbury
11:17.42zacharymoin highbury
11:18.05zacharyTime to feed the leach again.
11:18.39highburyahh, is corbin totally on formula now?
11:19.38zacharyYes, but he did try to latch on to me this morning.(Talk about frightening experiences)
11:19.45highburyLOL
11:20.16highburythey do have an amizingly strong gummy bite
11:21.53jason_ukfsnzachary: my wife had a thing about trying to catch me out with ours when they were babies.
11:23.57highburyany Demon people with a view on their introduction of spam-filtering to be introduced and enabled immediately?
11:24.34highburyI'd prefer they just rated the email and let people filter it themselves
11:24.34jason_ukfsnare they enabling it on all accounts without specific consent?
11:24.55jason_ukfsnIf so it's probably illegal as you need specific permission to filter someone's private email.
11:24.56highburyone has to explictly disable it
11:25.25jason_ukfsnhave they done a compulsory change of terms with correct (minimum 30 days) notice to all users?
11:26.10jason_ukfsnI'm about to implement amavis with clamav and spamassassin at UKFSN and UKPOST however the default will be not to filter anything.
11:26.12highburynot sure, but I've just disabled it, via their web cgi form
11:26.45highburythey're using http://www.brightmail.com/
11:26.54jason_ukfsnI know
11:27.14jason_ukfsnI think that would make the legality of a non opt in system even less likely
11:27.42jason_ukfsnpassing email to a 3rd party without specific consent is definitely a breach of the DPA and human rights legislation.
11:29.52murblejason_ukfsn: so how does smtp work? if you have a secondary mx at a 3rd party do you need to get everyone who sends you email to give consent?
11:34.53jason_ukfsnmurble: MX doesn't mean content scanning. Filtering systems specifically intercept and scan the content of the message and that it private
11:35.54jason_ukfsns/it/is/
11:37.43murbleI thought the consens was that if it was automiated, it didn't count as interception
11:40.45jason_ukfsnin law automation is irrelevant - would you be happy if the govt. were allowed to breach your human rights in other areas just because they automate the processes involved?
11:41.54jason_ukfsnalso most credit and debit card transactions online are automated - that doesn't strip you of the rights you have to be protected against abuse there.
11:50.08wethrinMorning
12:00.07*** join/#gllug Xiaoqi (~nikki@negativezero.plus.com)
12:05.45nasratanyone in the city experience pwr outage?
12:06.39wethrinI'm out of the city, and we're fine. Even with snow.
12:06.44wethrinChristmas Lecture time. Byee
12:17.10zacharynasrat: Fine in Marylebone.
12:43.41Copenasrat: fine in NW6
12:43.46CopeHi all.
12:55.43evangineernasrat: fine in E11
12:55.54evangineerHey, Cope!
12:56.43jason_ukfsntime to be gone
13:00.01Copehi evangineer!
13:01.04evangineerCope: I see you're running Blackbox now
13:01.30Copeevangineer: yeah moved from fluxbox
13:02.24evangineerCope: Running on slackware?
13:02.38Copeof course :o)
13:03.00CopeAlthough I'm having a bash at installing suse 9.0 for a desktop machine
13:03.37CopeI used 8.2 on my laptop, and it was excellent.
13:04.46CopePlus I might recommend it in the Dad/Sister/XP disaster scenario
13:04.49evangineerI'm just reading an article on Fedora vs SUSE, http://www.newsforge.com/os/03/12/18/137237.shtml?tid=2&tid=82&tid=94
13:04.58CopeOh ace
13:06.29evangineerSuse seems to have the edge in terms of the desktop user experience, but is not recommended for anything less than a P3 600
13:07.07CopeYeah, SUSE has been the best desktop for some time, imo; I just don't like all that YaST stuff
13:08.45CopeIts the linux desktop that Sophie likes best; and everything just works, so for a machine that is literally just web, office, camera it's probably ideal.
13:09.07CopeAnd I'm guessing 9.0 is a decent upgrade on 8.2 too.
13:09.11evangineerI run slack, because I'm not interested in things like YaST.
13:09.18CopeIndeed
13:10.21evangineerDesktop-wise, I'm using xfce4 with menumaker.
13:12.04evangineerWill suse run fast enough on the box in question?
13:12.24CopeI love slack, but when I want an easy life with plug-and-play pdas, printing, digital camera etc it takes a long time to get it set up... trade that against that I dislike yast, rpm, bloat and I have to decide which was to go.
13:12.41CopeEvangineer: yeah, it will befine - duron 900 256M
13:15.23evangineerLooks like you're good to go then
13:52.56*** join/#gllug resuDaed (~tom@82-35-122-66.cable.ubr01.enfi.blueyonder.co.uk)
14:10.24highburygenerally I'd agree with the article comments, saying it was a poor review
14:19.09CopeHmm... not sure I agree with some of the points, but then I'm an experienced user; and SUSE is very easy to install imo.
14:32.50CopeIt's confirmed: William can smile.
14:41.14highburyit does make it real worthwhile :-)
14:46.48Cope18 days - quite young to be able to smile.
14:47.18CopeHmm... and Sophie can -nearly- fit into her size 8 jeans now.
14:52.04*** join/#gllug pszopinski (~pszopinsk@217.79.123.213)
14:52.32pszopinskihi.
14:54.15CopeHello
14:54.39pszopinskiwhat's up? :-)
14:56.53pszopinskii'm trying Fedora.
14:56.56pszopinskiit's nice.
14:57.13pszopinskibut not for my machine.
14:57.15pszopinski:-/
14:57.48CopeHeh#
14:57.51pszopinski266MHz and 96MB RAM is too less for Gnome 2.4 and gadgets.
14:58.03CopeYeah.
14:58.09pszopinski:-)
14:58.32pszopinskibut i'm suprised with KDE 3.1.4.
14:58.37CopeI'm using a much lower spec machine than that now, with blackbox and dillo - running fast and looking good.
14:59.10pszopinskii'm a fluxbox user. :-)
14:59.54CopeWell, on a low machine the extra functionality that fluxbox gives you isn't needed; eg pictures on tye desktop and interface with gonme
15:01.15pszopinskimain thing why i'm using fluxbox are the tabs.
15:01.21pszopinski:-)
15:01.26CopeAh ok
15:02.55pszopinskiCope: what distro you're using?
15:03.02Copeslackware
15:03.33pszopinskiand what you think about swaret?
15:04.22CopeI disaprove in principle; if you want automatic binary package installers, why not use debian?
15:05.01CopeOr use pkgadd with eg netbsd
15:07.39pszopinskidebian community, terms, automats etc. it's too much for me. and packages are more partitioned, like headers, binary etc, and stable line is too old.
15:07.45CopeSlackware is simple; that's its great strength; you get a rock solid base; if you want other packages there are .tgzs available on slackware.org or linuxpackages.net; but I tend to build from source, manually.
15:08.57wethrin'lo
15:09.03CopeWoo wethrin
15:09.06wethrinEek!
15:09.07evangineerHey wethrin
15:10.18pszopinskiCope: i'm a developer of some other RPM based disto, called PLD, but i'm little confused now, when I'm trying to think about future of that distro. time to the changes.
15:10.36evangineerRe swaret.  I use slapt-get for keeping machines up to date with latest patches.  I've also used it to upgrade one machine from 9.0 to 9.1
15:10.37pszopinskiwethrin: hi.
15:10.42wethrinHmmm.....we appear to be overrun by Poles :)
15:11.26pszopinskiwethrin: i'm this same guy from a pub, early november.
15:11.28wethrinFirst gregj....
15:11.39wethrinAaah. Pawel?
15:11.43pszopinskiyeah, greg's friend.
15:11.44pszopinski:-)
15:11.52wethrinAhh. You're using a different nickname
15:12.11pszopinskiyes. :-)
15:12.27Copepszopinski: have baby here, so slow responses
15:12.32evangineerCope: I used to build from source manually, but these days I use pwbuilder when I can.  It provides a ports-like system for slackware.
15:13.49Copewell, unless you are sold on the linux kernel and way of doing things, if you want a ports system, why not use *bsd rather than a copy?
15:14.29evangineerCope: I have also created a number of ports using pwbuilder some of which I have submitted back to the developers.
15:14.57evangineerCope: I haven't managed to motivate myself to make the leap to FreeBSD yet!
15:14.58pszopinskiCope: small-supported-hardware-list, i'm talking about BSD.
15:15.05pszopinskiin my choice.
15:15.28CopeI like slackware because apart from lfs its the only distro I have used where I feel in control; don't have other 'tools' that I don't use taking up space and resurces, and which I can get a small, lean system.
15:15.48CopeDebian base-install excpeted, maybe.
15:17.01pszopinskipszopinski@venus:~$ whereis slackware-version
15:17.01pszopinskislackware-version: /etc/slackware-version
15:17.04Copepszopinski: Have you checked your hardware to dsee if it is supported, or is that your guess?
15:17.08pszopinskiyou're not alone. ;-)
15:17.32pszopinskiCope: I check in use.
15:17.49evangineerslack lends itself well to script-based system admin
15:17.57CopeSure.
15:18.19CopeAnd the slack scripts themselves are clear, well written and well commented.
15:19.34wethrin:)
15:21.57Cope2+ hours into install and we're on 46%
16:13.48*** join/#gllug resuDaed (~tom@82-35-122-66.cable.ubr01.enfi.blueyonder.co.uk)
17:41.35pszopinski:-)
17:41.42pszopinskigeramik rox.
17:42.14pszopinskiit's better than bluecurve. :-)
17:42.28wethrinSo's a kick in the teeth
17:42.43pszopinskiwethrin: why? :-)
17:42.59wethrinDon't like Bluecurve very much :)
17:43.18pszopinskinow all my apps from gtk1, gtk2 to qt look same.
17:46.02pszopinskigeramik is theme for gtk1/2 with special engine, that engine taking KDE/QT wget prefs, fonts/colors etc and you can use this same schema in gtk. :-)
17:46.29pszopinskimy dream is comming - one wiget desktop.
17:46.51pszopinskiwindows! ;-P
17:47.20evangineerLooks like geramik might solve a problem that I've had since upgrading to xfce4.
17:47.57evangineergtk2 apps look great, but sylpheed-claws (gtk1) looks really awful!
17:48.19pszopinskii know you pain. ;-)
17:48.24pszopinskis/you/your/
17:50.26pszopinskii use one powrful app, called J-Pilot to sync with my palm, but it's still working only with gtk1.
17:53.14pszopinskis/"i use"/"i'm using"/
17:53.18pszopinskii hope. ;-)
17:53.43pszopinskievangineer: what distro you're using?
17:54.24evangineerps: slackware 9.1
17:54.32pszopinskievangineer: I have ready to use Slackware packages. ;-)
17:54.37pszopinskifor i686.
17:55.09pszopinskiI'm using 9.1 too.
17:55.10evangineerpsz: does that include qtpixmap?
17:55.37pszopinskiqtpixmap is one package and geramik is a next.
17:56.12pszopinskiall what you need is a gtk1, glib, gtk2, glib2.
17:56.12evangineersend them to me please!
17:56.25pszopinskiok, wait.
17:57.27evangineerHow do you switch themes for gtk1?
17:58.43pszopinskihttp://www.kernel.pl/~t0tal/slackware-9.1/
18:00.14pszopinskiwhen you will install geramik, you must create link /usr/share/themes/Geramik/gtk/gtkrc -> $HOME/.gtkrc
18:00.29evangineerokay
18:00.52evangineerThe website is a bit slow!]
18:01.12pszopinskihm, 155Mbps.
18:01.27pszopinskii don't have problems.
18:01.41pszopinskifrom Zen and Project Telecom to Poland.
18:01.58pszopinskibut maybe it's your provider.
18:02.00evangineerMy fault! a typo.
18:02.25evangineerI've got the packages now! ;-)
18:02.29pszopinskithat host is in this same room where siting polish sunsite. ;-)
18:04.12evangineerRunning installpkg now!
18:04.50pszopinskiit's a mirror of kernel.org, anyway try packages. ;-)
18:08.40evangineerI've installed the pkgs, created the symlink and restarted sylpheed-claws.  The panels now have a white background but the widgets still look the same!
18:08.55pszopinskihm.
18:09.28pszopinskii haope you have installed KDE/QT and Keramik theme selected.
18:09.34pszopinskis/haope/hope/
18:09.54evangineerI have qt but no kde.
18:10.42pszopinskiprobable you don't have Keramik engine.
18:10.51pszopinskiwhat's with KDE.
18:10.54pszopinskiIMHO.
18:11.01pszopinski:-/
18:11.29evangineerI use xfce desktop with gtk2 and gtk1 apps only.
18:11.50evangineerHaven't installed kde.
18:12.37evangineerGuess I need a theme that is not dependent on kde.
18:14.13pszopinskiuhm, this is a part of KDE, i'm using KDE 3.1.4 from 9.1 and it's ok. i'm testing GIMP now and it's look same like rest of QT desktop.
18:14.49pszopinskievangineer: solution for you i bluecurve or maybe other shared engine for both gtk.
18:15.00pszopinskis/i/is/
18:17.46pszopinskion freshmeat you should find some shared engine themes for gtk1/2.
18:19.29evangineerpszopinski: I had a look at freshmeat yesterday, but I was a little confused by the installation issues.  I'll try again now.
18:19.48pszopinskievangineer: use gdkxft i you want antialiased in gtk1, it's work too.
18:19.54pszopinskis/i/if/
18:21.18CopeHello you two.
18:21.36pszopinski:-)
18:21.40pszopinskihi Cope.
18:21.43evangineerHey Cope
18:23.11CopeWell, install finished, but has crashed; restarted -> grub -> boots -> X (still installation screen) -> crash
18:23.24CopeBah
18:24.25pszopinskinice, and Novel bought it? ;-)
18:30.19Copeok - got to really hack as its set a kbd where I can't get a |
18:41.14wethrinHmmmm
18:45.44CopeHmmms... time to change default run level from rescue disk.
18:47.40wethrinI hope everyone from here will be at the pub on Saturday?
18:47.57Copewhat time?
18:48.17wethrin5p
18:48.18wethrin5pm
18:48.31wethrinPillars of Hercules
18:53.58wethrinThey server whiskys, I think, if baby gets too noisy :)
18:54.19wethrinYes.
18:54.20wethrin:)
18:54.45Cope:-P
18:55.15CopeI feel I ought to be able to fix it from a root prompt though...
18:55.37wethrinYou're thinking like an old-school. Toggle in the boot code....
18:55.51wethrinYou should be thinking like the new pointy-clicky-drooly crowd
18:56.55CopeWell, I can get a root prompt by using the rescue disk, which -still- dumps me in X which I can't kill, typing init 1 to get to single user, and then I have some power.
18:59.02CopeI don't know why I ever bother, every time I try one of these new-fangled things it bites me in the bum.
18:59.09wethrinThen don't :)
18:59.21wethrinI have some SCO Xenix/286 disk images if you want them....
19:01.17CopeI make the same mistake every time - I think 'Ah - this will do X Y and Z automagically, and save me time' but the automagic thing fscks up, I have to fix it...
19:01.25wethrin:)
19:01.44Cope...by which time I could be in a running slackware system which I always prefers, and is always quicker.
19:02.51wethrin:)
19:03.55CopeHmm... progress.
19:04.27wethrinWhat? Installing Slack?
19:05.09CopeWell, I tried one more time, using the boot disk kernel, and its carried on its pretty installation process; so lets see what happens.
19:08.04wethrin:)
19:09.09wethrinbrb - reboot for security updates
19:20.18wethrinBack
19:26.03wethrinZoot!
19:27.09Copeok... we have X, No network, crap display
19:27.16CopeThis, we can fix.
19:27.40evangineerIf anybody has a good solution for theming legacy gtk1 apps, esp. under xfce4; now would be a good time to speak up.
19:29.45evangineergtk-theme-switch requires a libpixmap which of course is not the one that ships with gtk2.
19:33.53JDwethrin: naughty naughty zoot
19:37.02wethrinYes.
19:37.52CopeSo its not included kernel modules, and hasn't build the right module into the kernel; no I have to build a kernel now to get networking up,
19:38.53wethrinYou have a weird network card, then
19:49.28wethrinWhat card do you have?
19:52.39CopeI don't have the kernel source... hmm.. ok copying the rescue kernel from the cd which has the drivers.
19:55.15Copewethrin: isa 3c509
19:55.26CopeAnd yes, I know its old... blah blah
19:55.35wethrinI've got them.
19:55.37CopeJD is giving me a new shiny one!
19:55.40CopeI love it.
19:55.42wethrinWonderful cards. Worked perfectly :)
19:56.06CopeIt always works for me, sometimes needs irq tweaking.
19:56.13wethrinNever any problems with Linux. Although I often had to manually tell the installer what card I had
19:56.26CopeSod this.
19:56.28Cope:o)
19:56.32zacharyCope: I have about three of the 3c509 UTP/BNC/AUI
19:56.40CopeIt'll be all over in 30 mins.
19:56.41wethrin:)
19:56.42wethrinYes
19:58.54CopeI'm not going to take the cd-writer out of the !suse machine, put it in this one, sort out ide-scsi, download kernel source, burn it to cd, move cdrom back, build kernel.
20:00.32wethrinYou're not?
20:02.13wethrin:)
20:02.59CopeIt was a weird feeling though, being in suse, trying to fix things from a terminal with MBs of pretty tools all around me doing nothing.
20:03.31wethrin:)
20:03.43evangineerCope: there's a lesson in there somewhere! ;-)
20:04.19zacharyYea, If you don't like things GUI, stay out of the kitchen!
20:05.35evangineerI guess you could say GUIs are for WIMPs!]
20:05.39CopeHmm - what shall I use for my pretty desktop? Stay lean with fluxbox, try gnome, or go with kde?
20:06.01CopeWhat's gnome like these days?
20:06.12Cope(wethrin: horrible)
20:06.22wethrin(agreed)
20:06.31zacharyBlackbox, Openbox.
20:06.34evangineerdunno!
20:06.40wethrinGo with KDE for eye candy.
20:06.46wethrinGo for WindowMaker
20:07.00zacharyWow, wethrin, depends on the box.
20:07.12wethrinWell, yes.
20:07.12evangineerxfce has eye candy and is lean
20:07.17CopeIt's got to be Sophie friendly.
20:07.44wethrinWindowMaker is the GNU version of NeXT/OpenStep.
20:07.54wethrinSomething from the hand of Jobs - how bad can it be? ;-)
20:09.05wethrinMmmm. Having rebooted OS X, it's suddenly wonderfull responsive again
20:09.20wethrin'tis a nasrat
20:09.23zacharyIs their a way I can redirect the output of a process from a ssh session  to a vt on another box?
20:09.26nasratwethrin: indeed
20:09.31zacharyevening nasrat.
20:10.43nasrathi zachary
20:11.13zacharyHow did the power thing go this morning?
20:11.52nasratcame back after lunch
20:13.03wethrinzachary: Use screen
20:16.37zacharywethrin: thanks
20:19.57wethrinHmmm......
20:20.38wethrinNo, it's not.
20:20.45wethrinIt's just horrendously indented
20:22.56*** join/#gllug Xiaoqi_ (~nikki@negativezero.plus.com)
20:23.32Xiaoqi_hiya!
20:25.41JDhi
20:26.05Xiaoqi_JD, hows you?
20:26.14JDwethrin: vim reindenting
20:26.17JDXiaoqi_: good
20:26.23JDbit busy talk in a bit
20:26.27Xiaoqi_ok
20:27.23wethrinwethrin: Hmmm
20:49.01*** join/#gllug irvined (~irvined@home.irvined.co.uk)
21:00.06wethrin'lo irvined
21:20.03irvinedhi wethrin
21:45.26CopeHow do you set a target directory for tar when untarring a tarball?
21:46.12Copeeg You have foo.tar in /home/cope but want to untar it into /home/sophie
21:49.36wethrin-D
21:56.42wethrin:)
21:57.21wethrinWell don't give it to us\
21:57.23wethrin:)
21:57.53CopeIncidentally, for binaries like Mozilla Firebird and OopenOfficce, where should they be put to be available to all users?
21:58.04wethrin/dev/null
21:58.07wethrin(ideally)
21:58.15evangineerCongrats on the new install
21:58.21wethrinbut /usr/local/bin, otherwise
21:58.26Copeibot lart wethrin
22:03.14Copeq was countinging seconds before that rejoinder.
22:03.28CopeNot that q is anywhere near I
22:03.29wethrin?
22:04.11evangineerobviously Xiaoqi wasn't impressed by that rejoinder!
22:10.51wethrinHmm
22:18.10CopeI may be talking out of my behind, but since when did you need a scsi driver to mount a usb mass storage device?
22:19.43wethrinSince USB mass storage was in the kernel
22:20.08CopeSo usb mass storage devices are treated as scsi devices?
22:20.14wethrinYep
22:20.22Cope</taling out of my behind>
22:21.22CopeAnyway, subject to me writing an automated script, camera is working :o)
22:21.32wethrincool
22:37.53CopeIs libXm.so.2 in lesstif?
22:48.50wethrinPass
22:52.50Copegoogle groups says yes
23:07.47CopeHmmm OOo 1.1 is nice!
23:21.39wethrin(Dave Brubeck)++
23:40.33wethrindrunkenly?
23:46.40CopeHmm...wine - but no wine glasses.
23:46.51wethrinDrink from the bottle.
23:46.51CopeWine from bone china tea cup?
23:47.01CopeBone china tea cup?
23:47.02wethrinI had Elderflower wine today.
23:52.51JDhave I missed nikki?
23:53.23wethrinYes
23:53.40Cope22:10 -!- Xiaoqi_ [~nikki@negativezero.plus.com] has quit
23:53.57JDbugger
23:54.05JDis she in scotland now?
23:54.12wethrinJD: Will you be in the pub on Saturday?
23:54.16wethrinProbably
23:54.46wethrinWell, her away message says that she's travelling, etc.
23:58.40JDwethrin: I intend to be
23:58.49wethrinGood.
23:58.59wethrinAre you going to be at any of the computer fairs, BTW?

Generated by irclog2html.pl by Jeff Waugh - find it at freshmeat.net! Modified by Tim Riker to work with blootbot logs, split per channel, etc.