Displaying 20 results from an estimated 110 matches for "methinks".
2001 Apr 14
1
directx problems methinks
im trying to run worms world party with wine cvs 04/13/01
after manually instaling by installing on a windows machine then copying
acorss to my machine (it uses installshield which crashes under wine), the
game launches
it is really really horribly flickery, and quite slow. its a directdraw
game, but as far as i can tell its not making any attempt to change to the
resolution it wants. im
2014 Mar 10
2
[LLVMdev] Shouldn't tools and projects in .gitignore go to .gitmodules?
I think it is erroneous to have the subrepository projects and tools listed in .gitignore.
Instead of being ignored, methinks they should be listed as submodules in .gitmodules:
[submodule "tools/clang"]
path = tools/clang
url = ../clang.git
[submodule "projects/compiler-rt"]
path = projects/compiler-rt
url = ../compiler-rt.git
[submodule "projects/test-suite"...
2006 May 03
2
Conditional statement style
This is a bit of a nuby question methinks but i''ve had a play/search
around and it''s just bugging me now :0)
Say I have a conditional statement, testing a variable against a number
of values. The first way i did this is like so:
if myvar != "" and myvar != 0 and myvar != nil
# .. code
end
This seems a b...
2015 May 07
2
Problems installing packages with R 3.2.0 on Linux Mint 17.1
...nke wrote:
| I have no idea where the problem is, but I feel this strong urge to mention
| that install.packages("sem") works fine on Debian squeeze (g++ 4.4.5), wheezy
| (g++ 4.7.2) and jessie (g++ 4.9.2) using the R backport from CRAN...
+1
As the messages all come from compilation, methinks something is wrong with
the compiler setup. Maybe icc got added, maybe gcc got broken, maybe
something else you did not tell us.
But the default toolchains on the systems we stand behind all work.
Dirk
--
http://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org
2020 Jul 21
3
[RFC] Preferred error/note style across non-clang tools, e.g. tablegen
...(outside of clang)? What’s the general consensus here?
>
> I think it makes a lot of sense to add this to TableGen. It is a widely used tool and the QoI for its error messages could use a lot of improvement!
There is a lot of room from improvement in several details of TableGen. However, methinks that changes towards such a goal shouldn't be sneaked in small doses. Then it just adds more inconsistent error reporting to an already inconsistent reporting. If one wants to improve the error reporting in TableGen, let one take it on himself this project, apart from one's other patches....
2002 Jun 09
2
"password server" not working: 2.2.4
...for user fred.
Failed to modify password entry for user fred
So, despite the fact that:
a) the PDC is explicitly listed (I've also tried "*") in the "password
server" paramater, and
b) there is no "smb passwd file" heading,
it's still trying to go there. Methinks this is a bug. Clearly
something I've done has triggered it, though I'm not sure what. If it's
of any help, this is also configured --with-acl-support for XFS.
Thanks for any info that could help me sort this out...
-Ken
2003 Dec 22
2
cancelling interdomain trusts
...rpc vampire and create a new SID for the second
domain.
wanted to just delete the trust from LINUX-DOMAIN to WINDOWS-DOMAIN to
start over. Trust from WINDOWS-DOMAIN to LINUX-DOMAIN seems OK.
Learning Samba 3 (so much has changed from 2.2x) simultaneously with
LDAP has been a numbing experience. Methinks that there are config stuff
for smb3 that aren't in LDAP db - possibly in secrets.tdb - sort of
samba's equiv to the Windows registry. Don't mind passwords, but where
do they hide the things like group mapping and domain trusts? I probably
should have 'nuked' the secrets.tdb but...
2008 Aug 29
1
[RFC] [PATCH] SCSI passthrough for virtio-blk
...iple is quite simple, just put the missing fields (cdb, sense and
status header) on the virtio queue and then call the SG_IO ioctl on the
host.
So when using '-drive file=/dev/sgXX,if=virtio,format=host_device' you
can happily call any sg_XX command on the resulting vdX device. Quite
neat, methinks. And it's even backwards compatible, so each of these
patches should work without the other one applied.
As one would have guessed there are two patches, one for the linux
kernel to modify the virtio-blk driver in the guest and one for the
qemu/kvm userland program to modify the virtio-blk dri...
2006 Dec 19
1
Does ext3 prevent partial page writes?
Basically I want to know if I can turn off full_page_writes in my postgres
config.
http://www.postgresql.org/docs/8.2/interactive/wal-reliability.html
2009 Oct 23
1
more 5.4 problems
In addition to frequent Firefox crashes (4 or 5 a day, zero before the
upgrade from 5.3) I'm also having Amarok crash 2 or 3 times a day.
And suddenly the bar at the bottom disappeared - with the 4 screens,
the clock, menu and so on.
Hmmmm ... methinks it may finally be time to change my desktop to FC
and stick with Centos on my servers.
--
?Don't eat anything you've ever seen advertised on TV?
- Michael Pollan, author of "In Defense of Food"
2008 Aug 29
1
[RFC] [PATCH] SCSI passthrough for virtio-blk
...iple is quite simple, just put the missing fields (cdb, sense and
status header) on the virtio queue and then call the SG_IO ioctl on the
host.
So when using '-drive file=/dev/sgXX,if=virtio,format=host_device' you
can happily call any sg_XX command on the resulting vdX device. Quite
neat, methinks. And it's even backwards compatible, so each of these
patches should work without the other one applied.
As one would have guessed there are two patches, one for the linux
kernel to modify the virtio-blk driver in the guest and one for the
qemu/kvm userland program to modify the virtio-blk dri...
2004 Sep 24
1
[LLVMdev] Little win32/Signals.cpp patch
...Signals.cpp(179)
> : error C2065: 'stderr' : undeclared identifier
> d:\home\arathorn\sandbox\llvm\llvm\lib\System\platform\Signals.cpp(179)
> : error C3861: 'fprintf': identifier not found, even with
> argument-dependent lookup
These should all be prepended with ::, methinks, to label them as coming
from the global namespace...
For one, as example I'm seeing the following in Unix/Path.cpp:
int fd = ::creat(path.c_str(), S_IRUSR | S_IWUSR);
--
Misha Brukman :: http://misha.brukman.net :: http://llvm.cs.uiuc.edu
2012 May 14
1
Patches for OS X.
What patch files are necessary to build rsync-3.0.9 for OS X 10.6.8 (Darwin
10.8.0)?
Mr. Bombich maintains an excellent page about this, but it's a bit out of
date, methinks, and his instructions point to patch files that return some
interesting errors.
My rsync-3.0.9 is working just fine, btw, with the fileflags and crtimes
and hfs-compression patches applied; I just wondered if the others that he
mentioned are needed.
http://www.bombich.com/rsync.html
This is a ve...
2005 Mar 01
9
What my IAXy could have been...
Hi,
methinks that in the good 3 months since i ordered an IAXy, things have
changed so much that now almost anybody out there with a VoIP hardweare
website offers complete phones for less money than the IAXy, with support
for both IAX2 and SIP in many cases, and fully configurable via its own
keypad.
What woul...
2017 Dec 31
2
nouveau. swiotlb: coherent allocation failed for device 0000:01:00.0 size=2097152
...warning.
>
> Hi Christian,
>
> Did you ever send out such a patch? I didn't see one on the list, but
> perhaps I missed it. One definitely hasn't made it upstream yet. (I
> just hit the issue myself with Linus's tree from last night.)
Actually, that wants a bit more methinks, because while the stack dump
goes away, you still get spammed, it just comes in smaller chunks.
-Mike
2018 Jun 16
2
Passwords in plain text
Am 16.06.2018 um 12:25 schrieb Johnny Hughes via CentOS <centos at centos.org>:
> We have now set the mailing list to rewrite headers. That also has set
> the From: of the email to the Mailing list and not the Original Author.
> The author is moved to the CC: block and you can still easily see who
> sent it and my email client (thunderbird) still does things the same way
>
2006 Mar 12
3
Mappery breakthrough : Garmin topo, vista, rino, under linux & CXO
...likely, on the roads and streets) without needing Windows
machines; the vendors of both hard- and software will have a larger
market, especially as the Baby Boomers retire, and some of them also
get rid of Windows; and so will authors and publishers of both linux
books and GPS/mapware books.
Methinks toasts are indicated all around.
--
Beartooth Staffwright, Hunter by Birth, Not Quite Clueless
Power User by God's Grace, Linux's, and the Net's
2009 Sep 22
1
Snow leopard ./configure "cannot compile a simple Fortran program"
...tran 77 libraries... rm:
conftest.dSYM: is a directory
none
checking for Fortran 77 name-mangling scheme... configure: error:
cannot compile a simple Fortran program
See `config.log' for more details.
Jeff-Hamanns-MacBook-Pro:R-2.9.1 hamannj
Since this seems to be a 'fortran thing' methinks I should send this
to Apple as well?
Jeff-Hamanns-MacBook-Pro:R-2.9.1 hamannj$ uname -a
Darwin Jeff-Hamanns-MacBook-Pro.local 10.0.0 Darwin Kernel Version
10.0.0: Fri Jul 31 22:47:34 PDT 2009; root:xnu-1456.1.25~1/
RELEASE_I386 i386
Jeff-Hamanns-MacBook-Pro:R-2.9.1 hamannj$
2017 Mar 27
1
R libcurl does not recognize server certs
...#39;help(download.file)' -- it's a little hidden but you can just make the
external curl (which, as you say, works in your particular circumstances) the
default for remote file access from R too.
Next time please try to be a little more specific with your questions and
their subject line. Methinks nothing here has anything to do with the httpd
server you employ.
Dirk
--
http://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org
__________________________________________________________________________
This email message is for the sole use of the intended r...{{dropped:6}}
2015 Dec 30
2
URW Fonts Description in Installation and Administration Manual
On Wed, 30-12-2015, at 12:44, Dirk Eddelbuettel <edd at debian.org> wrote:
> On 30 December 2015 at 05:00, Dario Strbenac wrote:
> | Good day,
> |
> | In section A.2, the manual advises "Linux users will want the urw-fonts package". However, this package only seems to be available for RedHat Linux and Fedora Linux. What about for Debian or Ubuntu ? There is no