search for: 2341

Displaying 20 results from an estimated 98 matches for "2341".

Did you mean: 234
2015 Jan 23
38
[Bug 2341] New: XQuartz X11 forwarding not working in OS X 10.10 Yosemite
https://bugzilla.mindrot.org/show_bug.cgi?id=2341 Bug ID: 2341 Summary: XQuartz X11 forwarding not working in OS X 10.10 Yosemite Product: Portable OpenSSH Version: 6.7p1 Hardware: All OS: Mac OS X Status: NEW Severity: normal...
2024 Oct 18
2
NUT 2.8.0-7 Can't claim USB device [2341:8036]@2/0: Invalid parameter using usbhid-ups
Hello All, I have been trying to get NUT package working on proxmox host with Arduino HIDPowerDevice (https://github.com/abratchik/HIDPowerDevice) And I have been banding my head against the wall and looking through the internet why I am getting "Can't claim USB device [2341:8036]@2/0: Invalid parameter" error, but could not find anything relevant. The information : - OS name and version, root at pve2:~# cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 12 (bookworm)" NAME="Debian GNU/Linux" VERSION_ID="12" VERSION="12 (bookwo...
2024 Oct 18
1
NUT 2.8.0-7 Can't claim USB device [2341:8036]@2/0: Invalid parameter using usbhid-ups
...All, > > I have been trying to get NUT package working on proxmox host with > Arduino HIDPowerDevice (https://github.com/abratchik/HIDPowerDevice) > And I have been banding my head against the wall and looking through the > internet why I am getting "Can't claim USB device [2341:8036]@2/0: > Invalid parameter" error, but could not find anything relevant. > > The information : > > - OS name and version, > root at pve2:~# cat /etc/os-release > PRETTY_NAME="Debian GNU/Linux 12 (bookworm)" > NAME="Debian GNU/Linux" > VERSION_...
2011 Jul 20
2
bar chart issue
...Any 2009 0.5128 Any 2010 0.7753 Here are rows 86 to 92. Band and site were recorded differently each year but these are not part of any calculation. Year band site Plasmodium Hemoproteus Leukocytozoon Any 86 2010 2341-06597 1041 1 1 1 1 87 2010 2341-06598 1041 0 0 0 0 88 2010 2341-06599 1042 1 1 0 1 89 2010 2341-06600 1042 0 1 0 1 90 2009 6443 SOSP0901...
2018 Oct 11
10
Transponer data frame.
Hola, Tengo la siguiente base de datos Numero de vuelo Nacionalidad Pax 1240 Argentina 2341 1240 Uruguaya 4432 1240 Paraguaya 67000 1240 Brasilera 1234 1241 Argentina 7344 1241 Uruguaya 543000 1241 Paraguaya 3000 1241 Brasilera 234000 y quiero que quede del siguiente modo: Numero de vuelo Nacionalidad_argentina Nacionalidad_uruguaya Nacionalidad_paraguaya Nacionalidad_brasilera 1240 2341...
2013 Feb 07
0
Failed to to connect socket to '/var/run/libvirt/libvirt-sock': Connection refused
...ed 0 timeout slots, adding at least 10 more 2013-01-10 06:12:12.108+0000: 2340: debug : virEventPollInterruptLocked:716 : Interrupting 2013-01-10 06:12:12.108+0000: 2340: debug : virEventPollAddTimeout:248 : EVENT_POLL_ADD_TIMEOUT: timer=1 frequency=0 cb=0x10008624 opa 2013-01-10 06:12:12.108+0000: 2341: debug : virEventPollRunOnce:640 : Poll got 1 event(s) 2013-01-10 06:12:12.108+0000: 2341: debug : virEventPollDispatchTimeouts:425 : Dispatch 1 2013-01-10 06:12:12.108+0000: 2341: debug : virEventPollDispatchTimeouts:448 : EVENT_POLL_DISPATCH_TIMEOUT: timer=1 2013-01-10 06:12:12.108+0000: 2341: de...
2023 Oct 30
2
usbhid-ups not loading with Arduino Leonardo on Ubuntu 23.10
> VID 2341 doesn't show up in the NUT Git source tree. I was curious about this so just searched for Arduino and then 2341. I found a few hits, but the interesting one was in nut/drivers /arduino-hid.c I don't know enough about the project to know what a "subdriver" (that's what the co...
2023 Oct 30
1
usbhid-ups not loading with Arduino Leonardo on Ubuntu 23.10
On Oct 29, 2023, at 10:17 PM, Kelly Byrd <kbyrd at memcpy.com> wrote: > > > VID 2341 doesn't show up in the NUT Git source tree. > I was curious about this so just searched for Arduino and then 2341. I found a few hits, but the interesting one was in nut/drivers > /arduino-hid.c > Sorry, I made a mistake while searching for the VID. That should work. > Is it poss...
2012 Nov 26
1
Problem with glm, gaussian family with log-link
Dear all, I am using the book "Generalized Linera Models and Extension" by Hardin and Hilbe (second edition, 2007) at the moment. The authors suggest that instead of OLS models, "the log link is generally used for response data that take only positive values on the continuous scale". Of course they also suggest residual plots to check whether a "normal" linera model
2012 May 07
2
[LLVMdev] Address space information dropped
Thanks for your quick response Joerg. We have a very small test case where there is global array and its address space attribute specified like in the following code const int __attribute__((address_space(256))) fangle[13] = {2341, 4681, 7022, 9362, 11703, 1403,16384, 18725, 21065, 23406, 25746, 28087, 30427}; I need to put its initializer in another memory because it has a different address space and I wanted to pass this information through a target-depend asm directive. At the moment, I've overridden EmitGlobal...
2023 Oct 29
1
usbhid-ups not loading with Arduino Leonardo on Ubuntu 23.10
...ogs that nut loaded the driver for it. However, I cannot get this to work with the Arduino. For both the APC and the Arduino I used `nut-scanner -U`. For the Arduino I get: Scanning USB bus. [nutdev1] driver = "usbhid-ups" port = "auto" vendorid = "2341" productid = "8036" product = "Arduino Leonardo" serial = "UPS11" vendor = "Arduino LLC" bus = "001" I then put this in my ups.conf [diyups] driver = "usbhid-ups" desc = "DIY UPS via A...
2012 May 07
2
[LLVMdev] Address space information dropped
...wrote: >> Thanks for your quick response Joerg. >> >> We have a very small test case where there is global array and its >> address space attribute specified like in the following code >> >> const int __attribute__((address_space(256))) fangle[13] = >> {2341, 4681, 7022, 9362, 11703, 1403,16384, >> 18725, 21065, 23406, 25746, 28087, 30427}; >> >> I need to put its initializer in another memory because it has a >> different address space and I wanted to pass this information >> through a target-depend asm directive. &gt...
2012 May 07
0
[LLVMdev] Address space information dropped
...15:59PM +0200, Ivan Llopard wrote: > Thanks for your quick response Joerg. > > We have a very small test case where there is global array and its > address space attribute specified like in the following code > > const int __attribute__((address_space(256))) fangle[13] = > {2341, 4681, 7022, 9362, 11703, 1403,16384, > 18725, 21065, 23406, 25746, 28087, 30427}; > > I need to put its initializer in another memory because it has a > different address space and I wanted to pass this information > through a target-depend asm directive. > At the moment, I...
2016 Dec 14
2
Call for testing: OpenSSH 7.4
I for one would like to see it merged.? Thanks! Sent?from?my?BlackBerry?10?smartphone?on?the Verizon?Wireless?4G?LTE?network. ? Original Message ? From: Jakob Schlyter Sent: Wednesday, December 14, 2016 04:29 To: openssh-unix-dev at mindrot.org Subject: Re: Call for testing: OpenSSH 7.4 On 2016-12-14 at 01:53, Damien Miller wrote: > OpenSSH 7.4 is almost ready for release, so we would
2010 Dec 08
5
Attempting to Run Maplestory V93
I have been attempting to run the .exe file for the game Maplestory using the latest version of WIne. I am using the OS Ubuntu 10.10. However, when I right click the .exe file (which i have saved to the desktop) and click run with wine, all I see is a white box and that is all. No next buttons, etc. I have attempted to run the exe file from a terminal command as per the instructions in the faq,
2010 Jun 10
2
Peculiar Samba permission denied error
Hello, I've been trying to figure this out for some time and can't quite nail it down, despite searching the internet, and a couple of samba books. Here goes: I'm running "Version 3.4.3-3.3.1-2341-SUSE-SL11.2" of Samba on OpenSUSE 11.2. Here are some relevant excerpts from my smb.conf file: [global] ... security = ADS ... winbind separator = + ... log level = 2 ... [xdrives] comment = X Drive Repository path = /share/samba/domain/home browseable = yes create mask...
2016 Dec 15
2
Working X11 with macOS
...ucker wrote: > On Thu, Dec 15, 2016 at 6:58 AM, Blumenthal, Uri - 0553 - MITLL > <uri at ll.mit.edu> wrote: > [OSX launchd diff] >> I for one would like to see it merged. > > I took the patch and addressed the comments in > https://bugzilla.mindrot.org/show_bug.cgi?id=2341. If we can get some > confirmation that it > (https://bugzilla.mindrot.org/attachment.cgi?id=2915&action=edit) > works OK we might be able to get that in. People running macOS, please test this patch by doing X11 forwarding with macOS client to any server. To get current code easise...
2015 Aug 11
10
[Bug 2443] New: Bugs intended to be fixed for OpenSSH 7.1
https://bugzilla.mindrot.org/show_bug.cgi?id=2443 Bug ID: 2443 Summary: Bugs intended to be fixed for OpenSSH 7.1 Product: Portable OpenSSH Version: -current Hardware: Other OS: Linux Status: NEW Keywords: meta Severity: enhancement Priority: P5 Component: Miscellaneous
2007 Apr 23
1
Asterisk+mISDN drops calls after 3-4 secs
...P/4-5079 Apr 23 12:42:43 DEBUG[7625]: chan_sip.c:2426 sip_hangup: update_call_counter(4) - decrement call limit counter Apr 23 12:42:43 DEBUG[7625]: app_dial.c:1619 dial_exec_full: Exiting with DIALSTATUS=ANSWER. -- AGI Script exten2.py completed, returning 0 Apr 23 12:42:43 DEBUG[7625]: pbx.c:2341 __ast_pbx_run: Extension 0331514609, priority 1 returned normally even though call was hung up Is there anybody who can help me? Thank you all. Giorgio
2000 Dec 15
2
RFC: ext3 ability to syslog actions
...be boring (ext2, msdos, etc) and you wouldn't get much from this. But with Reiser, ext3, Tux2 (and it's tail-merging), IBM's jfs, and others I think there might be some worthwhile information to be gathered. 'Writing to journal', 'Purgig journal', 'Tail-merging inode 2341->2352', etc... Does anyone else think there might be a use (at least for debugging?) of such a facility? -- Douglas J. Hunley (Linux User #174778) http://hunley.homeip.net/ Suburbia: where they tear out the trees & then name streets after them.