[Bug 873375] Re: nvidia-settings freeze on activating TwinView

2011-11-22 Thread speeves
** Bug watch added: Debian Bug tracker #639009
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=639009

** Also affects: nvidia-settings (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=639009
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/873375

Title:
  nvidia-settings freeze on activating TwinView

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-settings/+bug/873375/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 873375] Re: nvidia-settings freeze on activating TwinView

2011-11-22 Thread speeves
I was able to get this fixed by installing the new LINUX X64
(AMD64/EM64T) DISPLAY DRIVER 290.10 from http://www.nvidia.com/object
/linux-display-amd64-290.10-driver.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/873375

Title:
  nvidia-settings freeze on activating TwinView

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-settings/+bug/873375/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 807017] [NEW] openerp user not created if install openerp-web before openerpserver

2011-07-07 Thread speeves
Public bug reported:

The current openerp-server.postinst checks for a user starting with
openerp in /etc/passwd before creating the openerp user. However
openerp-web creates an openerp-web user, so the grep -q returns with a
successful match. I have simply added the : delimiter to limit the match
to only match on 'openerp'.

--- /tmp/openerp-server.postinst.orig   2011-07-07 09:04:30.932769728 -0500
+++ openerp-server.postinst 2011-07-07 09:04:17.084769732 -0500
@@ -16,7 +16,7 @@
 
db_stop
 
-   if ! getent passwd | grep -q "^${_USERNAME}"
+   if ! getent passwd | grep -q "^${_USERNAME}:"
then
adduser --system --no-create-home --quiet --gecos 'Open 
ERP server' --group ${_USERNAME}
else

** Affects: openerp-server (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/807017

Title:
  openerp user not created if install openerp-web before openerpserver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openerp-server/+bug/807017/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 557890] Re: transfer lockup connecting to a NetApp/CIFS share

2010-08-20 Thread speeves
The nouser_xattr mount option allows me to browse into subdirectories,
but it is still extremely slow. I had hopes, but I'm afraid it isn't the
fix... yet.

-- 
transfer lockup connecting to a NetApp/CIFS share
https://bugs.launchpad.net/bugs/557890
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/mailman/listinfo/ubuntu-bugs


[Bug 346768] Re: network-manager-pptp loses MPPE settings

2010-08-18 Thread speeves
I set NetworkManager->VPN Name->Advanced->Use Point-to-Point Encryption
(MPPE) from 'All Available (default)' to '128-bit (most secure)', which
fixed the login issue for me...

-- 
network-manager-pptp loses MPPE settings
https://bugs.launchpad.net/bugs/346768
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/mailman/listinfo/ubuntu-bugs


[Bug 77675] Re: [regression] apache2-ssl-certificate has gone missing since feisty

2010-07-26 Thread speeves
Marking

** Changed in: apache2 (Ubuntu)
   Status: Fix Released => Invalid

** Changed in: apache2 (Ubuntu)
 Assignee: speeves (speeves) => (unassigned)

-- 
[regression] apache2-ssl-certificate has gone missing since feisty
https://bugs.launchpad.net/bugs/77675
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/mailman/listinfo/ubuntu-bugs


[Bug 77675] Re: [regression] apache2-ssl-certificate has gone missing since feisty

2010-07-26 Thread speeves
This is a question.  We should close this as a bug now.

** Changed in: apache2 (Ubuntu)
 Assignee: (unassigned) => speeves (speeves)

-- 
[regression] apache2-ssl-certificate has gone missing since feisty
https://bugs.launchpad.net/bugs/77675
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/mailman/listinfo/ubuntu-bugs


[Bug 571235] Re: Slow CIFS navigation

2010-07-19 Thread speeves
Possible duplicate?
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/471512

-- 
Slow CIFS navigation
https://bugs.launchpad.net/bugs/571235
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/mailman/listinfo/ubuntu-bugs


[Bug 600565] Re: Newer kernels are far slower with CIFS mounts

2010-07-19 Thread speeves
Sorry, posted that to the wrong bug :P

-- 
Newer kernels are far slower with CIFS mounts
https://bugs.launchpad.net/bugs/600565
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/mailman/listinfo/ubuntu-bugs


[Bug 600565] Re: Newer kernels are far slower with CIFS mounts

2010-07-19 Thread speeves
Possible duplicate?
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/471512

-- 
Newer kernels are far slower with CIFS mounts
https://bugs.launchpad.net/bugs/600565
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/mailman/listinfo/ubuntu-bugs


[Bug 553655] Re: rhythmbox crashed with SIGSEGV in free()

2010-06-03 Thread speeves
Thanks for your note, Alex.  I went looking through my comments, and it appears 
that we are missing:
sudo apt-get install libgnomevfs2-extra

Which fixed my problem.  It adds the smb module for Gnome VFS:
* the smb module, to browse Windows shares.

http://packages.ubuntu.com/lucid/libgnomevfs2-extra

So it makes sense that turning off mtpdevice support, (which is a
Microsoft protocol
(http://www.directionsonmicrosoft.com/sample/DOMIS/update/2004/10oct/1004mpumsf_sb.htm)),
in gconf-editor would stop the segfault issue.  The fix for this problem
is to add libgnomevfs2-extra as a dependency to rhythmbox-plugins.

-- 
rhythmbox crashed with SIGSEGV in free()
https://bugs.launchpad.net/bugs/553655
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/mailman/listinfo/ubuntu-bugs


Re: [Bug 74754] Re: debuglevels are not defined in ldap-utils man pages

2009-02-21 Thread speeves
It probably can. I just thought that it might be nice to have the
numbers added to the -d option, (ie -1, etc). Since there hasn't been
much traction, we could close it.

thanks,
speeves

On Sat, Feb 21, 2009 at 8:52 AM, Michael Zoet  wrote:
> I think this bug can be closed? The various debug levels are described
> in the online manual and in the various manpages. The ldap-utils have a
> short description of the -d option. I think this is enough.
>
> --
> debuglevels are not defined in ldap-utils man pages
> https://bugs.launchpad.net/bugs/74754
> You received this bug notification because you are a direct subscriber
> of the bug.
>


-- 
Shannon Eric Peevey |  Erikin Technology | (C: 507-301-2245) |
http://speeves.erikin.com

-- 
debuglevels are not defined in ldap-utils man pages
https://bugs.launchpad.net/bugs/74754
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/mailman/listinfo/ubuntu-bugs


Re: [Bug 192034] Re: Please merge phpldapadmin 1.1.0.5-1 (universe) from Debian unstable

2008-07-12 Thread speeves
>
>
> ** Changed in: phpldapadmin (Ubuntu)
>   Status: Invalid => Fix Released
>

Thanks!!

-- 
Please merge phpldapadmin 1.1.0.5-1 (universe) from Debian unstable
https://bugs.launchpad.net/bugs/192034
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/mailman/listinfo/ubuntu-bugs


[Bug 192034] Re: Please merge phpldapadmin 1.1.0.5-1 (universe) from Debian unstable

2008-05-05 Thread speeves
Question on why this bug is invalid?

thanks,
speeves

-- 
Please merge phpldapadmin 1.1.0.5-1 (universe) from Debian unstable
https://bugs.launchpad.net/bugs/192034
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/mailman/listinfo/ubuntu-bugs


Re: [Bug 223842] Re: phpldapadmin - alias.xml custom template doesn't work

2008-04-29 Thread speeves
phpldapadmin

On Tue, Apr 29, 2008 at 2:13 PM, trollord <[EMAIL PROTECTED]> wrote:

> Version 1.1.0.4 of what application?
>
>
> ** Changed in: ubuntu
>   Status: New => Incomplete
>
> --
> phpldapadmin - alias.xml custom template doesn't work
> https://bugs.launchpad.net/bugs/223842
> You received this bug notification because you are a direct subscriber
> of the bug.
>


** Attachment added: "unnamed"
   http://launchpadlibrarian.net/14023984/unnamed

-- 
phpldapadmin - alias.xml custom template doesn't work
https://bugs.launchpad.net/bugs/223842
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/mailman/listinfo/ubuntu-bugs


[Bug 192034] Re: Please merge phpldapadmin 1.1.0.5-1 (universe) from Debian unstable

2008-04-28 Thread speeves
I would like to bump this bug.  The version (1.1.0.4) which is currently
in Hardy is very unstable, almost to the point of unusable.

1. One cannot browse for an existing object while creating a new object due to 
javascript issues.
2. The AJAX implementation randomly places the page within different parts of 
the page.

Among other things.  To me, #1 is a blocking bug.  I have downloaded the
CVS version from Apr 28th, and am able complete the tasks for #1.  I
have no experience with the version in Debian unstable though :(

thanks,
speeves

-- 
Please merge phpldapadmin 1.1.0.5-1 (universe) from Debian unstable
https://bugs.launchpad.net/bugs/192034
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/mailman/listinfo/ubuntu-bugs


[Bug 223842] [NEW] phpldapadmin - alias.xml custom template doesn't work

2008-04-28 Thread speeves
Public bug reported:

I believe this is an upstream problem, but am submitting here, since I
am running version 1.1.0.4 on Hardy.  When you make the alias.xml object
available for creating alias objects, the add will always fail with the
following error:

LDAP said: No such object
Error number: 0x20 (LDAP_NO_SUCH_OBJECT)
Description: That object does not exist.

This is a long standing error, but am submitting this for tracking.

thanks!

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
phpldapadmin - alias.xml custom template doesn't work
https://bugs.launchpad.net/bugs/223842
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/mailman/listinfo/ubuntu-bugs


Re: [Bug 77675] Re: apache2-ssl-certificate has gone missing since feisty

2008-03-20 Thread speeves
I actually feel a link to Nick's documentation at:
https://help.ubuntu.com/7.10/server/C/httpd.html#https-configuration

Or, the same information in the README.Debian, (which I think is a better
location, (for people without internet connections, etc.)),

is sufficient to close this bug, per this entry in the apache source
debian/changelog:
changelog:  * Disable ssl-cert until it sucks less. related to 230791
(closes: #231726)

If ssl-cert is a non-stable, or doesn't work as expected, then we definitely
need to rely on the tools that will work for every situation. (ie openssl).

See my comments for other alternatives to Nick's solution:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/77675/comments/4
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/77675/comments/29

I am available to update my patches, etc. from comment 4, if that seems to
be the best idea, (if someone will sponsor the upload).

-- 
apache2-ssl-certificate has gone missing since feisty
https://bugs.launchpad.net/bugs/77675
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/mailman/listinfo/ubuntu-bugs


Re: [Bug 77675] Re: apache2-ssl-certificate has gone missing since feisty

2008-03-20 Thread speeves
On 3/20/08, Nick Barcet <[EMAIL PROTECTED]> wrote:
>
> I think that the documentation at
> https://help.ubuntu.com/7.10/server/C/httpd.html#https-configuration is
> quite clear on how to generate a self signed certificate, so I do not
> understand why we would need apache2-ssl-certificate?


Would it be possible to put a link to that  documentation in the
README.Debian?  I think that would be sufficient, as it looks like ssl-cert
is now a deprecated process as well...

-- 
apache2-ssl-certificate has gone missing since feisty
https://bugs.launchpad.net/bugs/77675
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/mailman/listinfo/ubuntu-bugs


[Bug 201488] Re: jde - Error in `/usr/share/doc-base/jde', line 1: the first line does not contain valid `Document' field

2008-03-12 Thread speeves
This is fixed in Hardy:

hardy (devel): JDEE, Java Development Environment for Emacs(en) [multiverse]
2.3.5.1-4: all

According to the diff.gz:
http://archive.ubuntu.com/ubuntu/pool/multiverse/j/jde/jde_2.3.5.1-4.diff.gz

--- jde-2.3.5.1.orig/debian/jde.doc-base
+++ jde-2.3.5.1/debian/jde.doc-base
@@ -0,0 +1,14 @@
+Document: jde
+Section: Apps/Programming
+Title: JDEE JDE User's Guide
+Author: Paul Kinnucan
+Abstract: This guide explains how to use the JDE to develop Java applications
+ and applets.   The Java Development Environment (JDE) is an Emacs Lisp
+ package that interfaces Emacs to third-party Java application development
+ tools, such as those provided by JavaSoft's Java Development Kit (JDK). The
+ result is an integrated development environment (IDE) comparable in power to
+ many commercial Java IDEs.
+
+Format: HTML
+Index: /usr/share/doc/jde/html/jde-ug/jde-ug.html
+Files: /usr/share/doc/jde/html/jde-ug/*.html

-- 
jde - Error in `/usr/share/doc-base/jde', line 1: the first line does not 
contain valid `Document' field
https://bugs.launchpad.net/bugs/201488
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/mailman/listinfo/ubuntu-bugs


[Bug 201488] [NEW] jde - Error in `/usr/share/doc-base/jde', line 1: the first line does not contain valid `Document' field

2008-03-12 Thread speeves
Public bug reported:

Binary package hint: jde

1. Ubuntu Gutsy
2. jde
3. ii  jde2.3.5.1-2 
   JDEE, Java Development Environment for Emacs
4. a successful install of jde
5.
jde was failing to install on Gutsy:

Selecting previously deselected package jde.
(Reading database ... 120077 files and directories currently installed.)
Unpacking jde (from .../archives/jde_2.3.5.1-2_all.deb) ...
Setting up jde (2.3.5.1-2) ...
Error in `/usr/share/doc-base/jde', line 1: the first line does not contain 
valid `Document' field
dpkg: error processing jde (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
jde
E: Sub-process /usr/bin/dpkg returned an error code (1)


This bug was filed:
http://www.mail-archive.com/[EMAIL PROTECTED]/msg122466.html

This temporary fix is:

sudo dpkg --purge jde
sudo apt-get install cogre cedet-contrib
sudo apt-get source jde
sudo sed -i '1,2d' ./jde-2.3.5.1/debian/jde.doc-base
sudo sed -i '1i\Document: jde\nSection: Apps\/Programming;' 
./jde-2.3.5.1/debian/jde.doc-base
cd jde-2.3.5.1/
sudo debian/rules binary
cd ..
sudo dpkg -i jde_2.3.5.1-2_all.deb 

The patch for jde-2.3.5.1 is:
--- /tmp/jde.doc-base.orig  2008-03-12 12:23:44.0 -0500
+++ debian/jde.doc-base 2008-03-12 12:16:08.0 -0500
@@ -1,5 +1,5 @@
-Section: Apps/Programming
 Document: jde
+Section: Apps/Programming;
 Title: JDEE JDE User's Guide
 Author: Paul Kinnucan
 Abstract: This guide explains how to use the JDE to develop Java applications

** Affects: jde (Ubuntu)
 Importance: Undecided
 Status: New

-- 
jde - Error in `/usr/share/doc-base/jde', line 1: the first line does not 
contain valid `Document' field
https://bugs.launchpad.net/bugs/201488
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/mailman/listinfo/ubuntu-bugs


[Bug 151226] Re: Synaptic recommends libsexymm2, which is useless (missing Perl bindings)

2008-03-12 Thread speeves
I would think that checkgmail should be pulled from the stable repos.  It is 
not ready for primetime.  On Gutsy, (so far), I have had to install 
dh-make-perl, (plus its dependencies), libextutils-depends-perl, 
, and now I am getting more dependency issues from:
sudo dh-make-perl --build --cpan Gtk2::Sexy

Found: Gtk2-Sexy 0.02 (libgtk2-sexy-perl arch=any)
==
Could not find the dependencies for the requested module
Module::Depends::Intrusive reports: Can't locate ExtUtils/PkgConfig.pm in @INC 
(@INC contains: /home/speeves/Gtk2-Sexy-0.02 /etc/perl 
/usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 
/usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 
/usr/local/lib/site_perl) at /home/speeves/Gtk2-Sexy-0.02/Makefile.PL line 10.
BEGIN failed--compilation aborted at /home/speeves/Gtk2-Sexy-0.02/Makefile.PL 
line 10.
Compilation failed in require at /usr/share/perl5/Module/Depends/Intrusive.pm 
line 76.

Generated error: Error: Can't locate ExtUtils/PkgConfig.pm in @INC (@INC 
contains: /home/speeves/Gtk2-Sexy-0.02 /etc/perl /usr/local/lib/perl/5.8.8 
/usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 
/usr/share/perl/5.8 /usr/local/lib/site_perl) at 
/home/speeves/Gtk2-Sexy-0.02/Makefile.PL line 10.
BEGIN failed--compilation aborted at /home/speeves/Gtk2-Sexy-0.02/Makefile.PL 
line 10.
Compilation failed in require at /usr/share/perl5/Module/Depends/Intrusive.pm 
line 76.

Please check if your module depends on Module::Install
for its build process - Automatically finding its
dependencies is unsupported, please specify them manually
using the 'depends' option. 
==

If anything, the dependencies need to be updated in the package files, and the 
workaround in:
http://ubuntuforums.org/showpost.php?p=4053269&postcount=10

needs to be implemented in the postinst of checkgmail, (since we don't
seem to have a deb package associated with Gtk2::Sexy).  Any volunteers?

-- 
Synaptic recommends libsexymm2, which is useless (missing Perl bindings)
https://bugs.launchpad.net/bugs/151226
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/mailman/listinfo/ubuntu-bugs


[Bug 183517] Re: Hardy Heron Alpha unable to boot in Virtual PC 2007

2008-02-24 Thread speeves
I am running a Vista Pro host, if it helps.

-- 
Hardy Heron Alpha unable to boot in Virtual PC 2007
https://bugs.launchpad.net/bugs/183517
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/mailman/listinfo/ubuntu-bugs


[Bug 183517] Re: Hardy Heron Alpha unable to boot in Virtual PC 2007

2008-02-23 Thread speeves
This still occurs in alpha5 as well.

-- 
Hardy Heron Alpha unable to boot in Virtual PC 2007
https://bugs.launchpad.net/bugs/183517
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/mailman/listinfo/ubuntu-bugs


Re: [Bug 77675] Re: apache2-ssl-certificate has gone missing since feisty

2008-02-08 Thread speeves
Please, open a new bug so that we can track this separately.

thanks,
speeves

On 2/8/08, fuelrod <[EMAIL PROTECTED]> wrote:
> I can confirm this also but what I want to know is why has this been
> declined for release twice (Gutsy and Feisty).
>
> --
> apache2-ssl-certificate has gone missing since feisty
> https://bugs.launchpad.net/bugs/77675
> You received this bug notification because you are a direct subscriber
> of the bug.
>


-- 
Shannon Eric Peevey
[EMAIL PROTECTED]
http://speeves.erikin.com

-- 
apache2-ssl-certificate has gone missing since feisty
https://bugs.launchpad.net/bugs/77675
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 55631] Re: Edgy: cannot paste text in Gnome apps from Emacs

2008-01-05 Thread speeves
It's a little hard to tell on my end, as I am running a backport of
emacs22 on Debian Etch, (though I still have emacs21 installed).

ii  emacs21   21.4a+1-3etch1
The GNU Emacs editor
ii  emacs21-bin-common21.4a+1-3etch1
The GNU Emacs editor's shared, architecture
ii  emacs21-common21.4a+1-3etch1
The GNU Emacs editor's shared, architecture
ii  emacs22-bin-common22.1+1-1~edh.0
The GNU Emacs editor's shared, architecture
ii  emacs22-common22.1+1-1~edh.0
The GNU Emacs editor's shared, architecture
ii  emacs22-common-non-dfsg   22.1+1-1~edh.0
GNU Emacs shared, architecture independent,
ii  emacs22-el22.1+1-1~edh.0
GNU Emacs LISP (.el) files
ii  emacs22-gtk   22.1+1-1~edh.0
The GNU Emacs editor (with GTK user interfac
[EMAIL PROTECTED]:~$ cat /etc/debian_version
4.0

For what it's worth, my comment on 2007-03-27 appears to be accurate,
(setq x-select-enable-clipboard t), fixes the clipboard issue on
emacs22, but not on emacs21.

-- 
Edgy: cannot paste text in Gnome apps from Emacs
https://bugs.launchpad.net/bugs/55631
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 77675] Re: apache2-ssl-certificate has gone missing since feisty

2007-10-16 Thread speeves
On 10/16/07, acacha <[EMAIL PROTECTED]> wrote:
> You could use make-ssl-cert form package ssl-cert instead of apache2
> -ssl-certificate. I have a tutorial (sorry is in Catalan) at:
>
> http://acacha.dyndns.org/mediawiki/index.php/Apache#Creaci.C3.B3_del_certificat
>
> --
> apache2-ssl-certificate has gone missing since feisty
> https://bugs.launchpad.net/bugs/77675
> You received this bug notification because you are a direct subscriber
> of the bug.
>
It still seems to me that the best solution is in my comment above:

I realize that we may need to wait for this to be fixed in the Debian
package upstream, but I believe this to be of more importance than
"wishlist". In essence, there is no reference or dependency to the
ssl-cert package, leaving many users in the dark about this issue.  At
this point, if we are to handle this in Ubuntu, (as opposed to waiting
for the fix upstream), we have a couple of options:

1. Use the patch that I have submitted above and add
apache2-ssl-certificate back into the apache2 package itself.
2. add the ssl-cert package as a dependence to to the apache2 package,
and upload that version.
3. add documentation to th README.Debian which states the issue and
how to resolve it

I recommend either 1 or 2, (2 is preferred, since it is the direction
chosen by the upstream maintainers), but 3 is an acceptable interim
option.  All options would diverge the Apache2 package in Ubuntu from
the Debian upstream...  I will be happy to provide a patch for either
2 or 3, but want to see what works best for everyone.  (1 is already
available above).


Let me see if I can get a Debian Maintainer to sponsor a patch to
include ssl-cert as a dependency in the Debian package upstream.

thanks,

-- 
Shannon Eric Peevey
[EMAIL PROTECTED]
http://speeves.erikin.com

-- 
apache2-ssl-certificate has gone missing since feisty
https://bugs.launchpad.net/bugs/77675
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 72779] Re: addition of a template for groupOfNames objects

2007-09-06 Thread speeves
Hi,

This is more of a wishlist, as groupOfNames is a commonly used object, yet
phpldapadmin doesn't come with it as a choice by default.  One needs to
generate a custom template to be able to use it.

thanks,
speeves

On 9/6/07, Lionel Le Folgoc <[EMAIL PROTECTED]> wrote:
>
> Thank you for taking the time to report this bug and helping to make
> Ubuntu better. You reported this bug a while ago and there hasn't been
> any activity in it recently. We were wondering is this still an issue
> for you? Thanks in advance.
>
> ** Changed in: phpldapadmin (Ubuntu)
>Status: New => Incomplete
>
> --
> addition of a template for groupOfNames objects
> https://bugs.launchpad.net/bugs/72779
> You received this bug notification because you are a direct subscriber
> of the bug.
>


-- 
Shannon Eric Peevey
[EMAIL PROTECTED]
http://speeves.erikin.com

-- 
addition of a template for groupOfNames objects
https://bugs.launchpad.net/bugs/72779
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 77675] Re: apache2-ssl-certificate has gone missing since feisty

2007-07-21 Thread speeves
BTW, when checking out the changes in ssl-cert dependencies, I found these
related bugs:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=230791+
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=231726+

They seem rather old, and it is possible that ssl-cert has fixed its ways
:)  And, here are the related entries in the debian/changelog file:
apache2 (2.0.48-8) unstable; urgency=low
  * Disable ssl-cert until it sucks less. related to 230791 (closes:
#231726)
apache2 (2.0.48-5) unstable; urgency=low
- Call ssl-cert to generate an SSL cert using debconf (closes: #178322)
apache2 (2.0.48-1) unstable; urgency=low
- Add dependency on ssl-cert (Closes: #177837)

My take on this seems to point to a reinclusion of the
apache2-ssl-certificate into the source package, if ssl-cert is not a
satisfactory dependency...

If my patch above need only be modified for i386, let me know and I will
build an i386 vm to create the more popular architecture patch...

thanks,

-- 
Shannon Eric Peevey
[EMAIL PROTECTED]
http://speeves.erikin.com

-- 
apache2-ssl-certificate has gone missing since feisty
https://bugs.launchpad.net/bugs/77675
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 77675] Re: apache2-ssl-certificate has gone missing since feisty

2007-07-21 Thread speeves
On 7/20/07, mlind <[EMAIL PROTECTED]> wrote:
>
> reopened as requested.
>
> ** Changed in: apache2 (Ubuntu)
>Importance: Medium => Wishlist
>Status: Invalid => Confirmed


I realize that we may need to wait for this to be fixed in the Debian
package upstream, but I believe this to be of more importance than
"wishlist". In essence, there is no reference or dependency to the ssl-cert
package, leaving many users in the dark about this issue.  At this point, if
we are to handle this in Ubuntu, (as opposed to waiting for the fix
upstream), we have a couple of options:

1. Use the patch that I have submitted above and add apache2-ssl-certificate
back into the apache2 package itself.
2. add the ssl-cert package as a dependence to to the apache2 package, and
upload that version.
3. add documentation to th README.Debian which states the issue and how to
resolve it

I recommend either 1 or 2, (2 is preferred, since it is the direction chosen
by the upstream maintainers), but 3 is an acceptable interim option.  All
options would diverge the Apache2 package in Ubuntu from the Debian
upstream...  I will be happy to provide a patch for either 2 or 3, but want
to see what works best for everyone.  (1 is already available above).

thanks,
-- 
Shannon Eric Peevey
[EMAIL PROTECTED]
http://speeves.erikin.com

-- 
apache2-ssl-certificate has gone missing since feisty
https://bugs.launchpad.net/bugs/77675
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 66723] Re: semantic does not work with emacs-snapshot (was: ECB package does not install properly)

2007-07-06 Thread speeves
On 2/12/07, kleinerdrache <[EMAIL PROTECTED]> wrote:
>
> Ok, at my previous notified repository I added the cedet patch above
> which really seems to solve the problem.


Thanks for offering your repository for the patched packages!


-- 
Shannon Eric Peevey
[EMAIL PROTECTED]
http://speeves.erikin.com

-- 
semantic does not work with emacs-snapshot (was: ECB package does not install 
properly)
https://bugs.launchpad.net/bugs/66723
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 84142] Re: apache2-common: a2ensite rewritten to allow globbing/multiple site enabling

2007-06-28 Thread speeves
On 6/28/07, Loye Young <[EMAIL PROTECTED]> wrote:
>
> While we're on a wishlist, I have something to consider while you're
> working
> on a2ensite.
>
>
>
Hi Loye,

I would open a new bug for this as a wishlist item.  That way we can track
this separately.

thanks,

-- 
Shannon Eric Peevey
[EMAIL PROTECTED]
http://speeves.erikin.com

-- 
apache2-common: a2ensite rewritten to allow globbing/multiple site enabling
https://bugs.launchpad.net/bugs/84142
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 84142] Re: apache2-common: a2ensite rewritten to allow globbing/multiple site enabling

2007-06-27 Thread speeves
On 6/27/07, Paul Dufresne <[EMAIL PROTECTED]> wrote:
>
> ** Changed in: apache2 (Ubuntu)
>Status: New => Confirmed
>
> --
> apache2-common: a2ensite rewritten to allow globbing/multiple site
> enabling
> https://bugs.launchpad.net/bugs/84142
> You received this bug notification because you are a direct subscriber
> of the bug.
>
Thanks for looking at this guys!  It sat in Debian BTS for quite some time,
so I thought that I might get more response from the Ubuntu developers.  I
am actually starting down the path to becoming a Debian developer, as there
are issues in the apache packages which need to be addressed in Debian, (and
which will flow downstream to Ubuntu).

Paul, if you can put me in touch with the Apache maintainers in Ubuntu, I
would be more than happy to help maintain it...?

thanks


-- 
Shannon Eric Peevey
[EMAIL PROTECTED]
http://speeves.erikin.com

-- 
apache2-common: a2ensite rewritten to allow globbing/multiple site enabling
https://bugs.launchpad.net/bugs/84142
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 77675] Re: apache2-ssl-certificate has gone missing since feisty

2007-05-30 Thread speeves
Hi Soren,

I see that apache-ssl (apache 1.3) depends on ssl-cert, but it doesn't
seem that apache2 has it as a dependency?  Do you know which package
depends on it?

thanks,
speeves

-- 
apache2-ssl-certificate has gone missing since feisty
https://bugs.launchpad.net/bugs/77675
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 77675] Re: apache2-ssl-certificate has gone missing since feisty

2007-05-28 Thread speeves
I answered and closed the htpasswd2 bug at:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/117406/comments/1

-- 
apache2-ssl-certificate has gone missing since feisty
https://bugs.launchpad.net/bugs/77675
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 117406] Re: htpasswd2 is missing from apache2 package

2007-05-28 Thread speeves
It looks like apache2-utils has changed the name of htpasswd2 to simply
htpasswd.  This is probably for simplification of namespace, as the
apache-utils package for apache 1.3, (which included htpasswd),  was
last included in Ubuntu Breezy, ( http://packages.ubuntu.com/cgi-
bin/search_packages.pl?keywords=apache-
utils&searchon=names&subword=1&version=all&release=all ), and Debian
Sarge ( http://packages.debian.org/cgi-bin/search_packages.pl?keywords
=apache-utils&searchon=names&subword=1&version=all&release=all ).

** Changed in: apache2 (Ubuntu)
 Assignee: (unassigned) => speeves
   Status: Unconfirmed => Rejected

-- 
htpasswd2 is missing from apache2 package
https://bugs.launchpad.net/bugs/117406
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 77675] Re: apache2-ssl-certificate has gone missing since feisty

2007-05-28 Thread speeves
Malthe wrote:
> I find that htpasswd2 is also missing from /usr/sbin. Could it be
> related?
> 
Hi Malthe,

Can you open a new bug for htpasswd2?  That would help us to track these
issues separately.

thanks,

-- 
Shannon Eric Peevey
[EMAIL PROTECTED]
http://speeves.erikin.com

-- 
apache2-ssl-certificate has gone missing since feisty
https://bugs.launchpad.net/bugs/77675
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 112245] Re: try to install netbeans now can't update

2007-05-03 Thread speeves
can you give us the error output that synaptic gives you?

thanks,
speeves

-- 
try to install netbeans now can't update
https://bugs.launchpad.net/bugs/112245
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 74754] Re: debuglevels are not defined in ldap-utils man pages

2007-05-03 Thread speeves
On 5/3/07, Jonathan Clarke <[EMAIL PROTECTED]> wrote:
>
> You should find these debug levels in the slapd.conf man page.


Since you normally aren't referencing the slapd.conf when using ldapsearch,
etc., I thought it might be handy for the man pages for the tools themselves
to have a quick reference to the debug levels as well, or at least point to
the slapd.conf man page as a reference.

thanks,

-- 
Shannon Eric Peevey
[EMAIL PROTECTED]
http://speeves.erikin.com

-- 
debuglevels are not defined in ldap-utils man pages
https://bugs.launchpad.net/bugs/74754
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 111636] Re: Apache2 no longer works after upgrade to Feisty Fawn

2007-05-02 Thread speeves
This answers the question about mod_access:
http://httpd.apache.org/docs/2.2/upgrading.html

mod_access has been renamed to mod_authz_host

-- 
Apache2 no longer works after upgrade to Feisty Fawn
https://bugs.launchpad.net/bugs/111636
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 111636] Re: Apache2 no longer works after upgrade to Feisty Fawn

2007-05-02 Thread speeves
Also, remember that Feisty moves us into line with Debian and defaults to 
apache 2.2...  Here are some notes that I ran into when upgrading from apache 
2.0 -> apache 2.2 using the Debian package, (which is almost identical to the 
Ubuntu packages):
http://speeves.erikin.com/2007/01/debian-apache-20-apache-22-upgrade.html

They might touch on some issues that you may be having...  Here are some more 
links with notes on the upgrade:
http://www.debian-administration.org/users/lee/weblog/31

-- 
Apache2 no longer works after upgrade to Feisty Fawn
https://bugs.launchpad.net/bugs/111636
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 111639] Re: ubuntu 7.04 will not allow installation of any cd

2007-05-02 Thread speeves
Hi,

Can you include more details about your issue?  Do you mean that it
won't auto-mount your CDs when you place them in the drive?

thanks,
speeves

-- 
ubuntu 7.04 will not allow installation of any cd
https://bugs.launchpad.net/bugs/111639
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 77675] Re: apache2-ssl-certificate has gone missing in feisty

2007-04-30 Thread speeves
Though this bug makes more work for us, it is not  show-stopper.  We can always 
make the ssl certificates in the old-fashioned way as described here:
http://www.modssl.org/docs/2.8/ssl_faq.html#ToC28

Just modify your ssl vhost conf to point to the key and crt files that
you create, and you should be good to go.

-- 
apache2-ssl-certificate has gone missing in feisty
https://bugs.launchpad.net/bugs/77675
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 77675] Re: apache2-ssl-certificate has gone missing in feisty

2007-04-29 Thread speeves
Has anyone had a chance to test my patches in:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/77675/comments/4

-- 
apache2-ssl-certificate has gone missing in feisty
https://bugs.launchpad.net/bugs/77675
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 55631] Re: Edgy: cannot paste text in Gnome apps from Emacs

2007-03-26 Thread speeves
This problem reappears with emacs21 in Feisty, with:
(setq x-select-enable-clipboard t)

I then installed emacs-snapshot, and the copying between emacs and other
GNOME apps began working again.

-- 
Edgy: cannot paste text in Gnome apps from Emacs
https://launchpad.net/bugs/55631

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 77675] Re: apache2-ssl-certificate has gone missing in feisty

2007-03-23 Thread speeves
I have generated the build diff.gz (apache2_2.2.3-3.2build1.diff.gz) for
apache2_2.2.3-3.2build1_all.deb, which includes the apache2-ssl-
certificate, ssleay.cnf, and modified rules file to push these files out
into their proper locations, (per the apache2 (2.0) deb package).  The
easiest way to use this, (until it is applied to the apache2 (2.2)
source package) is to:

1. sudo apt-get build-dep apache2
2. sudo apt-get source -d apache2 (download only mode)
3. sudo cp path/to/apache2_2.2.3-3.2build1.dsc 
path/to/apache2_2.2.3-3.2build1.diff.gz  .
(replace the existing diff.gz and .dsc with the files I have attached)
4. dpkg-source -x apache2_2.2.3-3.2build1.dsc 
5. cd apache2-2.2.3
6. fakeroot debian/rules binary
7. sudo dpkg -i ../*.deb (modify to install the correct deb packages for your 
installation)

The apache2-ssl-certificate script is in:
apache2.2-common_2.2.3-3.2build1_amd64.deb 

Obviously, these attachments are amd64 specific, but the changes that I
made are platform agnostic, so someone with i386, etc., should be able
to apply the same changes to their platform. I'll upload the modified
files as well, to help facilitate this.


** Attachment added: "dsc, diff.gz, plus modified apache2-2.2.3/debian files"
   http://librarian.launchpad.net/6917265/files.tar

-- 
apache2-ssl-certificate has gone missing in feisty
https://launchpad.net/bugs/77675

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 84142] Re: apache2-common: a2ensite rewritten to allow globbing/multiple site enabling

2007-02-08 Thread speeves
This has been tested successfully on Ubuntu Edgy/Feisty (apache2-common
and apache2.2-common) and Debian Sarge/Etch (apache2-common and
apache2.2-common).

-- 
apache2-common: a2ensite rewritten to allow globbing/multiple site enabling
https://launchpad.net/bugs/84142

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 84143] Re: apache2-common: a2dissite rewritten to allow globbing/multiple site disabling/includes man page

2007-02-08 Thread speeves
This has been tested successfully on Ubuntu Edgy/Feisty (apache2-common
and apache2.2-common) and Debian Sarge/Etch (apache2-common and
apache2.2-common).

-- 
apache2-common: a2dissite rewritten to allow globbing/multiple site 
disabling/includes man page
https://launchpad.net/bugs/84143

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 84143] Re: apache2-common: a2dissite rewritten to allow globbing/multiple site disabling/includes man page

2007-02-08 Thread speeves

** Attachment added: "/usr/sbin/a2dissite replacement"
   http://librarian.launchpad.net/6364175/a2dissite

-- 
apache2-common: a2dissite rewritten to allow globbing/multiple site 
disabling/includes man page
https://launchpad.net/bugs/84143

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 84143] Re: apache2-common: a2dissite rewritten to allow globbing/multiple site disabling/includes man page

2007-02-08 Thread speeves

** Attachment added: "a2dissite.8 man page replacement (fully documents 
a2dissite script attached above)"
   http://librarian.launchpad.net/6364176/a2dissite.8

-- 
apache2-common: a2dissite rewritten to allow globbing/multiple site 
disabling/includes man page
https://launchpad.net/bugs/84143

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 84143] apache2-common: a2dissite rewritten to allow globbing/multiple site disabling/includes man page

2007-02-08 Thread speeves
Public bug reported:

Binary package hint: apache2-common

I have modified a2dissite to :

1. disable multiple sites at a time, (including file globbing).
  (Both from the command-line, and from the "Site Name?" prompt)
2. modified the sites-enabled listing to be columnar, as opposed to 
space-delimited. 
  (Helps when you have hundreds of sites enabled).
3. allow for interactive or non-interactive modes, (using -f). 
  (interactive mode prompts for confirmation before disabling a site). 
4. generates a help message (-h).
5. I also wrote a man page "a2dissite(8)", which documents all of the features 
that
I have included in this revision.

** Affects: apache2 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
apache2-common: a2dissite rewritten to allow globbing/multiple site 
disabling/includes man page
https://launchpad.net/bugs/84143

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 84142] Re: apache2-common: a2ensite rewritten to allow globbing/multiple site enabling

2007-02-08 Thread speeves

** Attachment added: "a2ensite.8 man page replacement (includes documentation 
for features in a2ensite script above)"
   http://librarian.launchpad.net/6364173/a2ensite.8

-- 
apache2-common: a2ensite rewritten to allow globbing/multiple site enabling
https://launchpad.net/bugs/84142

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 84142] Re: apache2-common: a2ensite rewritten to allow globbing/multiple site enabling

2007-02-08 Thread speeves

** Attachment added: "/usr/sbin/a2ensite replacement"
   http://librarian.launchpad.net/6364158/a2ensite

-- 
apache2-common: a2ensite rewritten to allow globbing/multiple site enabling
https://launchpad.net/bugs/84142

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 84142] apache2-common: a2ensite rewritten to allow globbing/multiple site enabling

2007-02-08 Thread speeves
Public bug reported:

Binary package hint: apache2-common

I have modified a2ensite to :

1. enable multiple sites at a time, (including file globbing).
  (Both from the command-line, and from the "Site Name?" prompt)
2. modified the sites-available listing to be columnar, as opposed to 
space-delimited. 
  (Helps when you have hundreds of sites available).
3. allow for interactive or non-interactive modes, (using -f). 
  (interactive mode prompts for confirmation before enabling a site). 
4. generates a help message (-h).
5. I have also written a man page "a2ensite(8)", which documents all of the 
features that
I have included in this revision.

** Affects: apache2 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
apache2-common: a2ensite rewritten to allow globbing/multiple site enabling
https://launchpad.net/bugs/84142

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 36055] Re: will not install from apt-get

2007-02-07 Thread speeves
This patch will fix it:
--- php-mode.emacsen-install.orig   2007-02-08 01:07:16.0 -0600
+++ php-mode.emacsen-install2007-02-08 00:57:19.0 -0600
@@ -16,7 +16,7 @@
 if [ ${FLAVORTEST} = xemacs ] ; then
 SITEFLAG="-no-site-file"
 else
-SITEFLAG="--no-site-file"
+SITEFLAG=""
 fi
 FLAGS="${SITEFLAG} -q -batch -l path.el -f batch-byte-compile"

Here are detailed instructions on how I modified the source and compiled the 
binaries:
http://speeves.erikin.com/2007/02/ubuntu-php-mode-fails-to-install.html

-- 
will not install from apt-get
https://launchpad.net/bugs/36055

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 54715] Re: please remove ethereal from the archive (replaced by wireshark)

2006-12-19 Thread speeves
Would it be possible to add a README.txt in:

/usr/share/doc/{ethereal,tethereal}/

stating that these are dummy packages, and the replacement commands for
them.  It took some time to find the replacement for tethereal was
tshark.

thanks,
speeves
cws

-- 
please remove ethereal from the archive (replaced by wireshark)
https://launchpad.net/bugs/54715

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 76227] Re: btmaketorrentgui - add new wxversion.select for python-wxgtk

2006-12-17 Thread speeves

** Attachment added: "here is the patch in a file, in case the comment text is 
wrapped"
   http://librarian.launchpad.net/5430555/btmaketorrentgui.diff

-- 
btmaketorrentgui - add new wxversion.select for python-wxgtk
https://launchpad.net/bugs/76227

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 76227] btmaketorrentgui - add new wxversion.select for python-wxgtk

2006-12-17 Thread speeves
Public bug reported:

Binary package hint: bittornado-gui

On Edgy, ( a fresh install), we have:

[EMAIL PROTECTED]:~$ dpkg -l | grep bittornado
ii  bittornado 0.3.15-2ubuntu1  
bittorrent client with enhanced curses inter
ii  bittornado-gui 0.3.15-2ubuntu1  
bittorrent client with enhanced GUI interfac
[EMAIL PROTECTED]:~$ dpkg -l | grep python-wxgtk
ii  python-wxgtk2.62.6.3.2.1.5  
wxWidgets Cross-platform C++ GUI toolkit (wx

but btmaketorrentgui is looking for python-wxgtk2.4, and exits with an
error when python-wxgtk2.6 is the version installed.  I have added 2.6
to the wxversion.select line in btmaketorrentgui and generated this
patch:

--- /usr/bin/btmaketorrentgui.orig  2006-12-17 16:43:11.0 -0600
+++ /usr/bin/btmaketorrentgui   2006-12-17 16:51:20.0 -0600
@@ -24,9 +24,9 @@
 
 try:
 import wxversion
-wxversion.select('2.4')
+wxversion.select(['2.4','2.6'])
 except:
-print 'This program requires wxPython version 2.4 (python-wxgtk2.4 in 
Debian) be installed in order to run.'
+print 'This program requires wxPython version 2.4 or 2.6 (python-wxgtk2.4 
or python-wxgtk2.6 in Debian) be installed in order to run.'
 sys.exit(1)
 
 try:

** Affects: bittornado (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
btmaketorrentgui - add new wxversion.select for python-wxgtk
https://launchpad.net/bugs/76227

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 74754] debuglevels are not defined in ldap-utils man pages

2006-12-06 Thread speeves
Public bug reported:

Binary package hint: ldap-utils

When trying to debug some ldif syntax information with ldapadd, I found that -d 
debuglevel is defined in the man page, but the debuglevels are not defined.  I 
found the following page:
http://www.linuxselfhelp.com/HOWTO/LDAP-HOWTO-4.html

Which defines the debuglevels which are available for ldap-utils
utilities, (ldapadd, ldapmodify, etc.).

Could we get this information added to the man pages for these utils?  I
can do it myself if someone can verify that the following information is
correct for our version of ldap-utils:

 ii  ldap-utils 2.2.26-5ubuntu

-d  | ?

This option sets the slapd debug level to . When level is a `?' 
character, the various debugging levels are printed and slapd exits, 
regardless
 of any other options you give it. Current debugging levels are:

-1  enable all debugging  
0  no debugging  
1  trace function calls  
2  debug packet handling  
4  heavy trace debugging  
8  connection management  
16  print out packets sent and received  
32  search filter processing  
64  configuration file processing  
128  access control list processing  
256  stats log connections/operations/results  
512  stats log entries sent  
1024  print communication with shell backends  
2048  print entry parsing debugging  

You may enable multiple levels by specifying the debug option once for each 
desired level. Or, since debugging levels are additive, you can do the math 
yourself. That is, if you want to trace function calls and watch the config 
file being processed, you could set level to the sum of those two levels 
(in 
this case, -d 65). Or, you can let slapd do the math, (e.g. -d 1 -d 64). 
Consult  for more details.

Note: slapd must have been compiled with -DLDAP_DEBUG defined for any 
debugging
 information beyond the two stats levels to be available. 


BTW, ldap-utils on ubuntu _is_ compiled with LDAP_DEBUG.

thanks,
speeves

** Affects: openldap2.3 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
debuglevels are not defined in ldap-utils man pages
https://launchpad.net/bugs/74754

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 73615] ldap-objects.html (documentation)

2006-11-28 Thread speeves
Public bug reported:

Here is a diff which adds a note that the modrdn2* routines are
deprecated in the C libraries, and so rename() and rename_s() should be
used instead:

--- ldap-objects.html   2004-10-07 22:49:37.0 -0500
+++ ldap-objects_new.html   2006-11-28 10:12:14.0 -0600
@@ -211,6 +211,10 @@
 whether the old RDN should be kept as an attribute of the entry or not.
 (Note: This may not actually be supported by the underlying library.)
 The asynchronous version returns the initiated message id.
+
+NOTE: rename() and rename_s() should be used in favor of modrdn() and 
modrdn_s(),
+  as the modrdn2* routines in the C library are deprecated.
+
 
 
 

This note is mentioned in the comment for modrdn() in:
python-ldap-2.2.1/Lib/ldap/ldapobject.py

** Affects: python-ldap (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
ldap-objects.html (documentation) 
https://launchpad.net/bugs/73615

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 73612] missing python-ldap-doc in edgy

2006-11-28 Thread speeves
Public bug reported:

Binary package hint: python-ldap-doc

I was looking for python-ldap-doc in edgy, but it appears to not exist
in the repositories yet.  Would it be possible to get it added?

thanks,
speeves

** Affects: python-ldap (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
missing python-ldap-doc in edgy 
https://launchpad.net/bugs/73612

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 72867] Re: EMACS - python-mode 100% CPU usage

2006-11-26 Thread speeves
On 11/26/06, Myster <[EMAIL PROTECTED]> wrote:
>
> [EMAIL PROTECTED]:~/downloads$ ls -l semantic-idle*
> -rw--- 1 pep pep 24654 2006-11-25 21:45 semantic-idle.el
> -rw--- 1 pep pep 24654 2006-11-25 21:44 semantic-idle.el.orig
> -rw--- 1 pep pep  1389 2006-11-25 21:45 semantic-idle.el.rej
> -rwx-- 1 pep pep   970 2006-11-25 17:02 semantic-idle.patch
> -rw--- 1 pep pep  1036 2006-11-25 16:55 semantic-idle.patch~
>
> --
> EMACS - python-mode 100% CPU usage
> https://launchpad.net/bugs/72867
>
did you try sudo patch... ?


-- 
Shannon Eric Peevey
[EMAIL PROTECTED]
http://speeves.unt.edu

-- 
EMACS - python-mode 100% CPU usage
https://launchpad.net/bugs/72867

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 72867] Re: EMACS - python-mode 100% CPU usage

2006-11-26 Thread speeves
On 11/26/06, Myster <[EMAIL PROTECTED]> wrote:
>
> [EMAIL PROTECTED]:~/dowloads$patch semantic-idle.el semantic-idle.patch
>
> patching file semantic-idle.el
> Hunk #1 FAILED at 1.
> Hunk #2 FAILED at 286.
> 2 out of 2 hunks FAILED -- saving rejects to file semantic-idle.el.rej


And, can you run:

[EMAIL PROTECTED]:~/dowloads$ ls -l semantic-idle*

thanks,


-- 
Shannon Eric Peevey
[EMAIL PROTECTED]
http://speeves.unt.edu

-- 
EMACS - python-mode 100% CPU usage
https://launchpad.net/bugs/72867

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 72867] Re: EMACS - python-mode 100% CPU usage

2006-11-25 Thread speeves
On 11/25/06, Myster <[EMAIL PROTECTED]> wrote:
>
> semantic-idle.el.rej:
>
> ***
> *** 286,297 
> (when (zerop (recursion-depth))
>   (unwind-protect
>   (semantic-safe "idle error: %S"
> -  ;; Disable the auto parse timer while re-parsing
> -  (semantic-idle-scheduler-kill-timer)
> ;; Handle re-parsing and other scheduled services
> (save-match-data (semantic-idle-core-handler)))
> -  ;; Enable again the auto parse timer
> -  (semantic-idle-scheduler-setup-timer
>
>   ;;; REPARSING
>   ;;
> --- 286,294 
> (when (zerop (recursion-depth))
>   (unwind-protect
>   (semantic-safe "idle error: %S"
> ;; Handle re-parsing and other scheduled services
> (save-match-data (semantic-idle-core-handler)))
> +  )))
>
>   ;;; REPARSING
>   ;;
>
> It's the rejects but I don't understand.


Can you send the your exact commands and output?  that might give us some
insight into the issue.

thanks,


-- 
Shannon Eric Peevey
[EMAIL PROTECTED]
http://speeves.unt.edu

-- 
EMACS - python-mode 100% CPU usage
https://launchpad.net/bugs/72867

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 72867] Re: EMACS - python-mode 100% CPU usage

2006-11-25 Thread speeves
On 11/25/06, Myster <[EMAIL PROTECTED]> wrote:
>
> When I try to patch, it returns :
>
> patching file semantic-idle.el
> Hunk #1 FAILED at 1.
> Hunk #2 FAILED at 286.
> 2 out of 2 hunks FAILED -- saving rejects to file semantic-idle.el.rej
>
> It's normal ?
>
> --
> EMACS - python-mode 100% CPU usage
> https://launchpad.net/bugs/72867
>

It fails on hunk #1, but this is only file and author information.

It probably failed on hunk #2, because you didn't have permissions to write
to the file.   Did you copy it to your home dir?  (You can do it on the
original in /usr/share... as sudo, but I would backup the original before
performing this operation).


-- 
Shannon Eric Peevey
[EMAIL PROTECTED]
http://speeves.unt.edu

-- 
EMACS - python-mode 100% CPU usage
https://launchpad.net/bugs/72867

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 66723] Re: semantic does not work with emacs-snapshot (was: ECB package does not install properly)

2006-11-23 Thread speeves
On 11/22/06, Myster <[EMAIL PROTECTED]> wrote:
>
> I notice it when I stop writing
>
> --
> semantic does not work with emacs-snapshot (was: ECB package does not
> install properly)
> https://launchpad.net/bugs/66723
>

Can you try the patch that I posted in:
https://bugs.launchpad.net/distros/ubuntu/+source/cedet/+bug/72867 ?

Let me know if that fixes the 100% issue...

thanks,


-- 
Shannon Eric Peevey
[EMAIL PROTECTED]
(940) 783-2193
http://speeves.unt.edu

-- 
semantic does not work with emacs-snapshot (was: ECB package does not install 
properly)
https://launchpad.net/bugs/66723

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 72867] Re: EMACS - python-mode 100% CPU usage

2006-11-23 Thread speeves
This seems to effect more than just python-mode...

https://launchpad.net/distros/ubuntu/+source/cedet/+bug/66723

-- 
EMACS - python-mode 100% CPU usage
https://launchpad.net/bugs/72867

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 72867] EMACS - python-mode 100% CPU usage

2006-11-22 Thread speeves
Public bug reported:

Binary package hint: semantic

After installing:

ii  emacs-snapshot-bin-common  20060915-1   
The GNU Emacs editor's shared, architecture
ii  emacs-snapshot-common  20060915-1   
The GNU Emacs editor's common infrastructure
ii  emacs-snapshot-gtk 20060915-1   
The GNU Emacs editor (with GTK+ 2.x support)
ii  python-mode1.0-2
Emacs-lisp python-mode and doctest-mode for
ii  semantic   1.0pre3-1
Parser Infrastructure for Emacsen

I found that emacs was taking up 100% cpu after opening a python file
for editing.  I traced it down to semantic, and the following patch:

 --- semantic-idle.el   2005/09/30 20:20:43 1.34
+++ semantic-idle.el2006/09/12 01:16:12 1.35
@@ -1,10 +1,10 @@
 ;;; semantic-idle.el --- Schedule parsing tasks in idle time
 
-;;; Copyright (C) 2003, 2004, 2005 Eric M. Ludlam
+;;; Copyright (C) 2003, 2004, 2005, 2006 Eric M. Ludlam
 
 ;; Author: Eric M. Ludlam <[EMAIL PROTECTED]>
 ;; Keywords: syntax
-;; X-RCS: $Id: semantic-idle.el,v 1.34 2005/09/30 20:20:43 zappo Exp $
+;; X-RCS: $Id: semantic-idle.el,v 1.35 2006/09/12 01:16:12 zappo Exp $
 
 ;; This file is not part of GNU Emacs.
 
@@ -286,12 +286,9 @@
   (when (zerop (recursion-depth))
 (unwind-protect
 (semantic-safe "idle error: %S"
-  ;; Disable the auto parse timer while re-parsing
-  (semantic-idle-scheduler-kill-timer)
   ;; Handle re-parsing and other scheduled services
   (save-match-data (semantic-idle-core-handler)))
-  ;; Enable again the auto parse timer
-  (semantic-idle-scheduler-setup-timer
+  )))
 
 ;;; REPARSING
 ;;

http://cedet.cvs.sourceforge.net/cedet/cedet/semantic/semantic-
idle.el?r1=1.34&r2=1.35&view=patch

fixed the issue.  Here is how:

1. copy the patch text into ~/downloads/semantic-idle.patch

2. sudo cp /usr/share/emacs/site-lisp/semantic/semantic-idle.el
~/downloads/

3. patch semantic-idle.el semantic-idle.patch

4. emacs -batch -f batch-byte-compile semantic-idle.el

5. sudo cp semantic-idle.el /usr/share/emacs/site-lisp/semantic/

6. sudo cp semantic-idle.elc /usr/share/emacs-snapshot/site-
lisp/semantic/

7. start emacs-snapshot-gtk

I'm still unclear as to how you can recompile the /usr/share/emacs/site-
lisp/semantic/*.el files, and push them out to every ${FLAVOR} of emacs,
but the steps above will work for now...

** Affects: cedet (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
EMACS - python-mode 100% CPU usage
https://launchpad.net/bugs/72867

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 68139] Re: Atheros support isn't working in 2.6.17-10-generic

2006-11-18 Thread speeves
When I did a fresh install with Ubuntu Edgy for 64-bit machines, it didn't 
install the linux-restricted-modules package, so once I installed the 
linux-restricted-modules package, my atheros card was up and running.  I have 
documented it here:
http://speeves.unt.edu/newindex/?p=187

-- 
Atheros support isn't working in 2.6.17-10-generic
https://launchpad.net/bugs/68139

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 72402] jde need cedet-contrib as dependency

2006-11-18 Thread speeves
Public bug reported:

Binary package hint: jde

The current jde control file doesn't have cedet-contrib as a dependency,
but I get an error when loading jde-mode in both:

ii  emacs-snapshot-gtk 20060915-1   
   
ii  emacs2121.4a-6ubuntu2   
   

The error is:

"Cannot open load file: cedet-contrib-load"

This error goes away after installing cedet-contrib.

** Affects: jde (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
jde need cedet-contrib as dependency
https://launchpad.net/bugs/72402

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 49473] Re: missing jar files in jde

2006-11-18 Thread speeves
this seems to be fixed in jde 2.3.5-1.1build1 w/ emacs-snapshot-gtk
20060915-1, but not with emacs21 (21.4a-6ubuntu2).  (I'm not sure I
understand why, as they use the same jde.el...)

-- 
missing jar files in jde
https://launchpad.net/bugs/49473

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 66723] Re: semantic does not work with emacs-snapshot (was: ECB package does not install properly)

2006-11-18 Thread speeves
BTW, this bug effects the jde package, which relies on semantic...

-- 
semantic does not work with emacs-snapshot (was: ECB package does not install 
properly)
https://launchpad.net/bugs/66723

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 66723] Re: semantic does not work with emacs-snapshot (was: ECB package does not install properly)

2006-11-18 Thread speeves
Thanks, Jhair!  The patch fixed it.  (Wonder why it hasn't made it
downstream yet...)

Just a note: you need to have dpatch installed to use the patch above.

-- 
semantic does not work with emacs-snapshot (was: ECB package does not install 
properly)
https://launchpad.net/bugs/66723

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 66723] Re: semantic does not work with emacs-snapshot (was: ECB package does not install properly)

2006-11-18 Thread speeves
Thanks, Jhair!  The patch fixed it.  (Wonder why it hasn't made it
downstream yet...)

Just a note: you need to have dpatch installed to use the patch above.

-- 
semantic does not work with emacs-snapshot (was: ECB package does not install 
properly)
https://launchpad.net/bugs/66723

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 55631] Re: Edgy: cannot paste text in Gnome apps from Emacs

2006-09-17 Thread speeves
This is fixed by adding:

; fix the clipboard with X11
(setq x-select-enable-clipboard t)

to your .emacs.

It fixes it in Debian Sid (amd64)...  I have updated the report on
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=378234

to reflect this information.

-- 
Edgy: cannot paste text in Gnome apps from Emacs
https://launchpad.net/bugs/55631

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 55631] Re: Edgy: cannot paste text in Gnome apps from Emacs

2006-09-17 Thread speeves
Can you try this hint from the EmacsWiki?


X11 Copy & Paste to/from Emacs:

Emacs 21.2.1 & newer:

 (setq x-select-enable-clipboard t)

See also http://www.oreillynet.com/lpt/wlg/6162 which suggests

 (setq x-select-enable-clipboard t) ; as above
 (setq interprogram-paste-function 'x-cut-buffer-or-selection-value)

For the record, none of these have allowed me to copy and paste between Emacs 
and Firefox/386 1.5.0.1 on Ubuntu/amd64. – EraEriksson 


Let us know if that fixes it.  Also, if you could add that to the
response as well.

thanks,
speeves

-- 
Edgy: cannot paste text in Gnome apps from Emacs
https://launchpad.net/bugs/55631

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 55631] Re: Edgy: cannot paste text in Gnome apps from Emacs

2006-09-17 Thread speeves
Let us know if that fixes it. Also, if you could add that to the response as 
well.


I meant, "if you could add i386/amd64 to your response as well". :P

thanks,
speeves

-- 
Edgy: cannot paste text in Gnome apps from Emacs
https://launchpad.net/bugs/55631

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 44867] Re: Cannot set custom path for WP

2006-07-15 Thread speeves
I have submitted the above patch to the upstream gnome bug report:

http://bugzilla.gnome.org/show_bug.cgi?id=167499

-- 
Cannot set custom path for WP
https://launchpad.net/bugs/44867

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 44867] Re: Cannot set custom path for WP

2006-07-15 Thread speeves
Acck!  Sorry, y'all!!  I am new to launchpad, so didn't find this bug
when I searched for gnome-blog related bugs.  Here is a patch that fixes
this issue:


When creating an "account" on gnome-blog and setting the "Blog Type" to 
"Self-Run Wordpress", gnome-blog appends:

wordpress/xmlrpc.php

to the "Base Blog URL". If you set an alternative directory name for the
wordpress installation, ie:

http://my.wordpress.com/other_dirname

You will receive the following error when trying to "Lookup Blogs":

Could not get list of blogs

URL 'http://my.wordpress.com/other_dirnamewordpress/xmlrpc.php' does not
seem to be a valid bloggerAPI XML-RPC server. Web server reported: Not
Found."

Here is a patch to blogge,r_prefs.py that will fix that problem, by simply 
removing the "wordpress/xmlrpc.php", and only inserting, "/xmlrpc.php":
--- blogger_prefs.py 2006-07-15 14:39:57.0 -0500
+++ blogger_prefs.py.new 2006-07-15 14:41:26.0 -0500
@@ -126,7 +126,7 @@
 url_description = _("Base Blog URL:")
 elif blog_type == "custom-wordpress":
 url = None
- url_ending = "wordpress/xmlrpc.php"
+ url_ending = "/xmlrpc.php"
 protocol = "MetaWeblog"
 url_description = _("Base Blog URL:")
 elif blog_type == "blogger.com":


-- 
Cannot set custom path for WP
https://launchpad.net/bugs/44867

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 53089] Re: "Self-Run Wordpress" assumes the default installation as "wordpress/"

2006-07-15 Thread speeves
I have posted the related patch to Bug #44867, and this one can be
closed.

-- 
"Self-Run Wordpress" assumes the default installation as "wordpress/"
https://launchpad.net/bugs/53089

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 53089] Re: "Self-Run Wordpress" assumes the default installation as "wordpress/"

2006-07-15 Thread speeves
Sorry!!  This is a duplicate of Bug #44867...

-- 
"Self-Run Wordpress" assumes the default installation as "wordpress/"
https://launchpad.net/bugs/53089

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs