active questions tagged debian - Stack Overflowmost recent 30 from stackoverflow.com2009-12-21T11:51:37Zhttp://stackoverflow.com/feeds/tag/debianhttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1760706/a-development-machine-in-virtualbox-debian-min-vs-archlinux-vs-recommend-one0A Development Machine in VirtualBox - (Debian-min vs ArchLinux vs recommend-one).Vivek Sharma2009-11-19T03:29:57Z2009-12-20T17:23:42Z
<p>I have few years of exp on linux, mainly ubuntu (dual-boot). Now i am shifting to windows, and installing linux in VirtualBox (PUEL). I am looking for a light-weight distro for development machine setup. Thought of using debian-unstable-minimum, and installing build-essentials, openbox(or a little more feature light-WM, ps recommend), ssh-server, ethereal, iptables, nmap(maybe), vim, python3. That is all what i can think of now mainly. </p>
<p>Options I can think of -- </p>
<ul>
<li>Debian-unstable minimum, and then using apt-get to do the rest. Is there also recommended version of ubuntu-lite. I read Ulite is not good, some-others are also not that good. </li>
<li>ArchLinux, reading a great deal about it. Wikipedia says it is mainly a binary-based distro, but everywhere on net/community only talk about its source-based approach. If it is binary I think I can have a quick setup. (For guest-OS-ArchLinux guys in VBox ) is your guest-additions working fine in archLinux. </li>
<li>FreeBSD 8, is it possible for minimum install. And recommended. </li>
<li>Recommendations for other i686 optimized linux, if any, or lets say i386 is also fine, as will only use it for coding.</li>
</ul>
<p>For system admins -<br>
I would like to know if ArchLinux keeps the potential to penetrate companies for production systems, and replace redhat/debian/bsd in servers for hosting apps/portals. </p>
<p>Addition: Just a thought- is there any distro which helps you to be a better programmer/developer/analyst, in terms of the way things should be done. I dont know if I am over-generalizing it :).</p>
http://stackoverflow.com/questions/1920094/how-to-write-this-simple-cronjob-in-linux-debian1How to write this simple cronjob in Linux (Debian)? [closed]Adam2009-12-17T07:45:21Z2009-12-18T01:27:33Z
<p>I need assistance in getting a cronjob to run properly in Linux (Debian). (This is my first one).</p>
<p>I need a file to "run" once per hour a set number of times. I got this far:</p>
<h1>crontab -e</h1>
<p>no crontab for root - using an empty one</p>
<p>edited crontab file: 0 2-21 * * * /www/file.php</p>
<p>crontab: installing new crontab</p>
<p>This was designed to make the cronjob run beginning at 2am (or 200 hrs) and to run each hour on the hour until 2100 hrs. I checked the database to see if the file did its thing at 2:10 and nothing had changed so it clearly didn't run.</p>
<p>I'm fairly new to Linux so there's probably a way to see what happened but I'm really wondering whether I wrote the Cronjob instruction correctly before I get into diagnosing.</p>
http://stackoverflow.com/questions/1922922/cronjob-executing-multiple-times-at-once0Cronjob executing multiple times at once [closed]zaid2009-12-17T16:26:57Z2009-12-17T17:16:33Z
<p>I have a cronjob similar to this:</p>
<p>*/1 * * * * /usr/bin/python /home/root/test.py >> /home/root/spring.1</p>
<p>In test.py, I am just printing the current time. After few mins of observation, I see this in spring.1 log file:</p>
<p><hr></p>
<p>17/12/2009 10:09:01 AM
<hr></p>
<p>17/12/2009 10:09:01 AM
<hr></p>
<p>17/12/2009 10:09:01 AM
<hr></p>
<p>17/12/2009 10:09:01 AM
<hr></p>
<p>17/12/2009 10:09:01 AM
<hr></p>
<p>17/12/2009 10:10:01 AM
<hr></p>
<p>17/12/2009 10:10:01 AM
<hr></p>
<p>17/12/2009 10:10:01 AM
<hr></p>
<p>17/12/2009 10:10:01 AM</p>
<p>Anyone know what the problem may be? The python script is simply outputting the current time so we can say for sure that its cronjob which is opening the python multiple times.</p>
<p>Thanks.</p>
http://stackoverflow.com/questions/1919912/visual-svn-client-for-linux0Visual SVN client for LinuxDana2009-12-17T06:47:10Z2009-12-17T13:22:25Z
<p>Does any one know of a good, free, visual SVN client for Linux?</p>
http://stackoverflow.com/questions/647872/how-do-i-compile-dos-programs-on-debian4How do I compile DOS programs on Debian?Jason Baker2009-03-15T14:15:44Z2009-12-13T09:25:03Z
<p>For my assembly language class, we're writing DOS programs using DPMI. Unfortunately, I don't have access to a 32-bit windows machine all the time. I do have a Debian virtual machine installed on just about every computer I do use.</p>
<p>I've got both DOSBox and DOSEMU installed. Is there any way that I can assemble and compile the programs in Linux rather than DOS? I'm using nasm, so I don't seem to have any problems getting it assembledin DOS format. However, I'm having trouble running it through the compiler with my C code and getting a DOS executable (using either gcc or MinGW).</p>
<p>Is there some way to do this or am I pretty much going to have to install all the tools under DOS?</p>
http://stackoverflow.com/questions/1249873/if-a-python-module-says-its-dependent-on-debhelper-and-cdbs-is-there-no-way-to-ge0If a python module says its dependent on debhelper and cdbs is there no way to get it to run on a nondebian linux?Ryan2009-08-08T20:53:35Z2009-12-07T07:00:02Z
<p>I want to try python purple but I don't have debian. Is there a way to get it to run on either windows or a different linux?</p>
http://stackoverflow.com/questions/1852591/php5-2-3-for-debian-etch0PHP5.2.3 for debian etch?Cudos2009-12-05T16:12:42Z2009-12-05T16:18:13Z
<p>Is it possible to get PHP5.2.3 for debian etch?</p>
http://stackoverflow.com/questions/62222/centos-or-debian-as-a-server-os4Centos or Debian as a server OS ? Andrei Savu2008-09-15T11:42:56Z2009-12-02T11:29:58Z
<p>What would you choose for a server used for web hosting, dns and email and why?</p>
http://stackoverflow.com/questions/1831188/why-is-8etch15-appended-to-this-customers-php-version-string2Why is "-8+etch15" appended to this customer's PHP version string?Josh Ribakoff2009-12-02T07:22:52Z2009-12-02T09:30:12Z
<p>I had a customer report a wierd behavior related to <code>PHP-#38146</code></p>
<p>I did <code>var_dump(phpversion())</code> and I get:</p>
<pre><code>string(14) "5.2.0-8+etch15"
</code></pre>
<p>What the heck is the -8, and the +etch15, some sort of Debian related extension of PHP? Related to hardened PHP or something? Does this mean they are essentially running a 5.2.0 build?</p>
http://stackoverflow.com/questions/1823176/debian-package-creating-needed-directories-in-preinst0debian package creating needed directories in preinstLaurent Luce2009-11-30T23:40:45Z2009-12-01T01:47:06Z
<p>I have the following debian structure:</p>
<ul>
<li>debian/usr/share/test</li>
<li>debian/usr/share/test/test</li>
<li>debian/usr/share/test/test/a</li>
<li>debian/usr/share/test/test/b</li>
</ul>
<p>After building the package using dpkg-deb --build and installing it using dpkg -i, it doesn't seem to create the folders test automatically if they don't exist. Do I need to create them manually in preinst script?</p>
<p>UPDATE: Issue was because preinst had an error so unpacking didn't get a chance to happen.</p>
<p>Laurent</p>
http://stackoverflow.com/questions/1067159/deleted-user-postgres-oops0Deleted user 'postgres' - oopsresopollution2009-07-01T03:35:56Z2009-11-29T15:34:33Z
<p>I accidentally deleted the user 'postgres' user the #userdel command and no longer have access to the database.</p>
<p>What can I do to create a new postgres user and how can I start postgresql again?</p>
<p>If I have to re-install postgresql, do I just delete my current postgres setup by removing the /usr/local/postgresql-8.3.6/ directory?</p>
<p>NOTE: I have no idea how to start postgresql. I basically downloaded a gzip file and unloaded it into a directory /usr/local/postgresql-8.3.6</p>
http://stackoverflow.com/questions/1492200/openfire-java-memory0Openfire Java Memory Pankaj Khurana2009-09-29T12:18:11Z2009-11-28T23:17:37Z
<p>Hi,</p>
<p>I have openfire installed on my debian server.</p>
<p>I want to know that whether openfire java memory should be less than server memory?</p>
<p>For e.g. i have a server with 256 MB RAM now can i have openfire java memory more than 256 MB RAM or it should be less than 256.</p>
<p>Please help</p>
<p>Thanks,
Pankaj </p>
http://stackoverflow.com/questions/483781/how-should-i-log-from-a-non-root-debian-linux-daemon2How should I log from a non-root Debian Linux daemon?John McAleely2009-01-27T15:13:09Z2009-11-28T15:18:25Z
<p>I'm writing a new daemon, which will be hosted on Debian Linux.</p>
<p>I've found that /var/log has root only write permissions, so my daemon cannot write log files there.</p>
<p>However, if it writes there, it appears it will gain automatic log rotation, and also work as a user might expect.</p>
<p>What is the recommended way for a daemon to write log entries that appear in /var/log, without having to be run as root?</p>
<p>The daemon is a webserver, so the log traffic will be similar to Apache.</p>
http://stackoverflow.com/questions/174839/clone-debian-ubuntu-installation2Clone Debian/Ubuntu installationboskom2008-10-06T15:44:28Z2009-11-25T21:25:11Z
<p><strong>Is there an easy way of cloning entire installed debian/ubuntu system?</strong></p>
<p>I want to have identical installation in terms of installed packages and as much as possible of settings.</p>
<p>I've looked into options of aptitude, apt-get, synaptic but have found nothing. </p>
http://stackoverflow.com/questions/602834/nfs-problems-on-debian-machines0NFS problems on Debian machinesBellman2009-03-02T15:52:45Z2009-11-25T18:00:03Z
<p>I'm trying to share some directories with NFS among Debian machines. In order to do so, I installed nfs-common and nfs-kernel-server on the server machine. It seemed that starting portmap daemon lasted a long time and I get the following messages in <code>/var/log/messages</code>:</p>
<p><code>Jan 30 18:18:03 zape kernel: portmap: server localhost not responding, timed out</code>
<code>Jan 30 18:18:03 zape kernel: RPC: failed to contact portmap (errno -5).</code></p>
<p>After that, I edited the <code>/etc/exports</code> file to include the directories to be shared; in particular, I added the following code:</p>
<pre><code>/home 192.168.9.0/24(rw,sync,no_wdelay,subtree_check,root_squash)
/opt 192.168.9.0/24(rw,sync,no_wdelay,subtree_check,root_squash)
/usr/local 192.168.9.0/24(rw,sync,no_wdelay,subtree_check,root_squash)
</code></pre>
<p>The next step was to export the directories with <code>exportfs -var</code>. The answer I got is:</p>
<pre><code>exporting 192.168.9.0/24:/usr/local
exporting 192.168.9.0/24:/home
exporting 192.168.9.0/24:/opt
</code></pre>
<p>Up to now, nothing really strange. However, when I did <code>showmount -e</code> to see which were the exported directories, I got a timeout whitout any error flag. I also got a timeout when I ran <code>rpcinfo -p</code>.</p>
<p>Everything is properly installed and running in the client (192.168.9.102), but when I try to mount the shared directories, I get the following error:</p>
<pre><code>mount to NFS server '192.168.9.101' failed.
RPC Error: 15 ( Program not registered )
mount to NFS server '192.168.9.101' failed.
RPC Error: 15 ( Program not registered )
mount to NFS server '192.168.9.101' failed.
RPC Error: 15 ( Program not registered )
</code></pre>
<p>It seems to me that the problem is in the server.</p>
<p>Any help will be very appreciated!!! Thanks in advance.</p>
<p>P.S.: If I do <code>netstat -tupan</code> I get the following connections running:</p>
<pre><code>Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 20229/portmap
tcp6 0 0 :::22 :::* LISTEN 2669/sshd
tcp6 0 144 ::ffff:192.168.9.101:22 ::ffff:192.168.1.:36023 ESTABLISHED25159/2
udp 0 0 0.0.0.0:111 0.0.0.0:* 20229/portmap
</code></pre>
<p>P.S.2: These are the processes runing on the server after the whole described process (obtained with ps -faux)</p>
<pre><code>USER PID CPU MEM VSZ RSS TTY STAT START TIME COMMAND
root 1 0.0 0.2 1944 640 ? Ss Jan29 0:01 init [2]
root 2 0.0 0.0 0 0 ? S Jan29 0:00 [migration/0]
root 3 0.0 0.0 0 0 ? SN Jan29 0:00 [ksoftirqd/0]
root 4 0.0 0.0 0 0 ? S< Jan29 0:00 [events/0]
root 5 0.0 0.0 0 0 ? S< Jan29 0:00 [khelper]
root 6 0.0 0.0 0 0 ? S< Jan29 0:00 [kthread]
root 9 0.0 0.0 0 0 ? S< Jan29 0:00 \_ [kblockd/0]
root 26 0.0 0.0 0 0 ? S< Jan29 0:00 \_ [kseriod]
root 77 0.0 0.0 0 0 ? S Jan29 0:00 \_ [pdflush]
root 78 0.0 0.0 0 0 ? S Jan29 0:00 \_ [pdflush]
root 79 0.0 0.0 0 0 ? S< Jan29 0:00 \_ [kswapd0]
root 80 0.0 0.0 0 0 ? S< Jan29 0:00 \_ [aio/0]
root 526 0.0 0.0 0 0 ? S< Jan29 0:00 \_ [khubd]
root 885 0.0 0.0 0 0 ? S< Jan29 0:00 \_ [kjournald]
root 1333 0.0 0.0 0 0 ? S< Jan29 0:00 \_ [kpsmoused]
root 1629 0.0 0.0 0 0 ? S< Jan29 0:00 \_ [kmirrord]
root 1664 0.0 0.0 0 0 ? S< Jan29 0:00 \_ [kjournald]
root 1666 0.0 0.0 0 0 ? S< Jan29 0:00 \_ [kjournald]
root 1668 0.0 0.0 0 0 ? S< Jan29 0:00 \_ [kjournald]
root 1045 0.0 0.2 2180 616 ? S<s Jan29 0:00 udevd --daemon
root 1114 0.0 0.3 2712 812 ? S< Jan29 1:06 /bin/sh -e /lib/udev/net.agent
root 26207 0.0 0.1 1560 396 ? S< 18:22 0:00 \_ sleep 1
root 1117 0.0 0.3 2708 808 ? S< Jan29 0:43 /bin/sh -e /lib/udev/net.agent
root 26201 0.0 0.1 1560 396 ? S< 18:22 0:00 \_ sleep 1
root 1968 0.0 0.2 1628 640 ? Ss Jan29 0:00 /sbin/syslogd
root 1974 0.0 0.1 1580 384 ? Ss Jan29 0:00 /sbin/klogd -x
root 2662 0.2 0.3 2712 828 ? S< Jan29 2:59 /bin/sh -e /lib/udev/net.agent
root 26204 0.0 0.1 1564 396 ? S< 18:22 0:00 \_ sleep 1
root 2669 0.0 0.4 4932 1092 ? Ss Jan29 0:00 /usr/sbin/sshd
root 25159 0.0 0.9 7704 2360 ? Ss 12:20 0:00 \_ sshd: root@pts/2
root 25188 0.0 0.6 3980 1708 pts/2 Ss 12:20 0:00 \_ -bash
root 26208 0.0 0.3 3400 928 pts/2 R+ 18:22 0:00 \_ ps -faux
root 3241 0.0 0.2 2192 748 ? Ss Jan29 0:00 /usr/sbin/cron
root 3298 0.0 0.1 1572 492 tty1 Ss+ Jan29 0:00 /sbin/getty 38400 tty1
root 3299 0.0 0.1 1576 492 tty2 Ss+ Jan29 0:00 /sbin/getty 38400 tty2
root 3300 0.0 0.1 1572 492 tty3 Ss+ Jan29 0:00 /sbin/getty 38400 tty3
root 3301 0.0 0.1 1572 492 tty4 Ss+ Jan29 0:00 /sbin/getty 38400 tty4
root 3304 0.0 0.1 1572 492 tty5 Ss+ Jan29 0:00 /sbin/getty 38400 tty5
root 3305 0.0 0.1 1572 492 tty6 Ss+ Jan29 0:00 /sbin/getty 38400 tty6
daemon 20229 0.0 0.1 1688 472 ? Ss 18:12 0:00 /sbin/portmap
root 22603 0.0 0.2 3512 572 ? Ss 18:16 0:00 /usr/sbin/rpc.idmapd
</code></pre>
http://stackoverflow.com/questions/1785488/apache-virtual-host-configuration-on-debian0Apache virtual host configuration on debian [closed]qubit2009-11-23T19:44:25Z2009-11-23T23:22:12Z
<h3>Migrated to Server Fault</h3>
<p><a href="http://serverfault.com/questions/87479/apache-virtual-host-configuration-on-debian">Apache virtual host configuration on debian</a></p>
<p>Im new to apache configuration and would be really glad if someone helped me with the following.Im running apache on a virtual private server, running the debian operating system.</p>
<p>In /etc/apache2/sites-available, i have two virtual hosts defined,site1.com.conf and site2.com.conf.
In /etc/apache2/sites-enabled,i have a symlink to site1.com.conf . The virtual hosts are defined as follows:</p>
<p><strong>site1.com.conf</strong></p>
<pre><code><VirtualHost *:80>
ServerAdmin admin@site1.com
ServerName site1.com
ServerAlias www.site1.com site1.com
DirectoryIndex index.html index.htm index.php
DocumentRoot /var/www/site1
<Directory /var/www/site1>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
LogLevel warn
ErrorLog /var/log/apache2/site1_error.log
CustomLog /var/log/apache2/site1_access.log combined
ServerSignature Off
</VirtualHost>
</code></pre>
<p><strong>site2.com.conf</strong></p>
<pre><code><VirtualHost *:80>
ServerAdmin hostmaster@wharfage
ServerName site2.com
ServerAlias www.site2.com site2.com
DirectoryIndex index.html index.htm index.php
DocumentRoot /var/www
LogLevel debug
ErrorLog /var/log/apache2/site2_error.log
CustomLog /var/log/apache2/site2_access.log combined
ServerSignature Off
<Location />
Options -Indexes
</Location>
Alias /favicon.ico /srv/site2/static/favicon.ico
Alias /static /srv/site2/static
# Alias /media /usr/local/lib/python2.5/site-packages/django/contrib/admin/media
Alias /admin/media /var/lib/python-support/python2.5/django/contrib/admin/media
WSGIScriptAlias / /srv/site2/wsgi/django.wsgi
WSGIDaemonProcess site2 user=samj group=samj processes=1 threads=10
WSGIProcessGroup site2
</VirtualHost>
</code></pre>
<p>However, a strange thing is happening. Im able to navigate to www.site1.com as expected. It loads the content in /var/www/site which i have defined as the DocumentRoot in site1.com.conf.
But if i navigate to www.site2.com,instead of loading index.html which is present in /var/www, which is defined as the DocumentRoot for site2.com.conf, as shown above, it loads the content in /var/www/site1. The url in the address bar remains www.site2.com.
So, i have the following two questions :</p>
<p><strong>Q.1)</strong> Why is www.site2.com showing the contents of /var/www/site1 when the DocumentRoot for it has been defined as /var/www ?</p>
<p><strong>Q.2)</strong> Since, site2.com.conf does not have a symlink in sites-enabled, how come im able to navigate to www.site2.com ?</p>
<p>Sorry, if my questions sound noobish, but ill be really happy if someone could explain this.</p>
<p>Thank You.</p>
http://stackoverflow.com/questions/1770959/about-compiling-linux-kernel-in-debian-live0About compiling Linux kernel in Debian LiveDagvadorj2009-11-20T14:56:07Z2009-11-21T03:08:38Z
<p>Hi all,</p>
<p>This is my first time compiling Linux kernel. I am using Debian Live. I used kernel-package to compile and I also added a new system call to return an arbitrary integer value greater than zero. </p>
<p>Everything went fine and I got both headers and image .deb files. When I tried to install them with dpkg, there was a warning that said I needed to configure LILO. I then aborted the installation and looked for LILO to find out that Debian Live got neither LILO nor GRUB. I installed GRUB, but it was not installed on my sda1 (USB disk running Debain Live), it said that it was not a proper block device. Debian Live uses squashfs (a file system).</p>
<p>Then, I ignored bootloader and installed the custom kernel. After I rebooted my computer, I was directly booted to the old Debain Live and my system call returns -1.</p>
<p>Please provide some solutions guys.</p>
<p>Thanks,</p>
http://stackoverflow.com/questions/1202347/simple-bash-script-to-install-mysql-need-some-help1Simple Bash Script to install MySQL - Need some helpCei2009-07-29T18:59:02Z2009-11-20T11:27:01Z
<p>I am writing a simple bash script to install MySQL on Ubuntu.</p>
<pre><code>#!/bin/bash
apt-get update
# Install MySQL5
aptitude -y install mysql-server mysql-client libmysqlclient15-dev
</code></pre>
<p>However MySQL prompts for a password and confirmation. How do I pass along a root password. Is there an echo I can use?</p>
<p>Thank you,</p>
<p>Cei </p>
http://stackoverflow.com/questions/1767928/whats-the-best-route-to-get-your-own-software-into-debian-and-fedora2What's the best route to get your own software into Debian and Fedora?Steve2009-11-20T02:21:08Z2009-11-20T02:57:12Z
<p>Say I am able to follow the packaging guides and have figured out how to make a working .deb and .rpm, how can I get distros to actually include my software?</p>
<p>What's firstly the quickest / easiest way, and secondly the most appropriate / official way?</p>
<p>What if my software depends on other people's libraries that do not have packages? Do I then get the responsibility of packaging those?</p>
http://stackoverflow.com/questions/1766930/does-debian-has-a-x86-64-distrio0Does Debian has a x86-64 distrio? [closed]ccfenix2009-11-19T22:09:01Z2009-11-19T22:09:01Z
<p>Looks like Debian only has AMD64 and IA64 versions, but does not have a x86-64 version, is this correct?</p>
<p>Or AMD64 includes x86-64?</p>
http://stackoverflow.com/questions/15171/user-script-location-linux-debian-etch2User script location linux (debian etch)Christopher Mahan2008-08-18T20:15:13Z2009-11-18T21:45:02Z
<p>In the linux file system, where should user scripts be placed?</p>
<p>I'm thinking specifically python scripts to be called by cron.</p>
http://stackoverflow.com/questions/1755678/deb-package-conffiles-problem0.deb package conffiles problemcodebox_rob2009-11-18T12:37:23Z2009-11-18T12:45:10Z
<p>I am distributing one of my applications using a .deb package, but have a problem relating to one of the files. </p>
<p>The distribution includes a database file which is constantly updated by the app, on a fresh install I want the installer to copy a new, empty db file onto the users system, but on an upgrade I want the installer to leave the existing copy in place (overwriting it would result in all the users data getting lost).</p>
<p>Currently I have included the file in the 'conffiles' file, so the installer always asks the user whether to overwrite the existing file or not, but this isn't the behaviour I want - overwriting the file is <em>never</em> the right thing to do and I'm concerned that a user may pick the wrong option during an upgrade and hose their data. </p>
<p>Is there any way to tell the installer that if the db file already exists just leave it alone and don't ask the user what to do?</p>
http://stackoverflow.com/questions/1539568/why-does-cpan-pm-fail-to-upgrade3Why does CPAN.pm fail to upgrade?meder2009-10-08T18:13:31Z2009-11-15T21:51:30Z
<blockquote>
<p>Clarification: I'm pretty much a
Perl/CPAN noob, don't assume I know
too much.</p>
</blockquote>
<p>I have a pretty vanilla <code>CPAN</code> because I just rebuild my entire Lenny 5.0.2 VPS - so I pretty much have the default modules installed.</p>
<p>My eventual goal is to setup <code>foswiki</code> on my Apache 2.x based server.</p>
<p>So far I'm reading this guide and it says the first thing you should do is upgrade CPAN to the latest version. So I did (as <code>su</code>):</p>
<pre>
# perl -MCPAN -e '$ENV{FTP_PASSIVE} = 1; install CPAN'
</pre>
<p>Now, it's installing/updating a bunch of stuff, here's an excerpt:</p>
<pre>
CPAN-1.9402/t/CPAN/authors/id/A/AN/ANDK/CPAN-Test-Dummy-Perl5-Make-Expect-1.00.tar.gz
CPAN-1.9402/t/CPAN/authors/id/A/AN/ANDK/CPAN-Test-Dummy-Perl5-Make-UnsatPrereq-1.00.tar.gz
CPAN-1.9402/t/CPAN/authors/id/A/AN/ANDK/CHECKSUMS
CPAN-1.9402/t/CPAN/authors/id/A/AN/ANDK/cpantestdummies/
CPAN-1.9402/t/CPAN/authors/id/A/AN/ANDK/cpantestdummies/CPAN-Test-Dummy-Perl5-Make-Features-1.05.tgz
CPAN-1.9402/t/CPAN/authors/id/A/AN/ANDK/cpantestdummies/CHECKSUMS
CPAN-1.9402/t/CPAN/authors/id/A/AN/ANDK/CPAN-Test-Dummy-Perl5-Make-Zip-1.03.zip
CPAN-1.9402/t/CPAN/authors/id/A/AN/ANDK/CHECKSUMS.2nd
CPAN-1.9402/t/CPAN/authors/id/A/AN/ANDK/CPAN-Test-Dummy-Perl5-Make-1.05.tar.gz
CPAN-1.9402/t/CPAN/authors/id/A/AN/ANDK/CPAN-Test-Dummy-Perl5-Make-Failearly-1.02.tar.gz
CPAN-1.9402/t/CPAN/authors/id/A/AN/CHECKSUMS
CPAN-1.9402/t/CPAN/authors/id/A/CHECKSUMS
CPAN-1.9402/t/CPAN/authors/id/CHECKSUMS
CPAN-1.9402/t/CPAN/authors/01mailrc.txt
CPAN-1.9402/t/CPAN/CpanTestDummies-1.55.pm
CPAN-1.9402/t/CPAN/TestConfig.pm
CPAN-1.9402/t/51pod.t
CPAN-1.9402/t/02nox.t
CPAN-1.9402/t/50pod.t
CPAN-1.9402/t/10version.t
CPAN-1.9402/t/yaml_code.yml
CPAN-1.9402/t/04clean_load.t
CPAN-1.9402/README
CPAN: File::Temp loaded ok (v0.18)
CPAN.pm: Going to build A/AN/ANDK/CPAN-1.9402.tar.gz
Importing PAUSE public key into your GnuPG keychain... gpg: new configuration file `/root/.gnupg/gpg.conf' created
gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run
done!
(You may wish to trust it locally with 'gpg --lsign-key 450F89EC')
Checking if your kit is complete...
Looks good
Writing Makefile for CPAN
Could not read '/root/.cpan/build/CPAN-1.9402-fmK7xK/META.yml'. Falling back to other methods to determine prerequisites
ANDK/CPAN-1.9402.tar.gz
make -- NOT OK
Warning (usually harmless): 'YAML' not installed, will not store persistent state
Running make test
Can't test without successful make
Running make install
Make had returned bad status, install seems impossible
kat:~#
</pre>
<p>I've searched Google and came across one page that said you should whenever possible install the package from aptitude/apt-get/yum, so I found a package named <code>libyaml-perl</code>, marked it for download, that went through fine.</p>
<p>Then I re-tried my initial command that installs the latest version of CPAN and ...</p>
<pre>
CPAN-1.9402/t/50pod.t
CPAN-1.9402/t/10version.t
CPAN-1.9402/t/yaml_code.yml
CPAN-1.9402/t/04clean_load.t
CPAN-1.9402/README
CPAN: File::Temp loaded ok (v0.18)
CPAN: YAML loaded ok (v0.66)
CPAN.pm: Going to build A/AN/ANDK/CPAN-1.9402.tar.gz
Importing PAUSE public key into your GnuPG keychain... done!
(You may wish to trust it locally with 'gpg --lsign-key 450F89EC')
Checking if your kit is complete...
Looks good
Writing Makefile for CPAN
ANDK/CPAN-1.9402.tar.gz
make -- NOT OK
Running make test
Can't test without successful make
Running make install
Make had returned bad status, install seems impossible
</pre>
<p>No clue what I should do now. Is there a way I can reset everything? Maybe I need to kill the file it tried to process so it can try to re-process it or something along those lines? If anyone else has general CPAN tips in addition to figuring out what this is, I'd be grateful.</p>
<ul>
<li>Did I install the yaml package the right way? </li>
<li>Should I have done it from within CPAN?</li>
<li>What proper steps or modules should I get first?</li>
</ul>
<p>Eventually I'll need to install these for foswiki:</p>
<ul>
<li>CGI::Session - Needed for Foswiki's session feature which is really a must have</li>
<li>Error - Needed if you later want to develop plugins. It is also distributed with Foswiki but the author has experienced lots of trouble with the build script that builds plugins which sometimes cannot find this library. By adding it to the site Perl library you avoid this kind of trouble.</li>
<li>FreezeThaw - an indirectly needed module used by other modules.</li>
<li>GD - Used by the pluging that can produce graphics such as Foswiki:Plugins.ChartPlugin. It requires that lib gd is installed. If your choice of installation does not include you simply need to install the rpms gd and gd-devel. They are both on the CDs or DVD.</li>
<li>HTML::Tree - Needed by some popular plugins</li>
<li>Time-modules (Time::CTime, Time::DaysInMonth, Time::JulianDay, Time::ParseDate, Time::Timezone) also needed by some popular plugins. </li>
</ul>
http://stackoverflow.com/questions/1736381/whats-the-simplest-way-to-keep-track-of-where-my-program-is-installed0What's the simplest way to keep track of where my program is installed?Matthew2009-11-15T02:38:46Z2009-11-15T16:09:25Z
<p>While I'm working on it, I have my application's location hardcoded:</p>
<pre><code>public static string MYPROGRAM_PATH = "/path/to/my/workspace";
</code></pre>
<p>Obviously this won't work once I package and distribute my application. How do I keep track of where it is installed to?</p>
<p>I'm primarily concerned with linux packaging (specifically .deb's), but I'm planning on using this as an exercise to learn about Windows and Mac packaging as well, so all tips are welcome.</p>
http://stackoverflow.com/questions/1721046/in-debian-i-want-to-remove-a-directory-from-home0In Debian, I want to remove a directory from home [closed]Reji S nair2009-11-12T09:35:59Z2009-11-12T09:43:21Z
<p>In Debian, I want to remove a directory from my home directory. It is displaying a mesage directory not empty, i could not see any file inside the directory.(tried ls -l) How to remove the directory ?.<br>
i tried the command with Sudo option.</p>
http://stackoverflow.com/questions/909138/how-do-i-add-an-init-d-script-into-a-deb0How do I add an init.d script into a .debTony Meyer2009-05-26T06:13:57Z2009-11-11T12:00:04Z
<p>I have a <code>project.init</code> file in the debian directory (along with <code>rules</code>, <code>control</code>, etc), and I have <code>dh_installinit</code> in my <code>rules</code> file (in the <code>binary-arch</code> rule).</p>
<p>When <code>dpkg-buildpackage</code> completes, the init script has been copied to <code>debian/project/etc/init.d/project</code>, and the various pre/post scripts have been created.</p>
<p>However, when I actually install the .deb (with <code>dpkg -i</code>), the init.d script does not get installed, so I must be missing part of this process. The "<a href="http://www.debian.org/doc/maint-guide/" rel="nofollow">New Maintainer's Guide</a>" is pretty sparse on init.d details (it basically says not to use them, because they are too advanced).</p>
<p>The verbose output of the dh_installinit command is:</p>
<pre><code>dh_installinit
install -p -m755 debian/project.init debian/project/etc/init.d/project
echo "# Automatically added by dh_installinit">> debian/project.postinst.debhelper
sed "s/#SCRIPT#/project/;s/#INITPARMS#/defaults/;s/#ERROR_HANDLER#/exit \$?/" /usr/share/debhelper/autoscripts/postinst-init >> debian/project.postinst.debhelper
echo '# End automatically added section' >> debian/project.postinst.debhelper
echo "# Automatically added by dh_installinit">> debian/project.prerm.debhelper
sed "s/#SCRIPT#/project/;s/#INITPARMS#/defaults/;s/#ERROR_HANDLER#/exit \$?/" /usr/share/debhelper/autoscripts/prerm-init >> debian/project.prerm.debhelper
echo '# End automatically added section' >> debian/project.prerm.debhelper
echo "# Automatically added by dh_installinit">> debian/project.postrm.debhelper
sed "s/#SCRIPT#/project/;s/#INITPARMS#/defaults/;s/#ERROR_HANDLER#/exit \$?/" /usr/share/debhelper/autoscripts/postrm-init >> debian/project.postrm.debhelper
echo '# End automatically added section' >> debian/project.postrm.debhelper
</code></pre>
http://stackoverflow.com/questions/1712458/purpose-of-debian-sites-available-and-sites-enabled-dirs0Purpose of debian "sites-available" and "sites-enabled" dirs [closed]aaaidan2009-11-11T01:36:52Z2009-11-11T01:42:09Z
<p>I'm a noob, please be nice.</p>
<p>Can anyone tell me, in a nutshell, what the purpose of these two directories are in Debian?</p>
<p>/etc/apache2/sites-enabled
/etc/apache2/sites-available</p>
<p>I notice that diffing <code>sites-available/000-default</code> and <code>sites-enabled/default</code> shows they are identical...</p>
<p>What gives?</p>
http://stackoverflow.com/questions/1711200/python-2-6-on-debian-stable-where-should-the-executable-go0Python 2.6 on Debian stable. Where should the executable go?Christopher Mahan2009-11-10T21:08:13Z2009-11-10T21:53:56Z
<p>I am building python2.6 from source on Debian Stable. </p>
<p>( ./configure make make altinstall )</p>
<p>I don't want it to conflict with anything existing, but I want it to be in the default search path for bash. </p>
<p>Suggestions?</p>
<p>(ps, I'm using a vm, so I can trash it and rebuild.)</p>
http://stackoverflow.com/questions/1596629/low-cpu-usage-in-mysql0Low Cpu Usage in MySQL [closed]SebastianOrtiz2009-10-20T18:55:20Z2009-11-09T14:03:51Z
<p>I have one dedicated server on Amazon EC2, running mysql5 in a custom ami based on alestic debian lenny, in a small instance.</p>
<p>Small Instance (default)*
1.7 GB memory
1 EC2 Compute Unit (1 virtual core with 1 EC2 Compute Unit)
160 GB instance storage (150 GB plus 10 GB root partition)
32-bit platform
I/O Performance: Moderate</p>
<p>The problem is that CPU usage by MySQL never is more than 45%, with query that should use all aviable CPU, and makes queries slows.</p>
<p>One common query is a select where like "%word% for over 2kk rows.</p>
<p>The other process running on this machine is hyperic-hq-agent. Any idea to increment </p>
<p>my.cnf</p>
<pre><code>[client]
port = 3306
socket = /var/run/mysqld/mysqld.sock
[mysqld_safe]
socket = /var/run/mysqld/mysqld.sock
nice = 0
[mysqld]
user = mysql
pid-file = /var/run/mysqld/mysqld.pid
socket = /var/run/mysqld/mysqld.sock
port = 3306
basedir = /usr
datadir = /var/lib/mysql
tmpdir = /tmp
language = /usr/share/mysql/english
skip-external-locking
key_buffer = 16M
max_allowed_packet = 16M
thread_stack = 128K
thread_cache_size = 8
myisam-recover = BACKUP
query_cache_limit = 1M
query_cache_size = 128M
innodb_buffer_pool_size = 1024M
innodb_log_buffer_size = 4M
innodb_flush_log_at_trx_commit = 2
innodb_thread_concurrency = 0
innodb_flush_method = O_DIRECT
innodb_file_per_table = 1
transaction-isolation = READ-COMMITTED
[mysqldump]
quick
quote-names
max_allowed_packet = 16M
[isamchk]
key_buffer = 16M
</code></pre>
http://stackoverflow.com/questions/1693241/jar-file-of-java1Jar file of javaYatendra Goel2009-11-07T14:36:52Z2009-11-07T21:33:17Z
<p>I have created a java application and packed it into a jar file on a Windows platform. Now I wants to deploy that jar file on Debian Linux.</p>
<ol>
<li><p>Will the same jar file work for Debian Linux?</p></li>
<li><p>Is the command, used in windows for executing a jar file from the command prompt, same for Debain Linux?</p></li>
</ol>
<p>i.e.</p>
<pre><code>java -jvm "MyJar.jar"
</code></pre>
<p>Will the above command work for Debian Linux?</p>