[opensuse] mono-devel, conflict with banshee?

2007-12-26 Thread Hans Linux
i need to install mono on my opensuse 10.3, but tells me that it
conflicts with banshee and some banshee_multimedia. how do i solve it?
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] format external harddisk to ntfs

2007-12-05 Thread Hans Linux
how do i format a external harddisk with suse? I need to format with
NTFS file system so windows can read/write it
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] delete home folder and trash from desktop

2007-12-04 Thread Hans Linux
can we delete the icons of home folder and trash from GNOME desktop
(opensuse 10.3)? It will be wonderful to have a 'clean' desktop :)
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] can't get windows font added

2007-12-04 Thread Hans Linux
how do i get windows fonts added to my opensuse 10.3?
this is what i did. open the windows partition (dual boot), copy from
c:\windows\fonts and ut it on Fonts:/// using Nautilus. But doesnt work.
Please help.
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] subdomain setup with apache

2007-11-26 Thread Hans Linux
i have server with first domain name first.com. I can access this domain
using http://www.first.com (full path name) and http://first.com
(without www) without problem. Next I setup a virtual domain called
second.com. But i can only access second.com with full path name
(http://www.second.com), and not http://second.com.

How to setup the virtual second.com so it can be accessed with
http://second.com?

ServerName www.second.com, this is the setting now on the virtual conf file.
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] best docker for gnome opensuse 10.3

2007-11-16 Thread Hans Linux
what's the best docker for gnome opensuse 10.3? i mean no much
dependency needed, or even better install it using yast or one click
install.
-- 
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 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]



[opensuse] make: *** [install-recursive] Error 1

2007-11-04 Thread Hans Linux
i m trying to install gphpedit from source, since there is no rpm packet
for opensuse 10.3. configure runs well and make give me this error :

make: *** [install-recursive] Error 1

what's the meaning of this error? what should i do to get it right?
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] switch harddisk between notebook

2007-10-26 Thread Hans Linux
i m 2 notebooks, hp pavilion dv2201 and dv2213. I m running opensuse103
+ vista on dv2213.

Problem :
My dv2213 is somehow not stable, while i m working with it, it suddenly
power off without notice. The same symptom happen to both vista and
opensuse. Looks like hardware failure or something, so i send it to hp
service center. But since my OS dan data are important to me, I took out
the harddisk (160GB), and put it on my dv2201 (originally 120GB).

When I boot up to opensuse, there is a warning like "Do you want me to
find bla bla harddisk id bla bla bla? (Y/n)"
If I answer Y, it will try to find my harddisk (I guess), but end up
with nothing, just the sign "$". Not system is running.
Answer n will give me that as well.

But if I boot it with my opensuse dvd, choose the installation and Boot
the Installed System, the system will run without problem, meaning the
harddisk is detected, opensuse is normal.

The specification of dv2201 and dv2213 is all the same, except dv2201
uses T5500 processor, dv2213 uses &7200 processor, that's it.

Question :
How do fix it so i dont to to boot from dvd everytime? Should I run a
Recover Installation? Will it replace all my setting like compiz fusion
and set everything back to default? I love my setting right now, dont
wanna lose it :(

Thx for any help
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] RM to Video converter

2007-10-25 Thread Hans Linux
anyone know what the program to convert video real player format to mpeg
format?
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] strange display for Super Tux Games and others...

2007-10-23 Thread Hans Linux
When i first installed opensuse 10.3 (also happens with 10.2) before
installing NVIDIA driver, i can play Super Tux Games with full screen.
After I install NVIDIA driver, the display can not go full screen like
before, only half size centered on screen. That's also happen to other
games, which make me so hard to play games.

Is there any trick to make it full screen with NVIDIA driver installed?
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] lost suse 10.0 root password

2007-10-23 Thread Hans Linux
Second method works for me. Thx! :)

Vahis wrote:
> Hans Linux wrote:
>   
>> i forgot my suse 10.0 root password. what should i do? there are many
>> info i found with google, but doesnt work. is there any easy way to
>> reset the password?
>>   
>> 
> I know two ways, first goes like this:
>
> 1. reboot the box and for the options run "init=/bin/bash"
> 2. when you get the system prompt type "mount -o remount,rw /"
> 3. then just reset the password by typing "passwd"
>
> Second method:
>
> At the boot screen (GRUB), type an 'E', then highlight the line
> containing 'kernel' and press 'E' again. At the end of the line add a
> space and then:
>
> init=/bin/bash
>
> Press 'Enter' and then 'B' (to boot). You will be dumped in a single
> user command line where you can simply enter:
>
> passwd
>
> and change it to whatever, then reboot.
>
>   

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



Re: [opensuse] lost suse 10.0 root password

2007-10-23 Thread Hans Linux
Not in my case :(

if fdisk -l, i get the info :
/dev/sda1 => Linux Swap / Solaris
/dev/sda2 => Linux

then i give it a command :
mount -t reiserfs -o remount,rw /dev/sda2 /mnt

i get this error :
mount: /mnt not mounted already, or bad option

the same error if i change reiserfs to ext3
mount -t reiserfs -o remount,rw /dev/sda2 /mnt

without -t, i'll get this error :
mount : you must specify the filesystem type

any idea?

Pete Connolly wrote:
> On Tuesday 23 October 2007 12:14:52 Hans Linux wrote:
>   
>> my suse 10.0 is formatted with reiserf. how do i mount it?
>>
>> Pete Connolly wrote:
>> 
>>> On Tuesday 23 October 2007 11:44:46 Hans Linux wrote:
>>>   
>>>> i forgot my suse 10.0 root password. what should i do? there are many
>>>> info i found with google, but doesnt work. is there any easy way to
>>>> reset the password?
>>>> 
>>> You're not the first, and won't be the last.
>>>
>>> http://en.opensuse.org/Recover_Root_Password
>>>
>>> That should help you.
>>>
>>> Cheers
>>>
>>> Pete
>>>   
>
> It should be detected as a ReiserFS filesystem and 'just work'.  At least, 
> that's been my experience.  If need be, you can specify the type using '-t 
> reiserfs' on the mount command.
>
> See here for more information: http://www.namesys.com/mount-options.html
>
> Cheers
>
> Pete
>   

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



Re: [opensuse] 10.3 and virtualbox problems

2007-10-23 Thread Hans Linux
I had the same problem when I installed VirtualBox from openSUSE DVD. So
i go to virtualbox.org and download 'All Distribution' packet and works
fine now. All you have to do is add your user to vboxusr group, that's it.

Thierry de Coulon wrote:
> Hello,
>
> I've been trying virtualbox on OpenSuSE 10.3 (i386) and
> - the included OSE version does not find it's kernel module or something like 
> tat, so it can't start.
> - I downloaded the "complete" version, it does load but loops when installing 
> w2k (at every restart you get back at the installing wizard).
> - It can't boot from an existing vmware disk
>
> Is all this normal?
>
> Thierry
>
>   

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



Re: [opensuse] lost suse 10.0 root password

2007-10-23 Thread Hans Linux
my suse 10.0 is formatted with reiserf. how do i mount it?

Pete Connolly wrote:
> On Tuesday 23 October 2007 11:44:46 Hans Linux wrote:
>   
>> i forgot my suse 10.0 root password. what should i do? there are many
>> info i found with google, but doesnt work. is there any easy way to
>> reset the password?
>> 
>
> You're not the first, and won't be the last.
>
> http://en.opensuse.org/Recover_Root_Password
>
> That should help you.
>
> Cheers
>
> Pete
>   

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



[opensuse] Karamba on GNOME??

2007-10-23 Thread Hans Linux
Is it possible to run Super Karamba on GNOME? gdesklet is still not good
enough for me :D
Do i hv to install many many KDE module to have Super Karamba on my GNOME?
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] Karamba on GNOME??

2007-10-23 Thread Hans Linux
Is it possible to run Super Karamba on GNOME? gdesklet is still not good
enough for me :D
Do i hv to install many many KDE module to have Super Karamba on my GNOME?
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] lost suse 10.0 root password

2007-10-23 Thread Hans Linux
thx Pete and Josef,
I'll try it now...

Josef Assad wrote:
> Hans Linux wrote:
> > i forgot my suse 10.0 root password. what should i do? there are many
> > info i found with google, but doesnt work. is there any easy way to
> > reset the password?
>
> http://en.opensuse.org/Recover_Root_Password
>
>
> JA
>

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



[opensuse] lost suse 10.0 root password

2007-10-23 Thread Hans Linux
i forgot my suse 10.0 root password. what should i do? there are many
info i found with google, but doesnt work. is there any easy way to
reset the password?
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] clamsmtpd: couldn't bind to address: 10025: Address already in use

2007-10-01 Thread Hans Linux
I just installed clamsmtp on my suse10.0, and when i run it, i got :

clamsmtpd: couldn't bind to address: 10025: Address already in use

how do i check what program is running on port 10025? Or should i just
change the port for clamsmtp?
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] postfix body_checks

2007-09-30 Thread Hans Linux
i hv setup header and body_checks for my postfix to filter some content
that i dont it. But it doesnt behave the way I want it to :P

for example, I need to filter the word "sword" or "sw0rd", then i put
this on my body_checks file :

/sw?rd/ REJECT

The problem is, it rejects all pattern to that word like "swirrrd",
"swanythingrd". How do i make it to check for 5 letters only?
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] Connect to O2 XDA Life

2007-09-05 Thread Hans Linux
does anyone know what program should i use to connect my O2 XDA to
opensuse 10.2??
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] VirtualBox

2007-09-02 Thread Hans Linux
dear all
i m having problem with my VirtualBox on my opensuse 102. The error is :


VirtualBox kernel driver not installed. The vboxdrv kernel module was
either not loaded or /dev/vboxdrv was not created for some reason.
Re-setup the kernel module by executing '/etc/init.d/vboxdrv setup' as root.
VBox status code: -1908 (VERR_VM_DRIVER_NOT_INSTALLED).


Result Code:
0x80004005
Component:
Console
Interface:
IConsole {1dea5c4b-0753-4193-b909-22330f64ec45}

 
I try the command as suggested, but vboxdrv doesnt seem to be exist :
/etc/init.d/vboxdrv setup
-bash: /etc/init.d/vboxdrv: No such file or directory

I installed it using opensuse10.2 repo. any idea what should i do?

Thx for any help.
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] GConf error : please help!

2007-08-29 Thread hans . linux
I dont know what could possibly cause this error after I restart my
notebook :

GConf schema installer error, battery_low_percentage cannot be zero

What should I do? GNOME-panel are all gone after blinking on startup. Last
thing I did was install packet smart and smart-gui.

Rgds
Hans

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



[opensuse] VirtualBox error

2007-08-29 Thread hans . linux
I installed VirtualBox SOE v1.4 from opensuse repositories. But when I try
to run it, this error shows up :

VirtualBox kernel driver not installed. The vboxdrv kernel module was
either not loaded or /dev/vboxdrv was not created for some reason.
Re-setup the kernel module by executing '/etc/init.d/vboxdrv setup' as
root.
VBox status code: -1908 (VERR_VM_DRIVER_NOT_INSTALLED).


Result Code:
0x80004005
Component:
Console
Interface:
IConsole {1dea5c4b-0753-4193-b909-22330f64ec45}

the re-setup suggested /etc/init.d/vboxdrv setup doesnot exist. What is
wrong then? Before that, I upgraded my kernel to 2.18.8.0-3. Is that
because of upgrade kernel???

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



[opensuse] Emerald theme, how to apply to gnome panel

2007-08-23 Thread Hans Linux
anyone can tell me how to apply the selected emerald theme to gnome
panel? the theme only applies on window.
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] Emerald theme, how to apply to gnome panel

2007-08-23 Thread Hans Linux
anyone can tell me how to apply the selected emerald theme to gnome
panel? the theme only applies on window.
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] resize or edit partition on opensuse 10.2

2007-08-22 Thread Hans Linux
i hv /srv with 96GB, which i miscreated it when installing. it is
supposed for /home since i usually save my data on my /home folder. is
it ok to resize (edit) it using YaST Partitioner? any chance of losing
all data?
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] Missing library : libwx_gtk2u_aui-2.8.so.0

2007-08-15 Thread Hans Linux
I try to run simdock program, which was installed using rpm, but I got 
this error :


simdock: error while loading shared libraries: libwx_gtk2u_aui-2.8.so.0: 
cannot open shared object file: No such file or directory


Then i installed wxPython acket, but doesnt help. How do I check in 
which packet that library is?

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



[opensuse] my clock keep changing

2007-08-15 Thread Hans Linux
my opensuse 10.2's clock keep changing everytime i reboot. Usually 
everytime i reboot, the clock will be about 30 minutes behind from the 
previous time setting, and if i reboot two, it will 60 mniutes behind 
and so on. I have to change it manully. How do i fix it?

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



[opensuse] GIMP 2.3-16 unstable error

2007-08-09 Thread Hans Linux
I try to install GIMP 2.3-16 unstable version using YaST with repo from 
http://download.opensuse.org/repositories/GNOME:/Community/openSUSE_10.2/. 
Installation ws successful but when I call GIMP, this error shows up :


symbol lookup error: ./gimp-2.3: undefined symbol: gimp_micro_version

how do solve it? thx for any help.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Upgrading OpenOffice 2.0 to 2.2

2007-08-08 Thread Hans Linux
hehehe i dont think that far since i m just a user, not an expert in 
linux. I m quite happy i can live without microsoft and other expensive 
software. in this case, i m just sharing some of my experience. A reboot 
for me is not a problem as long as it works ;)


Clayton wrote:

in some cases, reboot is required. dont know why :)



When you update your kernel.. yes... otherwise  Especially not
when you install OpenOffice.  If you need to reboot after installing
or updating OpenOffice, then something is horribly wrong...

C.
  


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



[opensuse] BlueZ always switch to off

2007-08-08 Thread Hans Linux
i have a button on my HP Pavilion DV2213 laptop to switch on the Wifi + 
Bluetooth altogether. If I use it on MS Vista, both will switch on 
together without problem, but with opensuse, wifi is on meanwhile the 
bluetooth will report :


BlueZ switch device into off mode

How do I switch it on? I've installed Bluez and have a Bluetooth Manager 
icon on my taskbar.

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



Re: [opensuse] Upgrading OpenOffice 2.0 to 2.2

2007-08-08 Thread Hans Linux

in some cases, reboot is required. dont know why :)

Roger Oberholtzer wrote:

On Thu, 2007-08-09 at 07:06 +0200, Clayton wrote:

  

And... why would you reboot after installing OpenOffice?



Must be because OpenOffice is soo very compatible with MS Office... :)

  


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



Re: [opensuse] Upgrading OpenOffice 2.0 to 2.2

2007-08-08 Thread Hans Linux
yes, it looks pretty bad. but i did it and now running quite well. there 
is a file name openoffice.org-suse-menus-2.2-9153.noarch.rpm which would 
tie up everything back, i guess.


Clayton wrote:

in my case with GNOME, I just ignore all dependency, otherwise it would
remove GNOME :P
Next install OpenOffice from rpm, reboot your system and all should be fine
Hans



There is something wrong then... ignoring dependencies will break your
RPM database... that's not a good thing.  You should be able to
install OpenOffice without breaking things... technically it should
not have any dependencies on KDE games etc If I remove OpenOffice
from my computer, the ONLY dependencies it has are on itself... as in
if I remove OpenOffice_org the only dependent apps that are removed
along with it are OpenOffice_org-Quickstarter and
OpenOffice_org-kde. nothing else.

Did you guys install OpenOffice outside of YAST using a meta package
of some kind.. maybe from something like konvenientSUSE?

And... why would you reboot after installing OpenOffice?

C.
  


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



Re: [opensuse] Upgrading OpenOffice 2.0 to 2.2

2007-08-08 Thread Hans Linux
in my case with GNOME, I just ignore all dependency, otherwise it would 
remove GNOME :P

Next install OpenOffice from rpm, reboot your system and all should be fine
Hans

Fernando Costa wrote:

Hi all,

I have tried to upgrade from OpenOffice 2.0 to OpenOffice 2.2 but when
the dependencies are being solved, it says that plenty of programs must
be removed, between them, some kde games and many other that appereantly
have no relation with the OpenOffice suite I dowloaded the rpm from
the Open Office additional yast repositories... any idea?

Thanks,
  


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



[opensuse] Rsync port

2007-08-02 Thread Hans Linux

do i have to open specific port for rsync if i m running a firewall?

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



[opensuse] Rsync port

2007-08-02 Thread Hans Linux

do i have to open specific port for rsync if i m running a firewall?

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



[opensuse] activate webcam on notebook hp pavilion dv2213

2007-07-26 Thread Hans Linux
how do i activate webcam on my hp pavilion dv2213 notebook? any specific 
that i should install? thx for sharing

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



[opensuse] update kernel via yast

2007-07-15 Thread Hans Linux
how do i update opensuse10.2 kernel via Yast? is it risky to update 
kernel since i dont know much about linux?

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



[opensuse] can't have my USB detected by VMware

2007-07-09 Thread Hans Linux
why i can't get my USB interface detected by guest OS on my VMware? If i 
plug my flash disk to my system, only my host (SUSE) can detect it, but 
not my guest OS.


I try to enable it from menu VM -> Removable Devices -> USB devices, but 
it shows nothing. I do have USB device on the setting (USB device present)

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



[opensuse] triple boot : Vista, SuSE and Ubuntu

2007-07-08 Thread Hans Linux
ubuntu is quite tempting :D i would like to hv it install on my laptop. 
currently i have dual boot for my Vista and SUSE already. Is it OK for 
me to install ubuntu to have triple boot? would ubuntu set triple boot 
automatically, or i hv to edit manually some menu list? anyone 
experience this before?

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



[opensuse] gDesklets

2007-07-04 Thread Hans Linux
i just got gDesklets installed on my opensuse 10.2 and i added some 
applets like calendar and clock. the thing is, those applets appear 
floating on my desktop and always stay on top. is there anyway to set it 
to stick with the desktop like Vista deskbar?, so when we open an 
application, gDesktop will stay on the back. It's quite annoying to have 
it on top of every applications.

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



[opensuse] bittorrent gui

2007-07-03 Thread Hans Linux

any idea where i can find bittorrent gui for my opensuse 102?
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] cloning the whole system from internet

2007-07-01 Thread Hans Linux
let's say i have 1 running suse 10.0 server on the colocation somewhere. 
Then i have another server which has duplicate hardware specification at 
my office. Is it possible to clone the running server to the one at my 
office?

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



Re: [opensuse] Virtual domain, between Postfix and Qmail

2007-07-01 Thread Hans Linux
Currently i m using postfix as my mail server. but i m having problem 
when i have to add additionl domain to my server. I can't get the same 
username for 2 domains like [EMAIL PROTECTED] and [EMAIL PROTECTED]  [EMAIL PROTECTED] and 
[EMAIL PROTECTED] will be treated as the same user by Postfix. And there is no 
interface for me to admin virtual domain in postfix and as i heard it's 
easy to do it with qmail since qmail has a lot of interface to admin 
like qadmin, vpopmail etc.


I m not an expert in mail server, sorry i wasn't try to compare between 
postfix and qmail. I really need an interface for postfix to admin, and 
if there is no interface for postfix, i thought i will be easier for me 
to do it with qmail


rgds
hans


Sandy Drobic wrote:

Hans Linux wrote:
  

please enlight me with this issue :
As far as i know, Postfix can handle virtual domain, but it can not has
the same username for virtual doman. For example I have 2 domain on my
server :
- domain www.a.com and
- domain www.b.com

If i have a user named 'hans', and hans is with a.com domain, then i'll
have [EMAIL PROTECTED] If b.com domain has a user also name hans, then Postfix
will not be able to see there are 2 hans, but only 1 hans. Thus, i can
not have [EMAIL PROTECTED] Am i right?



No. This is true for domains in $mydestination, but not for domains in
virtual_mailbox_domains.

  

On the other hand, qmail will be able to do that. And there are many
additional tool for qmail to set that up like vmailmanager, vpopadmin
etc, but not postfix.



What problem are you trying to solve? If the question is "can Postfix do
that?" the answer is "yes, it can, and a lot more, too".
If the question is "Which MTA should I use?" The answer is "Use the one
you are able to administer and debug.".


  


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



[opensuse] Virtual domain, between Postfix and Qmail

2007-06-29 Thread Hans Linux

please enlight me with this issue :
As far as i know, Postfix can handle virtual domain, but it can not has 
the same username for virtual doman. For example I have 2 domain on my 
server :

- domain www.a.com and
- domain www.b.com

If i have a user named 'hans', and hans is with a.com domain, then i'll 
have [EMAIL PROTECTED] If b.com domain has a user also name hans, then Postfix 
will not be able to see there are 2 hans, but only 1 hans. Thus, i can 
not have [EMAIL PROTECTED] Am i right?


On the other hand, qmail will be able to do that. And there are many 
additional tool for qmail to set that up like vmailmanager, vpopadmin 
etc, but not postfix.

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



[opensuse] synchronizing 2 folders

2007-06-21 Thread Hans Linux
I need to synchronize the content of folders. Lets say I have 2 folders :

- /home/hans/folder1
- /home/hans/folder2

Everytime I change something in folder1 like remove a file, create a
file etc, folder2 will automatically be synchronized at once. how do i
do that?
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] proftp passive mode, on which port?

2007-06-21 Thread Hans Linux
i always have bad experience with my proftp server. i have it running
but i can't transfr any data. Everytime it always stuck at "Entering
passive mode" for a long time and then timeout. But if I disable the
firewall, it works well. So which port of firewall should i open? I do
some googling and find out port 3-30050 or 6-65535, but it
didn't work.
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] any eXe eLearning for openSUSE 10.2?

2007-06-21 Thread Hans Linux
does anyone know where i can find rpm packet for eXe eLearning software?
does it exist? :D
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] Firefox 2.0.0.4 on openSuSE 10.2

2007-06-20 Thread Hans Linux
i just manually installed Firefox 2.0.0.4 from source. It works fine
except but not "plug ins enabled" . For example I hv installed Adobe
Flash Player, restart my firefox and it doesn't work. The same thing
happen to java plug ins. Any idea what file should i edit ti make it work?

And... bad thing : the MeasureIt and ColorZilla doesn't support Firefox
2.0.4 yet, am i right?
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[opensuse] Pidgin Error : Failed to execute child process "pidgin" (No such file or directory)

2007-06-19 Thread Hans Linux
Dear all,
Does anyone ever experience with pidgin error like :

Failed to execute child process "pidgin" (No such file or directory)

I installed it on my opensuse 10.2 from source (downloaded from pidgin.im) and 
after many many dependencies request, i finally got it installed. But 
unfortunately i still having that error and couldn't start pidgin

thx for any help
hans


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



[opensuse] openSUSE 10.2 on HP Pavilion dv2201 and dv2213 laptop

2007-06-11 Thread Hans Linux
does anyone has tried installing openSUSE10.2 on HP Pavilion dv2201 and
dv2213 laptop? Is all the hardware well detected? Could anyone share it
please...

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



[opensuse] Gnome 3D desktop hang on Acer Travelmate 4603

2007-04-11 Thread Hans Linux
Dear all,
I m having problem with my openSuSE 10.2 on my Acer Travelmate 4603
(4600 series). I installed SuSE by default with Gnome and was fine. Then
I started 3D desktop since my card supports it (ATi Mobile Radeon X700)
and it works. I love it very much. I also installed the latest driver
(8.35) from ati.com for my card.

But after I 'enjoy' 3D for half day, my SuSE hang! And I can't return to
my desktop anymore! Well I can login with GUI, but then the Desktop
shows only wallpaper, without toolbar, start up bar etc. There is
nothing I can click on or whatever. And sometimes if I reboot it, it
won't go back to GUI login, but console only.

All I can do is login as root (console), give this command
"gnome-xgl-switch --disable-xgl" and reboot again to return to my 2D
desktop without problem. but I really like 3D. What should I do? There
is an error, something about "D-Bus" and I try to repair it from Yast
but it doesn't work. How do I get my 3D desktop back? Please anyone help
me. I dont wish to reinstall my system since I've doing that couple of
times and everytime my 3D desktop hang, i wont be able to get back to my 3D!

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