http://mirror.yandex.ru/archlinux/extra/os/i686/chromium-53.0.2785.116-1-i686.pkg.tar.xz
chromium-53.0.2785.116-1-i686.pkg.tar.xz 15-Sep-2016 08:28 55M
kein1945
После очередного обновления
Иногда после обновления nvidia драйвера и обновление ядра надо делать # mkinitcpio -p linux, так как сборщик пакета забывает указать эту команду в post_install и в post_upgrade.
shlomo
[[email protected] ~]$ cat /proc/acpi/wakeup
Device S-state Status Sysfs node
PEG0 S3 *disabled
EC S4 *disabled platform:PNP0C09:00
HDEF S3 *disabled pci:0000:00:1b.0
RP01 S3 *disabled pci:0000:00:1c.0
RP02 S3 *disabled pci:0000:00:1c.1
RP03 S3 *disabled pci:0000:00:1c.2
ARPT S4 *disabled pci:0000:03:00.0
RP05 S3 *disabled pci:0000:00:1c.4
RP06 S3 *disabled pci:0000:00:1c.5
SPIT S3 *disabled
XHC1 S3 *enabled pci:0000:00:14.0
ADP1 S4 *disabled platform:ACPI0003:00
LID0 S4 *enabled platform:PNP0C0D:00

Вроде Wi-Fi нет в списке будящих девайсов.
vasek, три года назад всё таки было дело :)
И очень похожий случай.
vasek
Это вроде бы что то связанное с USB …... не адаптер? … точно не помню ...
По ссылке выше, тачпад :)
http://archlinux.org.ru/forum/topic/12989/?page=2
RusWolf
После обновления перестала работать samba:

Оказывается уже есть багрепорт о проблеме, решение:
This happened after upgrade to tevent 0.9.30-1 , and was fixed when I downgraded to 0.9.29-1
После обновления перестала работать samba:

[[email protected] ~]$ systemctl --failed
  UNIT         LOAD   ACTIVE SUB    DESCRIPTION
● nmbd.service loaded failed failed Samba NetBIOS name server
● smbd.service loaded failed failed Samba SMB/CIFS server

LOAD   = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB    = The low-level unit activation state, values depend on unit type.

2 loaded units listed. Pass --all to see loaded but inactive units, too.
To show all installed unit files use 'systemctl list-unit-files'.
[[email protected] ~]$ systemctl restart smbd
[[email protected] ~]$ systemctl --failed
  UNIT         LOAD   ACTIVE SUB    DESCRIPTION
● nmbd.service loaded failed failed Samba NetBIOS name server
● smbd.service loaded failed failed Samba SMB/CIFS server

LOAD   = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB    = The low-level unit activation state, values depend on unit type.

2 loaded units listed. Pass --all to see loaded but inactive units, too.
To show all installed unit files use 'systemctl list-unit-files'.
[[email protected] ~]$ systemctl status smbd
● smbd.service - Samba SMB/CIFS server
   Loaded: loaded (/usr/lib/systemd/system/smbd.service; enabled; vendor preset: disabled)
   Active: failed (Result: core-dump) since Вс 2016-09-11 11:09:23 MSK; 17s ago
  Process: 1380 ExecStart=/usr/bin/smbd -D (code=exited, status=0/SUCCESS)
 Main PID: 1381 (code=dumped, signal=ABRT)

сен 11 11:09:23 arch-wolf smbd[1381]:    #15 /usr/lib/libtevent.so.0(tevent_common_loop_wait+0x1b) [0x7fac6f8e320b]
сен 11 11:09:23 arch-wolf smbd[1381]:    #16 /usr/bin/smbd(main+0x15fa) [0x559ce198f46a]
сен 11 11:09:23 arch-wolf smbd[1381]:    #17 /usr/lib/libc.so.6(__libc_start_main+0xf1) [0x7fac6f55e291]
сен 11 11:09:23 arch-wolf smbd[1381]:    #18 /usr/bin/smbd(_start+0x2a) [0x559ce198f75a]
сен 11 11:09:23 arch-wolf smbd[1381]: [2016/09/11 11:09:23.344722,  0] ../source3/lib/dumpcore.c:303(dump_core)
сен 11 11:09:23 arch-wolf smbd[1381]:   dumping core in /var/log/samba/cores/smbd
сен 11 11:09:23 arch-wolf smbd[1381]:
сен 11 11:09:23 arch-wolf systemd[1]: smbd.service: Main process exited, code=dumped, status=6/ABRT
сен 11 11:09:23 arch-wolf systemd[1]: smbd.service: Unit entered failed state.
сен 11 11:09:23 arch-wolf systemd[1]: smbd.service: Failed with result 'core-dump'.
[[email protected] ~]$ systemctl status nmbd
● nmbd.service - Samba NetBIOS name server
   Loaded: loaded (/usr/lib/systemd/system/nmbd.service; enabled; vendor preset: disabled)
   Active: failed (Result: core-dump) since Вс 2016-09-11 11:08:02 MSK; 7min ago
  Process: 496 ExecStart=/usr/bin/nmbd -D (code=exited, status=0/SUCCESS)
 Main PID: 508 (code=dumped, signal=ABRT)

сен 11 11:08:02 arch-wolf nmbd[508]:    #7 /usr/bin/nmbd(listen_for_packets+0xff) [0x559458a04b2f]
сен 11 11:08:02 arch-wolf nmbd[508]:    #8 /usr/bin/nmbd(main+0xd02) [0x5594589f3e42]
сен 11 11:08:02 arch-wolf nmbd[508]:    #9 /usr/lib/libc.so.6(__libc_start_main+0xf1) [0x7f5a54716291]
сен 11 11:08:02 arch-wolf nmbd[508]:    #10 /usr/bin/nmbd(_start+0x2a) [0x5594589f420a]
сен 11 11:08:02 arch-wolf nmbd[508]: [2016/09/11 11:08:02.567322,  0] ../source3/lib/dumpcore.c:303(dump_core)
сен 11 11:08:02 arch-wolf nmbd[508]:   dumping core in /var/log/samba/cores/nmbd
сен 11 11:08:02 arch-wolf nmbd[508]:
сен 11 11:08:02 arch-wolf systemd[1]: nmbd.service: Main process exited, code=dumped, status=6/ABRT
сен 11 11:08:02 arch-wolf systemd[1]: nmbd.service: Unit entered failed state.
сен 11 11:08:02 arch-wolf systemd[1]: nmbd.service: Failed with result 'core-dump'.
Или я один такой счастливчик?
solder66, забыл добавить, для написания программ в репах arch есть IDE Code Blocks, в AUR eclipse-avr.
solder66
Можно расшифровать её?
[[email protected] ~]$ avrdude
Usage: avrdude [options]
Options:
  -p <partno>                Required. Specify AVR device.
  -b <baudrate>              Override RS-232 baud rate.
  -B <bitclock>              Specify JTAG/STK500v2 bit clock period (us).
  -C <config-file>           Specify location of configuration file.
  -c <programmer>            Specify programmer type.
  -D                         Disable auto erase for flash memory
  -i <delay>                 ISP Clock Delay [in microseconds]
  -P <port>                  Specify connection port.
  -F                         Override invalid signature check.
  -e                         Perform a chip erase.
  -O                         Perform RC oscillator calibration (see AVR053).
  -U <memtype>:r|w|v:<filename>[:format]
                             Memory operation specification.
                             Multiple -U options are allowed, each request
                             is performed in the order specified.
  -n                         Do not write anything to the device.
  -V                         Do not verify.
  -u                         Disable safemode, default when running from a script.
  -s                         Silent safemode operation, will not ask you if
                             fuses should be changed back.
  -t                         Enter terminal mode.
  -E <exitspec>[,<exitspec>] List programmer exit specifications.
  -x <extended_param>        Pass <extended_param> to programmer.
  -y                         Count # erase cycles in EEPROM.
  -Y <number>                Initialize erase cycle # in EEPROM.
  -v                         Verbose output. -v -v for more.
  -q                         Quell progress output. -q -q for less.
  -l logfile                 Use logfile rather than stderr for diagnostics.
  -?                         Display this usage.

avrdude version 6.3, URL: <http://savannah.nongnu.org/projects/avrdude/>