I started some updates for 12.1 with different test-cases again and they should be available soon at
http://download.opensuse.org/repositories/openSUSE:/12.1:/Update/standard/.
Thank you for testing!
Greetings, Benjamin
--
Benjamin Brunner <bbrunner(a)suse.com>,
SUSE LINUX, Maintenance
SUSE LINUX GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 21284
(AG Nürnberg)
>>> Stephan Kulow <coolo(a)suse.de> 10/26/2011 3:27 PM >>>
Am Mittwoch, 26. Oktober 2011 schrieb Will Stephenson:
> On Wednesday 26 Oct 2011 14:03:03 Marcus Meissner wrote:
> > On Wed, Oct 26, 2011 at 01:58:14PM +0200, Dirk Müller wrote:
> > > On Wednesday 26 October 2011, Will Stephenson wrote:
> > > > Comparing the update-test updateinfo.xml with the live data for eg
> > > > 11.1 the reboot_suggested and restart_suggested tags are missing
> > > > from the relevant packages in 12.1's metadata. Therefore I assume
> > > > any update stack testing done for 12.1 is invalid. Anyone with a
> > > > clue want to confirm this for me?>
> > >
> > > Yes, the current ones are broken. We're working on the opensuse
> > > buildservice based system, but that one is also currently not finished,
> > > so it'll take a bit more.
> >
> > WIll, you could juse use the 11.4 updates for testing, probably needs a
> > 11.4 base?
> >
> > Otherwise Dirk needs to fix it first.
>
> It's hardly 'test what you fly, and fly what you test' is it? I can only
> show that Apper has no regressions vs KPackageKit on 11.4 update stack,
> when we know that the components are notoriously tightly coupled. I'll do
> this in a VM now, but would it be possible to generate update-test
> metadata using the old system for now? We have 2 days to RC2 and
> irrespective of KDE only issues, the rest of the stack needs testing or we
> risk shipping a release that can't be fixed later.</statingtheobvious>
Rudi fixed /update/12.1
Greetings, Stephan
Heya all,
Based on the info we've got up and until now, we wrote a text about
what's new in openSUSE 12.1 in the area of languages and compilers. You
can read it in the pastebin below:
http://pastebin.com/0iyAtHDU
(btw it's not on openSUSE paste because it concludes I'm a spammer
(probably due to the links) when I try to paste it there...)
If you care about languages and compilers, have a look and tell us
what's missing by adding bullet points and links here:
http://ietherpad.com/12-1-release-notes
(around line 125 you find the language/compiler section)
Thanks!!!
Jos
This is probably an operator fault, but I simply can't see it -
On a Factory system, kernel 3.1.0-rc9-1-desktop 32bit, I'm using
swapspace over iscsi, it is added via udevd when iscsid is
started. I create a link /dev/swapspace pointing to the scsi
device, and swap is added, works very well.
However, when I try to turn swap off, it only gets added (again).
This is what is looks like (same list: http://files.jessen.ch/stork1.txt)
A newly booted system:
per@stork1:~> uptime
08:50 up 0:03, 1 user, load average: 0.05, 0.09, 0.05
per@stork1:~> swapon -s
Absolute path to 'swapon' is '/sbin/swapon', so running it may require superuser privileges (eg. root).
per@stork1:~> su -
Password:
stork1:~ # swapon -s
Filename Type Size Used Priority
/dev/sde partition 4194300 0 -1
stork1:~ # dmesg | grep swap
[ 30.179826] Adding 4194300k swap on /dev/sde. Priority:-1 extents:1 across:4194300k
stork1:~ # ls -l /dev/swapspace
lrwxrwxrwx 1 root root 3 Oct 28 08:48 /dev/swapspace -> sde
I have listed /dev/swapspace in /etc/fstab as it otherwise seemed to cause a problem at shutdown.
/etc/fstab:
/dev/swapspace swap swap defaults 0 0
Here we go:
stork1:~ # swapoff /dev/sde
stork1:~ # swapon -s
Filename Type Size Used Priority
/dev/sde partition 4194300 0 -1
stork1:~ # swapoff /dev/swapspace || echo didnt work
stork1:~ # swapon -s
Filename Type Size Used Priority
/dev/sde partition 4194300 0 -1
stork1:~ # dmesg | grep swap
[ 30.179826] Adding 4194300k swap on /dev/sde. Priority:-1 extents:1 across:4194300k
[ 361.718216] Adding 4194300k swap on /dev/sde. Priority:-1 extents:1 across:4194300k
[ 401.246789] Adding 4194300k swap on /dev/sde. Priority:-1 extents:1 across:4194300k
So I straced it: (excerpt)
open("/usr/lib/locale/en_US.UTF-8/LC_CTYPE", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/en_US.utf8/LC_CTYPE", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=256356, ...}) = 0
mmap2(NULL, 256356, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7670000
close(3) = 0
open("/usr/lib/gconv/gconv-modules.cache", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=26242, ...}) = 0
mmap2(NULL, 26242, PROT_READ, MAP_SHARED, 3, 0) = 0xb7669000
close(3) = 0
readlink("/dev", 0xbfdd2f6b, 4096) = -1 EINVAL (Invalid argument)
readlink("/dev/swapspace", "sde", 4096) = 3
readlink("/dev/sde", 0xbfdd2f6b, 4096) = -1 EINVAL (Invalid argument)
swapoff("/dev/sde") = 0
exit_group(0) = ?
As far as I can tell, the last swapoff() calls works except when I check. What am I missing??
--
Per Jessen, Zürich (6.4°C)
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
See bug #715265. This is also happening with 12.1 RC1. I frequently
use this feature, so hopefully it gets fixed soon.
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
I just tried watching video from YouTube with Firefox. While I get
video, there is no audio. I also can't play .MP3s. What's missing that
prevents playing audio? I have 12.1 RC1 installed on a ThinkPad E520.
tnx jk
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
Hi,
when booting the RC1 installer on my netbook it just hangs after
"Starting udev...". There's no kernel panic and it works fine on
another notebook and desktop machine so it looks like it's
hardware-specific. How do I debug this?
--
Guido Berhoerster
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
Ismail Donmez wrote:
> You should be using the "Network Management" plasmoid. knetworkmanager
> is gone. Regarding the WiFi device itself I think relevant firmware is
> missing and we are working on including them in the installation.
Whatever it's called, it's there on the 12.1 Live CD and not the
installed version. As for the firmware, yes, I know it's not being
loaded. I included the dmesg info in my bug report. The WiFi also
works with the Live CD, but again the KNetworkManager widget that
appears on the bar does not enable WiFi. If I use the ifup method,
instead of KNetworkManager, I can connect to my WiFi here.
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
this may sound funny, but I specifically came to speculate with you about what opportunities are given to work with the openSUSE network. Today downloaded the live-CD 12.1 RC1, to admire the wallpaper changes to the system and directly, GNOME3, which until today I could only judge by the screenshots. and so, with this distribution network is not working, my modem E153 can not connect. I think they forget in a hurry usb_modeswitch. So much for the friendliness and iskorobochnost, and work with two modems on sverhskorostyah. I understand that it is not yet released, but ... * buntu in such ridiculous problems are not even in alpha-versions. Today once again convinced that the move to openSUSE c Kubuntu does not make sense.
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
I'm trying to test Apper, the renamed latest version of KPackageKit on 12.1
and need to clarify how the update tests *should* work.
If I revert all the update-test- packages to their 12.1 vanilla versions, I
see update-test-affects-package-manager as the only update.
However, installing this update also pulls in every other update-test-
package, immediately. Expected behaviour would be for update-test-package-
manager to install, Apper to restart itself, then for it to present the other
update-test-packages.
Since update-test-affects-package-manager does not require or recommend any of
these packages, I looked at
http://download.opensuse.org/12.1/repodata/updateinfo.xml.gz, and this lists
all the other packages as belonging to the update with id update-test-affects-
package-manager. Is this correct? If so, what is the mechanism that causes
u-t-a-p-m to pull in the other u-t packages?
Will
--
Will Stephenson, KDE Developer, openSUSE Boosters Team
SUSE LINUX GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 21284
(AG Nürnberg)
Maxfeldstraße 5
90409 Nürnberg
Germany
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
Hi List,
Jon suggests to change hintstyle property to 'hintslight' in
/etc/fonts/suse-hinting.conf, however comment in the same file
reads
<!--
Using hinting=true, hintstyle=hintfull and antialias=true
is a good default for most fonts.
...
-->
I think it is matter of taste and as such should be discussed here,
so your comments and observations are welcome and any help with
testing appreciated.
I personally like this (system default) change, I found many fonts
improved from my POV. See two examples attached (left hintfull, right
hintslight).
Best,
Petr