Fixed in rev. 95 of the PPA trunk.
run rapache with sudo rapache. It will nevertheless ask for your
password on vhost creation but it will work without freezing.
instructions on: http://www.stefanoforenza.com/rapache-returns/
** Changed in: rapache
Status: New => Fix Released
--
You rec
@papampi
if you can't get it to work after applying the hack, open a terminal window and
type rapache.
it's tricky but it worked for me.
have fun
--
Rapache freezes when creating a new virtual host
https://bugs.launchpad.net/bugs/346788
You received this bug notification because you are a memb
Alright all you 9.10 users here is the fix. Be aware that there are 2
levels of security that you are going though.
First part has been done for you #21 and all the others get the credit here by
doing:
After lines:
def __init__(self, *args, **kwargs):
super (MainWindow, self).__init__
Can not verify if the cure works on 9.10 but check Paul's blog at
http://www.javathinking.com/2009/11/rapache-on-ubuntu-910/
Paul reported that the hack is working but file location is different. So if
you find a file
/usr/share/pyshared/RapacheGtk/RapacheGui.py
in your box then probably today i
I just upgraded to 9.10 and the hack no longer works. I had hesitated
upgrading for this very reason because I was afraid Rapache wouldn't
work and I was right.
I really hope this project gets fixed and not abandoned. I really hoped
for a fixed version with the release of 9.10.
Back to manual v
Karlwilbur: I believe this is an issue with the gksu library.
On Sat, Dec 26, 2009 at 6:15 PM, karlwilbur wrote:
> Additional note: I have also tried the root password as well as my user
> password. Both produced the same result. Is this an issue with Rapache
> or with the gksu / gksudo library?
Additional note: I have also tried the root password as well as my user
password. Both produced the same result. Is this an issue with Rapache
or with the gksu / gksudo library?
--
Rapache freezes when creating a new virtual host
https://bugs.launchpad.net/bugs/346788
You received this bug notifi
After editing /usr/share/pyshared/RapacheGtk/RapacheGui.py by inserting, at
line 80 :
<8 spaces># HACK : work around bug @see
https://bugs.launchpad.net/rapache/+bug/346788
<8 spaces>if not Shell.command.ask_password(): sys.exit(1)
<8 spaces>#HACK END
I now get a password dialog at startup. Grea
Thanks!
# HACK : work around bug @see https://bugs.launchpad.net/rapache/+bug/346788
if not Shell.command.ask_password(): sys.exit(1)
#HACK END
That was my solution!
--
Rapache freezes when creating a new virtual host
https://bugs.launchpad.net/bugs/346788
You received this bug notification bec
I'm running Karmic Koala (9.10). I've applied both hacks (Shell.py and
RapacheGui.py), but neither completely fixes the problem. I've used
Compiz to make my windows use the "Beam-Up" effect whenever a window is
opened or closed, so what I see is:
1: I open rapache through the system menu
2: The
On Tue, Nov 24, 2009 at 4:49 PM, Davim wrote:
> I've applied Andy's hack and it's working now, you should really put
> this hack in the PPA until you don't find another way to silve this.
> Rapache is great and really useful but it isn't working for a very long
> time now!...
I've been reported t
I've applied Andy's hack and it's working now, you should really put
this hack in the PPA until you don't find another way to silve this.
Rapache is great and really useful but it isn't working for a very long
time now!...
--
Rapache freezes when creating a new virtual host
https://bugs.launchpad
Same problem on every action :( I'm using Ubuntu 9.10 and I have the
ppa repo on my sources.list:
deb http://ppa.launchpad.net/rapache-devel/ppa/ubuntu karmic main
#Rapache
--
Rapache freezes when creating a new virtual host
https://bugs.launchpad.net/bugs/346788
You received this bug notifi
Thanks for putting this hack/workaround together.
I hadn't realised how much I was depending on the rapache tool to handle
Apache2 until it stopped working (No I can't recall what I did to make
it stop).
I even went to the extent of removing rapache & Apache2 (which did
nothing to fix this, of co
Merçi ca marche!
--
Rapache freezes when creating a new virtual host
https://bugs.launchpad.net/bugs/346788
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.co
Thanks for this workaround folks, works a treat for me.
You can avoid the need to use save as and copying files by starting gedit with
sudo and then opening the file you want to edit.
Alt-F2 to bring up run command
tick the "run in terminal" box
Type this into the command box
sudo gedit /usr/lib
For steps 2 and 3 name of the file I was talking is:
/usr/lib/python2.6/dist-packages/RapacheGtk/RapacheGui.py
--
Rapache freezes when creating a new virtual host
https://bugs.launchpad.net/bugs/346788
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed
Thanks everybody for helping to solve problem!
I installed Ubuntu 9.04 on Amd64 box, installed apache2 using Synaptic
package manager. I didn't find rapache installed as it was described in
youtube video describing how to install apache2 on Ubuntu 8.04. That was
not a big issue and I installed rap
thanks !
--
Rapache freezes when creating a new virtual host
https://bugs.launchpad.net/bugs/346788
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailma
Antrecu: I'm the upstream developer, not the Ubuntu packager. I have
no access to the repositories.
I've already subscribed emgent, feel also free to bring this to the
attention of any Ubuntu developer or Motu that you trust. A SRU is
needed to get the fix in the Jaunty repositories and I believe t
what's the status on this if u dont mind??
--
Rapache freezes when creating a new virtual host
https://bugs.launchpad.net/bugs/346788
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.c
yes it was the identation !
thanks !
at last !!!
--
Rapache freezes when creating a new virtual host
https://bugs.launchpad.net/bugs/346788
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ub
Pamapi I believe you just got the identation wrong. I suggest you wait
for the fix to cone out.
Il giorno May 22, 2009, alle ore 12:12 AM, papampi
ha scritto:
> with this one :
> add this to line 80 of RapacheGui.py
> # HACK : work around bug
> if not Shell.command.ask_password(): sys.exit(1
TAC one: Thanx, this workaround also works for me.
papami: this is propably the indenting, try typing 8 spaces before the
lines.
--
Rapache freezes when creating a new virtual host
https://bugs.launchpad.net/bugs/346788
You received this bug notification because you are a member of Ubuntu
Bugs,
with this one :
add this to line 80 of RapacheGui.py
# HACK : work around bug
if not Shell.command.ask_password(): sys.exit(1)
Rapache does not start any more !
--
Rapache freezes when creating a new virtual host
https://bugs.launchpad.net/bugs/346788
You received this bug notification becau
It's not working for everyone.
Seems like thread stuff, but I really can't isolate the right fix.
This hack works, though.
add this to line 80 of RapacheGui.py
# HACK : work around bug
if not Shell.command.ask_password(): sys.exit(1)
this will make rapache ask for password at the launch, or quit
Emgent, could you fix this ?
I think it could qualify to be an SRU, since it doesn't affect the stability of
other applications and rapache is unusable right now for Jaunty users.
--
Rapache freezes when creating a new virtual host
https://bugs.launchpad.net/bugs/346788
You received this bug not
Nop !
its not workin !!!
--
Rapache freezes when creating a new virtual host
https://bugs.launchpad.net/bugs/346788
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.u
I found a little hack that makes rapache workable again.
When you comment out the line ctx.set_grab(True)
(around line 212 of Shell.py in function __get_password ) things stop
freezing...
This is no real fix of course! but it worked for me but i don't know
phyton or ubuntu very well (just instal
On Tue, May 19, 2009 at 8:13 PM, papampi wrote:
> so ?
> doesnt any one going to fix this problem ?
I'm looking and still I can't find the solution to this.
It looks to be an issue with the gksu2 python extension. Everything
works but gksu.ask_password_full() function freeze rapache even before
s
so ?
doesnt any one going to fix this problem ?
--
Rapache freezes when creating a new virtual host
https://bugs.launchpad.net/bugs/346788
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubu
>
Thanks everyone for the reports. Please don't report any other "me
too". I'm one of the devs, and currently I'm away from home. I'll be
back likely at the beginning of the next week - so it will be possible
for me to gave a look only next week.
--
Rapache freezes when creating a new virtu
I've the same problem (freeze on every action) on 9.04 final
--
Rapache freezes when creating a new virtual host
https://bugs.launchpad.net/bugs/346788
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-b
I do have also the same problem.
--
Rapache freezes when creating a new virtual host
https://bugs.launchpad.net/bugs/346788
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https:/
I do have also the same problem, pleace tell us how to fix. thanks
--
Rapache freezes when creating a new virtual host
https://bugs.launchpad.net/bugs/346788
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ub
Same behaviour on 9.04 RC.
--
Rapache freezes when creating a new virtual host
https://bugs.launchpad.net/bugs/346788
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists
Same behaviour on _every_ action
Same error message as reported by Sense Hofstede
--
Rapache freezes when creating a new virtual host
https://bugs.launchpad.net/bugs/346788
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs
** Also affects: rapache
Importance: Undecided
Status: New
--
Rapache freezes when creating a new virtual host
https://bugs.launchpad.net/bugs/346788
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
** Attachment added: "rapache.txt"
http://launchpadlibrarian.net/24209698/rapache.txt
--
Rapache freezes when creating a new virtual host
https://bugs.launchpad.net/bugs/346788
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubun
39 matches
Mail list logo