Theme's (gnome) terribly wrong

2004-10-24 Thread B-Fly
I recently installed a clean gnome (unstable) on my knoppix 3.6 
hdinstall,and the result is just terrible. I selected the gnome simple 
theme, but  somehow this does not change the dropdown lists, menu, etc. 
See also the screenshot at: https://b-fly.homeip.net/images/Screenshot.png

It looks like the gnome windows are a mixture of the gnome simple theme 
and the kde theme.

When running KDE, all gnome programs look how they are supposed to look.
Removing all files in ~/. does not help, neither does changing the gnome 
 or kde theme.

Anybody an idea what's wrong?
Ronald
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Apache2 problem with Include statements in apache2.conf

2004-08-21 Thread B-Fly
Hello,
Since yesterday I restarted apache2 and since then it didn't start anymore:
   iserver:/etc/apache2# /etc/init.d/apache2 start
   Starting web server: Apache2apache2: could not open document config
   file /etc/apache2/conf.d/\x88A\x0f\b\x90`\v\b\x01
I am currently running testing, but I got the same error when 
reinstalling apache2 from unstable (this error actually prevents apache2 
from installing).

I found some pages on the internet complaining about the error "could 
not open document config file", but none were very helpful. Am I the 
only one experiencing this problem? It seems to be related to "Include" 
statements in apache2.conf. As far as I know apache2 did not update in 
the last week or so I doubt whether the error is related to apache2 at 
all. Anybody any ideas?

Ronald
<<>>
I have to change a few "Includes" statements in 
/etc/apache2/apache2.conf (relevant part only):

   # Include generic snippets of statements
   ###Include /etc/apache2/conf.d
   Include /etc/apache2/conf.d/*
   # Include the virtual host configurations:
   ###Include /etc/apache2/sites-enabled
   Include /etc/apache2/sites-enabled/*
Both directories (/etc/apache2/conf.d/ and /etc/apache2/sites-enabled/) 
exist, are empty, and the permissions seem OK.

   <>drwxr-xr-x8 root root  4096 2004-08-21 18:11 ./
   <>drwxr-xr-x  147 root root  8192 2004-08-21 18:33 ../
   <>-rw-r--r--1 root root 12423 2004-08-21 19:56 apache2.conf
   <>drwxr-xr-x2 root root  4096 2004-08-21 19:33 conf.d/
   <>-rw-r--r--1 root root 0 2004-08-21 18:09 httpd.conf
   <>drwxr-xr-x2 root root  4096 2004-08-21 18:09 mods-available/
   <>drwxr-xr-x2 root root  4096 2004-04-04 16:47 mods-enabled/
   <>-rw-r--r--1 root root10 2004-08-21 18:09 ports.conf
   <>drwxr-xr-x2 root root  4096 2004-08-21 18:09 sites-available/
   <>drwxr-xr-x2 root root  4096 2004-04-04 16:47 sites-enabled/
   <>drwxr-xr-x2 root root  4096 2004-04-04 16:47 ssl/
   <>
   <>./conf.d:
   <>total 8
   <>drwxr-xr-x  2 root root 4096 2004-08-21 19:33 ./
   <>drwxr-xr-x  8 root root 4096 2004-08-21 18:11 ../
   <>
   <><>./sites-enabled:
   <>total 8
   <>drwxr-xr-x  2 root root 4096 2004-04-04 16:47 ./
   <>drwxr-xr-x  8 root root 4096 2004-08-21 18:11 ../
   <>
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Problem with apache installation..!

2004-08-24 Thread B-Fly
Based on the version number of apache2 I expect you are using testing?
I had the same problem a few days ago when installing apache2. I did get 
it installed in the end. I do not know exactly anymore what I did to get 
it to install. I believe that I manually unpacked apache2-common with 
dpkg to get the needed configuration files. After this it still didn't 
work. I had to edit apache2.conf (see posting of me a few days ago) to 
correct some Include statements. But perhaps it is already corrected by 
now, because I believe apache2 was updated today (in testing at least).

Ronald
Nayyar Ahmed wrote:
Hello All,
when i am tring to install apache i give me errors of dependency...!
the following are the screan output when i try to install, first when
i query dpkg, it gives.
debian:/home/neenix# dpkg -l | grep apache
ii  apache 1.3.31-3   Versatile, high-performance HTTP server
ii  apache-common  1.3.31-3   Support files for all Apache webservers
ii  apache-utils   1.3.31-3   Utility programs for webservers
pF  apache2-common 2.0.49-1   Next generation, scalable, extendable web se
pU  apache2-mpm-pr 2.0.49-1   Traditional model for Apache2
ii  libapache2-mod 4.3.4-4A server-side, HTML-embedded scripting langu
but when i want to install apache through apt-get
debian:/home/neenix# apt-get install  apache
Reading Package Lists... Done
Building Dependency Tree... Done
apache is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 65 not upgraded.
2 not fully installed or removed.
Need to get 0B of archives.
After unpacking 0B of additional disk space will be used.
Setting up apache2-common (2.0.49-1) ...
/var/lib/dpkg/info/apache2-common.postinst: line 18:
/etc/apache2/ports.conf: No such file or directory
dpkg: error processing apache2-common (--configure):
 subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of apache2-mpm-prefork:
 apache2-mpm-prefork depends on apache2-common (= 2.0.49-1); however:
  Package apache2-common is not configured yet.
dpkg: error processing apache2-mpm-prefork (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 apache2-common
 apache2-mpm-prefork
E: Sub-process /usr/bin/dpkg returned an error code (1)

i cant understant it bcoz when i try to install apache2-common or
apache2-mpm-prefork it give me again error , i.e

debian:/home/neenix# apt-get install apache2-common apache2-mpm-prefork
Reading Package Lists... Done
Building Dependency Tree... Done
apache2-common is already the newest version.
apache2-mpm-prefork is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 65 not upgraded.
2 not fully installed or removed.
Need to get 0B of archives.
After unpacking 0B of additional disk space will be used.
Setting up apache2-common (2.0.49-1) ...
/var/lib/dpkg/info/apache2-common.postinst: line 18:
/etc/apache2/ports.conf: No such file or directory
dpkg: error processing apache2-common (--configure):
 subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of apache2-mpm-prefork:
 apache2-mpm-prefork depends on apache2-common (= 2.0.49-1); however:
  Package apache2-common is not configured yet.
dpkg: error processing apache2-mpm-prefork (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 apache2-common
 apache2-mpm-prefork
E: Sub-process /usr/bin/dpkg returned an error code (1)

if some body could solve this problem, thanks


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: digital pictures: reordering and renaming (in a different way)

2006-12-29 Thread B-Fly
H.S. wrote:
> 
> Hello,
> 
> I have a few hundred digital pictures scanned from negatives. Now when
> the negatives were scanned, the ordering was kind of lost. So now I have
> these sequential digital image files but their content is out of order.
> 
> I am looking for an application that will do the following:
> 1. Out of all the image files in a folder in konqueror (or in nautilus),
> it allows me to 'move' the images, in the folder view, to different
> places in the window. Basically, I am reording some of the files by
> moving them with the mouse.
> 2. Then, it allows me to select some files and let me rename all of
> those selected files sequentially in the order that they appear in the
> folder view. Something like a batch mode.
> 
> Basically, the above method will allow me to 'move' the image files in
> the folder view to their new 'place' in the order I have in mind. Once
> that is done, then a batch command allows me to rename the selected
> files sequentially. The second step is easily done with digikam. But
> what about the first one?
> 
> Hope I have explained this clearly enough. Suggestions? Advice? If push
> comes to shove, I can always sit on a weekend and manually renumber the
> images.
> 
> thanks,
> ->HS
> 
> 
> 
Google's Picasa 2 allows you to reorder photos with drag-and-drop and
batch renaming using the new ordering of the photos as basis for the
filename. Unfortunately it is based on wine, but they are nice enough to
supply a nice deb package.

Ronald


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: mysql server stopped and i cannot restart

2009-03-22 Thread B-Fly
Any luck in resolving this issue? I just rebooted by computer, and guess
what... mysql refuses to start now.

Mar 22 16:54:05 warthog mysqld_safe[2740]: started
Mar 22 16:54:05 warthog mysqld[2744]: 090322 16:54:05 [Warning] option
'net_buffer_length': unsigned value 8388608 adjusted to 1048576
Mar 22 16:54:05 warthog mysqld[2744]: ^G/usr/sbin/mysqld: File
'/var/log/mysql/mysql-slow.log' not found (Errcode: 13)
Mar 22 16:54:05 warthog mysqld[2744]: 090322 16:54:05 [ERROR] Could not
use /var/log/mysql/mysql-slow.log for logging (error 13). Turning
logging off for the whole duration of the MySQL server process. To turn
it on again: fix the cause, shutdown the MySQL server and restart it.
Mar 22 16:54:05 warthog mysqld[2744]: ^G/usr/sbin/mysqld: File
'/var/log/mysql/mysql-bin.index' not found (Errcode: 13)
Mar 22 16:54:05 warthog mysqld[2744]: 090322 16:54:05 [ERROR] Aborting
Mar 22 16:54:05 warthog mysqld[2744]:
Mar 22 16:54:05 warthog mysqld[2744]: 090322 16:54:05 [Note]
/usr/sbin/mysqld: Shutdown complete
Mar 22 16:54:05 warthog mysqld[2744]:
Mar 22 16:54:05 warthog mysqld_safe[2746]: ended
Mar 22 16:54:19 warthog /etc/init.d/mysql[2896]: 0 processes alive and
'/usr/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf ping' resulted in
Mar 22 16:54:19 warthog /etc/init.d/mysql[2896]: ^G/usr/bin/mysqladmin:
connect to server at 'localhost' failed
Mar 22 16:54:19 warthog /etc/init.d/mysql[2896]: error: 'Can't connect
to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)'
Mar 22 16:54:19 warthog /etc/init.d/mysql[2896]: Check that mysqld is
running and that the socket: '/var/run/mysqld/mysqld.sock' exists!
Mar 22 16:54:19 warthog /etc/init.d/mysql[2896]:

It does complain about logfiles not being there, but they are, and
readible by mysql user.

I am starting to get a bit puzzled. Any helps?

Ronald


harland christofferson wrote:
> I am running  2.6.18-5-amd64
> 
> For some reason, the mysql server stopped and I cannot restart it. I
> have not upgraded and the machine was running nominally otherwise for
> 120+ days.
> 
> $cat /var/log/messages | grep mysql
> 
> Mar 21 12:04:57 localhost mysqld_safe[7775]: started
> Mar 21 12:04:57 localhost mysqld[7778]: ^G/usr/sbin/mysqld: File
> '/var/log/mysql/mysql-bin.index' not found (Errcode: 13)
> Mar 21 12:04:57 localhost mysqld[7778]: 090321 12:04:57 [ERROR] Aborting
> Mar 21 12:04:57 localhost mysqld[7778]:
> Mar 21 12:04:57 localhost mysqld[7778]: 090321 12:04:57 [Note]
> /usr/sbin/ mysqld: Shutdown complete
> Mar 21 12:04:57 localhost mysqld[7778]:
> Mar 21 12:04:57 localhost mysqld_safe[7780]: ended
> Mar 21 12:05:12 localhost /etc/init.d/mysql[7915]: 0 processes alive and
> '/usr/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf ping' resulted in
> Mar 21 12:05:12 localhost /etc/init.d/mysql[7915]:
> ^G/usr/bin/mysqladmin: connect to server at 'localhost' failed
> Mar 21 12:05:12 localhost /etc/init.d/mysql[7915]: error: 'Can't connect
> to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)'
> Mar 21 12:05:12 localhost /etc/init.d/mysql[7915]: Check that mysqld is
> running and that the socket: '/var/run/mysqld/mysqld.sock' exists!
> Mar 21 12:05:12 localhost /etc/init.d/mysql[7915]:
> 
> 
> I created a /var/log/mysql/mysql-bin.index file and gave ownership
> mysql:mysql. I have no idea if this previously existed or not, or, what
> information should be in this file.
> 
> Does anyone have sugg estions? I've been reading all morning but haven't
> found anything helpful yet.
> 
> Harland
> 
> 
> 
> 
> 
> 


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: mysql server stopped and i cannot restart

2009-03-22 Thread B-Fly
B-Fly wrote:
> Any luck in resolving this issue? I just rebooted by computer, and guess
> what... mysql refuses to start now.
> 
[...]
> 
> It does complain about logfiles not being there, but they are, and
> readible by mysql user.
> 
> I am starting to get a bit puzzled. Any helps?
> 
> Ronald

Replying to myself...

Apparently my MySQL problem is just a consequence of another problem. It
seems I am not able to use any non-root users. Since MySQL uses the
mysql user, that is probably the cause.

r...@warthog:/# su user1
Cannot execute /bin/bash: Permission denied

r...@warthog:/# ls /bin/bash -alF
-rwxr-xr-x 1 root root 725100 2009-03-01 10:31 /bin/bash*

So probably there is some authentification issue somewhere. Keep on looking.

Ronald


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Evolution Contacts crashing or how to remove Evo configuration

2005-12-19 Thread B-Fly
The Contact part of Evolution is giving me some problems. Since I removed
all contacts from my addressbook, Evolution crashes when I try to add or
import a new contact.

Any idea how to fix this?

One way to fix it, is of course to reinstall/reconfigure Evolution. This
is however not as easy as I thought. I purged Evolution and the
evolution-data-server and removed the ~/.evolution directory. But when I
reinstall Evolution, it still knows my configuration. Where are the user
configuration files of Evolution stored?

I am using Debian Unstable.

Greetz, Ronald


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Copying directory containing internal hard links to other partition

2005-07-17 Thread B-Fly
I want to move a directory containing my backups (created by
faubackup) to another directory on a different partition. The 
problem is that the backup directory contains a lot of hard 
links (to files inside the same backup directory). 

Simply copying the directory with 'cp -R' replaces the hard 
linked files with duplicates of the file. 'tar -cf' does also
seem to increase the size of the directory.

Any idea's how to move the directory and remain the hard links?

Additional info: source partition is reiserfs3, destination is
ext3. Destination directory already contains files.

Thanks,

Ronald




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]