Logitech MX 5500 Keyboard + mouse problem since recent squeeze upgrade

Mark Fletcher escribió: Hello Mark,

I have the same issue with same combo on my desktop computer. I had the same problem a few months ago and it was repaired as you explained. Sorry, I can’t give you answers. I did a search and nothing helped.

I’ve read these bug reports but this time they didn’t help: https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/272352 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/291269 http://ubuntuforums.org/showthread.php?t=1465748

Some help would be very appreciated

FW: problem with org.apache.catalina.core.ApplicationHttpRequest method.

On 30/06/2010 16:23, Ranjix R wrote:

Cross-posting to both lists is poor netiquette. That will not have encouraged anyone to respond. The correct form, particularly when explicitly directed to post to the users list, is to do exactly that. If it is decided that a thread has become off-topic for the users list and should be on the dev list then it can always be moved there later.

Overriding without calling super is asking for trouble unless you are sure you are taking care of all the things that the super class is handling. As I already told you in the invalid Bugzilla entry you created, you should be calling super.getAttribute()

There is nothing in the spec that says the container has to call setAttribute(). The only requirement is that these are made available via getAttribute() and they are.

Nope. The fault is in your wrapper code.

No idea. If you want to make a local change, you’ll need to do the analysis and the testing. I can tell you such a change is highly unlikely to make it into the Tomcat source code.

At a guess, to prevent applications changing request attributes they shouldn’t but I haven’t checked that is what it is actually doing.

Mark

jstl 1.1.0 x:forEach recompilation problem – Is it solved in jstl 1.2?

Hi

I remember a while ago I had to downgrade the jstl version because of the way that x:forEach tag is implemented, which recompiles the xpath at every iteration, slowing down the xml processing.

The bug is open since 2004: https://issues.apache.org/bugzilla/show_bug.cgi?id=27717

Does anyone know if the latest version of jstl (1.2) still have this performance problem?

http://download.java.net/maven/glassfish/javax/servlet/jsp/jstl/jstl-api/1.2/jstl-api-1.2.jar

Thanks Emerson

Weird problem with struts tags

Thanks Greg (and Ken). I appreciate the comments and will get around to updating this code at some point. However I believe these errors to be a symptom of a deeper problem as this code WAS – and still is on some servers – working. I am also getting other strange errors in code which was previously working (such as hibernate PropertyAccessException). I can check out older released versions of the app and they still work on the production and integration servers but I get these errors (and more) on my development machine. I am therefore trying to find out what has changed to produce these errors, and why they are only produced in certain environments.

The same versions of OGNL (ognl-2.6.11.jar) is being used in both environments. As I said, the exact same war file dropped into works on one server but not on another. Further more, it used to work in the environments in which it is now broken. There has also been no java/tomcat/etc updates (that I am aware of) that could have caused this. I am completely flummoxed by this! Any further help much appreciated.

On 2 Jul 2010, at 19:46, Greg Lindholm wrote:

Problem with figuring out Convention Plugin

Top of my head … you either do not have a getMessage() method in your action, or you do, but the value is blank/null.

Post your action code.

Regards

org.apache.maven.plugins:maven-surefire-plugin problem

Hi,

I’m doing my first steps with mvn and try to run the examples from “Java EE 6 Platform with Glassfish 3″.

When I try to run “mvn test” I get:

[ERROR] BUILD ERROR [INFO]

pom.xml

Problem with ReleaseDescriptor model

I have been trying to compile the 2.0 release plugin and I am having a problem with building the ReleaseDescriptor class from the model. It seems to build a class but there are parts missing. I have errors like

ReleaseDescriptor.ORIGINAL_VERSION cannot be resolved ReleaseDescriptor.RELEASE_KEY cannot be resolved ReleaseDescriptor.DEVELOPMENT_KEY cannot be resolved

I looked at the class in target/generated-sources/modello and all I have is the following.

/* =================== DO NOT EDIT THIS FILE ==================== Generated by Modello 1.1 on 2010-06-25 09:18:32, any modifications will be overwritten. ============================================================== */

package org.apache.maven.shared.release.config;

/** * Class ReleaseDescriptor. * * @version $Revision$ $Date$ */ public class ReleaseDescriptor implements java.io.Serializable {

//————————–/ //- Class/Member Variables -/ //————————–/

/** * Field modelEncoding. */ private String modelEncoding = “UTF-8″;

//———–/ //- Methods -/ //———–/

/** * Get the modelEncoding field. * * @return String */ public String getModelEncoding() { return this.modelEncoding; } //– String getModelEncoding()

/** * Set the modelEncoding field. * * @param modelEncoding */ public void setModelEncoding( String modelEncoding ) { this.modelEncoding = modelEncoding; } //– void setModelEncoding( String )

}

Tim McGinnis 717 720-1962 Web Development AES/PHEAA ============================================================================== This message contains privileged and confidential information intended for the above addressees only. If you receive this message in error please delete or destroy this message and/or attachments.

The sender of this message will fully cooperate in the civil and criminal prosecution of any individual engaging in the unauthorized use of this message. ==============================================================================

Problem with permission in /dev/sr0: k3b cannot find CDROM drive

Hi all,

I’m facing for some time now problems with the permissions of my CDROM drive. Everytime I start k3b I receive this message:

No optical drive found. K3b did not find any optical device in your system. Solution: Make sure HAL daemon is running, it is used by K3b for finding devices.

I’m in the plugdev, cdrom, video, audio and disk groups, but I still get this message. Mounting the drive using mount works. The only solution that I’ve found for that is chmod 666 /dev/sr0, and that is not convenient, as I have to do it everytime I reboot.

The permissions are

ls -lah /dev/sr0

brw——- 1 root root 11, 0 Jun 24 03:56 /dev/sr0 and

lrwxrwxrwx 1 root root 6 Nov 24 2009 /media/cdrom -> cdrom0

My /etc/fstab says

/dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0

So I really don’t know exactly what’s happening here. Brasero or VLC doesn’t work either. Should I file a bug report? If so, against what package? I’m running Sid AMD64.

Thanks

Ivan

problem with variables_order configuration in PHP5 package on Lenny

Hi,

I faced the same problem with package from Lenny repository so I used the dot deb packages and find the same problem.

Here is the description

Currently I use

PHP Version 5.2.13-0.dotdeb.1

on

Linux srv1 2.6.26-2-amd64 #1 SMP Wed May 12 18:03:14 UTC 2010 x86_64 GNU/Linux

The full php package list is

srv1:~# dpkg -l |grep php ii libapache2-mod-php5 5.2.13-0.dotdeb.1 server-side, HTML-embedded scripting language (Apache 2 module ii php5-cli 5.2.13-0.dotdeb.1 command-line interpreter for the php5 scripting language ii php5-common 5.2.13-0.dotdeb.1 Common files for packages built from the php5 source ii php5-curl 5.2.13-0.dotdeb.1 CURL module for php5 ii php5-gd 5.2.13-0.dotdeb.1 GD module for php5 ii php5-mcrypt 5.2.13-0.dotdeb.1 MCrypt module for php5 ii php5-mysql 5.2.13-0.dotdeb.1 MySQL module for php5 ii phpmyadmin 4:2.11.8.1-5+lenny4 MySQL web administration tool

Now phpinfo() shows

variables_order EGPCS EGPCS

But in the PHP scripts the cookie variables are preceeding the GET variables. How do I fix this?

Thanks

2.6.35-rc3 E-MU 0404 USB problem

On 23/06/10 18:49, James Courtier-Dutton wrote: sample_rate = 48000 # ADC hardware sample rate in Hertz receive from the radio. name_of_sound_capt = “hw:2″ # E-MU 0404 USB audio as IQ capture (Receive) name_of_sound_play = “hw:0″ # HDA Intel on-board to Speakers. channel_i = 1 # Soundcard index of in-phase channel: 0, 1, 2, … channel_q = 0 # Soundcard index of quadrature channel: 0, 1, 2, …

# TX I/Q Generation for Softrock name_of_mic_play = “hw:2″ # E-MU 0404 USB audio for IQ output sent to the Radio for transmit (Mic –> program –> E-MU –> transmitter). mic_playback_rate = 48000 mic_play_chan_I = 1 mic_play_chan_Q = 0 microphone_name = “plughw:0″ # HDA Intel on-board sound mic_channel_I = 0 # Soundcard index of mic audio channel mic_channel_Q = 1 # Soundcard index of ignored channel mic_sample_rate = 48000 # Microphone sample rate in Hertz mic_max_sample = 25535 add_imd_button = 1

All sample rates set to 48K. Regards Sid.