| |
| |
| |
|
Page: 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
Comments:
<0> anyone in here have experience with chroot_safe? <1> Hi Turing <2> iHR linux-image-2.6.15-1-k7 2.6.15-8 <2> What is HR? <1> not here.. sorry <0> or having script self-sudo? <3> m <4> ok thanx for the tip guys <4> i've just added the swapfile... <4> does it mather performance wise in comparison to a swap partition ? <4> sorry if that is a dumb question :) <5> set-uid/gid doesn't seem to work with scripts .. is there a workaround ? <4> and thank you google http://blog.printf.net/articles/2006/03/27/swap-files-vs-swap-partitions <6> hi <6> i've got a problem with a package <7> hi , how to make a boot disk ( cdrom) ?
<8> anyone know what the net_ssl package is called ? <6> i have libx11-deb installed but it seems there's one file missing : `/usr/X11R6/include/X11/Xlib.h' <8> i'm trying to apt-get install it. <6> can anyone confirm it ? <6> i'm running debian sid <9> cool article for linux newbies: Innovation in Linux: An extraordinary Linux review http://lxer.com/module/newswire/lf/view/57487/ <1> Orphys, Nope. I don't have one either <6> oh that's bad <8> anyone know what the net_ssl package is called ? <7> anyone, how to make a boot disk ( cdrom) ? <1> Orphys, I'm ***uming you mean libx11-dev? <10> xomhau: just use the debian install media. <6> TyggerBob, yes <6> and I can't compile mesa without it <7> dondelelcaro, what command when boot from cd-rom? <10> xomhau: any; just drop to a console, and mount what you need, and change what you need. <11> Is there some kind of tool / well known method to propagate my .rc files on several machines? I'm tempted to start making something fancy and waste my time <8> anyone know what the net_ssl package is called ? <12> Orphys, I have /usr/X11R6/include/X11/Xlib.h installed <6> do you know whic hpackage it's from ? <12> Orphys, just a second and I will try to locate <6> thanks <6> it should be libx11-dev <13> why can't i apt-get install azureus anymore? <13> where's the debian package <13> :/ <14> !azureus <15> To install azureus, type aptitude install azureus AFTER adding contrib and non-free to your sources. | Ask me about <contrib> <non-free> <2> I want to change the instance of "vesa" in a file with "nvidia" how can I do that with sed? <16> why does mozilla-mplayer suggest firefox and require mozilla-browser? <16> it never did before <17> i've got a debian server that got compromissed.. is their a dpkg command to verrify all files? <17> there* <10> zbowling: if the machine has been compromised, you need to backup your data and reinstall from known good media. <17> dondelelcaro, well they couldn't do much with the type of attack they did since they could only get access to the apache, bind, and imap users <10> zbowling: no way of testing the machine while it's running can actually verify the information on the drive. <10> zbowling: if those are the users they could get access to, then there's no point in verifying the files, because those users don't own any files that dpkg installs. <12> Orphys, yes it is ***ociated and installed with libx11-dev <6> can someone send it to me ? <10> of course, there's no way to tell if that's the case on a running compromised machine. <12> Orphys, I can post it to a IRC-paste if you like <6> that's fine <6> or DCC it if you can, that's even better ;) <17> dondelelcaro, yeah, the attack was semi harmless.. they were able to kill apache through a UTF-8 error in php with horde imap module.. it gave them access to the imap user and apache process.. they killed apache and they started up another process called 'imapd' and they killed bind some how and started a process called 'syslogd'.. anoying little ***es.. <10> zbowling: uh... if they could create arbitrary processes to run, they may have managed to find a local root exploit. <18> how can i find out which of all the packages i have installed are from unstable? <12> Orphys, http://rafb.net/paste/results/7A9HSV73.html <6> thanks <19> zbowling thats probably not an authentic syslogd too. <20> CAiRO: apt-show-versions <17> dondelelcaro, they tried but thankfully i had some custom selinux policies in place <18> thanks <12> Orphys, check and see that the text is there. There appeared quite a few blanks lines at the beginning of the paste. I did not delete them because they appeared from the copy and paste. They are not apparent in my file as I view it. <17> dondelelcaro, i got an email that it happened before it put in a iptables addition to block the ip <6> i think it's good <6> but now, an other file is missing... <21> Orphys, I think several files are missing. <6> i think too <6> but that's strange <12> Orphys, what error messages do you get whenever you install? <6> no error when i install libx11-dev
<6> the problem is when compiling mesa 6.5 <6> it needs a few x11 dev files <12> Any error messages ***ociated with any current attempt at install? <6> it's make complaining the file is missing <6> because it's needed to compile one file <22> how do i make ppd stop populating my /etc/resolv.conf? i run a dns server, and i want all apps to use 127.0.0.1 as the dns server, not my ips's dns server...what can i do? <6> what version of libx11-dev do you have ? <12> 6.9.0.dfsg.1-6 <12> the depends are: libx11-6 (= 6.9.0.dfsg.1-6), libxext-dev, libxi-dev, x-dev, libc6-dev | libc-dev, libxkbfile-dev <6> is it possible to force the installation of an older package ? <10> Orphys: specify a version, and it'll install that version. <10> Orphys: man aptitude; or man apt-get; for details. <23> I need a bash wizards help. I'm trying to feed the output of find to tiff2pdf like: "for i in `find -iname *.tif`; do tiff2pdf $i -o $i.pdf; done" , but the output contains spaces which I need to have escacped. Can anyone help? <24> a <25> bipolar, look at "tr"? <26> gnome screen resolution gives me max. 800x600 resolution despite my monitor and my nVidia support higher resolutions, how can i fix this , is there something like xconfig in debian <23> DarkCow: what's tr? a command to pipe though? <10> bipolar: find -iname *.tif -print0|xargs -0 tiff2pdf $i; ***uming tiff2pdf has a sane default setup. <27> hi all, im starting gkrellm -w with wmaker, its running, but i dont see it, any ideas? <25> I think it "translates" <25> so you can make letters all uppercase, or remove spaces, or do some other stuff <25> it might help you <10> find -iname *.tif -print0|xargs -n1 -0 tiff2pdf; rather. <23> dondelelcaro: the default output of tiff2pdf is stdout... :\ <28> is there any estimate on the next debian release <29> justinm: ha! <28> :( <23> dondelelcaro: I need a way to output it to files with .pdf extentions. <23> hmmm <10> bipolar: then use find -iname *.tiff -exec tiff2pdf -o \{\}.pdf \{\} \; or similar. <23> wow.... thats way beyond me... <10> or for a in *.tif; do tiff2pdf "${a}.pdf" "$a"; done;... <26> anyanswer <28> yes, it's amazing how complex shell scripting can get (at least to the simple like yours truly) <30> hi there. I am using Debian Sarge and using Zope2.8.4 with plone 2.1.2. There is a python script named repozo.py that i want to use to do backups of the Data.fs from the zope. But to use repozo.py i have to "The entire Zope python library must be added to python's system path so that the ZODB module can be imported by repozo..." how can i do this? Thanks <31> ahoy <23> dondelelcaro: thanks for your help, but now I'm back to spaces in the file name screwing up tiff2pdf <31> i'm having a bit of trouble with my boot screen. when my computer boots to debian, it brings up the GNOME login window <29> cshaman: what do you want it to bring up? <31> i want to boot to TTY mode <29> !nodm <15> Debian does not use a specific runlevel for graphical display managers by default. Just remove the dm package(s) with "apt-get remove xdm kdm wdm login.app gdm pdm". "update-rc.d -f xdm remove" and friends will also disable the dm until a package update is installed and the runlevel symlinks are restored.. NEWSFLASH! echo "false" >/etc/X11/default-display-manager, or a temporary solution is to hit ctl-alt-fN to get to a console <3> how do i authenticate the marillat repository? the directions provided by the marillat key factoid doesn't seem to work <10> odla: figure out what the right key id is, and add it. <3> dondelelcaro: i'm not sure i understand...i've looked on the marillat website for the key too and i can't find it <29> !tell odla about marillat key <32> when trying cisco vpn client install on debian, i get: 'csum_and_copy_from_user' differ in signedness <3> dvs: that doesn't work...it tells me nothing exported and no valid OpenPGP data found...i've already tried that <6> Red_Cloud, i've found the problem <33> i upgraded a sid machine yesterday, took in all the new xorg packages, now i get the "cant find default font fixed" error, but xfonts-base is installed. what am i missing? <6> the fact is that there is no standard directory to store the header file <6> and mine where stored elsewhere <6> but there were already a few files in the directory that mesa wanted <10> !factinfo marillat key <15> marillat key -- last modified at Fri Mar 24 10:32:42 2006 by streuner_!n=streuner@p54A5F272.dip.t-dialin.net. <10> gag. <29> odla: Do you have a keys server setup/ <29> *? <10> dpkg: marillat key is <reply> For apt >= 0.6, ask me about <apt-key 1F41B907> <15> ...but marillat key is already something else... <10> dpkg: no marillat key is <reply> For apt >= 0.6, ask me about <apt-key 1F41B907> <15> okay, dondelelcaro <10> !tell odla about apt-key 1F41B907 <3> dondelelcaro: thanks! <3> dondelelcaro: are you a statistician? <24> testing (x11): [non-free] <24> 8.20.8-1.1: i386 <24> can i use these drivers with stable debian? <10> odla: no, but I do a lot of work with statistics <34> can anyone help me with my old jaz drive? <29> Tarantulafudge: What? Click of death? <34> dvs: what?
Return to
#debian or Go to some related
logs:
#web #math #linux angstrom kernel panic spitz no init found #suse #web #perl IRQ what is GSI
neopsyche bash script is directory
|
|