Warning: session_start(): open(/tmp/sess_e4g2in9v4gldu4o788l4e463h0, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
nileshbansal's comments openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login

-
- nileshbansal's profile .- Fan of  .- CV  .- Friends  .- Content (1) .- Latest Comments (21) . 
.
Re: KDE-App?
Feb 28 2006  on content w32codec-all-2005

And if it is, its name must start with k :-)

.
Compile Error
Dec 19 2005  on content Simple System Monitor

Hi,
When I try to compile this nice application, after ./configure when I run make, I get an error (reported below in detail). I have automake-1.9 installed (SuSE 10.0). I also found an workaround to the problem; just go to the src/ directory and then use make and make install.

Feature Request:
1. Configurable rotation speed. Currently its too fast.
2. Modify the ssm.desktop and add an icon and write the application name there
3. Configure option to change the size of the squre. It seems too big to me.
---------
Error during make
---------
cd . && make -f admin/Makefile.common configure.in ;
make[1]: Entering directory `/home/nilesh/software/ssm'
*** Creating configure.files
make[1]: Leaving directory `/home/nilesh/software/ssm'
cd . && /bin/sh /home/nilesh/software/ssm/admin/missing --run aclocal-1.7
/home/nilesh/software/ssm/admin/missing: line 46: aclocal-1.7: command not found
WARNING: `aclocal-1.7' is missing on your system. You should only need it if
you modified `acinclude.m4' or `configure.in'. You might want
to install the `Automake' and `Perl' packages. Grab them from
any GNU archive site.
cd . && \
/bin/sh /home/nilesh/software/ssm/admin/missing --run automake-1.7 --gnu Makefile
/home/nilesh/software/ssm/admin/missing: line 46: automake-1.7: command not found
WARNING: `automake-1.7' is missing on your system. You should only need it if
you modified `Makefile.am', `acinclude.m4' or `configure.in'.
You might want to install the `Automake' and `Perl' packages.
Grab them from any GNU archive site.
cd . && perl admin/am_edit Makefile.in
cd . && rm -f configure
cd . && make -f admin/Makefile.common configure
make[1]: Entering directory `/home/nilesh/software/ssm'
configure.in:43: error: possibly undefined macro: AM_INIT_AUTOMAKE
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.in:48: error: possibly undefined macro: AM_CONFIG_HEADER
configure.in:51: error: possibly undefined macro: AC_CHECK_COMPILERS
configure.in:52: error: possibly undefined macro: AC_ENABLE_SHARED
configure.in:53: error: possibly undefined macro: AC_ENABLE_STATIC
configure.in:58: error: possibly undefined macro: AM_KDE_WITH_NLS
configure.in:61: error: possibly undefined macro: AC_PATH_KDE
configure.in:70: error: possibly undefined macro: AC_CHECK_KDEMAXPATHLEN
make[1]: *** [configure] Error 1
make[1]: Leaving directory `/home/nilesh/software/ssm'
make: *** [configure] Error 2
-----

.
.
New Release
Dec 19 2005  on content FTP Monitor (KDE 3)

A new release for FTP Monitor is ready. I have fixed the bug that FTP Monitor will not update if ftp daemon in use was something other than pure-ftpd. I am just making sure that there are no more bugs this time when 0.80 is released.

Check the new release at
http://www.cs.toronto.edu/~nilesh/linux/ftpmonitor/ftpmonitor-0.75.tar.gz

.
Re: Re: Re: reply
Mar 28 2005  on content FTP Monitor (KDE 3)

Oh. I dont know a lot about mdk (I use SuSE). Anyways, default prefix is /usr/local/ so I guess you will need to do
./configure --prefix=/usr/local/kde/

.
Re: sftp?
Mar 28 2005  on content FTP Monitor (KDE 3)

Adding support for sftp is not easy (or may be not possible). All ftp-servers have a 'who' command (like pure-ftpwho, ncftpd_spy, ftpwho etc..), which can be used to find out who all are connected to server and what are they doing. My applet, ftpmonitor is just a graphical frontend to these 'who' commands. But no such monitoring tool exists for sftp servers. And hence extending FTP monitor for sftp will not be possible.

Thanks,
Nilesh Bansal.

.
Re: reply
Mar 28 2005  on content FTP Monitor (KDE 3)

I guess, for mdk you need to compile with prefix=/opt/kde3/

./configure --prefix=/opt/kde3/
make
make install

.
Re: how to install?
Nov 19 2004  on content FTP Monitor (KDE 3)

Yes, you need to install Qt-devel packages. All distros supply them, just use package manager (yast for suse, drakconf for mandrake .. ) and install qt-devel ackages.

.
Re: Re: Re: Re: Re: Re: hi
Jul 4 2004  on content FTP Monitor (KDE 3)

Yes, from output of ps -fe its clear that vsftpd is not supplying info about bandwidth, and hence ftp monitor can not show it.

vsftpd unlike other ftp daemons also don't provide any tool to monitor, so i dont think anything more can be done. (If anybody knows about some other way of doing it, comments are welcome).

May be you can use pure-ftpd for the time being, if you want ftpmonitor to display speed also.

.
Re: Re: Re: Re: Re: hi
Jul 4 2004  on content FTP Monitor (KDE 3)

Can you just do a ps -fe | grep ftp and check if that displays speed etc. If that does, then its a bug in ftpmonitor. If ps -fe also does not display it, then ftpmonitor also can not as it uses ps -fe for displaying.
may be you can post some screenshot.

.


Do you miss your friend here on the website?
Send an invitation email


Search people
Current visitors
New users
Birthdays
Most active users
Back



-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team