similar to: History

Displaying 20 results from an estimated 3000 matches similar to: "History"

2003 Feb 11
3
Samba getting user info from NT PDC
Hi! My boss asked me to be able to share some directories on a FreeBSD Samba server with users already created (and used) on a NT 4.0 PDC server. So I followed http://www.sugoi.org/bits/index.php?bit_id=10 I just replaced the Windows 2k part by adding the NetBIOS name of the machine to the NT PDC. When I did the smbpasswd trick it worked like charm: testsmb# smbpasswd -j CH-DOMAIN -r PDC
2003 Mar 13
1
want to access a Windows Share from a Red Hat 8 linux box
Try something like mount -t smbfs -o username=user,password=password,workgroup=domain //windows_server/folder /local_folder you may also want to add ,ip=<Windows_server_IP> if it can't resolve the name Thanks Steve Simeonidis Network Engineer, Spherion Education Spherion Group Ltd "Making the Workplace Work Better" 1st Floor, 493 St. Kilda Rd, Melbourne VIC 3004,
2003 Jan 20
1
net command
Hi, You can use the command net rpc shutdown -S <machine name> to remotly shutdown a PC. Is it possible to, or could it possibly be a future upgrade to have a comma separated list of machines so that you can shutdown several machines at one time. Ie at the end of the day to shutdown PC's in a particular classroom? What are your thoughts?? Cheers ----------------- Kristyan
2002 Dec 10
5
Using the right network interface
Hi everyone, samba 2.2.5 The server I'm using has 2 interfaces so using the interface parameter I'm telling samba to use eth0 but for some reason when I do netstat it is listening on eth1 interface = eth0 (the IP is 192.168.6.10) netstat -an udp 0 0 138.79.161.225:137 0.0.0.0:* udp 0 0 0.0.0.0:137 0.0.0.0:* udp 0 0 138.79.161.225:138
2002 Nov 28
1
Samba share is not writeable
I am having difficulty with Windows shares mounted with smb on my linux machine. The mount directory will not have write permissions for anyone, no matter what. The mount directory that I use is /home/samba. It has 0700, or drwx------ permissions when it is not connected to Samba. It is owned by the user jhall, and the group root. When I mount it, if I use dmask 0777, I get dr-xr-xr-x. If I use
2003 Mar 13
2
Sync Linux <-> NT Domain passwords
Is there a way to syncronise the Windows Domain passwords with the linux account passwords? SAMBA passes authentication to an NT box password server = * Users have local accounts on the Linux box and get access to SAMBA shares depending on which group (linux) they belong to and if their authentication credentials were correct. I've tried synchronising their passwords so when they change
2001 Dec 05
5
Winbind help
Hi. I'm not subscribed to the list, so if you can help, please e-mail me or CC me in the response. I've been using Samba for quite a while, and just set up a 2.2.2 server with winbind support. Console logins and SMB access work fine, wbinfo -t reports "Secret is good", and wbinfo -r domain+ntuser shows the right group number. In fact, the UID/GIDs are translated properly when
2002 Oct 03
1
Another winbind question (hopefully easy one)
I setup SAMBA to use winbind to authenticate of a WinNT PDC In the smb.conf I have a line template homedir = /home/winnt/%U which is file I also use the pam module to create directories for new users pam_mkhomedir.so skel=/etc/sambaskel umask=0077 which is fine again. My problem is that I can't tell or how do I tell pam_mkhomedir to create the directories in /home/winnt/<user>
2020 Jun 22
2
[Call For Participation] First Workshop on LLVM Compilers and Tools for HPC [June 25 & 26]
We are happy to announce the first Workshop on LLVM Compilers and Tools for HPC (LLVM-CTH), YAY! LLVM-CTH is part of the ISC High Performance conference which, due to COVID-19, will be organized as a free virtual event using video conferencing. Our Schedule is spread over two days to encourage participation in different time zones. Even if this is our first edition, we have very interesting
2006 Aug 03
28
[Bug 498] RTP packets are not hitting NAT table
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=498 cfilin@intermedia.net changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chip@innovates.com -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are
2013 Jan 22
6
Security considerations for basing decisions on facts
Hello, Let''s consider the scenario when a client node in a puppet environment gets compromised. In case some of the puppet modules make decisions based on agent facts, these modules are potentially exposed to abuse from the malicious puppet agent. For example, if a class has: if $some_fact == ''some value'' { # deploy some configuration } then the compromised node
2010 Nov 10
5
arrays of arrays
Hi All, I want to have an array/ matrix that looks this x<- 0 0 1 1 1 3 5 4 4 7 -1 8 9 10 6 I hope this makes sense. So basically if I want x[1,3] it will access 0 and similarly x[4,2], -1. Thanks in advance, Sachin p.s. sorry about the corporate notice. --- Please consider the environment before printing this email --- Allianz - Best General Insurance Company of the Year 2010*
2011 Jun 23
1
Help using cutreeHybrid
I am using the function cutreeHybrid from the package dynamic Tree Cut and I need a list of the resulting clusters but I do not know how to get it. [[alternative HTML version deleted]]
2014 Apr 09
3
Logrotate errors
Hi all, I have a problem with logrotate and I don't know why. In /var/log/messages appears these errors: Apr 8 15:01:01 plzfnsm02 logrotate: ALERT exited abnormally with [1] Apr 8 16:01:01 plzfnsm02 logrotate: ALERT exited abnormally with [1] Apr 8 17:01:01 plzfnsm02 logrotate: ALERT exited abnormally with [1] Apr 8 18:01:01 plzfnsm02 logrotate: ALERT exited abnormally with [1] Apr 8
2008 Jul 31
2
Logrotate is not happing without -f option
Dear All, Currently i am using CentOS 4.4 Linux Logrotate is not happen without -f option I have executed the following logrotate /etc/logrotate.conf manually and Logrotate command exit without any error messages If i executed with -f option then Logrotate will happen I am not sure why this is happening. Can some one throw light on this. Regards -S.Balaji
2013 May 21
4
Asterisk Log rotate not working
Hi, Last year, I installed Asterisk 10.4.2 and enabled logrotate on daily basis which was working perfect. Now in couple of months back, the logrotate feature is not working at all but simply appending the logs in 'messages' file. Listing down down the configuration for logrotate below; /var/log/asterisk/messages { missingok rotate 5 daily postrotate /usr/sbin/asterisk -rx 'logger
2009 Sep 23
3
logrotate and regular expressions
I am trying to use logrotate to rotate our web logs for our various vhosted sites to cut down on space and rotate out old logs that are not necessary to keep around personally. What Im curious to find out, is how supported extended regular expressions is within the logrotate.conf file. More specifically, will logrotate be smart enough to decipher the following:
2005 Aug 23
1
logrotate broken on 4.1
Hi all: logrotate is broken on my stock 4.1 install. After hunting and hunting I found there is a bug filed with Redhat on the issue. logrotate fails becasue my /tmp partition is mounted noexec. I understand it is that way for security reasons. The box in question is on a dedicated hosting site and that's the way it was handed off to me, built. Some said setting TMPDIR=/var/tmp;export
2009 May 27
1
[PATCH node] Compress all rotated logs.
Removes the delaycompress line so that every rotation is compressed. Signed-off-by: Darryl L. Pierce <dpierce at redhat.com> --- logrotate/ovirt-logrotate.conf | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/logrotate/ovirt-logrotate.conf b/logrotate/ovirt-logrotate.conf index 8747f59..8b89a2d 100644 --- a/logrotate/ovirt-logrotate.conf +++
2006 Jan 28
20
Code security
I''ve just created a rails application for a friend''s business. I''m going to place the application onto one of his computers so he can access it from within his network. What can i do to make sure he cannot read/edit the code? I can''t see what i can do. Its on a windows xp machine and he has full admin rights. He''s not an expert PC user so the solution