For those who may forget, usin torrents to download and share the new images will get you faster downloads (if enough folks participate) if you have a "fat" pipe and alleviate the load on the CentOS servers.
I have a "chubby" pipe (~ 1.2MB/sec) and got the stuff really quickly earlier today.
If your torrent has distributed hash table capability, I suggest that you also use that feature.
Happy sharing!
William L. Maltby wrote:
For those who may forget, usin torrents to download and share the new images will get you faster downloads (if enough folks participate) if you have a "fat" pipe and alleviate the load on the CentOS servers.
I have a "chubby" pipe (~ 1.2MB/sec) and got the stuff really quickly earlier today.
If your torrent has distributed hash table capability, I suggest that you also use that feature.
My torrent is not always happy. Nobody wants to make full use of my allocated 6MB upload bandwidth. So torrent away please.
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of William L. Maltby Sent: Thursday, April 02, 2009 3:26 AM To: CentOS General List Subject: [CentOS] Don't forget to use torrents for your downloads!
For those who may forget, usin torrents to download and share the new images will get you faster downloads (if enough folks participate) if you have a "fat" pipe and alleviate the load on the CentOS servers.
I have a "chubby" pipe (~ 1.2MB/sec) and got the stuff really quickly earlier today.
If your torrent has distributed hash table capability, I suggest that you also use that feature.
Sharing as fast as I can, never seen this kind of activity before, it's like a shark feeding frenzy... The CentOS-5.3-x86_64-bin-DVD torrent I'm seeding says the share ratio is 40928, and rapidly increasing. That can't possibly be right, can it??
Have to cap the upload speed to 25kBps during work hours, or my computer would be unusable. Maybe I should move this seeding to a CentOS-machine instead...
DHT is enabled over here as well.
On Wednesday 01 April 2009 21:26, William L. Maltby wrote:
If your torrent has distributed hash table capability, I suggest that you also use that feature.
Happy sharing!
So what is everyone using for their torrent? What is the best?
On Thu, 2 Apr 2009 18:41:33 -0400 Robert Spangler mlists@zoominternet.net wrote:
So what is everyone using for their torrent? What is the best?
amusing. There is no such thing as the "best", only the best fit to your needs.
For a start, what front end do you want? gnome, kde, tcl, cli, cli with curses, web based? Do you want it to disappear in your system tray? do you want to feed it into screen so you can log back into it at work and review its status? do you want to have the status pasted in a section of conky?
Anybody who tells you what is "best" is just telling you their favourite, which is almost always useless information.
In article 20090403123544.719911d7@sod.off.knossos.net.nz, Spiro Harvey centos@centos.org wrote:
amusing. There is no such thing as the "best", only the best fit to your needs.
There's no need to be so pedantic. He's just asking for advise about what clients are good.
Spiro Harvey wrote:
On Thu, 2 Apr 2009 18:41:33 -0400 Robert Spangler mlists@zoominternet.net wrote:
So what is everyone using for their torrent? What is the best?
amusing. There is no such thing as the "best", only the best fit to your needs.
For a start, what front end do you want? gnome, kde, tcl, cli, cli with curses, web based? Do you want it to disappear in your system tray? do you want to feed it into screen so you can log back into it at work and review its status? do you want to have the status pasted in a section of conky?
Anybody who tells you what is "best" is just telling you their favourite, which is almost always useless information.
I use the standard torrent client in EPEL via a shell script.
mkdir /src/torrent/{active,nonactive}
(owned by my standard user)
this shell script in ~/bin
#!/bin/bash # ~/bin/bt.sh [ -f /tmp/lock_bt ] && exit 0 [ -f ~/lock_bt ] && exit 0 running="`/bin/ps aux |/bin/grep launchmany |/bin/grep "python" |wc -l`" if [ $running -lt 1 ]; then pushd /srv/torrent > /dev/null 2>&1 /bin/date >> date.log nohup /usr/bin/launchmany-console active/ > torrent.log & popd > /dev/null 2>&1 fi
-=- Then I have this in my crontab:
02,07,12,17,22,27,32,37,42,45,47,52,57 * * * * sh /home/mpeters/bin/bt.sh
Every 5 minutes it runs - and does nothing if already running. When I want to start a new torrent - I just throw the torrent in /srv/torrent/active/
When I no longer want to run that torrent - I move the .torrent file into /srv/torrent/nonactive
Works well except there seems to be a memory leak in the EPEL torrent client - sometimes the system becomes sluggish and cpu usage spikes. Killing the client returns the system to zippy - and it automagically starts again within 5 minutes.
I may modify the above script to kill the client when the system load average is high - as that will take care of the leak problem for me and prevent it from running when I'm intentionally pounding the system.
Anyway - that has worked swell for me for years, other than the memory leak issue.
When I want to see the progress of a torrent -
tail -f /src/torrent/torrent.log
That file can get rather large, but it is wiped clean whenever the client is started.
Spiro Harvey wrote:
On Thu, 2 Apr 2009 18:41:33 -0400 Robert Spangler mlists@zoominternet.net wrote:
So what is everyone using for their torrent? What is the best?
amusing. There is no such thing as the "best", only the best fit to your needs.
Absolutely true.
For a GUI, ktorrent scratches my itch. Persists indefinitely -- across power failures, reboots, etc.; provides many stats. From rpmforge: ktorrent-2.2.1-1.el5.rf For a curses solution, I like bittorrent-curses from the bittorrent-4.4.0-1.el5.rf package -- also from rpmforge.
But as Spiro pointed out, it's all a matter of personal preference.
For a GUI, ktorrent scratches my itch. Persists indefinitely -- across power failures, reboots, etc.; provides many stats. From rpmforge: ktorrent-2.2.1-1.el5.rf For a curses solution, I like bittorrent-curses from the bittorrent-4.4.0-1.el5.rf package -- also from rpmforge.
is there a cli option?
Linux Advocate wrote:
is there a cli option?
Yes, there is. /usr/bin/bittorrent-console is provided as part of the bittorrent package, available from http://bittorrent.com/
2.6.18-128.1.1.el5[root@www ~]# yum info bittorrent Loaded plugins: fastestmirror, priorities Loading mirror speeds from cached hostfile * base: mirror.internode.on.net * updates: mirror.internode.on.net * centosplus: mirror.internode.on.net * addons: mirror.internode.on.net * extras: mirror.internode.on.net 955 packages excluded due to repository priority protections Installed Packages Name : bittorrent Arch : noarch Version : 4.4.0 Release : 1.el5.rf Size : 3.4 M Repo : installed Summary : Network file transfer tool URL : http://bittorrent.com/ License : BitTorrent Open Source License Description: BitTorrent is a tool for copying files from one machine to another. FTP punishes sites : for being popular: Since all uploading is done from one place, a popular site needs big : iron and big bandwidth. With BitTorrent, clients automatically mirror files they : download, making the publisher's burden almost nothing.
2.6.18-128.1.1.el5[root@www ~]#
Linux Advocate wrote:
is there a cli option?
Yes, there is. /usr/bin/bittorrent-console is provided as part of the bittorrent package, available from http://bittorrent.com/
thanx, i will get it frm the rpmforge repo.
============================================================================= Package Arch Version Repository Size ============================================================================= Installing: bittorrent noarch 4.4.0-1.el5.rf rpmforge-5 1.1 M Installing for dependencies: python-crypto i386 2.0-1.2.el5.rf rpmforge-5 332 k python-khashmir noarch 4.4.0-1.el5.rf rpmforge-5 77 k
Transaction Summary ============================================================================= Install 3 Package(s) Update 0 Package(s) Remove 0 Package(s)
Hi, I am writting this message in hope that you can be of a great help to me. My husband that has been on this site died suddenly Feb 4th) and I can not access my computer. He has a user name and password on the system. He has used the Linux and Red Hat to run the computer.... He would boot up the system and then I would do my email, documents, etc. I never thought to ask him his password or username. There is no one in our area that knows how to change the username and password on the Linux system... Can you or some one you may know help. I did find a Red Hat Boot disk... not sure what to do with it!!!!
I am able to use this email so that is why I am sending this to you ,trying to find help. I can be reached through a friend if you can call me 970 208 3131..... or email... will be OK also............ I hope there is someone to help me get on my computer... Laura
Hi, I am writting this message in hope that you can be of a great help to me. My husband that has been on this site died suddenly Feb 4th) and I can not access my computer. He has a user name and password on the system. He has used the Linux and Red Hat to run the computer.... He would boot up the system and then I would do my email, documents, etc. I never thought to ask him his password or username. There is no one in our area that knows how to change the username and password on the Linux system... Can you or some one you may know help. I did find a Red Hat Boot disk... not sure what to do with it!!!!
I am able to use this email so that is why I am sending this to you ,trying to find help. I can be reached through a friend if you can call me 970 208 3131..... or email... will be OK also............ I hope there is someone to help me get on my computer... Laura
Well, on the one hand, an email like this makes me *very* nervous, since it reads like a scam, with questions like "how can you email here if you can't get to his email?"
On the other hand, if true, it's utterly horrible - my ...late... wife died that way, and it's not exactly a Big Sekret Of Sysadmins that all you need to do is reboot the server, and assuming it shows the usual "booting linux in x seconds", all you need to do is hit any key, then type 'e', then scroll down to the line that starts with the word "kernel"; hit 'e' again (no quotes, anywhere, of course), and at the end of the line, add the letter s (for single user mode), then <enter>, then the letter b (for boot).
It then comes up in single user mode, and all you need to do is to change his password, if your email is under his account. You can cat /etc/password and you'll probably be able to figure out his username; then it's merely passwd <hisusername> and give a new password when prompted. When you're done, hit <ctrl-D>, and let it come up, then you can log in.
mark
On 2/22/2010 12:40 PM, Bob Taylor wrote:
Hi, I am writting this message in hope that you can be of a great help to me. My husband that has been on this site died suddenly Feb 4th) and I can not access my computer. He has a user name and password on the system. He has used the Linux and Red Hat to run the computer.... He would boot up the system and then I would do my email, documents, etc. I never thought to ask him his password or username. There is no one in our area that knows how to change the username and password on the Linux system... Can you or some one you may know help. I did find a Red Hat Boot disk... not sure what to do with it!!!!
I am able to use this email so that is why I am sending this to you ,trying to find help. I can be reached through a friend if you can call me 970 208 3131..... or email... will be OK also............ I hope there is someone to help me get on my computer... Laura
This information is pretty easy to find if you google 'linux password recovery' so I'll ignore the possibility that this might be a hoax by someone trying to break into someone else's computer. If this is a default install with no extra work to secure grub, follow these instructions: http://linuxmall.blogspot.com/2009/04/how-to-recover-red-hat-linux-password....
Note that the 'root' password it talks about is the one needed to do system maintenance and updates. If you want to change the password for some other user, use the command: passwd username and you'll be prompted to enter it twice to change it.
Going Off Top; My condolences to you Laura this is sad to hear.
Going On Topic; rTorrent with wTorrent does it for me.
On Feb 22, 2010, at 1:40 PM, Bob Taylor wrote:
Hi, I am writting this message in hope that you can be of a great help to me. My husband that has been on this site died suddenly Feb 4th) and I can not access my computer. He has a user name and password on the system. He has used the Linux and Red Hat to run the computer.... He would boot up the system and then I would do my email, documents, etc. I never thought to ask him his password or username. There is no one in our area that knows how to change the username and password on the Linux system... Can you or some one you may know help. I did find a Red Hat Boot disk... not sure what to do with it!!!!
I am able to use this email so that is why I am sending this to you ,trying to find help. I can be reached through a friend if you can call me 970 208 3131..... or email... will be OK also............ I hope there is someone to help me get on my computer... Laura
Laura,
I'd like to offer my condolences. My best recommendation would be for you to contact your local Linux User Group for assistance; a list is available here, organized by country and region:
You may also be able to get assistance from Red Hat; their customer service contact page is here:
https://www.redhat.com/about/contact/dir/#custservice
-Steve
-- If this were played upon a stage now, I could condemn it as an improbable fiction. - Fabian, Twelfth Night, III,v http://five.sentenc.es
Bob Taylor a écrit :
Hi, I am writting this message in hope that you can be of a great help to me. My husband that has been on this site died suddenly Feb 4th) and I can not access my computer. He has a user name and password on the system. He has used the Linux and Red Hat to run the computer.... He would boot up the system and then I would do my email, documents, etc. I never thought to ask him his password or username.
Sorry if this is not the place, but there's some quirk in the logic. If your late husband wrote to this list using his email address, then how comes you are using it without knowing his username and password?
Niki Kovacs
There are various posts from "Bob Taylor" (bob8221@gmail.com) in the list archives;
http://lists.centos.org/pipermail/centos/2009-September/082799.html http://lists.centos.org/pipermail/centos/2009-August/079998.html http://lists.centos.org/pipermail/centos/2009-August/080297.html http://lists.centos.org/pipermail/centos/2009-April/075045.html
Again, my condolences Laura.
On 22 February 2010 20:31, Niki Kovacs contact@kikinovak.net wrote:
Sorry if this is not the place, but there's some quirk in the logic. If your late husband wrote to this list using his email address, then how comes you are using it without knowing his username and password?
She said "He would boot up the system and then I would do my email, documents, etc.". So she can't get on the computer not his emails. She could of used the forgotten password feature and rest his email password or just known it anyway, but doesn't know the password for their actual computer silly :P
James Bensley a écrit :
On 22 February 2010 20:31, Niki Kovacs contact@kikinovak.net wrote:
Sorry if this is not the place, but there's some quirk in the logic. If your late husband wrote to this list using his email address, then how comes you are using it without knowing his username and password?
She said "He would boot up the system and then I would do my email, documents, etc.". So she can't get on the computer not his emails. She could of used the forgotten password feature and rest his email password or just known it anyway, but doesn't know the password for their actual computer silly :P
I am truly sorry and I didn't mean to offend anyone. Allow that I offer my condolences.
Niki Kovacs
Niki Kovacs wrote:
Sorry if this is not the place, but there's some quirk in the logic. If your late husband wrote to this list using his email address, then how comes you are using it without knowing his username and password?
note she's using a gmail account.
Bob Taylor wrote:
Hi, I am writting this message in hope that you can be of a great help to me. My husband that has been on this site died suddenly Feb 4th) and I can not access my computer. He has a user name and password on the system. He has used the Linux and Red Hat to run the computer.... He would boot up the system and then I would do my email, documents, etc. I never thought to ask him his password or username. There is no one in our area that knows how to change the username and password on the Linux system... Can you or some one you may know help. I did find a Red Hat Boot disk... not sure what to do with it!!!!
in a nutshell, you boot the linux CD into 'linux rescue mode', then the usernames are in the /etc/passwd file on the mounted hard drive, which is I believe mounted as /a, so it would be /a/etc/passwd, and the passwords themselves are encrypted in /etc/shadow ... its easiest to edit /etc/shadow (probably as /a/etc/shadow due to the rescue mount), then just zap out the password field.
whoever does this has to be reasonably competent with unix command line tools like vi, there's no gui in the rescue environment.
a typical /etc/passwd file...
root:x:0:0:root:/root:/bin/bash bin:x:1:1:bin:/bin: ....additional system accounts deleted... nobody:x:99:99:Nobody:/: pierce:x:500:510:John R Pierce:/home/pierce:/bin/bash mudshark:x:502:510:Mud E Shark:/home/mudshark:/bin/bash
and the corresponding /etc/shadow file...
root:$**********************z/:13890:0:99999:7:-1:-1:134538772 bin:*:10810:0:99999:7::: ....system accounts trimmed..... nobody:*:10810:0:99999:7::: pierce:$******************0:14332:0:99999:7:-1:-1:134539876 mudshark:$*******************x:10815:0:99999:7:-1:-1:134538468
so two users on this systme are pierce and mudshark, everything before nobody is a system account. I replaced the bulk of the password hash with ******, you would remove everything between the : so a line would look like...
root::13890:0:99999:7:-1:-1:134538772
(note there's now two colons between the username and the next field)
now that account can log on without a password.
hopefully you can find someone who knows enough linux to make sense of this.
John R Pierce a écrit :
in a nutshell, you boot the linux CD into 'linux rescue mode', then the usernames are in the /etc/passwd file on the mounted hard drive, which is I believe mounted as /a, so it would be /a/etc/passwd, and the passwords themselves are encrypted in /etc/shadow ... its easiest to edit /etc/shadow (probably as /a/etc/shadow due to the rescue mount), then just zap out the password field.
You can even do it without the CD.
At the GRUB command line, add this to the kernel= line :
init=/bin/bash
This gets you to a bash prompt without asking for a password. From there, you mount the root partition in r/w mode :
# mount -o remount,rw /
Now you can reset your password :
# passwd
Since the system wasn't booted in a very orthodox way, we have to shut it down a bit differently.
# mount -o remount,ro /
Now simply press the power button to switch the machine off.
Sorry to hear that a member of the list has passed away.
Google tells me that 970 is the area code for Colorado so maybe members of the list who live there might want to give her a hand with the computer.
On Tuesday, February 23, 2010 02:40 AM, Bob Taylor wrote:
Hi, I am writting this message in hope that you can be of a great help to me. My husband that has been on this site died suddenly Feb 4th) and I can not access my computer. He has a user name and password on the system. He has used the Linux and Red Hat to run the computer.... He would boot up the system and then I would do my email, documents, etc. I never thought to ask him his password or username. There is no one in our area that knows how to change the username and password on the Linux system... Can you or some one you may know help. I did find a Red Hat Boot disk... not sure what to do with it!!!!
I am able to use this email so that is why I am sending this to you ,trying to find help. I can be reached through a friend if you can call me 970 208 3131..... or email... will be OK also............ I hope there is someone to help me get on my computer... Laura
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Robert Spangler wrote:
So what is everyone using for their torrent? What is the best?
(rtorrent) ftw!
On Thu, 2009-04-02 at 18:41 -0400, Robert Spangler wrote:
On Wednesday 01 April 2009 21:26, William L. Maltby wrote:
If your torrent has distributed hash table capability, I suggest that you also use that feature.
Happy sharing!
So what is everyone using for their torrent? What is the best?
Depends on your preferences. Being an old cli guy, I like rtorrent. I currently have on my CentOS 4.7 box
rtorrent-0.8.0-1.el4.rf libtorrent-0.12.0-1.el4.rf
from rpmforge. Be warned: on CentOS 4, libtorrent 0.12.4 did not work properly. I would not accept keyboard input. I've posted about this to the rpmforge list and am awaiting a reply. When I put the old one back in, all was good.
I don't run it on my 5.2/3 box, so I can't help there.
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On
Behalf
Of Robert Spangler Sent: Friday, April 03, 2009 12:42 AM To: CentOS mailing list Subject: Re: [CentOS] Don't forget to use torrents for your downloads!
If your torrent has distributed hash table [DHT] capability, I suggest
that
you also use that feature.
So what is everyone using for their torrent? What is the best?
Ask ten people and you get ten answers. 8-) Me, I prefer Azureus.
In Sweden p2p has gotten a bad name (Pirate Bay anyone?). People flinch when I say I fileshare at work... Seems like all p2p is bad p2p here, which might explain why my ISP did something with the p2p-protocol. 8-/