the Arch Linux thread

Faun

Wahahaha~!
Staff member
Re: The Dark Side :Arch Linux

^^isn't -w means ?
Retrieve all packages from the server, but do not install/upgrade anything.

That would be a gargantuan amount :D
correct me if me wrong here :)
 
OP
FilledVoid

FilledVoid

Who stole my Alpaca!
Re: The Dark Side :Arch Linux

^^isn't -w means ?
Retrieve all packages from the server, but do not install/upgrade anything.
The packages you specify.

[filledvoid@Delegate-X ~]$ sudo pacman -w
error: no operation specified (use -h for help)

And no the -w option will not install it . It will only download to your cache.
 

Faun

Wahahaha~!
Staff member
Re: The Dark Side :Arch Linux

yeah i know it wont install only cache it

seems like a good option for NU users :p
 
Re: The Dark Side :Arch Linux

yeah i know it wont install only cache it

seems like a good option for NU users :p
No its not. BSNL has this issue of frequent disconnections, every 8 minutes or so. The download just stops, and unlike apt-get, pacman does not try to do anything to resume download. I need to manually restart the PC by opening up another VC then typing reboot. Then I need to login again and do an rm /var/something/somethingelse/cache.lck then I need to redo the install command and say Y. THIS IS MADDENING. :mad:
 

Faun

Wahahaha~!
Staff member
Re: The Dark Side :Arch Linux

^^zomg...thats some serious problem
I never had that.

Ask in arch linux support forum

till then listen to The Doll's Death
 
Re: The Dark Side :Arch Linux

OK Ill explain it. Rankmirrors is a script which comes with pacman. You need Python for this script to work.

First run
Code:
rankmirrors -v /etc/pacman/mirrorlist
This will start running the script versus all the servers in the list. After some time it will actually print out a list of servers. I think you have to copy and paste that information into mirrorlist. Then run the update. Please note that they have specifically asked not to use the archlinux main server so you might want to remove that from the list as well.
since perl is in core repo, is python also in the same and hence already installed ?
^^zomg...thats some serious problem
I never had that.

Ask in arch linux support forum

till then listen to The Doll's Death
OK. But I first want to get the GUI ready and working with a basic IceWM install. :D
I just need to download 30MB, and since out of my 2.5GB limit, only 0.9GB is used this month, (thanks to never ending wait and my patience with arch) I am prepared to spend the rest on daytime downloads when Arch Mirror is quite fast.

When FilledVoid said Arch Mirror gives good speeds in morning, I expected 70kbps. I got it. For a SECOND. Then I got 20-30kbps and I was still contended since others were even more horrible.
 

gary4gar

GaurishSharma.com
Re: The Dark Side :Arch Linux

since perl is in core repo, is python also in the same and hence already installed ?

OK. But I first want to get the GUI ready and working with a basic IceWM install. :D
I just need to download 30MB, and since out of my 2.5GB limit, only 0.9GB is used this month, (thanks to never ending wait and my patience with arch) I am prepared to spend the rest on daytime downloads when Arch Mirror is quite fast.

When FilledVoid said Arch Mirror gives good speeds in morning, I expected 70kbps. I got it. For a SECOND. Then I got 20-30kbps and I was still contended since others were even more horrible.
is arch running short of bandwidth?
70kBps is slow
 

praka123

left this forum longback
Re: The Dark Side :Arch Linux

still anyone sticking with archlinux remaining? :D ! much buggier than distros like Debian,fedora etc.
 

Pat

Beyond Smart
Re: The Dark Side :Arch Linux

is arch running short of bandwidth?
70kBps is slow

Their main server is throttled at 50 KBps. Other mirrors are fine. I get more than 1 MBps download speeds from German mirrors.

still anyone sticking with archlinux remaining? :D ! much buggier than distros like Debian,fedora etc.

Buggier ? Really ?
 
Last edited:
Re: The Dark Side :Arch Linux

yo guys wassup ? posting this from a minimalistic arch install with xorg, intel drivers, icewm and firefox, with emelfm added for file management.
 
OP
FilledVoid

FilledVoid

Who stole my Alpaca!
Re: The Dark Side :Arch Linux

yeah i know it wont install only cache it
seems like a good option for NU users

Not unless you would like to manually install the packages again when you wake up. Why nto just run pacman -S --noconfirm packagename ?? This downloads it and installs it also.

No its not. BSNL has this issue of frequent disconnections, every 8 minutes or so. The download just stops, and unlike apt-get, pacman does not try to do anything to resume download. I need to manually restart the PC by opening up another VC then typing reboot. Then I need to login again and do an rm /var/something/somethingelse/cache.lck then I need to redo the install command and say Y. THIS IS MADDENING.
Unfortunately I can't help you out if your connection goes haywire. You could also remove the cache.lck on booting up also but then again if your connection goes haywire you would have to be awake to re-login.
When FilledVoid said Arch Mirror gives good speeds in morning, I expected 70kbps. I got it. For a SECOND. Then I got 20-30kbps and I was still contended since others were even more horrible.
I'm not the official spokesperson for ArchLinux but in any case did you happen to run the rankmirrors script and did you remove the Archlinux ftp as I mentioned earlier? Unixheads always gives me more than 70 kbps anytime I run it. Its not only you but I and Abhinand have the speed issues when we try to download in free time. Is it possible that the time you tried downloading was 2 - 8 am . Why not try out running a small install at 10-11 am and see if that changes anything . I doubt it will for you but its worth a try.

still anyone sticking with archlinux remaining? ! much buggier than distros like Debian,fedora etc.
I'm still on Arch and I find it more stable than Ubuntu to be frank. if I'm correct the people on Arch now is Kalpik, Me, Pat, Abhinand, T159 and Mehulved. I might of missed some names though. From what I hear Garbage and Hullap is installing and I think Aditya has it installed as well.

is arch running short of bandwidth?
70kBps is slow
Hes an exceptionally rare case. I've been running updates fine since they day of install and I've been getting quite good speeds. Your experience may vary I guess. There are folks in ArchLinux forums that are easily getting 500-600 kbps.
 
Last edited:

gary4gar

GaurishSharma.com
Re: The Dark Side :Arch Linux

Sorry a n00b query
Arch uses what lfile type for its packages?
like Deb for Debian
 
Re: The Dark Side :Arch Linux

Not unless you would like to manually install the packages again when you wake up. Why nto just run pacman -S --noconfirm packagename ?? This downloads it and installs it also.


Unfortunately I can't help you out if your connection goes haywire. You could also remove the cache.lck on booting up also but then again if your connection goes haywire you would have to be awake to re-login.

I'm not the official spokesperson for ArchLinux but in any case did you happen to run the rankmirrors script and did you remove the Archlinux ftp as I mentioned earlier? Unixheads always gives me more than 70 kbps anytime I run it. Its not only you but I and Abhinand have the speed issues when we try to download in free time. Is it possible that the time you tried downloading was 2 - 8 am . Why not try out running a small install at 10-11 am and see if that changes anything . I doubt it will for you but its worth a try.


I'm still on Arch and I find it more stable than Ubuntu to be frank. if I'm correct the people on Arch now is Kalpik, Me, Pat, Abhinand, T159 and Mehulved. I might of missed some names though. From what I hear Garbage and Hullap is installing and I think Aditya has it installed as well.


Hes an exceptionally rare case. I've been running updates fine since they day of install and I've been getting quite good speeds. Your experience may vary I guess. There are folks in ArchLinux forums that are easily getting 500-600 kbps.
Yes, during 6pm onwards time, I get really good speeds like 200kbps. But in NU, which is THE time I need to be installing, speeds suddenly start to crawl.

Originally, when I heard that the mirror is throttled to 50kbps, I thought it really IS throttled and we all get same 50kbps speed. But I guess I was wrong.

I have no idea why I am getting low speeds, but while you guys get low speeds on IIT Madras, I get insanely high speeds, and while you guys get cool speeds on taiwan and nazi mirrors, I get SICK speeds.

Could my DNS Server be responsible for this ? I use the OpenDNS servers...

Arch is indeed much more stable than Ubuntu, and a hell lot easier to use as well. Even in my minimalistic IceWM install, which I need to access with startx command, everything is just too neat and organised, with an elegent simplistic approach to all configurations. Unlike ubuntu/debian, which seriously lacked doccumentation in configuration files, in Arch I can learn everything about a file just by reading its comments. Such ease of use I have never seen anywhere else.

I am downloading kdemod-complete as we speak, so I can't use the rankmirrors script right now.
 
OP
FilledVoid

FilledVoid

Who stole my Alpaca!
Re: The Dark Side :Arch Linux

Arch is indeed much more stable than Ubuntu, and a hell lot easier to use as well. Even in my minimalistic IceWM install, which I need to access with startx command
Uncomment the line for IceWm in the .xinitrc file. the you won't have to use startx to access IceWM.

Yes, during 6pm onwards time, I get really good speeds like 200kbps. But in NU, which is THE time I need to be installing, speeds suddenly start to crawl.
If you install stuff in that time from 6-8 you would generally be installing more than you would from 2-6 with crappy speeds. Comparison done with 20 and 200kbps of course.
 
Top Bottom