active questions tagged belongs-on-serverfault - Stack Overflow most recent 30 from stackoverflow.com 2009-11-28T14:47:57Z http://stackoverflow.com/feeds/tag/belongs-on-serverfault http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1812327/is-nat-completely-transparent-to-a-host 0 Is NAT completely transparent to a host? ablmf 2009-11-28T11:39:36Z 2009-11-28T14:32:48Z <p>Can we find a sequence of packets that a host can transmit to determine whether it is located behind a NAT box? </p> <p>I mean, without any special server support like STUN.</p> http://stackoverflow.com/questions/1804697/why-wont-linux-use-any-memory-for-caching 0 Why won't Linux use any memory for caching? [closed] fadorator 2009-11-26T16:39:04Z 2009-11-26T16:45:51Z <p>I am currently using a linux server to host a web application. The server does not seem to use any memory for caching. I noticed this, because I had the feeling the machine is pretty slow. I thought it might run out of ram. </p> <p>Having ssh access, I was able to execute "free -m", which shows me the following:</p> <pre> total used free shared buffers cached Mem: 1536 244 1291 0 0 0 -/+ buffers/cache: 244 1291 Swap: 0 0 0 </pre> <p>In my opinion, normally it should use about 90% of its free memory for caching. I've never seen this before.</p> <p>What might me the problem here?</p> <p>BTW: It seems to be a RedHat. I don't know too much about RedHat, because I am more a Debian guy.</p> http://stackoverflow.com/questions/1333560/create-server-name-mapping-in-ssp-in-sharepoint-2007 0 Create Server Name Mapping in SSP in Sharepoint 2007? netadictos 2009-08-26T09:52:58Z 2009-11-26T10:34:26Z <p>Hi: I have created a SSP and i am getting the results from here. The problem is that I have a list that the SSP is crawling and it gives me the internal URL.</p> <p><a href="http://domain.com/ES/pubs/editorial/Lists/pubs/DispForm.aspx?ID=10" rel="nofollow">http://domain.com/ES/pubs/editorial/Lists/pubs/DispForm.aspx?ID=10</a> (or whatever) </p> <p>I want to change it for this:</p> <p><a href="http://domain.com/ES/pubs/editorialFO/Paginas/searcher.aspx?IdPub=" rel="nofollow">http://domain.com/ES/pubs/editorialFO/Paginas/searcher.aspx?IdPub=</a> </p> <p>In the Administration of the SSP we have the Server Name Mappings, here is where I can change it.</p> <p>I could change this:</p> <blockquote> <p><a href="http://domain.com/ES/pubs/editorial/Lists/pubs/DispForm.aspx" rel="nofollow">http://domain.com/ES/pubs/editorial/Lists/pubs/DispForm.aspx</a></p> </blockquote> <p>for </p> <p><a href="http://domain.com/ES/pubs/editorialFO/Paginas/searcher.aspx" rel="nofollow">http://domain.com/ES/pubs/editorialFO/Paginas/searcher.aspx</a></p> <blockquote> <p>Blockquote</p> </blockquote> <p>The problem is that it works without parameter, but it doesn't work with the parameter.</p> <p>That's to say, if I include de "?id=" and in the other "?IdPub=" it doesn't work.</p> <p>I know i could change the idPub so that it could be "id", but it is not something i can change. Any Ideas.</p> <p>I have try wildcards without success:</p> <blockquote> <p><a href="http://domain.com/ES/pubs/editorial/Lists/pubs/DispForm.aspx?id=" rel="nofollow">http://domain.com/ES/pubs/editorial/Lists/pubs/DispForm.aspx?id=</a>*</p> </blockquote> <p>for </p> <blockquote> <p><a href="http://domain.com/ES/pubs/editorialFO/Paginas/searcher.aspx?IdPub=" rel="nofollow">http://domain.com/ES/pubs/editorialFO/Paginas/searcher.aspx?IdPub=</a>*</p> </blockquote> <p>and </p> <blockquote> <p><a href="http://domain.com/ES/pubs/editorial/Lists/pubs/DispForm.aspx?id=" rel="nofollow">http://domain.com/ES/pubs/editorial/Lists/pubs/DispForm.aspx?id=</a></p> </blockquote> <p>for </p> <blockquote> <p><a href="http://domain.com/ES/pubs/editorialFO/Paginas/searcher.aspx?IdPub=" rel="nofollow">http://domain.com/ES/pubs/editorialFO/Paginas/searcher.aspx?IdPub=</a></p> </blockquote> http://stackoverflow.com/questions/1795370/unix-fast-remove-directory-for-cleaning-up-daily-builds 1 Unix: fast 'remove directory' for cleaning up daily builds Vokuhila-Oliba 2009-11-25T08:05:59Z 2009-11-26T00:29:20Z <p>Is there a faster way to remove a directory then simply submitting</p> <pre><code>rm -r -f *directory* </code></pre> <p>? I am asking this because our daily cross-platform builds are really huge (e.g. 4GB per build). So the harddisks on some of the machines are frequently running out of space.</p> <p>This is namely the case for our AIX and Solaris platforms.</p> <p>Maybe there are 'special' commands for directory remove on these platforms?</p> <p>PASTE-EDIT (moved my own separate answer into the question):</p> <p>I generally am wondering why 'rm -r -f' is so slow. Doesn't 'rm' just need to modify the '..' or '.' files to de-allocate filesystem entries.</p> <p>something like</p> <pre><code>mv *directory* /dev/null </code></pre> <p>would be nice.</p> http://stackoverflow.com/questions/1795195/chrome-os-do-you-think-the-future-is-realy-only-on-the-web 0 Chrome OS - do you think the future is realy only on the web? [closed] Clangon 2009-11-25T07:21:39Z 2009-11-25T16:22:27Z <p>Do you think the world is going towards web only. Will there be no need for desktop apps in the future?</p> http://stackoverflow.com/questions/1786870/mysql-slow-on-first-query-then-fast-for-related-queries 0 mysql slow on first query, then fast for related queries Dan Littlejohn 2009-11-23T23:46:34Z 2009-11-24T21:45:47Z <p>I have been struggling with a problem that only happens when the database has been idle for a period of time for the data queried. The first query will be extremely slow, on the order of 30 seconds and then related queries will be fast like 0.1 seconds. I am assuming this is related to caching, but I have been unable to find the cause of it. </p> <p>Changing the mysql variables tmp_table_size, max_heap_table_size to a larger size had no effect except to create the temp tables in memory.</p> <p>I do not think this is related to the query itself as it is well indexed and after the first slow query, variants of the same query do not show up in the slow query log. I am most interested in trying to determine the cause of this or a way to reset the offending cache so I can troubleshoot the issue.</p> http://stackoverflow.com/questions/1792114/opensource-network-monitoring-tools-developed-in-java 0 opensource network monitoring tools developed in java Sidharth 2009-11-24T18:49:43Z 2009-11-24T19:31:52Z <p>Hi i want to know the best opensource network monitoring tool developed in java with very good support via forums and which should have the following features ..</p> <ul> <li>Fault and Alert mgmt </li> <li>Performance Poll graphs</li> <li>inventory mgmt</li> <li>config management</li> </ul> http://stackoverflow.com/questions/1789936/memory-uses-by-aspnetwp-exe 0 Memory uses by aspnet_wp.exe IrfanRaza 2009-11-24T13:01:50Z 2009-11-24T13:08:07Z <p>Hello friends!</p> <p>I am having an asp.net 2.0 web application running from Visual studio 2005. The initial memory consumption for aspnet_wp.exe is about 2K. As i navigate different pages having GridView and other controls the size is increasing (around 47K). </p> <p>My question is, if i am closing the browser why not the memory is released or even if i close the VS2005 still the memory consumption is the same.</p> <p>I have checked all open db connections and closed them carefully, still the problem exists. Could some one guide me why this is happening and what is the resolution?</p> <p>Thanks for sharing your valuable time.</p> http://stackoverflow.com/questions/1073492/sharepoint-wss-reporting-services-integration-woes 0 Sharepoint/WSS Reporting Services Integration woes mhollers 2009-07-02T09:48:22Z 2009-11-24T10:00:03Z <p>after a number of failed attempts i seem to have successfully installed the Reporting services add-in to my WSS farm. However, I seem to be missing most of the enhanced functionality eg no report library template, no report center site template. the only additional functionality available is the report viewer web part.</p> <p>background: 2 server WSS 3.0 farm with CA (Central admin) WFE (web front end) and reporting services addin installed on 1, and SQL05 SP2 with Reporting services (RS) and all databases installed on other. I have a VM environment set up and have rolled this back and repeated a number of times.</p> <p>I have configured RS within CA and activated 'Report Server INtegration Feature'. Within the 'site settings' I have a 'Reporting Services' heading with a 'manage shared schedules' item/link, not sure if there should be other options?</p> <p>I was of the understanding that to view reports within sharepoint i could either create a new site using the 'report center' template or add a report library to an existing site, neither of which seems available </p> <p>I am at a loss as to what to do, as all online information seems to do with dealing with installation issues/errors, which i seem to have eventually got past</p> http://stackoverflow.com/questions/1786641/ldap-database-recovery-after-server-crash 0 Ldap database recovery after server crash [closed] Zlatko 2009-11-23T22:54:36Z 2009-11-24T06:01:53Z <p>Hi all,</p> <p>so my server crashed and my backup is a couple of weeks old :(. so....</p> <p>I have the old files that can be found in /var/lib/ldap</p> <p>How can i recover my db, or export them in a ldif files.</p> <p>Tnx all Zlatko</p> http://stackoverflow.com/questions/1194473/apache-ssl-configuration -1 Apache SSL Configuration [closed] Hoe Chin 2009-07-28T14:27:30Z 2009-11-19T21:33:26Z <p>I tried to configured the SSL using keytool and i have successfully import the root ca cert but when i try to import my ssl cert i encountered this error Unsupported Encoding?Can anyone guide me how to solve this problem</p> http://stackoverflow.com/questions/804721/oracle-works-better-with-windows-or-linux-give-your-answer-based-on-your-experie 4 Oracle works better with Windows or Linux? give your answer based on your experience. AXheladini 2009-04-29T23:13:05Z 2009-11-18T16:15:35Z <p>In most cases i am used ti work with Windows, some weeks ago i started to work with Oracle, i have experience with other DBMS like SQL and MySql and I have worked with them in Windows. Now i am learning Oracle and i dont know in which OS oracle works better. I have installed it in windows but not in Linux. Also i downloaded the Oracle Enterprise Linux which is an Linux OS for Oracle (similar with RedHat). I want to know if this is the only one Linux OS where Oracle can be installed or we can install Oracle even in RedHat, Ubuntu etc. Also if some one has experience with this issue please let us know in which os Oracle works better. I am confused with this problem and an answer from some profesional DBA will be very help full for me. </p> <p>Kind regards</p> http://stackoverflow.com/questions/1011182/how-to-write-a-batch-file-to-install-an-application-package-on-a-network-which-is 0 How to write a batch file to install an application package on a network which is having 500+users? unknown (google) 2009-06-18T07:04:28Z 2009-11-16T23:00:01Z <p>I am having an application package which will be useful in prodution environment. I need to install by running a batch file without disturbing the users.</p> http://stackoverflow.com/questions/1003128/cakephp-install-on-bluehost 1 Cakephp Install on Bluehost donalg d 2009-06-16T18:21:20Z 2009-11-09T14:40:18Z <p>How do I set up Cakephp to work properly on Bluehost? Should I place my app, cake and vendor folders as well as .htaccess and index.php files in the /public_html/ directory? I followed the instructions here... <a href="http://book.cakephp.org/view/37/Apache-and-mod_rewrite-and-htaccess" rel="nofollow">http://book.cakephp.org/view/37/Apache-and-mod_rewrite-and-htaccess</a> to no avail. All I see when I type the name to my website is a blank page!</p> http://stackoverflow.com/questions/1492701/is-it-possible-to-get-ntpdate-working-behind-a-proxy 0 Is it possible to get ntpdate working behind a proxy? [closed] Benoit Guerout 2009-09-29T13:49:54Z 2009-11-07T12:30:06Z <p>ntpdate command seems to ignore http_proxy ...</p> http://stackoverflow.com/questions/1078413/nat-gre-ip-protocol-47-over-linux-router 0 NAT GRE (IP protocol 47) over Linux router andi 2009-07-03T08:41:17Z 2009-11-06T01:32:14Z <p>I have a host that has a permanent static GRE tunnel to a server on the Internet. Right now the host has its own real IP address. I want to put the host behind a Linux box (Smoothwall), and assign it a private IP address.</p> <p>Lets call:<br /> <code>tunnel-server-ip</code> = the IP of the end of the tunnel the host is connecting to (on the internet)<br /> <code>real-ip</code> = the real IP currently used by the host, that I want to assign to the Linux router<br /> <code>false-ip</code> = the IP the host will get after it is put behind the Linux firewall</p> <p>This is what I think I have to do for the tunnel to work: </p> <ol> <li>DNAT all incoming IP GRE packets on the external interface coming from the internet tunnel end, and send them to host. That is change the destination from <code>real-ip</code> to <code>false-ip</code> and send the packet to <code>false-ip</code></li> <li>SNAT all incoming IP GRE packets coming on the internal interface coming from the host to appear they are generated by the Linux box and send them to the tunnel server. That is change the source field from <code>false-ip</code> to <code>real-ip</code> and send the packet to <code>tunnel-server-ip</code></li> </ol> <p>I came up with the following script:</p> <pre><code>tunnel_server_ip=217.x.x.x false_ip=192.168.2.2 real_ip=82.x.x.x /sbin/iptables -A PREROUTING -p 47 --src $tunnel_server_ip -j DNAT --to-destination $false_ip /sbin/iptables -A POSTROUTING -p 47 --src $false_ip -j SNAT --to-source $real_ip /sbin/iptables -A INPUT -p 47 -j ACCEPT </code></pre> <p>Running this results in <code>No chain/target/match by that name</code>.<br /> Could you please tell me what I did wrong? Am I on the right track?</p> http://stackoverflow.com/questions/1089558/503-error-in-glassfish 1 503 error in glassFish Sam Rudolph 2009-07-06T22:48:56Z 2009-10-19T05:00:03Z <p>I am using Glassfish V2 server and till now every thing was going fine. It was deploying the application as usual, but suddenly it has started to prompt a 503 error saying "unable to find context listener", "unable to find ****class", "unable to find persistence unit" and like this for all the classes. How should I correct this error?</p> http://stackoverflow.com/questions/1093057/how-to-check-if-ip-is-a-public-proxy 2 How to check if IP is a public proxy Steve 2009-07-07T15:35:26Z 2009-10-12T19:00:03Z <p>Recently we have had a lot of issues with a particular user who has been posting a piles of provocative messages on our website using the public proxy IPs. </p> <p>Can someone recommend a way to determine - is a specific IP a public proxy or not? </p> <p>Thanks.</p> http://stackoverflow.com/questions/1529657/godaddys-ssl-certificates-and-https-connection 0 GoDaddy's SSL certificates and https connection [closed] Steve 2009-10-07T05:30:36Z 2009-10-07T06:02:46Z <p>I want to buy and setup a SSL certificate one of my domain names. However, since SSL Certs involve purchases, I would like to get others opinions before I actually go out and buy something.</p> <p>I would like to know two things: (a) Can I purchase a simple SSL certificate (I'm looking at GoDaddy's 1 year offer on a Standard SSL Certificate (<a href="http://www.godaddy.com/Compare/gdcompare%5Fssl.aspx?isc=sslqgo002b" rel="nofollow">http://www.godaddy.com/Compare/gdcompare%5Fssl.aspx?isc=sslqgo002b</a> - on sale for $12.99) which as I understand it, once installed, provides "Domain-Only Validation". I <em>think</em> that means that if someone types in "https://mydomain.com", it will still show up with a "locked" symbol in IE and a blue-bar in FF. Am I correct in this assessment? (looking for someone who's done exactly this before to give his/her opinion please)</p> <p>(b) At the programming-end, I need to form an https connection to a third party server. In my PHP based website, I have been forming connections to a http server (both http and https are available), but I want to connect to the https one to offer better security to my users. I have no clue if a "SSL Certificate" by GoDaddy will allow that or not, and if so, how I should go about doing that. I would like someone's opinion if they've done something like this before (again, with the "GoDaddy SSL Certificate" please).</p> <p>Thanks! S</p> http://stackoverflow.com/questions/1525033/what-is-the-best-vpn-for-mac-windows-linux-server 0 What is the best VPN for MAC/Windows/Linux Server [closed] matthewb 2009-10-06T11:29:56Z 2009-10-06T11:47:36Z <p>I have had bad luck when using hamachi, and I am looking for a good vpn that works on any network, and on Mac 10.6, Windows 7, and Ubuntu Linux Server.</p> <p>I've looked into OpenVPN but was way too complicated to even get working.</p> http://stackoverflow.com/questions/1510440/proper-setup-of-user-permissions-for-openssh-on-windows 0 Proper setup of user permissions for OpenSSH on Windows? [closed] Dan Roberts 2009-10-02T15:59:12Z 2009-10-05T16:33:56Z <p>I am trying to setup OpenSSH on Windows to provide SFTP sites. I am running into some problems with user security settings. </p> <p>Here are the basic steps I've gone through to create a user:</p> <ol> <li>Create a new user on the host machine</li> <li>Add user to openssh passwd file with adjusted filepath for cygwin that points to the client's home folder (example: /cygdrive/e/homefolders/username)</li> <li>Allow user read/write access to their folder</li> </ol> <p>The problem I am running into is that the user needs to have execute permission to the OpenSSH program folder for them to be able to login. I found I can disable access to specific folders such as "etc" but I'm concerned I have to provide permissions in here at all. When using FileZilla I am shown a folder hierarchy "/cygdrive/e/homefolders/username" and can browser the "/" to folders with read access.</p> <p>Is there a specific strategy I should be using for proper security in this setup? A specific file or folder I might need to provide execute permissions on but nothing more? I would like to completely lock down everything except read/write access to their own folder but that doesn't appear to be possible.</p> http://stackoverflow.com/questions/1520665/how-to-make-a-pc-behave-as-a-router 0 How to make a PC behave as a router? [closed] iamrohitbanga 2009-10-05T15:06:42Z 2009-10-05T15:07:46Z <p>as a lab assignment we are supposed to configure our linux pc with two network interfaces and make it behave as a router. could you give me some guidance on how to proceed?</p> http://stackoverflow.com/questions/1514271/sql-server-connection-issue 0 SQL Server connection issue [closed] George2 2009-10-03T16:58:29Z 2009-10-03T17:36:46Z <p>I am learning from <a href="http://msdn.microsoft.com/en-us/library/ms143432.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms143432.aspx</a>, my question is what is the differences between "Connections per client" and "user connection"?</p> http://stackoverflow.com/questions/1511179/how-do-i-copy-this-using-unix-linux-command-line -1 How do I copy this using Unix/Linux command line? [closed] Mircea 2009-10-02T18:42:47Z 2009-10-02T18:50:16Z <p>I have a folder structure like this: MAT11NA_09_XX_XX_XXX MAT11NA_09_XX_XX_XXXL MAT11NA_11_XX_XX_XXX MAT11NA_11_XX_XX_XXXL MAT11NA_10_XX_XX_XXX MAT11NA_10_XX_XX_XXXL</p> <p>I want to copy from this server to another just the folder MAT11NA_09_XX_XX_XXX, but not MAT11NA_09_XX_XX_XXX**L**. When I finish with this I want to copy MAT11NA_09_XX_XX_XXX**L** but not MAT11NA_09_XX_XX_XXX. This part <strong>MAT11NA_09_</strong> doesn't change, the <strong>L</strong> at the end also doesn't change.</p> <p>The same for the rest of the folders...</p> <p>How do I do this in Unix/Linux command line?</p> <p>Thank you.</p> http://stackoverflow.com/questions/1508909/why-outlook-asks-user-name-password-and-domain 0 Why outlook asks user name, password and domain? [closed] kulakli 2009-10-02T11:04:23Z 2009-10-02T11:11:01Z <p>After updating computer where exchange server runs, some users on domain now have a problem. They say, outlook keeps asking for user name, password and domain. I make some of them to try their passwords but they say it does not work.</p> <p>I have been using an email on same exhange server and I have no problem. Until we fix this, I keep recommending people to use web access (it is working). Do you have any idea what may be the cause of this problem?</p> <p>Administrator of exchange server says he has just installed latest updates on windows pc. Is there a relation for some users that tried to connect exchange server while this installation and reboot runs, a misconfiguration in profile cache or something?</p> <p>Regards, Burak</p> http://stackoverflow.com/questions/1508116/ssh-access-without-password 0 ssh access without password [closed] shantanuo 2009-10-02T07:16:17Z 2009-10-02T07:24:35Z <p>I know that it is possible to ssh to another server without a password if authentication keys are set on both the servers. But I will like to know if it is possible to allow users from any IP (known/unknown) to have password-free ssh access to a directory where they can save their stuff in the easiest possible way?</p> <p>I am looking for SSH solution and not FTP.</p> http://stackoverflow.com/questions/1503658/create-auto-restart-script-in-linux 0 Create auto restart Script in Linux [closed] Darkmage 2009-10-01T12:26:39Z 2009-10-01T14:32:45Z <p>i have a small logging tool on my linux box that need to be restart once every 20-30 minutes because the log node shuts down the session every once in a while.</p> <p>how wold you go about creating a script to make a sw restart like that.</p> <p>the command for starting the tool wold be somthing like this</p> <p>root@25-3b-1d-46-3f-13:/home/#logdrift -f 10.15.12.10 test.log</p> <p>when it restarts it needs to add a number to the test.log file name like, test1.log</p> http://stackoverflow.com/questions/1503535/how-to-set-the-default-file-permissions-on-all-newly-created-files-in-linux 0 How to set the default file permissions on ALL newly created files in linux [closed] eviljack 2009-10-01T11:56:45Z 2009-10-01T12:36:08Z <p>My question is similar to this:</p> <p><a href="http://stackoverflow.com/questions/228534/linux-default-file-permission">http://stackoverflow.com/questions/228534/linux-default-file-permission</a></p> <p>but there is no scp/ftp client involved and that question looks abandoned. Simply put: I want to be able to, at some global level decree that all newly created files will never have world writable permissions (0775). </p> <p>I tried putting a umask 02 in /etc/profile then in my bash_profile but it only works for scripts or new files that I create in a shell. It doesn't work for files that another binary creates. Is there anyway to have all new files that are created?</p> http://stackoverflow.com/questions/1391989/vanilla-windows-vs-windows-server 5 Vanilla Windows vs Windows Server [closed] James Jones 2009-09-08T04:39:20Z 2009-10-01T01:27:53Z <p>I probably should have asked this question a LONG time ago and I expect to be laughed out of this forum, but I <strong>NEED</strong> find the answer to this seemingly rudimentary question...</p> <p>If I intend to host a .NET web application, why would I want to use Windows Server as opposed to plain vanilla Windows? Plain vanilla Windows has IIS so it obviously is capable of serving up web pages to some degree. I can't seem to find any decent documentation on this. I guess I just always assumed that vanilla Windows is meant for developing and Windows Server is meant for serving pages. Can anyone shed some light on this topic for me or point me in the direction of some documentation?</p> <p>Thanks.</p> http://stackoverflow.com/questions/1498115/localhost-went-it-works-and-nothing-else 0 localhost went "It works!" - and nothing else [closed] konzepz 2009-09-30T13:27:14Z 2009-09-30T13:29:46Z <p>I'm working with Mac's built in Apache, and everything was just great UNTIL - something went wrong. I think it's the .hosts file.</p> <p><a href="http://localhost" rel="nofollow">http://localhost</a> results with "It works!" message, while any /[foldername] cannot be found. However, 127.0.0.1 works just fine, takes me to the /Sites on my username.</p> <p>My .hosts file looks like that:</p> <pre><code>127.0.0.1 localhost 255.255.255.255 broadcasthost </code></pre> <p>I'm not that familiar with how Apache works; what did I do wrong? Where should I look?</p>