8
Treatment of results of archivingview story

http://stackoverflow.com – There is a row of problem files logs in linux in case of which opening there are error messages Cannot open remote file `/export/hadoop-1.0.1/logs/userlogs/job_201304070459_0003/attempt_201304070459_0003_m_000001_1` No such file or directory. Error code: 2 Error message from server: No such file Request code: 3 To me suggested to archive the folder/export/hadoop-1.0.1/logs/userlogs as there is (HowTos)

8
'file --mime-type' and 'mimetype' Commands Returning Different Resultsview story

http://askubuntu.com – Hi I am trying to work out why PHP is returning an 'msword' file type when it should be 'excel' so have tested on my Ubuntu box using both the 'file' and 'mimetype' commands. As you can see from the results below they return different results. (HowTos)

8
How do I connect Untangle to my own OpenVPN server (non-Untangle box)?view story

http://serverfault.com – Here is a copy/paste from another question on the site that the OP "answered" but never actually posted up how he managed to do so. I would like to do this exact thing and since I now see it is possible any help would be appreciated. (HowTos)

8
PaaS on top of Cloudview story

http://serverfault.com – This question may sound stupid and if it does I appologise. Is it possible to build a service like PagodaBox (PHP PaaS) on top of a virtualised enviroment such as Rackspace Cloud or AWS EC2 etc? Or would you need to have a dedicated server environment? Thanks in advance. (HowTos)

8
What's the best way to have a backup image of system disk?view story

http://serverfault.com – Under windows system I'm used to create an image of HD with driveImageXML. What's the best approach to have an Image of the hard-drive containing the OS, with Ubuntu Server? I'd like to have a snapshot of the current configuration so If ever happens that the primary disk will fail I could simply restore this image on a new HD, unplug the broken one, plug the newly created. (HowTos)

8
Ubuntu 10.10 release-upgrade failsview story

http://askubuntu.com – Just tried to upgrade my ubuntu 10.10 using "do-release-upgrade" from console and fails: Error is: alex@spse:/# do-release-upgrade Checking for a new ubuntu release Get:1 Upgrade tool signature [198B] Get:2 Upgrade tool [1306kB] Fetched 1307kB in 0s (0B/s) authenticate 'natty.tar.gz' against 'natty.tar.gz.gpg' exception from gpg: GnuPG exited non-zero, with code 2 Debug information: gpg: Signatu (HowTos)

8
Redirect HTTP to HTTPS getting Connection Refusedview story

http://serverfault.com – I want to redirect https requests to http on an apache server. I have updated my .htaccess file as described in this previous question: Redirect HTTPS to HTTP However, this doesn't work and gives (in Chrome): Error 102 (net::ERR_CONNECTION_REFUSED): The server refused the connection. I am guessing that the server isn't enabled to handle 443 requests. (HowTos)

8
rewrite rule for nginxview story

http://serverfault.com – I'm trying to change my nginx rewrite rule to a try_files but I'm not having any luck. My current config is: if (!-d $request_filename){ set $rule_0 1$rule_0; } if (!-f $request_filename){ set $rule_0 2$rule_0; } if ($rule_0 = "21"){ rewrite ^/(.*)$ /index.php?var=$1 last; } I had tried using try_files $uri $uri/ /index.php?var=$uri; in its place but I always recieve an internal se (HowTos)

8
WinS 2012 Service lifetimeview story

http://serverfault.com – I have configured a windows 2012 server for http. Everything works. I have used nssm.exe to install mysql, php, and nginx services at startup all run in session 0 and restart when process killed. The biggest problem is that at some point these services stop working. When loading the web site I get the server not responding error. The moment I log into the server with RDT the page loads. (HowTos)

8
How do I conditionally forward ports depending on whether the package is requested? [closed]view story

http://serverfault.com – Situation: The Server is connected to the internet. On the server I have a virtual machine running which should act as a webserver. Another computer is connected to the physical server. (HowTos)