Download mandriva iso
tags: Download mandriva iso, iso, linux, linux mandriva iso, iso
sMobile ? "width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0" : "width=1100"' name='viewport'/>
rpmsync --delete-limit -vH --exclude-from=/home/hajma/exclude.lst \
rsync://distrib-coffee.ipsl.jussieu.fr/pub/linux/MandrivaLinux/devel/cooker/i586/ \
/dokumenty/Mandrivalinux-devel/cooker/i586/
*-l10n-fr-*
*-l10n-ja-*
...
*openoffice*
Number of files: 15425
Number of files transferred: 153
Total file size: 15648376564 bytes
Total transferred file size: 304897518 bytes
Literal data: 203004952 bytes
Matched data: 101915361 bytes
File list size: 820591
File list generation time: 6.755 seconds
File list transfer time: 0.000 seconds
Total bytes sent: 241216
Total bytes received: 191504554
sent 241216 bytes received 191504554 bytes 80077.58 bytes/sec
total size is 15648376564 speedup is 81.61
DenyUsers All
AllowUsers hajma
/var/log/security jsem si přečetl hlášení msecu o world writable souborech v mém $HOME a rozhodl se s tím něco dělat. Nějak jsem si ale vsugeroval, že pořadí není user, group, others anébrž owner, group, all a z toho odpovídající zkratky oga místo ugo. Takže jsem v $HOME s klidem spustil chmod -R a-w ./ ... a pak jsem se divil, že kmail nechce startovat ...------- Additional Comment #3 From Sebastian Trueg 2005-12-06 20:35 -------Nechtělo se mi tomu věřit, tak jsem se podíval na homepage a skutečně, vývojový tým zásadní aplikace tvoří jenom jeden člověk!
I am only one man on all this and verification does not interest me that much.
That's why I keep moving this bug down the todo list... but I will do it
soon. I promise. :) please close the duplicate bug reports.
Subject: Re: [Expert] Online sources for 2006
Date: středa 30 listopad 2005 20:50
From: Thomas Backlund tmb@mandriva.org
To: expert@mandrivalinux.org
Anne Wilson wrote:
* On Wednesday 30 Nov 2005 14:24, Gary Montalbine wrote:
** Is 2006 community a newer version of 2006 official? As I understand
** the above discussion community can safely be used as an update source
** for 2006 official. Correct?
*
* As I understand it, 2006 Official is the download/CD/DVD version, fully
* supported by Mandriva. 2006 Community has, I believe, updates and
* other packages supported only by the packager - not Mandriva.
2006.0 Official tree (official/2006.0/) is the "Frozen Cooker" from
where the Official ISO's get built.
- the media/main is the only supported part (besides the installer stuff)
- there are more packages here than fits on the DVD's (both in
media/main and even more media/contrib)
2006.0 Official Updates Tree gets the Security Updates for 2006.0
Official Main as per
2006.0 Community tree (devel/12006.0) is 2006.0 Official + 2006.0
Official Updates + ...
- this tree acts as a "Stable tree" for Products to come based on 2006.0
- this also gets other updates/bugfixes that are considered too simple
to go out as a Security Update
- newer versions of some programs are also allowed here as long as _they
don't break_ anything
- here you wont see any packages uploaded that would require many other
packages to be rebuilt,
so for example you wont see the new Firefox 1.5 here, or any of the
libs that is used in half the distro...
- This is the only place (besides Club and Offsite Repos such as SoS,
Thac) where Contributors
can upload bugfixes & security updates for Contrib packages in
media/contrib
* If that is not the case, someone will correct me. If I am right, then
* it is slightly more risky than Official but a lot less risky than
* Cooker.
*
* Ann
Actually I would say this is the best Release to use as it will provide
a better testbase if more people use it.
And it's not risky, and bugzilla accepts bugreports against if if you
find any, and it will probably be fixed...
--
Regards
Thomas
#!/bin/bash
root_path="/mnt/mdk/Mandrakelinux-devel/cooker2"
/usr/bin/rsync -avvn --delete-after mandrake.contactel.cz::Mandrakelinux-devel/cooker/i586/ $root_path | grep -v "is uptodate" | grep .rpm$ > seznamrpm
for deleted in $(grep deleting seznamrpm)
do
if [ "$deleted" != "deleting" ]
then
stary_soubor=$root_path/$deleted
deleted_base=`/bin/basename "$deleted"`
deleted_dir=`/usr/bin/dirname "$deleted"`
package_name=`echo $deleted_base | awk 'BEGIN { FS = "-[^-]+-[^-]+rpm$" } ; { print $1 }'`
novy_soubor=$root_path/`grep -v deleting seznamrpm | grep "$deleted_dir/$package_name-[^-]\+-[^-]\+rpm$"`
echo $stary_soubor
echo $novy_soubor
mv -f $stary_soubor $novy_soubor
fi
done
/usr/bin/rsync -avv --delete-after --progress --partial --exclude='*.cz' mandrake.contactel.cz::Mandrakelinux-devel/cooker/i586/ $root_path > log
/usr/bin/rsync -avv --progress --delete-after --partial --exclude='*.cz' mandrake.contactel.cz::Mandrakelinux-devel/cooker/i586/ /mnt/mdk/Mandrakelinux-devel/cooker >> log
cd /var/lib/tftpboot/
mv boot-3c59x.2.6.11-6mdk.nbi boot-3c59x.2.6.11-6mdk.nbi.new
./imggen -a boot-3c59x.2.6.11-6mdk.nbi.new boot-3c59x.2.6.11-6mdk.nbi
rm -f boot-3c59x.2.6.11-6mdk.nbi.new
mknbi-set -v -k /boot/vmlinuz-2.6.11-6mdk -r 3c59x
# seems we've moved nfs into the kernel now
if [ -d "/lib/modules/$kernel_ver/kernel/fs/nfs" ]; then
modules="mii $modules sunrpc lockd nfs" # Always require nfs for nfs mount
fi
mknbi-set -v -k /boot/vmlinuz-2.6.11-6mdk -r 3c59x
192.168.1.1:/mnt/gentoo / nfs rsize=1024,wsize=1024,noac,nolock,intr 0 0
dd if=/dev/zero of=ntbswapfile bs=1048576 count=512
su
mkswap ntbswapfile
nbd-server 9000 /home/hajma/ntbswapfile
modprobe nbd
nbd-client 192.168.1.1 9000 /dev/nbd0
swapon /dev/nbd0/etc/sysconfig/irdajsem ještě musel změnit port, na kterém očekává systém infra zařízení
IRDA=yes
DEVICE=/dev/ttyS1
#DONGLE=actisys+
DISCOVERY=yes
# /etc/init.d/irda start
# irdadump, tak jsem viděl, jak si spolu telefon a PC krásně povídají.
22:20:45.039136 xid:cmd 7fc4a198 > ffffffff S=6 s=5 (14)
22:20:45.129124 xid:cmd 7fc4a198 > ffffffff S=6 s=* hajma hint=0400 [ Computer ] (21)
22:20:47.588754 xid:cmd 7fc4a198 > ffffffff S=6 s=0 (14)
22:20:47.678734 xid:cmd 7fc4a198 > ffffffff S=6 s=1 (14)
22:20:47.768727 xid:cmd 7fc4a198 > ffffffff S=6 s=2 (14)
22:20:47.858708 xid:cmd 7fc4a198 > ffffffff S=6 s=3 (14)
22:20:47.948693 xid:cmd 7fc4a198 > ffffffff S=6 s=4 (14)
22:20:48.038680 xid:cmd 7fc4a198 > ffffffff S=6 s=5 (14)
22:20:48.127169 xid:rsp 7fc4a198 < bde98e7c S=6 s=5 ALCATEL OT535 hint=b125 [ PnP Modem Fax Telephony IrCOMM IrOBEX ] (30)
22:20:48.128666 xid:cmd 7fc4a198 > ffffffff S=6 s=* hajma hint=0400 [ Computer ] (21)
# modprobe ircomm
# modprobe ircomm-tty
*99***1#a ověření je nastaveno jako "Pomocí skriptu".