Vadim_ | Hi, Ubuntu Server 14.04.1, "mcedit" write error "Not an xterm or Linux console; the panels cannot be toggled.", i can't use subshell (CTRL+O). TERM=linux .. please help, | 02:01 |
---|---|---|
=== zz_DenBeiren is now known as DenBeiren | ||
Vadim_ | "mcedit" write error "Not an xterm or Linux console; the panels cannot be toggled.", i can't use subshell (CTRL+O). TERM=linux .. please help | 02:20 |
Bert_2 | Hi, I was wondering, was anything fundamentally changed recently to the apache and php-fpm packages? | 02:25 |
Bert_2 | We are experiencing some very high load on our webservers (without any high cpu or memory usage) and without any hard load on our file server | 02:25 |
Bert_2 | so we really can't explain what exactly is going wrong | 02:25 |
jak2000 | hi all, why the command 'make' not work: http://pastie.org/9779307 (line 2) any advice how to install? thanks | 03:14 |
jakesyl | hey I'm trying to configure mailman on my server and none of the web administration is working | 03:17 |
jakesyl | here's my apache config file from sites-enabled https://gist.github.com/jakesyl/6be1fc8afdce3f2d1216 | 03:18 |
bicly | I setup a printer on a Ubuntu Server with CUPS. When I print from a Windows box, which print setting are sent to the printer? What I setup in CUPS or what Windows pinter preferences has? | 03:19 |
Bert_2 | jakesyl: You only pasted the install of the make command, not the output of you running it... | 03:32 |
Bert_2 | sorry, that was meant for jak2000 | 03:32 |
Bert_2 | jakesyl: did you define a listen directive somewhere so apache knows to listen to port 80? | 03:41 |
jakesyl | yup, apache's working just not for this, based on the config file i gave should it be on lists.phishtrain.com | 03:42 |
Bert_2 | also, did you configure mm_cfg.py? | 03:42 |
jakesyl | here's the python config file: https://gist.github.com/jakesyl/4af8c31d1ffc3a4bc731 | 03:42 |
jakesyl | Also uncommented line 13 of the first file i gave you | 03:42 |
Bert_2 | Looks like there's no dns for lists.phishtrain.com | 03:43 |
Bert_2 | so it can't lookup the server | 03:43 |
jakesyl | wait do I need to set that up in the records | 03:43 |
jakesyl | switch to mail, i know theres mx for that | 03:43 |
Bert_2 | jakesyl: well, yes, either you set a wildcard for subdomains or you set all of them | 03:43 |
Bert_2 | for apache you need an A-record | 03:44 |
Bert_2 | because it has nothing to do with mail | 03:44 |
Bert_2 | it's regular traffic | 03:44 |
jakesyl | so how do i do this wildcard a record config | 03:44 |
Bert_2 | that depends on whether your run your own dns server or you use the one of your domain provider | 03:45 |
Bert_2 | looks like you use a provider | 03:45 |
jakesyl | it's by my provider | 03:45 |
Bert_2 | you just have to setup *.phishtrain.com on their panel | 03:45 |
Bert_2 | and point it to your ip | 03:45 |
jakesyl | as a dns record | 03:45 |
Bert_2 | then every subdomain will point to that IP, which is probably what you want | 03:45 |
jakesyl | so A *.phishtrain.com -> my.ip | 03:45 |
Bert_2 | yeah | 03:46 |
jakesyl | awesome | 03:46 |
jakesyl | okay | 03:46 |
Bert_2 | well, that's what you need to do to actually get apache stuff | 03:46 |
Bert_2 | maybe it'll be fine then, maybe there's something up | 03:46 |
Bert_2 | we'll see | 03:46 |
Bert_2 | normally it shouldn't take too long for the record to become available | 03:47 |
jakesyl | okay, yeah dns propogation is super fast for me | 03:47 |
Bert_2 | About the apache and php-fpm load issue: nevermind, we got it, lockd/statd/rpcbind problem on the fileserver which was very hard to detect, load is normal now :) | 05:22 |
=== huttan_ is now known as huttan | ||
=== esde is now known as Guest43383 | ||
=== markthomas|away is now known as markthomas | ||
=== markthomas is now known as markthomas|away | ||
=== zz_DenBeiren is now known as DenBeiren | ||
=== Lcawte|Away is now known as Lcawte | ||
rahuldroy | Hi guys | 10:15 |
rahuldroy | got a stupid question | 10:15 |
sheptard | I've got a stupid answer | 10:15 |
rahuldroy | I have a two php sites on one server, I am trying to debug one of the website and can't load the other | 10:16 |
rahuldroy | the two sites talk to each other via APIs | 10:17 |
rahuldroy | btw this is on my dev machine running ubuntu 14.04 | 10:17 |
rahuldroy | anyone? | 10:24 |
ikonia | what is hte question ? | 10:24 |
rahuldroy | basically I have basic lamp stack | 10:25 |
rahuldroy | and need the ability to run two php scripts at the same time | 10:25 |
ikonia | so what's the problem ? | 10:25 |
rahuldroy | I can't run two php scripts at the same time | 10:25 |
ikonia | why not ? | 10:25 |
rahuldroy | thats my question | 10:26 |
ikonia | that's not a question, thats a statement | 10:26 |
ikonia | you can run as many php scripts as you want to | 10:26 |
rahuldroy | not when a debug session is running on one of them :/ | 10:28 |
rahuldroy | xdebug | 10:28 |
ikonia | of course you can | 10:28 |
ikonia | you want to load the xdebug php module ? | 10:28 |
rahuldroy | xdebug runs fine | 10:29 |
ikonia | so what's the problem ? | 10:29 |
rahuldroy | when I am debugging one of the local site I am developing, it connects to the second local site. | 10:29 |
rahuldroy | it just waits until I close the debug session and then does its thing or it just times out | 10:30 |
ikonia | rahuldroy: I don't understand you're stating a php problem, not an ubuntu problem | 10:30 |
ikonia | your php code has a problem.... what do you want this channel to do about it ? | 10:30 |
rahuldroy | might be a configuration issue somewhere I guess | 10:31 |
ikonia | err why would it be ? | 10:31 |
ikonia | you're stating php is working fine | 10:31 |
rahuldroy | I guess its more of a php config issue that is preventing concurrency when xdebug is running | 10:32 |
ikonia | no | 10:32 |
=== bilde2910|away is now known as bilde2910 | ||
=== lifeless_ is now known as lifeless | ||
=== Lcawte is now known as Lcawte|Away | ||
=== Guest43383 is now known as esde | ||
=== Lcawte|Away is now known as Lcawte | ||
=== moonligh- is now known as moonlight | ||
Vadim_ | Ubuntu 14.04.1, "mcedit" write error "Not an xterm or Linux console; the panels cannot be toggled.", i can't use subshell (CTRL+O). TERM=linux .. please help | 14:14 |
MasterPiece | Can I have Ubuntu Landscape without any limitation ( & || without support ) for myself as free ? | 14:34 |
pmatulis | nope | 15:29 |
Vadim_ | Ubuntu 14.04.1, "mcedit" write error "Not an xterm or Linux console; the panels cannot be toggled.", i can't use subshell (CTRL+O). TERM=linux .., if use "mcview" & "mc" - subshell is work (ctrl+o), please help | 16:45 |
Vadim_ | Ubuntu 14.04.1, "mcedit" write error "Not an xterm or Linux console; the panels cannot be toggled.", i can't use subshell (CTRL+O). TERM=linux .., if use "mcview" & "mc" - subshell is work (ctrl+o), please help | 17:15 |
=== martinst is now known as martins-afk | ||
pmatulis | Vadim_: please don't spit out error messages. tell us what you're doing and what's not working | 19:51 |
=== bilde2910 is now known as bilde2910|away | ||
=== _thumper_ is now known as thumper | ||
WhiteIntel | did you ever had the problem, that iso files copied on a samba share got corrupted? | 22:07 |
bekks | No. | 22:07 |
WhiteIntel | hmm very annoying all my isos worked fine before I copied them on a samba share :\ | 22:08 |
bekks | How did you verify that they are corrupted? | 22:08 |
WhiteIntel | the most isos were games, and in the isos there are some cab and rar files, and every game I tried to install it says, the disk may be corruped due to some corrupted cab or rar files, or other corrupted files | 22:09 |
bekks | How did you verify that they are corrupted? | 22:11 |
Patrickdk | I've had this issue | 22:12 |
WhiteIntel | as I said, the installers of the games told me... | 22:12 |
* Patrickdk blames tcp checksum offloading :) | 22:12 | |
Patrickdk | think the nic was causing a problem | 22:13 |
WhiteIntel | great -.- | 22:13 |
WhiteIntel | a way to fix the corrupted files? | 22:13 |
Patrickdk | for me, it would happen once per every 100gigs I transfered | 22:13 |
Patrickdk | WhiteIntel, fix the corrupted files? sure, recopy them | 22:13 |
WhiteIntel | HAHAHA THEN WELL FUCK -.- :D | 22:13 |
Patrickdk | it's called a *backup* :) | 22:13 |
Patrickdk | I dunno how you expect to *fix* something | 22:14 |
bekks | Compare checksums, recopy if they are different. | 22:14 |
WhiteIntel | lol a backup of 5tb of games -.- my backup with this sort of files is the internet :D | 22:14 |
qman__ | it's also entirely likely that the medium they're stored on is responsible for the corruption, bad disks or corrupt filesystems or ... | 22:14 |
Patrickdk | that is possible too | 22:14 |
Patrickdk | in my case, the server used ecc ram, and zfs, so that wasn't possible | 22:15 |
qman__ | silent corruption is not only possible but common with consumer grade disks | 22:15 |
Patrickdk | and I checked the files locally | 22:15 |
Patrickdk | so it had to be network | 22:15 |
WhiteIntel | my disks and fs are fine :) | 22:15 |
Patrickdk | disks are never fine :) | 22:15 |
Patrickdk | what is it, 1 in 100gigs of bytes read, WILL be corrupted | 22:15 |
qman__ | unless you're running ZFS with ECC RAM, you can't be sure that didn't happen | 22:15 |
Patrickdk | ah, 1 in 91tb read, will be wrong | 22:16 |
Patrickdk | just off by one unit :) | 22:16 |
WhiteIntel | is there a way to test the nic for this issue, because I changed the mother board 2 weeks ago :) | 22:17 |
WhiteIntel | an why especially ZFS? all my disks are running on ext4 with normal ram :\ | 22:17 |
WhiteIntel | hmm but every iso I tried to install was corrupted (I tried 6 : (() | 22:17 |
qman__ | ZFS does block checksums to verify data is correct | 22:17 |
Patrickdk | you have a lot of issues that could be happening | 22:17 |
qman__ | ext4 does not | 22:17 |
Patrickdk | could be disks, but not likely this time | 22:17 |
Patrickdk | could be filesystem, but again, not likely | 22:17 |
Patrickdk | could be ram, probably most likely | 22:17 |
Patrickdk | could be a bad nic or nic driver, maybe, but not as likely | 22:18 |
Patrickdk | I would check you ram, carefully :) | 22:18 |
qman__ | one of the main goals of ZFS is data integrity, so it's designed in a manner to detect corruption at any of those levels, but requires ECC RAM to pull that off | 22:18 |
qman__ | no normal filesystem does this | 22:18 |
WhiteIntel | wow I never had this issue with my ram :\ | 22:19 |
WhiteIntel | But I will check that, thx : )) | 22:19 |
WhiteIntel | hmm ok, thanks for the information :) | 22:19 |
qman__ | with disks getting bigger, but error rates staying the same, silent corruption is becoming a bigger problem | 22:19 |
qman__ | you should always checksum your copied files before deleting the source | 22:20 |
Patrickdk | still we aren't sure they are bad | 22:21 |
Patrickdk | could just be bad ram :) | 22:21 |
Patrickdk | corrupting them when it's checking them | 22:21 |
Patrickdk | or transfering them | 22:21 |
qman__ | it could be, but bad RAM normally manifests with much more serious symptoms as well | 22:21 |
qman__ | like hard locks or segfaults | 22:21 |
Patrickdk | ya, maybe | 22:21 |
Patrickdk | It didn't for me | 22:21 |
Patrickdk | it just gave my hundreds of checksum errors :) | 22:22 |
Patrickdk | system ran fine for months | 22:22 |
Patrickdk | till I figured out to check ram | 22:22 |
Patrickdk | and the ram turned out to be completely broken | 22:22 |
WhiteIntel | ok, I think I will do a memtest ^^ | 22:23 |
Patrickdk | and disable all cpu cache and acceleration stuff first :) | 22:23 |
WhiteIntel | ok why this is important? | 22:24 |
Patrickdk | cause you won't be reading and testing the memory | 22:24 |
Patrickdk | but the cpu :) | 22:24 |
Vadim_ | pmatulis: i try edit file via mcedit and want try run this file in "subshell", | 23:41 |
bekks | Vadim_: Which file? | 23:42 |
Vadim_ | any. php , bash script or others | 23:43 |
Vadim_ | bekks: problem is not in file, problem in mcedit, him don't run subshell (ctrl+o) | 23:43 |
bekks | Did you try using another editor? | 23:45 |
Vadim_ | another editor is not supported "subshell" | 23:46 |
bekks | Vadim_: USe another editor, not mcedit :) | 23:46 |
bekks | Vadim_: An editor like vim, nano, emacs, etc. | 23:46 |
Vadim_ | bekks: need subshell, vim, nano, emacs, supported it ? | 23:47 |
bekks | Vadim_: you dont need any subshell. USe an editor to edit a file. :) | 23:47 |
Vadim_ | bekks, please say, what in the HIGHLIGHTING have other editor ? | 23:50 |
Vadim_ | HIGHLIGHTING , php code, c# code, java code and etc ? | 23:50 |
bekks | Vadim_: I dont understand that sentence. Can you rephrase it please? | 23:50 |
Vadim_ | you can say what is good programm have HIGHLIGHTING (php code, c# code and etc) | 23:51 |
Vadim_ | check syntax code | 23:52 |
bekks | vim, emacs, kate, and a lot of other editors. | 23:52 |
Vadim_ | what you use ? | 23:53 |
bekks | It doesnt matter what I am using :) | 23:53 |
Vadim_ | why not ? | 23:54 |
Vadim_ | bekks, what you can recommend for use good editor in terminal, witout Xwin | 23:56 |
=== Lcawte is now known as Lcawte|Away |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!