CGI scripts and Busybox

2008-06-13 Thread ccostin
Hello What is the minimal configuration for httpd.conf required by busybox httpd to run simple CGI scripts ? For this are necessary any special environment exported variables ? When I try to load simple bourne shell scripts, Iceweasel ask me to save them on disk. Command line for busybox is bus

Maxime a window from CLI.

2007-10-15 Thread ccostin
There is a possibility to maximize or minimize a window from CLI, (command which will tell to GNOME or KDE to maximize/minimize a given window similar to Ctrl+F10/F5). Or to tell to a window manager the width and the height, to resize the window, and move it into a given (X,Y) position. I am int

Disk access.

2007-10-04 Thread ccostin
Hello How I can find what processes access harddisk frequently, periodically from ~20sec to ~20sec ? Hdd led still blinking repeatedly even if all syslog daemons or other process that could can generate logs periodically seem to be stop. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a s

PPPoE protection

2007-05-27 Thread ccostin
Hello What are the best combination of values for lcp-echo-interval, lcp-echo-failure, lcp-restart, lcp-max-terminate or other parameters, to protect a PPPoE link against ARP requests floods or UDP floods (generated by M$ SQL worms) wich cause PPPoE interface (ppp0) or pppd daemon to crash frequ

Re: Architecural modelling software

2007-04-26 Thread ccostin
For solid modelling maybe this link help you http://www.opencascade.org/occ/areas/ LGPL like licence , Debian suported. For math modelling http://www.opencfd.co.uk/openfoam/ http://en.opensuse.org/Wishlist_Science -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe"

FAI kernel

2007-04-19 Thread ccostin
FAI require for client hosts a modified kernel or work with a standard one ? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Administration (+apt-get dist-upgrade) of 100s of machines

2007-04-19 Thread ccostin
FAI works with standard debian kernels or require a special patched one ? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: hw accel inside chroot

2007-04-17 Thread ccostin
On 4/17/07, ccostin <[EMAIL PROTECTED]> wrote: Hello X applications which use OpenGL, running from a chrooted environment intalled on same physical machine with X server, can use hardware acceleration, if other applications, running outside chrooted environment can? Solved partial

hw accel inside chroot

2007-04-17 Thread ccostin
Hello X applications which use OpenGL, running from a chrooted environment intalled on same physical machine with X server, can use hardware acceleration, if other applications, running outside chrooted environment can? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscr

Re: Package database

2007-03-22 Thread ccostin
On 3/22/07, ccostin <[EMAIL PROTECTED]> wrote: On 3/22/07, Michael Pobega <[EMAIL PROTECTED]> wrote: > On Thu, Mar 22, 2007 at 11:22:31AM +0200, ccostin wrote: > > Apt/dpkg/other tools can recover a corrupted package > > database,rebuilding a new and correct ver

Re: Package database

2007-03-22 Thread ccostin
On 3/22/07, Michael Pobega <[EMAIL PROTECTED]> wrote: On Thu, Mar 22, 2007 at 11:22:31AM +0200, ccostin wrote: > Apt/dpkg/other tools can recover a corrupted package > database,rebuilding a new and correct version, without manually edit > of /var/lib/dpkg/status(old), /var/lib

Package database

2007-03-22 Thread ccostin
Apt/dpkg/other tools can recover a corrupted package database,rebuilding a new and correct version, without manually edit of /var/lib/dpkg/status(old), /var/lib/dpkg/available(old) files ? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PR

Re: Script stopper

2007-03-16 Thread ccostin
On 3/16/07, Roberto C. Sanchez <[EMAIL PROTECTED]> wrote: On Fri, Mar 16, 2007 at 05:44:43PM +0200, ccostin wrote: > What plugin/addon can stop a JavaScript scripts or animated GIFs from > running (not blocking from the beginning) and then rerun whenever I > want, with only two

Script stopper

2007-03-16 Thread ccostin
What plugin/addon can stop a JavaScript scripts or animated GIFs from running (not blocking from the beginning) and then rerun whenever I want, with only two main functions STOP/START scripts and animated GIFs ? Is there any other solution than a debugger ? -- To UNSUBSCRIBE, email to [EMAIL P

document management

2007-02-20 Thread ccostin
What is most recommanded document management system for Debian/Linux that keep tracking of accessed/marked web pages or downloaded documents (pdf,ps, archives), can groupe (links) by categories, time etc, allow quick search (local search/archiver engine) ? -- To UNSUBSCRIBE, email to [EMAIL P

preprocessor/linker c++ error

2007-02-19 Thread ccostin
What's wrong with the followind C++ code ? $ cat file1.cc #include "file.hh" void f1(int x,int y, int z) { a=x; b=y; c=z; } $ cat file2.cc #include "file.hh" void f2(int x,int y, int z) { a=x; b=y; c=z; } $ cat file.hh #ifndef _FIS_H_ #define _FIS_H_ in

Re: Xorg restrictions

2007-02-10 Thread ccostin
On 2/10/07, ccostin <[EMAIL PROTECTED]> wrote: On 2/10/07, Roberto C. Sanchez <[EMAIL PROTECTED]> wrote: > On Sat, Feb 10, 2007 at 01:13:59AM +0200, ccostin wrote: > > On 2/9/07, Roberto C. Sanchez <[EMAIL PROTECTED]> wrote: > > > > > >Allocating t

Re: Xorg restrictions

2007-02-09 Thread ccostin
On 2/10/07, Roberto C. Sanchez <[EMAIL PROTECTED]> wrote: On Sat, Feb 10, 2007 at 01:13:59AM +0200, ccostin wrote: > On 2/9/07, Roberto C. Sanchez <[EMAIL PROTECTED]> wrote: > > > >Allocating too much memory to the X server will not crash the entire OS. > > >

Re: Xorg restrictions

2007-02-09 Thread ccostin
On 2/9/07, Roberto C. Sanchez <[EMAIL PROTECTED]> wrote: On Fri, Feb 09, 2007 at 08:26:33PM +0200, ccostin wrote: > Is there a way to limit Xorg resources allocated to an application, > ex.: not to open too many windows or to limit the use of (Xorg), eg. > memory allocated b

Xorg restrictions

2007-02-09 Thread ccostin
Is there a way to limit Xorg resources allocated to an application, ex.: not to open too many windows or to limit the use of (Xorg), eg. memory allocated by X server (for that application), which could crash entier OS ? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscr

Shared memory error

2007-01-08 Thread ccostin
What's wrong with SHM which has 0x key, shmid 20217856 ? Why can't be removed ? #ipcs -m -- Shared Memory Segments keyshmid owner perms bytes nattch status 0x 20217856 user1 66616 3 dest 0x 32769

truncated output

2007-01-08 Thread ccostin
Hello dpkg --list linux-image-2.6.16-2-xen* command show Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Name Version

Re: missing free space

2006-12-30 Thread ccostin
On 12/31/06, Roberto C. Sanchez <[EMAIL PROTECTED]> wrote: On Sun, Dec 31, 2006 at 01:13:30AM +0200, ccostin wrote: > On a partition mounted as /tmp on /dev/hda2 df report > > df -h | grep -E "Size|hda2" > FilesystemSize Used Avail Use% Mounted on > /

missing free space

2006-12-30 Thread ccostin
On a partition mounted as /tmp on /dev/hda2 df report df -h | grep -E "Size|hda2" FilesystemSize Used Avail Use% Mounted on /dev/hda2 479M 454M 0 100% /tmp and total space used by /tmp directory is du -sh /tmp/ 1.4M/tmp/ Why this differences between used space

Re: Perl Programming within Debian

2006-12-30 Thread ccostin
Now, my personal views: Perl is the Visual Basic of the open source world. It's possible to write good Perl code, but the structure and facilities of the language encourage bad habits and unreadable code. If you want to learn an open source scripting language, learn Ruby or Python. I prefer Ruby,

uninplemented/unsuported functions ?

2006-12-30 Thread ccostin
Hello What happen with some functions from php-gd extension : * imageconvolution * imagefilter * imageantialias not appearing in output of php --re gd and calling them from a php code, an error "Call to undefined function imageconvolution()" occur. Packages/version php5-gd

Re: xen memory

2006-11-19 Thread ccostin
On 11/19/06, Roberto C. Sanchez <[EMAIL PROTECTED]> wrote: On Sun, Nov 19, 2006 at 04:34:44PM +0200, ccostin wrote: > > > And what are correct (at least in theory) minimal or recommended > values (xyz1,xyz2,xyz3) to be passed as parameters for: It depends on what you plan

Re: xen memory

2006-11-19 Thread ccostin
On 11/19/06, Roberto C. Sanchez <[EMAIL PROTECTED]> wrote: On Sun, Nov 19, 2006 at 02:53:30PM +0200, ccostin wrote: > Hello > > How xen alocate memory to dom0 and other xen virtual machines ? > The configuration for dom0 and for each domU specifies exactly how much memory

xen memory

2006-11-19 Thread ccostin
Hello How xen alocate memory to dom0 and other xen virtual machines ? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

32<->64

2006-11-16 Thread ccostin
32 bit x86 packages can installed on 64 bit system (amd64) ? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Etch kernel

2006-11-12 Thread ccostin
On 11/12/06, Dave Ewart <[EMAIL PROTECTED]> wrote: On Sunday, 12.11.2006 at 23:32 +0530, Amit Joshi wrote: > For example, the Sarge CDs provide the 2.6.8 (tagged as unstable) > kernel. I didn't think the Sarge 2.6 kernel was technically 'unstable' - the installer gave two options: 2.4 or 2.6; a

Re: xen <-> hotplug

2006-11-12 Thread ccostin
Apparently, nothing at all. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

xen <-> hotplug

2006-11-12 Thread ccostin
To startup his own hotplug scripts corectly, xend require hotplug deb package or work fine with (hotplug replacement) udev ? apt-cache show udev [...] Architecture: i386 Version: 0.100-2.2 [...] Conflicts: hotplug, initscripts (<< 2.85-16)[...] -- To UNSUBSCRIBE, email to [EMAIL PRO

Etch kernel

2006-11-12 Thread ccostin
What version of kernel will have Debian Etch ? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Xen doesn't start

2006-11-11 Thread ccostin
Any ideea ? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Xen doesn't start

2006-11-10 Thread ccostin
Hi When I try to start xend, I get the following error in /var/log/xen/xend-debug.log: Link veth0 is missing. This may be because you have reached the limit of the number of interfaces that the loopback driver supports. If the loopback driver is a module, you may raise this limit by passing it

Re: Petition about the Firefox trademark problem

2006-10-15 Thread ccostin
On 10/15/06, Kevin Mark <[EMAIL PROTECTED]> wrote: On Sun, Oct 15, 2006 at 09:43:44AM +0300, ccostin wrote: > Seamonkey fulfill conditions requested by DFSG ? My guess is that it fails the same way that firefox and thunderbird do: it must have code authorized by mozilla along with th

Re: Petition about the Firefox trademark problem

2006-10-14 Thread ccostin
Seamonkey fulfill conditions requested by DFSG ? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Troubles with Removing/Installing packages

2006-02-12 Thread ccostin
Is there any possibility to install a .deb package (in Debian SID) using apt-get without removing other packages (he following packages will be REMOVED ...) like in the example below ? Or, avoiding installing unwanted packages, that don't have nothing to do with with desired package (linke in