HTTP servers inside /etc/pacman.d/current list?

Hello,
Does anybody know the arch servers working throw HHTP :80 ( not FTP: 21) which I can use at the /etc/pacman.d/current  list  ?
Thanks a lot.

Thank you very much  shining. I have found one server which is ok for me. It is even have emacs-cvs at the community repo.
mouse256 I am not a big pro at networking and because of that  I can't understand  what wrong witn my NAT routing  right now. I just found  throw  testing that I can not connect o ftp://repo and can connect to http://repo. Tnat is why I need it before I will understand what is the problem with my routing.

Similar Messages

  • A perfect /etc/pacman.conf ??

    Hello guys,
    can someone please post a good working /etc/pacman.conf with uptodate servers ??
    I somehow broke mine...:/:/
    Thanks in advance and regards from Berlin
    Chris

    Here's mine with testing,community and unstable uncommented.
    # /etc/pacman.conf
    # NOTE: If you find a mirror that is geographically close to you, please
    # move it to the top of the server list, so pacman will choose it
    # first.
    # To re-sort your mirror lists by ping/traceroute results, use the
    # /usr/bin/sortmirrors script. It requires the "netselect" package.
    # See the pacman manpage for option directives
    # GENERAL OPTIONS
    [options]
    LogFile = /var/log/pacman.log
    NoUpgrade = etc/passwd etc/group etc/shadow etc/sudoers
    NoUpgrade = etc/fstab etc/raidtab etc/ld.so.conf
    NoUpgrade = etc/rc.conf etc/rc.local
    NoUpgrade = etc/modprobe.conf etc/modules.conf
    NoUpgrade = etc/lilo.conf boot/grub/menu.lst
    HoldPkg = pacman glibc
    #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
    # REPOSITORIES
    # - can be defined here or included from another file
    # - pacman will search repositories in the order defined here.
    # - local/custom mirrors can be added here or in separate files
    [testing]
    Server = ftp://ftp.archlinux.org/testing/os/i686
    [current]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/current
    [extra]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/extra
    [unstable]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/unstable
    [community]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/community
    # An example of a custom package repository. See the pacman manpage for
    # tips on creating your own repositories.
    #[custom]
    #Server = file:///home/custompkgs

  • Which server in /etc/pacman.d/mirrorlist pulls down the package list

    Basically, I have the top 5 servers via /usr/bin/rankmirrors however, according to mirrorcheck none of the are up-to-date.  If I manually add a server that has been updated and do a pacman -Syy I suddenly have tons of new packages to download.  Is it the first server in the list that pacman uses to grab the package index file or...?

    Yes, pacman will use the first server on the list, unless it times out trying to talk to the server, in which case it moves on to the next in the list. 
    What I actually would recommend is to use something like this to grab a recent mirror that works quick for you.  Reflector is in AUR.
    sudo reflector -h 1 -f 5 -o /etc/pacman.d/mirrorlist.ranked
    This looks for places updated in the last hour and gives you the fastest 5 of those.

  • [Solved]Add kernel26 to IgnorePkg in /etc/pacman.conf. Not ignored.

    Using kdemod4.3(32bit).  I re-installed kernel26-2.6.30.5-1-i686(earliest in pacman  pkg cache) and added kernel26 and kernel-headers to /etc/pacman.conf IgnorePkg but # "pacman -Syu" still asks to upgrade kernel to 2.30.6-1-i686. What do I add to that IgnorePkg to avoid kernel upgrade? Tried kernel, kernel26 and kernel26*. Adding nvidia,nvidia-utils and xorg-server to Ignorepkg give me that thee aren't upgraded(desirred result). Thanx.
    Last edited by lestoil (2009-10-08 18:08:14)

    # /etc/pacman.conf
    # See the pacman.conf(5) manpage for option and repository directives
    # GENERAL OPTIONS
    [options]
    # The following paths are commented out with their default values listed.
    # If you wish to use different paths, uncomment and update the paths.
    #RootDir     = /
    #DBPath      = /var/lib/pacman/
    #CacheDir    = /var/cache/pacman/pkg/
    #LogFile     = /var/log/pacman.log
    HoldPkg     = pacman glibc
    # If upgrades are available for these packages they will be asked for first
    SyncFirst   = pacman
    #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
    #XferCommand = /usr/bin/curl %u > %o
    #CleanMethod = KeepInstalled
    # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
    IgnorePkg   = nvidia nvidia-utils xorg-server 
    #IgnoreGroup =
    #NoUpgrade   =
    #NoExtract   =
    # Misc options (all disabled by default)
    #UseSyslog
    #ShowSize
    #UseDelta
    #TotalDownload
    # REPOSITORIES
    #   - can be defined here or included from another file
    #   - pacman will search repositories in the order defined here
    #   - local/custom mirrors can be added here or in separate files
    #   - repositories listed first will take precedence when packages
    #     have identical names, regardless of version number
    #   - URLs will have $repo replaced by the name of the current repo
    # Repository entries are of the format:
    #       [repo-name]
    #       Server = ServerName
    #       Include = IncludePath
    # The header [repo-name] is crucial - it must be present and
    # uncommented to enable the repo.
    # Testing is disabled by default.  To enable, uncomment the following
    # two lines.  You can add preferred servers immediately after the header,
    # and they will be used before the default mirrors.
    #[testing]
    #Include = /etc/pacman.d/mirrorlist
    #KDEmod4
    [kdemod-core]
    Server = http://mirror.rit.edu/kdemod/core/i686
    #KDEmod4
    [kdemod-extragear]
    Server = http://mirror.rit.edu/kdemod/extragear/i686
    [core]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/mirrorlist
    [extra]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/mirrorlist
    [community]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/mirrorlist
    #Yaourt
    [archlinuxfr]
    Server = http://repo.archlinux.fr/i686
    # An example of a custom package repository.  See the pacman manpage for
    # tips on creating your own repositories.
    #[custom]
    #Server = file:///home/custompkgs
      Here is complete /etc/pacman.conf. file without the "kernel" or "kernel26" entry which doesn't work.

  • Pacman not reading /etc/pacman.conf???

    All right, I'm sorta new to linux and VERY new to Arch. Love what I see so far, but I've got a little problem.
    I've uncommented out and added some repositories in /etc/pacman.conf, but when I run pacman -Syu it only sync's up with the core and extra's database. I have uncommented out testing, and added the kdemod repos... What am I doing wrong???
    pacman -Syu
    ::Synchronizing package databases...
    core is up to date
    extra is up to date
    local database is up to date
    Argh!

    Yep, should've done that. Sorry!
    # /etc/pacman.conf
    # See the pacman manpage for option directives
    # GENERAL OPTIONS
    [options]
    LogFile     = /var/log/pacman.log
    HoldPkg     = pacman glibc
    #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
    # REPOSITORIES
    #   - can be defined here or included from another file
    #   - pacman will search repositories in the order defined here
    #   - local/custom mirrors can be added here or in separate files
    #   - repositories listed first will take precedence when packages
    #     have identical names, regardless of version number
    #[testing]
    #Include = /etc/pacman.d/testing
    [core]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/core
    [extra]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/extra
    #[community]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/community
    #[unstable]
    # Add your preferred servers here, they will be used first
    #Include = /etc/pacman.d/unstable
    # An example of a custom package repository.  See the pacman manpage for
    # tips on creating your own repositories.
    #[custom]
    #Server = file:///home/custompkgs
    #[kdemod]
    Server = http://kdemod.ath.cx/repo/current/x86_64

  • Hi accidentally overwrote new pacman.conf with /etc/pacman.conf.pacnew

    Hi
    I accidentally overwrote etc/pacman.conf with the old /etc/pacman.conf.pacnew.
    Pacman now appears to work but disregards the signing of packages.
    Is there an copy of the pacman.conf from the upgrade around so I can merge
    the two files. perhaps pacman.conf~, but no I think this is overwritten too.
    Regardz
    El Zorro

    Hi Trilby,
                  it may be the mouldy oldy one as there is no reference to "SigLevel = Never"  it does not seem to exist only "Architecture = auto"
    Here is the current /etc/pacman.conf
    # /etc/pacman.conf
    # See the pacman.conf(5) manpage for option and repository directives
    # GENERAL OPTIONS
    [options]
    # The following paths are commented out with their default values listed.
    # If you wish to use different paths, uncomment and update the paths.
    #RootDir = /
    #DBPath = /var/lib/pacman/
    #CacheDir = /var/cache/pacman/pkg/
    #LogFile = /var/log/pacman.log
    HoldPkg = pacman glibc
    # If upgrades are available for these packages they will be asked for first
    SyncFirst = pacman
    #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
    #XferCommand = /usr/bin/curl -C - -f %u > %o
    #CleanMethod = KeepInstalled
    Architecture = auto
    # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
    #IgnorePkg =
    #IgnoreGroup =
    #NoUpgrade =
    #NoExtract =
    # Misc options (all disabled by default)
    #UseSyslog
    #ShowSize
    #UseDelta
    #TotalDownload
    #CheckSpace
    # REPOSITORIES
    # - can be defined here or included from another file
    # - pacman will search repositories in the order defined here
    # - local/custom mirrors can be added here or in separate files
    # - repositories listed first will take precedence when packages
    # have identical names, regardless of version number
    # - URLs will have $repo replaced by the name of the current repo
    # - URLs will have $arch replaced by the name of the architecture
    # Repository entries are of the format:
    # [repo-name]
    # Server = ServerName
    # Include = IncludePath
    # The header [repo-name] is crucial - it must be present and
    # uncommented to enable the repo.
    # The testing repositories are disabled by default. To enable, uncomment the
    # repo name header and Include lines. You can add preferred servers immediately
    # after the header, and they will be used before the default mirrors.
    #[testing]
    #Include = /etc/pacman.d/mirrorlist
    [core]
    Include = /etc/pacman.d/mirrorlist
    [extra]
    Include = /etc/pacman.d/mirrorlist
    #[community-testing]
    #Include = /etc/pacman.d/mirrorlist
    [community]
    Include = /etc/pacman.d/mirrorlist
    # An example of a custom package repository. See the pacman manpage for
    # tips on creating your own repositories.
    #[custom]
    #Server = file:///home/custompkgs
    Trilby wrote:
    The pacnew version includes everything for package signing.  All you will have lost is any personal changes you have made.
    The package signing lines are, however, commented out except for the "SigLevel = Never" line.  Just read the instructions within the comments and uncomment the appropriate SigLevel line (and comment the "Never" line).
    Last edited by elzorro (2012-01-21 06:31:50)

  • Different HTTP servers...

    I know that Apache is the most widely used http server on the web and has been for quite some time. I plan on setting up my web server with Apache, and using it for 3 out of my 4 websites, but for the 4th website I would like to try an alternative just to learn something else. At first the only other http server software I knew of was lighttp, but I noticed nginx on the recently updated RSS. I clicked over to their website and while they only have 1%-4% of the internet, they have sites like wordpress and hulu... It got me to thinking...
    Theoretically the job of an http server is a fairly simple one. It delivers organized text files though the network to client side computer based readers called browsers. The size of a lightly organized text file is relatively minuscule compared to the speeds the internet currently operates, thus a lighter weight http server should be able to serve up more text files faster because they take up less CPU and memory per transaction than a heavier one, thus the attraction of lighttp and nginx.
    I figure that while Apache has more functionality, that is not always needed, so it may start seeing it's user base shrink in the future as virtualized processes run the http servers. Virtualization inherently leaves less CPU and RAM than a dedicated 'bare metal' OS, and thus would see the most benefit from the lighter http servers. If this proves to be the case, then more major sites like hulu and wordpress will turn to more efficient solutions. This means that it would be beneficial to me to learn more than just Apache as a newcomer to the field.
    What I really want to know is:
    1) Do you guys/gals feel that my thoughts are logical and likely start happening?
    2) What are the pros and cons of the non-Apache http servers?
    3) What sorts of pitfalls am I really looking at when I sacrifice functionality for speed?
    Truthfully I am only presuming that Apache is more functional than other solutions while being slightly slower... am I incorrect? I plan on pulling in a great deal more research as well, but I figured I would ask you guys for opinions as Archers tend to be very knowledgeable. (Most way more so than I to be honest.)

    LeoSolaris wrote:Thank ya! Are lighttp and nginx the only two alternatives to Apache? I may give them both a spin since I have the available addresses for it.
    There are others. cherokee is one, lightspeed is another one (but i don't think it is 'free'). I have used neither of them.
    @cactus: what would you say is the main difference between cgi and fastcgi.... by the name one would think that fastcgi would be the "better" implementation.
    cgi is single execution and terminate. Think of it like the webserver running a shell script. It runs once, returning the output. Each invocation of a page is a new execution of that script, with all the overhead of loading the file, the virtual machine, standard library, etc, etc.
    fastcgi is persistent small serving process. you run a fastcgi instance that takes requests on a socket or tcp port (fastcgi protocol). It then returns a result, and waits for the next request. You only have the virtual machine, script, standard library, etc, loaded up at startup of the fastcgi instance. This is generally much faster/more efficient.
    http://www.fastcgi.com/devkit/doc/fastc … astcgi.htm  a likely superior description than i just attempted to give...
    Last edited by cactus (2009-09-16 05:42:12)

  • How to send current list item URL in email by using sharepoint 2010 workflow?

    Hi All,
    I had created sharepoint workflow usind SPD 2010. when new item is created it sends the email with link. But it sends current list link not the current item link.
    I tried to use Encoded Absolute URL but this like
    http://asdf.com/Lists/abc/10.00
    but i need something like this
    http://asdf.com/Lists/abc/DispForm.aspx?ID
    I have grow thorough some post and i found that,
    Statically i can write http://asdf.com/Lists/abc/DispForm.aspx?ID= and from Add lookup i can get ID by choosing current item.
    The link which i get is partially hyperlink like this
    http:aasdf.com/Lists/abc/DispForm.aspx?ID=10 (here 10 is not hyperlink)
    when i copy and paste this link it works fine but by clicking it i am not getting true result.
    Please help me to solve this issue.
    Thanks.

    Hi Raymond,
    It works for me. Thank you so much.
    I also have another issue related workflow. If you can help me, i really appreciate you.
    I already configured AAM. I have two Share Point Address which are:
    Default : http://default.com
    Internal : http://intranet.com
    I have List workflow using SharePoint Designer 2010. When new item get create, it sends email to person for approval. But when it sends email it sends Dafault zone URL.
    Dafault zone URL is only accessible through Virtual Machine. We cant access from local machine. So i need to send intranet zone URL in email so user can open through local machine.
    I tried it but i can only able to do for one list. I have to so this general for every list.
    How can i send intranet zone URL?
    Swapping the zone URL is not solution for this issue because after swapping situation is same.
    Thank You.

  • How can I get an item and it's attachments from the current list using SP's JavaScript Client Object Model on newform.aspx?

    I only recently learned/read about SharePoint's JavaScript Client Object Model. I'm reading online trying to figure this out but not having much luck.
    On newform.aspx (and dispform.aspx) I want to get the
    current list,
    the last item created, and it's attachments. I now the CAML query I need to get the last item created, but first I have to get the current list and I am not sure how to do that.
    I tried this but it returns null:
    SP.ListOperation.Selection.getSelectedList()

    Hi,
    For your issue, you can get the list name from the new form url and retrieve the list last created item :
    https://social.msdn.microsoft.com/Forums/office/en-US/b90a64f8-2255-41b0-9d91-78335dd4a4cf/get-list-name-from-list-url-through-javascript?forum=sharepointdevelopmentprevious
    http://msdn.microsoft.com/en-us/library/office/hh185007(v=office.14).aspx
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Creating multiple http servers on one machine

    I created multiple http servers on one machine.
    I did this in the following way:
    Created a http service as nt service with the following command:
    apache -i -n Testservice -f d:\oracle\isuites\apache\apache\conf\httpd2.conf.
    When I start the service, I always get an error:
    Didn't return an error. Cannot start service.
    Can someone help me.
    I need two httpd services as nt service. Because, I want to use oracle fail safe. So I need a service.
    Alternative : I can create batch files. But I want to start these batch files as nt service. Is there a possibility on
    Windows nt to do this, or an available tool.
    Thanks in advance,
    Iloon

              "Jason Rosenberg" <[email protected]> wrote:
              >Hello,
              >
              >I am wondering about having multiple servers on one machine.
              >I take it, each server will require a unique ip address, which can
              >be done either by using multiple NIC's or using multi-homing.
              If you want to have multiplie servers in the same machine and you want to cluster them then you need ip for each instance.
              If you want multiple instances without clustering, then you can have them run on the same ip but each one should have a different port.
              >
              >I am asking because I am wondering whether it will always be valid
              >for me in servlet code to identify my current server instance by
              >ip address (InetAddress). Or is there a better way to do this?
              If you are accessing the ejb/services on the same server using a servlet. You can get the context, simply using the default getInitialContext(). This should return the context to the local machine. This shoudnt require any ip information.
              >
              >Jason
              >
              >
              

  • HTTP Status 503 - Servlet action is currently unavailable

    Hai,
    I'm developing a Struts application, where the control be forwarded to an Action class, I used globalforwards, as shown
    <code>
    <global-forwards>
    <forward
    name="Welcome"
    path="/Welcome"/>
    </global-forwards>
    </code>
    <code>
    <action
    path="/Welcome.do"
    type="WelcomeAction"
    scope="session"
    <forward name="success" path="/Login.jsp" />
    </action>
    </code>
    I've deployed the application, when run the program I got the following error
    HTTP Status 503 - Servlet action is currently unavailable
    type Status report
    message Servlet action is currently unavailable
    description The requested service (Servlet action is currently unavailable) is not currently available.
    Please help me ...

    503 Service Unavailable
    The server is currently unable to handle the request due to a temporary overloading or maintenance of the server. The implication is that this is a temporary condition which will be alleviated after some delay. If known, the length of the delay MAY be indicated in a Retry-After header. If no Retry-After is given, the client SHOULD handle the response as it would for a 500 response.
    Note: The existence of the 503 status code does not imply that a
    server must use it when becoming overloaded. Some servers may wish
    to simply refuse the connection.

  • Couldn't pacman distribute mirror lists?

    couldn't pacman distribute mirror lists during updating?
    - first step: fetch new mirror list.
    - second step: update now.
    Furthermore, if pacman.conf could include an option the way like:
    REGION=EUROPE
    pacman could prefer to adress mirrors in europe.
    Just an idea.

    http://bugs.archlinux.org/task/5885

  • Warning: config file /etc/pacman.conf, line 19: directive 'SyncFirst'

    what is the new syntax for 'SyncFirst' in pacman 4.1?
    greetings

    Allan wrote:Merge your pacman files...
    it's  the first i make when update package (merge changes in /etc/makepkg and /etc/pacman.conf)
    but need keep SyncFirst
    # If upgrades are available for these packages they will be asked for first
    SyncFirst  = linux-headers linux-lts-headers
    need this to update kernel headers before update kernel, because i use mkinitcpio to update DKMS modules [1]
    if upgrade kernel before install headers, the build dkms modules fail
    [1] https://aur.archlinux.org/packages/mkinitcpio-dkms/
    related:
    https://wiki.archlinux.org/index.php/NV … any_kernel
    https://wiki.archlinux.org/index.php/Vi … any_kernel
    Last edited by sl1pkn07 (2013-04-18 12:11:34)

  • The name of the current list item

    hi
    i have a table that stores the users names and the available button for him (list item)
    i want to create a function that returns a value
    in the display condition of the list item to show or hide the item .
    my function should receive two parameters one of them is the current user which is the :APP_USER. variable and the other parameter is the current list item which its display condition execute the function .
    so how can i get the current item ?
    thanks

    Ayman,
    You could hard-code it in each function call within each list item's condition.
    Scott

  • Get current list of programs in used

    Hi,
    Is there a function module can I use to get the current list of programs or tcode being used? What I mean is that a user started tcode - CL02, I need to create a report that is showing that CL02 is being accessed by that user.
    Thanks.

    Hi Janet,
    Please refer the below thread(s),
    Transaction to get list of all transactions used by a user during a period
    Re: Pulling the history of the user for list of transactions used
    Best Regards.

Maybe you are looking for

  • How do I back up one hard drive onto another hard drive regularly

    I have two Western Digital passport harddrives.  I am using a MacBook Pro. One with about 400 GB's of media on it and the other of which I want an exact copy.  For the first run, I am just drag/dropping the files but dont want to do this everytime I

  • How can I pull out the pics out of my iPod?

    The deal is that I accidently deleted the folder where I had my pics. So I wanna get the pics that I have in my iPod to my computer! SOmeone knows how to do this??? Thank's!!

  • Mail Messages appear...then quickly disappear

    On my iPhone 3Gs I'm having this strange mail behavior. The mail icon will show I have messages and when I go to the mail app and select the MobileMe account, the messages will display momentarily and the spinning wheel thing will spin. Then the mess

  • Putaway strategy problem

    Hi Gurus, I have a requirement  relevant to putaway:, My client is using all pallets  just joining them together in the warehouse and material placed on mixed basis. when ever the material comes they find the empty space through out the warehouse and

  • Camera raw in cs3

    I have creative suit cs3, and a new camera canon 70D, i cant open my raw files in photoshop. what do i do. is it possible to update my camera raw??