Search:

Type: Posts; User: plugwash; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    7
    Views
    6,536

    [SOLVED] Re: Match xx.yy.zz.0/m

    Just to clarify this example requires them to be on the subnet AND in the group. If you just want to require them to be on the subnet then leave out the Group clause.
  2. Replies
    7
    Views
    2,099

    [ubuntu] Re: Apache 2 keeps serving old index.html

    Are you positive it's happening on the server and not the client?

    In particular make sure your server clock and file dates are all sane. If not then client caching will do really weird stuff.
  3. Replies
    3
    Views
    413

    [ubuntu] Re: old versions of source packages

    I don't see any link with that name.

    I've found the answer elsewhere though. On the launchpad page for a package there is a link "view full publishing history". if you follow that it takes you to...
  4. Replies
    3
    Views
    413

    [ubuntu] old versions of source packages

    Does ubuntu have a service like snapshot.debian.org from which old versions of source packages can be downloaded?
  5. Replies
    1
    Views
    254

    Re: writing an 'install' rule for make

    How are you normally supposed to install this program.

    You need to make the install target in debian/rules do what you would normally do when installing the program (including setting up...
  6. Replies
    10
    Views
    4,113

    Re: Chess for linux and Windows?

    I tried FICs with the java client they provide but there didn't seem any way to play a pre-organised game on it. My friend started a game but I never saw it appear in the list of games to join and...
  7. Replies
    31
    Views
    5,489

    Re: Creating .deb containing bash scripts

    I haven't used ubuntu's ppa's before but my guess is you have to use some option to dpkg-buildpackage to make it generate only a source package.
  8. Replies
    1
    Views
    1,157

    Re: dpkg-genchanges problems

    It would help to know how you created this package.
  9. Replies
    3
    Views
    381

    Re: Package a data file (no source/binary)

    there are a couple of examples listed in the referencepackages section of the guide under "simple installation of data" which sounds like what you want.

    A source package usually consists of a...
  10. Replies
    5
    Views
    3,596

    Re: Compiling 32 bit code on amd64

    I think you need to symlink libtiff.so to libtiff.so.4 in /usr/lib32 , normally the -dev package does this but there is no -dev package for the 32 bit libtiff.
  11. Replies
    5
    Views
    3,596

    Re: Compiling 32 bit code on amd64

    do you have gcc-multilib installed?
  12. Re: How can I continue using Linux when my class is using Microsoft Visual C++

    if you don't have windows availible on your own machines can't you use a public uni machine at least to test it before submitting.
  13. Re: Create package from something *else* than C sources ?

    the rules file that dh_make writes is just a template to get you started. The rules file is a makefile that can be modified to do whatever is nessacery to build the package. The build-stamp target...
  14. Replies
    1
    Views
    544

    Re: C compiler cannot create executables

    install build-essential
  15. Re: What to do about dead projects that you have a patch for

    generally it is a good idea to test on debian sid and the development version of ubuntu before submitting your bug report. Reports of bugs that have already been dealt with tend to just cause...
  16. Replies
    2
    Views
    2,928

    Re: Linking to GTK, Poco under Eclipse CDT?

    I suspect when specifying the library name you need to leave off the lib at the start and the .so at the end.
  17. Re: How to tell debian/rules to execute a command before ./configure?

    after building the package normally with dpkg-buildpackage I then tried running the main command from the install target manually and got

    fakeroot make...
  18. Replies
    9
    Views
    41,238

    Re: Installing Groovy Grails on Ubuntu

    but if you made it with checkinstall don't expect it to be accepted.

    checkinstall is a dirty hack for use when you really need a package ASAP or doing it properly is unusually complicated for some...
  19. Re: What to do about dead projects that you have a patch for

    there are mechanisms in place for patches to be added by debian and ubuntu. Ubuntu afaict tends to pick up most changes made by debian.

    Generally it is better to go to debian than ubuntu given the...
  20. Re: How to tell debian/rules to execute a command before ./configure?

    that change looks fine to me.

    Can you post a copy of your package source (dsc/diff.gz/orig.tar.gz set) somewhere so others can look at it and see if we can find the problems.
Results 1 to 20 of 20