QNapi
Program do pobierania napisów do filmów. Działa na #windows #linux #macosx. Korzysta z baz napisów #napiprojekt #opensubtitles i #napisy24.
Widziałem QNapi, ale shibby miał napisane że uruchamia napiprojekt, a tego jako takiego nie ma na linuxa. Poza tym nie bardzo rozumiem jak to niby ma działać na NASie... to chyba ma dodawać napisy do filmów podczas odtwarzania? Ja mam kupę filmów czy seriali w wersji originalnej do których chętnie dopobierałbym napisy i fajnie jakby one się pobrały automatycznie ale nie chcę żeby się to łączyło z jakimiś serwerami dlna czy plex. Ja odtwarzam media przez sambę (ewentualnie to applowe cośtam) i jest to moim zdaniem najwygodniejszy i najmniej zasobożerny sposób i nie chcę tego zmieniać.
używam napi.sh i subotage. Skrypcik przeszukuje bibliotekę filmów i ściąga dla nich napisy i okładki. Dodatkowo konwertuje napisy txt do srt (takie czyta po DLNA mój TV).
Na starym NASie miałem poinstalowane wszystkie zależności. Na Xpenology nie ma jak konieczne biblioteki poinstalować więc skorzystałem z dockera. Na bazie pliku Dockerfile zbudowałem własny kontener dockera (uzyłem starszej wersji napi.sh bo na moje potrzeby lepiej się spisywała).
Proxmox VE:i5-13400T, 64GB RAM, 2x 512GB NVMe, 3x 2TB SSD, Intel X710-DA2 SFP+ VM Router:OpenWRT 22.03.4 VM NAS:Synology SA6400 VM VPS:Debian, WWW, Home Assistant Switch:Netgear MS510TXPP Switch:Ubiquiti USW-Flex-mini - szt. 2 Wi-Fi:Ubiquiti U6-Lite - szt. 2
dziękuje za wasze odpowiedzi, na wstępie, jasne, powiem że ledwie liznąłem linuksa i że zrobienie prawie czego kolwiek w systemie uniksowym, ciężko mi idzie. Pewnie tutaj jest główny problem
ps. mój mini itx złożyłem za +/- 1000 zł (nie licząc dysków) myślę że nic nawet o zbliżonej wydajności za te pieniądze bym nie kupił z gotowych rozwiązań Nas'owych
może przetestuje sobie w wolnej chwili jakąś gotową dystrubucję do tego na tym moim Nas'ie
lecz, chwilka, w stanie kiedy mam włączone torrenty itp, kiedyś sprawdzałem na 1 hdd komp pobierał mi jakoś koło 50W, z 2 dyskami parę W więcej, wątpie że aż tyle bym zaoszczędził za parę W mniej używając do torrentów np, synology czy innego qnap'a
Asus RT-AC3200 Rocket M5
APC BACK-UPS RS 1200 Mini Itx ASUS Q87T+ i7-4770S Alienware m15 Vu+ Solo2
nie ma sie co tutaj strzelac co do poboru "pradu" ja mam urzadzonko ktore wpinam do kontaktu a do niego listwe i dokladnie mi pokazuje pobor chwilowy, dzienny, miesieczy itp ale oczywiscie cos takiego porzadnego kosztuje. Tego sie nie da wyliczyc z tego co dany podzespol moze pobrac w W.
Orange 300/50 Mb/s + ONT Terminal HPE MS gen8 Proxmox 7.0-11 VMs: Router OPNsense 23.X-amd64 and OMV HPE MicroServer gen8: Xeon E3-1265Lv2, 16GB (2x KTH-PL316E/8G), HP 331T, 4x4TB WD RED Asus RT-AC68U AccessPoint
mi to co mam w podpisie (łacznie z APkami bo są zasilane po PoE ze switcha i miniPC który robi za serwerek developerski) ciągnie 82-83W co daje 2.02kWh dziennie czyli 1.01pln dziennie. Czy to dużo? To zależy jak na to spojrzeć. Z jednej strony to tylko 30pln miesięcznie. Z drugiej strony to 1/3 mojego całościowego zużycia prądu! bo moje średnie zużycie waha się w okolicach 6kWh dziennie.
Bez jednego AP, switcha i miniPC ciągnęło ~54W.
nadrabiam za to TV - 55" LG OLED przy moim oglądaniu ciągnie ok 0.5kWh dziennie czyli jakieś 25gr/dzień
Edytowany przez shibby dnia 26-03-2021 08:56
Proxmox VE:i5-13400T, 64GB RAM, 2x 512GB NVMe, 3x 2TB SSD, Intel X710-DA2 SFP+ VM Router:OpenWRT 22.03.4 VM NAS:Synology SA6400 VM VPS:Debian, WWW, Home Assistant Switch:Netgear MS510TXPP Switch:Ubiquiti USW-Flex-mini - szt. 2 Wi-Fi:Ubiquiti U6-Lite - szt. 2
Witam, mam pytanie: Mam Xpenology na Dellu Optiplex 780 hula rewelacyjnie, ale chciałbym mieć tam więcej dysków niż cztery, mam kontroler 3ware 9690SA 8i jest na liście kompatybilności, ale nie jest wykrywany - pomożecie? listing grub.cfg poniżej:
set vid=0x13FE
set pid=0x6300
set sn=1330LWN014579
set mac1=0011322CA785
if serial --port=0x3F8 --speed=115200;then
set has_serial=true
terminal_input --append serial
terminal_output --append serial
else
clear
fi
if [ x"${grub_platform}" = xefi ]; then
insmod efi_gop
insmod efi_uga
else
insmod vbe
fi
set extra_initrd="extra.lzma"
set info="info.txt"
set vid=0x13FE
set pid=0x6300
set sn=1330LWN014579
set mac1=A4BADBECC0C5
set rootdev=/dev/md0
set netif_num=1
set extra_args_3615=''
#set extra_args_3615='earlycon=uart8250,io,0x3f8,115200n8 earlyprintk loglevel=15'
set sata_args='sata_uid=1 sata_pcislot=5 synoboot_satadom=1 DiskIdxMap=0C SataPortMap=418 SasIdxMap=0'
set default='0'
set timeout='1'
set fallback='1'
if [ -s $prefix/grubenv ]; then
load_env
if [ -n "$saved_entry" ]; then
set default="${saved_entry}"
fi
fi
VERSION="with Jun's Mod v1.03b"
search --file -s /bzImage
function savedefault {
if [ -s $prefix/grubenv ]; then
saved_entry="${chosen}"
save_env saved_entry
fi
}
function do_option {
if [ $# -lt 2 ]; then
eval "set value=\"\$$1\""
echo "current $1: $value"; return;
fi
set key=$1
shift
set $key="$*"
if [ -s $prefix/grubenv ]; then
save_env $key
fi
}
function vid { do_option vid $@; }
function pid { do_option pid $@; }
function sn { do_option sn $@; }
function mac1 { do_option mac1 $@; }
function mac2 { do_option mac2 $@; }
function mac3 { do_option mac3 $@; }
function mac4 { do_option mac4 $@; }
function rootdev { do_option rootdev $@; }
function append { do_option extra_args_3615 $@; }
function vidpid {
if [ $# -lt 2 ]; then
echo "usage: vidpid 0xVVVV 0xPPPP"; return;
fi
set usb_args="vid=$1 pid=$2"
if [ -s $prefix/grubenv ]; then
save_env usb_args
fi
}
function showtips {
if [ -n "$has_serial" ]; then
terminal_output --remove serial
fi
echo "Screen will stop updating shortly, please open http://find.synology.com to continue."
echo
echo
if [ -n "$has_serial" ]; then
terminal_output --append serial
fi
}
function loadinitrd {
if [ -s $img/$info ]; then
if [ -n "$has_serial" ]; then
terminal_output --remove serial
fi
cat $img/$info
if [ -n "$has_serial" ]; then
terminal_output --append serial
fi
fi
# if [ -s $img/$extra_initrd ]; then
# initrd $img/rd.gz $img/$extra_initrd
# else
# initrd $img/rd.gz
# fi
}
function common_add_option {
eval "set value=\"\$$1\""
if [ -z $value ]; then return 1; fi
set common_args="$common_args $1=$value"
}
function common_add_option_ex {
eval "set value=\"\$$1\""
if [ -z $value ]; then return 1; fi
set common_args="$common_args $2=$value"
}
function loadlinux {
set model=$1
set bootdev=$2
shift 2
if [ -n $vid -a -n $pid ]; then
set usb_args="vid=$vid pid=$pid"
fi
eval "set common_args=\"\$common_args_$model\""
eval "set extra_args=\"\$extra_args_$model\""
eval "set bootdev_args=\"\$${bootdev}_args\""
common_add_option_ex rootdev root
common_add_option sn
if common_add_option mac1; then set netif_num=1; fi
if common_add_option mac2; then set netif_num=2; fi
if common_add_option mac3; then set netif_num=3; fi
if common_add_option mac4; then set netif_num=4; fi
common_add_option netif_num
if [ -z $zImage ]; then
set zImage=bzImage
fi
linux $img/$zImage $common_args $bootdev_args $extra_args $@
}
menuentry "DS3615xs 6.2 Baremetal $VERSION" --class os {
set img=
savedefault
loadlinux 3615 usb
loadinitrd
showtips
}
menuentry "DS3615xs 6.2 Baremetal $VERSION Reinstall" --class os {
set img=
loadlinux 3615 usb mfg
loadinitrd
showtips
}
#menuentry "DS3615xs 6.2 Baremetal AMD $VERSION" --class os {
# set img=
# set zImage=bzImage
# savedefault
# loadlinux 3615 usb
# loadinitrd
# showtips
#}
menuentry "DS3615xs 6.2 VMWare/ESXI $VERSION" --class os {
set img=
savedefault
loadlinux 3615 sata
loadinitrd
showtips
}
Witam, mam pytanie: Mam Xpenology na Dellu Optiplex 780 hula rewelacyjnie, ale chciałbym mieć tam więcej dysków niż cztery, mam kontroler 3ware 9690SA 8i jest na liście kompatybilności, ale nie jest wykrywany - pomożecie? listing grub.cfg poniżej:
##########################################################################################
### Only Modify here #####################################################################
##########################################################################################
### Change Model to DS3615xs, DS3617xs or DS916+
set model=DS3617xs
### Change S/N
set sn=1430ODN017597
### Set how many network interfaces you have
set netif_num=1
### Set MAC Addresses here
set mac1=A4:BAB:EC:C0:C5
set mac2=
set mac3=
set mac4=
### To set any additional variables fill in between single quotes
set extra_args_quicknick=''
### To remove any modules, add between single quotes such as rmmod='ata_piix'
set rmmod=''
### To add any modules, add between single quotes such as insmod='ata_piix'
set insmod='3w-9xxx'
### Sets which menu item on grub you want to be default (this setting is saved automatically)
set default='0'
### Sets time in seconds before system automatically boots
set timeout='10'
### Sets failback option if default boot option fails
set fallback='1'
##########################################################################################
### USB Section only if usb booting ######################################################
### Set vid/pid of your usb stick ########################################################
### http://xpenology.me/how-to-see-the-value-of-my-vid-pid-stick/ ########################
##########################################################################################
set vid=0x13FE
set pid=0x6300
##########################################################################################
### Max Supported Disks ##################################################################
### set maxdisks=48 will mean that XPEnology will now see 48 drives in DSM. ##############
### No changes to /etc.defaults/synoifno.conf needed. Changes are made during boot. #####
### Acceptable values: 12,16,20,24,25,26,28,30,32,35,36,40,44,45,48,50,52,55,56,58,60,64 #
### default value is 12. leave blank for 12 disks. ######################################
##########################################################################################
set maxdrives=12
##########################################################################################
### If having trouble with sata, specify how many ports you have
### put disks on port 1,2,3,4 and put SataPortMap=4
### SataPortMap=4 means first 4 ports of 1st controler.
### SataPortMap=44 means first 4 ports of 1st controler and first 4 ports of 2nd controler.
### SataPortMap=422 means first 4 ports of 1st controler,
### first 2 ports of 2nd controler and first 2 ports of 3rd controler.
##########################################################################################
set sataportmap="SataPortMap=48"
##########################################################################################
### DO NOT MODIFY ANYTHING BELOW THIS LINE ###############################################
##########################################################################################
search --no-floppy --fs-uuid a2c20443-5b1c-4f69-8017-c528ccc6ca0b --set bootdrive
source ($bootdrive)/.quicknick/grub-quicknick-v3.cfg
Witam, mam pytanie: Mam Xpenology na Dellu Optiplex 780 hula rewelacyjnie, ale chciałbym mieć tam więcej dysków niż cztery, mam kontroler 3ware 9690SA 8i jest na liście kompatybilności, ale nie jest wykrywany - pomożecie? listing grub.cfg poniżej:
##########################################################################################
### Only Modify here #####################################################################
##########################################################################################
### Change Model to DS3615xs, DS3617xs or DS916+
set model=DS3617xs
### Change S/N
set sn=1430ODN017597
### Set how many network interfaces you have
set netif_num=1
### Set MAC Addresses here
set mac1=A4:BAB:EC:C0:C5
set mac2=
set mac3=
set mac4=
### To set any additional variables fill in between single quotes
set extra_args_quicknick=''
### To remove any modules, add between single quotes such as rmmod='ata_piix'
set rmmod=''
### To add any modules, add between single quotes such as insmod='ata_piix'
set insmod='3w-9xxx'
### Sets which menu item on grub you want to be default (this setting is saved automatically)
set default='0'
### Sets time in seconds before system automatically boots
set timeout='10'
### Sets failback option if default boot option fails
set fallback='1'
##########################################################################################
### USB Section only if usb booting ######################################################
### Set vid/pid of your usb stick ########################################################
### http://xpenology.me/how-to-see-the-value-of-my-vid-pid-stick/ ########################
##########################################################################################
set vid=0x13FE
set pid=0x6300
##########################################################################################
### Max Supported Disks ##################################################################
### set maxdisks=48 will mean that XPEnology will now see 48 drives in DSM. ##############
### No changes to /etc.defaults/synoifno.conf needed. Changes are made during boot. #####
### Acceptable values: 12,16,20,24,25,26,28,30,32,35,36,40,44,45,48,50,52,55,56,58,60,64 #
### default value is 12. leave blank for 12 disks. ######################################
##########################################################################################
set maxdrives=12
##########################################################################################
### If having trouble with sata, specify how many ports you have
### put disks on port 1,2,3,4 and put SataPortMap=4
### SataPortMap=4 means first 4 ports of 1st controler.
### SataPortMap=44 means first 4 ports of 1st controler and first 4 ports of 2nd controler.
### SataPortMap=422 means first 4 ports of 1st controler,
### first 2 ports of 2nd controler and first 2 ports of 3rd controler.
##########################################################################################
set sataportmap="SataPortMap=48"
##########################################################################################
### DO NOT MODIFY ANYTHING BELOW THIS LINE ###############################################
##########################################################################################
search --no-floppy --fs-uuid a2c20443-5b1c-4f69-8017-c528ccc6ca0b --set bootdrive
source ($bootdrive)/.quicknick/grub-quicknick-v3.cfg
[/quote]
Edytowany przez JohnyR dnia 27-09-2021 00:22
upewnij się też że sam kontroler jest wykrywany, czyli czy moduł jest załadowany
dokładnie
### Jeśli masz problemy z sata, określ liczbę posiadanych portów
### umieść dyski na porcie 1,2,3,4 i umieść SataPortMap=4
### SataPortMap=4 oznacza pierwsze 4 porty pierwszego kontrolera.
### SataPortMap=44 oznacza pierwsze 4 porty pierwszego kontrolera i pierwsze 4 porty drugiego kontrolera.
### SataPortMap=422 oznacza pierwsze 4 porty pierwszego kontrolera, pierwsze 2 porty drugiego kontrolera i pierwsze 2 porty
trzeciego kontrolera.
Scalony z 27 września 2021 17:06:57:
Wynik dmesg | grep 3ware:
[ 6.782969] 3ware 9000 Storage Controller device driver for Linux v2.26.02.014.
[ 6.987010] scsi6 : 3ware 9000 Storage Controller
[ 6.987165] 3w-9xxx: scsi6: Found a 3ware 9000 Storage Controller at 0xf78ff000, IRQ: 16.
[ 7.305241] LSI 3ware SAS/SATA-RAID Controller device driver for Linux v3.26.02.000.
Wniosek: karta wykryta.
Próbowałem wpisywać w grub.cfg nazwę modułu 3w-9xxx lub 3w_9xxx ale dysk podpięty pod kontroler 3ware nadal nie widoczny.
Edytowany przez JohnyR dnia 27-09-2021 17:06
Ja mam perc6 w IT mode, dodatkowe extras w loaderze juns'a i xpenology działa bez problemu. Bez żadnych innych modyfikacji w loaderze. Zauważyłem jednak że nie wszystkie moduły w tym loaderze potrafią się załadować, Insmod wyrzuca błędy albo i nie, ale moduł po prostu nie działa. Ja nie mogę uruchomić np tunerów dvb-t pod xpenology.
Use the ^ and v keys to select which entry is highlighted.
Press enter to boot the selected OS, `e' to edit the commands
before booting or `c' for a command-line.
The highlighted entry will be executed automatically in 0s.
[ 5.227541] ata4: send port disabled event
[ 5.227551] ata5: send port disabled event
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~ XX XX PPPPPPPP EEEEEEEE ~
~ XX XX PP PP EE NN NN OOOOOOO LL OOOOOOO GGGGGGG Y~
~ XXXX PPPPPPPP EE NNN NN OOOOOOO LL OOOOOOO GG GG Y~
~ XX PP EEEEEEEE NN N NN OO OO LL OO OO GG ~
~ XXXX PP EE NN N NN OO OO LL OO OO GG GGG ~
~ XX XX PP EE NN NNN OOOOOOO LL OOOOOOO GG GG ~
~ XX XX PP EEEEEEEE NN NN OOOOOOO LLLLLLL OOOOOOO GGGGGGG ~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~ XPEnology Boot loader presented by quicknick ~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:: START /linuxrc.syno[ BUSY ][ OK ]
:: Checking hypervisor[ BUSY ][ OK ]
Detected hypervisor:
:: Loading module libcrc32c[ BUSY ][ OK ]
:: Loading module compat[ BUSY ][ OK ]
:: Loading module button[ BUSY ][ OK ]
:: Loading module evdev[ BUSY ][ OK ]
:: Loading module mii[ BUSY ][ OK ]
:: Loading module mdio[ BUSY ][ OK ]
:: Loading module pcnet32[ BUSY ][ OK ]
:: Loading module dca[ BUSY ][ OK ]
:: Loading module e100[ BUSY ][ OK ]
:: Loading module e1000[ BUSY ][ OK ]
:: Loading module e1000e[ BUSY ][ OK ]
:: Loading module igb[ BUSY ][ OK ]
:: Loading module ixgb[ BUSY ][ OK ]
:: Loading module ixgbe[ BUSY ][ OK ]
:: Loading module i40e[ BUSY ][ OK ]
:: Loading module forcedeth[ BUSY ][ OK ]
:: Loading module uio[ BUSY ][ OK ]
:: Loading module bnx2[ BUSY ][ OK ]
:: Loading module libphy[ BUSY ][ OK ]
:: Loading module tg3[ BUSY ][ OK ]
:: Loading module r8169[ BUSY ][ OK ]
:: Loading module r8168[ BUSY ][ OK ]
:: Loading module skge[ BUSY ][ OK ]
:: Loading module sky2[ BUSY ][ OK ]
:: Loading module alx[ BUSY ][ OK ]
:: Loading module atl1[ BUSY ][ OK ]
:: Loading module atl2[ BUSY ][ OK ]
:: Loading module atl1c[ BUSY ][ OK ]
:: Loading module atl1e[ BUSY ][ OK ]
:: Loading module jme[ BUSY ][ OK ]
:: Loading module be2net[ BUSY ][ OK ]
:: Loading module cnic[ BUSY ][FAILED]
:: Loading module bnx2x[ BUSY ][ OK ]
:: Loading module cxgb[ BUSY ][ OK ]
:: Loading module cxgb3[ BUSY ][ OK ]
:: Loading module cxgb4[ BUSY ][ OK ]
:: Loading module mlx4_core[ BUSY ][ OK ]
:: Loading module mlx4_en[ BUSY ][ OK ]
:: Loading module netxen_nic[ BUSY ][ OK ]
:: Loading module qla3xxx[ BUSY ][ OK ]
:: Loading module qlcnic[ BUSY ][ OK ]
:: Loading module qlge[ BUSY ][ OK ]
:: Loading module ptp_pch[ BUSY ][ OK ]
:: Loading module pch_gbe[ BUSY ][ OK ]
:: Loading module ata_piix[ BUSY ][ OK ]
:: Loading module sg[ BUSY ][ OK ]
:: Loading module scsi_transport_spi[ BUSY ][ OK ]
:: Loading module mptbase[ BUSY ][ OK ]
:: Loading module mptctl[ BUSY ][ OK ]
:: Loading module mptscsih[ BUSY ][ OK ]
:: Loading module mptsas[ BUSY ][ OK ]
:: Loading module mptspi[ BUSY ][ OK ]
:: Loading module mpt2sas[ BUSY ][ OK ]
:: Loading module mpt3sas[ BUSY ][ OK ]
:: Loading module nvme[ BUSY ][ OK ]
:: Loading module megaraid_mm[ BUSY ][ OK ]
:: Loading module megaraid_mbox[ BUSY ][ OK ]
:: Loading module megaraid_sas[ BUSY ][
:: Loading module megaraid[ BUSY ][ OK ]
:: Loading module aacraid[ BUSY ][ OK ]
:: Loading module aic94xx[ BUSY ][ OK ]
:: Loading module arcmsr[ BUSY ][ OK ]
:: Loading module mvsas[ BUSY ][ OK ]
:: Loading module 3w-9xxx[ BUSY ][ OK ]
:: Loading module 3w-sas[ BUSY ][ OK ]
:: Loading module hptiop[ BUSY ][ OK ]
:: Loading module BusLogic[ BUSY ][ OK ]
:: Loading module isci[ BUSY ][ OK ]
:: Loading module vmw_pvscsi[ BUSY ][ OK ]
:: Loading module vmxnet3[ BUSY ][ OK ]
:: Loading module usb-common[ BUSY ][ OK ]
:: Loading module usbcore[ BUSY ][ OK ]
:: Loading module ehci-hcd[ BUSY ][ OK ]
:: Loading module ehci-pci[ BUSY ][ OK ]
:: Loading module uhci-hcd[ BUSY ][ OK ]
:: Loading module ohci-hcd[ BUSY ][ OK ]
:: Loading module xhci-hcd[ BUSY ][ OK ]
:: Loading module usbnet[ BUSY ][ OK ]
:: Loading module ax88179_178a[ BUSY ][ OK ]
:: Loading module asix[ BUSY ][ OK ]
:: Loading module r8152[ BUSY ][ OK ]
:: Loading module mcs7830[ BUSY ][ OK ]
:: Loading module rtl8150[ BUSY ][ OK ]
:: Loading module cx82310_eth[ BUSY ][ OK ]
:: Loading module plusb[ BUSY ][ OK ]
:: Loading module ipg[ BUSY ][ OK ]
:: Unloading module mpt2sas[ BUSY ][ OK ]
:: Loading module mpt2sas[ BUSY ][ OK ]
:: Re-scanning disks[ BUSY ][ 7.629803] md: invalid raid superblock magic on5
[ 7.697860] md: invalid raid superblock magic on sdb5
[ 7.772691] md: invalid raid superblock magic on sdc5
[ 7.778379] md0: Failed to send sync event: (sync type: resync, fin
[ OK ]
:: Checking GRUB boot options[ BUSY ][ OK ]
Insert Marvell 1475 SATA controller driver
Insert basic USB modules...
Insert net driver(Mindspeed only)...
:: Starting /usr/syno/bin/synocfgen...[ BUSY ][ OK ]
/usr/syno/bin/synocfgen returns 0
All disk ready or timeout execeed
Partition Version=8
/sbin/e2fsck exists, checking /dev/md0...
/sbin/e2fsck -pvf returns 1
Mounting /dev/md0 /tmpRoot
:: Checking upgrade file[ BUSY ][ OK ]
Begin upgrade procedure
No upgrade file exists
End upgrade procedure
------------upgrade
Begin upgrade procedure
No upgrade file exists
End upgrade procedure
============upgrade
Wait 2 seconds for synology manufactory device
:: Detecting synoboot
:: synoboot not detected[ BUSY ][FAILED]
Wed Sep 29 18:00:14 UTC 2021
/dev/md0 /tmpRoot ext4 rw,relatime,journal_checksum,data=ordered 0 0
none /sys/kernel/debug debugfs rw,relatime 0 0
sys /sys sysfs rw,relatime 0 0
none /dev devtmpfs rw,relatime,size=2961716k,nr_inodes=740429,mode=755 0 0
proc /proc proc rw,relatime 0 0
linuxrc.syno executed successfully.
Post init
:: Pre-mounting /dev/md0 to /tmpRoot[ BUSY ][ OK ]
:: Max Supported Disks in DSM is currently set to 12![ BUSY ][ OK ]
maxdisks=12
internalportcfg=0xfff
esataportcfg=0xff000
usbportcfg=0x300000
:: Updating a8293.ko[ BUSY ][FAILED]
https://www.digiliant.com/docs/3ware9650SE-UsrGuide.pdf od strony 21. Podobna karta. W IT mode dyski są wydziane przez system, tutaj dyski będą widoczne po przypisaniu ich w kontrolerze.
· Łącznie użytkowników: 24,115 · Najnowszy użytkownik: Ja
Czat
Musisz się zalogować, aby opublikować wiadomość.
Maniek91PL
06-11-2024 22:37
dzięki !
maxikaaz
29-10-2024 14:27
@Maniek91PL - Administration=> Admin Access, i tam masz "Allow Wireless Access" do zaznaczenia
Maniek91PL
26-10-2024 22:07
siemka! ktoś przypomni co się ustawiało jeśli nie mogę wejść od strony wifi do tomato? od lan działa
overflow2
04-10-2024 17:34
Kupowałem Asusy n10u albo n12d1 ale nie widzę ich, chyba już nie produkują, Chodzi o coś nowego i taniego. Transfery niewielkie.
maxikaaz
04-10-2024 09:38
@overflow2 patrząc po dostępności funkcji w nowych kompilacjach, to chyba nawet WRT54G/GL jeszcze ma OpenVPN, albo jakiś odpowiednik... zależy, na jakie transfery liczysz.
overflow2
30-09-2024 20:53
Jaki aktualnie najtańszy router do tomato do openvpn?
maxikaaz
27-07-2024 15:07
@servee - na początek router do rozebrania i obejrzenia, ciężko wróżyć tak tylko po objawach
maxikaaz
27-07-2024 14:55
@servee - cały kontroler nie pada tak sobie z powodu "zbiegu okoliczności", więc prawdopodobnie gdzieś przepięcie.
servee
25-07-2024 13:33
@maxikaaz: działało, aż pewnego pięknego dnia przestało działać. W tym dniu była też burza, ale to raczej zbieg okoliczności.
maxikaaz
25-07-2024 11:38
@servee - o ile problem jest w obrębie samych wyjść (dławiki, warystory), to naprawialne, ale jeśli w samym SoC - to nienaprawialne ze względu na koszta. A co było przyczyną?