Re: [opensuse-factory] update another partition possible?

2008-01-26 Thread Carlos E. R.

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Content-ID: [EMAIL PROTECTED]


The Wednesday 2008-01-16 at 09:53 -0200, Leonardo Chiquitto wrote:


Carlos E. R. wrote:



I wonder if it is possible to update a partition containing factory (10.3
beta, actually) while the running system (different system version)
resides in another partition.




 It is possible with a simple chroot(1). I run SLED10-SP1 daily, but have
a separated partition with openSUSE-Factory, for development purposes.
 Assuming that the openSUSE installation is on /dev/sda2, you can use
the following script (you'll probably have to tweak it to fit your environment):


#!/bin/bash

if ! grep -q /dev/sda2 /proc/mounts; then
   mount /dev/sda2 /opensuse
fi
for part in proc sys dev; do
   if ! grep -q /opensuse/$part /proc/mounts; then
   mount --bind /$part /opensuse/$part
   fi
done

cp -f /etc/resolv.conf /opensuse/etc/resolv.conf
chroot /opensuse


Here I assume I would insert the update procedure.



umount /opensuse/proc
umount /opensuse/sys
umount /opensuse/dev
umount /opensuse



I still have not tested this procedure on my factory partition, but I used 
it as part of the recovery procedure of an old system, sucessfully, so I 
must say thank you :-)



- -- 
Cheers,

   Carlos E. R.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4-svn0 (GNU/Linux)

iD8DBQFHmzJbtTMYHG2NR9URApReAJ4kuiml9imzsGvp3rIrzeEXG7vdkACgh6Dz
EJFliIllxYT5MmxQMGZwplE=
=Tb4K
-END PGP SIGNATURE-
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse-factory] broken mirrors again?

2008-01-26 Thread Sid Boyce

Viljo Mustonen wrote:

Felix Miata kirjoitti:

I tried two different mirrors, gwdg.de  mirrors.kernel.org. On both I get
the same failure:

Unable to create repository from URL
'http://ftp-1.gwdg.de/pub/opensuse/distribution/SL-OSS-factory/inst-source'.

Details: Valid metadata not found at specified URL(s). History: - File
/var/cache/zypp/raw/openSUSE-FACTORY 11.0YmzbBQ/content.key doesn't contain
public key data.

Try again always fails.


I have got same type of error also from
http://download.opensuse.org/distribution/SL-OSS-factory/inst-source/
every day on this week.



I updated 2 boxes this week from the above URL, the last one yesterday 
(Friday). One day earlier in the week, a third box failed with the 
Unable to create repository from URL on download.opensuse.org and I 
had to use ftp-1.gwdg.de Apart from the usual conflicts with several 
packages, mostly -devel that couldn't be installed, they're all working 
fine.

Regards
Sid.
--
Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot
Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support 
Specialist, Cricket Coach

Microsoft Windows Free Zone - Linux used for all Computing Tasks

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



Re: [opensuse-factory] broken mirrors again?

2008-01-26 Thread Magnus Boman
Sid,

On Sun, 2008-01-27 at 00:47 +, Sid Boyce wrote:
 Viljo Mustonen wrote:
  Felix Miata kirjoitti:
  I tried two different mirrors, gwdg.de  mirrors.kernel.org. On both I get
  the same failure:
 
  Unable to create repository from URL
  'http://ftp-1.gwdg.de/pub/opensuse/distribution/SL-OSS-factory/inst-source'.
 
  Details: Valid metadata not found at specified URL(s). History: - File
  /var/cache/zypp/raw/openSUSE-FACTORY 11.0YmzbBQ/content.key doesn't contain
  public key data.
 
  Try again always fails.
 
  I have got same type of error also from
  http://download.opensuse.org/distribution/SL-OSS-factory/inst-source/
  every day on this week.
  
 
 I updated 2 boxes this week from the above URL, the last one yesterday 
 (Friday). One day earlier in the week, a third box failed with the 
 Unable to create repository from URL on download.opensuse.org and I 
 had to use ftp-1.gwdg.de Apart from the usual conflicts with several 
 packages, mostly -devel that couldn't be installed, they're all working 
 fine.

Yeah, there are no issues upgrading an existing install if you already
had the repos registered. The issue is when you want do a new install.

 Regards
 Sid.

Cheers,
Magnus

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