#debian
01 November 2007
Total 45 pages. You are browsing page 1/45.
First :: Prev :: [1] [2] [3] [4] [5] [...] :: Next :: Last
--- Log opened Thu Nov 01 00:00:05 2007
00:00 <****> tuv: i wouldn't think that's a good idea
00:00 <****> abrotman, the -j2? why?
00:00 <****> at least .. not in the rules file
00:01 <****> abrotman, i'd like to pass it as an option, like ./configure options are passed using DEB_BUILD_OPTIONS=""
00:02 <****> tuv: not sure .. ask #debian-mentors on irc.oftc.net .. if you find an answer .. i'd like to know
00:02 * jelly-home only knows how to do it for make-kpkg
00:03 <****> well .. that's my point .. in the rules file .. it would enforce it for everyone building the package .. which might not work well on slower systems
00:03 <****> tuv: try #debian-devel (OFTC) they should know ;-)
00:03 <****> it's not everyone, it's only him and his system
00:05 <****> jelly-home: in general .. it seems like a bad thing to do ..
00:06 <****> jelly-home: what if a DD uploaded a package to the buildd that just had '-j' ?
00:06 <****> but .. what do i know
00:06 <****> !arabic
00:06 <****> well, arabic is Linux supports the Arabic language. See http://www.arabeyes.org/download/documents/howto/arabic-howto-en/
00:06 <****> sucks to be that dd, then
00:06 <****> sucks to be the buildd :)
00:06 <****> hmm, is there an arabic irc channel?
00:06 <****> uhm .. yeah
00:06 <****> !listvals arabic
00:06 <****> !ur
00:06 <****> Ur is the ancient Sumerian city that dominated Mesopotamia from 6000 BC to 600 BC. If you mean "you are" or "your", just say so. Also swedish for clock, and a swedish word meaning "from within". a german prefix for refering to something very old Urdu, a language based on the arabic script spoken like hindi. For debian support in urdu/hindi join #debian-ur. Urdu/punjai/hindi support ke liye #debian-ur mein tashreef le ayen. Shukrya.
00:06 <****> Factoid search of 'arabic' by value (9): bahibak ;; moty66 ;; ur ;; ahlane wa sahlane ;; akka ;; arabic ;; assalamou alaikoum ;; marhaban bikoum ;; arabeyes.
00:07 <****> if it's still active
00:07 <****> !arabic
00:07 <****> it has been said that arabic is Linux supports the Arabic language. See http://www.arabeyes.org/download/documents/howto/arabic-howto-en/
00:07 <****> jeeks
00:07 <****> i ugess -ur is gone
00:07 <****> ok
00:08 <****> Urdu is arabic?
00:08 <****> sounds german!
00:08 <****> abrotman: dont make me use of my fine dancehaka-smite for you! :-)
00:09 <****> so I'm planning to use debootstrap to make a domU, how can I modify a debootstrap script to perform xen specific modifications for me ?
00:09 <****> dancewhatnow?
00:09 <****> and can I modify it to do things like set up hostnames and other things as well ?
00:09 <****> !firstboot
00:10 <****> figures
00:10 <****> preseeding maybe
00:10 <****> preseeding is for debconf, innit
00:10 <****> ISTR there was a .sh script
00:10 <****> i'd think it's in the debootstrap docs
00:12 <****> aarcane: customize how ?
00:13 <****> well, I'd like to setup the host name, and remove TLS support, both of which are needed by xen
00:14 <****> aarcane: the first you can just write out to /etc/hostname; no need to modify debootstrap
00:14 <****> aarcane: for the second, just install the libc6-xen packages
00:15 <****> hi. is there any command to turn of the power on my notebook monitor, but keep the machine running?
00:15 <****> 00:12 -!- guk [i=chris@soloso[n=pitakill@189.140.230.162] has quit [Success]
00:15 <****> (you can use --include to do that, or just chroot and apt-get install it)
00:15 <****> dondelelcaro, what I'd like to do is have debootstrap prompt me for the hostname and install the libc6-xen packages automatically
00:16 <****> target/etc/hostname; done.
00:16 * dondelelcaro doesn't see why it has to be debootstrap that does the prompting
00:16 <****> because I'm forgetful and will never remember to set the host name a week from now.
00:17 <****> so make a wrapper
00:18 * aarcane contemplates
00:18 <****> good idea
00:20 <****> wtf is this?
00:20 <****> mount.nfs: rpc.statd is not running but is required for remote locking. Either use '-o nolocks' to keep locks local, or start statd.
00:20 <****> it's telling you
00:21 <****> you forgot to /etc/init.d/nfs-common start, afair
00:21 <****> jelly-home: i just tried it though
00:22 <****> *yawn*
00:22 <****> jelly-home: i think the init script is broken or something because it's not starting
00:23 <****> stiv2k: do you have nfs-common installed?
00:23 <****> jelly-home: what could it be?
00:23 <****> hey supaplex
00:24 <****> dondelelcaro: yes it's installed it used to work all the time but now it doesnt seem to be starting
00:24 <****> supaplex was a great game!
00:24 <****> stiv2k: then add set -x to the top of the init script, and try to start it again.
00:25 <****> dondelelcaro: interesting
00:25 <****> what do i install with apt-get
00:25 <****> to build packages
00:25 <****> compile
00:25 <****> dondelelcaro: what am i looking for
00:25 <****> stiv2k: what it's doing; if you don't see it, paste the output
00:26 <****> TurboBee: build-essential and whatever else what you're compiling needs.
00:26 <****> I have a script that has to use the command "chroot" at some point, but then entering the chroot env, the script stops... it only continues when I leave the chroot'ed env manually... Is there a work-around ?
00:26 <****> drc: it still is :)
00:27 <****> thank you!
00:27 <****> klys: hi :)
00:27 <****> dondelelcaro: http://rafb.net/p/WHxn1U33.html
00:28 <****> rubymonk: chroot executes a single command (or the shell if none is given) in the chroot.
00:28 <****> dondelelcaro, Ok, so if I do chroot path mycommand it should work ?
00:29 <****> rubymonk: it will execute mycommand; in the chroot. Whether that's actually waht you want, I don't know.
00:29 <****> quick question on dpatch: how do I modify a patch that doesn't apply cleanly anymore? dpatch-edit-patch will only let me edit patches that apply cleanly :(
00:30 <****> dondelelcaro, It is... Thanks :)
00:31 <****> stiv2k: what version of nfs-common do you have installed?
00:36 <****> hi, is there an estimation when xaralx will be released from the "sid-jail" and go into testing or is this not predictable?
00:37 <****> !why is xaralx not in testing
00:37 <****> xaralx is not in testing for the reasons listed in http://bjorn.haxx.se/debian/testing.pl?package=xaralx
00:37 <****> thank you
00:37 <****> error: rc exited outside the expected code flow ::: can someone help me figureout what's wrong ?
00:39 <****> acpi -V says "No support for device type: thermal" about my c2d running on 775Dual-VSTA (PT880 Pro/Ultra Chipset). What is wrong?
00:40 <****> kernel version 2.6.22-2-686
00:41 <****> dondelelcaro: ii nfs-common 1:1.1.1-4 NFS support files common to client and server
00:42 <****> hi there, how can i install iplimit module to debian box? aptitude search does not find iplimit module...
00:44 <****> chump: Check /etc/init.d/rc. There is a line at the beginning, reading "debug=echo"
00:44 <****> ar7: what are you trying to do ?
00:47 <****> abrotman: my aim is to limit the number of http connection.. somebody boils my server :)
00:47 <****> Blokk: your thermal sensor may not be acpi. Install package 'lm-sensors' and run 'sensors-detect'.
00:48 <****> mainly I want speed step to work
Total 45 pages. You are browsing page 1/45.
First :: Prev :: [1] [2] [3] [4] [5] [...] :: Next :: Last
