search for: 715

Displaying 20 results from an estimated 407 matches for "715".

Did you mean: 15
2020 Sep 01
2
[PATCH 07/28] 53c700: improve non-coherent DMA handling
...mostly OK, except for one misnamed parameter >>> below. Unfortunately, the last non-coherent parisc was the 700 >>> series and I no longer own a box, so I can't test that part of it >>> (I can fire up the C360 to test it on a coherent arch). >> >> I have a 715/50 that probably hasn't been powered on in 15 years if >> you need something that old to test on (I believe the 725/100 uses >> the 7100LC and so is coherent). I'll need to set up a cross-compiler >> ... > > I'm not going to say no to actual testing, but it'...
2003 Sep 25
7
[Bug 715] usage of BROKEN_SETREUID/BROKEN_SETREGID considered harmful
http://bugzilla.mindrot.org/show_bug.cgi?id=715 Summary: usage of BROKEN_SETREUID/BROKEN_SETREGID considered harmful Product: Portable OpenSSH Version: -current Platform: All OS/Version: All Status: NEW Severity: major Priority: P2 Co...
2013 Aug 20
2
[LLVMdev] Trying to run qt app compiled to bit code Assertion failed: (Ty->isSized() && "Cannot getTypeInfo() on a type that is unsized!")
...0000000101a6e176 (anonymous namespace)::DIUpdater::getOrCreateType(llvm::Type*) + 294 10 lli               0x0000000101a6e435 (anonymous namespace)::DIUpdater::getOrCreateType(llvm::Type*) + 997 11 lli               0x0000000101a6e31b (anonymous namespace)::DIUpdater::getOrCreateType(llvm::Type*) + 715 12 lli               0x0000000101a6e435 (anonymous namespace)::DIUpdater::getOrCreateType(llvm::Type*) + 997 13 lli               0x0000000101a6e31b (anonymous namespace)::DIUpdater::getOrCreateType(llvm::Type*) + 715 14 lli               0x0000000101a6e31b (anonymous namespace)::DIUpdater::getOrCr...
2011 Apr 22
2
[Bug 715] New: nfq_nfnlh() and nfq_fd() should have const arguments
http://bugzilla.netfilter.org/show_bug.cgi?id=715 Summary: nfq_nfnlh() and nfq_fd() should have const arguments Product: libnetfilter_queue Version: unspecified Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: libne...
2006 Oct 24
0
[715] trunk/wxruby2/TODO: Remove some completed items
...patch .copfile {border:1px solid #ccc;margin:10px 0;} #patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;} #patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} #patch .lines, .info {color:#888;background:#fff;} --></style> <title>[715] trunk/wxruby2/TODO: Remove some completed items</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>715</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt> <dd>2006-10-24 03:52...
2013 Aug 20
0
[LLVMdev] Trying to run qt app compiled to bit code Assertion failed: (Ty->isSized() && "Cannot getTypeInfo() on a type that is unsized!")
...0000000101a6e176 (anonymous namespace)::DIUpdater::getOrCreateType(llvm::Type*) + 294 10 lli 0x0000000101a6e435 (anonymous namespace)::DIUpdater::getOrCreateType(llvm::Type*) + 997 11 lli 0x0000000101a6e31b (anonymous namespace)::DIUpdater::getOrCreateType(llvm::Type*) + 715 12 lli 0x0000000101a6e435 (anonymous namespace)::DIUpdater::getOrCreateType(llvm::Type*) + 997 13 lli 0x0000000101a6e31b (anonymous namespace)::DIUpdater::getOrCreateType(llvm::Type*) + 715 14 lli 0x0000000101a6e31b (anonymous namespace)::DIUpdater::getOrCr...
2020 Jul 10
2
complex migration
...n of running rpm -Va --nofiles --nodigest, which completes but does not fix the files. Has anyone run into this i686 / x86_64 dual package conflicting issue before?? Any suggestions? Christopher Wensink IS Administrator Five Star Plastics, Inc 1339 Continental Drive Eau Claire, WI 54701 Office: 715-831-1682 Mobile: 715-563-3112 Fax: 715-831-6075 cwensink at five-star-plastics.com www.five-star-plastics.com
2008 Feb 11
3
Running Delorme 2006 under WINE
...otocol error - failed to write pipe! err:winedevice:ServiceMain driver L"VICHW11" failed to load err:advapi:service_get_status service protocol error - failed to read pipe r = 0 count = 0! fixme:heap:RtlCompactHeap (0x110000, 0x0) stub err:ole:ITypeInfo_fnInvoke did not find member id -715, flags 0x2! err:ole:ITypeInfo_fnInvoke did not find member id -710, flags 0x2! err:ole:ITypeInfo_fnInvoke did not find member id -715, flags 0x2! err:ole:ITypeInfo_fnInvoke did not find member id -710, flags 0x2! err:ole:ITypeInfo_fnInvoke did not find member id -715, flags 0x2! err:ole:ITypeInfo_f...
2020 Sep 01
1
[PATCH 07/28] 53c700: improve non-coherent DMA handling
On Tue, Sep 01, 2020 at 06:41:12PM +0200, Helge Deller wrote: > > I still have a zoo of machines running for such testing, including a > > 715/64 and two 730. > > I'm going to test this git tree on the 715/64: The 715/64 is a 7100LC machine though. I think you need to boot on the 730 to test the non-coherent path.
2007 Oct 27
1
Cube Size Changes?
...://www.3111skyline.com/download/screenshot/compiz/compiz-rotate.png http://www.3111skyline.com/download/screenshot/compiz/compiz-rotate1.png Is there a setting that controls this? -- David C. Rankin, J.D., P.E. Rankin Law Firm, PLLC 510 Ochiltree Street Nacogdoches, Texas 75961 Telephone: (936) 715-9333 Facsimile: (936) 715-9339 www.rankinlawfirm.com
2000 Aug 21
4
Excluding rows from a matrix
Hi I have a matrix (4 x 950) and I want to remove 3 rows, where the values from the first column are 713, 714 and 715. I can select the rows, one by one, with mat[mat$first==713,] mat[mat$first==714,] ... but I'm unable to (i) select the 3 rows at once, (ii) select the matrix excluding those rows. How can I do it ? Thanks EJ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
2008 Jul 03
2
update to cifs-mount-3.2.0-24.1.122 from .121 broke mount.cifs
...bin/mount.cifs -v //nirvana/david /mnt/nirvana-david -o username=david,uid=1000,password=notmypass Help. Let me know what else I can send and I'll be happy to do it. Thanks. -- David C. Rankin, J.D., P.E. Rankin Law Firm, PLLC 510 Ochiltree Street Nacogdoches, Texas 75961 Telephone: (936) 715-9333 Facsimile: (936) 715-9339 www.rankinlawfirm.com
2006 Apr 23
0
Domain trust relationship between Samba 3.0.21c and AD 2003
...55:30, 3] nsswitch/winbindd_user.c:winbindd_getpwent(626) [ 0]: getpwent [2006/04/21 15:55:30, 1] nsswitch/winbindd_user.c:winbindd_fill_pwent(85) error getting user id for sid S-1-5-21-769731554-1856840314-4054211777-500 [2006/04/21 15:55:30, 1] nsswitch/winbindd_user.c:winbindd_getpwent(715) could not lookup domain user anonymous [2006/04/21 15:55:30, 1] nsswitch/winbindd_user.c:winbindd_fill_pwent(85) error getting user id for sid S-1-5-21-769731554-1856840314-4054211777-1117 [2006/04/21 15:55:30, 1] nsswitch/winbindd_user.c:winbindd_getpwent(715) could not lookup domain us...
2020 Sep 01
1
[PATCH 07/28] 53c700: improve non-coherent DMA handling
...ottomley wrote: > I think this looks mostly OK, except for one misnamed parameter below. > Unfortunately, the last non-coherent parisc was the 700 series and I no > longer own a box, so I can't test that part of it (I can fire up the > C360 to test it on a coherent arch). I have a 715/50 that probably hasn't been powered on in 15 years if you need something that old to test on (I believe the 725/100 uses the 7100LC and so is coherent). I'll need to set up a cross-compiler ...
2020 Aug 06
6
rsync upgrade
Can anyone tell me the repository to use to upgrade to a version of rsync later than 3.1.2? Chris -- Christopher Wensink IS Administrator Five Star Plastics, Inc 1339 Continental Drive Eau Claire, WI 54701 Office: 715-831-1682 Mobile: 715-563-3112 Fax: 715-831-6075 cwensink at five-star-plastics.com www.five-star-plastics.com
2004 Sep 24
1
Compile from source FAILED - Mandrake 7.2
...a.so* libsmbclient.a nmblookup* recycle.so* smbcontrol* smbpasswd* swat* wbinfo* Where do I start looking to find out what failed?? Has anybody else got this working?? -- David C. Rankin, J.D., P.E. Rankin * Bertin, PLLC 510 Ochiltree Street Nacogdoches, Texas 75961 (936) 715-9333 (936) 715-9339 fax www.rankin-bertin.com --
2008 Jun 05
1
0.7.6 Ring Switcher not initiated by <super> Tab
...despite the key binding showing that it is. Instead, <Super>Tab brings up the shift switcher. Just though I would pass this along. Any config files I need to send? Thanks. -- David C. Rankin, J.D.,P.E. Rankin Law Firm, PLLC 510 Ochiltree Street Nacogdoches, Texas 75961 Telephone: (936) 715-9333 Facsimile: (936) 715-9339 www.rankinlawfirm.com
2020 Sep 01
0
[PATCH 07/28] 53c700: improve non-coherent DMA handling
...r one misnamed parameter >>>> below. Unfortunately, the last non-coherent parisc was the 700 >>>> series and I no longer own a box, so I can't test that part of it >>>> (I can fire up the C360 to test it on a coherent arch). >>> >>> I have a 715/50 that probably hasn't been powered on in 15 years if >>> you need something that old to test on (I believe the 725/100 uses >>> the 7100LC and so is coherent). I'll need to set up a cross-compiler >>> ... >> >> I'm not going to say no to actual...
2008 Jul 24
1
Yast->Software Mgmt forced to full screen w/out Decorations - [Work Around]
...fix completely corrected the sw mgmt - fullscreen issue. I have no idea why, but it does look like some code is stepping on toes somewhere. Bonus - sudo works properly as well. -- David C. Rankin, J.D., P.E. Rankin Law Firm, PLLC 510 Ochiltree Street Nacogdoches, Texas 75961 Telephone: (936) 715-9333 Facsimile: (936) 715-9339 www.rankinlawfirm.com
2007 Aug 25
1
Linux Kernel VESA Video Modes for 1440x900
...were: o /usr/src/linux-2.6.22.3-ccj53/Documentation/i386/boot.txt o /usr/src/linux-2.6.22.3-ccj53/Documentation/kernel-parameters.txt o http://en.wikipedia.org/wiki/VESA_BIOS_Extensions -- David C. Rankin, J.D., P.E. Rankin Law Firm, PLLC 510 Ochiltree Street Nacogdoches, Texas 75961 (936) 715-9333 (936) 715-9339 fax www.rankinlawfirm.com