search for: mesg

Displaying 20 results from an estimated 88 matches for "mesg".

Did you mean: mes
2009 Jul 29
1
Batch computer account creation
...my $base_dn = "DC=my,DC=domain"; my $computer_name = "host01"; my $computer_branche = "OU=Workstations"; my $computer_dn = "CN=$computer_name,$computer_branche,$base_dn"; my $ldap = Net::LDAP->new( 'ldap://20.20.1.11') or die "$@"; my $mesg = $ldap->bind ("CN=Administrator,CN=Users,$base_dn", password => "secret"); $mesg->code && die $mesg->error; my $entry = Net::LDAP::Entry->new; $entry->dn("$computer_dn"); $entry->add ( objectClass => [ qw(top person organizationalPe...
2015 Jul 16
2
Good news
Time, not sure who owner is, but I've tried as both admin and myself, to no avail. ?However, I told you that mesg is y, buti tried to send a mesg using ?' write ' ?and it says I have messages disabled. ????? ? I did that by opening two?terminals, on I logged in as ' su ', and sent the message from there. ?Is that peculiar? Might account for why I am notgetting anything from ' wall ' . J...
2008 Nov 12
4
Courier->dovecot migration script
HI All, We have the latest Dovecot 1.1.6 running and I need to migrate some POP3 users over from Courier to Dovecot and would need to convert the courierpop3dsizelist to maintain the UIDs. I just need to confirm that the script (http://www.dovecot.org/tools/courier-dovecot-migrate.pl) only works for Dovecot v1.0 and not for v1.1? As the dovecout-uidlist file that is created (by the script) is not
2015 Jul 16
2
Good news
Tim, Thanks for the feedback. ?I am the only user (standalone system), but I checked 'mesg' and made sure it was set?to 'mesg y' . ? And the execute permissions for wall are ? rwxr-sr-x ?and the filename is has a ?kind of orange highlightedbackground. Don't know what that means. John?"Science is organized common sense. Philosophy is organized piffle" -attribute...
2007 Nov 20
0
wall and mesg and Xwindow
I read in another post this morning something that reminded me of a question that has left my pulling my eyebrows out. How are broadcast messages enabled in X? I have found that # mesg y at a console will enable wall to post to that console. And, by placing "mesg y" in /etc/rc.d/rc.local, messages will be enabled on all consoles. But they're not enabled in KDE, neither in a pop-up nor in a terminal. So far, I've been unable to find what changed between Cen...
2007 Jan 27
0
debugging smbldap-useradd failures
...rDN}=$conf{masterPw}=""; + warn ("Could not open smbLdap_bind_conf file as user with uid $< is not root. Bind details not set\n"); } # automatically find SID if (not $conf{SID}) { @@ -278,6 +279,7 @@ sub connect_ldap_master { + my $mesg; # bind to a directory with dn and password my $ldap_master = Net::LDAP->new( "$config{masterLDAP}", @@ -288,16 +290,22 @@ )...
2005 Aug 22
1
What does this error mesg mean?
Hello, I'm very new to wine. I'm trying to use wine to run an Educational program for a grade school. The name of the educational program is "Compass Learning". [ I believe I installed the package 07252005. i.e. from July 25th of this year. ] I used winecfg to try and configure things, but it gave me an error about not being complete. I couldn't use the drop down menu
1999 Jun 05
0
"Network path not found" error mesg
Hello everyone, I see the error message "Network path not found" when I attempt to access a Linux Samba server from NT server/workstation by double clicking on the samba server's name in Network Neighborhood (double click server icon, 2 to 3 second pause, error message appears). Details: We have an NT domain. Several Linux boxes and NT workstations are part of the domain. The
2015 Jul 16
0
Good news
...ive you the owner and group . . . . Messages off . . . I think you are on the path . . . . -Tim On July 15, 2015 10:00:51 PM CDT, john hart <jsamcr at yahoo.com> wrote: >Time, not sure who owner is, but I've tried as both admin and myself, >to no avail. ?However, I told you that mesg is y, buti tried to send a >mesg using ?' write ' ?and it says I have messages disabled. ????? ? I >did that by opening two?terminals, on I logged in as ' su ', and sent >the message from there. ?Is that peculiar? Might account for why I am >notgetting anything from '...
2015 Jul 16
2
Good news
Tried 'echo hi | wall' and no message. ?I looked at 'wall -h' and it would seem that it is supposed to. ?I eventried ?' wall ?[<filename> | <message>] ' ?and got nothing. ? Not sure what that means, as when using theNUT-Monitor program I get banners and a 'message' on the system try. ? Strange ! John ??"Science is organized common sense. Philosophy
2004 Apr 05
2
smbldap_tools
...ng like this: failed to perform search; invalid DN at /usr/share/samba/scripts//smbldap_tools.pm line 154, <DATA> line 283. Can't call method "get_value" on an undefined value at /usr/bin/smbldap-useradd line 152, <DATA> line 283. The line of code in this config file is: $mesg->code && warn "failed to perform search; ", $mesg->error; Any idea's? Brendon.
2007 Aug 29
1
SATA HardDisk IO error
I got the have install a SATA HardDisk on the machine recently. But somethings the Disk cannot be accessed. And mesg tells that it is IO error. Is it a hardware problem or system setting problem. Here is the message from dmesg. sd 0:0:0:0: SCSI error: return code = 0x00040000 > end_request: I/O error, dev sda, sector 27099199 > EXT3-fs error (device sda1): ext3_readdir: directory #1687553 contains a >...
2007 May 25
0
[new script] smbldap-userlist
...{ $filter = "(&(objectclass=posixAccount)(sambaAcctFlags=[W ]))"; } elsif ($Options{'u'}) { $filter = "(&(objectclass=posixAccount)(sambaAcctFlags=[U ]))"; } else { $filter = "(&(objectclass=posixAccount))"; } my $mesg = $ldap_master->search ( base => $config{suffix}, scope => $config{scope}, filter => $filter ); $mesg->code && die $mesg->error; foreach my $entry ($mesg->all_en...
2017 May 22
0
[PATCH] Add support for reboot syscall argument
...LINUX_REBOOT_MAGIC2, flag, NULL); + return __reboot(LINUX_REBOOT_MAGIC1, LINUX_REBOOT_MAGIC2, flag, arg); } diff --git a/usr/utils/halt.c b/usr/utils/halt.c index eed0a46..c15b42a 100644 --- a/usr/utils/halt.c +++ b/usr/utils/halt.c @@ -6,7 +6,7 @@ static __noreturn usage(void) { - static char mesg[] = "Usage: {halt|reboot|poweroff} [-n]\n"; + static char mesg[] = "Usage: {halt|reboot|poweroff} [-n] [reboot-arg]\n"; write(2, mesg, sizeof(mesg) - 1); exit(1); } @@ -16,6 +16,7 @@ int main(int argc, char *argv[]) int cmd = 0; /* initalize to shut gcc up */ int do_syn...
2015 Jul 16
0
Good news
...te to devices, not just Joe-Bob . . . You might also try 'strace wall' to see what it is trying to do. - Tim On July 15, 2015 9:48:32 PM CDT, john hart <jsamcr at yahoo.com> wrote: >Tim, >Thanks for the feedback. ?I am the only user (standalone system), but I >checked 'mesg' and made sure it was set?to 'mesg y' . ? And the execute >permissions for wall are ? rwxr-sr-x ?and the filename is has a ?kind >of orange highlightedbackground. Don't know what that means. >John?"Science is organized common sense. Philosophy is organized >piffle&q...
2011 Jul 12
1
Can zpool permanent errors fixed by scrub?
...READ WRITE CKSUM APP1 ONLINE 0 0 0 c4t600C0FF0000000000B1F6138A0BD8801d0 ONLINE 0 0 0 errors: Permanent errors have been detected in the following files: /zones/cctsprod/root/ccts/grid_agent/app/agent10g/network/mesg/tnsus.msb /zones/cctsprod/root/ccts/grid_agent/app/agent10g/rdbms/mesg/oraus.msb /zones/cctsprod/root/ccts/grid_agent/app/agent10g/perl/lib/5.8.3/sun4-solaris-thread-multi/auto/Socket/Socket.so /zones/cctsprod/root/ccts/grid_agent/app/agent10g/lib32/libnmefsql.so /zo...
2019 Jan 18
0
[klibc:master] Add support for reboot syscall argument
...LINUX_REBOOT_MAGIC2, flag, NULL); + return __reboot(LINUX_REBOOT_MAGIC1, LINUX_REBOOT_MAGIC2, flag, arg); } diff --git a/usr/utils/halt.c b/usr/utils/halt.c index eed0a46..368f095 100644 --- a/usr/utils/halt.c +++ b/usr/utils/halt.c @@ -6,7 +6,7 @@ static __noreturn usage(void) { - static char mesg[] = "Usage: {halt|reboot|poweroff} [-n]\n"; + static char mesg[] = "Usage: {halt|reboot|poweroff} [-n] [reboot-arg]\n"; write(2, mesg, sizeof(mesg) - 1); exit(1); } @@ -16,6 +16,7 @@ int main(int argc, char *argv[]) int cmd = 0; /* initalize to shut gcc up */ int do_syn...
2004 Nov 29
1
Polycom Reboot Script PRI errors!!
...e { # Send the phone a check-sync to reboot it > $phone_ip = shift; > > $local_ip = shift; > $sip_to = shift; > $sip_from = "0"; > $tm = time(); > $call_id = $tm . "msgto$sip_to"; > $httptime = `date -R`; > $MESG = "NOTIFY sip:$sip_to\@$phone_ip:5060 SIP/2.0 > Via: SIP/2.0/UDP $local_ip > From: <sip:$sip_from\@$local_ip> > To: <sip:$sip_to\@$phone_ip> > Event: check-sync > Date: $httptime > Call-ID: $call_id\@$local_ip > CSeq: 1300 NOTIFY > Contact: <sip:$sip_...
2004 Jan 22
2
Polycom Reboot Script - Please wiki-size me
...le: $!\n"); } } sub reboot_sip_phone { # Send the phone a check-sync to reboot it $phone_ip = shift; $local_ip = shift; $sip_to = shift; $sip_from = "0"; $tm = time(); $call_id = $tm . "msgto$sip_to"; $httptime = `date -R`; $MESG = "NOTIFY sip:$sip_to\@$phone_ip:5060 SIP/2.0 Via: SIP/2.0/UDP $local_ip From: <sip:$sip_from\@$local_ip> To: <sip:$sip_to\@$phone_ip> Event: check-sync Date: $httptime Call-ID: $call_id\@$local_ip CSeq: 1300 NOTIFY Contact: <sip:$sip_from\@$local_ip> Content-Length: 0 &...
2005 Aug 19
3
Samba and netgroups in LDAP
Hello, Has anyone got netgroups working with Samba 3.0.14a where the netgroups are stored in the LDAP directory? I'm using Solaris 9 and SUN's directory server v5.2. What I'm seeing is that samba goes through the motions of looking up a host in a netgroup, but no query is seen by the LDAP server or on the network and the host is never found in the netgroup. Any help would be