Re: [arch-general] Failed to compile python 2.7.9 with pyenv on arch.

2019-12-03 Thread Hongyi Zhao via arch-general
Eli Schwartz via arch-general 于2019年12月2日周一 下午2:38写道: > > On 12/2/19 1:00 AM, Hongyi Zhao via arch-general wrote: > > Hi, > > > > I try to compile python 2.7.9 with pyenv on arch linx with the > > following command: > > > > === > > $

[arch-general] Failed to compile python 2.7.9 with pyenv on arch.

2019-12-01 Thread Hongyi Zhao via arch-general
Hi, I try to compile python 2.7.9 with pyenv on arch linx with the following command: === $ pyenv install 2.7.9 Installing Python-2.7.9... patching file ./Lib/site.py patching file ./Lib/ssl.py ERROR: The Python ssl extension was not compiled. Missing the OpenSSL lib? Please consult to t

[arch-general] Must restart the sddm for login into kde.

2019-12-01 Thread Hongyi Zhao via arch-general
Hi, I installed the kde on my archlinux. And I use a customized home directory for normal use. When I try to login to the Kde desktop, I find it freeze after inputting the passwd on the login screen. But, if I return to the tty and run: sudo systemctl restart ssdm.service And then I will su

Re: [arch-general] The differences among bootx64.efi, loader.efi and grubx64.efi.

2019-11-19 Thread Hongyi Zhao via arch-general
Maxwell Anselm via arch-general 于2019年11月19日周二 下午10:24写道: > > On Fri, Nov 15, 2019 at 8:31 AM Hongyi Zhao via arch-general < > arch-general@archlinux.org> wrote: > > > Hongyi Zhao 于2019年11月15日周五 下午9:13写道: > > > > > > Ralph Corderoy 于2019年11月15日周五

Re: [arch-general] The differences among bootx64.efi, loader.efi and grubx64.efi.

2019-11-15 Thread Hongyi Zhao via arch-general
Hongyi Zhao 于2019年11月15日周五 下午9:13写道: > > Ralph Corderoy 于2019年11月15日周五 下午8:57写道: > > > > > Hi Hongyi, > > > > > I noticed that for many distro's install iso, there are some efi files > > > in the EFI/efi folder as follows: > > > bootx64.efi, loader.efi and grubx64.efi > > > > > > Say, for arc

Re: [arch-general] The differences among bootx64.efi, loader.efi and grubx64.efi.

2019-11-15 Thread Hongyi Zhao via arch-general
Ralph Corderoy 于2019年11月15日周五 下午8:57写道: > > Hi Hongyi, > > > I noticed that for many distro's install iso, there are some efi files > > in the EFI/efi folder as follows: > > bootx64.efi, loader.efi and grubx64.efi > > > > Say, for arch: > > bootx64.efi, loader.efi > > > > for debian: > >

[arch-general] The differences among bootx64.efi, loader.efi and grubx64.efi.

2019-11-15 Thread Hongyi Zhao via arch-general
I noticed that for many distro's install iso, there are some efi files in the EFI/efi folder as follows: bootx64.efi, loader.efi and grubx64.efi Say, for arch: bootx64.efi, loader.efi for debian: bootx64.efi grubx64.efi I just cannot figure out the differences among them. Could you please g

[arch-general] Failed to compile shadowsocksr-libev-git with yay.

2019-11-09 Thread Hongyi Zhao via arch-general
See the following: $ yay -S shadowsocksr-libev-git [...] acl.c: In function 'init_block_list': acl.c:74:90: error: '%s' directive writing up to 63 bytes into a region of size between 50 and 176 [-Werror=format-overflow=] 74 | "ip6tables -N %s; ip6tables -F %s; ip6tables -A OUTPUT -p tcp --t

Re: [arch-general] Failed to compile dnsmasq latest git version with `-DHAVE_LUASCRIPT' on Manjaro.

2019-11-09 Thread Hongyi Zhao via arch-general
ProgAndy 于2019年11月9日周六 下午4:29写道: > > Am 09.11.19 um 08:42 schrieb Ralf Mardorf via arch-general: > ... > > > >>> Package lua5.2 was not found in the pkg-config search path. > > > ... > > Regards, > > Ralf > > > > Hello, > > In this case the issue is a difference in packaging between debian and arc

[arch-general] Failed to compile dnsmasq latest git version with `-DHAVE_LUASCRIPT' on Manjaro.

2019-11-08 Thread Hongyi Zhao via arch-general
Hi, See the following: $ uname -a Linux Manjaro 5.3.7-2-MANJARO #1 SMP PREEMPT Tue Oct 22 18:56:05 UTC 2019 x86_64 GNU/Linux $ yay -S lua52 $ make COPTS="-DHAVE_DBUS -DHAVE_IDN -DHAVE_LUASCRIPT -DHAVE_CONNTRACK -DHAVE_DNSSEC" -j24 Package lua5.2 was not found in the pkg-config search path. Perh

Re: [arch-general] How to install archlinux using a specific parition of usb instead of the whole usb?

2019-11-06 Thread Hongyi Zhao via arch-general
brent s. 于2019年11月6日周三 下午12:33写道: > > On 11/5/19 10:50 PM, Hongyi Zhao via arch-general wrote: > >> Are you using the appropriate kernel cmdline args in the menu entry? > >> They're different from Arch's grub loopback menu entry. > > > > This is just

Re: [arch-general] How to install archlinux using a specific parition of usb instead of the whole usb?

2019-11-05 Thread Hongyi Zhao via arch-general
brent s. 于2019年11月6日周三 下午12:33写道: > > On 11/5/19 10:50 PM, Hongyi Zhao via arch-general wrote: > >> Are you using the appropriate kernel cmdline args in the menu entry? > >> They're different from Arch's grub loopback menu entry. > > > > This is just

Re: [arch-general] How to install archlinux using a specific parition of usb instead of the whole usb?

2019-11-05 Thread Hongyi Zhao via arch-general
brent s. 于2019年11月6日周三 下午1:15写道: > > On 11/6/19 12:01 AM, Hongyi Zhao via arch-general wrote: > >> menuentry --hotkey=g 'Graphical install' { > >> set background_color=black > >> linux (loop)/install.amd/vmlinux vga=788 findiso=$iso_path

Re: [arch-general] How to install archlinux using a specific parition of usb instead of the whole usb?

2019-11-05 Thread Hongyi Zhao via arch-general
brent s. 于2019年11月6日周三 下午12:33写道: > > On 11/5/19 10:50 PM, Hongyi Zhao via arch-general wrote: > >> Are you using the appropriate kernel cmdline args in the menu entry? > >> They're different from Arch's grub loopback menu entry. > > > > This is just

Re: [arch-general] How to install archlinux using a specific parition of usb instead of the whole usb?

2019-11-05 Thread Hongyi Zhao via arch-general
l is mainly for live images. > > I've used it, it works well. Looks like there's a build issue at the > moment, but in general it works :p > > On Tue., 5 Nov. 2019, 22:50 Hongyi Zhao via arch-general, < > arch-general@archlinux.org> wrote: > > > brent s

Re: [arch-general] How to install archlinux using a specific parition of usb instead of the whole usb?

2019-11-05 Thread Hongyi Zhao via arch-general
brent s. 于2019年11月6日周三 上午10:42写道: > > On 11/5/19 9:11 PM, Hongyi Zhao via arch-general wrote: > >>> $ sudo ddrescue -f archlinux-2019.11.01-x86_64.iso /dev/sdc2 > >> The ISO contains multiple partitions, so probably not. > > > > Why when using the who

Re: [arch-general] How to install archlinux using a specific parition of usb instead of the whole usb?

2019-11-05 Thread Hongyi Zhao via arch-general
brent s. 于2019年11月6日周三 上午10:42写道: > > On 11/5/19 9:11 PM, Hongyi Zhao via arch-general wrote: > >>> $ sudo ddrescue -f archlinux-2019.11.01-x86_64.iso /dev/sdc2 > >> The ISO contains multiple partitions, so probably not. > > > > Why when using the who

Re: [arch-general] How to install archlinux using a specific parition of usb instead of the whole usb?

2019-11-05 Thread Hongyi Zhao via arch-general
brent s. 于2019年11月6日周三 上午9:57写道: > > On 11/5/19 8:41 PM, Eli Schwartz via arch-general wrote: > > On 11/5/19 8:35 PM, Hongyi Zhao via arch-general wrote: > >> Hi, > >> > >> I try to use a specific partition of usb to install archlinux, the > >> f

Re: [arch-general] How to install archlinux using a specific parition of usb instead of the whole usb?

2019-11-05 Thread Hongyi Zhao via arch-general
Eli Schwartz via arch-general 于2019年11月6日周三 上午9:41写道: > > On 11/5/19 8:35 PM, Hongyi Zhao via arch-general wrote: > > Hi, > > > > I try to use a specific partition of usb to install archlinux, the > > following is the step: > > > > Suppose the /dev

[arch-general] How to install archlinux using a specific parition of usb instead of the whole usb?

2019-11-05 Thread Hongyi Zhao via arch-general
Hi, I try to use a specific partition of usb to install archlinux, the following is the step: Suppose the /dev/sdc is my usb: $ sudo ddrescue -f archlinux-2019.11.01-x86_64.iso /dev/sdc2 Then I reboot my computer with the grub standalone bootloader and from within the command line of grub, I do