apt PARALLELISM
Hi, I'll be so glad to see next (or one of the next) version of the apt package, to have PARALLELISM.For example if I have more than one row pointing to one stage (stable testing or unstable) in /etc/apt/sources.list, apt to get one packet from one server, and at the same time to get second packet from the second server. Now apt from unstable match the fist server and began to download all packets from that server.Example: (/etc/apt/sources.list)deb http://ftp.en.debian.org/debian main stable contrib non-free deb http://ftp.de.debian.org/debian main stable contrib non-freein this case the stable packages will be ONLY downloaded from first server from the list ... Thank You!Best regards
Re: apt PARALLELISM
Hi again,in my case:I have slow internet connection. BUT I have friends with the same connection in my local area network, who have apt-proxy.My goal is: When I need to install new system (Debian) on new user, or dist-upgrade on entire system, I need the unstable packets from site. In this case I need to wait some HOURS. If apt have PARALLELISM , I could use my connection and at the same time the connections of apt-proxy.In that case I will download the packets twice (or more) faster. Thank you! Best regards
Re: apt PARALLELISM
Thanks ...We don't want them to open multiple connections even to MULTIPLE servers...
Re: apt PARALLELISM
Can have option in /etc/apt/apt.conf or apt-get (install || upgrade) with -? some char here for parallelism.And by default can be disabled ...
Re: apt PARALLELISM
As far as I read the proposal, it is about downloading _different_files from different mirrors - if you have 25 packages to get for your 'apt-get update' operation, download 5 packages from each of 5different servers, with one connection to each server active at atime.That is what I mean ...
Re: apt PARALLELISM
My goal is using more bandwidth with apt-proxy servers on my friends, who have other internet connection.And I want to download first packet from my internet and second packet at the same time from the apt-proxy with my friend internet connection. Now, I can only download all packets from my internet, and if it fails will go to the apt-proxy ...
Little help about Intel865PERLL with ICH5
Hi, I have Intel865PERLL with ICH5 and I need to make SATA RAID to work. I have made the Enhanced Mode in Raid BIOS, but no one (debian) kernel didn't saw it property. Even now I am with Knoppix 3.8 and it saw it wrong. I have Debian Sid cd1 and Debian Sarge cd1 and Debian Sarge Netinstall and also Debian Stable (7 discs). Can someone help me howto make it work. Here something from my logs: [EMAIL PROTECTED] fdisk -l Disk /dev/sda: 80.0 GB, 80026361856 bytes 255 heads, 63 sectors/track, 9729 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System Disk /dev/sdb: 80.0 GB, 80026361856 bytes 255 heads, 63 sectors/track, 9729 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System lspci :00:00.0 Host bridge: Intel Corp. 82865G/PE/P DRAM Controller/Host-Hub Interface (rev 02) :00:01.0 PCI bridge: Intel Corp. 82865G/PE/P PCI to AGP Controller (rev 02) :00:1d.0 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI #1 (rev 02) :00:1d.1 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI #2 (rev 02) :00:1d.2 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI #3 (rev 02) :00:1d.3 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI #4 (rev 02) :00:1d.7 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller (rev 02) :00:1e.0 PCI bridge: Intel Corp. 82801 PCI Bridge (rev c2) :00:1f.0 ISA bridge: Intel Corp. 82801EB/ER (ICH5/ICH5R) LPC Bridge (rev 02) :00:1f.1 IDE interface: Intel Corp. 82801EB/ER (ICH5/ICH5R) Ultra ATA 100 Storage Controller (rev 02) :00:1f.2 RAID bus controller: Intel Corp. 82801EB (ICH5R) SATA (cc=RAID) (rev 02) :00:1f.3 SMBus: Intel Corp. 82801EB/ER (ICH5/ICH5R) SMBus Controller (rev 02) :00:1f.5 Multimedia audio controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02) :01:00.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200 SE] (rev 01) :01:00.1 Display controller: ATI Technologies Inc RV280 [Radeon 9200 SE] (Secondary) (rev 01) :02:07.0 FireWire (IEEE 1394): Lucent Microelectronics FW323 (rev 61) :02:08.0 Ethernet controller: Intel Corp. 82562EZ 10/100 Ethernet Controller (rev 01) cat /proc/partitions major minor #blocks name 8 0 78150744 sda 816 78150744 sdb 240 01939136 cloop0 ... If someone made it please help :) If someone need more information please ask :) That is new computer - so i have unpartitioned harddisks. Best regards
Re: Little help about Intel865PERLL with ICH5
Can you explain what do you mean? Thanks allot
Re: setting up a pppoe server
you can use pptpd (poptop). But I prefer pppoe. The main thing is connectiong server to RADIUS (freeradius) server. This RADIUS can use MYSQL. You can use web scripts (PHP-using same MYSQL tables) to add users, set quote ... and everything you want. DO NOT use PAP authentication becouse passwords are sending plain text. And everyone can start pppoe-server with your name and will collect passwords of others ! On 6/21/05, Daniel Poulin <[EMAIL PROTECTED]> wrote: > Alexander wrote: > > > Daniel Poulin wrote: > > > >> Dear List, > >> > >> I know this might be slightly off-topic but I am working at an ISP an > >> we want to setup a pppoe-server to offer new services for some of our > >> custommers (something like a thousand). So I started looking on the > >> net to find a software which I could install on a debian box and use > >> this box as an acces concentrator. > >> > >> Unfortunately the only software I've found is rp-pppoe from roaring > >> penguins and in the doc there is a statement saying that : > >> "pppoe-server is meant mainly for testing PPPoE clients. It is not a > >> high-performance server meant for production use." > >> > > I dont know about thousand clients , but in kernel mode it working > > quite fine. > > maybe this will help you. > > http://wrath.geoweb.ge/pppoe-server.html > > > >> So I was wondering if somebody could give me any pointers on what > >> software/hardware I should use to do that. > >> Kind regards, > >> P.S. Sorry for my bad english > >> > >> > > > > > Hi, > > Thank for the information. May I ask with how much clients you are > using this ? > > Thanks > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > >