This bug was fixed in the package ruby-rvm - 1.6.9-0ubuntu2.1
---
ruby-rvm (1.6.9-0ubuntu2.1) precise-proposed; urgency=low
* Use the sudo group instead of admin in the postinst maintainer script.
The admin group doesn't exist any more. (LP: #894311)
-- Stefano RiveraSun, 0
Works fine here. Reproduced the crash with old version in a container,
got another clean container but with proposed enabled, no more crash.
Marking verification-done.
** Tags removed: verification-needed
** Tags added: verification-done
--
You received this bug notification because you are a m
No, I didn't miss anything:
> Setting up ruby-rvm (1.6.9-0ubuntu2) ...
That's the old version, not the new one.
> The package appears to have been removed from precise-proposed
No, it hasn't been. Your mirror may be out of date.
--
You received this bug notification because you are a member o
** Tags removed: verification-failed
** Tags added: verification-needed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/894311
Title:
ruby-rvm's maintainer scripts expect the admin group to exist
To
The package appears to have been removed from precise-proposed so I was
unable to test whether it works. Hand patching the installer (ugh!) did
work.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/8943
Meh, I must have missed something. I'll look at it again...
** Tags removed: verification-needed
** Tags added: verification-failed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/894311
Title:
ruby-
Same thing happens for me:
I purge like the previous... and install ruby-rvm/precise-proposed to
the warm embrace of:
puppet@puppet1:~$ sudo dpkg --purge ruby-rvm
(Reading database ... 54478 files and directories currently installed.)
Removing ruby-rvm ...
dpkg-statoverride: warning: No override
Hi Jeremy (2012.07.08_20:15:00_+0200)
> Setting up ruby-rvm (1.6.9-0ubuntu2) ...
> dpkg-statoverride: error: syntax error: unknown group 'admin' in statoverride
> file
It's still trying to configure tho old version. You need to kill it with
fire first.
dpkg --purge ruby-rvm
Then try and install
I followed the instructions at
https://wiki.ubuntu.com/Testing/EnableProposed and attempted to re-
install ruby-rvm but the same problem occured. I'm new to this so
perhaps I've made an error. Either way, here is the output.
$ sudo aptitude install ruby-rvm/precise-proposed
The following packages
** Branch linked: lp:ubuntu/precise-proposed/ruby-rvm
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/894311
Title:
ruby-rvm's maintainer scripts expect the admin group to exist
To manage notificatio
Hello Stefano, or anyone else affected,
Accepted ruby-rvm into precise-proposed. The package will build now and
be available at http://launchpad.net/ubuntu/+source/ruby-
rvm/1.6.9-0ubuntu2.1 in a few hours, and then in the -proposed
repository.
Please help us by testing this new package. See
htt
On Mon, 2012-07-02 at 15:48 +, Stefano Rivera wrote:
> > Thanks Stefano for clearing this up.
>
> I reported this, I should have done it ages ago. I was just grumpy
> about
> yet another package someone added in Ubunut-only (not Debian), without
> looking after it :)
If it even does end up i
> Thanks Stefano for clearing this up.
I reported this, I should have done it ages ago. I was just grumpy about
yet another package someone added in Ubunut-only (not Debian), without
looking after it :)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subsc
Thanks Stefano for clearing this up.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/894311
Title:
ruby-rvm's maintainer scripts expect the admin group to exist
To manage notifications about this bug
** Branch linked: lp:ubuntu/ruby-rvm
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/894311
Title:
ruby-rvm's maintainer scripts expect the admin group to exist
To manage notifications about this bug
** Description changed:
+ == SRU Justification ==
+
+ = Impact =
+ The Package fails to install on new installs without the admin group.
+ This was noticed fairly early but wasn't fixed before precise released.
+
+ I've requested that this package be removed from quantal, as it isn't
+ being car
** Also affects: ruby-rvm (Ubuntu Precise)
Importance: Undecided
Status: New
** Changed in: ruby-rvm (Ubuntu Precise)
Importance: Undecided => Medium
** Changed in: ruby-rvm (Ubuntu Precise)
Status: New => Triaged
--
You received this bug notification because you are a membe
This bug was fixed in the package ruby-rvm - 1.6.9-0ubuntu3
---
ruby-rvm (1.6.9-0ubuntu3) quantal; urgency=low
* Use the sudo group instead of admin in postinst (LP: #894311)
-- Stefano RiveraSun, 01 Jul 2012 12:55:00 +0200
** Changed in: ruby-rvm (Ubuntu)
Status: Confi
OK, it's pretty clear that nobody is caring about this package. I've
requested removal in quantal (LP: #881007) and will SRU the bug fix for
this into precise.
** Changed in: ruby-rvm (Ubuntu)
Assignee: Brian Thomason (brian-thomason) => (unassigned)
--
You received this bug notification be
My sed oneliner
sudo sed -i s/admin/sudo/g /var/lib/dpkg/info/ruby-rvm.postinst
and later once again
sudo apt-get install ruby-rvm
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/894311
Title:
ruby
I just added a dummy admin group to get it working. One liner to do it
below.
sudo chmod 777 /etc/group && echo $(grep sudo /etc/group | sed
"s/sudo/admin/" | sed "s/[0-9][0-9]*/4567/") >> /etc/group && sudo chmod
644 /etc/group
--
You received this bug notification because you are a member of U
@Taiwo and @shawnlandden... thank you for clarifying. I was able to get
it working.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/894311
Title:
ruby-rvm's maintainer scripts expect the admin group t
sudo nano /var/lib/dpkg/info/ruby-rvm.postinst
or even:
gksu gedit /var/lib/dpkg/info/ruby-rvm.postinst
to edit in place (however editing system files is risky)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.
@Daleactually you dont need the file I attached above. You just need
to open the rvm post inst file, find and replace all "admin" with
"sudo".then save the new file on your desktop and then use the copy
command to change the rvm post inst file. Note that I did this because
one can't edit th
@Dale...I basically followed some of instruction Shawn posted above:
sudo apt-get install build-essential
sudo apt-get build-dep ruby-rvm
apt-get source ruby-rvm
Then I followed the instruction from another post on this site using
this file:
https://bugs.launchpad.net/ubuntu/+so
@Taiwo... I'm having the same issue you were having. What did you do to
get it to build/install?
Thanks,
Dale
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/894311
Title:
ruby-rvm's maintainer scri
@Shawnfinally got rvm and ruby to install...though I didnt do dpkg-
buildpackage
Thanks.
Taiwo
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/894311
Title:
ruby-rvm's maintainer scripts expect
I used the patch...but I still cant get rvm to work properly...I cant
get the latest version of ruby
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/894311
Title:
ruby-rvm's maintainer scripts expect
wget
https://bugs.launchpad.net/ubuntu/+source/ruby-rvm/+bug/894311/+attachment/2843545/+files/0001-postinst-Ubuntu-has-switched-from-admin-to-sudo-as-t.patch
patch -p1 < 0001-postinst-Ubuntu-has-switched-from-admin-to-sudo-as-t.patch
--
You received this bug notification because you are a membe
thanks for the responseeverything worked until the last step...i got
this error
aiwo@ubuntu:~$ cd ruby-rvm-1.6.9
taiwo@ubuntu:~/ruby-rvm-1.6.9$ patch -p1 < the-downloaded-diff.patch
-bash: the-downloaded-diff.patch: No such file or directory
taiwo@ubuntu:~/ruby-rvm-1.6.9$ patch -p1 < the-downl
cd rvm-
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/894311
Title:
ruby-rvm's maintainer scripts expect the admin group to exist
To manage notifications about this bug go to:
https://bugs.launchpa
@Shawnabove you said cd please which directory
are you referring to?
Thanks.
Taiwo
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/894311
Title:
ruby-rvm's maintainer scripts expect the admin
Hello...I'm new to ubuntu and I'm having the same problem stated above.
I followed Shawn and James instructions but it isnt workingmaybe I'm
missing a step or something...please can you break down the steps to
patch up this problem?
Thanks.
Taiwo
--
You received this bug notification because
No worries Brian glad to have you back in the mix.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/894311
Title:
ruby-rvm's maintainer scripts expect the admin group to exist
To manage notifications
This package also looks for the ruby-rvm group which does not get
created however the package will attempt to remove it when removing the
package.
# apt-get remove ruby-rvm
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will
Hey guys,
Sorry, I dropped the ball here. I was maintaining this when I worked at
Canonical and have since moved on to another position and have been
working on another set of packages. I have added it to my checklist and
will get this patch in before final freeze. (I'm also looking into
another
@shawnlandden
No worries. I understand sudo... I appreciate all your assistance. I hope I
have not blown up your inbox. ;-)
On other systems I am using rvm directly from the maintainer and has
actually solved quite a few issues for me. I have been struggling with
attempting to use Ruby for quite
@jpcarter
adding a user to the sudo group gives them root privileges through the
"sudo" command
rvm can be installed either user-wide, system-wide, or mixed-mode, of
which both system-wide and user-wide are a subset of mixed-mode (with
the exception that mixed-mode doesn't allow upgrading of rvm
There appears to still be some issues installing even as root.
Installing a ruby version as root:
# rvm install ruby-1.9.3-p125
Installing Ruby from source to: /usr/share/ruby-rvm/rubies/ruby-1.9.3-p125,
this may take a while depending on your cpu(s)...
ruby-1.9.3-p125 - #fetching
ruby-1.9.3-p
Disregard post #12 for now... I forgot that I had done some
troubleshooting already. I have cleared out the failed download and now
run as a user "cleanly". I have added this user to the "sudo" group.
This user was already a member of the "admin" group for sudo access.
$ rvm install ruby-1.9.3-p12
As a user:
$ rvm --default use 1.9.3
WARN: ruby ruby-1.9.3 is not installed.
To install do: 'rvm install ruby-1.9.3'
$ rvm install ruby-1.9.3
Installing Ruby from source to: /usr/share/ruby-rvm/rubies/ruby-1.9.3, this may
take a while depending on your cpu(s)...
ruby-1.9.3 - #fetching
mkdir: ca
I have added my user to the "sudo" group however I am still unable to
use this rvm package mult-user. I can use rvm as root which is great but
I think the real strength of RVM is lost if it can not be used multi-
user.
I have both groups "admin" and "sudo" enabled in sudoers. This machine
(my virt
FYI, for others that may be looking here for their own ruby-rvm package
build, I'll try to be as clear as possible...
Prior to going through Shawn's instructions I removed ruby and ruby-rvm and
then issued an autoremove and a purge.
---
apt-get remove ruby ruby-rvm -y
apt-get autoremove -y
* Rece
OK that did the trick RVM is installed on my i686 virtual. Only issue I
have seen at this point is the age of the source and the README file is
missing but those are 2 separate existing bug reports. ;-)
I found another write-up online with regards to updating source using
uupdate on debian. I may
@shawnlandden I will give it a go right now on my virtual. Thank you for
the quick how-to.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/894311
Title:
ruby-rvm's maintainer scripts expect the admin
@jpcarter
http://www.debian.org/doc/manuals/apt-howto/ch-sourcehandling.en.html
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/894311
Title:
ruby-rvm's maintainer scripts expect the admin group to ex
@jpcarter to build the package with the patch youself fallow the
fallowing steps
sudo apt-get install build-essential
sudo apt-get build-dep ruby-rvm
apt-get source ruby-rvm
cd
patch -p1 < the-downloaded-diff.patch
dpkg-buildpackage
--
You received this bug notification because you are a membe
This is VERY frustrating... When will a package be produced with the
patch to begin testing for the LTS release?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/894311
Title:
ruby-rvm's maintainer scr
The attachment "switch from group admin to group sudo in
debian/postinst" of this bug report has been identified as being a
patch. The ubuntu-reviewers team has been subscribed to the bug report
so that they can review the patch. In the event that this is in fact
not a patch you can resolve this
here is a patch for precise
** Patch added: "switch from group admin to group sudo in debian/postinst"
https://bugs.launchpad.net/ubuntu/+source/ruby-rvm/+bug/894311/+attachment/2843545/+files/0001-postinst-Ubuntu-has-switched-from-admin-to-sudo-as-t.patch
--
You received this bug notificati
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: ruby-rvm (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/894311
Title:
ru
Brian: You said on IRC that you'd look at it, so I'll be rude and assign
the bug to you :P
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/894311
Title:
ruby-rvm's maintainer scripts expect the admin
52 matches
Mail list logo