similar to: Id maaping

Displaying 20 results from an estimated 1000 matches similar to: "Id maaping"

2025 May 21
1
Macs deleting files off RHEL8 server
These are a combination of "temp" and "real" files. The user is deleting/moving PDFs, InDesign and image files. I'm presuming hidden files are also getting deleted when the real files are. The filesystem has been solid (XFS) up until the switch to SMB. From: itdept_head <itdept_head at grown-up.com> To: Cc: "samba at lists.samba.org" <samba at
2023 Jan 16
1
Transferring fsmo roles to new DC2
On 16/01/2023 10:16, Callum G. MacEwan via samba wrote: > Hi Team > > I am transferring to a new AD DC > > So I started transferring the fsmo roles the first five transferred fine > the domaindns and forestdns had the following error! > > root at DC2:/etc/sudoers.d#? samba-tool fsmo transfer --role=forestdns > -UAdministrator > Password for
2023 Jan 16
2
Transferring fsmo roles to new DC2
Hi Team I am transferring to a new AD DC So I started transferring the fsmo roles the first five transferred fine the domaindns and forestdns had the following error! root at DC2:/etc/sudoers.d# samba-tool fsmo transfer --role=forestdns -UAdministrator Password for [BALEWAN\Administrator]: ERROR: Failed to add role 'forestdns': LDAP error 16 LDAP_NO_SUCH_ATTRIBUTE -? <attribute
2023 Jan 16
1
Transferring fsmo roles to new DC2
> Yes, probably, but why are they not there ? > I think you need to give us a bit more info: > What OS Debian > > What version of Samba Samba 4.17.4 > Are you using Bind9 No using internal bind > How was the domain provisioned samba-tool as per wiki > > > If you run this on the DC: > > ldbsearch --cross-ncs -H /var/lib/samba/private/sam.ldb -b >
2023 Jan 16
2
Transferring fsmo roles to new DC2
On 16/01/2023 10:52, Callum G. MacEwan via samba wrote: > >> Yes, probably, but why are they not there ? >> I think you need to give us a bit more info: >> What OS > Debian >> >> What version of Samba > Samba 4.17.4 >> Are you using Bind9 > No using internal bind I take it that means the internal dns server and not a separate dns server. >>
2024 May 10
1
kinit failure
On Fri, 10 May 2024 23:19:32 +1200 "Samba @ Pegasusnz via samba" <samba at lists.samba.org> wrote: > Hi > > Due to putting a DVD in my Virtual Machine Host Computer which then > filled the logs with errors and subsequently filled the drive > crashing all vms. So, to all intents and purposes, your domain was dead. > Luckily I had a backup of the DC image which
2024 May 10
1
kinit failure
Hi Due to putting a DVD in my Virtual Machine Host Computer which then filled the logs with errors and subsequently filled the drive crashing all vms. Luckily I had a backup of the DC image which I restored and some machines just worked and some can?t find KDC kinit: Cannot contact any KDC for realm 'BALEWAN.UNICORN.COM' while getting initial credentials I have tried leaving the domain
2024 May 14
1
kinit failure
> On 10 May 2024, at 11:55?PM, Rowland Penny via samba <samba at lists.samba.org> wrote: > > On Fri, 10 May 2024 23:19:32 +1200 > "Samba @ Pegasusnz via samba" <samba at lists.samba.org <mailto:samba at lists.samba.org>> wrote: > >> Luckily I had a backup of the DC image which I >> restored > > In an instance like this, you should be
2023 Jan 16
1
Transferring fsmo roles to new DC2
>>> Are you using Bind9 >> No using internal bind > > I take it that means the internal dns server and not a separate dns > server. Yes you are correct sorry . Samba's internal DNS > > Hmm, so it isn't in the 'Default-First-Site-Name' site, I wonder if > this is the problem ? Let me go and have a read of the code and get > back to you. >
2023 Jan 16
1
Transferring fsmo roles to new DC2
16.01.2023 13:16, Callum G. MacEwan via samba wrote: > Hi Team > > I am transferring to a new AD DC > > So I started transferring the fsmo roles the first five transferred fine the domaindns and forestdns had the following error! > > root at DC2:/etc/sudoers.d#? samba-tool fsmo transfer --role=forestdns -UAdministrator > Password for [BALEWAN\Administrator]: > ERROR:
2016 Feb 24
2
Bitcoin for CentOS 7
For those interested I have a working spec file for Bitcoin 0.12.0 https://github.com/AliceWonderMiscreations/bitcoin/blob/master/contrib/rpm/bitcoin.spec I believe the only BuildRequires that isn't in CentOS/EPEL is miniupnpc-devel but that's trivial to build as well. With Bitcoin 0.12.0 the ECC stuff that Red Hat ripped out of OpenSSL doesn't matter anymore. -=- That spec file
2016 Feb 24
5
Bitcoin for CentOS 7
On 02/24/2016 06:04 AM, m.roth at 5-cent.us wrote: > Alice Wonder wrote: >> For those interested I have a working spec file for Bitcoin 0.12.0 >> >> https://github.com/AliceWonderMiscreations/bitcoin/blob/master/contrib/rpm/bitcoin.spec >> >> I believe the only BuildRequires that isn't in CentOS/EPEL is >> miniupnpc-devel but that's trivial to build
2016 Mar 07
3
Keep the politics out, please?
With this post, I run the risk of causing more of the thing that I speak against. I still think it's important to say it. CentOS mailing list is a technical forum. It is not a political forum. Just reading a thread on bitcoins and the entire thread quickly turned into a political thread with people bitching about everything from Chase Bank to the Russians, and that's just crap.
2013 May 14
1
Problem with R websocket package
Hello to everybody,   I seem to be in struggle with the websockets in R. I wanted to download the streaming data from the BitCoin exchange MtGox directly to R, but R cannot establish the connection. The websocket specs are defined as: * Host: websocket.mtgox.com or socketio.mtgox.com * Port: 80 or 443 ( ssl ) * Namespace: /mtgox (Including beginning slash) url for more
2017 Feb 25
4
RHEL 8 speculation ???
Is there any blog that has information on a potential RHEL 8 release date? boost in 7 is now too old for some things, in addition to gcc. There are solutions in 7 to those issues but it's starting to feel like 6 felt shortly before 7 came out, so I wonder if it is getting near to time. I'm working on a major project bitcoin related and it would be frustrating to deploy a bunch of
2016 Jan 10
2
Learned something today
Did you know you can use systemd to turn on tmpfs for /tmp ??? I had no clue that was possible, always did it through fstab - but systemctl is-enabled tmp.mount That will tell you if systemd has configured /tmp to mount as tmpfs (default in CentOS 7 is no) systemctl enable tmp.mount That, as you can probably guess, tells systemd to mount /tmp as tmpfs next time the system boots. -=- Just
2012 Oct 20
1
[LLVMdev] VMKit: Problem compiling vmkit
Hi, I'm trying to compile vmkit but am running into some problems. I followed the instructions at http://vmkit.llvm.org/get_started.html and checked out llvm and clang from svn, compiled them no problem and the same with classpath 0.97.2. I then checked out vmkit from svn and tried to build it. All these are located at /home/callum/vmkit/{llvm,classpath-0.97.2,vmkit}. I used this to
2011 Oct 12
1
`require': no such file to load -- rspec/rails (LoadError)
Getting strange loading problem.. >> bundle exec rspec -p spec/models/* give error: .. .rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.1.1/lib/active_support/ dependencies.rb:240:in `require'': no such file to load -- rspec/rails (LoadError) from /home/slava/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.1.1/ lib/active_support/dependencies.rb:240:in `block in require'' from
2016 Feb 24
0
Bitcoin for CentOS 7
Alice Wonder wrote: > For those interested I have a working spec file for Bitcoin 0.12.0 > > https://github.com/AliceWonderMiscreations/bitcoin/blob/master/contrib/rpm/bitcoin.spec > > I believe the only BuildRequires that isn't in CentOS/EPEL is > miniupnpc-devel but that's trivial to build as well. > > With Bitcoin 0.12.0 the ECC stuff that Red Hat ripped out of
2016 Feb 24
0
Bitcoin for CentOS 7
Alice Wonder wrote: > On 02/24/2016 06:04 AM, m.roth at 5-cent.us wrote: >> Alice Wonder wrote: >>> For those interested I have a working spec file for Bitcoin 0.12.0 >>> >>> https://github.com/AliceWonderMiscreations/bitcoin/blob/master/contrib/rpm/bitcoin.spec >>> >>> I believe the only BuildRequires that isn't in CentOS/EPEL is