Displaying 20 results from an estimated 700 matches similar to: "unix password sync not working"
2008 Aug 01
2
Using CentOS 5 as server; best way to setup NFSv4?
I've got a server running CentOS 5.2 and has a working NFSv4 server. I've
been looking for some help on this on the net, but haven't come across
anything that looks like it would pertain to my situation.
Basically, I've got a mixed distro environment (CentOS, Fedora, openSuSE,
Ubuntu, Puppy, and yikes possibly a Windows box) on various desktops and
laptops that I want to connect
2004 Aug 20
3
Samba unix password sync
Hello all:
I know I had posted this question a while ago, but I have just not been
able to get it to work. I am trying to sync samba passwords with unix
passwords and it is just not working. I have attached the
results of
"testparm -sv /etc/samba/smb.conf > smbconfig.txt"
with this email. I have also attached the "net groupmap list" results.
If anyone can provide any
2004 Aug 11
1
Strange samba error
Aug 11 11:13:30 gentoo1 smbd[3762]: temp1 (172.16.191.100) couldn't find
service dist
So far today I have got this error 147 times
Code:
gentoo1 log # cat messages | grep "couldn't find" | grep "Aug 11" | wc -l
147
If anyone could shed any light on this I would appreciate it. If I need to
post config files and such, please let me know what you need.
2020 Apr 04
3
how to pick cipher for AES-NI enabled AMD GX-412TC SOC tincd at 100% CPU
Hello everybody,
First a big thanks for tinc-vpn I am still using it next to wireguard
and openvpn.
I am having a setup where the tinc debian appliance is at 100% cpu load
doing about 7.5MB/s.
Compression = 9
PMTU = 1400
PMTUDiscovery = yes
Cipher = aes-128-cbc
How can I pick a cipher that is the fasted for my CPU and don't create a
CPU bottleneck at 100%.
Kind regards,
Jelle de Jong
2003 Feb 05
3
Problem in changing Samba passwd
Dear Members,
I face a problem in changing the samba password from a remote machine.The error is stated as RAP86. The version of Samba file sharing that I'm using is 2.2.7
The problem comes as follows;
[Thushani@smbserver Thushani]$ smbpasswd
Old SMB password:
New SMB password:
Retype new SMB password:
machine 127.0.0.1 rejected the password change: Error was : RAP86: The specified
2013 Apr 17
2
[LLVMdev] Request for compilers
Hi,
For one of our research projects, we are planning to use LLVM. We need the following features:
1. We need to aggressively fuse loops that have inter-loop dependencies.
2. We need to identify intrinsic functions and induction variables.
3. We need to detect few memory access patterns like copy, transpose-copy, stride-copy etc.
4. Lastly, auto-vectorization and
2013 Apr 17
0
[LLVMdev] Request for compilers
Hi Ganesh,
Please have a look at:
These core parts of LLVM:
http://llvm.org/docs/doxygen/html/classllvm_1_1Loop.html#a72bbf45d2e00971f56bf8cfe4e1df01c
http://llvm.org/docs/Vectorizers.html
These research projects based on LLVM:
http://polly.llvm.org
http://aesop.ece.umd.edu
I'm not sure what you mean by "identify intrinsic functions". If you really
mean LLVM intrinsics,
2012 Jul 10
2
err: Could not request certificate: execution expired
Hi Guys,
I am trying to executed sign client to server,
I give the command to client #puppetd --test -d -v
debug: /File[/var/lib/puppet/ssl/private_keys]: Autorequiring
File[/var/lib/puppet/ssl]
debug: /File[/var/lib/puppet/ssl/certs]: Autorequiring
File[/var/lib/puppet/ssl]
debug: Finishing transaction 23595599384520
err: Could not request certificate: execution expired
Exiting; failed to
2018 May 11
2
Query on unswitching + vectorization
Hi,
I am going through analysis on unswitching + vectorization.
For the below test, llvm unswitches successfully but fails to vectorize the loop after unswitching.
Llvm bails out saying "Found an outside user" apparently which is the value of 'tmp'.
int i, w, x[1000], y[1000],tmp;
void fn()
{
for (i = 0; i < 1000; i++) {
if (w==1) {
y[i] = 1; tmp = i*2;
}
2005 Aug 17
7
Volunteer requested: Implement SplitterWindow
About a year ago (ouch!), Robert Carlin submitted a ported version of
the wxPython demo/sample. I hoped to include it in wxruby2, but it
relies on SplitterWindow, which isn''t in wxruby2 yet.
I tried to implement SplitterWindow myself, but got such strange results
that I''m thinking I did something wrong. Even though the generated C++
code specified a variable number of
2006 Aug 22
8
doc generator now in CVS
Hi
Just a quick note to let you know that the Textile doc generation stuff
is now in CVS. There is a moderate amount of documentation in
rake/rakedoc.rb in case you feel like generating your own local copy.
The only prerequisite is the Ruby ''redcloth'' library.
There''s also some info in doc/lib which might be some help if you want
to tweak the output.
cheers
alex
2012 Jul 10
2
How to create user with using puppet?
Hi Guys,
I am new to puppet world, Guys I want create a user with password,
with affect all mentioned hosts, how to do it, please guide me guys.
-Ganesh,
Did I learn something today? If not, I wasted it.
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe
2018 May 11
0
Query on unswitching + vectorization
On 5/10/2018 10:44 PM, Gopalasubramanian, Ganesh via llvm-dev wrote:
>
> Hi,
>
> I am going through analysis on unswitching + vectorization.
>
> For the below test, llvm unswitches successfully but fails to
> vectorize the loop after unswitching.
>
> Llvm bails out saying “Found an outside user” apparently which is the
> value of ‘tmp’.
>
> int i, w, x[1000],
2005 Aug 19
9
Patch for listbook.rb
Attached is a patch file for listbook.rb
1) Message box scrolls properly now
2) Blank lines are skipped when adding pizzas and ice cream
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2017 Sep 16
4
R Configuration Variable: Maximum Memory Allocation per R Instance
Dear R Developers,
In the same way that MySQL/MariaDB's Engine InnoDB or MyISAM/Aria have the
innodb_buffer_pool_size or the key_buffer_size for setting the maximum
amount of RAM which can be used by a Server Instance:
?Would it be possible to create an R Configuration Variable which fixes the
maximum amount of RAM memory to be used as Commit / Dynamic Memory
Allocation?
Thank you.
Juan
2006 Aug 19
12
Compiling WxRuby2 on Ubuntu 6.06
Hi All,
I am trying to compile WxRuby on Ubuntu 6.06. I checked out the latest
source code from CVS and ran ''rake'' under the wxruby2 directory. I am
getting the following error.
root@imayam:/work/wxruby/wxruby2# rake
(in /work/wxruby/wxruby2)
rake aborted!
Don''t know how to build task ''src/App.cpp''
(See full trace by running task with --trace)
I am
2005 Sep 08
3
DTrace typewriter
G''Day Folks,
I''ve found another use of dtrace, this makes your console keyboard
sound like a typewriter.
http://www.brendangregg.com/DTrace/typewriter-0.70.tar.gz
I''ve only tested it on an UltraSPARC 5 and a Pentium laptop so far, more
to follow.
Ok, sorry, not actually a practical use of DTrace. :)
Enjoy!
Brendan
[Sydney, Australia]
2006 Aug 13
25
wxruby2 alpha status
Hi all,
How soon can we do our alpha (binary gem) release?
1. I would like to get the samples working a bit better, but am ok
simply documenting most of the current problems. Do the samples crash
every few minutes for other people? Or is it just me? I would like to
have a copyright/license comment at the top of every sample file before
the alpha release.
2. I would like to receive and merge a
2002 Nov 25
3
[LLVMdev] globals in DS graph
Ganesh,
I modified DataStructure.cpp so that global nodes are no longer
removed from any graphs. Only that file has changed.
Chris, if you get a chance to do this, it would be nice if you could
take a quick look at the change I made and make sure that's all that's
needed.
Thanks,
--Vikram
http://www.cs.uiuc.edu/~vadve
> From: Chris Lattner <sabre at nondot.org>
>
2012 Jul 15
2
How to take away install privilege from users other than puppet?
Hi Guys,
I am trying to configure to my client machine, I want prevent user
don''t do installation, All installation done through puppet only, How
to do it, Guide me...
-Ganesh.
Did I learn something today? If not, I wasted it.
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to