search for: befuddled

Displaying 20 results from an estimated 41 matches for "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, w...
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...
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
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
2012 Nov 05
2
Questions about FLAC documentation
...ecause 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 information from the people >> who know these things. So... >> >> In "FRAME_HEADER" there is a field of a variable size field with the >> description "if(variable blocksize) \n <8-56> : 'UTF-8' coded sample >&g...
2023 Mar 02
1
fruit:copyfile not working as expected
...f 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 worked great. Very little network traffic, direct disk-to-disk copy on the server. So the server itself is configured correctly, the backing filesystem (ZFS) is configured correctly, etc. The problem must lie between vfs_fruit and macOS nsmb...
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
...lso, a 'net view /domain:INAVNET2' points me right to the Samba machine. I have setup a Machine Trust Account with the following commands with no success: /usr/sbin/useradd -g 100 -d /dev/null -c "corp" -s /bin/false corp$ passwd -l corp$ smbpasswd -a -m corp$ I'm a little befuddled. Any advice or something I may have missed in my smb.conf file? Thanks a bundle in advance. SMB.CONF [global] workgroup = INAVNET2 netbios name = SYMPHONY2 server string = Samba %v on (%L) encrypt passwords = Yes obey pam restrictions = Yes pam pas...
2023 Mar 02
1
fruit:copyfile not working as expected
...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 worked > great. Very little network traffic, direct disk-to-disk copy on the server. > So the server itself is configured correctly, the backing filesystem (ZFS) > is configured correctly, etc. The problem must lie between vfs_fruit...
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
...(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 information from the people who know these things. So... In "FRAME_HEADER" there is a field of a variable size field with the description "if(variable blocksize) \n <8-56> : 'UTF-8' coded sample number (decoded number is 36 bits)"...
2016 Jul 31
4
[RFC] One or many git repositories?
...ed but it did. Is this just an artifact of how somebody pasted together a bunch of git-svn projects, or is it something that a top-level git repo with submodules would allow? And if it is, then the "only thing a monorepo gets you" isn't something that you need a monorepo to get. Your befuddled correspondent, --paulr
2016 Jul 31
0
[RFC] One or many git repositories?
...ust an artifact of > how somebody pasted together a bunch of git-svn projects, or is it > something that a top-level git repo with submodules would allow? > And if it is, then the "only thing a monorepo gets you" isn't something > that you need a monorepo to get. > Your befuddled correspondent, > --paulr >
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
...noticed late yesterday: in the socket of the PSU, on the shorter side of the trapezoid, there are four copper strips, running from the inside out. Anyone run into this before? Do these not power up, because they need some sort of odd power cord with something for those copper strips? mark, befuddled
2020 Jul 19
0
Sieve and handling multiple addresses
...baz at example.com > cc: qux at example.com > > The test: > > address :count "ge" :comparator "i;ascii-numeric" > ["to", "cc"] ["3"] > > would evaluate to true, Soooo? I'm a bit befuddled by this error as other Than the '3' the lines in the example are identical, right? Am I missing something? -- Anyhoo, they hung me. Fen out bitches.