Oops, sorry my mistake.
I was following the tutorial here:
https://help.ubuntu.com/community/SbuildLVMHowto
>From the "using sbuild" section it seemed to me that this should be run
right after entering the chroot from the way the documentation read,
should I try and see if this should be clarifi
Public bug reported:
Binary package hint: ubuntu-dev-tools
After creating a schroot via:
$ mk-sbuild-lv media jaunty
The sbuild command is no where to be found inside my chroot.
...
Setting up liblockfile1 (1.08-3) ...
Setting up lockfile-progs (0.1.11ubuntu2) ...
Setting up devscripts (2.10
This isn't a bug, it is the rsync behavior. rsync silenty transfers your
data unless you use the verbose flag.
With the verbose flag as above will do as you wish:
$ rsync -rn src/ dst -nv
sending incremental file list
foo
sent 39 bytes received 15 bytes 108.00 bytes/sec
total size is 0 speedu
This exact problem is happening to me also since I upgraded to Jaunty.
Note I also downgraded from what shipped with Jaunty: 0.13-3ubuntu4 to
version 0.13-3 (from Hardy) which was running perfectly fine for me
forever to see if this problem would go away and it has not.
--
hellanzb hangs after t
** Changed in: libgems-ruby (Ubuntu)
Status: New => Confirmed
--
rubygems does not work through http_proxy
https://bugs.launchpad.net/bugs/269661
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-
I am not having this problem(?)
--
$ gem search webrick --remote
*** REMOTE GEMS ***
copland-webrick (0.1.0)
webrick-high-performance (1.0.0)
webrick-webdav (1.0)
--
$ dpkg -l | grep ruby | awk '{print $1" "$2" "$3}'
ii libbreakpoint-ruby1.8 0.5.1-2
ii libcmdparse2-ruby1.8 2.0.2-2
ii libdaem
Public bug reported:
Binary package hint: rubygems
Example:
[EMAIL PROTECTED]:~$ gem --version
0.9.4
[EMAIL PROTECTED]:~$ gem list -r
*** REMOTE GEMS ***
ERROR: While executing gem ... (URI::InvalidURIError)
bad URI(is not URI?): http://host_name_removed.company.com:9000
[EMAIL PROTECTED]: