Re: [opensuse] Caching updates locally/Local update server

2007-05-09 Thread Prajjwal Devkota
Am back at this after a long time: finally got some spare time to play around again. I think I will have to follow your suggestion Carlos, if I cannot create a zypp source and add it using the suseRegister.conf file (update configuration?). Prajjwal On Fri, 2007-04-20 at 11:09 +0200, Carlos E. R

Re: [opensuse] Caching updates locally/Local update server

2007-04-24 Thread Prajjwal Devkota
> I think > this link could be usefull to generate a real local caching repository: > http://en.opensuse.org/SDB%3AGenerating_YaST_Installation_Sources Thanks for the link Michael. I found just a bit of extra information on this one: http://en.opensuse.org/Creating_YaST_Installation_Sources -- ne

Re: [opensuse] Caching updates locally/Local update server

2007-04-20 Thread Michael Riess
Prajjwal Devkota schrieb: > Based on the rsync script, the fact that patch, delta, and full rpms may ... > > If some installed packages are going to need new packages to be > installed during upgrade, thats up to the sysadmin to pull manually. I think this link could be usefull to generate a real

Re: [opensuse] Caching updates locally/Local update server

2007-04-20 Thread Carlos E. R.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The Friday 2007-04-20 at 15:39 +0545, Prajjwal Devkota wrote: > I am scared about > the number of FULL rpms I will have to download-- bandwidth is something > that I would not like too congested. Then limit the bandwidth: --bwlimit=KB

Re: [opensuse] Caching updates locally/Local update server

2007-04-20 Thread Prajjwal Devkota
Based on the rsync script, the fact that patch, delta, and full rpms may all be important, and to save bandwidth by preventing unnecessary files, my new script is the one below: #!/bin/bash PATCHDIR=/usr/local/src/update/patches RSYNCDIR=rsync://ftp5.gwdg.de/pub/suse/update

Re: [opensuse] Caching updates locally/Local update server

2007-04-20 Thread Prajjwal Devkota
> Both deltas and patch RPMs are generated internally. If the deltasize is > approximately the size of the patch rpm, only the patch RPM is used. Thanks Marcus. Prajjwal Message Disclaimer: This electronic message may contain confidential information. If you have received it in error, please

Re: [opensuse] Caching updates locally/Local update server

2007-04-20 Thread Marcus Meissner
On Fri, Apr 20, 2007 at 03:39:17PM +0545, Prajjwal Devkota wrote: > > > You should perhaps know that fixes also arrive in .delta.rpms > > and sometime there just are the FULL rpms. > > When you mention it, yes. But I got my problem fixed with the patch > rpm, which is why I was fixated on the p

Re: [opensuse] Caching updates locally/Local update server

2007-04-20 Thread Rauch Christian
Prajjwal Devkota wrote: > #!/bin/bash > > BASEURL="http://ftp5.gwdg.de/pub/suse/update/10.2/rpm/i586/"; > WORKDIR=/usr/local/src/updates/patchrpms/ > > cd $WORKDIR > #get list of rpms from the patch directory > wget -c $BASEURL >

Re: [opensuse] Caching updates locally/Local update server

2007-04-20 Thread Prajjwal Devkota
> You should perhaps know that fixes also arrive in .delta.rpms > and sometime there just are the FULL rpms. When you mention it, yes. But I got my problem fixed with the patch rpm, which is why I was fixated on the patch rpms. I am scared about the number of FULL rpms I will have to download-

Re: [opensuse] Caching updates locally/Local update server

2007-04-20 Thread Carlos E. R.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The Friday 2007-04-20 at 08:47 +0545, Prajjwal Devkota wrote: > Lets see if I can isolate the patches required, or find another way to > cache updates. Does anyone have any idea about using yum/smart to do > the same? I plan to look into that soon.

Re: [opensuse] Caching updates locally/Local update server

2007-04-20 Thread Marcus Meissner
On Fri, Apr 20, 2007 at 03:03:33PM +0545, Prajjwal Devkota wrote: > Thanks Rauch, it seems I was really taking the long way round! > > rsync -av --include=*.patch.rpm --exclude=* --partial --progress > --delete-after > rsync://ftp5.gwdg.de/pub/suse/update/10.2/rpm/i586/ > /usr/local/src/update/p

Re: [opensuse] Caching updates locally/Local update server

2007-04-20 Thread Prajjwal Devkota
Thanks Rauch, it seems I was really taking the long way round! rsync -av --include=*.patch.rpm --exclude=* --partial --progress --delete-after rsync://ftp5.gwdg.de/pub/suse/update/10.2/rpm/i586/ /usr/local/src/update/patchrpms I just added exclude and include patterns to the command you gave me

Re: [opensuse] Caching updates locally/Local update server

2007-04-20 Thread Prajjwal Devkota
Hi Everyone, I am just using this script as a starting point: just pulling all the patch rpms that are available in the updates repository. Maybe I will rewrite it to pull only the installed rpms later, but I hope it will work as a starting point to get things working. My HAL cdrom access proble

Re: [opensuse] Caching updates locally/Local update server

2007-04-19 Thread Prajjwal Devkota
That is an inconvenience: I found out that I need to update every opensuse 10.2 system for the following reasons: a. After joining to a windows domain, removable device access fails (apparently HAL policy problem) b. Evolution keeps asking for password when connecting to

Re: [opensuse] Caching updates locally/Local update server

2007-04-18 Thread Carlos E. R.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The Friday 2007-04-13 at 13:14 +0200, Roger Oberholtzer wrote: > I have seen them in /var/lib/YaST2/you/mnt > > But, you must be sure that you have not checked the button in YAST that > causes them to be deleted after they are installed. No matter

Re: [opensuse] Caching updates locally/Local update server

2007-04-18 Thread Prajjwal Devkota
Hi Roger, Thanks for your reply. > > I have seen them in /var/lib/YaST2/you/mnt I tried to find rpm files in the following locations: /var/lib/Yast2, /var/lib/zypp, and /var/lib/zmd: none seem to have any rpms. The command I used was find. The directory /var/lib/Yast2 does exist, but it onl

Re: [opensuse] Caching updates locally/Local update server

2007-04-13 Thread Roger Oberholtzer
On Fri, 2007-04-13 at 15:07 +0545, Prajjwal Devkota wrote: > Can anyone help me out with this? I have seen them in /var/lib/YaST2/you/mnt But, you must be sure that you have not checked the button in YAST that causes them to be deleted after they are installed. I have a script that makes a CD of

[opensuse] Caching updates locally/Local update server

2007-04-13 Thread Prajjwal Devkota
Hi Everyone, I need to update my opensuse machines at times, and the uplink is not so good as it through VSAT links. I was looking for a place where the online updater stores its files, but I could not find any location. The files seemed to be temporarily stored in /var/adm/mount/..., but then o