search for: befuddling

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

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'"
...> to override the linker you would have to use the corresponding > compiler option such as gcc's -fuse-ld. That would be simpler than > trying to code around this particular problem. The build certainly works if unset LD or LD=gcc so it's certainly not untenable; just a bit befuddling it you've got LD=ld in use. I'm curious as to what's unique/new here -- as I've typically got LD=ld set (by env) for other builds, and don't see this problem. I've also built previous versions of openssh, with earlier versions of GCC/LD (pre retpoline patches? not sure...
2009 Jun 02
4
Realtime LDAP passwords
Hello, all. I'm afraid I've been dropped into the deep end even though I am an Asterisk novice. I've set up a few tiny, tiny systems in the past and have now been asked to pull together Asterisk, FreePBX, Kamailio, RTPProxy, and Fedora Directory Server into a VoIP service. After googling and reading for most of the last 24 hours, I finally have my head around the components and how
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 NET::DNS, it returns 150-some odd net::dns entries. 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?
There are indeed speed advantages in using colSums etc. However the disadvantage is that the newbie doesn't always find the power inherent in the apply, sapply, tapply and mapply. 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
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",