Page 1 of 2 12 LastLast
Results 1 to 10 of 18

Thread: squid with ubuntu 11.04

  1. #1
    Join Date
    Nov 2009
    Beans
    45

    squid with ubuntu 11.04

    hello,
    i install ubuntu 11.04 64 bit server package
    i want to install lusca but i didnt find work tutorial to it so any help in this domain please ??

    and whats about the zph patch for the kernel
    http://zph.bratcheda.org/linux-2.6.35-zph.patch
    how i can patch it with my kernel ????

  2. #2
    Join Date
    Nov 2009
    Beans
    45

    Re: squid with ubuntu 11.04

    any help pleasssssseee

  3. #3
    Join Date
    Jun 2011
    Location
    Atlanta Georgia
    Beans
    1,769
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: squid with ubuntu 11.04

    Following this should help you install Lusca-HEAD from source.

    http://blogku-apik.blogspot.com/2011...untu-1104.html
    Last edited by Dangertux; September 21st, 2011 at 03:24 AM.

  4. #4
    Join Date
    Nov 2009
    Beans
    45

    Re: squid with ubuntu 11.04

    can you tell me please what is the commands to compile in zph patch ??

    man i make this http://blogku-apik.blogspot.com/2011...untu-1104.html
    but when i finish no thing happen so i cant start lusca and it didnt work i dont know what the problem exactly but its not working ...

  5. #5
    Join Date
    Nov 2008
    Location
    Boston MetroWest
    Beans
    16,326

    Re: squid with ubuntu 11.04

    What the heck does any of this have to do with squid??

  6. #6
    Join Date
    Nov 2009
    Beans
    45

    Re: squid with ubuntu 11.04

    thank you SeijiSensei for replay but what u mean exactly ??

  7. #7
    Join Date
    Jun 2011
    Location
    Atlanta Georgia
    Beans
    1,769
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: squid with ubuntu 11.04

    @SeijiSensei - Lusca is a fork of squid, alot of the codebase is the same, I'm guessing that's what it has to do with squid.

    @!! hack-back !! - it might be easier if you tell me what you did when trying to compile the Lusca-HEAD software.
    Last edited by Dangertux; September 21st, 2011 at 03:26 AM.

  8. #8
    Join Date
    Nov 2009
    Beans
    45

    Re: squid with ubuntu 11.04

    the last thing i did for patching is in this link
    http://www.vivaolinux.com.br/dica/In...no-Debian-Etch
    but for 3.1 squid

    but man if u helped me to install lusca so its not important then to install squid because lusca is more better and important than normal lusca ... its the development for squid

    can i talk to u live ??

  9. #9
    Join Date
    Nov 2009
    Beans
    45

    Re: squid with ubuntu 11.04

    any way now iam formatting my server and i wish that u can help me now to finish it and i know its not that impossible and hard thing for professional person in linux ...

  10. #10
    Join Date
    Jun 2011
    Location
    Atlanta Georgia
    Beans
    1,769
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: squid with ubuntu 11.04

    Ok I see what you're trying to do now, you're not going to need to patch your kernel for this.

    You will however need to patch the Lusca source with the zph patch. Sorry if this has been a little confusing. I am not very familiar with Lusca and only deal with Squid rarely. So bare with me a little

    The tutorial you have is for patching squid, not lusca, however since Lusca is a fork of squid the patch should work (note the should). Basically you already have the Lusca source since it doesn't come as a prepackaged binary.

    In order to patch Lusca following that tutorial you should be able to follow this portion of the tutorial

    Code:
    # cd squid-2.6.5 
    
     Aplicando o patch: 
    
    # patch -p1 < ../squid-2.6.STABLE2-ToS_Hit_ToS_Preserve.patch 
    
     E por último e mais simples de todos vamos criar os pacotes .deb a  partir dos fontes que baixamos, mas agora já com o patch ZPH aplicados: 
    
    # dpkg-buildpackage -rfakeroot -uc -b 
    
     Feito isso vamos ter os seguintes pacotes em /usr/src: 
    
    • squid_2.6.5-6_i386.deb
    • squid-cgi_2.6.5-6_i386.deb
    • squidclient_2.6.5-6_i386.deb
    • squid-common_2.6.5-6_all.deb
    Daí é só instalar: # dpkg -i squid*
    *note sorry for the spanish , but that's what the tutorial you linked was in.

    However in order to do that you need to package the Lusca-HEAD source first. In order to create the deb package you can use this

    Code:
    sudo checkinstall -D
    instead of make install.

    Be sure you substitute the squid source for the lusca source and it SHOULD patch. After that you will end up building it into a package and installing it using dpkg.

    That SHOULD give you a running Lusca-HEAD install WITH the zph patch.

    *note : I'm ammending my original post so additional readers don't get confused by the kernel patching part.

    Also, in response to your PM I don't really use messenger services , and the best way to solve this problem in my opinion is to deal with it on the forum so that other individuals in the future may find an answer to a similar problem.
    Last edited by Dangertux; September 21st, 2011 at 03:30 AM.

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •