similar to: add machine script almost succeeds

Displaying 20 results from an estimated 400 matches similar to: "add machine script almost succeeds"

2004 Jun 07
1
Migrating to new Samba - LDAP schema change
I'm working on upgrading a Samba server from Version 2.2.8a to Version 3.0.4. One of the things I've noticed is that the samba.schema has changed. I'll admit that I haven't done an exhaustive search yet, but in looking over the documentation I haven't seen any mention of anything that needs to be done to migrate an existing directory to the new schema. Are there any tools
2004 May 24
0
Virtual users
I'd like a bit of a Sanity Check to make sure I understand the process. We are setting up filesharing on a Linux server via Samba (3.0.2). We would like to give the users personal space (home directories), but we don't want to add them as Linux users (no entries in /etc/passwd). The users are defined in an LDAP directory. If I understand it correctly, in order to do this we will need
2004 Jun 27
0
Samba authentication/authorization via LDAP
Hello all I'm trying once again to get a Samba server set up on a Slackware Linux system for a small office (much less than 100 users). There will be multiple domains on this system (say foo.com, bar.com, ...) with the users scattered between these domains. We want to use LDAP to authenticate the users and provide authorization info. There are no Windows domain controllers available. All
2005 Oct 11
1
Changing PDC Domain name
Hello all. What are the implications of changing the domain name for a PDC? If I understand correctly, the SID is based on the domain name, so if the domain name (workgroup) setting in smb.conf is changed, will that mean that a new SID will be generated? If so, then I assume that all user/group SIDs will have to be updated. If the domain name is changed, can I just state that this is an
2005 Dec 30
1
How to tell Samba not to use the passwd file
Hello all - I'm having a bit of a problem that I'm sure is being caused by my missing some trivial detail. But I haven't been able to find it, and I'm not even sure how I would construct the search to find relevant info in the archives. Here is the setup. I have Samba 3.0.20a running as a PDC against a LDAP back end. For the most part everything works fine. Users that are
2005 Jun 24
0
FileMaker lock problem
We have a customer system running Slackware Linux (kernel 2.4.25) and Samba. The customer was running Samba 2.2.8 but we recently upgraded them to Samba 3.0.13. The customer has a FileMaker database on a public share. Before the upgrade, the customer was able to have multiple concurrent access to the database. After the upgrade, only the first user to access the database was successful.
2019 Sep 18
2
Setting llvm::TargetOptions::GuaranteedTailCallOpt in LTO Code Generation
On Wed, Sep 18, 2019, 2:39 PM Steven Wu <stevenwu at apple.com> wrote: > > > On Sep 18, 2019, at 10:24 AM, Steven Wu <stevenwu at apple.com> wrote: > > Hi Dwight > > Thanks for the feedback. For the issue you reported, there has been few > reviews trying to tweak the -mllvm option when using legacy LTO interfaces > (myself included) but it never got enough
2019 Sep 18
3
Setting llvm::TargetOptions::GuaranteedTailCallOpt in LTO Code Generation
Hi Dwight Thanks for the feedback. For the issue you reported, there has been few reviews trying to tweak the -mllvm option when using legacy LTO interfaces (myself included) but it never got enough traction to moving forward. Note how -tailcallopt is implemented as a -mllvm flag means that it is a debug option and probably not well tested. The option is also not stable which means it can be
2019 Sep 18
2
Setting llvm::TargetOptions::GuaranteedTailCallOpt in LTO Code Generation
Hi Dwight, Welcome to LLVM-dev! A few comments below. Cc'ing a few people who hopefully can add info on some of the specific issues here. Teresa On Wed, Sep 18, 2019 at 9:04 AM Dwight Guth via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Hi, > > I am lead developer of a project that is using LLVM to implement an > ahead-of-time compiled functional language. We use llc
2019 Sep 16
2
Setting llvm::TargetOptions::GuaranteedTailCallOpt in LTO Code Generation
Hi, I am lead developer of a project that is using LLVM to implement an ahead-of-time compiled functional language. We use llc -tailcallopt to ensure that functions that end in a tail call are compiled to a tail call at the machine level, because we have a number of cases in our interpreter where functions with different function signatures call one another in deeply nested recursive calls. We
2010 Mar 14
1
Error loading R Commander with version 2.10.1 on MacOS 10.5 or 10.6
Dear R Commander experts, I have now had multiple failures in loading R Commander with R version 2.10.1 (most recent one on the CRAN site) on a Mac running OS 10.5 or 10.6. The installation of R Commander seems to proceed normally, but when I try to start up R Commander, it never loads. It appears that it is loading the tcl/tk package that is failing even though I have started up X11 in advance.
2010 Aug 05
2
Accessing memory PCI config space from a com32 module
I need to do PCIe memory mapped configuration space access from a com32 module. (ECAM, memory mapped, not CAM, which uses I/O port access). I know how to find the base address to the config space in Linux and use ECAM to access configuration registers. com32/lib/pci does not use ECAM. In Linux the region for ECAM is referred to as PCI MMCONFIG. (often shows up as e0000000-efffffff, see
2003 Aug 15
2
User Signal 1
Hi, I have been struggling over the last couple of weeks with cron jobs running rsync commands that would simply disappear without completing. I was finally able to run the same rsync command manually and have it die. It put a message on my screen which said "User Signal 1". Could someone tell me what conditions cause a User Signal 1 to terminate the rsync process and what I
2008 May 20
1
Issues Encoding FLAC files in Vista.
Hi There, This is my first posting to this board. I am having trouble encoding FLAC files from .WAV files. I get a quick flash of a DOS screen and nothing happens. Decoding FLAC files from .WAV files works fine. Is this a known issue with Vista? Is there a workaround or a fix? Thanks! Dwight
2009 Feb 10
1
error using R Commander for text file import
I am getting the following error on iMac running Mac OS 10.5.6; this occurs whenever I try to import a text file into R Commander: Error in splitCmd(command) : unbalanced quotes Thus, I am unable to import data into R Commander. Any suggestions as to how I might fix this error? I have gotten it many times with more than one installation of R 2.8.1 on this computer. Dwight Krehbiel Bethel
2012 May 24
1
Scientific Linux, Centos, Fedora, etc without grub (only extlinux)
OK, I can do Debian and Ubuntu installs that don't use grub (and don't even install it) and instead only use extlinux. The extlinux configuration gets automatically updated during kernel upgrades, changes to extlinux configuration in /etc, and so forth. Is there anyway to do this in a straightforward (or semi straightforward) way in a modern RedHat derivative? On old legacy installs that
2005 Dec 30
2
scgi apache routes help needed
I''m trying to get an application running in a sub directory of a site using apache and scgi. The application runs fine with webrick. I have a site. Let''s call it "mysite.org". There is a variety of content on that site. I would like to add a rails application to that site. Let''s call the application "myapp". So we will have urls of the form
2004 Jul 07
4
Setting home path to a dir within a users Linux home dir
Is there a trick to append an additional directory level onto the defauly behavior of a [homes] share looking in /etc/passwd to find the users Linux home dir? It would offer a bit of protection if Windows clients ended up in say the WinHome directory within their Linux home directory when logging in from Windows so they are not tempted to tamper with their desktop settings files for Linux from
2011 Nov 27
0
World of Warcraft Problem
My problem started when i upgraded my Video Card from an Nvidia geforce 9500gt to a geforce 210. With the 9500gt i could run all day long with the texture resolution on High and no problems. With the Geforce 210 with Texture Resolution set on anything but low on certain camera angles I will lose the NPC's but turn the camera angle they will come back and move again they will disappear again.
2005 Jun 12
0
New Server donation - Thanks :)
I would like to inform the CentOS user community that we have received a nice new server donation from XpressAccess Web Hosting ( http://xpressaccess.com/ ). I would like to thank XpressAccess and Dwight for working with us to get this server up and running. If you need to host a domain, why not check out XpressAccess, or one of our other donors ( http://www.centos.org/mirrors/ ), most of which