Re: [opensuse] Firefox beta 3 and jre 6u3 working on 64-bit system

2007-12-18 Thread Stephan Hegel
Bob,

Bob S wrote:
 Now, I attempt to install the plugin but I am offered different varieties
 of 1.5.0 and 1.6.0 in i586 or x86_64. Don't know which I need.
You need the 32Bit-Firefox, even on a x86_64 system 'cause there is no
64Bit-Version of the Java browser plugin available from Sun.
And you need to install the 32Bit-Version of Sun's JRE or Java-SDK.

After installing there should be a link to libjavaplugin_oji.so in
/usr/lib/firefox/plugins. If not, create it:
   cd /usr/lib/firefox/plugins
   ln -s path_to_java/jre/plugin/i386/ns7/libjavaplugin_oji.so .

Restart your browser and type in about:plugins. If everything
went o.k., you should see the Java plugin there.

Regards,
  Stephan.
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] religion of info (was: Bash script problem regarding with some math)

2007-12-13 Thread Stephan Hegel
Hi,

Carlos E. R. wrote:
 Forget 'info', use 'pinfo'. It is intuitive, uses colors, displays
 either man or info pages, depending on what it finds really nice.
I've tried it. Surely better to operate than info, especially it
has vi key bindings for basic operations. But how to search for
keywords within all pages ? E.g. for precision in pinfo bc.
With / it seems it searches only in the currently displayed page.

Regards,
   Stephan.
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] ffmpeg-devel

2007-12-08 Thread Stephan Hegel
Erik Jakobsen wrote:
 Hi.
 
 For openSUSE 10.3 I cannot find ffmpeg-devel.
 
 Where is hided :-) ?
I think there is one in the Videolan repository.

Rgds,
  Stephan.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Cinelerra freezes on clean Opensuse 10.3 install

2007-12-07 Thread Stephan Hegel
Bruce A. Dixon wrote:
 The proprietary Nvidia drivers?  Hm.  Not sure where I would find
 those.  Where might they be?
If installed:
[]: rpm -qa | grep -i nvidia
should give something like
   x11-video-nvidiaG01-100.14.19-4
   nvidia-gfxG01-kmp-default-100.14.19_2.6.22.5_30-1.1

If activated check the Device section in
/etc/X11/xorg.conf:
   Driver nvidia

 File systems?  ext3, I think is the file system.
[]: cat /etc/fstab

Rgds,
  Stephan.
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] BlueFish - Was it worked on during the Package Days

2007-12-04 Thread Stephan Hegel
Ben Kevan wrote:
 With the merger of the packman and guru repositories we lost the application 
 Bluefish as an RPM. 
I've got mine from the openSUSE-Education repository:
   http://download.opensuse.org/repositories/Education:/desktop/openSUSE_10.3

Rgds,
   Stephan.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] BlueFish - Was it worked on during the Package Days

2007-12-04 Thread Stephan Hegel
Philippe Landau wrote:
 Stephan Hegel wrote:
 Ben Kevan wrote:
 With the merger of the packman and guru repositories we lost the 
 application 
 Bluefish as an RPM. 
 I've got mine from the openSUSE-Education repository:
http://download.opensuse.org/repositories/Education:/desktop/openSUSE_10.3
 Which file there do i need to add that repository too ?
 I clicked on education-desktop.ymp.ymp but that wanted to install
 sabayon etc without saying what that is, and did not mention bluefish.
 I could unselect all proposed apps like italc, is that the way to go ?
I use only Software Management in Yast2 since I can select
the packages I want and it is doing the dependency checking.

Therefore I added the repository in yast2:
   yast2-Software-Software repositories
Hit the Add button:
Protocol: http
Server: download.opensuse.org
Directory: /repositories/Education:/desktop/openSUSE_10.3/

Rgds,
  Stephan.
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] can't get windows font added

2007-12-04 Thread Stephan Hegel
Hans Linux wrote:
 how do i get windows fonts added to my opensuse 10.3?
 this is what i did. open the windows partition (dual boot), copy from
 c:\windows\fonts and ut it on Fonts:/// using Nautilus. But doesnt work.
 Please help.
If Fonts:/// is a system wide font directory run (as root)
 /sbin/SuSEconfig -module fonts

If it is somewhere in your $HOME/.fonts, so I'm Sorry. I don't
use Gnome. But there is certainly a configuration tool to add
user specific fonts in Gnome. Similar to the Font-Installer in
KDE Control Center.

Rgds,
   Stephan
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Starting apps automatically in console session - SOLVED

2007-12-03 Thread Stephan Hegel
Hi all,

Thanks for the feedback, especially Randall's hints for generalization.
Also, I've added already a few lines of code to check if dcop is
installed and executable.

Verner Kjærsgaard wrote:
 Søndag 02 december 2007 16:38 skrev Randall R Schulz:
 Assuming an invocation of this script is to be placed in
 $HOME/.bash_profile, you might want to gracefully handle the case where
 the shell is running outside of KDE. That includes on virtual consoles,
 when connecting remotely via ssh and possible when using screen. I
 don't know if Gnome uses dcop or something else, so it might fail there
 and under different desktops and window managers as well.

 In short, be prepared for dcop to fail and do nothing (probably
 silently) in that case.

 Rgds,
   Stephan.
 Randall Schulz
 
 God morning,
 
 - how would one be able to detect if the script is being started outside of 
 KDE? Can anyone come up with a short hint ?
 - thank you!
I've made sure that the script is started via the $HOME/.kde/Autostart
folder, not in $HOME/.bash_profile or another shell rc file. This makes
sure that it is launched only in KDE and that it is launched only once,
not with every new shell.

Regards,
  Stephan.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Starting apps automatically in console session - SOLVED

2007-12-03 Thread Stephan Hegel
Hi all,

Patrick Shanahan wrote:
 * Randall R Schulz [EMAIL PROTECTED] [12-03-07 20:45]:
 So now that you've made changes, Patrick's request comes up again (make 
 the script available!). 
Sure, I make it available. Find it below. It's short enough, so I
think I can post it to the mailing list.

As mentioned I start it from $HOME/.kde/Autostart to make sure it is
started only when KDE is started. It is just a one-liner named
konsoleapps.sh containing
(sleep 5  $HOME/bin/startkonsoleapps) 
.

 Or I could make the script available
Patrick, feel free to do so. And change and adjust it as you like ...

Rgds,
  Stephan.


--
#!/bin/sh
###
### startkonsoleapps
###
### Script to start certain apps in KDE konsole sessions.
###
### Requires the dcop utility to be installed and the konsoles must
### be started with the --script option to enable extended features
### like sendSession. The sessions must already exist.
###

### Executable(s).
DCOP=/opt/kde3/bin/dcop

### Location of startup scripts.
KONSOLEAPPS=$HOME/.konsoleapps

### Here we go ...
### Checking for system executables.
if [ ! -x $DCOP ] ; then
   echo $DCOP doesn't exist or isn't executable.
   exit 1
fi

### Looking for all konsoles.
for i in `$DCOP konsole\*` ; do
   ### Checking if sendSession feature available.
   if [ `$DCOP $i session-1 functions | grep sendSession | wc -l` -eq 1 ] ; then
  ### Function sendSession available, continue.
  ### Looking for all sessions.
  for j in `$DCOP $i | grep session-` ; do
 ### What's the name ?
 NAME=`$DCOP $i $j sessionName`
 ### If the name matches a predefined session name, launch
 ### the desired application.
 if [ -x $KONSOLEAPPS/$NAME ] ; then
$DCOP $i $j sendSession $KONSOLEAPPS/$NAME
 fi
  done
   else
  ### Function sendSession not available.
  echo Konsole $i not started with the \--script\ option.
   fi
done

exit 0
---
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] Starting apps automatically in console session - SOLVED

2007-12-02 Thread Stephan Hegel
Hi all,

A while back I asked how to start console apps automatically
in a certain konsole session.

I just want share the little script I wrote last night: it
launches the atop utility in an existing session named Atop.

Might be the general idea behind is useful for somebody out
there. That's why I've put a few more comments in it ...

Rgds,
  Stephan.


-- snip here ---
#!/bin/sh
###
### Script to start certain apps in konsole sessions automatically.
###
### Requires the dcop utility to be installed and the konsoles must
### be started with the --script option to enable extended features
### like sendSession. The sessions must exist already.
###

### Here we go ...

### Looking for all konsoles.
for i in `dcop konsole\*` ; do
   ### Checking if the sendSession feature available.
   if [ `dcop $i session-1 functions | grep sendSession | wc -l` -eq 1 ] ; then
  ### sendSession available, continue.
  ### Looking for all sessions.
  for j in `dcop $i | grep session-` ; do
### What's the name ?
NAME=`dcop $i $j sessionName`
### If the name matches a predefined session name, launch
### the desired application.
if [ $NAME = Atop ] ; then
   dcop $i $j sendSession atop
fi

# if [ $NAME = ...
# add here more names and commands.
# fi

  done
   else
  ### sendSession not available.
  echo Konsole $i not started with the \--script\ option.
   fi
done

exit 0
-- snip here ---


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Info on 10.3

2007-11-30 Thread Stephan Hegel
Hi,

Kevin Dupuy wrote:
 On Nov 30, 2007, at 8:12 PM, Chris Arnold wrote:
 
 I am having SLED issues and may install 10.3. I would like to know a
 couple things:
 1)what versions of gnome and kde does 10.3 use?
 2)is joining a domain as easy as in SLED?

 
 1) GNOME 2.20, not sure about KDE, 3.5.something,
Kde 3.5.7
 2) Can't answer that one, sorry :)
Me too, sorry.

Rgds,
   Stephan.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Installation disk detection problems

2007-11-29 Thread Stephan Hegel
Michael Fischer wrote:
 On Thu, Nov 29, Denis Brown wrote:
 ASUS P5K motherboard has onboard Jmicron chip.   I could not get 10.1 to 
 install.   As it happened Ubuntu (7.0.4??) installed fine and I was content 
 for a while.
 
 How exatly does one figure that out? If it has the Jmicron thing?
I run in problems with SuSE 10.2 and the ASUS P5K motherboard. Here my
notes I made at that time how I got it running:

  ---
  Install notes for OpenSuSE 10.2 on a PC with Asus P5B / P5K / P5K-E board.
  ---
  Possible problem with Install-CD not found.

  Load the BIOS, pressing DEL just after power it on. Somewhere in the BIOS
  setup there should be an option for the JMicron drive controller(Onboard
  Devices in the P5B BIOS menu). Set it to AHCI mode. Save and exit with
  F10.

  Re-start the installation process adding in the first boot menu the boot
  option:
 insmod=ide-generic insmod=pata_jmicron

As of the JMicron chip: there should be an entry in the BIOS.

Rgds,
   Stephan.
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Next Shot for a Redesign of YaST Control Center

2007-11-28 Thread Stephan Hegel
Martin Schmidkunz wrote:
 Please find another suggestion for a radical and innovative redesign on:
 http://en.opensuse.org/YaST/Development/New_Control_Center#Tagcloudish
 
 The main thought beyond that idea is to increase the size of the modules
 when the user has used it. Similar to tag clouds, modules that are used
 often become bigger and therefore
 * easier to detect
 * easier to open because the size the user needs to hit with his mouse
 was increased.
 The different size would also serve as a kind of Recently Used reminder.
I'm not really convinced about the appearance: it looks a bit cluttered
with the small and big icons and small and big text. Personal impression,
of course.

I would give, e.g. the hardware section a structure with a few often
used icons on the left and a more button to the right which allows
to make more hardware visiable and activate/promote more hardware to
appear on the left as a icon. And the user should be also able to hide
unused icons/hardware behind the more button.

Rearranging the icons by the user would be nice too.

Kind regards,
   Stephan.
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Firefox beta 3 and jre 6u3 working on 64-bit system

2007-11-27 Thread Stephan Hegel
Timothy Cahill wrote:
 Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9b1) Gecko/2007110903 
 Firefox/3.0b1. Available here: 
 ftp://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/3.0b1-candidates/rc3/
 
 Downloaded the latest java build from www.java.com 
 jre-1.6.0_03-fcs - Java(TM) Platform Standard Edition Runtime Environment

IMHO, this works only with a 32bit-Firefox as there is no 64bit-Java plugin
available from Sun. See the footnote in the Linux section at
   http://www.java.com/en/download/manual.jsp

Rgds,
  Stephan.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Second Try: Redesign of YaST Control Center

2007-11-26 Thread Stephan Hegel
Hi,

Stefan Hundhammer wrote:
 So please, let's start over and PLEASE let's focus on the topic. We think 
 community input is important. We think some of you out there might have a 
 really great idea how we could do this control center thingy better.
Since you are distracted to read all the posts of the previous thread and
dig out the really useful ideas I do take the time again and repeat one of
my proposal: grapics tablet and mouse should have it's own entry point in
the hardware section like printers and scanners.

To hide it in the Graphics Card and Monitor section doesn't match users'
expectations at all ( referring to your point #2 ).

Rgds,
  Stephan.
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] Dictd again / Redesign of Yast Control Center

2007-11-24 Thread Stephan Hegel
Hi all,

Hope someone of SuSE is reading this as well ...

Recently I posted a thread about a dying dictd. Cristian
Rodriguez of SuSE checked this and replied with
   http://lists.opensuse.org/opensuse/2007-11/msg01190.html
stating clearly that the package is really broken. And
sent a CC to somebody of suse.cz.

This was almost 2 weeks ago. Is there any schedule to fix
this obviously broken package ? Or am I too impatient ... ?

This reminds me of the other thread asking for ideas about
new Yast functionality:
- known broken packages should be marked clearly in the
  repository so that everybody is alerted.
- there should be an easy to handle interface to the SuSE
  bug tracking system, where admins (and users ?) can input
  and track quickly bugs and problems. Installed package
  version, architecture, etc. are already known and doesn't
  need to be typed in again: select a package, right mouse
  button - Report a bug, a window pops up, input, Finish.
  That's it. Authorization should be done only once in
  Yast2.

Well, just an idea ...

Kind regards,
  Stephan.
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Redesign of YaST Control Center

2007-11-24 Thread Stephan Hegel
Hi all,

Thomas Goettlicher wrote:
 Please feel free to contribute with mockups and (unconventional) ideas
 here: http://en.opensuse.org/YaST/Development/New_Control_Center
I had a look at the pages and in the section Hardware I'm missing the
graphics tablets. In fact, it is hidden deep in the Graphics Card and
Monitor section ... It should have it's own entry point in the hardware
section regardless whatever Yast module is started finally to configure
it.

The same is valid for the mouse.

Graphics tablet and mouse belong to the hardware like printer and scanner
and that it ended up in the Graphics Card and Monitor section is driven
by the fact that it is configured by the x11 module, but not driven from
any usability viewpoint.

Rgds,
  Stephan.



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Scripting Question - Converting value to minutes:seconds

2007-11-20 Thread Stephan Hegel
Bryen wrote:
 Really impressed with how everyone has come up with different and
 effective variations of time scripting.
Unix/Linux is like huge toolbox ...

 You're all invited to my place for drinks this weekend!
Where ;) ? Just joking ...

Rgds,
   Stephan.
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Scripting Question - Converting value to minutes:seconds

2007-11-20 Thread Stephan Hegel
Anders Johansson wrote:
 On Tuesday 20 November 2007 02:00:32 Stephan Hegel wrote:
 sec=`expr 60 \* $min`
 sec=`expr $mysec - $sec`
 
 As I already posted, these two lines are better done through modulus - 
 mysec%60, 
Yes, you're right. I was just not aware that the modulus operation
is available in the shell.

But you have to write it like that (with spaces before and after
the % !):
   sec=`expr $mysec % 60`
Otherwise the modulus operation isn't executed.

Thanks for the hint,
   Stephan.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Scripting Question - Converting value to minutes:seconds

2007-11-19 Thread Stephan Hegel
Bryen wrote:
 For all you scripting gurus out there.  Can you help me out?
 
 I'm trying to convert a value to an output to the user of
 minutes:seconds.
 
 For example:
 if $A=100 (for seconds)
 Then echo This is 1:40 minutes
 
 How would I do this?

If you want a pure shell scripting solution:

#!/bin/sh

mysec=100

min=`expr $mysec / 60`
sec=`expr 60 \* $min`
sec=`expr $mysec - $sec`

echo $min:$sec

exit 0


If you need more complicated math you can also
try to employ bc (e.g. echo 100/60 | bc ;
echo 100%60| bc). See man bc.

Rgds,
  Stephan.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] kernel headers

2007-11-18 Thread Stephan Hegel
Hans Krueger wrote:
 does any body know where I can get the headers for the new kernel for
 suse 10.3 ?
 kernel 2.6.22.12-1.0
There is a rpm named linux-kernel-headers in the
package repository. Is this what you're looking for ?
   Stephan.
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Undoing a delete

2007-11-17 Thread Stephan Hegel
Patrick Shanahan wrote:
 * Bryen [EMAIL PROTECTED] [11-17-07 18:44]:
 You'd think, since I googled and see enough people have done this same
 thing accidentally, that a trashcan folder would be standard.  Oh
 well...
 
 there is and it is, but that is a graphical thing and *can* be
 bypassed, but it does not save you from command line rm.
 
 a deterrent, alias rm='/bin/rm -i'
I remember another approach:
http://pages.stern.nyu.edu/~marriaga/software/libtrash
Basically it intercepts syscalls like unlink, etc. and replaces
them with its own implementations.

Somebody out there who's tried this ?

Rgds,
   Stephan.
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Starting apps automatically in console session

2007-11-16 Thread Stephan Hegel
Bryen wrote:
 On Fri, 2007-11-16 at 04:37 +0100, Stephan Hegel wrote:
 Hi all,

 After logging in in KDE I would like to launch an application
 like top automatically in a dedicated session in the konsole
 window ?

 One konsole with a few sessions are already in place via Save
 session, but how to start the apps automatically ?

 Instead of launching konsole and possibly creating scripts to make your
 goal work, why not simply run ksysguard right in kde?
Well, top is just one example I've mentioned to make clear what I
really want to achieve. There are more apps I would like to have in
different sessions: netmon/netstat or beagle-status etc.

Anyway, thanks for replying.
Regards,
   Stephan.
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] Starting apps automatically in console session

2007-11-15 Thread Stephan Hegel
Hi all,

After logging in in KDE I would like to launch an application
like top automatically in a dedicated session in the konsole
window ?

One konsole with a few sessions are already in place via Save
session, but how to start the apps automatically ?

Thanks,
   Stephan.
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] Dictd dies with segfault

2007-11-10 Thread Stephan Hegel
Hi all,

When trying to start the dictd as root it dies with a
segfault:

[prompt]/etc/init.d: ./dictd start
Starting DICTDdictd (_log_check_filename): Cannot open /var/log/dictd for 
append
startproc:  signal catched /usr/sbin/dictd: Segmentation fault
  failed

I've fetched the source, recompiled with debug info enabled:
gdb /usr/sbin/dictd
...
This GDB was configured as x86_64-suse-linux...
Using host libthread_db library /lib64/libthread_db.so.1.
(gdb) run -L /var/log/dictd
Starting program: /usr/sbin/dictd -L /var/log/dictd
.cshrc: No such file or directory.
dictd (_log_check_filename): Cannot open /var/log/dictd for append

Program received signal SIGSEGV, Segmentation fault.
0x2b01acc26bd0 in strlen () from /lib64/libc.so.6
(gdb) where
#0  0x2b01acc26bd0 in strlen () from /lib64/libc.so.6
#1  0x2b01acbf684d in vfprintf () from /lib64/libc.so.6
#2  0x2b01acc18e7a in vsnprintf () from /lib64/libc.so.6
#3  0x0041b5a1 in _log_base_va (routine=0x428f30 _log_check_filename, 
log_facility=3,
format=0x428dbb Cannot open \%s\ for append\n, ap=0x7e52ac90) at 
log.c:322
#4  0x0041b781 in log_error_va (routine=0x60 Address 0x60 out of 
bounds,
format=0x7e52acc8 �, '�' repeats 14 times, �.u`q.knfزR��\177, 
ap=0x0) at log.c:359
#5  0x004169ee in err_fatal_errno (routine=0x428f30 
_log_check_filename,
format=0x428dbb Cannot open \%s\ for append\n) at error.c:109
#6  0x0041b4ca in _log_check_filename () at log.c:217
#7  0x0041b9a1 in log_file (ident=value optimized out, 
filename=value optimized out)
at log.c:237
#8  0x00405c18 in main (argc=3, argv=0x7e52b2b8, 
envp=0x7e52b2d8) at dictd.c:1660
(gdb)


Somebody out there who can confirm this behavior ?

I'm running openSUSE 10.3, x86_64, dictd-1.10.9-16.


Kind regards,
  Stephan.
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Dictd dies with segfault

2007-11-10 Thread Stephan Hegel
Hi again,

Cristian Rodriguez wrote:
 Stephan Hegel escribió:
 yes , unfortunately the package is broken :(
 
 to avoid the crash you need to create a writable log file called
 /var/log/dictd
Well, it seems it's not enough, that it is writable for root only.
It needs 666 access rights, even when I start the init script as
root. I guess it is started with uid=daemon or something like that,
right ?

 Unfortunately the deamnon later fails to start because it wants
 config files in /usr/etc.. :(
 
 also, it should not segfault when opening the file..
... that's perfectly true ;).

BTW, there is already a dictd package 1.10.10 on sourceforge. Don't
know if it is supposed to fix this problem.

Rgds,
  Stephan.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] OT: Need program to replace text

2007-11-10 Thread Stephan Hegel
Hi all,

 I have a bunch of html files that i need to do a couple of things to:
 1.remove the html and head tags and replace them with other code
 2.rename the file to .php

I recommend rpl to replace strings in multiple files:
   http://fresh.t-systems-sfr.com/unix/src/privat2/rpl-1.4.0.tar.gz/

Changing the extension of  a bunch of files is as easy as
(/bin/sh):

for i in *.html ; do
   mv $i `basename $i .html`.php
done

You need to be a fan of the command line, though ;).

Rgds,
   Stephan.
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]