Displaying 14 results from an estimated 14 matches for "mysystem".
Did you mean:
mmsystem
2019 Nov 22
1
Issue with "ExecStartPost" attribute in systemd daemon faile
...sh
* /etc/systemd/system/mail-notification.sh
* #!/bin/bash
echo "Crond restarted" | /usr/bin/mailx -s "Crond failure notification" myemail at mydomain
After "systemctl daemon-reload" and "kill -9 `pidof crond`", message log are:
Nov 22 11:04:36 mysystem systemd: crond.service: main process exited, code=killed, status=9/KILL
Nov 22 11:04:36 mysystem systemd: Unit crond.service entered failed state.
Nov 22 11:04:36 mysystem systemd: Triggering OnFailure= dependencies of crond.service.
Nov 22 11:04:36 mysystem systemd: crond.service failed.
Nov 22 11...
2020 Aug 20
0
[klibc:master] klcc: Treat CC, LD, STRIP as multiple words
...a/klcc/klcc.in b/klcc/klcc.in
index 43d0984a..7b3b8f3b 100644
--- a/klcc/klcc.in
+++ b/klcc/klcc.in
@@ -218,7 +218,7 @@ if ( $debugging ) {
if ( $operation ne '' ) {
# Just run gcc with the appropriate options
@outopt = ('-o', $output) if ( defined($output) );
- $rv = mysystem($CC, @ccopt, @outopt, files_with_lang(\@files, \%flang));
+ $rv = mysystem(@CC, @ccopt, @outopt, files_with_lang(\@files, \%flang));
} else {
if ( scalar(@files) == 0 ) {
die "$0: No input files!\n";
@@ -241,7 +241,7 @@ if ( $operation ne '' ) {
push(@objs, $fo);...
2019 Nov 21
3
Issue with "ExecStartPost" attribute in systemd daemon faile
Hello,
I'm trying to configure a daemon (I'm doing tests with "crond" daemon) to send me an email after daemon restart. My "crond.service" file is:
# /etc/systemd/system/crond.service
[Unit]
Description=Command Scheduler
After=auditd.service systemd-user-sessions.service time-sync.target
#OnFailure=crond-notify-email@%i.service
[Service]
2009 Dec 02
1
ldapsearch -f file doesn't work
Hi,
Firstly, system info:
Linux mysystem 2.6.18-53.1.4.el5 #1 SMP Fri Nov 30 00:45:55 EST 2007
x86_64 x86_64 x86_64 GNU/Linux
I am running ldap on Centos with packages openldap-2.3.27-8.el5_2.4 y
openldap-2.3.27-8.el5_2.4
I'd want to perform a query that return one attribute. So I did
something as follows:
ldapsearch -W -f qbis.l...
2013 Feb 25
1
Procmail/Formail problem on 6.3
Hi!
In the process of making mysystem work again, having just done a
reinstall of 6.3 x86_64.
I have a considerable collection of procmail recipes for filtering
mail in various ways, and since the upgrade none of 'em is working.
procmail passes every mail thru spambayes, which gives back a rating
on spamminess. this happens, so...
2005 May 20
0
[PATCH] let klcc pass input from STDIN to gcc
...Skip object files
if ( $need ne 'obj' ) {
- unless ( $xopt eq $need ) {
+ unless ( $xopt eq $need || $need eq 'stdin') {
push(@as, '-x', $need);
$xopt = $need;
}
@@ -79,7 +81,10 @@
# Run a program; printing out the command line if $verbose is set
sub mysystem(@) {
print STDERR join(' ', @_), "\n" if ( $verbose );
- return system(@_);
+ my $cmd = shift;
+ my $childpid = open3("<&STDIN", ">&STDOUT", ">&STDERR", $cmd, @_);
+ waitpid ($childpid, 0);
+ return $?;
}
#...
2005 May 25
1
[PATCH] klcc on multiple files
....0.12/klcc.in
===================================================================
--- klibc-1.0.12.orig/klcc.in 2005-05-25 08:19:19.000000000 +0200
+++ klibc-1.0.12/klcc.in 2005-05-25 14:26:25.000000000 +0200
@@ -81,10 +81,7 @@
# Run a program; printing out the command line if $verbose is set
sub mysystem(@) {
print STDERR join(' ', @_), "\n" if ( $verbose );
- my $cmd = shift;
- my $childpid = open3("<&STDIN", ">&STDOUT", ">&STDERR", $cmd, @_);
- waitpid ($childpid, 0);
- return $?;
+ return system (@_);
}...
2009 Jan 20
0
Zlib error
Hi,
After installing the rubygems 1.3.1, I face the following issues while
installing new gems.
Error:
arun@mysystem:~/Desktop$ sudo gem install ip2country-0.0.2.gem
ERROR: While executing gem ... (Zlib::GzipFile::Error)
not in gzip format
My Environment:
OS - ubuntu 8.04 - the Hardy Heron version.
Ruby - ruby 1.8.6 (2007-09-24 patchlevel 111) [i486-linux]
RubyGems Environment:
- RUBYGEMS VERSION:...
2007 Nov 20
0
smb signing is incompatible with share level security !
...37, 0]
smbd/negprot.c:reply_nt1(316)
Nov 20 16:24:37 dell01 smbd[6200]: reply_nt1: smb signing is incompatible
with share level security !
Below some key facts:
S.O : SUSE LINUX 10.1 (i586) - Kernel 2.6.16.21-0.13-default (10).
content of smb.conf :
# Global parameters
[global]
*workgroup = mysystem
*netbios name = mypc
*server string = Servidor Deel
*interfaces = 1xx.0.0.xxx/24
security = share
username map = /etc/samba/smbusers
hosts allow = 1xx.0.0. 127.
# printing = cups
printcap name = cups
add machine script = /usr/sbin/useradd -c Machine -d /var/lib/nobody
-s /bin/false %m$
doma...
2011 Oct 05
4
[Bug 8508] New: out of memory in glob_expand_module
...received so far) [Receiver]
rsync error: error in rsync protocol data stream (code 12) at io.c(614)
[Receiver=3.0.9]
----------
The client log shows the following:
----------
2011/10/05 11:29:32 [29628] rsyncd version 3.0.8 starting, listening on port
8873
2011/10/05 11:29:35 [29631] connect from mysystem.example.com (192.168.1.1)
2011/10/05 11:29:35 [29631] ERROR: out of memory in glob_expand_module
[Receiver]
2011/10/05 11:29:35 [29631] [Receiver] _exit_cleanup(code=22, file=util.c,
line=117): entered
2011/10/05 11:29:35 [29631] rsync error: error allocating core memory buffers
(code 22) at util.c...
1997 Jul 24
4
Samba and ClearCase
We're trying to use samba to let our PC's mount view extended pathnames used
by clearcase but they show up as empty. If anyone's used samba and Clear
Case (by Pure Atria) and gotten it to work I'd love to hear how.
thanks,
Bill
--
---------------------------------------------------------------------
William H. Schwartz email: whschwartz@mmm.com
System
2019 Apr 12
2
Mailbox INBOX: Opening INBOX failed: Mailbox doesn't exist: INBOX. Maybe master user + namespace problem?
2019 Apr 12
0
Mailbox INBOX: Opening INBOX failed: Mailbox doesn't exist: INBOX. Maybe master user + namespace problem?
1999 Dec 22
8
Samba Configuration Problem
Hi all,
I have installed Samba on Irix 6.5 and I have modified the sample smb
configuration file as shown below. I am having problem browsing the Samba
from Windows 95 host, it asks me to supply the //servername/IPC$ password.
Please assist.
Regards,
Kunle Olusanya
============================================================================
====================
; Configuration file for smbd.
;