-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
The system script "/etc/cron.daily/suse.de-backup-rpmdb" uses gzip as
compressor, when it could use something more modern like 'xz'. I changed
it on my system and it works:
# if gzip -9 < /var/lib/rpm/$PACKAGEDBFILE > $NEWNAME.gz; then
if xz < /var/lib/rpm/$PACKAGEDBFILE > $NEWNAME.xz; then
...
# rm -f $NEWNAME $NEWNAME.gz
rm -f $NEWNAME $NEWNAME.xz
It compresses to half the space (from 100 MB to 50 MB), and as there are
several backups (I get 10) the saving is more important.
What do you thing? The change is very easy to implement.
- --
Cheers,
Carlos E. R.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
iEYEARECAAYFAlOkyAQACgkQtTMYHG2NR9WtxACbBApcNdkt5X5IOihn0U2CCsnu
C1YAnAq4tC4+j9iV0Lyl9bmeyvT51la1
=fnRq
-----END PGP SIGNATURE-----
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
I noticed that I do not sent this mail to opensuse-factory(a)opensuse.org,
but I sent this mail to opensuse(a)opensuse.org.
So, I sent this to opensuse-factory(a)opensuse.org.
---------- Forwarded message ----------
From: 1xx <itsango(a)gmail.com>
Date: 2014-06-22 8:01 GMT+09:00
Subject: Re: [opensuse] Re: Request for package CUPS-PDF, please put
the "cups-pdf" into Factory's official repository.
To: SLE <opensuse(a)opensuse.org>
Cc: James Knott <james.knott(a)rogers.com>
2014-06-22 6:46 GMT+09:00 James Knott <james.knott(a)rogers.com>:
> On 06/20/2014 10:47 PM, 1xx wrote:
>> 2014-06-20 20:38 GMT+09:00 James Knott <james.knott(a)rogers.com>:
>>> On 06/20/2014 01:26 AM, 1xx wrote:
>>>> I want the "cups-pdf" to go into official repository.
>>> +1
>> Since I got Kyrill to teach, I can use Boomaga now.
>> The thing which I would like to do was attained.
>>
>> Do you still need CUPS-PDF? >James and all
>> If nobody needs it, I will cancel the request.
>> If someone still needs it, We will continue discussion.
>> I will wait till 2014-06-24 (+0900).
>>
>
> I plan to keep using cups-pdf.
OK.
We continue the discussion.
--
1xx <ItSANgo(a)gmail.com> <https://twitter.com/ItSANgo>
Mitsutoshi NAKANO <bkbin005(a)rinku.zaq.ne.jp>
<http://d.hatena.ne.jp/Itisango/>
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
Hallo;
when I update a factory installation chrooted by running the following script
I see grub2-mount processes hanging around with 100% CPU for some minutes.
Am I doing something wrong ? Or is this a bug in grub2-mount ?
-------- Script---------
mount -t ext4 /dev/system2/root_factory /mnt
mount -t ext4 /dev/disk/by-id/ata-SAMSUNG_SSD_830_Series_S0WKNYABB00183-part7
/mnt/boot
mv /mnt/etc/resolv.conf /mnt/etc/resolv.conf.orig
cp /etc/resolv.conf /mnt/etc/resolv.conf
mount --bind /dev /mnt/dev
mount --bind /proc /mnt/proc
mount --bind /sys /mnt/sys
chroot /mnt zypper dup -l --download-as-needed
mv /mnt/etc/resolv.conf.orig /mnt/etc/resolv.conf
umount /mnt/sys /mnt/proc /mnt/dev /mnt/boot /mnt
--------------------------------------
------ Output of top------------------
Tasks: 350 total, 2 running, 348 sleeping, 0 stopped, 0 zombie
%Cpu(s): 18.3 us, 1.0 sy, 0.0 ni, 80.4 id, 0.3 wa, 0.0 hi, 0.0 si, 0.0
st
KiB Mem: 16462708 total, 8558232 used, 7904476 free, 500344 buffers
KiB Swap: 20971516 total, 0 used, 20971516 free, 5560028 cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
9498 root 20 0 52964 31828 2092 R 99.65 0.193 3:05.27 grub2 -
mount
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
Suitesparce library can't find symbols in OBS build [1] but locally on
installed Factory everything is fine. What can cause this situation?
[1] https://build.opensuse.org/package/show/home:Dmitry_R:WIP/fake
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
Hi,
I observed the following:
When I upgrade OpenSuSE13.1 to the kernel 3.14 or 3.15 from factory or the
kernel-stable repository, the performance of my Intel Advanced-N 6205 using the
/lib/firmware/iwlwifi-6000g2a-6.ucode firmware drops from the normally reached
24MBytes/s down to 9MBytes/s.
No other change at all to the OpenSuSE13.1 installation, just exchanging the
kernel.
This has been reproduced on two different computers, both using iwlwifi.
The bitrate of ~300Mbits/s shown in wavemon is not affected by this problem.
Just the reached throughput is down to 40% of the old performance.
Both, OpenSuSE13.1 and OpenSuSE13.1 with tumbleweed show the problem.
Anyone else has seen this?
Is there a workaround? I don't want to miss the new features of the new kernel
but also don't want to miss the high bandwidth....
Thanks,
Michael
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
Hi,
I observed the following:
When I upgrade OpenSuSE13.1 to the kernel 3.14 or 3.15 from factory or the
kernel-stable repository, the performance of my Intel Advanced-N 6205 using the
/lib/firmware/iwlwifi-6000g2a-6.ucode firmware drops from the normally reached
24MBytes/s down to 9MBytes/s.
No other change at all to the OpenSuSE13.1 installation, just exchanging the
kernel.
This has been reproduced on two different computers, both using iwlwifi.
The bitrate of ~300Mbits/s shown in wavemon is not affected by this problem.
Just the reached throughput is down to 40% of the old performance.
Both, OpenSuSE13.1 and OpenSuSE13.1 with tumbleweed show the problem.
Anyone else has seen this?
Is there a workaround? I don't want to miss the new features of the new kernel
but also don't want to miss the high bandwidth....
Thanks,
Michael
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
I press at "Submit Bug Report" and nothing happens. This is with the
latest 13.1 with just updated Firefox (restarted Firefox after update).
Anyone else?
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
Hi.
I've been using LXDE in a netbook for some time now and found that some
programs should be replaced (because they're broken) and others could be
included. How/Who/Where do I request these changes?
Greetings.
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
Some people have shown interest in openQA lately. To bundle all relevant
information, we gathered the available documentation into 4 guides
(Starter, Installation, Developer and Tests Developer) and created this
landing page with everything you need to dive into openQA.
http://os-autoinst.github.io/openQA/
Enjoy.
--
Ancor González Sosa
openSUSE Team at SUSE Linux GmbH
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
Hi,
Am 11.05.2014 18:43, schrieb Stephan Kulow:
> Cleaning up the next round of failed builds will hit:
>
> xulrunner (fails for 156 days), also removing
> - chmsee
> - gnash
> - icedtea-web
icedtea-web and chmsee have still some usefulness. Not sure for gnash.
Anyway I'd like to fix xulrunner but I cannot without help.
It only fails on i586 and not x86-64 and it's most likely caused by a
compiler change in Factory. The very same package builds everywhere else
but fails when running xpcshell during installation phase. xpcshell is
basically used to execute some JavaScript build tool and it's likely a
crash in the JS engine (caused by some kind of miscompilation).
So who could help here?
Wolfgang
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org