Re: [opensuse] error in the repository initialization

2008-01-22 Thread CF
Maura Edelweiss Monville wrote:
 How can I refresh the repository ?
 I do not even know which one causes the problem
 
 Thank you,
 Maura
 


Every time you run Yast2 Online Update, all repositories are
automatically refreshed. Otherwise, you may try this command, as the
root user:

zypper -v refresh

Kind regards

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



[opensuse] error in the repository initialization

2008-01-21 Thread Maura Edelweiss Monville
Whenever I launch Yast to install new s/w a arning
pops up which reads 
There was an error in the repository initialization.
Valid metadata not found at specified URL(s)
History:
- Wrong checksum for patch-fetchmsttfonts.sh-4347.xml

Should I be concerned ? What does it imply ?
What is the remedy, if any ?

Thank you so much,
Maura 


Maura Edelweiss M.

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



Re: [opensuse] error in the repository initialization

2008-01-21 Thread Gabriel .
On Jan 21, 2008 4:02 PM, Maura Edelweiss Monville [EMAIL PROTECTED] wrote:
 Whenever I launch Yast to install new s/w a arning
 pops up which reads
 There was an error in the repository initialization.
 Valid metadata not found at specified URL(s)
 History:
 - Wrong checksum for patch-fetchmsttfonts.sh-4347.xml

 Should I be concerned ? What does it imply ?
 What is the remedy, if any ?


Just refresh the repository.


-- 
Kind Regards
Visitá/Go to  http://www.opensuse.org
N�r��y隊Z)z{.�ﮞ˛���m�)z{.��+�Z+i�b�*'jW(�f�vǦj)hǾ��i���

Re: [opensuse] error in the repository initialization

2008-01-21 Thread Maura Edelweiss Monville
How can I refresh the repository ?
I do not even know which one causes the problem

Thank you,
Maura

--- Gabriel . [EMAIL PROTECTED] wrote:

 On Jan 21, 2008 4:02 PM, Maura Edelweiss Monville
 [EMAIL PROTECTED] wrote:
  Whenever I launch Yast to install new s/w a arning
  pops up which reads
  There was an error in the repository
 initialization.
  Valid metadata not found at specified URL(s)
  History:
  - Wrong checksum for
 patch-fetchmsttfonts.sh-4347.xml
 
  Should I be concerned ? What does it imply ?
  What is the remedy, if any ?
 
 
 Just refresh the repository.
 
 
 -- 
 Kind Regards
 Visitá/Go to  http://www.opensuse.org

N‹§²æìr¸›y隊Z)z{.±ï®žË›±Êâmê)z{.±ê+€Z+i×b¶*'jW(šf§vǦj)h¥éìºÇ¾…éi¢—§²ë¢¸


Maura Edelweiss M.

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



Re: [opensuse] error in the repository initialization

2008-01-21 Thread Gabriel .
On Jan 21, 2008 4:41 PM, Maura Edelweiss Monville [EMAIL PROTECTED] wrote:
 How can I refresh the repository ?
 I do not even know which one causes the problem

 Thank you,
 Maura

zypper refresh


-- 
Kind Regards
Visitá/Go to  http://www.opensuse.org


[opensuse] Error when logging out of gdm

2007-12-21 Thread Chris Arnold
Installed 10.3 and every time i want to logout and then log back in, when i 
click logout, i am left at the CL with this error:
Timeout reached while waiting for return value. Could not receive return value 
from daemon process

Anybody seen this before and how did you fix it?
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] error when installing gimp's save for web plugins

2007-11-16 Thread Jos van Kan
Hans Linux schreef:
 I have GIMP 2.4 on my opensuse 10.3. I am trying to install
 save-for-web-plugins from source and i face this error :
 
 checking for GIMP... configure: error: Package requirements (gimp-2.0 =
 2.3.0 gimpui-2.0 = 2.3.0) were not met:
 
 No package 'gimp-2.0' found
 No package 'gimpui-2.0' found
 
 Consider adjusting the PKG_CONFIG_PATH environment variable if you
 installed software in a non-standard prefix.
 
 Alternatively, you may set the environment variables GIMP_CFLAGS
 and GIMP_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details.
 
 Next, i tried it with this command :
 
 ./configure GIMP_LIBS=/usr/bin/gimp GIMP_CFLAGS=/usr/bin/gcc
 
 no error were produced. But when i continue it with 'make', this is what
 i got :
 
 make[3]: Entering directory
 `/home/hans/Documents/download/gimp-save-for-web-0.27.0/src'
 if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. /usr/bin/gcc 
 -I/usr/local/include -DLOCALEDIR=\/usr/local/share/locale\
 -DDATADIR=\/usr/local/share/gimp-save-for-web\
 -DGIMP_DISABLE_DEPRECATED  -g -O2 -Wall -MT webx_main.o -MD -MP -MF
 .deps/webx_main.Tpo -c -o webx_main.o webx_main.c; \
 then mv -f .deps/webx_main.Tpo .deps/webx_main.Po; else rm
 -f .deps/webx_main.Tpo; exit 1; fi
 webx_main.c:25:26: error: libgimp/gimp.h: No such file or directory
 webx_main.c:26:28: error: libgimp/gimpui.h: No such file or directory
 webx_main.c:27:35: error: gdk-pixbuf/gdk-pixbuf.h: No such file or directory
(snip the rest)

You should install the gimp-devel and gimpui-devel packages, since it is missing
all the header files. That was what ./configure was trying to tell you too, be
it a bit cryptically.

Regards,
-- 
Jos van Kanregistered Linux user #152704
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] error when installing gimp's save for web plugins

2007-11-15 Thread Hans Linux
I have GIMP 2.4 on my opensuse 10.3. I am trying to install
save-for-web-plugins from source and i face this error :

checking for GIMP... configure: error: Package requirements (gimp-2.0 =
2.3.0 gimpui-2.0 = 2.3.0) were not met:

No package 'gimp-2.0' found
No package 'gimpui-2.0' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables GIMP_CFLAGS
and GIMP_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

Next, i tried it with this command :

./configure GIMP_LIBS=/usr/bin/gimp GIMP_CFLAGS=/usr/bin/gcc

no error were produced. But when i continue it with 'make', this is what
i got :

make[3]: Entering directory
`/home/hans/Documents/download/gimp-save-for-web-0.27.0/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. /usr/bin/gcc 
-I/usr/local/include -DLOCALEDIR=\/usr/local/share/locale\
-DDATADIR=\/usr/local/share/gimp-save-for-web\
-DGIMP_DISABLE_DEPRECATED  -g -O2 -Wall -MT webx_main.o -MD -MP -MF
.deps/webx_main.Tpo -c -o webx_main.o webx_main.c; \
then mv -f .deps/webx_main.Tpo .deps/webx_main.Po; else rm
-f .deps/webx_main.Tpo; exit 1; fi
webx_main.c:25:26: error: libgimp/gimp.h: No such file or directory
webx_main.c:26:28: error: libgimp/gimpui.h: No such file or directory
webx_main.c:27:35: error: gdk-pixbuf/gdk-pixbuf.h: No such file or directory
In file included from webx_main.c:29:
webx_main.h:28: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘global_image_ID’
webx_main.h:29: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘global_drawable_ID’
In file included from webx_main.c:30:
webx_dialog.h:24:39: error: libgimpwidgets/gimpdialog.h: No such file or
directory
In file included from webx_main.c:30:
webx_dialog.h:35: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or
‘__attribute__’ before ‘typedef’
webx_dialog.h:40: error: expected specifier-qualifier-list before
‘GimpDialog’
webx_dialog.h:75: error: expected specifier-qualifier-list before
‘GimpDialogClass’
webx_dialog.h:78: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or
‘__attribute__’ before ‘webx_dialog_get_type’
webx_dialog.h:80: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or
‘__attribute__’ before ‘*’ token
webx_dialog.h:83: error: expected ‘)’ before ‘*’ token
In file included from plugin-intl.h:34,
 from webx_main.c:32:
/usr/include/libintl.h:40: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or
‘__attribute__’ before ‘extern’
webx_main.c:34: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘global_image_ID’
webx_main.c:35: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘global_drawable_ID’
webx_main.c:38: warning: type defaults to ‘int’ in declaration of ‘gchar’
webx_main.c:38: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
webx_main.c:43: error: expected ‘)’ before ‘image_ID’
webx_main.c:46: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘PLUG_IN_INFO’
webx_main.c:57: warning: return type defaults to ‘int’
webx_main.c: In function ‘MAIN’:
webx_main.c:59: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘{’ token
webx_main.c:85: warning: type defaults to ‘int’ in declaration of ‘gchar’
webx_main.c:85: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
webx_main.c:122: error: expected ‘)’ before ‘image_ID’
webx_main.c:140: error: expected ‘{’ at end of input
make[3]: *** [webx_main.o] Error 1
make[3]: Leaving directory
`/home/hans/Documents/download/gimp-save-for-web-0.27.0/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/home/hans/Documents/download/gimp-save-for-web-0.27.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/hans/Documents/download/gimp-save-for-web-0.27.0'
make: *** [all] Error 2

Sorry, a little bit long :D

So, what is wrong here? is the script trying to tell me that
save-for-web-plugins not compatible with GIMP 2.4?
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] Error Message = SOLVED

2007-11-13 Thread chika
thanks i solved the problem of error message by myself.(i think its happen
when i try to change *.dat to open with mplayer n after updating it, the
booming error message appear after succesful login n when i explore by
konqueror)

OK this problem is on my /home/chika/.kde/ there is directory *mime* just
like that(i forget the name). then i change it to *mime*.old

logout then no error message again.

hope help u all


br,

tambun


[EMAIL PROTECTED]


chika wrote

i got many dialog box after i login on my box.

the message is Could not find mime type application/octet-stream the
window title is Sorry - $app
$app = Kate, Konqueror, KDesktop, KDE-panel, and all program that i closed
before i end my session

the desktop-panel won't work before i close all message box

any idea to get rid of these problem?


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



[opensuse] error when run configure

2007-11-12 Thread hans . linux
I m trying to install gimp-save-for-web plugins for my GIMP at
opensuse10.3. but i encounter this error when i run configure:

--
checking for GIMP... configure: error: Package requirements (gimp-2.0 =
2.3.0 gimpui-2.0 = 2.3.0) were not met:

No package 'gimp-2.0' found
No package 'gimpui-2.0' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables GIMP_CFLAGS
and GIMP_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
--

I have GIMP 2.4 installed already. Is the error trying to tell me that's
gimp 2.4 is not supported??

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



Re: [opensuse] error when run configure

2007-11-12 Thread Rajko M.
On Monday 12 November 2007 10:37:07 pm [EMAIL PROTECTED] wrote:
 I m trying to install gimp-save-for-web plugins for my GIMP at
 opensuse10.3. but i encounter this error when i run configure:

 --
 checking for GIMP... configure: error: Package requirements (gimp-2.0 =
 2.3.0 gimpui-2.0 = 2.3.0) were not met:

 No package 'gimp-2.0' found
 No package 'gimpui-2.0' found

 Consider adjusting the PKG_CONFIG_PATH environment variable if you
 installed software in a non-standard prefix.

 Alternatively, you may set the environment variables GIMP_CFLAGS
 and GIMP_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details.
 --

 I have GIMP 2.4 installed already. Is the error trying to tell me that's
 gimp 2.4 is not supported??

Error tells that plugin compilation looks for gimp-2.0, not 2.4. 

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



Re: [opensuse] error when run configure

2007-11-12 Thread Cristian Rodríguez
[EMAIL PROTECTED] escribió:

 I have GIMP 2.4 installed already. Is the error trying to tell me that's
 gimp 2.4 is not supported??
 

where did you got gimp 2.4 ? from packamn/guru or from the
GNOME:STABLE/GNOME:Community ?


I created a binary package of the plugin in a few minutes but will not
compile in 10.3 because it has gimp 2.2 (package should be moved later
to gnome:community to make it work)

in order to compile the package by your own

you need to :

zypper install gimp-devel intltool


gimp-devel should of course be the -devel subpackage of version 2.4
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Error Message

2007-11-10 Thread chika
 till now i always prompt many dialog box with title
 $App($App=konqueror,KDesktop, Kate, etc) still with the same message ould
 not find mime type application/octet-stream
 eventhough i don't save last session on SESSION MANAGER.

 should i got update on KDE n all deps, how do i get all package without
 download all packages on the repository? my box on the boarding house
 without internet connection. can u give me the link?

previously on my report
 i got many dialog box after i login on my box.

 the message is Could not find mime type application/octet-stream the
 window title is Sorry - $app
 $app = Kate, Konqueror, KDesktop, KDE-panel, and all program that i
 closed
 before i end my session

 the desktop-panel won't work before i close all message box

 any idea to get rid of these problem?


 br,

 tambun

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






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



Re: [opensuse] Error Message

2007-11-10 Thread Carlos F Lange
On Sat November 10 2007 02:12, chika wrote:
  till now i always prompt many dialog box with title
  $App($App=konqueror,KDesktop, Kate, etc) still with the same message
 ould not find mime type application/octet-stream
  eventhough i don't save last session on SESSION MANAGER.

I never had a problem like that, but it looks to me that your 
configuration of KDE is corrupted, because you should have those mime 
types set up from the beginning. I would try to reinitialize KDE from 
scratch.

One way of doing this is to logout and login as root.
Then move your /home/username/.kde/ directory, in order to disable it, 
but preserve all the data, such as e-mail, contact and calendar 
information, and delete the directory .skel/ from your home:
cd ~username
mv  .kde  .kde_save
rm -rf .skel

Now login again and you should get a fresh start and hopefully none of 
those problems. In case you were using Kontakt, you will find them all 
under ~/.kde/share/apps/ followed by the name of the application.

  should i got update on KDE n all deps, how do i get all package
 without download all packages on the repository? my box on the
 boarding house without internet connection. can u give me the link?

Because exactly of cases like yours, the boxed version comes loaded with 
ALL the packages from the repositories in two dual-layer DVDs.
It is well worth the small cost:
http://en.opensuse.org/Buy_openSUSE

-- 
Carlos FL

Who is General Failure, and why is he reading my disk?
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] Error - KInternet (Could not connect to local server. Maybe smpppd is not running...)

2007-11-09 Thread williamkow
I'm a newbie, and recently newly installed OpenSuSE version 10.3 (KDE) 
and I have problem to connect internet using my mobile phone Nokia 6230 
via USB cable to my computer. After logon with root account and then 
trying to troubleshoot my problem to connect to ISP. Could you please 
advise me for the pop-up error message whenever I run KInternet. Thank 
you.  Note, this mobile phone is working fine if I running under Windows XP.


Error - KInternet  (Could not connect to local server. Maybe smpppd is 
not running or you are not member of the group dialout. Also check the 
server settings in the dialog Various Settings.)


_*Please find the below is the extracted from command dmesg :*_

usb 3-2: new device found, idVendor=0421, idProduct=040f
usb 3-2: new device strings: Mfr=1, Product=2, SerialNumber=0
usb 3-2: Product: Nokia 6230
usb 3-2: Manufacturer: Nokia
usb 3-2: configuration #1 chosen from 1 choice

_*Then I run the command# wvdialconf /etc/wvdial.conf*_

Editing `/etc/wvdial.conf'.
Scanning your serial ports for a modem.
ttyS0*1: ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud
ttyS0*1: ATQ0 V1 E1 -- failed with 9600 baud, next try: 115200 baud
ttyS0*1: ATQ0 V1 E1 -- and failed too at 115200, giving up.
Modem Port Scan*1: S1   S2   S3
ttyS4Info: No such device or address
Modem Port Scan*1: S4
ttyS5Info: No such device or address
Modem Port Scan*1: S5
ttyS6Info: No such device or address
Modem Port Scan*1: S6
ttyS7Info: No such device or address
Modem Port Scan*1: S7
WvModem*1: Cannot get information for serial port.
ttyACM0*1: ATQ0 V1 E1 -- OK
ttyACM0*1: ATQ0 V1 E1 Z -- OK
ttyACM0*1: ATQ0 V1 E1 S0=0 -- OK
ttyACM0*1: ATQ0 V1 E1 S0=0 C1 -- OK
ttyACM0*1: ATQ0 V1 E1 S0=0 C1 D2 -- OK
ttyACM0*1: ATQ0 V1 E1 S0=0 C1 D2 +FCLASS=0 -- OK
ttyACM0*1: Modem Identifier: ATI -- Nokia
ttyACM0*1: Speed 4800: AT -- OK
ttyACM0*1: Speed 9600: AT -- OK
ttyACM0*1: Speed 19200: AT -- OK
ttyACM0*1: Speed 38400: AT -- OK
ttyACM0*1: Speed 57600: AT -- OK
ttyACM0*1: Speed 115200: AT -- OK
ttyACM0*1: Speed 230400: AT -- OK
ttyACM0*1: Speed 460800: AT -- OK
ttyACM0*1: Max speed is 460800; that should be safe.
ttyACM0*1: ATQ0 V1 E1 S0=0 C1 D2 +FCLASS=0 -- OK
Found an USB modem on /dev/ttyACM0.
Modem configuration written to /etc/wvdial.conf.
ttyACM0Info: Speed 460800; init ATQ0 V1 E1 S0=0 C1 D2 +FCLASS=0

_*Then followed by the command  # wvdial*_

-- WvDial: Internet dialer version 1.56 ([EMAIL PROTECTED])
-- Cannot get information for serial port.
-- Initializing modem.
-- Sending: ATZ
ATZ
OK
-- Sending: ATQ0 V1 E1 S0=0 C1 D2 +FCLASS=0
ATQ0 V1 E1 S0=0 C1 D2 +FCLASS=0
OK
-- Sending: AT+cso=33
AT+cso=33
ERROR
-- Bad init string.
-- Cannot get information for serial port.
-- Initializing modem.
-- Sending: ATZ
ATZ
OK
-- Sending: ATQ0 V1 E1 S0=0 C1 D2 +FCLASS=0
ATQ0 V1 E1 S0=0 C1 D2 +FCLASS=0
OK
-- Sending: AT+cso=33
AT+cso=33
ERROR
-- Bad init string.
-- Cannot get information for serial port.
-- Initializing modem.
-- Sending: ATZ
ATZ
OK
-- Sending: ATQ0 V1 E1 S0=0 C1 D2 +FCLASS=0
ATQ0 V1 E1 S0=0 C1 D2 +FCLASS=0
OK
-- Sending: AT+cso=33
AT+cso=33
ERROR
-- Bad init string.

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



[opensuse] Error Message

2007-11-07 Thread chika
i got many dialog box after i login on my box.

the message is Could not find mime type application/octet-stream the
window title is Sorry - $app
$app = Kate, Konqueror, KDesktop, KDE-panel, and all program that i closed
before i end my session

the desktop-panel won't work before i close all message box

any idea to get rid of these problem?


br,

tambun

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



[opensuse] Error when making tg3 from source

2007-10-31 Thread Ben Kevan
Here I get: 

tg3-3.81c make
make -C /lib/modules/2.6.23.1-185-default/build 
SUBDIRS=/home/bkevan/Apps/Broadcom/Server/Linux/Driver/tg3-3.81c modules
make[1]: Entering directory `/usr/src/linux-2.6.23.1-185-obj/i386/default'
make -C ../../../linux-2.6.23.1-185 O=../linux-2.6.23.1-185-obj/i386/default 
modules
  CC [M]  /home/bkevan/Apps/Broadcom/Server/Linux/Driver/tg3-3.81c/tg3.o
/home/bkevan/Apps/Broadcom/Server/Linux/Driver/tg3-3.81c/tg3.c:9751: error: 
unknown field ‘get_perm_addr’ specified in initializer
/home/bkevan/Apps/Broadcom/Server/Linux/Driver/tg3-3.81c/tg3.c:9751: 
error: ‘ethtool_op_get_perm_addr’ undeclared here (not in a function)
make[4]: *** [/home/bkevan/Apps/Broadcom/Server/Linux/Driver/tg3-3.81c/tg3.o] 
Error 1
make[3]: *** 
[_module_/home/bkevan/Apps/Broadcom/Server/Linux/Driver/tg3-3.81c] Error 2
make[2]: *** [modules] Error 2
mke[1]: *** [modules] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.23.1-185-obj/i386/default'
make: *** [default] Error 2

ethtool is installed

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



Re: [opensuse] Error when making tg3 from source

2007-10-31 Thread Anders Johansson
On Wednesday 31 October 2007 22:07:38 Ben Kevan wrote:
 Here I get:

 tg3-3.81c make
 make -C /lib/modules/2.6.23.1-185-default/build
 SUBDIRS=/home/bkevan/Apps/Broadcom/Server/Linux/Driver/tg3-3.81c modules
 make[1]: Entering directory `/usr/src/linux-2.6.23.1-185-obj/i386/default'
 make -C ../../../linux-2.6.23.1-185
 O=../linux-2.6.23.1-185-obj/i386/default modules
   CC [M]  /home/bkevan/Apps/Broadcom/Server/Linux/Driver/tg3-3.81c/tg3.o
 /home/bkevan/Apps/Broadcom/Server/Linux/Driver/tg3-3.81c/tg3.c:9751: error:
 unknown field ‘get_perm_addr’ specified in initializer
 /home/bkevan/Apps/Broadcom/Server/Linux/Driver/tg3-3.81c/tg3.c:9751:
 error: ‘ethtool_op_get_perm_addr’ undeclared here (not in a function)
 make[4]: ***
 [/home/bkevan/Apps/Broadcom/Server/Linux/Driver/tg3-3.81c/tg3.o] Error 1
 make[3]: ***
 [_module_/home/bkevan/Apps/Broadcom/Server/Linux/Driver/tg3-3.81c] Error 2
 make[2]: *** [modules] Error 2
 mke[1]: *** [modules] Error 2
 make[1]: Leaving directory `/usr/src/linux-2.6.23.1-185-obj/i386/default'
 make: *** [default] Error 2

 ethtool is installed

But the field was removed from the kernel structure

If you are going to be building the very latest drivers against the very 
latest kernels, shouldn't you be asking these questions either on lkml or on 
opensuse-kernel?

Actually, since the problem is that the tg3 driver hasn't been ported to the 
latest kernel, you should probably be talking to Broadcom

Anders

-- 
Madness takes its toll
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Error when making tg3 from source

2007-10-31 Thread Ben Kevan
On Wednesday 31 October 2007 02:15:48 pm Anders Johansson wrote:
 On Wednesday 31 October 2007 22:07:38 Ben Kevan wrote:
  Here I get:
 
  tg3-3.81c make
  make -C /lib/modules/2.6.23.1-185-default/build
  SUBDIRS=/home/bkevan/Apps/Broadcom/Server/Linux/Driver/tg3-3.81c modules
  make[1]: Entering directory
  `/usr/src/linux-2.6.23.1-185-obj/i386/default' make -C
  ../../../linux-2.6.23.1-185
  O=../linux-2.6.23.1-185-obj/i386/default modules
CC [M]  /home/bkevan/Apps/Broadcom/Server/Linux/Driver/tg3-3.81c/tg3.o
  /home/bkevan/Apps/Broadcom/Server/Linux/Driver/tg3-3.81c/tg3.c:9751:
  error: unknown field ‘get_perm_addr’ specified in initializer
  /home/bkevan/Apps/Broadcom/Server/Linux/Driver/tg3-3.81c/tg3.c:9751:
  error: ‘ethtool_op_get_perm_addr’ undeclared here (not in a function)
  make[4]: ***
  [/home/bkevan/Apps/Broadcom/Server/Linux/Driver/tg3-3.81c/tg3.o] Error 1
  make[3]: ***
  [_module_/home/bkevan/Apps/Broadcom/Server/Linux/Driver/tg3-3.81c] Error
  2 make[2]: *** [modules] Error 2
  mke[1]: *** [modules] Error 2
  make[1]: Leaving directory `/usr/src/linux-2.6.23.1-185-obj/i386/default'
  make: *** [default] Error 2
 
  ethtool is installed

 But the field was removed from the kernel structure

 If you are going to be building the very latest drivers against the very
 latest kernels, shouldn't you be asking these questions either on lkml or
 on opensuse-kernel?

 Actually, since the problem is that the tg3 driver hasn't been ported to
 the latest kernel, you should probably be talking to Broadcom

 Anders

 --
 Madness takes its toll

Whoops, I didn't even realized I was booted into 2.6.23, I get the same 
behavior in 2.6.22.0-0.4. I know that tg3 should be built in and it's running 
but the next source was released a few days ago and I wanted to compile it to 
see if an issue I was experiencing was fixed. 

What is the issue you ask? On my broadcom card for some reason the first up 
(using networkmanager) just gets an apipa address. When I re-initialize it 
gets an IP and all is good. 

I've only checked this behavior at work since at home I use Wireless, but 
maybe i'll check it out at other wired sources. 

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



Re: [opensuse] Error when making tg3 from source

2007-10-31 Thread Ben Kevan
On Wednesday 31 October 2007 02:15:48 pm Anders Johansson wrote:
 On Wednesday 31 October 2007 22:07:38 Ben Kevan wrote:
  Here I get:
 
  tg3-3.81c make
  make -C /lib/modules/2.6.23.1-185-default/build
  SUBDIRS=/home/bkevan/Apps/Broadcom/Server/Linux/Driver/tg3-3.81c modules
  make[1]: Entering directory
  `/usr/src/linux-2.6.23.1-185-obj/i386/default' make -C
  ../../../linux-2.6.23.1-185
  O=../linux-2.6.23.1-185-obj/i386/default modules
CC [M]  /home/bkevan/Apps/Broadcom/Server/Linux/Driver/tg3-3.81c/tg3.o
  /home/bkevan/Apps/Broadcom/Server/Linux/Driver/tg3-3.81c/tg3.c:9751:
  error: unknown field ‘get_perm_addr’ specified in initializer
  /home/bkevan/Apps/Broadcom/Server/Linux/Driver/tg3-3.81c/tg3.c:9751:
  error: ‘ethtool_op_get_perm_addr’ undeclared here (not in a function)
  make[4]: ***
  [/home/bkevan/Apps/Broadcom/Server/Linux/Driver/tg3-3.81c/tg3.o] Error 1
  make[3]: ***
  [_module_/home/bkevan/Apps/Broadcom/Server/Linux/Driver/tg3-3.81c] Error
  2 make[2]: *** [modules] Error 2
  mke[1]: *** [modules] Error 2
  make[1]: Leaving directory `/usr/src/linux-2.6.23.1-185-obj/i386/default'
  make: *** [default] Error 2
 
  ethtool is installed

 But the field was removed from the kernel structure

 If you are going to be building the very latest drivers against the very
 latest kernels, shouldn't you be asking these questions either on lkml or
 on opensuse-kernel?

 Actually, since the problem is that the tg3 driver hasn't been ported to
 the latest kernel, you should probably be talking to Broadcom

 Anders

 --
 Madness takes its toll

Anders, 

I lied, using make and KVER it failed, but when actually logged into the 
2.6.22.9-0.4 it worked.. guessing I may have forgotten -default when building 
using kver. 

Sorry about that.. 

Also, the kernel I was logged into wasn't vanilla, it was actually from head 
(I decided to install from head to show someone how to do it and decided to 
just keep it). 

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



Re: [opensuse] Error on Software Management

2007-10-28 Thread Rajko M.
On Sunday 28 October 2007 12:37:16 am Joseph Loo wrote:
 I had a system crash. I now get this warning when I do a Software
 management.

 There was an error in the repository initialization.
 Record not found in the cache
 History:
  - SQL logic error or missing database

Delete /var/cache/zypp/zypp.db and run again 
  zypper refresh
to create new one. 

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



[opensuse] Error on Software Management

2007-10-27 Thread Joseph Loo
I had a system crash. I now get this warning when I do a Software
management.

There was an error in the repository initialization.
Record not found in the cache
History:
 - SQL logic error or missing database

I did a 
zypper refgesh -f
and basically a have rebuild errors. The following are some examples:

Forcing raw metadata refresh
Forcing building of repository cache
Error building the cache database:
Record not found in the cache
Skipping repository 'Science' because of the above error.
Forcing raw metadata refresh
Forcing building of repository cache
Error building the cache database:
Record not found in the cache
Skipping repository 'home:cyberorg:experimental' because of the above
error.


Forcing raw metadata refresh
Forcing building of repository cache
Error building the cache database:
Record not found in the cache
Skipping repository 'openSUSE BuildService - PHP' because of the above
error.
Forcing raw metadata refresh
Forcing building of repository cache
* Cleaning repository 'VideoLan Repository' cache
* Building repository 'VideoLan Repository' cache
Error building the cache database:
SQL logic error or missing database
Skipping repository 'VideoLan Repository' because of the above error.
Forcing raw metadata refresh
Forcing building of repository cache
* Cleaning repository 'Packman Repository' cache
* Building repository 'Packman Repository' cache
Error building the cache database:
SQL logic error or missing database
Skipping repository 'Packman Repository' because of the above error.
Forcing raw metadata refresh
Forcing building of repository cache
* Cleaning repository 'madwifi' cache
* Building repository 'madwifi' cache
Error building the cache database:
SQL logic error or missing database
Skipping repository 'madwifi' because of the above error.
Forcing raw metadata refresh


As you can see, I have sql logic errors on some and error build the
cache data base. Any help will be appreciated.
-- 
Joseph Loo
[EMAIL PROTECTED]

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



[opensuse] Error while starting a java application

2007-10-24 Thread Claude Fuhrer

Hi all

when I try to start some java application I've have the following error

java: xcb_xlib.c:52: xcb_xlib_unlock: Assertion `c-xlib.lock' failed.

Some application run without any problem, but other show this error 
message.
For example, one of the application that cause this problem is JAP 
(anon.inf.tu-dresden.de) while the same jar run without any problem on 
my SuSE 9.3 (with the same java version)


My java vm is 1.6.0_03 from sun.

Thank you in advance for your help

claude

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



Re: [opensuse] Error while starting a java application

2007-10-24 Thread Sebastian Brandt
Hi!
I have the same problem with JAlbum 7.3.1 installer ... thought it was a
problem of JAlbum ...
http://jalbum.net/download/download.jsp?all=#oslinux
Though, I believe I'm using 1.5.0_13, can't check at the moment, Sorry.

Sebastian

Claude Fuhrer wrote:
 Hi all

 when I try to start some java application I've have the following error

 java: xcb_xlib.c:52: xcb_xlib_unlock: Assertion `c-xlib.lock' failed.

 Some application run without any problem, but other show this error
 message.
 For example, one of the application that cause this problem is JAP
 (anon.inf.tu-dresden.de) while the same jar run without any problem on
 my SuSE 9.3 (with the same java version)

 My java vm is 1.6.0_03 from sun.

 Thank you in advance for your help

 claude

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



Re: [opensuse] Error while starting a java application

2007-10-24 Thread Ben Kevan
On Wednesday 24 October 2007 09:32:01 am Sebastian Brandt wrote:
 Hi!
 I have the same problem with JAlbum 7.3.1 installer ... thought it was a
 problem of JAlbum ...
 http://jalbum.net/download/download.jsp?all=#oslinux
 Though, I believe I'm using 1.5.0_13, can't check at the moment, Sorry.

 Sebastian

 Claude Fuhrer wrote:
  Hi all
 
  when I try to start some java application I've have the following error
 
  java: xcb_xlib.c:52: xcb_xlib_unlock: Assertion `c-xlib.lock' failed.
 
  Some application run without any problem, but other show this error
  message.
  For example, one of the application that cause this problem is JAP
  (anon.inf.tu-dresden.de) while the same jar run without any problem on
  my SuSE 9.3 (with the same java version)
 
  My java vm is 1.6.0_03 from sun.
 
  Thank you in advance for your help
 
  claude

http://en.opensuse.org/Xlib.lock

Have fun.. Hopefully fixed soon
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Error while starting a java application

2007-10-24 Thread Claude Fuhrer

Sebastian Brandt wrote:

Hi!
I have the same problem with JAlbum 7.3.1 installer ... thought it was a
problem of JAlbum ...
http://jalbum.net/download/download.jsp?all=#oslinux
Though, I believe I'm using 1.5.0_13, can't check at the moment, Sorry.
  
I have checked also with 1.5.0_09 and an old version of the jar file 
which were running perfectly on 10.2, and I received the same error 
message ! For the moment I can only say g ;-)


thank you

claude


Sebastian

Claude Fuhrer wrote:
  

Hi all

when I try to start some java application I've have the following error

java: xcb_xlib.c:52: xcb_xlib_unlock: Assertion `c-xlib.lock' failed.

Some application run without any problem, but other show this error
message.
For example, one of the application that cause this problem is JAP
(anon.inf.tu-dresden.de) while the same jar run without any problem on
my SuSE 9.3 (with the same java version)

My java vm is 1.6.0_03 from sun.

Thank you in advance for your help

claude



  



--
[EMAIL PROTECTED]   
Haute Ecole Spécialisée Bernoise  /   Technique et informatique
Dpt d'informatique  Haute route 82CH - 2501 Biel-Bienne
Phone +41 32 3216 336  Fax  +41 32 3216 523
--- 


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



Re: [opensuse] Error while starting a java application

2007-10-24 Thread Alberto Riva
Dear Claude,
It's a java bug...
see http://en.opensuse.org/Xlib.lock
I tested this solution today and it works well...
Bye
Alberto


Claude Fuhrer wrote:
 Hi all

 when I try to start some java application I've have the following error

 java: xcb_xlib.c:52: xcb_xlib_unlock: Assertion `c-xlib.lock' failed.

 Some application run without any problem, but other show this error
 message.
 For example, one of the application that cause this problem is JAP
 (anon.inf.tu-dresden.de) while the same jar run without any problem on
 my SuSE 9.3 (with the same java version)

 My java vm is 1.6.0_03 from sun.

 Thank you in advance for your help

 claude


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



[opensuse] Error with Dbus permissions in run-level 5

2007-10-13 Thread Durbin, Carey S.
I just started experiencing a strange issue.

First my hardware/software setup: Dell Latitude D620 running OpenSUSE 10.3 and 
KDE.

I installed this last Friday (10/5) and it's been running great since then. 
This just started last night (10/12)

When I log in as a non-root user from the graphical login, I cannot access Kmix 
or KNetworkManager.
If I kill KnetworkManager and launch it from the command line I get the 
following error:

Error requesting name, org.freedesktop.DBus.Error.AccessDenied: Connection 
:1.57 is not allowed to own the serviceorg.freedesktop.NetworkManagerInfo 
due to security policies in the configuration file

Doing a Google search on the first part of the error message brings up some 
people with this issue, but no answers.

If I change inittab to boot into rl 3 or I do a init 3 from the command line, 
login from the console and do a startx, everything works fine. So it almost 
looks like, when booting to rl 5, the display manager doesn't recognize that I 
am logging in on the console and it messes up the Dbus permissions.

This isn't a KDE issue either as booting into Gnome does the same thing; no 
access to the network manager or mixer.

If I change the displaymanager in /etc/sysconfig/displaymanger to gdm or kdm I 
get the issue. If I change it to xdm it works correctly.

Anyone have any ideas on how to fix this issue?

Thanks!

Carey Durbin 
Systems Analyst/Administrator 
Bridgestone APM Co., Plant 2 
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] Error in Yast and 10.3

2007-10-09 Thread Gunnar Haaland
When I tries to add or remove program with Yast. I get this:

YaST got signal 11 at YCP file /usr/share/YaST2/clients/sw_single.ycp:187
/sbin/yast2: line 386:  4018 Minnesegmentsfeil   $ybindir/y2base
$module



Gunnar

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



Re: [opensuse] Error in Yast and 10.3

2007-10-09 Thread Aniruddha
I don't know this error. You can look look for at  Novell bugzilla and
if it doesn't exists file a new bugreport.


On Tue, 2007-10-09 at 12:20 +0200, Gunnar Haaland wrote:
 When I tries to add or remove program with Yast. I get this:
 
 YaST got signal 11 at YCP file /usr/share/YaST2/clients/sw_single.ycp:187
 /sbin/yast2: line 386:  4018 Minnesegmentsfeil   $ybindir/y2base
 $module
 
 
 
 Gunnar
 


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



[opensuse] Error trying to use Factory repos

2007-08-16 Thread Doctor Who
It appears I can *add* Factory repositories ok, but when I try to
refresh, I'm getting a pop-up that reads:

Download failed:
Media Exception

Anyone know how to fix/circumvent this?

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



Re: [opensuse] Error trying to use Factory repos

2007-08-16 Thread Rajko M.
On Thursday 16 August 2007 17:41, Doctor Who wrote:
 It appears I can *add* Factory repositories ok, but when I try to
 refresh, I'm getting a pop-up that reads:

 Download failed:
 Media Exception

 Anyone know how to fix/circumvent this?

 Thanks.

It is known bug in Beta 1. 
It occurs if there is a missing file. 
Workaround is to check Factory URLs that are included in Beta1.
So far I recall, at least one was wrong. 
After changing to correct URL error disappeared. 

See also 
  http://en.opensuse.org/Bugs:Most_Annoying_Bugs_10.3_dev
for the rest. 

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



[opensuse] Error in service module

2007-06-26 Thread CETIN OVALI
Hello,
I have Suse 10.1 installed , yesterday I recognized that I can not log
as root and as user from console It returned Error in service module.
I can log in from ssh and from winscp but every files  seems read only
and I cannot change anything. Does anybody have this before or can help
me.
Best
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Error: ld.so: object '/usr/lib/libaoss.so' from LD_PERLOAD cannot be preloaded

2007-06-01 Thread G T Smith
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

[EMAIL PROTECTED] wrote:
 Hi List,
 
 I get the following error:
 ld.so: object '/usr/lib/libaoss.so' from LD_PERLOAD cannot be preloaded
 when running up Firefox
 
 AND also when trying to compile (for example turbojpeg).
 
 Running opensuse 10.2 on x86_64
 
 Any help appreciated in obtaining the right library object file.
 
 Thanks
 Herry
 

The first thing I would ask is does the library exist. The majority of
occasions I have come across this kind of message have been when the
indicated file is a corrupted generic link to the real library.

The second thing I would ask has this always happened, if not what was
the last thing you did before things broke.

The library concerned is supplied by ALSA, and I would guess from the
oss bit has something to with OSS. It is a link to
/usr/lib/libaoss.so.0.0 on my install. I would check whether the link is
broken.

You could reapply the SuSE ALSA package but it may be simpler to fix the
link.


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iD8DBQFGX+RPasN0sSnLmgIRAq5DAKD2LSSRamNfwtUIfyPZ+bzwsnwlpgCgs2FQ
w41UrBNOlv1DuiHvC7L6c6E=
=RQBA
-END PGP SIGNATURE-
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Error: ld.so: object '/usr/lib/libaoss.so' from LD_PERLOAD cannot be preloaded

2007-06-01 Thread eshsf
Hello,

On Fri, 01 Jun 2007 10:18:07 +0100
G T Smith [EMAIL PROTECTED] wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 [EMAIL PROTECTED] wrote:
  Hi List,
  
  I get the following error:
  ld.so: object '/usr/lib/libaoss.so' from LD_PERLOAD cannot be preloaded
  when running up Firefox
  
  AND also when trying to compile (for example turbojpeg).
  
  Running opensuse 10.2 on x86_64
  
  Any help appreciated in obtaining the right library object file.
  
  Thanks
  Herry
  
 
 The first thing I would ask is does the library exist. The majority of
 occasions I have come across this kind of message have been when the
 indicated file is a corrupted generic link to the real library.
 
 The second thing I would ask has this always happened, if not what was
 the last thing you did before things broke.
 
 The library concerned is supplied by ALSA, and I would guess from the
 oss bit has something to with OSS. It is a link to
 /usr/lib/libaoss.so.0.0 on my install. I would check whether the link is
 broken.
 
 You could reapply the SuSE ALSA package but it may be simpler to fix the
 link.

And just for your information:

  % rpm -qf /usr/lib/libaoss.so
  alsa-32bit-1.0.13-22

It works for me. as smith said, it might not be installed possibly.


Hope this helps


Regards,
eshsf

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



[opensuse] Error: ld.so: object '/usr/lib/libaoss.so' from LD_PERLOAD cannot be preloaded

2007-05-31 Thread Alexander.Herr
Hi List,

I get the following error:
ld.so: object '/usr/lib/libaoss.so' from LD_PERLOAD cannot be preloaded
when running up Firefox

AND also when trying to compile (for example turbojpeg).

Running opensuse 10.2 on x86_64

Any help appreciated in obtaining the right library object file.

Thanks
Herry

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



[opensuse] error code 1008 message on installing

2007-05-11 Thread Jack Malone
Ok I'm finally have a working 3ware card in my system ( old 9500 8mi). on
trying to install with ex3 partition for root an one swap partition. / is
460 gb an swap is 5gb. I go thrue an select what I want to install an how I
want the partitions to be then it starts to install an format the
partitions. I get this error message coming up:

Error
Failure occurred during following action
Setting disk label  of disk /dev/sdb/ to ms-dos
System error code  was -1008



Anyone every seen this an know what the fix is. 

Thanks

Jack Malone

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



[opensuse] Error on suse

2007-04-25 Thread Priyanka Tomar

Is this a benign error - ERROR: ld.so: object
'/netegrity/webagent-80/bin/libbtunicode.so' from LD_PRELOAD cannot be
preloaded: ignored.

 

64 - bit Suse 9 enterprise server

Siteminder Web Agent v6 qmr5 cr003

IHS 6.1.0.5 Web server

 

This error is seen when starting the web server. They have load tested
with this setup and everything appears to be working fine. If they
remove LDPRELOAD line the web agent will not initialize. The web server
has been verified to be a 32 bit configuration. If they use a previous
version of IHS the error is not seen.

 

Can you please tell me the reason for this error.

 CAUTION - Disclaimer *
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely 
for the use of the addressee(s). If you are not the intended recipient, please 
notify the sender by e-mail and delete the original message. Further, you are 
not to copy, disclose, or distribute this e-mail or its contents to any other 
person and any such actions are unlawful. This e-mail may contain viruses. 
Infosys has taken every reasonable precaution to minimize this risk, but is not 
liable for any damage you may sustain as a result of any virus in this e-mail. 
You should carry out your own virus checks before opening the e-mail or 
attachment. Infosys reserves the right to monitor and review the content of all 
messages sent to or from this e-mail address. Messages sent to or from this 
e-mail address may be stored on the Infosys e-mail system.
***INFOSYS End of Disclaimer INFOSYS***
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Error on suse

2007-04-25 Thread kernel.2k5


Priyanka Tomar wrote:
 Is this a benign error - ERROR: ld.so: object
 '/netegrity/webagent-80/bin/libbtunicode.so' from LD_PRELOAD cannot be
 preloaded: ignored.

  

 64 - bit Suse 9 enterprise server

 Siteminder Web Agent v6 qmr5 cr003

 IHS 6.1.0.5 Web server

  

 This error is seen when starting the web server. They have load tested
 with this setup and everything appears to be working fine. If they
 remove LDPRELOAD line the web agent will not initialize. The web server
 has been verified to be a 32 bit configuration. If they use a previous
 version of IHS the error is not seen.

  

 Can you please tell me the reason for this error.

  CAUTION - Disclaimer *
 This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely 
 for the use of the addressee(s). If you are not the intended recipient, 
 please notify the sender by e-mail and delete the original message. Further, 
 you are not to copy, disclose, or distribute this e-mail or its contents to 
 any other person and any such actions are unlawful. This e-mail may contain 
 viruses. Infosys has taken every reasonable precaution to minimize this risk, 
 but is not liable for any damage you may sustain as a result of any virus in 
 this e-mail. You should carry out your own virus checks before opening the 
 e-mail or attachment. Infosys reserves the right to monitor and review the 
 content of all messages sent to or from this e-mail address. Messages sent to 
 or from this e-mail address may be stored on the Infosys e-mail system.
 ***INFOSYS End of Disclaimer INFOSYS***
   
Kindly describe the problem well as well as what are the specs of the
system and and the product u are running is 32 bit .

any log , kindly attached for better and immediate understanding to
resolve the probs.

-- 
===
With Best Regards

Smith

Web:www.comptrixsys.com

Email:[EMAIL PROTECTED]

=
This Message is sent Via [EMAIL PROTECTED]
Server SuSe 10.1 Linux Using Opera's e-mail client 
or Mozilla ThunderBird Mail Client.
=

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



RE: [opensuse] Error on suse

2007-04-25 Thread Priyanka Tomar
Hi, 

The problem is that my application(web server)is working fine though I
am still getting this error when I start my web server as mentioned in
the previous mail.
I just want to know the reason why this error could occur?
My machine is 64 bit , application I am using is 32 bit.
When I start my web server I am getting this error :

ERROR: ld.so: object '/netegrity/webagent-80/bin/libbtunicode.so' from
LD_PRELOAD cannot be preloaded: ignored.

I searched on net but could not find the reason , I want to know what
might be the generic issue.
Environment: 64 - bit Suse 9 enterprise server
Web server: IHS 6.1.0.5

Do you want more information?

-Original Message-
From: kernel.2k5 [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 25, 2007 12:17 PM
To: Priyanka Tomar; opensuse@opensuse.org
Subject: Re: [opensuse] Error on suse



Priyanka Tomar wrote:
 Is this a benign error - ERROR: ld.so: object
 '/netegrity/webagent-80/bin/libbtunicode.so' from LD_PRELOAD cannot be
 preloaded: ignored.

  

 64 - bit Suse 9 enterprise server

 Siteminder Web Agent v6 qmr5 cr003

 IHS 6.1.0.5 Web server

  

 This error is seen when starting the web server. They have load tested
 with this setup and everything appears to be working fine. If they
 remove LDPRELOAD line the web agent will not initialize. The web
server
 has been verified to be a 32 bit configuration. If they use a previous
 version of IHS the error is not seen.

  

 Can you please tell me the reason for this error.

  CAUTION - Disclaimer *
 This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended
solely for the use of the addressee(s). If you are not the intended
recipient, please notify the sender by e-mail and delete the original
message. Further, you are not to copy, disclose, or distribute this
e-mail or its contents to any other person and any such actions are
unlawful. This e-mail may contain viruses. Infosys has taken every
reasonable precaution to minimize this risk, but is not liable for any
damage you may sustain as a result of any virus in this e-mail. You
should carry out your own virus checks before opening the e-mail or
attachment. Infosys reserves the right to monitor and review the content
of all messages sent to or from this e-mail address. Messages sent to or
from this e-mail address may be stored on the Infosys e-mail system.
 ***INFOSYS End of Disclaimer INFOSYS***
   
Kindly describe the problem well as well as what are the specs of the
system and and the product u are running is 32 bit .

any log , kindly attached for better and immediate understanding to
resolve the probs.

-- 
===
With Best Regards

Smith

Web:www.comptrixsys.com

Email:[EMAIL PROTECTED]

=
This Message is sent Via [EMAIL PROTECTED]
Server SuSe 10.1 Linux Using Opera's e-mail client 
or Mozilla ThunderBird Mail Client.
=

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



Re: [opensuse] Error occurred while creating the catalog - Unknown error: unable

2007-04-03 Thread Stephen Yee

test

_
Exercise your brain! Try Flexicon. 
http://games.msn.com/en/flexicon/default.htm?icid=flexicon_hmemailtaglineapril07


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



[opensuse] error in 2.6.20.3 kernel for xen

2007-03-22 Thread phcolaris
hi all,

trying to compile 2.6.20.3 with a support for xen.
I guess I'm missing something, just can't see what exactly.
many thanks for hint

rgds
phil


make -f buildconfigs/mk.linux-2.6-xen0 build
make[1]: Entering directory `/home/pdjg/public_html/xen/xen-3.0.4_1-src'
if grep ^CONFIG_MODULES= linux-2.6.20.3-xen0/.config ; then \
make -C linux-2.6.20.3-xen0 ARCH=x86_64 modules ; \
make -C linux-2.6.20.3-xen0 ARCH=x86_64
INSTALL_MOD_PATH=/home/pdjg/public_html/xen/xen-3.0.4_1-src/dist/install
modules_install ; \
fi
CONFIG_MODULES=y
make[2]: Entering directory
`/home/pdjg/public_html/xen/xen-3.0.4_1-src/linux-2.6.20.3-xen0'
scripts/kconfig/conf -s arch/x86_64/Kconfig
drivers/macintosh/Kconfig:126:warning: 'select' used by config symbol
'PMAC_BACKLIGHT' refer to undefined symbol 'FB_BACKLIGHT'
#
# configuration written to .config
#
make[2]: Leaving directory
`/home/pdjg/public_html/xen/xen-3.0.4_1-src/linux-2.6.20.3-xen0'
make[2]: Entering directory
`/home/pdjg/public_html/xen/xen-3.0.4_1-src/linux-2.6.20.3-xen0'
  CHK include/linux/version.h
  CHK include/linux/utsrelease.h
  CC  arch/x86_64/kernel/asm-offsets.s
In file included from include/asm/thread_info.h:12,
 from include/linux/thread_info.h:21,
 from include/linux/preempt.h:9,
 from include/linux/spinlock.h:49,
 from include/linux/capability.h:45,
 from include/linux/sched.h:46,
 from arch/x86_64/kernel/asm-offsets.c:7:
include/asm/mach-xen/asm/page.h:4:26: error: linux/config.h: No such
file or directory
In file included from include/linux/spinlock.h:57,
 from include/linux/capability.h:45,
 from include/linux/sched.h:46,
 from arch/x86_64/kernel/asm-offsets.c:7:
include/asm/mach-xen/asm/system.h:20:1: warning: LOCK_PREFIX redefined
In file included from include/asm/bitops.h:8,
 from include/linux/bitops.h:9,
 from include/linux/thread_info.h:20,
 from include/linux/preempt.h:9,
 from include/linux/spinlock.h:49,
 from include/linux/capability.h:45,
 from include/linux/sched.h:46,
 from arch/x86_64/kernel/asm-offsets.c:7:
include/asm/alternative.h:126:1: warning: this is the location of the
previous definition
In file included from include/linux/spinlock.h:57,
 from include/linux/capability.h:45,
 from include/linux/sched.h:46,
 from arch/x86_64/kernel/asm-offsets.c:7:
include/asm/mach-xen/asm/system.h:90: error: redefinition of ‘struct
alt_instr’
In file included from include/linux/slab.h:14,
 from include/linux/percpu.h:5,
 from include/linux/rcupdate.h:41,
 from include/linux/pid.h:4,
 from include/linux/sched.h:72,
 from arch/x86_64/kernel/asm-offsets.c:7:
include/linux/gfp.h: In function ‘gfp_zone’:
include/linux/gfp.h:80: error: ‘GFP_ZONEMASK’ undeclared (first use in
this function)
include/linux/gfp.h:80: error: (Each undeclared identifier is reported
only once
include/linux/gfp.h:80: error: for each function it appears in.)
include/linux/gfp.h:81: error: ‘GFP_ZONETYPES’ undeclared (first use in
this function)
make[3]: *** [arch/x86_64/kernel/asm-offsets.s] Error 1
make[2]: *** [prepare0] Error 2
make[2]: Leaving directory
`/home/pdjg/public_html/xen/xen-3.0.4_1-src/linux-2.6.20.3-xen0'
make[2]: Entering directory
`/home/pdjg/public_html/xen/xen-3.0.4_1-src/linux-2.6.20.3-xen0'
if [ -r System.map -a -x /sbin/depmod ]; then /sbin/depmod -ae -F
System.map -b /home/pdjg/public_html/xen/xen-3.0.4_1-src/dist/install -r
2.6.20.3-xen0; fi
make[2]: Leaving directory
`/home/pdjg/public_html/xen/xen-3.0.4_1-src/linux-2.6.20.3-xen0'
make -C linux-2.6.20.3-xen0 ARCH=x86_64
INSTALL_PATH=/home/pdjg/public_html/xen/xen-3.0.4_1-src/dist/install
vmlinuz
make[2]: Entering directory
`/home/pdjg/public_html/xen/xen-3.0.4_1-src/linux-2.6.20.3-xen0'
  CHK include/linux/version.h
  CHK include/linux/utsrelease.h
  CC  arch/x86_64/kernel/asm-offsets.s
In file included from include/asm/thread_info.h:12,
 from include/linux/thread_info.h:21,
 from include/linux/preempt.h:9,
 from include/linux/spinlock.h:49,
 from include/linux/capability.h:45,
 from include/linux/sched.h:46,
 from arch/x86_64/kernel/asm-offsets.c:7:
include/asm/mach-xen/asm/page.h:4:26: error: linux/config.h: No such
file or directory
In file included from include/linux/spinlock.h:57,
 from include/linux/capability.h:45,
 from include/linux/sched.h:46,
 from arch/x86_64/kernel/asm-offsets.c:7:
include/asm/mach-xen/asm/system.h:20:1: warning: LOCK_PREFIX redefined
In file included from include/asm/bitops.h:8,
   

Re: [opensuse] error in 2.6.20.3 kernel for xen

2007-03-22 Thread Andreas Jaeger
phcolaris [EMAIL PROTECTED] writes:

 hi all,

 trying to compile 2.6.20.3 with a support for xen.
 I guess I'm missing something, just can't see what exactly.
 many thanks for hint

Our 10.3 alpha2 kernel is 2.6.20.x with xen patched in - I suggest to use
our kernel-source package,

Andreas
-- 
 Andreas Jaeger, [EMAIL PROTECTED], http://www.suse.de/~aj/
  SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
   Maxfeldstr. 5, 90409 Nürnberg, Germany
GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126


pgpGJzj7V5eJA.pgp
Description: PGP signature


Re: [opensuse] error in 2.6.20.3 kernel for xen

2007-03-22 Thread Patrick Kirsch
Hey,
 trying to compile 2.6.20.3 with a support for xen.
 I guess I'm missing something, just can't see what exactly.
 many thanks for hint
 make[2]: Leaving directory
 `/home/pdjg/public_html/xen/xen-3.0.4_1-src/linux-2.6.20.3-xen0'
 make[2]: Entering directory
 `/home/pdjg/public_html/xen/xen-3.0.4_1-src/linux-2.6.20.3-xen0'
   CHK include/linux/version.h
   CHK include/linux/utsrelease.h
   CC  arch/x86_64/kernel/asm-offsets.s
 In file included from include/asm/thread_info.h:12,
  from include/linux/thread_info.h:21,
  from include/linux/preempt.h:9,
  from include/linux/spinlock.h:49,
  from include/linux/capability.h:45,
  from include/linux/sched.h:46,
  from arch/x86_64/kernel/asm-offsets.c:7:
 include/asm/mach-xen/asm/page.h:4:26: error: linux/config.h: No such
 file or directory
Can it be an directory issue?

Regards,
-- 
Patrick Kirsch - Quality Assurance Department
SUSE Linux Products GmbH GF: Markus Rex, HRB 16746 (AG Nuernberg)
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Error with updater (SOLVED)

2007-02-26 Thread Robert Lewis
Robert Lewis wrote:
 There was an error in installation source initialization.

 http://download.opensuse.org/distribution/10.2/repo/oss/suse/: Can't
 check if source has changed or not. Aborting refresh.
 http://download.opensuse.org/distribution/10.2/repo/non-oss/: Can't
 provide //media.1 from
 http://download.opensuse.org/distribution/10.2/repo/non-oss

 This is happening when from YaST I go to Software Managment.
 Any suggestions?   It worked awhile back.

 Cheers,
 Bob
   
The problem turned out to be that the repository was overloaded.
I used ftp to walk the path and determine that.   To bad the message
above didn't give more accurate feedback to the user.

I choose a new one closer to me and now all is well.
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] error: Package has no %description: Mozilla...*

2007-02-25 Thread ken
Compiling
http://software.opensuse.org/download/mozilla/SUSE_Linux_9.3/src/MozillaThunderbird-1.99.2-26.1.src.rpm
yields:

error: Package has no %description: MozillaThunderbird

Same deal for
http://software.opensuse.org/download/mozilla/SUSE_Linux_9.3/src/MozillaFirefox-2.0.0.2-6.1.src.rpm

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



[opensuse] Error occurred while creating the catalog - Unknown error: unable to copy media directory

2007-02-16 Thread robermann

Hi all,
an update: as promised, I kept searching and... I buied a Linux
journal with an OpenSuse DVD. This time, that worked! I again cannot
understand what changed; the only reason I can see is the different
media type. How can I make sure about the new DVD having the same
content of my other DVD not working? Cross-checking the MD5 of all
files (!) ?

By the way: I updated my Suse 9.3 with OpenSuse 10.2. It seems all
worked well, with the exception of printer settings (and Samba still
works :) ).

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



Re: [opensuse] Error occurred while creating the catalog - Unknown error: unable to copy media directory

2007-02-14 Thread robermann

Hi all,
an update: as promised, I kept searching and... I buied a Linux
journal with an OpenSuse DVD. This time, that worked! I again cannot
understand what changed; the only reason I can see is the different
media type. How can I make sure about the new DVD having the same
content of my other DVD not working? Cross-checking the MD5 of all
files (!) ?

By the way: I updated my Suse 9.3 with OpenSuse 10.2. It seems all
worked well, with the exception of printer settings (and Samba still
works :) ).

Bye
rob

On 2/8/07, robermann [EMAIL PROTECTED] wrote:

Yes I checked the disk. I'm wondered too... and I'll keep searching
(or maybe buying :D).
I'll let you know. Thank you :)

rob


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



Re: [opensuse] Error should be sent to WINS server

2007-02-14 Thread James Wright
On Tuesday 13 February 2007 22:39, John Andersen wrote:
 On Tuesday 13 February 2007, James Wright wrote:
  What OS is on 192.168.0.226?  Apparently this particular machine is
  trying to contact a WINS server.  If it is a Windows box see
  http://www.microsoft.com/technet/network/evaluate/technol/tcpipfund/tcpi
 pf und_ch12.mspx

 They are all XP Pro, freshly installed by Dell.

 Wins seems to be implied in that installation although i've never needed
 it.  It might be simpler to turn it on just to keep the logging down.

Or create a registry key that disables WINS, then import that key on each 
machine.  If Remote Registry is enabled you could do it over the network.  If 
not you could do it by diskette, auto-run CD, usb drive, or whatever fits the 
bill.

Good luck,

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



Re: [opensuse] Error should be sent to WINS server

2007-02-13 Thread James Wright
On Monday 12 February 2007 22:35, John Andersen wrote:
 I have a SLED installation which is getting a significant flow of messages
 out of nmdb like the following:

 Feb 12 18:29:15 haight nmbd[16933]: [2007/02/12 18:29:15, 0]
 nmbd/nmbd_incomingrequests.c:process_name_refresh_request(172)
 Feb 12 18:29:15 haight nmbd[16933]:   process_name_refresh_request: unicast
 name registration request received for name CADTECH00 from IP
 192.168.0.226 on subnet UNICAST_SUBNET.

 I don't have a wins server, and samba is not configured to be one.  Its a
 single subnet, and I've never needed a wins server in such cases.
 Samba is not configured as a domain controller either as its a simple
 work group server.

 How can I stop these messages, and why is it that this is the only network
 I manage that is generating these?

What OS is on 192.168.0.226?  Apparently this particular machine is trying to 
contact a WINS server.  If it is a Windows box see 
http://www.microsoft.com/technet/network/evaluate/technol/tcpipfund/tcpipfund_ch12.mspx
 
to see every place to check for a WINS configuration.  If computer 
192.168.0.226 was not using WINS (which it must be), then you would get a 
BROADCAST message, not a UNICAST.

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



Re: [opensuse] Error should be sent to WINS server

2007-02-13 Thread John Andersen
On Tuesday 13 February 2007, James Wright wrote:
 What OS is on 192.168.0.226?  Apparently this particular machine is trying
 to contact a WINS server.  If it is a Windows box see
 http://www.microsoft.com/technet/network/evaluate/technol/tcpipfund/tcpipf
und_ch12.mspx

They are all XP Pro, freshly installed by Dell.

Wins seems to be implied in that installation although i've never needed
it.  It might be simpler to turn it on just to keep the logging down.



-- 
_
John Andersen


pgpLJjuf9FQL6.pgp
Description: PGP signature


[opensuse] Error should be sent to WINS server

2007-02-12 Thread John Andersen
I have a SLED installation which is getting a significant flow of messages out 
of nmdb like the following:

Feb 12 18:29:15 haight nmbd[16933]: [2007/02/12 18:29:15, 0] 
nmbd/nmbd_incomingrequests.c:process_name_refresh_request(172)
Feb 12 18:29:15 haight nmbd[16933]:   process_name_refresh_request: unicast 
name registration request received for name CADTECH00 from IP 192.168.0.226 
on subnet UNICAST_SUBNET.

I don't have a wins server, and samba is not configured to be one.  Its a 
single subnet, and I've never needed a wins server in such cases.  
Samba is not configured as a domain controller either as its a simple
work group server.

How can I stop these messages, and why is it that this is the only network
I manage that is generating these?

-- 
_
John Andersen


pgpoIjmTWpWwC.pgp
Description: PGP signature


Re: [opensuse] Error should be sent to WINS server

2007-02-12 Thread Ben Kevan
On Monday 12 February 2007 19:35, John Andersen wrote:
 nmbd/nmbd_incomingrequests.c:process_name_refresh_request(172)

What does your smb.conf look like?

-- 

Ben Kevan
SLED 10 - Kmail 1.9.1

How much can you know about yourself if you've never been in a fight - Fight 
Club
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Error should be sent to WINS server

2007-02-12 Thread John Andersen
On Monday 12 February 2007, Ben Kevan wrote:
 On Monday 12 February 2007 19:35, John Andersen wrote:
  nmbd/nmbd_incomingrequests.c:process_name_refresh_request(172)

 What does your smb.conf look like?

 --

 Ben Kevan
 SLED 10 - Kmail 1.9.1

 How much can you know about yourself if you've never been in a fight -
 Fight Club

Well the globals section looks like this:
[global]
workgroup = ENGINEERING
netbios name = HAI
server string = xx Associates
interfaces = eth1
map to guest = Bad User
passdb backend = ldapsam:ldap://localhost
log file = /var/log/samba/log.%m
time server = Yes
printcap name = cups
logon path = \\%L\profiles\.msprofile
logon drive = P:
logon home = \\%L\%U\.9xprofile
preferred master = Yes
os level = 32
domain master = No
dns proxy = No
wins proxy = No
wins server =
wins support = No
wins hook =
ldap admin dn = cn=Administrator,dc=xx,dc=xx,dc=net
ldap group suffix = ou=group
ldap idmap suffix = ou=Idmap
ldap machine suffix = ou=Computers
ldap suffix = dc=xx,dc=xx,dc=net
ldap ssl = no
ldap user suffix = ou=people
idmap backend = ldap:ldap://localhost
cups options = raw
include = /etc/samba/dhcp.conf


-- 
_
John Andersen


pgp1qBDssTvOg.pgp
Description: PGP signature


[opensuse] Error occurred while creating the catalog - Unknown error: unable to copy media directory

2007-02-07 Thread robermann

Hi all
Yesterday I was trying to update my Suse 9.3 to openSuse 10.2
installation with a DVD burned image. Just after clicked on update
(but it happens also when clicking on installation) I got the
following error:

Error occurred while creating the catalog.
cd://?devices=/dev/hdc,/dev/hdd
Unknown error: unable to copy media directory
to /var/tmp/TmpDir.j4jPSa/MEDIA

After 2 dvds burned, I found this:
http://www.suseforums.net/index.php?showtopic=27392
but I was anyway unable to get a succesful installation with a 3rd DVD
burned at 2X.

Any help would be very appreciated :)

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



[opensuse] Error occurred while creating the catalog - Unknown error: unable to copy media directory

2007-02-07 Thread robermann

Hi all
Yesterday I was trying to update my Suse 9.3 to openSuse 10.2
installation with a DVD burned image. Just after clicked on update
(but it happens also when clicking on installation) I got the
following error:

Error occurred while creating the catalog.
cd://?devices=/dev/hdc,/dev/hdd
Unknown error: unable to copy media directory
to /var/tmp/TmpDir.j4jPSa/MEDIA

After 2 dvds burned, I found this:
http://www.suseforums.net/index.php?showtopic=27392
but I was anyway unable to get a succesful installation with a 3rd DVD
burned at 2X.

Any help would be very appreciated :)

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



Re: [opensuse] Error occurred while creating the catalog - Unknown error: unable to copy media directory

2007-02-07 Thread riccardo35
On Wed 07 Feb 2007 08:46, robermann wrote:
 update
 (but it happens also when clicking on installation) I got the
 following error:

 Error occurred while creating the catalog.
 cd://?devices=/dev/hdc,/dev/hdd
 Unknown error: unable to copy media directory
 to /var/tmp/TmpDir.j4jPSa/MEDIA

 After 2 dvds burned, I found this:
 http://www.suseforums.net/index.php?showtopic=27392
 but I was anyway unable to get a succesful installation with a 3rd
 DVD burned at 2X.
___

 - similar has frequently occured here - sometimes x10 in row

 . . . open the drawer - turn the disk around a bit - try again . . .  
again   :)


cheers

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



Re: [opensuse] Error occurred while creating the catalog - Unknown error: unable to copy media directory

2007-02-07 Thread Joe Morris (NTM)
robermann wrote:
 Hi all
 Yesterday I was trying to update my Suse 9.3 to openSuse 10.2
 installation with a DVD burned image. Just after clicked on update
 (but it happens also when clicking on installation) I got the
 following error:

 Error occurred while creating the catalog.
 cd://?devices=/dev/hdc,/dev/hdd
 Unknown error: unable to copy media directory
 to /var/tmp/TmpDir.j4jPSa/MEDIA

 After 2 dvds burned, I found this:
 http://www.suseforums.net/index.php?showtopic=27392
 but I was anyway unable to get a succesful installation with a 3rd DVD
 burned at 2X.

Did you test the DVD with Yast Check Media?  It may be the drive in the
machine you are updating does not like the media (assuming you burned
all those DVDs with the same brand of media).  You could try a different
brand media.  My experience has been if the media check passes, it works.

-- 
Joe Morris
Registered Linux user 231871 running openSUSE 10.2 x86_64






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



Re: [opensuse] Error occurred while creating the catalog - Unknown error: unable to copy media directory

2007-02-07 Thread Bryan Tyson
On Wed, 2007-02-07 at 09:46 +0100, robermann wrote:
 Error occurred while creating the catalog.
 cd://?devices=/dev/hdc,/dev/hdd
 Unknown error: unable to copy media directory
 to /var/tmp/TmpDir.j4jPSa/MEDIA 

I got that error repeatedly when trying to install 10.2. After
downloading the iso twice from 2 different locations, I gave up and
ordered it from Linux Central. Strange, since any other distro I
download seems to work on the first try. This includes Mepis, Kubuntu,
Mandriva, and Fedora.

Bryan

***
Powered by Fedora Linux 6
Gnome 2.16.0  Evolution 2.8.0
This is a Microsoft-free computer

Bryan S. Tyson
[EMAIL PROTECTED]
***

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



Re: [opensuse] Error occurred while creating the catalog - Unknown error: unable to copy media directory

2007-02-07 Thread Bryan Tyson
On Wed, 2007-02-07 at 15:38 +0100, robermann wrote:
 And did the new ordered DVD work?

Yes!

Unfortunately, although I thought it was generally nice, I was so
disappointed by the excruciatingly slow package manager, after less than
a week I ended up replacing Suse with Mandriva on that computer. To me,
it does not matter how nice the rest of the system is when the package
system is that bad.

Bryan

***
Powered by Fedora Linux 6
Gnome 2.16.0  Evolution 2.8.0
This is a Microsoft-free computer

Bryan S. Tyson
[EMAIL PROTECTED]
***

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



Re: [opensuse] Error occurred while creating the catalog - Unknown error: unable to copy media directory

2007-02-07 Thread J Sloan
Bryan Tyson wrote:
 On Wed, 2007-02-07 at 15:38 +0100, robermann wrote:
   
 And did the new ordered DVD work?
 

 Yes!

 Unfortunately, although I thought it was generally nice, I was so
 disappointed by the excruciatingly slow package manager, after less than
 a week I ended up replacing Suse with Mandriva on that computer. To me,
 it does not matter how nice the rest of the system is when the package
 system is that bad.
   

How sad, that you threw out the baby with the bathwater, rather than
simply using a different tool for updates -

yum, rug, zypper, apt, smart are all update tools that different suse
users are happy with.

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



Re: [opensuse] Error with BIND security update

2007-02-01 Thread Peter Bradley

Ysgrifennodd Carl Hartung:

On Wed January 31 2007 17:14, Peter Bradley wrote:

Here's what I'd do (as superuser):

cd /var/lib/YaST2/you/mnt/i386/update/10.0/rpm/x86_64/

rpm -Uhv bind-*-9.3.2-56.1.x86_64.rpm --test

watch for errors... if none, then repeat but drop the '--test'

when it's done: 'ldconfig'
then 'SuSEconfig'

That should do it.

hth  regards,

Carl
  

Unfortunately not:

linux:/var/lib/YaST2/you/mnt/i386/update/10.0/rpm/x86_64 # rpm -Uhv 
bind-*-9.3.2-56.1.x86_64.rpm --test
error: bind-libs-9.3.2-56.1.x86_64.rpm: V3 DSA signature: BAD, key ID 
9c800aca

error: bind-libs-9.3.2-56.1.x86_64.rpm cannot be installed

I'm going to try another suggestion which is to force a new download by 
deleting them.  So I'll post again with the result.



Peter

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



Re: [opensuse] Error with BIND security update

2007-02-01 Thread Peter Bradley

Ysgrifennodd Carlos E. R.:
Force download of the rpm again. It's broken, the signature says so (not 
missing, but invalid). Ie, delete the rpm in 
/var/lib/YaST2/you/mnt/i386/update/10.0/rpm/.


- -- 
Cheers,

   Carlos E. R.
  

Bingo!

Thanks Carlos.  And thanks to everyone else whose helped.

I'm sure that no-nothings like me must be a PITA sometimes, so thanks 
for your time and your patience.


Cheers


Peter

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



Re: [opensuse] Error with BIND security update

2007-02-01 Thread Peter Bradley

Ysgrifennodd Peter Bradley:

Ysgrifennodd Carlos E. R.:
Force download of the rpm again. It's broken, the signature says so 
(not missing, but invalid). Ie, delete the rpm in 
/var/lib/YaST2/you/mnt/i386/update/10.0/rpm/.


- -- Cheers,
   Carlos E. R.
  

Bingo!

Thanks Carlos.  And thanks to everyone else whose helped.

I'm sure that no-nothings like me must be a PITA sometimes, so thanks 
for your time and your patience.


Cheers


Peter


Oh!  My English

Second language or not, that should, of course be

s/whose/who's/

and

s/no-nothings/know-nothings/

Grief!


Peter

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



Re: [opensuse] Error with BIND security update

2007-02-01 Thread david rankin

From: Peter Bradley [EMAIL PROTECTED]
Ysgrifennodd Carlos E. R.:
Force download of the rpm again. It's broken, the signature says so (not 
missing, but invalid). Ie, delete the rpm in 
/var/lib/YaST2/you/mnt/i386/update/10.0/rpm/.


- -- 
Cheers,

   Carlos E. R.


Bingo!

Thanks Carlos.  And thanks to everyone else whose helped.

I'm sure that no-nothings like me must be a PITA sometimes, so thanks for 
your time and your patience.


Cheers


Peter



 Don't give it a second thought, I was bitten by the same thing a year or 
two ago, but still being no-nothing enough, I didn't evem catch that you 
were having the same problem


--
David C. Rankin, J.D., P.E.
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax
www.rankinlawfirm.com
--

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



Re: [opensuse] Error with BIND security update

2007-01-31 Thread Peter Bradley

Ysgrifennodd russbucket:

On Tuesday January 30 2007 11:13, Peter Bradley wrote:
  

YOU tells me I need to update BIND, but when I try to download the
patch, I get the following error:

ERROR(You:RPM has invalid signature.)

I've tried rpm --rebuilddb, in the vague hope that it might do some
good, but to no avail.  There's nothing in /var/log/messages.  I don't
know where rpm might keep any logs.

Can anyone please advise on how I could sort this (i.e. get the patch
installed)?

Many thanks


Peter


Opensuse 10.2
You don't say what version of OS. I installed the bind update about three 
hours ago. There were three parts to it.
  
Apologies Russ.  I did actually post those details in a follow-up, but 
here are the details again:


SUSE 10.0 on AMD64 dual core

As to the bit that failed, I have to admit that I wasn't paying too much 
attention at the time, but it seemed to be the second part that failed.  
All subsequent attempts just bring up the error message straightaway.  
This is probably because the download's already happened?


Is there some way I can delete whatever's been downloaded and start 
again, or something?



Peter

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



Re: [opensuse] Error with BIND security update

2007-01-31 Thread russbucket
On Wednesday January 31 2007 10:58, Peter Bradley wrote:
 Ysgrifennodd russbucket:
  On Tuesday January 30 2007 11:13, Peter Bradley wrote:
  YOU tells me I need to update BIND, but when I try to download the
  patch, I get the following error:
 
  ERROR(You:RPM has invalid signature.)
 
  I've tried rpm --rebuilddb, in the vague hope that it might do some
  good, but to no avail.  There's nothing in /var/log/messages.  I don't
  know where rpm might keep any logs.
 
  Can anyone please advise on how I could sort this (i.e. get the patch
  installed)?

  Many thanks
 
 
  Peter
 
  Opensuse 10.2
  You don't say what version of OS. I installed the bind update about three
  hours ago. There were three parts to it.

 Apologies Russ.  I did actually post those details in a follow-up, but
 here are the details again:

 SUSE 10.0 on AMD64 dual core

 As to the bit that failed, I have to admit that I wasn't paying too much
 attention at the time, but it seemed to be the second part that failed.
 All subsequent attempts just bring up the error message straightaway.
 This is probably because the download's already happened?

 Is there some way I can delete whatever's been downloaded and start
 again, or something?


 Peter
Looks like YaST -- Software Management (I typed bind) will allow you to 
deinstall them, but I'm not sure what all it would effect since I do not run 
a Domain Name Server on my system. It downloaded three packages when I 
updated and it looks like they are separate in YaST.
-- 
Russ
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Error with BIND security update

2007-01-31 Thread Peter Bradley

Ysgrifennodd russbucket:
Looks like YaST -- Software Management (I typed bind) will allow you to 
deinstall them, but I'm not sure what all it would effect since I do not run 
a Domain Name Server on my system. It downloaded three packages when I 
updated and it looks like they are separate in YaST.
  


Weeelll.  I've uninstalled bind.  I'm not running a name server either 
as far as I know.  YaST didn't seem to be bothered, anyway.


The same goes for bind-chrootenv and bind-libs-32bit (my machine is 64 
bit so I can't see why I'd need these).  Again YaST seemed perfectly 
happy: and the box is still going as far as I can tell (I haven't 
restarted it).


However, YaST really does not want me to uninstall bind-libs or 
bind-utils.  It comes up with all sorts of scarey dependencies - but 
when I check for updates again, it still says there are updates there 
for these packages, and still gives me the error message.


Is there something I can do with rpm?  I've tried rebuilddb without any 
luck.


Thanks for the help so far.


Peter

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



Re: [opensuse] Error with BIND security update

2007-01-31 Thread Peter Bradley

Ysgrifennodd Peter Bradley:


Is there something I can do with rpm?  I've tried rebuilddb without 
any luck.




Sorry for replying to myself (again).

If I do:

[EMAIL PROTECTED]:~ locate bind-libs  


I get (amongst a lot of other stuff):

/var/lib/YaST2/you/mnt/i386/update/10.0/rpm/x86_64/bind-libs-9.3.2-56.1.x86_64.rpm

and if I do:

[EMAIL PROTECTED]:~ locate bind-utils

I get (again, amongst lots of other stuff)

/var/lib/YaST2/you/mnt/i386/update/10.0/rpm/x86_64/bind-utils-9.3.2-56.1.x86_64.rpm

Would these be the updates that YaST is trying to install, and if they 
are, would it be possible for me to install them manually using 
something like:


rpm --nosignature ...

??

If there are any rpm experts out there, could they please tell me what 
they think the full command line ought to be - assuming the strategy is 
considered to be a good one.


Or should I just delete them and try again??


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



Re: [opensuse] Error with BIND security update

2007-01-31 Thread Carl Hartung
On Wed January 31 2007 17:14, Peter Bradley wrote:

Here's what I'd do (as superuser):

cd /var/lib/YaST2/you/mnt/i386/update/10.0/rpm/x86_64/

rpm -Uhv bind-*-9.3.2-56.1.x86_64.rpm --test

watch for errors... if none, then repeat but drop the '--test'

when it's done: 'ldconfig'
then 'SuSEconfig'

That should do it.

hth  regards,

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



Re: [opensuse] Error with BIND security update

2007-01-31 Thread Carlos E. R.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


The Tuesday 2007-01-30 at 19:13 -, Peter Bradley wrote:

 YOU tells me I need to update BIND, but when I try to download the patch, I
 get the following error:
 
 ERROR(You:RPM has invalid signature.)

Force download of the rpm again. It's broken, the signature says so (not 
missing, but invalid). Ie, delete the rpm in 
/var/lib/YaST2/you/mnt/i386/update/10.0/rpm/.

- -- 
Cheers,
   Carlos E. R.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Made with pgp4pine 1.76

iD8DBQFFwUPHtTMYHG2NR9URArdJAKCS7RlUUMjMQ8A8kutb2vlVLkXXdwCdF4GF
pOYfin8K2TMG9dX4yWe7H28=
=2G7O
-END PGP SIGNATURE-

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



[opensuse] Error with BIND security update

2007-01-30 Thread Peter Bradley
YOU tells me I need to update BIND, but when I try to download the 
patch, I get the following error:


ERROR(You:RPM has invalid signature.)

I've tried rpm --rebuilddb, in the vague hope that it might do some 
good, but to no avail.  There's nothing in /var/log/messages.  I don't 
know where rpm might keep any logs.


Can anyone please advise on how I could sort this (i.e. get the patch 
installed)?


Many thanks


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



Re: [opensuse] Error with BIND security update

2007-01-30 Thread Peter Bradley

Ysgrifennodd Peter Bradley:
YOU tells me I need to update BIND, but when I try to download the 
patch, I get the following error:


ERROR(You:RPM has invalid signature.)

I've tried rpm --rebuilddb, in the vague hope that it might do some 
good, but to no avail.  There's nothing in /var/log/messages.  I don't 
know where rpm might keep any logs.


Can anyone please advise on how I could sort this (i.e. get the patch 
installed)?


Many thanks


Peter

Sorry.  Forgot to say SUSE 10.0 on AMD64 dual core


Peter

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



Re: [opensuse] Error with BIND security update

2007-01-30 Thread russbucket
On Tuesday January 30 2007 11:13, Peter Bradley wrote:
 YOU tells me I need to update BIND, but when I try to download the
 patch, I get the following error:

 ERROR(You:RPM has invalid signature.)

 I've tried rpm --rebuilddb, in the vague hope that it might do some
 good, but to no avail.  There's nothing in /var/log/messages.  I don't
 know where rpm might keep any logs.

 Can anyone please advise on how I could sort this (i.e. get the patch
 installed)?

 Many thanks


 Peter
Opensuse 10.2
You don't say what version of OS. I installed the bind update about three 
hours ago. There were three parts to it.
-- 
Russ
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] Error state of DVD

2007-01-30 Thread Hans van der Merwe

Anyone know if there is an app that can read and detect all errors on a
DVD and report on the state of it.
Usually the hardware/drive error-detect-correct these errors and pass
through the corrected data, until one day the disk just dies.

Something like SMART for DVD disks? 

E-Mail disclaimer:
http://www.sunspace.co.za/emaildisclaimer.htm
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] error with the Find command

2007-01-22 Thread Anil Kalasa

Hi have an Linux SUSE 10.x installed in my system on AMD 64,

 Hi,

   I am facing problem with find command,

   When I enter find / -name test.sh -print or only find from root
command it throws an error as

# find / -name test.sh -print
find: /etc: No such file or directory
find: /proc: No such file or directory
find: /sys: No such file or directory
find: /dev: No such file or directory
find: /var: No such file or directory
find: /usr: No such file or directory
find: /opt: No such file or directory
find: /bin: No such file or directory
find: /boot: No such file or directory
find: /home: No such file or directory
find: /lib: No such file or directory
find: /lib64: No such file or directory
find: /media: No such file or directory
find: /mnt: No such file or directory
find: /root: No such file or directory
find: /sbin: No such file or directory
find: /srv: No such file or directory
find: /tmp: No such file or directory


But the same works when I specify the full path as

Find /root/ (or /usr/) -name test.sh -print

Any help would be appreciated on this.


and one more example


:~ # find / -type f -name test -print
find: /etc: No such file or directory
find: /proc: No such file or directory
find: /sys: No such file or directory
find: /dev: No such file or directory
find: /var: No such file or directory
find: /usr: No such file or directory
find: /opt: No such file or directory
find: /bin: No such file or directory
find: /boot: No such file or directory
find: /home: No such file or directory
find: /lib: No such file or directory
find: /lib64: No such file or directory
find: /media: No such file or directory
find: /mnt: No such file or directory
find: /root: No such file or directory
find: /sbin: No such file or directory
find: /srv: No such file or directory
find: /tmp: No such file or directory
find: /Source: No such file or directory
find: /mysql-data: No such file or directory
find: /mysql-logs: No such file or directory
:~ #

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



Re: [opensuse] Error registering installation sources in 10.2

2006-12-19 Thread Lennart Börjeson
I seem to have the same problem as:

https://bugzilla.novell.com/show_bug.cgi?id=227249

...no solution yet...


-- 
!++
! Lennart Börjeson
! Partner, Developer
! Cinnober Financial Technology AB
! Industrigatan 2A
! S-112 46  STOCKHOLM
! Sverige/Sweden/Schweden/Suède
! mailto:[EMAIL PROTECTED]
! phone:+46-8-50304717
! gsm:+46-70-3394717
! fax:+46-8-50304701
! http://www.cinnober.com
!--
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] Error registering installation sources in 10.2

2006-12-18 Thread Lennart Börjeson
I've upgraded from SuSE 10.0 to openSUSE (download edition) 10.2 on a Dell 
Diemsion 8100. During the upgrade, the online update configuration hanged (I 
gave up after alf an hour) so I interrupted it and continued without doing an 
update.

Now I have the box up and running, but I am unable to modify or register new 
installation sources (using yast2-Software-Installation Source). Yast 
starts downloading a lot of files (a rapid succession of progress bars) then 
fails with errors (see below).

I have another x86_64 box which I've upgraded from 10.1 to 10.2 without these 
problems. I'm guessing something is seriously fucked up in yast, but what to 
do?


/Lennart


Adding SUSE repository at download.opensuse.org results in:

http://download.opensuse.org/distribution/10.2/repo/oss
Unknown Error: Cannot create public key 680079CB06E6CE6B 
from /var/tmp/zypp.QKuwZV/zypp-trusted-krIXknAV keyring to 
file /var/tmp/zypp.QKuwZV/pubkey-680079CB06E6CE6B-ioavGC

Adding SUSE updates at ftp.suse.com results in:

ftp://ftp.suse.com/pub/suse/update/10.2
Unknown Error: Downloading metadata failed (is YUM source?) or user did not 
accept remote source. Aborting refresh.

Adding Packman at ftp.gwdg.de results in:

http://ftp.gwdg.de/pub/linux/misc/packman/suse/10.2
Unknown Error: Downloading metadata failed (is YUM source?) or user did not 
accept remote source. Aborting refresh.


-- 
!++
! Lennart Börjeson
! Partner, Developer
! Cinnober Financial Technology AB
! Industrigatan 2A
! S-112 46  STOCKHOLM
! Sverige/Sweden/Schweden/Suède
! mailto:[EMAIL PROTECTED]
! phone:+46-8-50304717
! gsm:+46-70-3394717
! fax:+46-8-50304701
! http://www.cinnober.com
!--
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] Error upgrading mesa in 10.1

2006-12-01 Thread Carlos E. R.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Hi,

Every time I fire up yast, it says it is going to update Mesa. It 
appears to do so, but it doesn't. It says I have 6.4.2-19.7 and it is 
going to update it to 6.4.2-19.12, but it fails somewhere.

I see probable errors in the log:


2006-11-23 22:28:33 2 nimrodel(27639) [yum] 
YUMSourceImpl.cc(augmentPackage):770 Patch augments non-existant package 
Mesa-32bit-6.4.2-19.12.x86_64

...

2006-12-02 04:08:52 2 nimrodel(28764) [yum] 
YUMSourceImpl.cc(augmentPackage):770 Patch augments non-existant package 
Mesa-32bit-6.4.2-19.12.x86_64


2006-12-02 04:08:52 2 nimrodel(28764) [yum] 
YUMSourceImpl.cc(augmentPackage):770 Patch augments non-existant package 
Mesa-64bit-6.4.2-19.12.ppc




- -- 
Cheers,
   Carlos Robinson

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Made with pgp4pine 1.76

iD8DBQFFcPPUtTMYHG2NR9URAjrfAJ9yJl1ArgkeEqT2MDwx2LWmFWbdbACeI2BI
wCFCP4f2KrRSFzGo2B9SCis=
=goUF
-END PGP SIGNATURE-

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



Re: [opensuse] Error upgrading mesa in 10.1

2006-12-01 Thread Carlos E. R.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


The Saturday 2006-12-02 at 04:32 +0100, I wrote:

I have further info.

 Every time I fire up yast, it says it is going to update Mesa. It
 appears to do so, but it doesn't. It says I have 6.4.2-19.7 and it is
 going to update it to 6.4.2-19.12, but it fails somewhere.


I have downloaded manually Mesa-6.4.2-19.12.i586.rpm. I can't install it 
manually:

nimrodel:~ # rpm --verbose --install 
/home/cer/download/updates/10.1/YOU/Mesa-6.4.2-19.12.i586.rpm
Preparing packages for installation...
Segmentation fault

nimrodel:~ # rpm --verbose --upgrade 
/home/cer/download/updates/10.1/YOU/Mesa-6.4.2-19.12.i586.rpm
Preparing packages for installation...
Segmentation fault

nimrodel:~ # rpm --verbose --checksig 
/home/cer/download/updates/10.1/YOU/Mesa-6.4.2-19.12.i586.rpm
/home/cer/download/updates/10.1/YOU/Mesa-6.4.2-19.12.i586.rpm:
Header SHA1 digest: OK (d1eadd125e0e7ee61a45bc7f57ca5039819ddece)
MD5 digest: OK (fb27c05e81c827c8919022389d900b3a)
V3 DSA signature: OK, key ID 9c800aca



Other files update fine: you has just updated kdegraphics3 to 3.5.1 23.9


- -- 
Cheers,
   Carlos E. R.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Made with pgp4pine 1.76

iD8DBQFFcPemtTMYHG2NR9URAoLWAJ9MkqGQUPUK7Btgp/7JRQ+YLYTKeACeIfnp
4f3FN9xDmG/ricnEspurKIY=
=C7DU
-END PGP SIGNATURE-

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



[opensuse] error in the livecd scripts?

2006-10-09 Thread Jordi Massaguer i Pla
Hi!

While creating a livecd based on OpenSuSE10.0, we get to a failure creating
the compressed filesystem, using the livecd scripts at the novell forge.

The problem is related to the block size that is used at the
create_compressed_fs command. Actually, the livecd scripts did:

create_compressed_fs $build_area/inner.iso 16384 
$build_area/outer/cloop.img

And it did not work for us. However, if we change it to :

create_compressed_fs $build_area/inner.iso 65536 
$build_area/outer/cloop.img

and it works.

I just want it to share it here, as the livecd project web-page was not very
usefull in that sense (http://developer.novell.com/wiki/index.php/LiveCD).

jordi

---
Jordi Massaguer Pla
openTrends Solucions i Sistemes
phone: +34 93 320 84 14
fax: +34 93 300 35 27
[EMAIL PROTECTED]




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



Re: [opensuse] error in adding KDE repository

2006-07-25 Thread Marcus Meissner
On Tue, Jul 25, 2006 at 10:06:29AM +0200, Michal Hlavac wrote:
 hello,
 I tried to add KDE and KDE Backports repositories and I get this error:
 # rug sa --type=YUM 
 http://ftp.opensuse.org/pub/opensuse/repositories/KDE:/KDE3/SUSE_Linux_10.1 
 KDE
 
 ERROR: Could not 
 add 
 'http://ftp.opensuse.org/pub/opensuse/repositories/KDE:/KDE3/SUSE_Linux_10.1':
  
 Failed to parse XML metadata: Can't add repository at 
 http://ftp.opensuse.org/pub/opensuse/repositories/KDE:/KDE3/SUSE_Linux_10.1: 
 Cannot create the installation source
 
 It doesn't depends on security-level. Other repositories also from 
 ftp.opensuse.org are OK.

For some reason they got moved to:

http://software.opensuse.org/download/KDE:/KDE3/SUSE_Linux_10.1

Perhaps Adrian will enligthen us.

Ciao, Marcus

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



Re: [opensuse] error

2006-06-04 Thread S Glasoe
On Saturday 03 June 2006 1:25 pm, houghi wrote:
 My idea is to just kill off this list and make a new opensuse-community
 Untill then or another solution arises, I will keep posting to go to the
 correct place.

You can run but you can't hide... No matter how you label this list the tech 
questions will follow. Nature of the beast - it's a tech product after all. 
Stay the course. Time wounds all heals (including me).

Maybe if you weren't so quick others of us would be able to issue the same 
'help message' and then it would look like the community is responding not 
just one person.

Stan Glasoe - not an Anonymous Coward around here at least...

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



Re: [opensuse] error

2006-06-04 Thread houghi
On Sun, Jun 04, 2006 at 09:46:50AM -0500, S Glasoe wrote:
 Maybe if you weren't so quick others of us would be able to issue the same 
 'help message' and then it would look like the community is responding not 
 just one person.

Let us see if this actually happens. :-)

houghi
-- 
This openSUSE  mailinglist is about the community.  All discussion about
the community is welcome.If you have a techical question
just subscribe  via this email  address: [EMAIL PROTECTED],
post your original email again there, and you will get a straight answer.

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



[opensuse] error

2006-06-03 Thread William Biggs
I get this error evertime I boot up. How can I get this  to do it  buy  
it self  ?

/usr/sbin/rcpowersaved start

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



Re: [opensuse] error

2006-06-03 Thread houghi
On Sun, Jun 04, 2006 at 01:14:36PM -0400, William Biggs wrote:
 I get this error evertime I boot up. How can I get this  to do it  buy  
 it self  ?
 /usr/sbin/rcpowersaved start

snip
Do not take this as a flame. It is intend to get you the best support 
for now and in the future.

openSUSE is the comunity and SUSE is the distribution. This means that 
this openSUSE mailinglist is about the community. The mailinglist for 
technical help is on *suse-linux-e*
Just subscribe via this email address: [EMAIL PROTECTED],
post your original email again there, and you will get a straight answer.

From http://en.opensuse.org/Communicate#SUSE_Linux_Mailing_Lists :
#  opensuse for general discussion about the openSUSE (development) project. 
# For general questions related to released SUSE Linux versions 
# (eg. 9.3, 10.0) please use suse-linux-e 

Please take a look at http://en.opensuse.org/Communicate to see wich list is 
exactly for what purpose.

Again, this is not a flame. This is intended to bring you to the correct
place so you will get better help _and_ to keep this list free from
unwanted treads.

Thanks and I hope you will soon find a solution.
-- 
houghi  http://houghi.org   http://www.plainfaqs.org/linux/
http://www.netmeister.org/news/learn2quote.html

   Today I went outside. My pupils have never been tinier...

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



Re: [opensuse] error

2006-06-03 Thread Renegade Penguin
Please stop posting like this.  The postings referring elsewhare are 
becoming trolling, unfortunately, due to their excessive nature.


Isn't building community helping others?  Excessive policing of others 
can really be a turn-off.


Orienting to the community should be a positive experience.  Because 
someone asks a question in a different list than is intended, should we 
not help at all?  Hardly.


Here is an analogy.  If you are in a department store, and you have a 
question, you ask the nearest worker.  They could be a cashier, someone 
in jewelry, men's clothing, sporting goods, etc.  If they are 
excessively busy, they will try to point you in the general direction of 
your question.


However, more often than not, if they have good skills, they will often 
help. with the added caveat of *also* directing the customer to the 
correct place *for the future.*


While I do believe houghi is trying to be helpful, it appears to me that 
it's starting to go a bit too far.  Without helpful nature, the RTFM 
syndrome takes over and becomes a place for elitists.  Responding 
*privately* to someone's thread in this manner (below) might be more 
appropriate rather than chastising people in public every single time.


I write this in public to help further discussion of this.  People do 
not use SUSE in order to be constantly chastized.  They come to enjoy 
themselves and utilize the mailing lists as a way to learn more, utilize 
them as tools, and try to better their computing experience.  Didactic 
and preachy posts that come one or two a day in an identical fashion 
such as the one below can often drive others out rather than help bring 
people into the fold.


This is just my 2¢, but I count 15 of these specific identical messages 
recently.


RP

P.S. Yes, I prefer top-posting, as I read top to bottom in English, 
regardless of the locale.\


houghi wrote:



snip
Do not take this as a flame. It is intend to get you the best support 
for now and in the future.


openSUSE is the comunity and SUSE is the distribution. This means that 
this openSUSE mailinglist is about the community. The mailinglist for 
technical help is on *suse-linux-e*

Just subscribe via this email address: [EMAIL PROTECTED],
post your original email again there, and you will get a straight answer.


From http://en.opensuse.org/Communicate#SUSE_Linux_Mailing_Lists :
#  opensuse for general discussion about the openSUSE (development) project. 
# For general questions related to released SUSE Linux versions 
# (eg. 9.3, 10.0) please use suse-linux-e 


Please take a look at http://en.opensuse.org/Communicate to see wich list is 
exactly for what purpose.

Again, this is not a flame. This is intended to bring you to the correct
place so you will get better help _and_ to keep this list free from
unwanted treads.

Thanks and I hope you will soon find a solution.
 




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



RE: [opensuse] error

2006-06-03 Thread Alain Black


 -Original Message-
 From: William Biggs [mailto:[EMAIL PROTECTED]
 Sent: Sunday, June 04, 2006 10:15 AM
 To: opensuse@opensuse.org
 Subject: [opensuse] error
 
 I get this error evertime I boot up. How can I get this  to do it  buy
 it self  ?
 /usr/sbin/rcpowersaved start


# chkconfig powersaved --add
# chkconfig  powersaved  on --level 3,5

to verify:
# chkconfig --list powersaved



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



Re: [opensuse] error

2006-06-03 Thread jdd

Renegade Penguin wrote:

Isn't building community helping others?  Excessive policing of others 
can really be a turn-off.


The openSUSE wiki is clear enough 
http://en.opensuse.org/Communicate#Mailing_Lists


questions off chart asked here won't probably receive 
answers, so redirecting to an other list is the best thing 
we can do (thanks Houghi to do so, I know it's not a 
pleasant task)


jdd

--
http://www.dodin.net
http://dodin.org/galerie_photo_web/expo/index.html
http://lucien.dodin.net
http://fr.susewiki.org/index.php?title=Gérer_ses_photos

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



Re: [opensuse] error

2006-06-03 Thread Martin Schlander
Lørdag 03 juni 2006 19:48 skrev Renegade Penguin:
 Please stop posting like this.  The postings referring elsewhare are
 becoming trolling, unfortunately, due to their excessive nature.

 Isn't building community helping others?  Excessive policing of others
 can really be a turn-off.

We need to keep this list free of spam - how are we supposed to have 
community discussions if the list also has 4000+ mails a month of technical 
questions, as suse-linux-e has - in addition to the traffic that we already 
have.

Either we help with technical problems on this list or we don't - I say we 
don't - or do you think we should differentiate - and help some but not 
others? 

Accepting technical questions on this list would effectively kill community 
building. Until now spam has been kept at a pretty low level - but only 
because we have been quick to redirect people to the correct mailinglist.

I say Houghi is doing an important and unpleasant task. If you have 
suggestions on how to make the message more polite please post them.

Martin / cb400f

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



Re: [opensuse] error

2006-06-03 Thread Renegade Penguin
I actually did have a good idea, and posted it.  The occasional helpful 
issue is pretty good.  Houghi writing to them *privately* instead of in 
public, upsetting others, was the suggestion that I used.  I did this in 
the public arena so that it can be an open discussion, and hopefully 
result in positive solutions.


There is a line between helping on technical issues and moving them to 
other lists.  The grey area exists in building community.  I'm starting 
to perceive more of what appears to be a hostile attitude, not by one 
particular person but my more among the group.  This is why I sounded 
off - to try to keep things positive as well as help others who may want 
to sound off on the debate.


Depending on the level of the technical questions - see the anything 
RIGHT with 10.1? threads among others - sometimes general problems or 
even specific problem discussion can be helpful to the rest of the 
community.


Also, I know tone is not conveyed in e-mail much so I'll give you an 
indication of my mood as well, which is constructive.


=)

RP

Martin Schlander wrote:

Either we help with technical problems on this list or we don't - I 
say we


don't - or do you think we should differentiate - and help some but not 
others? 

Accepting technical questions on this list would effectively kill community 
building. Until now spam has been kept at a pretty low level - but only 
because we have been quick to redirect people to the correct mailinglist.


I say Houghi is doing an important and unpleasant task. If you have 
suggestions on how to make the message more polite please post them.


Martin / cb400f

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


 




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



Re: [opensuse] error

2006-06-03 Thread houghi
On Sat, Jun 03, 2006 at 08:01:39PM +0200, Martin Schlander wrote:
 Either we help with technical problems on this list or we don't - I say we 
 don't - or do you think we should differentiate - and help some but not 
 others? 
 
 Accepting technical questions on this list would effectively kill community 
 building. Until now spam has been kept at a pretty low level - but only 
 because we have been quick to redirect people to the correct mailinglist.

My idea is to just kill off this list and make a new opensuse-community
Untill then or another solution arises, I will keep posting to go to the
correct place.

For those who DO answer technical questions on this list.
1) You help poluting the list and therefore killing of this list for its
intended purpose. This goes for all, including me. I try to resist
answering any technical questions here.
2) If you do, also include a pointer to the correct list.

-- 
houghi  http://houghi.org   http://www.plainfaqs.org/linux/
http://www.netmeister.org/news/learn2quote.html

   Today I went outside. My pupils have never been tinier...

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



Re: [opensuse] error

2006-06-03 Thread houghi
On Sat, Jun 03, 2006 at 11:21:45AM -0700, Renegade Penguin wrote:
 I actually did have a good idea, and posted it.  The occasional helpful 
 issue is pretty good.  Houghi writing to them *privately* instead of in 
 public, upsetting others, was the suggestion that I used.  I did this in 
 the public arena so that it can be an open discussion, and hopefully 
 result in positive solutions.

Please do not toppost.

Writing to people privatly will not result in the much needed effect. Now
some people will see where to go and NOT post an answer or directly go to
suse-linux-e.

 There is a line between helping on technical issues and moving them to 
 other lists.  The grey area exists in building community.  I'm starting 
 to perceive more of what appears to be a hostile attitude, not by one 
 particular person but my more among the group.  This is why I sounded 
 off - to try to keep things positive as well as help others who may want 
 to sound off on the debate.

Considering technical questions, there realy is no grey area. Technical
questions go to suse-linux-e. Community questions to openSUSE. If you have
a questions that contains both, see if it has anything technical in it. If
it has, it should go to suse-linux-e

 Depending on the level of the technical questions - see the anything 
 RIGHT with 10.1? threads among others - sometimes general problems or 
 even specific problem discussion can be helpful to the rest of the 
 community.

They sure can. If you stat with a negative question as a subject, I don't
think that is very helpfull to anybody. As if asking when somebody stopped
beating their wife.

 Also, I know tone is not conveyed in e-mail much so I'll give you an 
 indication of my mood as well, which is constructive.

I know. So if the tone of my standard reply is too harsh, please tell me
how to soften it, without loosing its meaning.

-- 
houghi  http://houghi.org   http://www.plainfaqs.org/linux/
http://www.netmeister.org/news/learn2quote.html

   Today I went outside. My pupils have never been tinier...

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



Re: [opensuse] error

2006-06-03 Thread houghi
On Sat, Jun 03, 2006 at 08:25:37PM +0200, houghi wrote:
snip
 2) If you do, also include a pointer to the correct list.

I have changed my signature. Is the mail that you get when you subscribe
also saying something similar? If not, it might be included there, so we
can point people to that mail.

houghi
-- 
This openSUSE  mailinglist is about the community.  All discussion about
the community is welcome.If you have a techical question
just subscribe  via this email  address: [EMAIL PROTECTED],
post your original email again there, and you will get a straight answer.

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



Re: [opensuse] error

2006-06-03 Thread jdd

houghi wrote:

On Sat, Jun 03, 2006 at 08:25:37PM +0200, houghi wrote:
snip


2) If you do, also include a pointer to the correct list.



I have changed my signature.


it's hopeless. I beg people write from the archives, not 
from the wiki and do not read really anithing before posting


:-(
jdd

--
http://www.dodin.net
http://dodin.org/galerie_photo_web/expo/index.html
http://lucien.dodin.net
http://fr.susewiki.org/index.php?title=Gérer_ses_photos

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



Re: [opensuse] error

2006-06-03 Thread Pascal Bleser
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Renegade Penguin wrote:

Renegade Penguin, again, please do not top-post, it's very annoying,
now *I* have to fix your email layout.
And using real names is much nicer BTW ;)

 Martin Schlander wrote:
 Either we help with technical problems on this list or we don't - I
 say we don't - or do you think we should differentiate - and
 help some but not others?

+1, this list is not for technical issues.

 Accepting technical questions on this list would effectively kill
 community building. Until now spam has been kept at a pretty low
 level - but only because we have been quick to redirect people to the
 correct mailinglist.

Exactly. Allowing technical topics on this list will kill it (and it's
already damn near the red line).

 I say Houghi is doing an important and unpleasant task. If you have
 suggestions on how to make the message more polite please post them.

100% ACK

Houghi is doing a good job at redirecting them, thanks for moderating.

 I actually did have a good idea, and posted it.  The occasional helpful
 issue is pretty good.  Houghi writing to them *privately* instead of in
 public, upsetting others, was the suggestion that I used.  I did this in
 the public arena so that it can be an open discussion, and hopefully
 result in positive solutions.

I don't think writing to them privately is the best option.
Could be discussed though.

 There is a line between helping on technical issues and moving them to
 other lists.  The grey area exists in building community.  I'm starting

Read my li^H^H^H email body: /this list is not for technical questions/.

 to perceive more of what appears to be a hostile attitude, not by one
 particular person but my more among the group.  This is why I sounded
 off - to try to keep things positive as well as help others who may want
 to sound off on the debate.

Now, I find that very offending.

1) I don't see anything hostile in houghi's reply and if you do, as
houghi asked you about 2 or 3 times, please come up with a better
proposal as for the content of his email - but the following aspects are
not up to discussion: this list is not for technical questions, and
there should be no replies to technical questions

2) our community has a hostile attitude ?
Explain this. Really.

 Depending on the level of the technical questions - see the anything
 RIGHT with 10.1? threads among others - sometimes general problems or
 even specific problem discussion can be helpful to the rest of the
 community.

Yes, but on suse-linux-e, which is dedicated to technical issues, not here.

 Also, I know tone is not conveyed in e-mail much so I'll give you an
 indication of my mood as well, which is constructive.

My mood: offended by what appears to be a hostile attitude, not by one
particular person but more among the group

cheers
- --
  -o) Pascal Bleser http://linux01.gwdg.de/~pbleser/
  /\\ [EMAIL PROTECTED]   [EMAIL PROTECTED]
 _\_v The more things change, the more they stay insane.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFEghZwr3NMWliFcXcRAqNLAJ0RmwznYaxcECeTDcqyQSa+s+/YNACfQDih
jBTYHNrN7pByNWym9KndgTw=
=0zOv
-END PGP SIGNATURE-

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



Re: [opensuse] error

2006-06-03 Thread houghi
On Sun, Jun 04, 2006 at 01:08:32AM +0200, Pascal Bleser wrote:
snip
  I say Houghi is doing an important and unpleasant task. If you have
  suggestions on how to make the message more polite please post them.
 
 100% ACK
 
 Houghi is doing a good job at redirecting them, thanks for moderating.

Thank you and all those who support me, or at least support the goal most
(if not all) here try to achieve.

houghi
-- 
This openSUSE  mailinglist is about the community.  All discussion about
the community is welcome.If you have a techical question
just subscribe  via this email  address: [EMAIL PROTECTED],
post your original email again there, and you will get a straight answer.

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



Re: [opensuse] error

2006-06-03 Thread Jerry Westrick
On Sunday 04 June 2006 01:08, Pascal Bleser wrote:
 Renegade Penguin wrote:

 Renegade Penguin, again, please do not top-post, it's very annoying,
 now *I* have to fix your email layout.
 And using real names is much nicer BTW ;)

(As annoying as the bottom post is to us?)
Sorry couldn't resist, and refuse to get drawn into another 
top versus bottom posting discusion

Renegade,  the people in this list feal very strongly against top posting
right or wrong, either way it's the standard for all SUSE lists, and has 
always been that way.Think you can compromise and give into this?



  Martin Schlander wrote:
  Either we help with technical problems on this list or we don't - I
  say we don't - or do you think we should differentiate - and
  help some but not others?

 +1, this list is not for technical issues.


I also agree, that if we started helping technical questions, it would confuse 
people more than really help.  And the danger of this list getting swamped 
with technical questions is very very real

  Accepting technical questions on this list would effectively kill
  community building. Until now spam has been kept at a pretty low
  level - but only because we have been quick to redirect people to the
  correct mailinglist.

 Exactly. Allowing technical topics on this list will kill it (and it's
 already damn near the red line).

  I say Houghi is doing an important and unpleasant task. If you have
  suggestions on how to make the message more polite please post them.

 100% ACK

 Houghi is doing a good job at redirecting them, thanks for moderating.


I add my thx to Houghi also  It's an unpleasant job his doing but a 
necesary one.

  I actually did have a good idea, and posted it.  The occasional helpful
  issue is pretty good.  Houghi writing to them *privately* instead of in
  public, upsetting others, was the suggestion that I used.  I did this in
  the public arena so that it can be an open discussion, and hopefully
  result in positive solutions.

 I don't think writing to them privately is the best option.
 Could be discussed though.


If there is a discusion, then my 2¢ is not to private...  It seams to me that
would open other can of worms.  My experience is that any private email
is an open invitation to private help.  I simply refuse to PM anybody asking 
for help.

  There is a line between helping on technical issues and moving them to
  other lists.  The grey area exists in building community.  I'm starting

 Read my li^H^H^H email body: /this list is not for technical questions/.

  to perceive more of what appears to be a hostile attitude, not by one
  particular person but my more among the group.  This is why I sounded
  off - to try to keep things positive as well as help others who may want
  to sound off on the debate.

 Now, I find that very offending.

 1) I don't see anything hostile in houghi's reply and if you do, as
 houghi asked you about 2 or 3 times, please come up with a better
 proposal as for the content of his email - but the following aspects are
 not up to discussion: this list is not for technical questions, and
 there should be no replies to technical questions

 2) our community has a hostile attitude ?
 Explain this. Really.


I understand both sides of the story.  But I also had to swallow twice when I 
was asked to go to the technical list.

No I don't know of how to phase it better
how about one of our European colleagues?
as they are famous for their tact, and sauve?

  Depending on the level of the technical questions - see the anything
  RIGHT with 10.1? threads among others - sometimes general problems or
  even specific problem discussion can be helpful to the rest of the
  community.

 Yes, but on suse-linux-e, which is dedicated to technical issues, not here.

  Also, I know tone is not conveyed in e-mail much so I'll give you an
  indication of my mood as well, which is constructive.

 My mood: offended by what appears to be a hostile attitude, not by one
 particular person but more among the group

 cheers


Jerry

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



Re: [opensuse] Error with Yast2 module answering machine

2006-05-01 Thread Thomas Ohms
Am Sonntag, 30. April 2006 23:00 schrieb Thomas Ohms:
 Hi there!

 New to this list let me say Hello to everybody and bring forward my
 problem.

 To figure out if it is a bug or my fault here is what I have recognized:

 When starting the module answering_machine of Yast2 in console, I get the
 following error twice a time:

 Can't exec ypcat: Datei oder Verzeichnis nicht gefunden (--means file
 or directory could not be found) at
 /usr/lib/YaST2/servers_non_y2/ag_nis line 83, STDIN line 1 (#1)
 (W exec) A system(), exec(), or piped open call could not execute the
 named program for the indicated reason.  Typical reasons include: the
 permissions were wrong on the file, the file wasn't found in
 $ENV{PATH}, the executable in question was compiled for another
 architecture, or the #! line in a script points to an interpreter that
 can't be run for similar reasons.  (Or maybe your system doesn't
 support #! at all.)

 I am using SuSE 10.0.
 So is there something I have done wrong or is it bug I could report?

 Greets
 Thomas

Okay, I am getting a bit closer. I looked via whereis where yp is installed 
to and noticed that only yp.conf in /etc was there. So I reinstalled the 
yp-tools and now there is also /usr/lib/yp found.
But starting the Yast2 module answering_machine gets me a message like: 
Map group.byname not found. Reason: The request arguments are invalid
Map passwd.byname not found. Reason: The request arguments are invalid
I have German errors coming up, but I guess it should be as written here in 
English.
Any further ideas?

Greets 
Thomas


pgpF52Wf4ZiMe.pgp
Description: PGP signature


Re: [opensuse] Error in Installation on JS20

2006-04-25 Thread Bill Yang
On Friday 21 April 2006 10:41, Carl Hartung wrote:
 On Thursday 20 April 2006 22:43, S Glasoe wrote:
 This is ppc architecture. The disk partitioning must be done before this
 part of the install. YaST install for ppc can't partition at this time.
 http://en.opensuse.org/PPC_Partitioning for more info.

 http://en.opensuse.org/POWER%40SUSE for the main openSUSE ppc page.
 
 Thanks for the correction, Stan. Now I know better ;-)

Thanks to Glasoe for your reminding and helpful links.
Yast install for PPC really can partition hard drive automaticly now. We can 
use default partition settings or change it as what we want.

 The link you provided discusses installing to Apple hardware. I did a little 
 research on Google and found an SLES 9 installation guide for his hardware.
 
 Here's the link:
  http://www.novell.com/documentation/sles9/pdfdoc/sles-prep-ipseries/sles-prep-ipseries.pdf

Thanks Carl for paying more attention to solve the problem. The link you 
providing is really well.

I have installed OpenSUSE on JS20 successfully. To solve the issue I met, we 
should not install bootloader in the process of setup.

First, we should change the default setting about bootloader. In Yast main menu 
Booting-Boot loader Installation, we sleet Do not Install any Boot Loader.
Then, I used the default settings for hard disk partition without any changes.
After that, Yast will copy packages of CD1 to hard disk and reboot system.

Because we did not install Bootloader, So we need CD1 to boot system after 
reboot. 
Enter installtion interface again, Yast will show one dialog box in Step 4, ask 
us we want to Installation or Update or Others operation.
We choose item Others -Boot the Installed System   to boot system has been 
installed on disk.
Yast will ask you to insert CD2, CD3, ..CD5.

Once packages are copied, we will enter the system and  need create 
/etc/lilo.conf and run lilo to install Yaboot.
The steps described by me could be found from this link,
http://en.opensuse.org/PPC_Installation_Issues
 
Best Regards,

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

  1   2   >