The AUR seems to be down

Thank you for your answer. I can see from the link that today the server looks down. And I only tried it today. I will try whenever the servers back online and I will update you guys.

Just tested myself. I think it maybe just because the aur is down atm , pamac is slow for me as well

The thing is if I disable support for AUR my pamac works normal. I only have problem when I enable it. And probably it because of the servers. So I will update here when servers are back on again

1 Like

Probably this is related to Pamac windows unresponsive while searching when bandwidth saturated (#1097) · Issues · Applications / pamac · GitLab if the AUR is down maybe it creates similar situation.

1 Like

It seems it’s only the web service which has issues.

building packages the arch way is still working when you know the package name

git clone https://aur.archlinux.org/pkgname.git

cd folder

cd pkgname

build and install

makepkg -is
2 Likes

Yeah my problem is something like this. And I was thinking same with you. But I just checked and server looks operational. But the lag problem still continue

Does it happen when you search? or all the time? Starting from terminal could also show errors.

pamac-manager

//EDIT: if it is when you search it is probably the issue I linked.

I guess the link you sent is not available anymore. Is there any alternative for this?

No not all the time. When I search and anything when I want to do about AUR section

Alternative to what? The arch way?

Pamac uses the AUR web rpc to search - my guess is that pamac as client is throttled - so if you want to search for something use the web interface at AUR (en) - Packages

1 Like

Thanks for ur answer. I guess I will considee this as final solution. I hope the next updare will slove everything. Thank you for your answers everyone. Before closing this I have one system to change it to manjaro today. I will write here how it is going to be.

Update: my second system did the same thing. I guess this is about my internet provider. Again thank to all of you guys.

[omano@omano-nvme ~]$ pamac-manager 

(pamac-manager:23212): Gdk-CRITICAL **: 18:35:58.792: gdk_window_set_cursor: assertion 'GDK_IS_WINDOW (window)' failed
Failed to query https://aur.archlinux.org/rpc/?v=5&type=suggest&arg=lib from AUR: Socket I/O timed out
Failed to query https://aur.archlinux.org/rpc/?v=5&type=suggest&arg=libr from AUR: Socket I/O timed out
Failed to query https://aur.archlinux.org/rpc/?v=5&type=suggest&arg=libre from AUR: Socket I/O timed out
Failed to query https://aur.archlinux.org/rpc/?v=5&type=suggest&arg=librew from AUR: Socket I/O timed out
Failed to query https://aur.archlinux.org/rpc/?v=5&type=suggest&arg=par from AUR: Socket I/O timed out
Failed to query https://aur.archlinux.org/rpc/?v=5&type=search&arg=paru from AUR: Socket I/O timed out
Failed to query https://aur.archlinux.org/rpc/?v=5&type=suggest&arg=paru from AUR: Socket I/O timed out

We get blocked because of the suggestion feature when we search. Pamac hangs because it fails to receive AUR response, because it floods the AUR.

I’m opening an issue on GitLab, hope this get looked at. New Pamac search suggestion floods AUR search (#1135) · Issues · Applications / pamac · GitLab

As I suggested here Responsible use of AUR

Maybe the default search should also be only in the repositories, instead of searching the AUR by default (clicking the AUR button would then trigger the search)?

7 Likes

Hello. Thanks for your answer. But I guess you are only one who got blocked because when I write pamac-manager I don’t get the same output as you. ı only see:

(pamac-manager:2448): Gdk-CRITICAL **: 10:30:29.905: gdk_window_set_cursor: assertion 'GDK_IS_WINDOW (window)' failed

after servers back online my pamac is less laggy like really less. It can ignorable. I still can’t see the AUR packages from pamac but I can use the link that @linux-aarhus sent to me(When I said is there alternative I was stupid bc I didn’t understand how to use that link but now I know). So I can use git clone way to get the things I want. So I hope they will able to give you the solution. Thank you again.

If you actually follow the issue I opened you would understand why it works now.

2 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.