Instalingl allinone patch for hobbit 4.2.0
list Frédéric Dupeyroux
Hello, I have this problem for installing allinone patch : [root at ftp-monitor hobbit]# cd /usr/lib/hobbit/ [root at ftp-monitor hobbit]# patch -p0 <allinone.patch can't find file to patch at input line 4 Perhaps you used the wrong -p or --strip option? The text leading up to this was: |diff -urN /home/henrik/hobbit/release/hobbit-4.2.0/bbdisplay/bbgen.h ./bbdisplay/bbgen.h |--- /home/henrik/hobbit/release/hobbit-4.2.0/bbdisplay/bbgen.h 2006-08-09 22:09:54.000000000 +0200 |+++ ./bbdisplay/bbgen.h 2006-10-03 13:52:28.720493437 +0200 File to patch: Thank you for your assistance. Bests regards, Frédéric Dupeyroux.
list Charles Goyard
▸
Frédéric DUPEYROUX wrote :
Hello, I have this problem for installing allinone patch : [root at ftp-monitor hobbit]# cd /usr/lib/hobbit/ [root at ftp-monitor hobbit]# patch -p0 <allinone.patch can't find file to patch at input line 4 Perhaps you used the wrong -p or --strip option? The text leading up to this was: |diff -urN /home/henrik/hobbit/release/hobbit-4.2.0/bbdisplay/bbgen.h ./bbdisplay/bbgen.h |--- /home/henrik/hobbit/release/hobbit-4.2.0/bbdisplay/bbgen.h 2006-08-09 22:09:54.000000000 +0200 |+++ ./bbdisplay/bbgen.h 2006-10-03 13:52:28.720493437 +0200 File to patch:
Hi, you have to run this command in the source tree, not the installation directory. try : cd /usr/local/src/hobbit-4.2.0/ (or wherever you did put the source) patch -p0 <allinone.patch Did you compile from source at all or got a package (rpm, deb) ? -- Charles Goyard - user-98f9625a7a59@xymon.invalid - (+33) 1 45 38 01 31
list Maik Heinelt
▸
Frédéric DUPEYROUX wrote:
Hello, I have this problem for installing allinone patch : /[root at ftp-monitor hobbit]# cd /usr/lib/hobbit/ [root at ftp-monitor hobbit]# patch -p0 <allinone.patch can't find file to patch at input line 4 Perhaps you used the wrong -p or --strip option? The text leading up to this was: |diff -urN /home/henrik/hobbit/release/hobbit-4.2.0/bbdisplay/bbgen.h ./bbdisplay/bbgen.h |--- /home/henrik/hobbit/release/hobbit-4.2.0/bbdisplay/bbgen.h 2006-08-09 22:09:54.000000000 +0200 |+++ ./bbdisplay/bbgen.h 2006-10-03 13:52:28.720493437 +0200 File to patch:/ Thank you for your assistance. Bests regards, Frédéric Dupeyroux.
Good morning, Since yesterday I wanted to install the patches,too. U have to patch the sourcefiles and reinstall hobbit. U cannot patch the installed hobbit server files. Maik
list Michael Nagel
You have patch the source! Go to the top of the hobbit source, put the patch in it, # patch -p0 <allinone.patch # make stop hobbit # make install start hobbit That's all. Michael
▸
-----Ursprüngliche Nachricht-----
Von: Maik Heinelt [mailto:user-4ab5eb34adb2@xymon.invalid]
Gesendet: Freitag, 26. Januar 2007 00:24
An: user-ae9b8668bcde@xymon.invalid
Betreff: Re: [hobbit] Instalingl allinone patch for hobbit 4.2.0
Frédéric DUPEYROUX wrote:
Hello,
I have this problem for installing allinone patch :
[root at ftp-monitor hobbit]# cd /usr/lib/hobbit/
[root at ftp-monitor hobbit]# patch -p0 <allinone.patch
can't find file to patch at input line 4
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
|diff -urN /home/henrik/hobbit/release/hobbit-4.2.0/bbdisplay/bbgen.h
./bbdisplay/bbgen.h
|--- /home/henrik/hobbit/release/hobbit-4.2.0/bbdisplay/bbgen.h 2006-08-09
22:09:54.000000000 +0200
|+++ ./bbdisplay/bbgen.h 2006-10-03 13:52:28.720493437 +0200
File to patch:
Thank you for your assistance.
Bests regards,
Frédéric Dupeyroux.
Good morning,
Since yesterday I wanted to install the patches,too.
U have to patch the sourcefiles and reinstall hobbit.
U cannot patch the installed hobbit server files.
Maik
list Frédéric Dupeyroux
Hello, I installed hobbit with a rpm... is there a way to install it anyway? Regrads, Frédéric Dupeyroux.