Re: [arch-general] Kernel source URL change

2018-08-06 Thread Konstantin Shalygin via arch-general

Also now to build the package locally you download the whole repository
(~2 Gb compared to the ~110 Mb previously).


Oh...


Cloning into bare repository '/tmp/4.17-arch/archlinux-linux'...
remote: Counting objects: 6135977, done.
remote: Compressing objects: 100% (1099/1099), done.
remote: Total 6135977 (delta 984), reused 385 (delta 385), pack-reused 
6134493

Receiving objects: 100% (6135977/6135977), 2.07 GiB | 1.03 MiB/s, done.
Resolving deltas: 100% (5111928/5111928), done.


33 minutes to fetch kernel.

If this changeset is good for arch infrastructure builds, may be tar.xz 
will be also provided, via github releases for example.





k


Re: [arch-general] Grub-efi install issue

2018-08-06 Thread Morgan Adamiec via arch-general
On Mon, 6 Aug 2018 at 20:25, Matthew Dyer via arch-general
 wrote:
>
> Hi all,
>
>
> I am trying to install arch to a efi system and got as far as the
> configure the packages but grub install is whare I am stuck. First off,
> in the wiki it says to mount the efi partition, but it doesn't say whare
> to mount it to.  Secondly, I run the following to install grub-install
> --target=x86_64-efi --efi-directory=/dev/sda1 --bootloader-id=GRUB and
> get the following error. something about unable to get the udev.  What
> am I missing?  Would something rong?  The wiki artical s a bit confusing.
>
>
> Thanks.

The EFI partition is usually mounted to /boot on arch systems,
although /boot/efi is another common place.

The grub wiki page says "substitute esp with its mount point".
/dev/sda1 is the device, not the mount point.


[arch-general] Grub-efi install issue

2018-08-06 Thread Matthew Dyer via arch-general

Hi all,


I am trying to install arch to a efi system and got as far as the 
configure the packages but grub install is whare I am stuck. First off, 
in the wiki it says to mount the efi partition, but it doesn't say whare 
to mount it to.  Secondly, I run the following to install grub-install 
--target=x86_64-efi --efi-directory=/dev/sda1 --bootloader-id=GRUB and 
get the following error. something about unable to get the udev.  What 
am I missing?  Would something rong?  The wiki artical s a bit confusing.



Thanks.


Re: [arch-general] ipv6 only half working

2018-08-06 Thread David Rosenstrauch

On 08/02/2018 10:01 PM, Giancarlo Razzolini via arch-general wrote:

Em agosto 2, 2018 22:53 David Rosenstrauch escreveu:




Any idea what I might look for / where I might look from here to 
figure out what's causing the issue?  My server is running (an up to 
date) Arch installation, and is behind a Netgear WNDR3700 router.  Any 
suggestions appreciated!



It's hard to know for sure without the full capture file. But those errors
*point* in the direction of MTU issues. Try setting your MTU at your 
interface
level to a value lower than 1500. Try with 1492 first. See if that fixes 
the situation.


You can also try ping to know what is the maximum MTU and also segment 
size.


Regards,
Giancarlo Razzolini



Thanks much for the suggestions.  After researching this further, it 
appears to have been an ipv6 issue with my router.  I upgraded the 
router to dd-wrt over the weekend, and the issue now appears to be resolved.


Thanks again for the help, and sorry for taking up list bandwidth.

DR


Re: [arch-general] libssh: 0.7.5 from AUR seems to have config reading issues

2018-08-06 Thread Artyom Poptsov via arch-general
Hello Khorne,

thank you for the answer.  It seems that I was wrong: the libssh version
from the AUR includes the patch indeed.  Just made a test program and it
reads a configuration file fine.

- Artyom

-- 
Artyom V. Poptsov 
Home page: http://poptsov-artyom.narod.ru/
CADR Hackerspace co-founder: https://cadrspace.ru/
GPG: D0C2 EAC1 3310 822D 98DE  B57C E9C5 A2D9 0898 A02F


signature.asc
Description: PGP signature


Re: [arch-general] libssh: 0.7.5 from AUR seems to have config reading issues

2018-08-06 Thread Khorne
On Mon, 06 Aug 2018 11:03:40 +0300
Artyom Poptsov via arch-general  wrote:

> Hello,
> 
> it seems that AUR provides libssh version 0.7.5 that has some issues
> with SSH config reading (it fails to read options from a provided
> configuration file.)  Back in June 2017 I prepared a patch to fix the
> problem:
>   
> https://git.libssh.org/projects/libssh.git/commit/?id=5333be5988c3789e7011598995f4df90d50d84d0
> 
> but the patch was integrated to libssh _after_ 0.7.5 release (it was
> released in April 2017.)  Could the libssh library be upgraded in AUR
> to integrate the aforementioned patch?
> 
> I'm not an avid Arch GNU/Linux user so if I'm wrong about something
> please don't hesistate to point me out to it.
> 
> FWIW, I'm the main developer of Guile-SSH library [1] that uses
> libssh.
> 
> Thanks!
> 
> - Artyom
> 
> [1] https://aur.archlinux.org/packages/guile-ssh/
> 

Hello Artyom,

the repository version of libssh[1] does contain your patch presumably.

The AUR version libssh-git[2] builds from the libssh git master and
should contain the patch then as well.

Regards,
Khorne


[1]
https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/libssh#n35
[2]
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=libssh-git#n15


pgp03Lwmaa1wP.pgp
Description: OpenPGP digital signature


[arch-general] libssh: 0.7.5 from AUR seems to have config reading issues

2018-08-06 Thread Artyom Poptsov via arch-general
Hello,

it seems that AUR provides libssh version 0.7.5 that has some issues
with SSH config reading (it fails to read options from a provided
configuration file.)  Back in June 2017 I prepared a patch to fix the
problem:
  
https://git.libssh.org/projects/libssh.git/commit/?id=5333be5988c3789e7011598995f4df90d50d84d0

but the patch was integrated to libssh _after_ 0.7.5 release (it was
released in April 2017.)  Could the libssh library be upgraded in AUR to
integrate the aforementioned patch?

I'm not an avid Arch GNU/Linux user so if I'm wrong about something
please don't hesistate to point me out to it.

FWIW, I'm the main developer of Guile-SSH library [1] that uses libssh.

Thanks!

- Artyom

[1] https://aur.archlinux.org/packages/guile-ssh/

-- 
Artyom V. Poptsov 
Home page: http://poptsov-artyom.narod.ru/
CADR Hackerspace co-founder: https://cadrspace.ru/
GPG: D0C2 EAC1 3310 822D 98DE  B57C E9C5 A2D9 0898 A02F


signature.asc
Description: PGP signature