Open source modální textový editor Helix, inspirovaný editory Vim, Neovim či Kakoune, byl vydán ve verzi 25.07. Přehled novinek se záznamy terminálových sezení v asciinema v oznámení na webu. Detailně v CHANGELOGu na GitHubu.
Americký výrobce čipů Nvidia získal od vlády prezidenta Donalda Trumpa souhlas s prodejem svých pokročilých počítačových čipů používaných k vývoji umělé inteligence (AI) H20 do Číny. Prodej těchto čipů speciálně upravených pro čínský trh by tak mohl být brzy obnoven, uvedla firma na svém blogu. Americká vláda zakázala prodej v dubnu, v době eskalace obchodního sporu mezi oběma zeměmi. Tehdy to zdůvodnila obavami, že by čipy mohla využívat čínská armáda.
3D software Blender byl vydán ve verzi 4.5 s prodlouženou podporou. Podrobnosti v poznámkách k vydání. Videopředstavení na YouTube.
Open source webový aplikační framework Django slaví 20. narozeniny.
V Brestu dnes začala konference vývojářů a uživatelů linuxové distribuce Debian DebConf25. Na programu je řada zajímavých přednášek. Sledovat je lze online.
Před 30 lety, tj. 14. července 1995, se začala používat přípona .mp3 pro soubory s hudbou komprimovanou pomocí MPEG-2 Audio Layer 3.
Výroba 8bitových domácích počítačů Commodore 64 byla ukončena v dubnu 1994. Po více než 30 letech byl představen nový oficiální Commodore 64 Ultimate (YouTube). S deskou postavenou na FPGA. Ve 3 edicích v ceně od 299 dolarů a plánovaným dodáním v říjnu a listopadu letošního roku.
Společnost Hugging Face ve spolupráci se společností Pollen Robotics představila open source robota Reachy Mini (YouTube). Předobjednat lze lite verzi za 299 dolarů a wireless verzi s Raspberry Pi 5 za 449 dolarů.
Dnes v 17:30 bude oficiálně vydána open source počítačová hra DOGWALK vytvořena v 3D softwaru Blender a herním enginu Godot. Release party proběhne na YouTube od 17:00.
McDonald's se spojil se společností Paradox a pracovníky nabírá také pomocí AI řešení s virtuální asistentkou Olivii běžící na webu McHire. Ian Carroll a Sam Curry se na toto AI řešení blíže podívali a opravdu je překvapilo, že se mohli přihlásit pomocí jména 123456 a hesla 123456 a získat přístup k údajům o 64 milionech uchazečů o práci.
reiserfsck --rebuild-tree
, což byl konec použitelnosti toho disku, neboť skončil řvoucí, že nemá dostatek místa
jelikož rozdělení disku vypadá následovně:
Zařízení Boot Start End Blocks Id System /dev/hdd1 * 1 24255 194828256 83 Linux /dev/hdd2 24256 24321 530145 82 Linux swap / Solarischtěl jsem to zkusit řešit zrušením swapu a roztažením první partition na celý disk, ale
parted
na to nezafungoval a fdisk
i sfdisk
se chovají poněkud destruktivně - přesněji po jejich zásahu mi reiserfsck
vždy zařve, že nemůže najít superblock, přičemž debugreiserfs
, který to doporučí, je také úplně mimo a nic nenajde reiserfsck --rebuild-sb
má za následek jedině to, že mi reiserfsck --rebuild-tree
po hodině a půl chrochtání řekne, že nenašel metadata ... dělal jsem zhruba následující:
# reiserfsck --rebuild-sb /dev/hdb1 reiserfsck 3.6.19 (2003 www.namesys.com) ************************************************************* ... blabla varování ... ************************************************************* Will check superblock and rebuild it if needed Will put log info to 'stdout' Do you want to run this program?[N/Yes] (note need to type Yes if you do):Yes reiserfs_open: the reiserfs superblock cannot be found on /dev/hdb1. what the version of ReiserFS do you use[1-4] (1) 3.6.x (2) >=3.5.9 (introduced in the middle of 1999) (if you use linux 2.2, choose this one) (3) < 3.5.9 converted to new format (don't choose if unsure) (4) < 3.5.9 (this is very old format, don't choose if unsure) (X) exit 1 Enter block size [4096]: No journal device was specified. (If journal is not available, re-run with --no-journal-available option specified). Is journal default? (y/n)[y]: Did you use resizer(y/n)[n]: y Enter partition size [48839600]: rebuild-sb: no uuid found, a new uuid was generated (b09ba33c-d928-43f7-970d-ac03e02f2f74) rebuild-sb: You either have a corrupted journal or have just changed the start of the partition with some partition table editor. If you are sure that the start of the partition is ok, rebuild the journal header. Do you want to rebuild the journal header? (y/n)[n]: y Reiserfs super block in block 16 on 0x341 of format 3.6 with standard journal Count of blocks on the device: 48839600 Number of bitmaps: 1491 Blocksize: 4096 Free blocks (count of blocks - used [journal, bitmaps, data, reserved] blocks): 0 Root block: 0 Filesystem is NOT clean Tree height: 0 Hash function used to sort names: not set Objectid map size 0, max 972 Journal parameters: Device [0x0] Magic [0x0] Size 8193 blocks (including 1 for journal header) (first block 18) Max transaction length 1024 blocks Max batch size 900 blocks Max commit age 30 Blocks reserved by journal: 0 Fs state field: 0x1: some corruptions exist. sb_version: 2 inode generation number: 0 UUID: b09ba33c-d928-43f7-970d-ac03e02f2f74 LABEL: Set flags in SB: Is this ok ? (y/n)[n]: y The fs may still be unconsistent. Run reiserfsck --check. # reiserfsck --check /dev/hdb1 reiserfsck 3.6.19 (2003 www.namesys.com) ************************************************************* ... blabla varování ... ************************************************************* Will read-only check consistency of the filesystem on /dev/hdb1 Will put log info to 'stdout' Do you want to run this program?[N/Yes] (note need to type Yes if you do):Yes ########### reiserfsck --check started at Sat May 21 23:04:19 2005 ########### Replaying journal.. No transactions found Checking internal tree.. Bad root block 0. (--rebuild-tree did not complete) Neúspěšně ukončen (SIGABRT) # reiserfsck --rebuild-tree -l /root/recovery.log /dev/hdb1 reiserfsck 3.6.19 (2003 www.namesys.com) ************************************************************* ... blabla varování ... ************************************************************* Will rebuild the filesystem (/dev/hdb1) tree Will put log info to '/root/recovery.log' Do you want to run this program?[N/Yes] (note need to type Yes if you do):Yes Replaying journal.. No transactions found ########### reiserfsck --rebuild-tree started at Sat May 21 23:05:02 2005 ########### Pass 0: Loading on-disk bitmap .. ok, 22665497 blocks marked used Skipping 9701 blocks (super block, journal, bitmaps) 36212849 blocks will be read 0%....20%....40%....60%....80%....100% left 0, 8421 /sec Selected hash ("r5") does not match to the hash set in the super block (not set). "r5" hash is selected Flushing..finished Read blocks (but not data blocks) 36212849 Leaves among those 0 Objectids found 2 Pass 1 (will try to insert 0 leaves): Looking for allocable blocks .. finished Flushing..finished 0 leaves read 0 inserted Flushing..finished No reiserfs metadata found. If you are sure that you had the reiserfs on this partition, then the start of the partition might be changed or all data were wiped out. The start of the partition may get changed by a partitioner if you have used one. Then you probably rebuilt the superblock as there was no one. Zero the block at 64K offset from the start of the partition (a new super block you have just built) and try to move the start of the partition a few cylinders aside and check if debugreiserfs /dev/xxx detects a reiserfs super block. If it does this is likely to be the right super block version. If this makes you nervous, try www.namesys.com/support.html, and for $25 the author of fsck, or a colleague if he is out, will step you through it all. Neúspěšně ukončen (SIGABRT)tak nevím, co s tím - když na tu velikost partition nešahám, tak vždycky skončí s hláškou o nedostatku místa, když se pokusím to zvětšit, tak si zas neporadí se superblockem ... a nejvíc deptající na tom je, že překopírování celého toho filesystému trvá přes 6 hodin (nechci zlikvidovat originál ještě víc, než je) a jakýkoliv experiment s
--rebuild-tree
další hodinu a půl # reiserfsck --rebuild-tree -l /root/recovery.log /dev/hdb1 reiserfsck 3.6.19 (2003 www.namesys.com) ************************************************************* ** Do not run the program with --rebuild-tree unless ** ** something is broken and MAKE A BACKUP before using it. ** ** If you have bad sectors on a drive it is usually a bad ** ** idea to continue using it. Then you probably should get ** ** a working hard drive, copy the file system from the bad ** ** drive to the good one -- dd_rescue is a good tool for ** ** that -- and only then run this program. ** ** If you are using the latest reiserfsprogs and it fails ** ** please email bug reports to reiserfs-list@namesys.com, ** ** providing as much information as possible -- your ** ** hardware, kernel, patches, settings, all reiserfsck ** ** messages (including version), the reiserfsck logfile, ** ** check the syslog file for any related information. ** ** If you would like advice on using this program, support ** ** is available for $25 at www.namesys.com/support.html. ** ************************************************************* Will rebuild the filesystem (/dev/hdb1) tree Will put log info to '/root/recovery.log' Do you want to run this program?[N/Yes] (note need to type Yes if you do):Yes Replaying journal.. Reiserfs journal '/dev/hdb1' in blocks [18..8211]: 0 transactions replayed ########### reiserfsck --rebuild-tree started at Sun May 22 10:18:14 2005 ########### Pass 0: Loading on-disk bitmap .. ok, 48605254 blocks marked used Skipping 9697 blocks (super block, journal, bitmaps) 48595557 blocks will be read 0%....20%....40%....60%....80%....100% left 0, 9754 /sec "r5" hash is selected Flushing..finished Read blocks (but not data blocks) 48595557 Leaves among those 510383 - corrected leaves 2 - leaves all contents of which could not be saved and deleted 1 Objectids found 193501 Pass 1 (will try to insert 510382 leaves): Looking for allocable blocks .. finished 0%....20%....40%....60%....80%....100% left 0, 743 /sec Flushing..finished 510382 leaves read 58749 inserted 451633 not inserted non-unique pointers in indirect items (zeroed) 1 Pass 2: 0%....20%....40%..Not enough allocable blocks, checking bitmap...there are 0 allocable blocks, btw out of disk space Neúspěšně ukončen (SIGABRT)
fsck.reiserfs -S --rebuild-tree /dev/hdc1
zafungovalo (s velmi mírnými ztrátami ve struktuře, ale data jsou alespoň v lost+found)
/var/lib/dpkg/status
, vypreparoval z něj které balíky tam vlastně byly nainstalované a po přeformátování to nainstaloval znova. Pořád s tím bylo míň práce než to nějak zachraňovat. Ovšem to se týkalo systémového disku. Diskové oddíly s daty porušené nebyly.
Tiskni
Sdílej: