search for: befuddles

Displaying 20 results from an estimated 41 matches for "befuddles".

Did you mean: befuddled
2020 Aug 12
2
Ninja behavior that befuddles me
I'm a total newbie as far as CMake and Ninja are concerned. How do I force Ninja to build the target .inc files? I'm working on TableGen, so my changes to the executable may indeed change the output files. I want to be sure they did not, in fact, change. Should I just touch all the .td files? At 8/11/2020 12:01 PM, Michael Kruse wrote: >Before replacing a file, tblgen checks whether
2020 Aug 11
2
Ninja behavior that befuddles me
This morning I did a build with Ninja, which mysteriously decided to rebuild the entire system (something about a deps stamp being corrupted). When it was done, I had a new llvm-tblgen.exe, but all the target .inc files were old. Hmm. So I touched one of the TableGen source files and did another build. Again, a new llvm-tblgen.exe but no new .inc files. I do, however, have a new .inc.d file
2013 Jul 04
2
This isn't supposed to be difficult (how to nntp post to the Gmane Pan user group)
I realize this is (mostly) off topic, but I'm befuddled as to *how* one can post to the Gmane Pan Users' group (gmane.comp.gnome.apps.pan.user) using any nntp USENET client (e.g., Pan, on Centos). I'm already subscribed (by having sent an email to pan-users at nongnu.org); but I just want that USENET group to work like *this* USENET group, where I can post using a server:port
2005 Apr 22
2
IMAP EXPUNGE disconnect/box hang - Fedora Core 2, Squirrelmail and Evolution
I'm a bit befuddled by this behavior. I've been using dovecot for close to a year, and recently the Fedora Core 2 Update: dovecot-0.99.13-4.FC2 build came in via yum. Since then I occasionally get this EXPUNGE disconnect error. When the error hits, the box does not crash but I can no longer log in*, nor start any new processes. I happen to have gkrellm running and I see a slow but steady
2018 Jun 08
2
vanilla build of 7.7p1 release on linux/4.17 fails with gcc8 @ "/usr/bin/ld: unrecognized option '-Wl,-z,retpolineplt'"
On 6/7/18 8:37 PM, Darren Tucker wrote: > On 8 June 2018 at 12:21, Darren Tucker <dtucker at dtucker.net> wrote: >> On 8 June 2018 at 12:09, PGNet Dev <pgnet.dev at gmail.com> wrote: >> [...] >>> /usr/bin/ld -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o sshconnect2.o mux.o -L. -Lopenbsd-compat/ -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack
2009 Jun 02
4
Realtime LDAP passwords
...r. I've looked at the schema extensions and it looks like we add an auxiliary objectclass of AstSIPUser. I suppose we would add this objectclass to a structure inetOrgPerson object. We could then use the email name for the AstAccountName (or whatever the actual attribute is) but the password befuddles me. I notice we add an AstAccountRealmedPassword attribute. I suppose this is because of the need to furnish SIP a hash derived from username:realm:password. We would prefer our users only need to change their passwords in one place. Is there anyway beside deploying something like IPA to have A...
2009 Jul 27
2
Cleaning up some problems
Over the past year or so, I've collected several errors that some I have found the solution for, others, like the one below are quite befuddling. I get this one every week when /etc/cron.weekly runs. What the heck is the "S" or what it is looking for? Also, I've checked with cpan, and according to cpan, it says it doesn't know what NET::DNS is, yet if I do an i
2012 Nov 05
2
Questions about FLAC documentation
FlacNetLib was by far the most useful code reference. if you dont know object oriented programming then you need to muddle through libFLAC as i havent seen any other implementation that isnt OO. -Gravis On Sun, Nov 4, 2012 at 1:16 PM, Serban Giuroiu <giuroiu at gmail.com> wrote: > Hi, Gravis. > > I'm trying to build a FLAC encoder from scratch. Besides the official format
2023 Mar 02
1
fruit:copyfile not working as expected
Hi folks, I have a number of Mac users connecting to our Samba fileserver over VPN. When they copy/move files between shares it takes quite a long time due to our miserable business internet connection. I set fruit:copyfile = yes in smb.conf expecting that to enable server-side copy for Mac users. Unfortunately, it did not. Befuddled, I tried the same copy operation from a Windows VM and it
2000 Apr 03
1
server allows users as non-guest with bad password
Hi y'all, I have a little problem with Samba which I hope you can help me with. We are running Samba 2.0.4 on a Sun Enterprise 4500 with Solaris 7. Clients are mostly Win 9x and a few NT workstations (and one NT Terminal Server). I have security = server (password server is the NT Terminal Server). What happens is occasionally Samba will not let a certain user connect, saying the password
2002 Jun 18
5
Samba as a PDC for W2K Network
Hi all. I hope someone here can help me with a bit of trouble I seem to be having with Samba and Windows 2000. Here's the deal: We are attempting to setup a Red Hat 7.3 machine (SYMPHONY2) running Samba 2.2.3a to act as a File Server and PDC for a number of Windows 2000 workstations. I have followed the instructions from http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection.html but
2023 Mar 02
1
fruit:copyfile not working as expected
Hello Mike, I know from my customers that moving files under macOS Ventura on a SMB share is a mess and completely broken by Apple (e. g. moved files cannot be opened until you reconnect). Unfortunately I do not have a ZFS-backed machine to test against available right now to confirm the behaviour. Is your order of "vfs objects? correct? Regards, Alexander > On Thursday, Mar 02, 2023 at
2008 Jan 28
6
Xen Virtual Console xvc (Was: Re: Pardon me for possibly dumb question but....)
Thread stealing is not nice, even if the subject is generic. > Related question - what physical device does /dev/xvc0 refer to? What can > I > connect to get to the agetty running on this device? > xvc0 is a xen virtual console and does not correspond directly to a physical device that I am aware of. Yves-Gaël Chény seemed to have answered the second part of the question: >
2005 Jan 11
1
Please use colMeans()! was: Re: Calculate Mean of Column Vectors?
...ly. For many things that I do, the speed is the least of my worries; although I take the point that using apply for means or sums in packages that are distibuted to others is not the way to go. As many of us have found out (and I think it was in S Poetry) the statement was made that vectorisation befuddles some beginners. So learning how to use this command, on a nice easy topic such as summing or averaging does have some merit. I have to admit using colSums a lot, but I don't think I have ever thought to use colMeans. As an aside; does anyone have a list of optimised functions. That is functio...
2012 Oct 06
4
Questions about FLAC documentation
I'm implementing a FLAC decoder from scratch (save OGG stuff if I can help it) because libFLAC simply will not fit my embedded platform, For the most part I'm implementing using just the documentation but not all of the documentation is concise (especially about variable sized fields) and after looking at the libFLAC source I find myself befuddled so I thought it best to get the
2016 Jul 31
4
[RFC] One or many git repositories?
> The only thing a monorepo gets you that strictly isn’t possible without > it is the ability to commit to multiple projects in a single commit. > Personally I don’t think that is a big enough justification, but that is > my opinion, not a fact. Okay, I just bumped into r277008, in which commits to llvm, clang, and clang-tools-extra all have the same SVN revision number. I don't
2016 Jul 31
0
[RFC] One or many git repositories?
> And if it is, then the "only thing a monorepo gets you" isn't something that you need a monorepo to get. This is an *extremely important* point to understand, so let me try to be really clear about the current state of the world and the state of the world under the two "move to git" proposals. Today, all commits ultimately end up in SVN. Our SVN is a effectively a
2003 Jan 06
6
ssh 3.1p1 problems on SX-6...
Hello, We are porting openssh-3.1p1 onto SX-6 running on SuperUX. We landed into problem when we started running sshd with the default encryption settings. As you would have already seen on this mailing list. Basically we are facing two problems (both client and servers run on SX):- 1) If the we use the default encryption algorithm aes128-cbc then we get a Bad Packet length problem on
2018 May 01
0
OT: hardware, odd PSU issue
We have an HP blade enclosure for SL230s Gen 8. Went to replace the four PSUs in it, 1500W. Got them from one vendor, "refurbished"... and *none* worked. Returned them, and got them from another vendor, and *none* worked. Something odd here. For one, the LED doesn't light up when I'm holding the PSU and plug it in. Then there's something I just noticed late yesterday: in the
2020 Jul 19
0
Sieve and handling multiple addresses
> On 19 Jul 2020, at 04:58, @lbutlr <kremels at kreme.com> wrote: [stuff] I have this: if address :is :localpart ["to", "cc"] "kremels" { if allof (address :count "ge" :comperator "i;ascii-numeric" ["to", "cc"] ["2"], not exists ["list-id","mailing-list",