Bug#989229: grub-install: warning: Cannot read EFI Boot* variables.

2021-07-11 Thread Joseph Maher



On Sat, 10 Jul 2021, Colin Watson wrote:


Control: reassign -1 linux
Control: affects -1 grub2-common

On Sat, May 29, 2021 at 12:00:17PM -0400, Joseph Maher wrote:

grub seems unhappy on my laptop (testing=bullseye, acer spin 1), currently
grub-install doesn't work, and so the various grub packages aren't
installable / upgradable

Not sure what the severity should be, or which package I should file a bug
against, but I've appended some typical output below that may or may not be
useful:

Yours

Joseph


# grub-install --target=x86_64-efi
Installing for x86_64-efi platform.
grub-install: warning: Cannot read EFI Boot* variables.
grub-install: warning: efivarfs_get_variable: read failed: Interrupted system 
call.
grub-install: warning: efi_get_variable: ops->get_variable failed: Interrupted 
system call.
grub-install: error: failed to register the EFI boot entry: Interrupted system 
call.


# grub-install --target=x86_64-efi --debug

This output is very verbose, but I've left a copy here:

https://www.maher.org.uk/~joseph/20210529-grub-install.log



# efibootmgr Skipping unreadable variable "Boot": Interrupted system
call
Skipping unreadable variable "Boot0001": Interrupted system call
Skipping unreadable variable "Boot0002": Interrupted system call
Skipping unreadable variable "Boot0003": Interrupted system call
Skipping unreadable variable "Boot0005": Interrupted system call
Skipping unreadable variable "Boot0008": Interrupted system call
Skipping unreadable variable "Boot000B": Interrupted system call
Skipping unreadable variable "Boot000E": Interrupted system call
Skipping unreadable variable "Boot0011": Interrupted system call
Skipping unreadable variable "Boot0014": Interrupted system call
Skipping unreadable variable "Boot0017": Interrupted system call
Skipping unreadable variable "Boot2001": Interrupted system call
Skipping unreadable variable "Boot2002": Interrupted system call
Skipping unreadable variable "Boot2003": Interrupted system call
show_order(): Interrupted system call


The fact that both grub-install and efibootmgr are getting EINTR here
(albeit with different subsequent effects) suggests to me that the
problem is at a lower level.  This looks like it's probably a kernel
bug, or maybe (though less likely IMO) a bug in the efivar userspace
library.  Reassigning to the kernel for now.

I suspect "strace -f -s 1024 grub-install --target=x86_64-efi" and
"strace -f -s 1024 efibootmgr" might be helpful, along with checking
dmesg to see if the kernel is logging any errors there.

--
Colin Watson (he/him)  [cjwat...@debian.org]



Thanks for the advice to check dmesg - the kernel seems to think 
there is a firmware bug, which somehow I didn't notice earlier:


[Sun Jul 11 20:36:36 2021] [Firmware Bug]: Page fault caused by firmware 
at PA: 0x66cd61d0
[Sun Jul 11 20:36:36 2021] WARNING: CPU: 0 PID: 66728 at 
arch/x86/platform/efi/quirks.c:712 efi_recover_from_page_fault+0x2a/0

xc0
[Sun Jul 11 20:36:36 2021] Modules linked in: tun ufs qnx4 hfsplus hfs 
cdrom minix msdos jfs xfs rfcomm ctr ccm cmac algif_has
h algif_skcipher af_alg bnep binfmt_misc nls_ascii nls_cp437 vfat fat ext4 
btusb ath10k_pci mbcache btrtl btbcm btintel jbd2 s
nd_hda_codec_hdmi ath10k_core snd_sof_pci snd_sof_intel_byt 
snd_sof_intel_ipc snd_sof_intel_hda_common snd_sof_xtensa_dsp snd_
sof bluetooth snd_sof_intel_hda snd_soc_skl snd_hda_codec_realtek 
snd_soc_hdac_hda ath snd_hda_ext_core snd_soc_sst_ipc mac802
11 snd_hda_codec_generic snd_soc_sst_dsp ledtrig_audio intel_rapl_msr 
snd_soc_acpi_intel_match snd_soc_acpi jitterentropy_rng
snd_hda_intel x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel 
snd_intel_dspcfg kvm soundwire_intel soundwire_generic_
allocation snd_soc_core joydev snd_compress soundwire_cadence uvcvideo 
videobuf2_vmalloc irqbypass rapl videobuf2_memops wdat_
wdt intel_cstate videobuf2_v4l2 videobuf2_common watchdog drbg rtsx_usb_ms 
serio_raw pcspkr cfg80211 ansi_cprng videodev
[Sun Jul 11 20:36:36 2021]  hid_sensor_accel_3d hid_sensor_trigger 
efi_pstore memstick snd_hda_codec hid_sensor_iio_common ind
ustrialio_triggered_buffer ecdh_generic kfifo_buf ecc acer_wmi at24 crc16 
industrialio wmi_bmof mc hid_multitouch rfkill snd_h
da_core snd_hwdep soundwire_bus intel_xhci_usb_role_switch tpm_crb libarc4 
roles tpm_tis tpm_tis_core snd_pcm snd_timer intel_
vbtn soc_button_array sparse_keymap ac evdev snd tpm mei_me soundcore 
rng_core mei int3403_thermal processor_thermal_device in
tel_rapl_common int3400_thermal int340x_thermal_zone acpi_thermal_rel 
intel_soc_dts_iosf intel_pmc_core msr parport_pc ppdev l
p parport fuse configfs efivarfs ip_tables x_tables autofs4 btrfs 
blake2b_generic xor raid6_pq libcrc32c crc32c_generic rtsx_usb_sdmmc 
rtsx_usb usbhid dm_crypt dm_mod hid_sensor_custom h

Bug#989229: grub-install: warning: Cannot read EFI Boot* variables.

2021-05-29 Thread Joseph Maher



Package: grub2-common
Version: 2.04-17
Severity: grave
Justification: renders package unusable


grub seems unhappy on my laptop (testing=bullseye, acer spin 1), currently 
grub-install doesn't work, and so the various grub packages aren't 
installable / upgradable


Not sure what the severity should be, or which package I should file a bug 
against, but I've appended some typical output below that may or may not 
be useful:


Yours

Joseph


# grub-install --target=x86_64-efi
Installing for x86_64-efi platform.
grub-install: warning: Cannot read EFI Boot* variables.
grub-install: warning: efivarfs_get_variable: read failed: Interrupted system 
call.
grub-install: warning: efi_get_variable: ops->get_variable failed: Interrupted 
system call.
grub-install: error: failed to register the EFI boot entry: Interrupted system 
call.


# grub-install --target=x86_64-efi --debug

This output is very verbose, but I've left a copy here:

https://www.maher.org.uk/~joseph/20210529-grub-install.log



# efibootmgr 
Skipping unreadable variable "Boot": Interrupted system call

Skipping unreadable variable "Boot0001": Interrupted system call
Skipping unreadable variable "Boot0002": Interrupted system call
Skipping unreadable variable "Boot0003": Interrupted system call
Skipping unreadable variable "Boot0005": Interrupted system call
Skipping unreadable variable "Boot0008": Interrupted system call
Skipping unreadable variable "Boot000B": Interrupted system call
Skipping unreadable variable "Boot000E": Interrupted system call
Skipping unreadable variable "Boot0011": Interrupted system call
Skipping unreadable variable "Boot0014": Interrupted system call
Skipping unreadable variable "Boot0017": Interrupted system call
Skipping unreadable variable "Boot2001": Interrupted system call
Skipping unreadable variable "Boot2002": Interrupted system call
Skipping unreadable variable "Boot2003": Interrupted system call
show_order(): Interrupted system call


# efivar -l
8be4df61-93ca-11d2-aa0d-00e098032b8c-Boot0003
8be4df61-93ca-11d2-aa0d-00e098032b8c-dbxDefault
8be4df61-93ca-11d2-aa0d-00e098032b8c-dbDefault
8be4df61-93ca-11d2-aa0d-00e098032b8c-KEKDefault
8be4df61-93ca-11d2-aa0d-00e098032b8c-PKDefault
8be4df61-93ca-11d2-aa0d-00e098032b8c-Boot0017
8be4df61-93ca-11d2-aa0d-00e098032b8c-Boot0014
8be4df61-93ca-11d2-aa0d-00e098032b8c-Boot0011
8be4df61-93ca-11d2-aa0d-00e098032b8c-Boot000E
8be4df61-93ca-11d2-aa0d-00e098032b8c-Boot000B
8be4df61-93ca-11d2-aa0d-00e098032b8c-Boot0008
8be4df61-93ca-11d2-aa0d-00e098032b8c-Boot0005
89cb0e8d-393c-4830-bfff-65d9147e8c3b-AUPS
89cb0e8d-393c-4830-bfff-65d9147e8c3b-ACUB
8be4df61-93ca-11d2-aa0d-00e098032b8c-OsIndications
a9b5f8d2-cb6d-42c2-bc01-b5ffaae4335e-PBRDevicePath
d719b2cb-3d3a-4596-a3bc-dad00e67656f-db
8be4df61-93ca-11d2-aa0d-00e098032b8c-KEK
8be4df61-93ca-11d2-aa0d-00e098032b8c-PK
8be4df61-93ca-11d2-aa0d-00e098032b8c-Boot0002
eaec226f-c9a3-477a-a826-ddc716cdc0e3-OfflineUniqueIDEKPubCRC
eaec226f-c9a3-477a-a826-ddc716cdc0e3-OfflineUniqueIDEKPub
8be4df61-93ca-11d2-aa0d-00e098032b8c-Boot0001
89cb0e8d-393c-4830-bfff-65d9147e8c3b-WBSN
89cb0e8d-393c-4830-bfff-65d9147e8c3b-WBMN
59d1c24f-50f1-401a-b101-f33e0daed443-TargetHddDevPath
a04a27f4-df00-4d42-b552-39511302113d-BootType
8be4df61-93ca-11d2-aa0d-00e098032b8c-BootOrder
bf661981-1bce-42fc-abc4-716d8531aac5-WIFICTL
89cb0e8d-393c-4830-bfff-65d9147e8c3b-ASSN
0d9a1427-e02a-437d-926b-aa521fd722ba-PciLanInfo
04b37fe8-f6ae-480b-bdd5-37d98c5e89aa-VarErrorFlag
89cb0e8d-393c-4830-bfff-65d9147e8c3b-AEBT
0a4cd120-ea2d-4aef-a4b0-b0c08cbbdbbe-BootDevice
59d1c24f-50f1-401a-b101-f33e0daed443-PhysicalBootOrder
8be4df61-93ca-11d2-aa0d-00e098032b8c-Boot
8be4df61-93ca-11d2-aa0d-00e098032b8c-Boot2003
8be4df61-93ca-11d2-aa0d-00e098032b8c-Boot2002
8be4df61-93ca-11d2-aa0d-00e098032b8c-Boot2001
59d1c24f-50f1-401a-b101-f33e0daed443-EMMC_DTR
89cb0e8d-393c-4830-bfff-65d9147e8c3b-SMAC
89cb0e8d-393c-4830-bfff-65d9147e8c3b-SMAB
89cb0e8d-393c-4830-bfff-65d9147e8c3b-SMAA
8be4df61-93ca-11d2-aa0d-00e098032b8c-ConOut
8be4df61-93ca-11d2-aa0d-00e098032b8c-ConIn
8be4df61-93ca-11d2-aa0d-00e098032b8c-Timeout
89cb0e8d-393c-4830-bfff-65d9147e8c3b-A01LastSataPortPresent
89cb0e8d-393c-4830-bfff-65d9147e8c3b-ABRV
a04a27f4-df00-4d42-b552-39511302113d-Custom
59d1c24f-50f1-401a-b101-f33e0daed443-CustomPlatformLang
89cb0e8d-393c-4830-bfff-65d9147e8c3b-ACFB
59d1c24f-50f1-401a-b101-f33e0daed443-AdministerSecureBoot
89cb0e8d-393c-4830-bfff-65d9147e8c3b-ASTM
aeb9c5c1-94f1-4d02-bfd9-4602db2d3c54-Tcg2PhysicalPresence
aeb9c5c1-94f1-4d02-bfd9-4602db2d3c54-Tcg2PhysicalPresenceFlags
e20939be-32d4-41be-a150-897f85d49829-MemoryOverwriteRequestControl
89cb0e8d-393c-4830-bfff-65d9147e8c3b-AFBD
89cb0e8d-393c-4830-bfff-65d9147e8c3b-AACV
382af2bb--abcd-aaee-cce099338877-SecureFlashInfo
8be4df61-93ca-11d2-aa0d-00e098032b8c-PlatformLang
8be4df61-93ca-11d2-aa0d-00e098032b8c-Lang
fd21bf2b-f5d1-46c5-aee3-c60158339239-MsdmAddress
eb704011-1402-11d3-8e77-00a0c969723b-MTC

Bug#741448: grive: Exception when executing grive

2015-04-21 Thread Joseph Maher


Does this package still work for anyone?

People at the grive github seem to think the API grive uses has been 
removed:


https://github.com/Grive/grive/issues/310

Joseph


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#704417: evince: Save as file dialog does not have a default folder [patch]

2013-03-31 Thread Joseph Maher

Package: evince
Version: 3.4.0-3.1
Severity: normal
Tags: patch

On choosing File-Save a copy, the file dialog never has a default folder, 
and always says:



Save in folder: Please select folder below


The attached patch is from the 3.6 version of evince, applies cleanly 
to the version of evince currently in wheezy, and fixes the problem:


commit f6137df22503d88a76cc69f622919ec7bd3582d7
Author: Christian Persch c...@gnome.org
Date:   2012-07-06

shell: Store and restore current folder when opening or saving file

Remember the folder last used to open or save a document, attachment
or image.

M   data/org.gnome.Evince.gschema.xml.in
M   shell/ev-window.c



-- System Information:
Debian Release: 7.0
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages evince depends on:
ii  evince-common3.4.0-3.1
ii  gnome-icon-theme 3.4.0-2
ii  libatk1.0-0  2.4.0-2
ii  libc62.13-38
ii  libcairo-gobject21.12.2-3
ii  libcairo21.12.2-3
ii  libevdocument3-4 3.4.0-3.1
ii  libevview3-3 3.4.0-3.1
ii  libgail-3-0  3.4.2-6
ii  libgdk-pixbuf2.0-0   2.26.1-1
ii  libglib2.0-0 2.33.12+really2.32.4-5
ii  libgnome-keyring03.4.1-1
ii  libgtk-3-0   3.4.2-6
ii  libice6  2:1.0.8-2
ii  libnautilus-extension1a  3.4.2-1+build1
ii  libpango1.0-01.30.0-1
ii  libsm6   2:1.2.1-2
ii  libx11-6 2:1.5.0-1
ii  libxml2  2.8.0+dfsg1-7+nmu1
ii  shared-mime-info 1.0-1+b1
ii  zlib1g   1:1.2.7.dfsg-13

Versions of packages evince recommends:
ii  dbus-x11  1.6.8-1
ii  gvfs  1.12.3-4

Versions of packages evince suggests:
ii  nautilus  3.4.2-1+build1
ii  poppler-data  0.4.5-10
pn  unrar none

-- no debconf information
diff --git a/data/org.gnome.Evince.gschema.xml.in b/data/org.gnome.Evince.gschema.xml.in
index 06384d4..3de283a 100644
--- a/data/org.gnome.Evince.gschema.xml.in 
+++ b/data/org.gnome.Evince.gschema.xml.in
@@ -17,6 +17,14 @@
   _summaryAutomatically reload the document/_summary
   _descriptionThe document is automatically reloaded on file change./_description
 /key
+key name=document-directory type=ms
+  defaultnothing/default
+  _summaryThe URI of the directory last used to open or save a document/_summary
+/key
+key name=pictures-directory type=ms
+  defaultnothing/default
+  _summaryThe URI of the directory last used to save a picture/_summary
+/key
 child name=default schema=org.gnome.Evince.Default/
   /schema
 
diff --git a/shell/ev-window.c b/shell/ev-window.c
index c8bd717..7f068af 100644
--- a/shell/ev-window.c 
+++ b/shell/ev-window.c
@@ -246,6 +246,8 @@ struct _EvWindowPrivate {
 #define GS_SCHEMA_NAME   org.gnome.Evince
 #define GS_OVERRIDE_RESTRICTIONS override-restrictions
 #define GS_AUTO_RELOAD   auto-reload
+#define GS_LAST_DOCUMENT_DIRECTORY document-directory
+#define GS_LAST_PICTURES_DIRECTORY pictures-directory
 
 #define SIDEBAR_DEFAULT_SIZE132
 #define LINKS_SIDEBAR_ID links
@@ -1438,6 +1440,22 @@ lockdown_changed (GSettings   *lockdown,
 }
 #endif
 
+static GSettings *
+ev_window_ensure_settings (EvWindow *ev_window)
+{
+EvWindowPrivate *priv = ev_window-priv;
+
+if (priv-settings != NULL)
+return priv-settings;
+
+priv-settings = g_settings_new (GS_SCHEMA_NAME);
+g_signal_connect (priv-settings,
+  changed::GS_OVERRIDE_RESTRICTIONS,
+  G_CALLBACK (override_restrictions_changed),
+  ev_window);
+return priv-settings;
+}
+
 static gboolean
 ev_window_setup_document (EvWindow *ev_window)
 {
@@ -1453,13 +1471,7 @@ ev_window_setup_document (EvWindow *ev_window)
 	ev_window_title_set_document (ev_window-priv-title, document);
 	ev_window_title_set_uri (ev_window-priv-title, ev_window-priv-uri);
 
-	if (!ev_window-priv-settings) {
-		ev_window-priv-settings = g_settings_new (GS_SCHEMA_NAME);
-		g_signal_connect (ev_window-priv-settings,
-  changed::GS_OVERRIDE_RESTRICTIONS,
-  G_CALLBACK (override_restrictions_changed),
-  ev_window);
-	}
+ev_window_ensure_settings (ev_window);
 
 #ifdef HAVE_DESKTOP_SCHEMAS
 	if (!ev_window-priv-lockdown_settings) {
@@ -2404,6 +2416,75 @@ ev_window_reload_document (EvWindow *ev_window,
 	}
 }
 
+static const gchar *
+get_settings_key_for_directory (GUserDirectory directory)
+{
+switch (directory) {
+case G_USER_DIRECTORY_PICTURES:
+return GS_LAST_PICTURES_DIRECTORY;
+case 

Bug#651848: nload: incorrect output with amd64 kernel, i386 userland

2011-12-12 Thread Joseph Maher

Package: nload
Version: 0.7.3-1
Severity: normal

Running nload on an amd64 kernel with i386 userland, I get the following 
output, which is not correct:


###  Avg: 63.47 GBit/s
###  Min: 63.44 GBit/s
###  Max: 63.60 GBit/s
###  Ttl: 32.00 GByte

I assume this is due to an 64/32 bit integer conversion issue - nload 
seems to be taking the system info from /sys/class/net/, but I didn't see 
quite how to fix it... this bug also seems to be present in the current 
testing version 0.7.3-1, as I built that on stable and had the same issue, 
so this is perhaps not the same problem as bug 300267.


Yours

Joseph Maher


-- System Information:
Debian Release: 6.0.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.39-bpo.2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages nload depends on:
ii  libc6 2.11.2-10  Embedded GNU C Library: 
Shared lib

ii  libgcc1   1:4.4.5-8  GCC support library
ii  libncurses5   5.7+20100313-5 shared libraries for terminal 
hand
ii  libstdc++64.4.5-8The GNU Standard C++ Library 
v3


nload recommends no packages.

nload suggests no packages.

-- no debconf information



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#647630: fdupes: Merge n groups of hardlinked files to a single hardlinked file

2011-11-19 Thread Joseph Maher


The documentation says that the -H and -L options conflict, however, not 
only do they not appear to conflict, but


fdupes -L -H dirs...

is exactly what I want to do to deduplicate certain collections of files.

Removing the following check from

debian/patches/50_bts284274_hardlinkreplace.dpatch

seems to result in the desired behaviour.

--- 50_bts284274_hardlinkreplace.dpatch 2011-11-19 14:23:28.0 -0500
+++ 50_bts284274_hardlinkreplace.dpatch.new 2011-11-19 14:30:54.0 
-0500
@@ -189,11 +189,6 @@
 +exit(1);
 +  }
 +
-+  if (ISFLAG(flags, F_HARDLINKFILES)  ISFLAG(flags, 
F_CONSIDERHARDLINKS)) {

-+errormsg(options --linkhard and --hardlinks are not compatible\n);
-+exit(1);
-+  }
-+
if (ISFLAG(flags, F_RECURSEAFTER)) {
  firstrecurse = nonoptafter(--recurse:, argc, oldargv, argv, 
optind);



Yours

Joseph Maher



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#622307: bsdmainutils: cal -M no longer works

2011-04-11 Thread Joseph Maher

Package: bsdmainutils
Version: 8.0.13
Severity: normal

cal -M used to give the calendar starting on Mondays in lenny, but no 
longer does this in squeeze. ncal -M works, but I prefer the calendar the 
other way round...



-- System Information:
Debian Release: 6.0.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages bsdmainutils depends on:
ii  bsdutils  1:2.17.2-9 Basic utilities from 
4.4BSD-Lite
ii  debianutils   3.4Miscellaneous utilities 
specific t
ii  libc6 2.11.2-10  Embedded GNU C Library: 
Shared lib
ii  libncurses5   5.7+20100313-5 shared libraries for terminal 
hand


bsdmainutils recommends no packages.

Versions of packages bsdmainutils suggests:
ii  cpp   4:4.4.5-1  The GNU C preprocessor (cpp)
pn  vacation  none (no description available)
pn  wamerican | wordlist  none (no description available)
ii  whois 5.0.10 an intelligent whois client

-- no debconf information




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#541388: xserver-xorg: Xmodmap settings lost across suspend/hibernate

2010-12-08 Thread Joseph Maher


I also have this problem on one machine only, other machines work fine. 
I've attached an X log in case its of any use.


I use both xmodmap and xinput to change settings, and both sets of changes 
are lost. It may be of interest to know that re-running xinput restores 
the desired settings, but re-running xmodmap does not.


The xinput line I use is:

xinput set-button-map Kingsis Peripherals Evoluent VerticalMouse 2 1 2 2 4 5 
6 7 3 8

The xmodmap lies are (from .xmodmap):

keycode 133 =   Pointer_Button1
keycode 134 =   Pointer_Button2
keycode  66 =   Pointer_Button3

When I first run xmodmap .xmodmap xev reports:

ButtonPress event, serial 27, synthetic NO, window 0x221,
root 0x15d, subw 0x222, time 68980670, (49,36), root:(217,230),
state 0x0, button 1, same_screen YES

EnterNotify event, serial 27, synthetic NO, window 0x221,
root 0x15d, subw 0x0, time 68980670, (49,36), root:(217,230),
mode NotifyGrab, detail NotifyInferior, same_screen YES,
focus YES, state 256

KeymapNotify event, serial 27, synthetic NO, window 0x0,
keys:  93  0   0   0   0   0   0   0   0   0   0   0   0   0   0   0
   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0

ButtonRelease event, serial 27, synthetic NO, window 0x221,
root 0x15d, subw 0x222, time 68980766, (49,36), root:(217,230),
state 0x100, button 1, same_screen YES

LeaveNotify event, serial 27, synthetic NO, window 0x221,
root 0x15d, subw 0x0, time 68980766, (49,36), root:(217,230),
mode NotifyUngrab, detail NotifyInferior, same_screen YES,
focus YES, state 0


But after the settings have been lost, and I run xmodmap .xmodmap again I 
get:


KeyPress event, serial 27, synthetic NO, window 0x181,
root 0x15d, subw 0x182, time 582323704, (47,48), root:(269,296),
state 0x0, keycode 133 (keysym 0xfee9, Pointer_Button1), same_screen 
YES,

XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False

KeyRelease event, serial 30, synthetic NO, window 0x181,
root 0x15d, subw 0x182, time 582323888, (47,48), root:(269,296),
state 0x0, keycode 133 (keysym 0xfee9, Pointer_Button1), same_screen 
YES,

XLookupString gives 0 bytes:
XFilterEvent returns: False

and this does not work - i.e. pressing the buttons on the keyboard does 
not seem to give a mouse click...


Yours

Joseph

Xorg.0.log.old
Description: application/trash


Bug#570898: rsync: add translate.diff patch

2010-02-21 Thread Joseph Maher

Package: rsync
Version: 3.0.3-2
Severity: wishlist

There's a patch in the rsync upstream patch collection which adds a --tr 
flag which enables you to replace certain characters with other ones in 
file names. This is useful if you are trying to sync from say ext3 to 
vfat, where the latter file system supports a smaller character set.


Anyway, I've successfully built and used rsync with the addition of this 
patch, and hopefully its reasonably non-invasive...


http://gitweb.samba.org/?p=rsync-patches.git;a=blob;f=transliterate.diff;h=77f9ed8add21b705017c1809e99391cc5414de00;hb=5214a41bbae94607b196b199b483710e1babf292



-- System Information:
Debian Release: 5.0.4
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages rsync depends on:
ii  base-files  5lenny5  Debian base system 
miscellaneous f
ii  libacl1 2.2.47-2 Access control list shared 
library
ii  libc6   2.7-18lenny2 GNU C Library: Shared 
libraries
hi  libpopt01.14-4   lib for parsing cmdline 
parameters
ii  lsb-base3.2-20   Linux Standard Base 3.2 init 
scrip


rsync recommends no packages.

Versions of packages rsync suggests:
ii  openssh-client1:5.1p1-5  secure shell client, an 
rlogin/rsh
ii  openssh-server1:5.1p1-5  secure shell server, an rshd 
repla


-- no debconf information




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#515865: running evince foo.pdf from command line doesn't open new window

2009-03-23 Thread Joseph Maher



Le mardi 17 février 2009 à 20:44 -0600, Joseph Maher a écrit :

and then run it again, you don't get a second window, and your focus gets
shifted to the first, even if it is on a completely different desktop...


I think this is expected, as opening another window for the same
document is counterproductive. How do you think it should behave?


I preferred the original behaviour, opening a new window on the current 
desktop - I sometimes wish to look at different parts of the same document 
on different desktops...


Joseph

Bug#515865: running evince foo.pdf from command line doesn't open new window

2009-02-17 Thread Joseph Maher

Package: evince
Version: 2.22.2-4~lenny1
Severity: normal

If you run

evince foo.pdf

and then run it again, you don't get a second window, and your focus gets 
shifted to the first, even if it is on a completely different desktop...


Yours

Joseph



-- System Information:
Debian Release: 5.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages evince depends on:
ii  gconf2 2.22.0-1  GNOME configuration database 
syste

ii  gnome-icon-theme   2.22.0-1  GNOME Desktop icon theme
ii  libart-2.0-2   2.3.20-2  Library of functions for 2D 
graphi

ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libbonobo2-0   2.22.0-1  Bonobo CORBA interfaces 
library

ii  libbonoboui2-0 2.22.0-1  The Bonobo UI library
ii  libc6  2.7-18GNU C Library: Shared 
libraries
ii  libcairo2  1.6.4-7   The Cairo 2D vector graphics 
libra
ii  libdbus-1-31.2.1-5   simple interprocess messaging 
syst
ii  libdbus-glib-1-2   0.76-1simple interprocess messaging 
syst
ii  libdjvulibre21 3.5.20-8+lenny1   Runtime support for the DjVu 
image

ii  libgcc11:4.3.2-1.1   GCC support library
ii  libgconf2-42.22.0-1  GNOME configuration database 
syste
ii  libglade2-01:2.6.2-1 library to load .glade files 
at ru
ii  libglib2.0-0   2.16.6-1  The GLib library of C 
routines
ii  libgnome-keyring0  2.22.3-2  GNOME keyring services 
library
ii  libgnome2-02.20.1.1-1The GNOME 2 library - runtime 
file
ii  libgnomecanvas2-0  2.20.1.1-1A powerful object-oriented 
display
ii  libgnomeui-0   2.20.1.1-2The GNOME 2 libraries (User 
Interf
ii  libgnomevfs2-0 1:2.22.0-5GNOME Virtual File System 
(runtime
ii  libgtk2.0-02.12.11-4 The GTK+ graphical user 
interface
ii  libice62:1.0.4-1 X11 Inter-Client Exchange 
library
ii  libjpeg62  6b-14 The Independent JPEG Group's 
JPEG
ii  libkpathsea4   2007.dfsg.2-4 TeX Live: path search library 
for
ii  libnautilus-extension1 2.20.0-7  libraries for nautilus 
components
ii  liborbit2  1:2.14.13-0.1 libraries for ORBit2 - a 
CORBA ORB
ii  libpango1.0-0  1.20.5-3  Layout and rendering of 
internatio
ii  libpoppler-glib3   0.8.7-1   PDF rendering library 
(GLib-based
hi  libpopt0   1.14-4lib for parsing cmdline 
parameters
ii  libsm6 2:1.0.3-2 X11 Session Management 
library
ii  libspectre10.2.0.ds-1Library for rendering 
Postscript d
ii  libstdc++6 4.3.2-1.1 The GNU Standard C++ Library 
v3
ii  libtiff4   3.8.2-11  Tag Image File Format (TIFF) 
libra

ii  libx11-6   2:1.1.5-2 X11 client-side library
ii  libxml22.6.32.dfsg-5 GNOME XML library
ii  shared-mime-info   0.30-2FreeDesktop.org shared MIME 
databa

ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages evince recommends:
ii  dbus-x11  1.2.1-5simple interprocess messaging 
syst


Versions of packages evince suggests:
pn  poppler-data  none (no description available)
ii  unrar 1:3.8.2-1  Unarchiver for .rar files 
(non-fre





--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#515161: [Bug 571744] function small has changed behaviour between 1.6.3 and 1.8.3 (fwd)

2009-02-16 Thread Joseph Maher


OK - this seems to be the desired behaviour for the small/large 
functions...


Yours

Joseph




-- Forwarded message --
Date: Tue, 17 Feb 2009 00:47:26 + (UTC)
From: Gnumeric (bugzilla.gnome.org) bugzilla-dae...@bugzilla.gnome.org
To: gn...@josephmaher.org
Subject: [Bug 571744] function small has changed behaviour between 1.6.3 and
1.8.3

If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=571744

  Gnumeric | Analytics | Ver: 1.8.x

Morten Welinder changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||NOTABUG




--- Comment #1 from Morten Welinder  2009-02-17 00:47 UTC ---
This is correct and, in turns out, deliberate, see.

   http://bugzilla.gnome.org/show_bug.cgi?id=343176#c4

The work-around is to use a range.  If your original data was not in a
range as-is, create a new range that simply copies the data.

The documentation appears to be fixed in 1.9.x:

static GnmFuncHelp const help_small[] = {
{ GNM_FUNC_HELP_NAME, F_(SMALL: @{k}-th smallest value in a data
set.)
},
{ GNM_FUNC_HELP_ARG, F_(data:data set)},
{ GNM_FUNC_HELP_ARG, F_(k:which value to find)},
{ GNM_FUNC_HELP_NOTE, F_(If data set is empty this function returns a
#
NUM! error.) },
{ GNM_FUNC_HELP_NOTE, F_(If @{k} = 0 or @{k} is greater than the
numbe
r of data items given 
 this function returns a #NUM! error.)},
{ GNM_FUNC_HELP_DESCRIPTION, F_(This function is Excel compatible.)
},
{ GNM_FUNC_HELP_EXAMPLES, F_(Let us assume that the cells A1, A2, ...,
A5 contain numbers 
 11.4, 17.3, 21.3, 25.9, and 40.1.) },
{ GNM_FUNC_HELP_EXAMPLES, F_(Then SMALL(A1:A5,2) equals 17.3.
 SMALL(A1:A5,4) equals 25.9.) },
{ GNM_FUNC_HELP_SEEALSO, PERCENTILE,PERCENTRANK,QUARTILE,LARGE},
{ GNM_FUNC_HELP_END }
};



Closing as NOTABUG because the change was deliberate and necessary to fix
implicit iteration.


--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why 
you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at 
http://bugzilla.gnome.org/show_bug.cgi?id=571744.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#515161: further information

2009-02-14 Thread Joseph Maher


I also submited this upstream:

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

Yours

Joseph



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#515161: gnumeric: function small has changed behaviour since etch

2009-02-13 Thread Joseph Maher

Package: gnumeric
Version: 1.8.3-5+lenny1
Severity: important

In etch's gnumeric you could evaluate

=small(A1, A2, A3, 2)

and this would give you the second smallest value of the listed cells.
This doesn't seem to work in lenny's gnumeric, though

=small(A1:A3, 2)

does. However, I have many old spreadsheets using the old behaviour on
non-contiguous cells, so this is somewhat inconvenient.

Note that the documentation describes the first behaviour, but gives an
example of the second...

Yours

Joseph



-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnumeric depends on:
ii  debconf [debc 1.5.24 Debian configuration management sy
ii  gconf22.22.0-1   GNOME configuration database syste
ii  gnumeric-comm 1.8.3-5+lenny1 spreadsheet application for GNOME
ii  gsfonts   1:8.11+urwcyr1.0.7~pre44-3 Fonts for the Ghostscript interpre
ii  libatk1.0-0   1.22.0-1   The ATK accessibility toolkit
ii  libbonobo2-0  2.22.0-1   Bonobo CORBA interfaces library
ii  libbonoboui2- 2.22.0-1   The Bonobo UI library
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libcairo2 1.6.4-7The Cairo 2D vector graphics libra
ii  libgconf2-4   2.22.0-1   GNOME configuration database syste
ii  libglade2-0   1:2.6.2-1  library to load .glade files at ru
ii  libglib2.0-0  2.16.6-1   The GLib library of C routines
ii  libgnome2-0   2.20.1.1-1 The GNOME 2 library - runtime file
ii  libgnomeui-0  2.20.1.1-2 The GNOME 2 libraries (User Interf
ii  libgnomevfs2- 1:2.22.0-5 GNOME Virtual File System (runtime
ii  libgoffice-0- 0.6.3-1Document centric objects library -
ii  libgsf-1-114  1.14.8-1lenny2 Structured File Library - runtime
ii  libgtk2.0-0   2.12.11-4  The GTK+ graphical user interface
ii  libpango1.0-0 1.20.5-3   Layout and rendering of internatio
ii  libxml2   2.6.32.dfsg-5  GNOME XML library
ii  procps1:3.2.7-11 /proc file system utilities
ii  zlib1g1:1.2.3.3.dfsg-12  compression library - runtime

Versions of packages gnumeric recommends:
ii  evince   2.22.2-4~lenny1 Document (postscript, pdf) 
viewer


Versions of packages gnumeric suggests:
ii  epiphany-browser  2.22.3-9   Intuitive web browser - dummy pack
ii  gnumeric-doc  1.8.3-5+lenny1 spreadsheet application for GNOME
pn  gnumeric-plugins-extranone (no description available)
ii  ttf-liberation1.04.93-1  Free fonts with the same metrics a
ii  ttf-mscorefonts-installer 2.7Installer for Microsoft TrueType c

-- debconf information:
  gnumeric/existing-process: false




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#463755: tex4ht doesn't find config file in default install

2008-02-04 Thread Joseph Maher


Thanks for your quick response.

On one machine this problem has gone away, but it stills occurs on another 
machine.



I will check this myself. Meanwhile, could you please check whether
you have a file /etc/texmf/texmf.d/90tex4ht.cnf and see if the
problem disappears if this file is renamed to
/etc/texmf/texmf.d/80tex4ht.cnf?


I do have this file (on both machines).

$ ls -l /etc/texmf/texmf.d/90tex4ht.cnf
-rw-r--r-- 1 root root 434 2006-09-19 23:55 /etc/texmf/texmf.d/90tex4ht.cnf

moving it to /etc/texmf/texmf.d/80tex4ht.cnf didn't help on the one it 
doesn't work on.


Yours

Joseph Maher



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463755: Info received (Bug#463755: tex4ht doesn't find config file in default install)

2008-02-04 Thread Joseph Maher


PS

running

/etc/cron.daily/tetex-bin

fixed the problem on the machien that wasn't working.

Joseph



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463755: tex4ht doesn't find config file in default install

2008-02-04 Thread Joseph Maher



The problem is that tex4ht.env is in tex4ht but texhash is only
run by the postinst of tex4ht-common.

Running texhash in the postinst of tex4ht will fix the problem. I
will figure out how to upload to stable/updates and fix this problem.

Meanwhile, running texhash on the system (as root) should solve the
submitter's problem.


Yes - this fixes the problem.

Thanks a lot!

Joseph



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463755: tex4ht doesn't find config file in default install

2008-02-02 Thread Joseph Maher

Package: tex4ht
Version: 20060913-1
Severity: normal

running

$ hlatex file.tex

produces:

other output omitted

tex4ht.c (2006-09-13-14:27 kpathsea)
tex4ht -f/file.tex
  -i/usr/share/texmf/tex4ht/ht-fonts/ 
--- warning --- Can't find/open file `tex4ht.env | .tex4ht'

--- error --- Illegal storage address


running

$ TEX4HTENV=/etc/tex4ht/tex4ht.env htlatex file.tex

works just fine.

Yours

Joseph Maher


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-686
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages tex4ht depends on:
ii  libc6  2.3.6.ds1-13etch4 GNU C Library: Shared libraries
ii  libkpathsea4   3.0-30path search library for teTeX (run
ii  tetex-bin  3.0-30The teTeX programs
ii  tex4ht-common  20060913-1LaTeX and TeX for Hypertext (HTML)

tex4ht recommends no packages.

-- no debconf information



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#399277: mtd-tools: missing documentation

2006-11-18 Thread Joseph Maher

Package: mtd-tools
Version: 20061007-1
Severity: normal

The documentation for mtd-tools seems to have gone missing in the
currrent version in testing. In particular it would be nice to ship it
with at least mtd-jffs-HOWTO.txt.gz.

Yours

Joseph Maher

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages mtd-tools depends on:
ii  libc62.3.6.ds1-7 GNU C Library: Shared 
libraries

ii  zlib1g   1:1.2.3-13  compression library - runtime

mtd-tools recommends no packages.

-- no debconf information



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#392892: dirvish uses ssh to contact localhost

2006-10-13 Thread Joseph Maher

Package: dirvish
Version: 1.2.1-1
Severity: minor

If you have

client: localhost

in default.conf, then dirvish will ssh to localhost, whereas if you have
the output of hostname it won't. It might be nice to get it to not ssh
to localhost too

Joseph

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages dirvish depends on:
ii  libtime-modules-perl 2003.1126-2 Various Perl modules for time/date
ii  libtime-period-perl  1.20-8  Perl library for testing if a time
ii  perl 5.8.8-6.1   Larry Wall's Practical Extraction
ii  perl-modules 5.8.8-6.1   Core Perl modules
ii  rsync2.6.8-2 fast remote file copy program (lik

Versions of packages dirvish recommends:
ii  ssh   1:4.3p2-4  Secure shell client and server (tr

-- no debconf information



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#343139: transfig: fig2dev changes fontsize in ps/latex export

2005-12-12 Thread Joseph Maher

Package: transfig
Version: 1:3.2.5-alpha5-2
Severity: wishlist

If you export a .fig to ps/latex, fig2dev only allows a maximum font 
size of about 41. This can be fixed by changing the file


transfig-3.2.4-rel/fig2dev/dev/texfonts.h

replace the line:

#define TEXFONTSIZE(S)(texfontsizes[((S) = MAXFONTSIZE) ? round(S)\
 : (MAXFONTSIZE-1))])

with

#define TEXFONTSIZE(S)   (S)

rebuilding transfig causes the specified font sizes to be passed through 
to the latex file. If you actually want to get different font sizes you 
also need a \usepackage{type1cm} somwhere in the tex file, eg


fig2eps -add=type1cm foo.fig

I obtained the solution here:

http://www.linuxgazette.com/issue96/artime.html

Yours

Joseph Maher


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-k7
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages transfig depends on:
ii  libc6  2.3.2.ds1-22  GNU C Library: Shared libraries an
ii  libpng12-0 1.2.8rel-1PNG library - runtime
ii  libx11-6   4.3.0.dfsg.1-14sarge1 X Window System protocol client li
ii  libxpm44.3.0.dfsg.1-14sarge1 X pixmap library
ii  xlibs  4.3.0.dfsg.1-14sarge1 X Keyboard Extension (XKB) configu
ii  zlib1g 1:1.2.2-4.sarge.2 compression library - runtime

-- no debconf information


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]