| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Comments:
<0> Or something <1> cool, I'm a maintenance guy <1> I'll help <2> hm here 6AM <1> reality, I think I remember you <2> Monday <1> lol <3> see that pile of bits in the corner? sweep them up and stick them back into the ethernet port they fell out of. thanks. <1> lol <0> erased23: You are mistaken <0> You don't remember me <1> ok <1> guess not then <1> I remember Revenger, mwilson and D-side I know for sure <4> erased23: good for you
<1> damn just trying to make conversation <1> SpamapS: you around? <5> hmm <5> quiet in here. <4> no, sjh is entertaining us all <6> sig, OM <5> heh <5> it's the watch sjh boune game <5> er <5> bounce even. <4> Nanuq <4> it's probably a script <7> ;-) <8> aside from snort, what IDS do you recommend? <9> where can i get an http proxy list up to date <9> ? <8> what do you mean? <8> up to date? <8> squid is up to date <0> woopi: Google <10> syn-ack: did you CTCP version me? <11> I just did the stupidest thing ever and I really need some help. I was trying to change the default permissions for a user created file to 775 so I added a line in the fstab to umask=0755. Now it has mounted /dev/sda3 as read-only and I cant figure out how to get it changed back. <11> Please help if you know something to try <5> lol <4> unchange the line in fstab and remount the partition? <5> woopi: you're looking for a list of open proxies? <11> it wont let me edit fstab as its read only <11> all I have is ssh access by the way <9> siglite yes <5> woopi: where do you live? <9> or at least one working for http surfing thru europe <7> any Formula 1 fans around? <4> are you root? mount -oremount,umask=0000 / <7> ;) <5> yoz: yes <9> im in usa and i want a france proxy <4> woopi: why? <9> to see a website that allow only for france users <7> siglite: good.. lemme show some pics then. just arrived from hockenheim (worked there) you might enjoy them ;) <11> OldMonk ... I get mount: / not mounted already, or bad option <5> yoz: oh hell yeah <0> I don't think if he were behind the great firewall of china it would matter if he were using a proxy or not <4> bentprog: maybe the umask option needs to be changed <7> siglite: took some with my camera and some with my phone (in the pit lane) <5> reality: actually, the great firewall doesn't block proxied content. <11> I cant change it, fstab is read only <0> siglite: Isn't the ISP the government? <4> bentprog: who's asking you to change fstab? <5> yoz: lucky bastard <4> ok, try mount -oremount,umask=000 -n / <5> reality: yes <11> mount: / not mounted already, or bad option <11> again <11> I need to get that umask=0755 option out, thats what I did that made my whole server stop working. <0> You'd think they'd figure out how to block port 80 proxy <4> man mount and look for the correct umask option then <5> bentprog: you might need to boot to rescue. <4> siglite: he's remote <7> siglite: yeah.. sitting in the safety car is awesome.
<12> bentprog: if you just run mount what does it say is mounted? <5> oh wow <5> an m6 <5> and those AMG benz' <7> siglite: *nod* the m6 is heidfeld's <5> yoz: that safety car will *FLY* <12> actually, with 755 you probably can't even read fstab, you'd have to give the whole commandline mount -t ext3orwhateverfilesystem -o remount,umask=000 /dev/whatever / <11> /dev/sda3 on / type ext3 (rw,usrquota) <11> /dev/proc on /proc type proc (rw) <7> siglite: never thought the sound of some car (excepting F1) can be that nice. <11> output says /dev/sda3 is mounted rw <11> hmmm <4> rw has nothing to do with it <11> yea this ****s <12> bentprog: yeah, what youve done is turn every single file on the thing to 022, thanks to the umask. umask 000 will turn all teh files to 777 so you can edit fstab and take the ****ing thing out completely because thats not how you set the default file mode, then reboot. <11> That was my plan, but I can't edit fstab because its readonly <11> even as root <11> and I cant find a force option to change this <4> bentprog: oh shut up and stop whining about editing fstab already! <12> and you've done the full mount command I gave you? <11> yea <11> mount -t /dev/sda3 -o remount,umask=000 /dev/sda3 / <11> thats what I did and I get this: <4> bentprog: that's a wrong command you ***hole <11> mount: / not mounted already, or bad option <11> thats what he said to put in <4> neither RelDrgn nor i gave you that command, did we? <12> -t is filesystem type, not device <4> monday mornings i don't have much patience <12> bentprog: -t is filesystem type, not device <10> OldMonk: it's not morning here yet. Or monday evem :) <4> you don't even need the -t <11> ext3 i supposed <0> Wow...big budget cut back <10> even* <4> just: mount -oremount,umask=000 -n / <10> reality: bummer dude. <7> oh.. anyway.. just had an 8 hours drive. I rather get some sleep. *wave* <12> OldMonk: if fstab is 022, mount can't read it to figure out what "/" is <0> This Monday is going to **** for 4 lab techs <10> yoz: nite dude! <7> night. <4> RelDrgn: sure it can read <4> ok <10> reality: **** dude. Sorry to hear that. <4> bentprog: cat fstab and tell us what the output it <4> output is too <0> cycom: That's the federal government for you <11> it is 7 lines of output, am i gonna get kicked for this? <12> so wait <4> don't paste it. <12> you can read fstab? <10> reality: I work for the state. Where the hell are you? <4> so it can read fstab <11> yea <11> its readonly <0> cycom: I'm with the NIH <10> reality: NIH? <12> bentprog: try this "touch foo" <4> bentprog: did you try EXACTLY the command i gave you? <0> cycom: National Institutes of Health <11> cannot touch foo: readonly filesystem <10> reality: ah. I work at a university. I'm a student worker. <11> OldMonk...yes I did <0> cycom: So, I'm between B'ham, Alabama and DC <5> bentprog: you're probably going to have to boot to rescue to fix that mess. <10> reality: I'm in CT. <13> cd CA <13> ls <13> err. woops <13> hey guys <4> oh wait, umask isn't a valid option for ext!
Return to
#linux or Go to some related
logs:
Becoming Freenode Chanel Op #chatzone redyard kipling Olchestra (Music)
#MissKitten #squid bmp2avi.c #chatzone #chatzone drinkign quotes
|
|