openSUSE Forums > General Chit-Chat » OpenSUSE is like SUSE 8 years ago

Go Back   openSUSE Forums > General Chit-Chat
Forums FAQ Members List Search Today's Posts Mark Forums Read


General Chit-Chat A friendly place to converse about your adventures with openSUSE, your weekend, your boss, your new car, and generally stuff that doesn't fit somewhere else (and we must ask: PLEASE do not post help questions here)

Reply
Page 1 of 2 1 2
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 29-Sep-2009, 05:58
Puzzled Penguin
 
Join Date: Sep 2009
Posts: 4
ps261 hasn't been rated much yet
Smile OpenSUSE is like SUSE 8 years ago

Yesterday I just installed OpenSUSE 11.1 after being completely frustrated with Ubuntu 9.04. The installation worked kind of well and after some time I had a much faster Linux Desktop. Much more reactive and with a nicely integrated KDE. These were the nice things.

But I also experienced negative things:
- a very confusing GUI bug in a very early stage of the installation program
- very clunky DSL setup procedure (it took me 30 minutes to make it really work completely)
- ugly fonts
- spell check is in english although I did setup a German system
- mounting of partitions - which could be done quite easy in Dolphin - only allowed by root. why?? this is a desktop system and no multi-user terminal... that makes me spend more time as root which is not really secure. (A regular user would start Dolphin in admin mode - ironically both windows look the same. Who knows what SUSE users already did to their desktops by forgetting that Dolphin is running in admin mode...)
- when you install gcc-4.3 the executable is called gcc-4.3 and there is *no* executable gcc. What's the point of doing this?? Everybody using the gcc would make a symbolic link to gcc anyway so why does yast not?

And last but not least: The kernel headers are installed in /usr/include. *Why*? This makes no sense in two ways:
1) When I look at the gcc issue it seems to me the SUSE philosophy is to enable a lot of customization to the user e.g. by allowing him to easily maintain multiple versions of a tool that is nasty to install.
2) On the other hand it is "standard" on Linux that kernel headers are installed in /usr/src/kernel-header-xxx or something. Really this makes no sense.

Why bother? I'm currently installing VMWare and it needs to compile it's kernel modules. Well you might say: Why don't you make a symbolic link? Doesn't work. Of course I could download the headers. (Haha, this is a SUSE patched version... Maybe I should compile a custom kernel. I bet that I then run in more problems than before...)

Sorry guys but SUSE is as administration-hostile and heavy-weight as it used to be. Of course the latter won't matter if it all worked - but it doesn't.

And all these tiny issues. They are often to fix. But hey, I'm here to actually *use* the software on my Distro and not to administrate my Distro the whole time. Ubuntu is in some regards technically inferior in particular in the things regarding hardware, partitioning etc. But at least it doesn't have all these issues that also used to annoy me when I stopped using SUSE around 6 years ago.

And this can not be explained only by the fact that Ubuntu has a larger user base and more developers. These are issues that are visible the whole time.

Have fun with using SUSE... I'll check out Fedora or something...
Reply With Quote
  #2 (permalink)  
Old 29-Sep-2009, 06:29
buckesfeld's Avatar
Global Moderator
 
Join Date: Mar 2008
Location: Bochum, Germany
Posts: 2,561
buckesfeld has a spectacular reputation aura aboutbuckesfeld has a spectacular reputation aura aboutbuckesfeld has a spectacular reputation aura aboutbuckesfeld has a spectacular reputation aura about
Send a message via AIM to buckesfeld
Default Re: OpenSUSE is like SUSE 8 years ago

* ps261 wrote, On 09/29/2009 01:06 PM:

> Have fun with using SUSE... I'll check out Fedora or something...


Well, what can I say? Good luck, and thanks for the feedback.

Uwe
Reply With Quote
  #3 (permalink)  
Old 29-Sep-2009, 07:06
platinum
Guest
 
Posts: n/a
Default Re: OpenSUSE is like SUSE 8 years ago

> Have fun with using SUSE... I'll check out Fedora or something...

good plan, see you!

--
platinum
Reply With Quote
  #4 (permalink)  
Old 29-Sep-2009, 09:04
Puzzled Penguin
 
Join Date: Sep 2009
Posts: 4
ps261 hasn't been rated much yet
Talking Re: OpenSUSE is like SUSE 8 years ago

You don't really seem to care. If I was the maintainer of a distribution I would consider these things as bugs. When I started out using Linux which was a bit more that 10 years ago it was normal that a lot of things didn't work, were annoying and occasional repair works that took long hours or even days.

But today? Life is too short to fix your system the whole day - except you are genuinely interested in that but then I don't understand why you're not using Arch Linux or Gentoo. In my opinion SUSE is still in the Linux Stone Age.
Reply With Quote
  #5 (permalink)  
Old 29-Sep-2009, 09:13
Wise Penguin
 
Join Date: Mar 2009
Posts: 1,824
Akoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the rough
Default Re: OpenSUSE is like SUSE 8 years ago

Quote:
Originally Posted by ps261 View Post
- when you install gcc-4.3 the executable is called gcc-4.3 and there is *no* executable gcc. What's the point of doing this?? Everybody using the gcc would make a symbolic link to gcc anyway so why does yast not?
Code:
which gcc
/usr/bin/gcc

rpm -qf /usr/bin/gcc
gcc-4.3-34.243
So much for that theory.
__________________
“Never attribute to malice that which can be adequately explained by stupidity.” (R.J. Hanlon)
Reply With Quote
  #6 (permalink)  
Old 29-Sep-2009, 09:21
Wise Penguin
 
Join Date: Mar 2009
Posts: 1,824
Akoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the rough
Default Re: OpenSUSE is like SUSE 8 years ago

Quote:
Originally Posted by ps261 View Post
And last but not least: The kernel headers are installed in /usr/include. *Why*? This makes no sense in two ways:
1) When I look at the gcc issue it seems to me the SUSE philosophy is to enable a lot of customization to the user e.g. by allowing him to easily maintain multiple versions of a tool that is nasty to install.
2) On the other hand it is "standard" on Linux that kernel headers are installed in /usr/src/kernel-header-xxx or something. Really this makes no sense.
With over 10 years of Linux experience you should know the difference of headers being used for (almost all) user space programs (which reside in /usr/include where they belong) and headers used for building kernel modules (which reside in the kernel tree).

Next time, do your homework before trolling, you obviously don't have a clue what you are "complaining" about.
__________________
“Never attribute to malice that which can be adequately explained by stupidity.” (R.J. Hanlon)
Reply With Quote
  #7 (permalink)  
Old 29-Sep-2009, 09:23
Puzzled Penguin
 
Join Date: Sep 2009
Posts: 4
ps261 hasn't been rated much yet
Default Re: OpenSUSE is like SUSE 8 years ago

Ok... I had to install the package gcc. Didn't see it, just saw the packages with version numbers (e.g. gcc-3.3) on it.

I sometimes wonder who would install OpenSUSE without gcc.
Reply With Quote
  #8 (permalink)  
Old 29-Sep-2009, 09:28
Puzzled Penguin
 
Join Date: Sep 2009
Posts: 4
ps261 hasn't been rated much yet
Default Re: OpenSUSE is like SUSE 8 years ago

Quote:
Originally Posted by Akoellh View Post
With over 10 years of Linux experience you should know the difference of headers being used for (almost all) user space programs (which reside in /usr/include where they belong) and headers used for building kernel modules (which reside in the kernel tree).

Next time, do your homework before trolling, you obviously don't have a clue what you are "complaining" about.
Thanks for your complaining. So what is your solution to my problem? Or to be concrete: What is the SUSE way to install VMWare? (Never mind... I just installed the kernel sources from the package manager. Still... orthogonal or elegant is IMHO something else...)

FYI: This is how SUSE deals with the linux-kernel-headers rpm:


linux-kernel-headers-2.6.27-2.28 - Linux Kernel Headers

/usr/include/asm-arm
/usr/include/asm-arm/auxvec.h
/usr/include/asm-arm/byteorder.h
/usr/include/asm-arm/errno.h
/usr/include/asm-arm/fcntl.h
/usr/include/asm-arm/hwcap.h
/usr/include/asm-arm/ioctl.h
/usr/include/asm-arm/ioctls.h
...
Reply With Quote
  #9 (permalink)  
Old 29-Sep-2009, 09:43
Wise Penguin
 
Join Date: Mar 2009
Posts: 1,824
Akoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the rough
Default Re: OpenSUSE is like SUSE 8 years ago

Quote:
Originally Posted by ps261 View Post
Thanks for your complaining. So what is your solution to my problem? Or to be concrete: What is the SUSE way to install VMWare? (Never mind... I just installed the kernel sources from the package manager. Still... orthogonal or elegant is IMHO something else...)
No, this is a very efficient way of keeping headers for user space seperate from headers needed for kernel modules, giving you a safe way of upgrading your kernel to a new version and building modules against the new headers _without_ changing the headers being used for a lot of user space programs.

Quote:
Originally Posted by ps261 View Post
FYI: This is how SUSE deals with the linux-kernel-headers rpm:
Well, I know that, but FYI; rpm has two nice switches, "-q" and "-i", try using them on that package.
__________________
“Never attribute to malice that which can be adequately explained by stupidity.” (R.J. Hanlon)
Reply With Quote
  #10 (permalink)  
Old 29-Sep-2009, 09:52
Wise Penguin
 
Join Date: Mar 2009
Posts: 1,824
Akoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the rough
Default Re: OpenSUSE is like SUSE 8 years ago

BTW:

You know that i.e. debian does exactly the same thing by providing the user space headers in another package than the kernel headers used for module compilation?

Debian -- Details of package linux-libc-dev in lenny

Quote:
Originally Posted by ps261 View Post
I sometimes wonder who would install OpenSUSE without gcc.
Depends on the purpose of the machine, I would not install any compiler tools on a productive server for a start (no matter which distro). If one is using only supported packages (RPMs from official sources), there is no need for any development tools to get a running system (which certainly also applies to any decent distro with binary packages).
__________________
“Never attribute to malice that which can be adequately explained by stupidity.” (R.J. Hanlon)
Reply With Quote
Reply
Page 1 of 2 1 2

Bookmarks

Tags
suse clunky heavy weight


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2