| |
| |
| |
|
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
Comments:
<0> !tell woodland -about mtrr deb <1> RvGaTe: you must be talking about packets <2> cheal: right... sorry bout that, packets <3> how can I disable IPv6 in the modular kernel... ? <2> rephrasing the question to exclude confusion: how can i check if my debian is refusing packets on eth0... ? is there a log file for it? <4> Hi, I'm trying to set up WebDAV <5> RvGaTe: if the program is running and listening on the port, then i would imagine its your routing thats the problem. <4> I get this when I try to connect: dav is not a registered protocol. <2> liable: yes, but the router is set to forward, it works on all other ports, why should this one get rejected by the router <5> redblades: what are you putting in (i imagine this is your browser thats telling you this?) <4> sorry, putting what in? <5> RvGaTe: well, i dont know, but if you can use it on the lan, then the forwarding is the likely problem <4> I have a folder on my Desktop, and I click on it to upload some files, the message appears <2> liable: ok, what if the debian is refusing particular hosts, i just want to make sure debian isn't refusing packets... is there a way to check? <5> RvGaTe: have you told it to refuse particular hosts? <6> can someone help me? i'm trying to get limewire, i used to have it on ubuntu, and i tried downloading the RPM, but they don't work on debian anyway do they? but i also tried downloading the general linux source file, and it didn't work
<7> hi <2> liable: look, i just want to make sure, is there a way to get a log of refused packets? <1> brownie17: people can't help you much if you don't diagnose better than "didn't work" <4> Anyone? <5> RvGaTe: normally in syslog. <7> where can i find configuration flags of packages? <8> debian/rules? <4> I'm really confused <5> streuner: yes, yes it does. :) <8> liable: thanks for confirmation ;-) <9> My version of the patch program in debian etch isn't working. When started it just does nothing and does not exit. What can I do? <1> jind: how are you starting it? <10> when mounting a partition, vfat/fat32 partition, i want to make it writable to every one, /dev/sda1 /mnt/sda1 vfat user,suid,rw,exec,umask=000,uid=1000,gid=1000 0 0 <10> but its not writable ? <8> !vfatrw <11> To get write access to a vfat partition when mounting it with fstab, use the line "/dev/partition /mount/point vfat defaults,uid=USERID,gid=GROUPID,umask=002 0 0" in /etc/fstab. umask=002 will make the partition rwxrwxr-x, while umask=022 will make it rwxr-xr-x. Get your user/group ids with the command "id". This also applies to NTFS, if you replace "vfat" with "ntfs" (although you can't currently easily _write_ to NTFS with Linux).. <8> that doesn't explain to make it writeable to everyone :-) <10> thanks <12> Hi. Perhaps someone can help me. I use debian 3.1 sarge version, 64 bits, how to install mysql 5 on it? I see only 4.1 version in packets. Thanks <13> aeres, it's in backports.org <10> that worked, thanks <8> aeres: AMD 64? <8> aeres: what kind of CPU do you have? <12> yes, AMD 64 <12> Athlon 64 3000+ <12> thanks I'll check <8> aeres: look for amd64 binaries <8> if they are available <8> s/binaries/packages/ <12> streuner, and what about just using backports? Will it work with the AMD64 too? <8> packages for AMD64 sure :-) <13> aeres, ther are versions for i386 and amd64 on bpo <14> can someone help me? i'm trying to get limewire, i used to have it on ubuntu, and i tried downloading the RPM, but they don't work on debian anyway do they? but i also tried downloading the general linux source file, and it gave me this error "/bin/sh: line 1: unzip: command not found" <12> on this page they do not say if it will work for AMD64 or not, the apt system reconize the processor itself? http://www.backports.org/instructions.html <8> no <8> apt/dpkg are care how to get and install packages on your system <8> or modify them, its not the job them to test your hardware <12> ok <13> aeres, it's up to you to pick and install the correct package for your system <14> anyone? <15> is it zipped up? <13> !limewire <11> rumour has it, limewire is better known as lamewire - yet another braindead java p2p client. Not in debian. see http://www.limewire.com! GPL! <6> dandelo, yes <6> sep, i've been there, that' <6> s <6> where i got the file!!! <15> why not install zip then <5> brownie17: so install unzip, and um, unzip it. <6> liable, why would it try to use a program called unxip if i don't have it? shouldn't it just use fileroller? <5> brownie17: huh? it wants to use unzip, because thats what the person who wrote it wanted it to use. <6> liable, that's crap. oh well <6> i'm doing it <5> and thanks for all the fish.. <2> lol, just noticed, my server is 25 days up, and i have already 6921 failed ftp logins... lol <16> heh <6> is the java runtime crap in the repos? <2> as long as it stays at FAILED, im not bothered :P <6> coz it's not appearing for me, and i just did an apt-get update. <17> do you think sticking with the 3.1 sarge version is a good idea, or better use a newer but less stable one? <6> !java
<11> java is probably Sun's cross-platform OO language. Sun's Java licensing is extremely restrictive and forbids you from working on Java implementations or SDKs. Consider using free-java-sdk for applications such as Eclipse. Ask me about <java licensing> and <install java>. <2> aeres2: sticking with stable would be a good idea <6> !install java <11> from memory, install java is First, read <java licensing>. Free java implementations available in debian can be seen by running "apt-cache search java-virtual-machine". if you need to run software not supported by one of the free java implementations (anything not in main), the java-package package (needs a contrib source), then ask me about <java-package>. <5> aeres2: its a great idea unless you really need newer ****s <18> hi guys...can someone please tell me why I am getting "missing argument to -exec" when I run this command..."find /mnt/blah/$i/ -path '/mnt/blah/$i/db' -prune -o -mtime -1 -type f -print -exec tar -pc {} | gzip -f -9 &> /mnt/backup/$i/diff/$DATE.tar.gz \;" ...***uming that $i and $DATE have been ***igned?? <19> thanks, so I'll just try to figure out how to use backports for php5 and mysql5 ;) <4> why is it that apt-get comes back eith dependencies, but tells me "will not be installed" <4> It's annoying having to hunt down dependencies <4> I wish to install fireofx through repos, but I find that it says it must remove x-window-system-core <10> any one got a Nforce3 mother board? with onboard raid? <20> Ugly_Duck: yes <10> tarzeau: you having any trouble getting your controllers to startup instead of timing out on bootup? <20> Ugly_Duck: debian install kernels didn't support it (well gnu/kfreebsd did) <20> Ugly_Duck: i'm not using the raid part.. <10> ata1 is slow to respond, please be patient <10> ata1 failed to respond (30 secs) <20> Ugly_Duck: i haven't had that <20> Ugly_Duck: what kernel? <10> dont really want the raid, just want my drives to be accessible <10> 2.6.8-2 <20> Ugly_Duck: sarge? <10> 2.6.8-2-386 <10> stable <20> Ugly_Duck: dunno. i've got my own kernel now <10> 3.0r2 from memory <20> !ubuntu2debian <11> hmm... ubuntu2debian is http://www.linuks.mine.nu/ubuntu/uncurse <20> i've used ubuntu server install because not even kmuto installer kernel worked <12> how comes in the packages there are the binaries for mysql-server-4.1 and also the binaries for mysql-server without a version number? <20> aeres: the others are old versions or meta packages? <20> aeres: check apt-cache show pkgname for details or packages.debian.org <12> ok without the 4.1 verison number it is the 4.0 one. Thanks <10> tarzeau: i think the last netinsall cd i had was 2.6.7 and it worked ok <21> Salut <22> can someone tell me how i can get a list of all installed packages on a machine. Is there an apt command? <10> tarzeau: if i want to compile a 2.6.7 kernel, do i just get one from kernel.org ? <23> .... RRRRRRRGH. <21> dmattli, dpkg -l <23> ... No, mangler, I will not create a radius dialin account for someone with a p***word that's the username followed by 'pw'. Ever. Not even if you ask nicely, not even if you threaten to fire me. Trust me on this. <21> Is there any cool tool to find out what exactly causes a package to be (de-)installed on apt-get install? <24> hi guys <24> any backports.org developer ? <23> I don't *CARE* how "unimportant" it is or how "harmless". "No" means "No". <25> Hello, does oss support almost sound card? <20> Ugly_Duck: i'd get the latest 2.6.16.16... <10> tarzeau: its not in my sources list though, do i actually download it from kernel.org ? <10> http://www.kernel.org/pub/linux/kernel/v2.6/patch-2.6.16.gz <10> ewps <20> Ugly_Duck: yes, www.kernel.org <10> http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.16.tar.gz <20> Ugly_Duck: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.16.16.tar.bz2 <10> lieke that one <10> ahh.. gotcha <20> Ugly_Duck: no like the one i pasted with your country code after www. <26> Diazepam, dpkg -l <27> Is the first CD of Debian Unstable enough to get a minimal system up and running? <20> Kgentux: yes <28> there's no (official) CDs of unstable (?) <5> no <27> tarzeau: thx <27> Eclipser: I know that <0> there are links to unofficial cd's <27> and BTW where can I find AIGLX packages for debian unstable ? <0> on the debian website <0> !lart woodland <29> jetscreamer, hey whats up <27> jetscreamer: seriously AIGLX packages are not in debian repositories <0> i don't know what aiglx is <0> not much woodland <0> going to kill some people i think... online. <30> wtf <31> hi it is a generic question, how to i get a cvs snapshot of anything ... i am tryin to get snapshot of snort ... but it always asks me for a p***word... what do i use?
Return to
#debian or Go to some related
logs:
zhivago + irc + lisp emerge ati-drivers stalls
Apache BrokenPipe Ubuntu mysql_config missing ubuntu parport0 enable #debian #linux #linux i was cutting an avocado #php
|
|