kotnaton |
|
Темы:
52
Сообщения:
208
Участник с: 28 июня 2012
|
Sergey2705Установки микшера можно посмотреть и так:Sergey2705Хотя установлен libpulse 3.0-3, а pactl list выдаёт: amixer scontents -D hw:0 |
kotnaton |
|
Темы:
52
Сообщения:
208
Участник с: 28 июня 2012
|
Sergey2705Не уверен что поможет: у меня xfce, но такая ситуация возникала на прошлой неделе, сбрасываю так: alsactl init && alsactl restore Да и с пульсом или без - без разницы... |
kotnaton |
|
Темы:
52
Сообщения:
208
Участник с: 28 июня 2012
|
xfwm4 --replace пробовали ? |
kotnaton |
|
Темы:
52
Сообщения:
208
Участник с: 28 июня 2012
|
прошу прощения перепутал... |
kotnaton |
|
Темы:
52
Сообщения:
208
Участник с: 28 июня 2012
|
nafanjaУ меня только что заново установленная система, и после установки kdeшных програм (k3b,k9copy,eiskalt-qt) начинаются кренделя, попытался в /etc/modprobe.d/ занести alsa-base.conf из убунтушки такого вида: $ cat /etc/modprobe.d/alsa-base.conf # autoloader aliases install sound-slot-0 /sbin/modprobe snd-card-0 install sound-slot-1 /sbin/modprobe snd-card-1 install sound-slot-2 /sbin/modprobe snd-card-2 install sound-slot-3 /sbin/modprobe snd-card-3 install sound-slot-4 /sbin/modprobe snd-card-4 install sound-slot-5 /sbin/modprobe snd-card-5 install sound-slot-6 /sbin/modprobe snd-card-6 install sound-slot-7 /sbin/modprobe snd-card-7 # Cause optional modules to be loaded above generic modules install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe --quiet snd-ioctl32 ; : ; } install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe -Qb snd-seq ; } install snd-pcm /sbin/modprobe --ignore-install snd-pcm && { /sbin/modprobe --quiet snd-pcm-oss ; : ; } install snd-mixer /sbin/modprobe --ignore-install snd-mixer && { /sbin/modprobe --quiet snd-mixer-oss ; : ; } install snd-seq /sbin/modprobe --ignore-install snd-seq && { /sbin/modprobe --quiet snd-seq-midi ; /sbin/modprobe --quiet snd-seq-oss ; : ; } install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi && { /sbin/modprobe --quiet snd-seq-midi ; : ; } # Cause optional modules to be loaded above sound card driver modules install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS && { /sbin/modprobe -Qb snd-emu10k1-synth ; } install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && { /sbin/modprobe -Qb snd-seq ; } # Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway) install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS && { /sbin/modprobe -Qb saa7134-alsa ; : ; } # Load snd-seq for devices that don't have hardware midi; # Ubuntu #26283, #43682, #56005; works around Ubuntu #34831 for # non-Creative Labs PCI hardware install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe -Qb snd-seq ; } # Prevent abnormal drivers from grabbing index 0 options bt87x index=-2 options cx88_alsa index=-2 options saa7134-alsa index=-2 options snd-atiixp-modem index=-2 options snd-intel8x0m index=-2 options snd-via82xx-modem index=-2 options snd-usb-audio index=-2 options snd-usb-usx2y index=-2 options snd-usb-caiaq index=-2 # Ubuntu #62691, enable MPU for snd-cmipci options snd-cmipci mpu_port=0x330 fm_port=0x388 # Keep snd-pcsp from beeing loaded as first soundcard options snd-pcsp index=-2 [email protected]:~$ cat /etc/modprobe.d/alsa-base Display all 137 possibilities? (y or n) [email protected]:~$ cat /etc/modprobe.d/alsa-base # autoloader aliases install sound-slot-0 /sbin/modprobe snd-card-0 install sound-slot-1 /sbin/modprobe snd-card-1 install sound-slot-2 /sbin/modprobe snd-card-2 install sound-slot-3 /sbin/modprobe snd-card-3 install sound-slot-4 /sbin/modprobe snd-card-4 install sound-slot-5 /sbin/modprobe snd-card-5 install sound-slot-6 /sbin/modprobe snd-card-6 install sound-slot-7 /sbin/modprobe snd-card-7 # Cause optional modules to be loaded above generic modules install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe --quiet snd-ioctl32 ; : ; } install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe -Qb snd-seq ; } install snd-pcm /sbin/modprobe --ignore-install snd-pcm && { /sbin/modprobe --quiet snd-pcm-oss ; : ; } install snd-mixer /sbin/modprobe --ignore-install snd-mixer && { /sbin/modprobe --quiet snd-mixer-oss ; : ; } install snd-seq /sbin/modprobe --ignore-install snd-seq && { /sbin/modprobe --quiet snd-seq-midi ; /sbin/modprobe --quiet snd-seq-oss ; : ; } install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi && { /sbin/modprobe --quiet snd-seq-midi ; : ; } # Cause optional modules to be loaded above sound card driver modules install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS && { /sbin/modprobe -Qb snd-emu10k1-synth ; } install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && { /sbin/modprobe -Qb snd-seq ; } # Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway) install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS && { /sbin/modprobe -Qb saa7134-alsa ; : ; } # Load snd-seq for devices that don't have hardware midi; # Ubuntu #26283, #43682, #56005; works around Ubuntu #34831 for # non-Creative Labs PCI hardware install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe -Qb snd-seq ; } # Prevent abnormal drivers from grabbing index 0 options bt87x index=-2 options cx88_alsa index=-2 options saa7134-alsa index=-2 options snd-atiixp-modem index=-2 options snd-intel8x0m index=-2 options snd-via82xx-modem index=-2 options snd-usb-audio index=-2 options snd-usb-usx2y index=-2 options snd-usb-caiaq index=-2 # Ubuntu #62691, enable MPU for snd-cmipci options snd-cmipci mpu_port=0x330 fm_port=0x388 # Keep snd-pcsp from beeing loaded as first soundcard options snd-pcsp index=-2 [0x20d11e8] main libvlc: Запуск vlc с интерфейсом по умолчанию. Используйте 'cvlc' для запуска vlc без интерфейса. [0x20e4b88] main playlist: stopping playback libdvbpsi error (PSI decoder): TS discontinuity (received 1, expected 0) for PID 0 libdvbpsi error (PSI decoder): TS discontinuity (received 5, expected 0) for PID 101 Fontconfig warning: FcPattern object size does not accept value "0" Fontconfig warning: FcPattern object size does not accept value "0" [h264 @ 0x7f55c811af60] mmco: unref short failure [h264 @ 0x7f55c811af60] mmco: unref short failure [h264 @ 0x7f55c811a960] mmco: unref short failure [h264 @ 0x7f55c811a960] mmco: unref short failure [h264 @ 0x7f55c811af60] mmco: unref short failure [h264 @ 0x7f55c811af60] mmco: unref short failure [h264 @ 0x7f55c811af60] illegal short term buffer state detected [0x7f5584000958] pulse audio output error: PulseAudio server connection failure: Отказ в подключении ALSA lib pcm_dmix.c:1022:(snd_pcm_dmix_open) unable to open slave [0x7f5584000958] alsa audio output error: cannot open ALSA device "default": Нет такого файла или каталога [h264 @ 0x7f55c811af60] mmco: unref short failure [h264 @ 0x7f55c811af60] mmco: unref short failure [0x7f5584000958] jack audio output error: failed to connect to JACK server [0x7f5584000958] oss audio output error: cannot open audio device (/dev/dsp) [0x7f5584000958] main audio output error: no suitable audio output module [0x7f55c81e2c28] main decoder error: failed to create audio output Сразу оговорюсь: мой пользователь есть в группе audio, а pulseaudio ставил в попытке исцелить... |
kotnaton |
|
Темы:
52
Сообщения:
208
Участник с: 28 июня 2012
|
Здорово ! Концепция отличная, но к сожалению, пока не умеет ставить до конца... Вылетает при установке "расширенного базового пакета" после неудачной установки yaourt (он вообще в репозиториях есть ? У меня и обычно-то пакман не находит эту софтинку)[setup] LOG (2013-05-02-14:50:39,216065464): Arch AnTAVR Installer ver. 2.8 [setup] LOG (2013-05-02-14:51:29,520751100): mkfs.ext4 -m 1 -L Root /dev/sda1 [setup] LOG (2013-05-02-14:51:36,361795676): mount -o defaults,relatime,noauto,x-systemd.automount /dev/sda1 / [setup] LOG (2013-05-02-14:52:11,369235708): mkswap -L Swap /dev/sda5 [setup] LOG (2013-05-02-14:52:12,752535172): swapon /dev/sda5 [setup] LOG (2013-05-02-14:52:24,590596289): swapoff /dev/sda5 [setup] LOG (2013-05-02-14:52:24,612987937): umount /dev/sda1 [setup] LOG (2013-05-02-14:52:24,759745731): rmdir /tmp/newsys/ [setup] LOG (2013-05-02-14:53:06,357307323): mount -o defaults,relatime,noauto,x-systemd.automount /dev/sda1 / [setup] LOG (2013-05-02-14:53:15,939359784): swapon /dev/sda5 [setup] LOG (2013-05-02-14:55:06,232704193): Выбираю лучшие зеркала [setup] INFO (2013-05-02-14:55:06,235678128): Пожалуйста, подождите... [setup] LOG (2013-05-02-14:55:06,237892263): rankmirrors -n 6 /etc/pacman.d/mirrorlist.new > /etc/pacman.d/mirrorlist [setup] LOG (2013-05-02-14:55:08,263048649): chroot_mount [setup] LOG (2013-05-02-14:55:08,339563171): pacman -Syy warning: database file for 'core' does not exist warning: database file for 'extra' does not exist warning: database file for 'community' does not exist error: failed retrieving file 'core.db' from mirror.yandex.ru : Could not resolve host: (nil); Unknown error error: failed retrieving file 'core.db' from mirrors.kernel.org : Could not resolve host: (nil); Unknown error error: failed to update core (download library error) error: failed retrieving file 'extra.db' from mirror.yandex.ru : Could not resolve host: (nil); Unknown error error: failed retrieving file 'extra.db' from mirrors.kernel.org : Could not resolve host: (nil); Unknown error error: failed to update extra (download library error) error: failed retrieving file 'community.db' from mirror.yandex.ru : Could not resolve host: (nil); Unknown error error: failed retrieving file 'community.db' from mirrors.kernel.org : Could not resolve host: (nil); Unknown error error: failed to update community (download library error) error: failed to synchronize any databases error: failed to init transaction (download library error) [setup] LOG (2013-05-02-14:55:09,081617731): chroot_umount [setup] LOG (2013-05-02-14:55:09,092612587): Ошибка pacman! Смотрите подробнее в /aai-install.log [setup] LOG (2013-05-02-14:55:28,457558597): Настраиваю /etc/network.d/ethernet-dhcp-enp1s0 ln -s '/usr/lib/systemd/system/[email protected]' '/etc/systemd/system/multi-user.target.wants/[email protected]' [setup] LOG (2013-05-02-14:56:50,145491459): Выбираю лучшие зеркала [setup] INFO (2013-05-02-14:56:50,151976912): Пожалуйста, подождите... [setup] LOG (2013-05-02-14:56:50,155444628): rankmirrors -n 6 /etc/pacman.d/mirrorlist.new > /etc/pacman.d/mirrorlist [setup] LOG (2013-05-02-14:56:51,932893193): chroot_mount [setup] LOG (2013-05-02-14:56:51,946309628): pacman -Syy warning: database file for 'core' does not exist warning: database file for 'extra' does not exist warning: database file for 'community' does not exist [setup] LOG (2013-05-02-14:56:58,178210265): chroot_umount [setup] LOG (2013-05-02-14:56:58,194761698): chroot_mount [setup] LOG (2013-05-02-14:56:58,207991428): pacman -S base [setup] LOG (2013-05-02-15:01:32,269109942): chroot_umount [setup] LOG (2013-05-02-15:01:32,289869742): Добавляю репозиторий multilib [setup] LOG (2013-05-02-15:01:32,302341804): chroot_mount [setup] LOG (2013-05-02-15:01:32,316071805): pacman -S git tk [setup] LOG (2013-05-02-15:01:57,539766055): chroot_umount [setup] LOG (2013-05-02-15:01:57,548563635): chroot_mount [setup] LOG (2013-05-02-15:01:57,555543144): bash -c 'cd /etc; git init; git config --global user.email [email protected]; git config --global user.name root' [setup] LOG (2013-05-02-15:01:58,504231989): chroot_umount [setup] LOG (2013-05-02-15:01:58,521064893): Настраиваю /etc/.gitignore [setup] LOG (2013-05-02-15:01:58,526516597): chroot_mount [setup] LOG (2013-05-02-15:01:58,539548630): bash -c 'cd /etc; git add -A; git commit -m 2013-05-02-150158523322675' [setup] LOG (2013-05-02-15:01:58,917406118): chroot_umount [setup] LOG (2013-05-02-15:01:58,925166654): chroot_mount [setup] LOG (2013-05-02-15:01:58,931487580): pacman -S dialog wpa_supplicant wpa_actiond wireless_tools ifenslave bridge-utils ifplugd [setup] LOG (2013-05-02-15:02:01,003547654): chroot_umount [setup] LOG (2013-05-02-15:02:01,016287361): chroot_mount [setup] LOG (2013-05-02-15:02:01,022890019): bash -c 'cd /etc; git add -A; git commit -m 2013-05-02-150201014075628' [setup] LOG (2013-05-02-15:02:01,050379614): chroot_umount [setup] LOG (2013-05-02-15:02:01,064387478): chroot_mount [setup] LOG (2013-05-02-15:02:01,075415267): pacman -S dnsutils pptpclient openvpn rp-pppoe linux-atm b43-fwcutter crda ipw2100-fw ipw2200-fw zd1211-firmware rfkill openssh openconnect dnsmasq dhclient ethtool vpnc gnu-netcat nmap speedtouch tcpdump usb_modeswitch xl2tpd wvdial [setup] LOG (2013-05-02-15:02:25,285895854): chroot_umount [setup] LOG (2013-05-02-15:02:25,296198526): chroot_mount [setup] LOG (2013-05-02-15:02:25,302911770): bash -c 'cd /etc; git add -A; git commit -m 2013-05-02-150225294314208' [setup] LOG (2013-05-02-15:02:25,354949872): chroot_umount [setup] LOG (2013-05-02-15:02:25,362944780): chroot_mount [setup] LOG (2013-05-02-15:02:25,369219107): pacman -S ntp [setup] LOG (2013-05-02-15:02:26,772305762): chroot_umount [setup] LOG (2013-05-02-15:02:26,787144616): chroot_mount [setup] LOG (2013-05-02-15:02:26,799682029): bash -c 'cd /etc; git add -A; git commit -m 2013-05-02-150226784603193' [setup] LOG (2013-05-02-15:02:26,831623834): chroot_umount [setup] LOG (2013-05-02-15:02:26,841986716): Настраиваю /etc/locale.conf [setup] LOG (2013-05-02-15:02:26,853210432): Настраиваю /etc/locale.gen [setup] LOG (2013-05-02-15:02:26,866407807): chroot_mount [setup] LOG (2013-05-02-15:02:26,878966518): locale-gen [setup] LOG (2013-05-02-15:02:27,772451230): chroot_umount [setup] LOG (2013-05-02-15:02:27,782856069): Настраиваю /etc/vconsole.conf [setup] LOG (2013-05-02-15:02:27,793226537): Настраиваю /etc/hostname [setup] LOG (2013-05-02-15:02:27,797639549): Настраиваю /etc/machine-info [setup] LOG (2013-05-02-15:02:27,802839174): Настраиваю /etc/hosts [setup] LOG (2013-05-02-15:02:27,807944191): Настраиваю /etc/fstab [setup] LOG (2013-05-02-15:02:27,841361615): UUID=6de0c748-6960-4f81-9492-636e222c75b1 / ext4 defaults,relatime,noauto,x-systemd.automount 1 1 [setup] LOG (2013-05-02-15:02:27,941682964): UUID=b5ca456f-3dbd-4945-b5e0-09ee39a02b5e none swap defaults 0 0 [setup] LOG (2013-05-02-15:02:27,948175244): Настраиваю /etc/network.d/ethernet-dhcp-enp1s0 cp: cannot stat ‘/tmp/newsys/etc/network.d/examples/ethernet-dhcp’: No such file or directory sed: can't read /tmp/newsys/etc/network.d/ethernet-dhcp-enp1s0: No such file or directory [setup] LOG (2013-05-02-15:02:27,960297294): chroot_mount [setup] LOG (2013-05-02-15:02:27,972872957): systemctl enable [email protected] Operation failed: No such file or directory [setup] LOG (2013-05-02-15:02:27,979720152): chroot_umount [setup] LOG (2013-05-02-15:02:28,007278551): Настраиваю /etc/resolv.conf [setup] LOG (2013-05-02-15:02:28,014262137): Настраиваю /etc/localtime [setup] LOG (2013-05-02-15:02:35,150326899): chroot_mount [setup] LOG (2013-05-02-15:02:35,163365529): hwclock --systohc --utc [setup] LOG (2013-05-02-15:02:36,501731646): chroot_umount [setup] LOG (2013-05-02-15:02:37,501818943): chroot_mount [setup] LOG (2013-05-02-15:02:37,508183499): pacman --noconfirm --needed -Syy [setup] LOG (2013-05-02-15:02:44,022516962): chroot_umount [setup] LOG (2013-05-02-15:02:44,038463815): chroot_mount [setup] LOG (2013-05-02-15:02:44,051199305): pacman-key --init gpg: /etc/pacman.d/gnupg/trustdb.gpg: trustdb created gpg: no ultimately trusted keys found gpg: Generating pacman keyring master key... gpg: key 0D7515DF marked as ultimately trusted gpg: Done gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u [setup] LOG (2013-05-02-15:02:44,941388491): chroot_umount [setup] INFO (2013-05-02-15:02:44,956879215): Пожалуйста, подтвердите добавление ключей. [setup] LOG (2013-05-02-15:02:44,959982535): chroot_mount [setup] LOG (2013-05-02-15:02:44,972925142): pacman-key --populate archlinux gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u gpg: inserting ownertrust of 4 gpg: setting ownertrust to 4 gpg: setting ownertrust to 4 gpg: setting ownertrust to 4 gpg: setting ownertrust to 4 gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model gpg: depth: 0 valid: 1 signed: 5 trust: 0-, 0q, 0n, 0m, 0f, 1u gpg: depth: 1 valid: 5 signed: 64 trust: 0-, 0q, 0n, 5m, 0f, 0u gpg: depth: 2 valid: 64 signed: 1 trust: 64-, 0q, 0n, 0m, 0f, 0u gpg: next trustdb check due at 2014-01-22 [setup] LOG (2013-05-02-15:02:45,665640225): chroot_umount [setup] LOG (2013-05-02-15:02:45,674697391): chroot_mount [setup] LOG (2013-05-02-15:02:45,681289797): bash -c 'cd /etc; git add -A; git commit -m 2013-05-02-150245673057909' [setup] LOG (2013-05-02-15:02:45,739357520): chroot_umount [setup] LOG (2013-05-02-15:02:45,750827355): Добавляю resume > /etc/mkinitcpio.conf [setup] LOG (2013-05-02-15:02:45,757976994): chroot_mount [setup] LOG (2013-05-02-15:02:45,765463564): bash -c 'cd /etc; git add -A; git commit -m 2013-05-02-150245756177645' [setup] LOG (2013-05-02-15:02:45,792121591): chroot_umount [setup] LOG (2013-05-02-15:02:45,803386280): chroot_mount [setup] LOG (2013-05-02-15:02:45,812343551): pacman --noconfirm --needed -S p7zip zip unrar smbclient mtools cvs aspell cdrkit cdparanoia mc unarj unace python2-pytz python2-boto cabextract [setup] LOG (2013-05-02-15:03:41,785895696): chroot_umount [setup] LOG (2013-05-02-15:03:41,797442032): chroot_mount [setup] LOG (2013-05-02-15:03:41,810640907): bash -c 'cd /etc; git add -A; git commit -m 2013-05-02-150341793961295' [setup] LOG (2013-05-02-15:03:41,860703578): chroot_umount [setup] LOG (2013-05-02-15:03:41,875463469): chroot_mount [setup] LOG (2013-05-02-15:03:41,882002200): pacman --noconfirm --needed -S sudo [setup] LOG (2013-05-02-15:03:43,218245198): chroot_umount [setup] LOG (2013-05-02-15:03:43,227709891): chroot_mount [setup] LOG (2013-05-02-15:03:43,234789968): bash -c 'cd /etc; git add -A; git commit -m 2013-05-02-150343225970021' [setup] LOG (2013-05-02-15:03:43,256963255): chroot_umount [setup] LOG (2013-05-02-15:03:43,273026345): chroot_mount [setup] LOG (2013-05-02-15:03:43,286572408): pacman --noconfirm --needed -S hdparm smartmontools parted gptfdisk fsarchiver testdisk ddrescue partclone partimage [setup] LOG (2013-05-02-15:04:02,820139217): chroot_umount [setup] LOG (2013-05-02-15:04:02,833161048): chroot_mount [setup] LOG (2013-05-02-15:04:02,840227678): bash -c 'cd /etc; git add -A; git commit -m 2013-05-02-150402830997724' [setup] LOG (2013-05-02-15:04:02,873496778): chroot_umount [setup] LOG (2013-05-02-15:04:02,882904613): chroot_mount [setup] LOG (2013-05-02-15:04:02,890374035): pacman --noconfirm --needed -S btrfs-progs mkinitcpio-nfs-utils nfs-utils nilfs-utils dmraid ntfs-3g nbd warning: ntfs-3g-2013.1.13-2 is up to date -- skipping [setup] LOG (2013-05-02-15:04:06,304928732): chroot_umount [setup] LOG (2013-05-02-15:04:06,315818059): chroot_mount [setup] LOG (2013-05-02-15:04:06,326611275): bash -c 'cd /etc; git add -A; git commit -m 2013-05-02-150406313294465' [setup] LOG (2013-05-02-15:04:06,366238834): chroot_umount [setup] LOG (2013-05-02-15:04:06,378296918): Добавляю btrfs > /etc/mkinitcpio.conf [setup] LOG (2013-05-02-15:04:06,388793364): chroot_mount [setup] LOG (2013-05-02-15:04:06,401746034): bash -c 'cd /etc; git add -A; git commit -m 2013-05-02-150406385876730' [setup] LOG (2013-05-02-15:04:06,429440229): chroot_umount [setup] LOG (2013-05-02-15:04:06,437848544): chroot_mount [setup] LOG (2013-05-02-15:04:06,444659548): pacman --noconfirm --needed -S lftp irssi rsync wget darkhttpd elinks js haveged [setup] LOG (2013-05-02-15:04:19,955765923): chroot_umount [setup] LOG (2013-05-02-15:04:19,968033681): chroot_mount [setup] LOG (2013-05-02-15:04:19,978262880): bash -c 'cd /etc; git add -A; git commit -m 2013-05-02-150419965475667' [setup] LOG (2013-05-02-15:04:20,009547108): chroot_umount [setup] LOG (2013-05-02-15:04:20,021086886): chroot_mount [setup] LOG (2013-05-02-15:04:20,028395645): pacman --noconfirm --needed -S zsh grml-zsh-config [setup] LOG (2013-05-02-15:04:24,283676070): chroot_umount [setup] LOG (2013-05-02-15:04:24,293146589): chroot_mount [setup] LOG (2013-05-02-15:04:24,302805999): bash -c 'cd /etc; git add -A; git commit -m 2013-05-02-150424291535224' [setup] LOG (2013-05-02-15:04:24,333827923): chroot_umount [setup] LOG (2013-05-02-15:04:24,349849382): chroot_mount [setup] LOG (2013-05-02-15:04:24,362750991): useradd -D --shell /bin/zsh [setup] LOG (2013-05-02-15:04:24,430526422): chroot_umount [setup] LOG (2013-05-02-15:04:24,446992359): chroot_mount [setup] LOG (2013-05-02-15:04:24,460083110): usermod --shell /bin/zsh root [setup] LOG (2013-05-02-15:04:24,528127008): chroot_umount [setup] LOG (2013-05-02-15:04:24,545932403): chroot_mount [setup] LOG (2013-05-02-15:04:24,558779075): bash -c 'cd /etc; git add -A; git commit -m 2013-05-02-150424542800399' [setup] LOG (2013-05-02-15:04:24,583648414): chroot_umount [setup] LOG (2013-05-02-15:04:24,599905880): chroot_mount [setup] LOG (2013-05-02-15:04:24,612653072): pacman --noconfirm --needed -S pkgfile [setup] LOG (2013-05-02-15:04:24,979413635): chroot_umount [setup] LOG (2013-05-02-15:04:24,990329480): chroot_mount [setup] LOG (2013-05-02-15:04:24,997234579): bash -c 'cd /etc; git add -A; git commit -m 2013-05-02-150424988693076' [setup] LOG (2013-05-02-15:04:25,020340397): chroot_umount [setup] LOG (2013-05-02-15:04:25,035197411): Добавляю pkgfile > /etc/skel/.zshrc [setup] LOG (2013-05-02-15:04:25,041975413): chroot_mount [setup] LOG (2013-05-02-15:04:25,054564494): pkgfile --update [setup] LOG (2013-05-02-15:04:49,693009298): chroot_umount [setup] LOG (2013-05-02-15:04:49,702334481): chroot_mount [setup] LOG (2013-05-02-15:04:49,709660040): bash -c 'cd /etc; git add -A; git commit -m 2013-05-02-150449700608549' [setup] LOG (2013-05-02-15:04:49,738064612): chroot_umount [setup] LOG (2013-05-02-15:04:49,747702843): chroot_mount [setup] LOG (2013-05-02-15:04:49,759001470): mkinitcpio -p linux [setup] LOG (2013-05-02-15:04:59,190090681): chroot_umount [setup] LOG (2013-05-02-15:05:03,890464100): Перемещаю кеш пакетов > /home/sys-backup/packages [setup] INFO (2013-05-02-15:05:03,895150137): Пожалуйста, подождите... [setup] LOG (2013-05-02-15:05:05,683536884): Настраиваю /etc/pacman.conf [setup] LOG (2013-05-02-15:05:05,696199463): Настраиваю /etc/sudoers [setup] LOG (2013-05-02-15:05:05,709000638): chroot_mount [setup] LOG (2013-05-02-15:05:05,721785017): bash -c 'cd /etc; git add -A; git commit -m 2013-05-02-150505706330816' [setup] LOG (2013-05-02-15:05:05,744120303): chroot_umount [setup] LOG (2013-05-02-15:05:05,759761467): chroot_mount [setup] LOG (2013-05-02-15:05:05,771989189): pacman --noconfirm --needed -S base-devel warning: file-5.14-1 is up to date -- skipping warning: findutils-4.4.2-5 is up to date -- skipping warning: gawk-4.0.2-1 is up to date -- skipping warning: gettext-0.18.2.1-1 is up to date -- skipping warning: grep-2.14-2 is up to date -- skipping warning: groff-1.22.2-2 is up to date -- skipping warning: gzip-1.5-3 is up to date -- skipping warning: pacman-4.1.0-2 is up to date -- skipping warning: sed-4.2.2-2 is up to date -- skipping warning: sudo-1.8.6.p8-1 is up to date -- skipping warning: texinfo-5.1-1 is up to date -- skipping warning: util-linux-2.22.2-2 is up to date -- skipping warning: which-2.20-6 is up to date -- skipping [setup] LOG (2013-05-02-15:06:02,288739124): chroot_umount [setup] LOG (2013-05-02-15:06:02,658162548): chroot_mount [setup] LOG (2013-05-02-15:06:02,820280014): bash -c 'cd /etc; git add -A; git commit -m 2013-05-02-150602656511587' [setup] LOG (2013-05-02-15:06:02,851409643): chroot_umount [setup] LOG (2013-05-02-15:06:02,860346232): Настраиваю /etc/makepkg.conf [setup] LOG (2013-05-02-15:06:03,135616645): chroot_mount [setup] LOG (2013-05-02-15:06:03,148600283): bash -c 'cd /etc; git add -A; git commit -m 2013-05-02-150603133092338' [setup] LOG (2013-05-02-15:06:03,177748198): chroot_umount [setup] LOG (2013-05-02-15:06:03,186697442): Добавляю archlinuxfr > /etc/pacman.conf [setup] LOG (2013-05-02-15:06:03,189943091): chroot_mount [setup] LOG (2013-05-02-15:06:03,197224027): pacman --noconfirm --needed -Syy [setup] LOG (2013-05-02-15:06:09,977858596): chroot_umount [setup] LOG (2013-05-02-15:06:09,993959894): chroot_mount [setup] LOG (2013-05-02-15:06:10,006674591): pacman --noconfirm --needed -S yaourt pacman-color error: target not found: pacman-color [setup] LOG (2013-05-02-15:06:10,221950494): chroot_umount [setup] INFO (2013-05-02-15:06:10,231980468): Не гневись ВЛАДЫКА. Это не Я... [setup](2013-05-02-15:06:10,235411046) ERROR (1): Ошибка pacman! Смотрите подробнее в /aai-install.log rm '/etc/systemd/system/multi-user.target.wants/[email protected]' [setup] LOG (2013-05-02-15:06:12,151973023): swapoff /dev/sda5 [setup] LOG (2013-05-02-15:06:12,163604599): umount /dev/sda1 [setup] LOG (2013-05-02-15:06:14,259421856): rmdir /tmp/newsys/ [setup] LOG (2013-05-02-15:06:14,261933938): Выход После запуска по-новой /aai/setup обнаруживается что кэш уже загруженных пакетов очистился, и надо загружаться по новой. В связи с этим: 1) Стоит убрать yaourt - все равно в репах его нет, а ошибка есть 2) Подумать как сделать чтобы после неудачной установки в setup можно было вернуться не с начала пройденых этапов установки... 3) Хотелось бы чтобы Сеть была необязательной, на случай, если интернета нет и надо ставится с локального репа... Но так вообще, большое спасибо за установщик: он вообще очень хорошо продуман и интуитивно понятен... |
kotnaton |
|
Темы:
52
Сообщения:
208
Участник с: 28 июня 2012
|
Нет, без пробела: я знаю, что консольные шрифты надо искать в /usr/share/kbd/consolefonts. К сожалению, несмотря на предупреждения, создавал после краха новую разметку cfdisk-ом Вот, что показывает в меню: http://img-fotki.yandex.ru/get/5625/104778536.8/0_a897e_948f7714_orig И то, что показывает в консоли: $ sudo cfdisk -Ps /dev/sda Partition Table for /dev/sda First Last # Type Sector Sector Offset Length Filesystem Type (ID) Flag -- ------- ----------- ----------- ------ ----------- -------------------- ---- 1 Primary 0 195318269 63 195318270 Linux (83) Boot 3 Primary 195318270 390636539 0 195318270 Linux (83) None 4 Primary 390636540 973111293* 0 582474754*Linux (83) None 2 Primary 973111294* 976773167* 0 3661874*Extended (05) None 5 Logical 973111294* 976773167* 1# 3661874*Linux swap / So (82) None |
kotnaton |
|
Темы:
52
Сообщения:
208
Участник с: 28 июня 2012
|
lampslaveИзначально вашим способом и ставил: но там такая же возникает ошибка... И да: это в Uni Cyr_8x16 и есть... |
kotnaton |
|
Темы:
52
Сообщения:
208
Участник с: 28 июня 2012
|
del |
kotnaton |
|
Темы:
52
Сообщения:
208
Участник с: 28 июня 2012
|
Это sda3 вообще-то отформатирован в NTFS (понадобилось из-за заковыристых имен некоторых файлов, которые драйвер ext4 на дух не принимает, зато ntfs-3g вполне) А sh-4.2 это следствие входа в чруут командой: arch-chroot /mnt |