active questions tagged linux - Stack Overflow most recent 30 from stackoverflow.com 2009-12-02T10:40:04Z http://stackoverflow.com/feeds/tag/linux http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1832033/how-to-know-when-a-schedule-call-is-returning-because-of-a-signal 0 How to know when a schedule() call is returning because of a signal? dtrosset 2009-12-02T10:31:28Z 2009-12-02T10:31:28Z <p>In a device driver for some PCI hardware, I have an <code>ioctl</code> call that waits for an incoming interrupt on the PCI bus. Using <code>wait_queue_head_t</code>, I put the task to sleep by calling <code>schedule()</code>.</p> <p>Then, the <code>irq_handler</code> function wakes up this task when the interrupt is raised on the PCI bus. Everything seems to work correctly.</p> <p>My question is how to differentiate whether the <code>schedule()</code> call is returning because of my <code>irq_handler</code> function wake it up, or because some signal has been send?</p> <p>Do I have to handle it by myself with flags in the <code>irq_handler</code> function?</p> http://stackoverflow.com/questions/1831942/is-there-any-windows-terminal-service-like-for-linux 0 Is there Any Windows Terminal Service like for Linux ? ZeroCool 2009-12-02T10:14:23Z 2009-12-02T10:18:32Z <p>We have some codebar scanners based on Windows CE that run remote applications located on some servers via Windows Terminal Service.</p> <p>Given that we are migrating our server applications to UNIX based operating systems, I was wondering is there any reliable RDP based solution that can be considered ?</p> <p>Thanks,</p> http://stackoverflow.com/questions/1831420/sherlocks-payment-premature-end-of-script-headers-request 0 Sherlocks payment -> Premature end of script headers: request mazgalici 2009-12-02T08:25:47Z 2009-12-02T08:37:54Z <p>I use a stupid cgb-bin payment script called Sherlocks Payment (is used in France) and I always get "Premature end of script headers: request", the filename is "request".</p> <p>The hosting has Plesk and CentOS</p> http://stackoverflow.com/questions/1830972/bonding-nics-with-linux-to-get-better-performace 0 Bonding Nics with Linux to get better performace [closed] clintonm9 2009-12-02T06:16:11Z 2009-12-02T07:42:56Z <p>I am trying to bond two nics together to get better performance. I have two 1000MBps Intel Nics. When I had one nic I was running some benchmarks getting 106 MB/s. This is pretty close to 1GBps. So I am happy with that. When I add a second nic and bond it together with Mode 0 (balance-rr) I still see the same 106 MB/s. </p> <p>My setup is: Server ====== Switch ===== Storage</p> <p>Both the Storage and the Server have two nics hooked up. I know it is not the storage because I can run two benchmarks at the same time and get 2 Gbps through put.</p> <p>I am pretty sure this setup is just using one nic. Is there anyway to set things up to get better performace?</p> <p>Thanks!</p> http://stackoverflow.com/questions/1830836/how-to-draw-the-graph-in-framebuffer-using-c-language 1 How to draw the graph in framebuffer using c language..? Rahul 2009-12-02T05:34:02Z 2009-12-02T07:12:13Z <p>Hi friends, i am new to this linux framebuffer so do anybody guide me to draw the line-graph in framebuffer. And i have the code to draw graph in turbo c but now in linux. So please help me out.</p> <p>Thank You, Rahul </p> http://stackoverflow.com/questions/1828236/how-to-make-this-sed-script-faster 5 How to make this sed script faster? erotsppa 2009-12-01T19:13:47Z 2009-12-02T06:26:17Z <p>I have inherited this sed script snippet that attempts to remove certain empty spaces:</p> <pre><code>s/[\s\t]*|/|/g s/|[\s\t]*/|/g s/[\s] *$//g s/^|/null|/g </code></pre> <p>that operates on a file that is around 1Gb large. This script runs for 2 hours on our unix server. Any ideas how to speed it up? </p> <p><strong>Notes that the \s stands for a space and \t stands for a tab, the actual script uses the actual space and tab and not those symbols</strong></p> <p>The input file is a pipe delimited file and is located locally not on the network. The 4 lines are in a file executed with sed -f</p> http://stackoverflow.com/questions/1733627/anyone-here-has-benchmarked-intel-c-compiler-and-gcc 5 Anyone here has benchmarked Intel C++ compiler and GCC? ccfenix 2009-11-14T07:46:06Z 2009-12-02T05:21:32Z <p>I am not sure whether I should post this question here, because this seems to be a programming-oriented website.</p> <p>Anyway, I think there must be some gurus here who knows this.</p> <p>Now I have a AMD Opteron server running CentOS 5. I want to have a compiler for a fairly large c++ Boost based program. Which compiler I should choose?</p> http://stackoverflow.com/questions/1830618/how-to-find-the-owner-of-a-file-or-directory-in-python 0 how to find the owner of a file or directory in python ramdaz 2009-12-02T04:19:36Z 2009-12-02T05:08:47Z <p>I need a function or method in Python to find the owner of a file or directory?</p> <p>the function should be link</p> <blockquote> <blockquote> <blockquote> <p>find_owner("/home/somedir/somefile")</p> <p>owner3</p> </blockquote> </blockquote> </blockquote> http://stackoverflow.com/questions/1830311/wtf-is-happening-here 0 WTF is happening here?!?! [closed] Manuel 2009-12-02T02:34:00Z 2009-12-02T02:41:08Z <pre> maraoz@pampero:/tmp$ uname -a Linux pampero 2.6.24.2-pampero #4 SMP Thu Jan 31 15:00:05 ARST 2008 i686 Pentium III (Katmai) GenuineIntel GNU/Linux maraoz@pampero:/tmp$ ls arma<b>r</b>getron/ armagetron/ <i>[or, alternatively:]</i> maraoz@pampero:/tmp$ ls arma**r**getron/ armagetron/ </pre> <p>How can this happen?</p> http://stackoverflow.com/questions/1830131/weird-subversion-permissions-issue 1 Weird Subversion permissions issue Ethan 2009-12-02T01:29:49Z 2009-12-02T01:48:27Z <p>I'm trying to set up SVN on a CentOS 5 system so that several people can use a repository. </p> <ul> <li>I've created the repository at <code>/var/svnrepository</code>.</li> <li>I added a <code>subversion</code> user and group, made that the owner of the repository recursively.</li> <li>I set permissions to 775 recursively.</li> <li>I ensured that all the system users are in the <code>subversion</code> group.</li> </ul> <p>The problem I'm running into is that when I do a commit, SVN apparently creates a file called <code>db/current</code> and it has my username and group. So say my username is <code>jimbo</code>...</p> <pre><code>-rwxrwxr-x 1 jimbo jimbo 11 Dec 2 01:09 current </code></pre> <p>Then after that no one else can check anything out. They get a permission denied error.</p> <p>There's also a similar issue with a file called <code>db/format</code>.</p> <pre><code>Can not open file /var/svnrepository/contactdb/trunk/format: Permission denied </code></pre> <p>Has anyone else seen this? Know of a solution?</p> <p>All repository access is through ssh.</p> <p>The weird thing is, I've set up SVN on Linux before and never had this problem. I don't know what I'm doing differently this time.</p> http://stackoverflow.com/questions/1829706/how-to-query-x11-display-resolution 2 How to query X11 display resolution? dicroce 2009-12-01T23:35:21Z 2009-12-02T00:59:59Z <p>It seems like an simple problem, but I can't find the answer: How do you query (via X11) what monitors exist and their resolutions?</p> http://stackoverflow.com/questions/1829741/lightweight-debugging-on-embedded-linux 2 Lightweight debugging on embedded Linux Maha 2009-12-01T23:41:24Z 2009-12-02T00:08:26Z <p>I'm developing an application that runs on a small Linux-based SBC (~32MB RAM). Sadly, my app recently became too large to run under GDB anymore. Does anyone know of any good, lightweight debugging methods that I can use in embedded Linux? Even being able to view a thread's stack trace would be extremely helpful.</p> <p>I should mention that this application is written in C++ and runs multiple threads, so gdbserver is a no-go as it doesn't work with multithreaded apps.</p> <p>Thanks in advance,</p> <p>Maha</p> http://stackoverflow.com/questions/1829698/file-lock-leases-via-nfs-v4-in-c 0 file lock leases via NFS v4 in C shabbychef 2009-12-01T23:34:00Z 2009-12-02T00:04:20Z <p>does anybody know how to use the fancy file locking features of NFS v4? (described in e.g. <a href="http://nfs.sourceforge.net/#section_a" rel="nofollow">About the NFS protocol</a> (scroll down)). supposedly NFS v4 supports file lock leasing with a 45 second lifetime. I would like to believe that the linux kernel (I'm using gentoo 2.6.30) happily takes care of these details, and I can use <code>fcntl()</code> and it all comes out in the wash. I am guessing, however, that I have to do something special somehow to get, maintain, and release the lock lease. all help appreciated.</p> http://stackoverflow.com/questions/1809763/library-locations-and-packages-for-software-development-on-linux 3 Library locations and packages for software development on Linux sdg 2009-11-27T16:55:46Z 2009-12-01T23:19:19Z <p>We will shortly be spinning up a new Linux-based development effort; and we are new-ish to Linux development on a large scale. We have a well-defined process to handle third-party and internal libraries on Windows, but I am interested in Linux-specific variations and optimizations.</p> <p>It seems logical to (as on Windows)</p> <ol> <li>Not have everyone download and compile their own version of various libraries like boost/etc. but have official builds checked-in to a repository somewhere.</li> <li>To further have the above libraries binaries checked in to source control so different versions can be tied to our code, so for example version 1.2 of our code needs boost 1.41 and the whole thing just works.</li> </ol> <p>Should we therefore use something like apt-get packages to a local server with official versions of things?</p> <p>If so, do we allow the libraries to install to their "natural" place of /usr/local/include or wherever?</p> <p>If not; do we just check-in libraries into our normal repository places, then have our Makefile(s) have paths (relative or otherwise) embedded in them so as to <strong>not</strong> depend upon /usr/local/?</p> <p>What have other people done in this area please? Pointers to books/sites also greatly appreciated for Linux-based team development (of applications, not Kernel).</p> http://stackoverflow.com/questions/1829160/how-can-i-understand-that-the-user-pressed-which-keyword 1 How can I understand that the user pressed which keyword? FTI 2009-12-01T21:47:48Z 2009-12-01T23:02:31Z <p>I am coding a terminal like Linux terminal with C under Linux OS and I need to quit program when the user presses ctrl+D keywords. But I don't know how to understand that the user pressed these keywords. Thanks for your helping.</p> <p>I'm getting inputs with fgets()</p> http://stackoverflow.com/questions/1828535/fastest-socket-method-for-a-lot-of-data-between-a-lot-of-files 4 Fastest socket method for a lot of data between a lot of files thr 2009-12-01T20:05:15Z 2009-12-01T22:52:57Z <p>I'm building a socket application that need to shuffle a lot of small/medium sized files, something like 5-100kb sized files to a lot of different clients (sort of like a web server, but still not quite).</p> <p>Should I just go with the standard poll/epoll (linux) or async sockets in winsock (win32), or are there any methods with even more performance around (overlapped i/o on win32 for example) ? </p> <p>Both Linux and Windows are possible platforms!</p> http://stackoverflow.com/questions/1827607/java-master-gain-not-supported-exception 0 Java: Master Gain not supported exception Martijn Courteaux 2009-12-01T17:13:43Z 2009-12-01T22:38:08Z <p>Hi,</p> <p>In linux this code doesn't work: <strong>I added two lines</strong></p> <pre><code>// Added two lines. DataLine.Info info = new DataLine.Info( SourceDataLine.class, audioFormat ); SourceDataLine dataLine = (SourceDataLine) AudioSystem.getLine( info ); // Adjust the volume on the output line. if( dataLine.isControlSupported( FloatControl.Type.MASTER_GAIN)) { // If inside this if, the Master_Gain must be supported. Yes? FloatControl volume = (FloatControl) dataLine.getControl(FloatControl.Type.MASTER_GAIN); // This line throws an exception. "Master_Gain not supported" volume.setValue( 100.0F ); } </code></pre> <p>Is this normal? What do I have to do to solve this?<br> <strong>In windows does it work.</strong></p> <p>Thanks, Martijn.</p> http://stackoverflow.com/questions/1749288/tips-for-setting-up-complex-ctags-search-paths 5 Tips for Setting Up Complex CTAGS Search Paths Robert S. Barnes 2009-11-17T14:32:12Z 2009-12-01T22:08:49Z <p>I want to be able to start up vim in an arbitrary subdirectory in my project and have it search up to the project root for the <code>tags</code> file, and then to search in an unrelated directory outside the project tree.</p> <p>For example let's say I have the following:</p> <pre><code>~/projects/foo/bar/baz.c ~/projects/foo/tags ~/some/arbitrary/path/tags </code></pre> <p>I want to open <code>baz.c</code> from within the <code>bar</code> subdirectory, have it search up to find <code>foo/tags</code> and then to search <code>some/arbitrary/path/tags</code> if the symbol isn't found in <code>foo/tags</code>.</p> <p>Now I know I can do:</p> <pre><code>set tags=./tags,tags; </code></pre> <p>to accomplish the first task. It's apparently the semicolon which tells vim to search up to the root. However neither of the following work:</p> <pre><code>set tags=./tags,tags,~/some/arbitrary/path/tags; set tags=./tags,tags;~/some/arbitrary/path/tags </code></pre> <p>The first one finds only symbols from <code>~/some/arbitrary/path/tags</code> while the second one only finds symbols in the tags file at the project root.</p> <p>Anyone know how to do this? I'm on Linux buy the way.</p> http://stackoverflow.com/questions/1829189/how-do-i-exec-an-plesk-cgi-bin-script-from-php 0 How do I exec an plesk cgi-bin script from php mazgalici 2009-12-01T21:51:54Z 2009-12-01T21:51:54Z <p>I have a cgi-bin payment script which is called "request" (is from Sherlocks paymanet) and I have a Joomla module which is making an exec() on that script, but seems that the path is always wrong, but the path seems correct on the FTP... That server uses CentOS and Plesk...</p> <p>Thanks for any clue....</p> http://stackoverflow.com/questions/1827857/efficient-linux-sockets-dma-zero-copy 5 Efficient Linux sockets (DMA/zero-copy) Slava Akhmechet 2009-12-01T18:05:32Z 2009-12-01T21:29:31Z <p>Hello,</p> <p>I'm building a very high performance Linux server (based on epoll, non-blocking sockets, and async disk IO [based on io_submit/io_getevents/eventfd]). Some of my benchmarks show that the way I handle sockets isn't efficient enough for my requirements. In particular, I'm concerned with getting data from the userspace buffer to the network card, and from the network card back to the userspace buffer (let's ignore sendfile call for now).</p> <p>From what I understand, calling read/write on a non-blocking Linux socket isn't fully asynchronous - the system call blocks while it copies the buffer from the userspace to the kernel (or the other way around), and only then returns. Is there a way to avoid this overheard in Linux? In particular, is there a fully asynchronous write call that I can make on a socket that would return immediately, DMA the userspace buffer to the network card as necessary, and signal/set an event/etc. on completion? I know Windows has an interface for this, but I couldn't find anything about this in Linux.</p> <p>Thanks!</p> http://stackoverflow.com/questions/1828774/irfanview-linux-alternative 1 IrfanView linux alternative? [closed] Ondra Žižka 2009-12-01T20:39:47Z 2009-12-01T20:43:12Z <p>Hi,</p> <p>I'm looking for some linux alternative to IrfanView (image viewer). At best, it should have all it's features, the same controls (both mouse and kbd) or fully adjustable, and be as quick.</p> <p>In particular (this list covers 95 % of my use cases) :</p> <ul> <li>Support for many formats, for both input and output</li> <li>Automatic navigation through the directory with Space / Backspace</li> <li>Thumbnails (T)</li> <li>Batch processing (B)</li> <li>Rotating (R, L)</li> <li>Zoom with Ctrl + mouse wheel or + / -</li> <li>Fullscreen (Enter)</li> <li>Image movement with PgUp/Dn, Home. End</li> <li>Select a rectagle with a mouse -> Ctrl+Y to crop -> Ctrl-S to save to PNG</li> <li>Basic image editation - copy, cut, paste, color filters, text input, basic shapes</li> <li>Immediate startup</li> <li>No need to play video or audio</li> </ul> <p>Etc... IrfanView is something like iPhone amongst image viewers, there's nothing to change ;-)</p> <p>So - anyone has found something as close as possible?</p> <p>Thanks, Ondra</p> http://stackoverflow.com/questions/1825503/subversion-1-6-6-error-could-not-open-the-requested-svn-filesystem 0 Subversion 1.6.6 Error "Could not open the requested SVN filesystem" Belliez 2009-12-01T11:13:51Z 2009-12-01T20:05:31Z <p>I am running ubuntu server with Subversion 1.6.6.</p> <p>In windows I use the latest Tortoise SVN compiled against Subversion 1.6.6.</p> <p>I create a new Repository and when I attempt to view the repository or import my files and get the following error:</p> <p>"Could not open the requested SVN filesystem"</p> <p>I can view the repositories via the command line (as root) but want to view them in Tortoise. Some repositories however are fine and I can view and comit without any problem via Tortoise.</p> <p>I am sure its a user / permission thing but not sure where to look?</p> <p>Any suggestions are greatly accepted.</p> <p>Thank you</p> http://stackoverflow.com/questions/1806094/organizing-logs-with-log4j 0 Organizing logs with log4j William 2009-11-26T23:21:09Z 2009-12-01T19:31:54Z <p>Hey all,</p> <p>I'm currently working on a Linux daemon written in Java. What is the common naming scheme for logs?</p> <p>Right now I'm thinking of doing something like:</p> <p><strong>DEBUG</strong> = <i>/var/log/myapp.debug</i><br /> <strong>INFO</strong> = <i>/var/log/myapp.info</i><br /> <strong>WARN</strong> = <i>/var/log/myapp.warn</i><br /> <strong>ERROR</strong> = <i>/var/log/myapp.err</i><br /> <strong>FATAL</strong> = <i>/var/log/myapp.err</i><br /></p> <p>Does anyone have any opinions / suggestions on the naming scheme? I will accept the answer that I end up going with.</p> <p>Hopefully this question doesn't get closed since there are other topics similar that are opinion related (like what IDE do you prefer, etc)</p> http://stackoverflow.com/questions/1827888/id-like-to-move-on-to-c-programming-but-i-have-absolutely-no-idea-where-to-sta 4 I'd like to move on to µC programming, but I have absolutely no idea where to start from. Hoffa 2009-12-01T18:14:35Z 2009-12-01T18:40:48Z <p>Hello,</p> <p>I've been thinking quite some time about 'moving on' to MCU programming, but the problem is I've never worked with any microcontrollers or similar. As I've been told, AVR and PIC are the most common microcontrollers among hobbyists, and apparently most people suggest AVR for newcomers like me, due to its 'C-friendly architecture' (whatever that means), its C compilers and its large hobbyist community. AVR or PIC or anything else, doesn't really matter to me, all I'd like, would to be able to write C code on Linux with a good compiler, and eventually to be able to add an LCD screen on my MCU (just for outputting basic ASCII characters, and perhaps draw a couple of pixels here and there, monochrome, nothing huge). I don't need anything complex or extremely fast or even big amounts on memory, as I love limited (but not too limited) things, where you need a bit of creativity to achieve goals. I've looked around on the Internet, but most of the pages I found were decades old and/or didn't suggest any good 'packs' I could buy (and that would support things mentioned above). That's why I'm asking you, hoping that you could help me a bit. :)</p> <p>Thanks, Hoffa.</p> http://stackoverflow.com/questions/1827549/is-there-a-way-to-ask-the-linux-kernel-to-re-run-its-pci-initialization-code 2 Is there a way to ask the Linux Kernel to re-run its PCI initialization code? mlustig 2009-12-01T17:02:19Z 2009-12-01T17:29:39Z <p>I'm looking for either a kernel mode call that I can make from a driver, a userland utility, or a system call that will ask the Kernel to look at the PCI bus and either completely re-run its initialization, or initialize a specific device. Specifically, I need the Kernel to recognize a device that was added to the bus after boot and then configure its address space, interrupt, and other configuration parameters, and finally enable the device so that I can load the driver for it (unless this all happens as part of the driver load...).</p> <p>I'm stuck on the 2.4.x series Kernel for this, and am currently working with 2.4.20, but will be moving to 2.4.37 if it matters. The distro is a stripped down Red Hat 7.3 running in a ram disk, but I can add in whatever tools are needed to get this working (as long as they play nice with 2.4 series).</p> <p>If some background would help clarify what I'm trying to do: From a cold boot, once in Linux I use GPIO to program an FPGA. Part of the FPGA, once programmed, implements a simple PCI device. Currently, after programming the FPGA, I reboot the system and Linux recognizes the device after coming up and loads the driver for it.</p> <p>Instead of needing that reboot, I'd like to simply ask the Kernel to do whatever it does during boot up to find PCI devices (I have the Kernel configured to find PCI devices on its own, instead of asking the BIOS for that information, so the BIOS won't need to know about this device (I hope)).</p> <p>I believe that Linux is capable of seeing the device after it is programmed but before a reboot, because scanpci will show the device after I program it, as will lspci -H 1. I just need a way to get it into /proc/pci, configured and enabled.</p> <p>Thanks.</p> http://stackoverflow.com/questions/1822399/intercept-traffic-above-the-transport-layer 2 Intercept traffic above the transport layer Ray2k 2009-11-30T21:06:09Z 2009-12-01T17:21:54Z <p>Firstly, I'm relatively new to network programming. I want to intercept and delay HTTP traffic before it gets to the server application. I've delved into libnetfilter_queue which gives me all the information I need to delay suitably, but at too low a level. I can delay traffic there, but unless I accept the IP datagrams almost immediately (so sending them up the stack when I want to delay them), they will get resent (when no ACK arrives), which isn't what I want.</p> <p>I don't want or need to have to deal with TCP, just the payloads it delivers. So my question is how do I intercept traffic on a particular port before it reaches its destination, but after TCP has acknowledged and checked it?</p> <p>Thanks</p> <p>Edit: Hopefully it's obvious from the tag and libnetfilter_queue - this is for Linux</p> http://stackoverflow.com/questions/1304095/eclipse-for-netbooks-what-an-i-do-to-enhance-performance-on-linux 0 Eclipse for netbooks - what an I do to enhance performance on linux? Stacia 2009-08-20T05:19:02Z 2009-12-01T17:00:05Z <p>My main development environment on my Windows machine uses Eclipse and I'm quite happy with it. I sync all my projects into SVN and want to be able to work on projects at coffee shops without lugging my real laptop around. Problem is that my netbook is pretty low scale - it's one of the first EEE pcs and right now it is supposedly "overclocked" and still laggy. I'm running Xubuntu. Anyway, is there any build of Eclipse that is optimized or geared towards low end hardware on Linux?</p> <p>I have heard about Netbeans but I've never tried it and while it wouldn't be the end of the world it would be a bit tiresome switching over my projects (possibly?). I'd assume it would be faster, though, but I'm really used to Eclipse and the plugins I've been using.</p> http://stackoverflow.com/questions/1827288/commercial-os-based-on-linux-legal-issues 0 Commercial OS based on Linux, legal issues. benasio 2009-12-01T16:26:15Z 2009-12-01T16:33:31Z <p>Based on some Linux distributions can do commercial OS? Can I distribute such a system without source code?</p> http://stackoverflow.com/questions/1617536/http-debugging-proxy-for-linux-and-mac 2 HTTP debugging proxy for Linux and Mac George V. Reilly 2009-10-24T09:55:57Z 2009-12-01T16:17:29Z <p>I use the <a href="http://www.fiddler2.com/fiddler2/" rel="nofollow">Fiddler</a> proxy to debug all kinds of HTTP issues on Windows. It's great for inspecting headers and responses across multiple pages.</p> <p>Is there a good HTTP debugging proxy for Mac and Linux? I found <a href="http://www.charlesproxy.com/" rel="nofollow">Charles</a>, but it's $50 once the trial runs out and it crashed on me. I could use <a href="http://www.wireshark.org/" rel="nofollow">Wireshark</a>, but it's a pain.</p> http://stackoverflow.com/questions/286589/mock-filesystem-in-integration-testing 4 Mock filesystem in integration testing JtR 2008-11-13T09:10:03Z 2009-12-01T14:48:30Z <p>I'm writing a ruby program that executes some external command-line utilities. How could I mock the filesystem from my rspec tests so that I could easily setup some file hierarchy and verify it after testing. It would also be best to be implemented in ram so that tests would run quickly. </p> <p>I realize that I may not find a portable solution as my external utilities are native programs interacting directly with operating system file services. Linux is my primary platform and solution for that would suffice.</p>