Error during “Running newaliases”How can I monitor syslog and send notification based on events?apt-get autoremove returns errorError while installing postfixpostfix-dovecot email sending works with squirrel mail but not with Thunderbird?Unable to install jdk 6 after uninstalling jdk 7Ubuntu 15.10 The installation or removal of a software package failedError while setting up jdk8 on Ubuntu 14.04LTSdpkg Error: libc6-i386 half-installedCan not install pymol because I cannot install libfreetype6-devI get “dpkg error” when I try to install anythingmynetworks parameter in main.cf file of postfix server helpE: Sub-process /usr/bin/dpkg returned an error code (1) when try to execute apt-get install python3-pexpectE: Sub-process /usr/bin/dpkg returned an error code (1) installing jdk and NetBeans
What prevents the use of a multi-segment ILS for non-straight approaches?
How much character growth crosses the line into breaking the character
Why did the HMS Bounty go back to a time when whales are already rare?
Creepy dinosaur pc game identification
What should you do when eye contact makes your subordinate uncomfortable?
Not using 's' for he/she/it
Aragorn's "guise" in the Orthanc Stone
Has any country ever had 2 former presidents in jail simultaneously?
How do you make your own symbol when Detexify fails?
If infinitesimal transformations commute why dont the generators of the Lorentz group commute?
Is it better practice to read straight from sheet music rather than memorize it?
Lowest total scrabble score
C++ debug/print custom type with GDB : the case of nlohmann json library
Should I outline or discovery write my stories?
I am looking for the correct translation of love for the phrase "in this sign love"
How do I color the graph in datavisualization?
Non-trope happy ending?
Offered money to buy a house, seller is asking for more to cover gap between their listing and mortgage owed
Why does the Sun have different day lengths, but not the gas giants?
Pre-mixing cryogenic fuels and using only one fuel tank
Which one is correct as adjective “protruding” or “protruded”?
Why electric field inside a cavity of a non-conducting sphere not zero?
The screen of my macbook suddenly broken down how can I do to recover
How do you respond to a colleague from another team when they're wrongly expecting that you'll help them?
Error during “Running newaliases”
How can I monitor syslog and send notification based on events?apt-get autoremove returns errorError while installing postfixpostfix-dovecot email sending works with squirrel mail but not with Thunderbird?Unable to install jdk 6 after uninstalling jdk 7Ubuntu 15.10 The installation or removal of a software package failedError while setting up jdk8 on Ubuntu 14.04LTSdpkg Error: libc6-i386 half-installedCan not install pymol because I cannot install libfreetype6-devI get “dpkg error” when I try to install anythingmynetworks parameter in main.cf file of postfix server helpE: Sub-process /usr/bin/dpkg returned an error code (1) when try to execute apt-get install python3-pexpectE: Sub-process /usr/bin/dpkg returned an error code (1) installing jdk and NetBeans
I need some help with this please.
I started here as mentioned: in this post This post
nitapika@nitapika-51:~$ echo bla | mail -s testmail lisa@you5.com
The program 'mail' is currently not installed. You can install it by typing:
sudo apt-get install mailutils
Then installed mailutils: and received this error
Running newaliases
newaliases: warning: valid_hostname: numeric hostname: 04
newaliases: fatal: file /etc/postfix/main.cf: parameter mydomain: bad parameter value: 04
dpkg: error processing package postfix (--configure):
subprocess installed post-installation script returned error exit status 75
dpkg: dependency problems prevent configuration of mailutils:
mailutils depends on default-mta | mail-transport-agent; however:
Package default-mta is not installed.
Package postfix which provides default-mta is not configured yet.
Package mail-transport-agent is not installed.
Package postfix which provides mail-transport-agent is not configured yet.
dpkg: error processing package mailutils (--configure):
dependency problems - leaving unconfigured
Processing triggers for libc-bin (2.21-0ubuntu4) ...No apport report written because the error message indicates its a followup error from a previous failure.
Errors were encountered while processing:
postfix
mailutils
E: Sub-process /usr/bin/dpkg returned an error code (1)
nitapika@nitapika-51:~$ sudo /etc/init.d/postfix reload
[....] Reloading postfix configuration (via systemctl): postfix.serviceJob for postfix.service invalid.
failed!
Then tried:
nitapika@nitapika-51:~$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
2 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up postfix (2.11.3-1ubuntu2) ...
Postfix configuration was not changed. If you need to make changes, edit
/etc/postfix/main.cf (and others) as needed. To view Postfix configuration
values, see postconf(1).
After modifying main.cf, be sure to run '/etc/init.d/postfix reload'.
Running newaliases
newaliases: warning: valid_hostname: numeric hostname: 04
newaliases: fatal: file /etc/postfix/main.cf: parameter mydomain: bad parameter value: 04
dpkg: error processing package postfix (--configure):
subprocess installed post-installation script returned error exit status 75
dpkg: dependency problems prevent configuration of mailutils:
mailutils depends on default-mta | mail-transport-agent; however:
Package default-mta is not installed.
Package postfix which provides default-mta is not configured yet.
Package mail-transport-agent is not installed.
Package postfix which provides mail-transport-agent is not configured yet.
dpkg: error processing package mailutils (--configure):
dependency problems - leaving unconfigured
Processing triggers for libc-bin (2.21-0ubuntu4) ...No apport report written because the error message indicates its a followup error from a previous failure.
Errors were encountered while processing:
postfix
mailutils
E: Sub-process /usr/bin/dpkg returned an error code (1)
And then:
nitapika@nitapika-51:~$ sudo dpkg-reconfigure -plow postfix
/usr/sbin/dpkg-reconfigure: postfix is broken or not fully installed
Not sure how to fix this. I only need the logcheck app to send me abnormalities.
software-installation postfix
add a comment |
I need some help with this please.
I started here as mentioned: in this post This post
nitapika@nitapika-51:~$ echo bla | mail -s testmail lisa@you5.com
The program 'mail' is currently not installed. You can install it by typing:
sudo apt-get install mailutils
Then installed mailutils: and received this error
Running newaliases
newaliases: warning: valid_hostname: numeric hostname: 04
newaliases: fatal: file /etc/postfix/main.cf: parameter mydomain: bad parameter value: 04
dpkg: error processing package postfix (--configure):
subprocess installed post-installation script returned error exit status 75
dpkg: dependency problems prevent configuration of mailutils:
mailutils depends on default-mta | mail-transport-agent; however:
Package default-mta is not installed.
Package postfix which provides default-mta is not configured yet.
Package mail-transport-agent is not installed.
Package postfix which provides mail-transport-agent is not configured yet.
dpkg: error processing package mailutils (--configure):
dependency problems - leaving unconfigured
Processing triggers for libc-bin (2.21-0ubuntu4) ...No apport report written because the error message indicates its a followup error from a previous failure.
Errors were encountered while processing:
postfix
mailutils
E: Sub-process /usr/bin/dpkg returned an error code (1)
nitapika@nitapika-51:~$ sudo /etc/init.d/postfix reload
[....] Reloading postfix configuration (via systemctl): postfix.serviceJob for postfix.service invalid.
failed!
Then tried:
nitapika@nitapika-51:~$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
2 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up postfix (2.11.3-1ubuntu2) ...
Postfix configuration was not changed. If you need to make changes, edit
/etc/postfix/main.cf (and others) as needed. To view Postfix configuration
values, see postconf(1).
After modifying main.cf, be sure to run '/etc/init.d/postfix reload'.
Running newaliases
newaliases: warning: valid_hostname: numeric hostname: 04
newaliases: fatal: file /etc/postfix/main.cf: parameter mydomain: bad parameter value: 04
dpkg: error processing package postfix (--configure):
subprocess installed post-installation script returned error exit status 75
dpkg: dependency problems prevent configuration of mailutils:
mailutils depends on default-mta | mail-transport-agent; however:
Package default-mta is not installed.
Package postfix which provides default-mta is not configured yet.
Package mail-transport-agent is not installed.
Package postfix which provides mail-transport-agent is not configured yet.
dpkg: error processing package mailutils (--configure):
dependency problems - leaving unconfigured
Processing triggers for libc-bin (2.21-0ubuntu4) ...No apport report written because the error message indicates its a followup error from a previous failure.
Errors were encountered while processing:
postfix
mailutils
E: Sub-process /usr/bin/dpkg returned an error code (1)
And then:
nitapika@nitapika-51:~$ sudo dpkg-reconfigure -plow postfix
/usr/sbin/dpkg-reconfigure: postfix is broken or not fully installed
Not sure how to fix this. I only need the logcheck app to send me abnormalities.
software-installation postfix
add a comment |
I need some help with this please.
I started here as mentioned: in this post This post
nitapika@nitapika-51:~$ echo bla | mail -s testmail lisa@you5.com
The program 'mail' is currently not installed. You can install it by typing:
sudo apt-get install mailutils
Then installed mailutils: and received this error
Running newaliases
newaliases: warning: valid_hostname: numeric hostname: 04
newaliases: fatal: file /etc/postfix/main.cf: parameter mydomain: bad parameter value: 04
dpkg: error processing package postfix (--configure):
subprocess installed post-installation script returned error exit status 75
dpkg: dependency problems prevent configuration of mailutils:
mailutils depends on default-mta | mail-transport-agent; however:
Package default-mta is not installed.
Package postfix which provides default-mta is not configured yet.
Package mail-transport-agent is not installed.
Package postfix which provides mail-transport-agent is not configured yet.
dpkg: error processing package mailutils (--configure):
dependency problems - leaving unconfigured
Processing triggers for libc-bin (2.21-0ubuntu4) ...No apport report written because the error message indicates its a followup error from a previous failure.
Errors were encountered while processing:
postfix
mailutils
E: Sub-process /usr/bin/dpkg returned an error code (1)
nitapika@nitapika-51:~$ sudo /etc/init.d/postfix reload
[....] Reloading postfix configuration (via systemctl): postfix.serviceJob for postfix.service invalid.
failed!
Then tried:
nitapika@nitapika-51:~$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
2 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up postfix (2.11.3-1ubuntu2) ...
Postfix configuration was not changed. If you need to make changes, edit
/etc/postfix/main.cf (and others) as needed. To view Postfix configuration
values, see postconf(1).
After modifying main.cf, be sure to run '/etc/init.d/postfix reload'.
Running newaliases
newaliases: warning: valid_hostname: numeric hostname: 04
newaliases: fatal: file /etc/postfix/main.cf: parameter mydomain: bad parameter value: 04
dpkg: error processing package postfix (--configure):
subprocess installed post-installation script returned error exit status 75
dpkg: dependency problems prevent configuration of mailutils:
mailutils depends on default-mta | mail-transport-agent; however:
Package default-mta is not installed.
Package postfix which provides default-mta is not configured yet.
Package mail-transport-agent is not installed.
Package postfix which provides mail-transport-agent is not configured yet.
dpkg: error processing package mailutils (--configure):
dependency problems - leaving unconfigured
Processing triggers for libc-bin (2.21-0ubuntu4) ...No apport report written because the error message indicates its a followup error from a previous failure.
Errors were encountered while processing:
postfix
mailutils
E: Sub-process /usr/bin/dpkg returned an error code (1)
And then:
nitapika@nitapika-51:~$ sudo dpkg-reconfigure -plow postfix
/usr/sbin/dpkg-reconfigure: postfix is broken or not fully installed
Not sure how to fix this. I only need the logcheck app to send me abnormalities.
software-installation postfix
I need some help with this please.
I started here as mentioned: in this post This post
nitapika@nitapika-51:~$ echo bla | mail -s testmail lisa@you5.com
The program 'mail' is currently not installed. You can install it by typing:
sudo apt-get install mailutils
Then installed mailutils: and received this error
Running newaliases
newaliases: warning: valid_hostname: numeric hostname: 04
newaliases: fatal: file /etc/postfix/main.cf: parameter mydomain: bad parameter value: 04
dpkg: error processing package postfix (--configure):
subprocess installed post-installation script returned error exit status 75
dpkg: dependency problems prevent configuration of mailutils:
mailutils depends on default-mta | mail-transport-agent; however:
Package default-mta is not installed.
Package postfix which provides default-mta is not configured yet.
Package mail-transport-agent is not installed.
Package postfix which provides mail-transport-agent is not configured yet.
dpkg: error processing package mailutils (--configure):
dependency problems - leaving unconfigured
Processing triggers for libc-bin (2.21-0ubuntu4) ...No apport report written because the error message indicates its a followup error from a previous failure.
Errors were encountered while processing:
postfix
mailutils
E: Sub-process /usr/bin/dpkg returned an error code (1)
nitapika@nitapika-51:~$ sudo /etc/init.d/postfix reload
[....] Reloading postfix configuration (via systemctl): postfix.serviceJob for postfix.service invalid.
failed!
Then tried:
nitapika@nitapika-51:~$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
2 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up postfix (2.11.3-1ubuntu2) ...
Postfix configuration was not changed. If you need to make changes, edit
/etc/postfix/main.cf (and others) as needed. To view Postfix configuration
values, see postconf(1).
After modifying main.cf, be sure to run '/etc/init.d/postfix reload'.
Running newaliases
newaliases: warning: valid_hostname: numeric hostname: 04
newaliases: fatal: file /etc/postfix/main.cf: parameter mydomain: bad parameter value: 04
dpkg: error processing package postfix (--configure):
subprocess installed post-installation script returned error exit status 75
dpkg: dependency problems prevent configuration of mailutils:
mailutils depends on default-mta | mail-transport-agent; however:
Package default-mta is not installed.
Package postfix which provides default-mta is not configured yet.
Package mail-transport-agent is not installed.
Package postfix which provides mail-transport-agent is not configured yet.
dpkg: error processing package mailutils (--configure):
dependency problems - leaving unconfigured
Processing triggers for libc-bin (2.21-0ubuntu4) ...No apport report written because the error message indicates its a followup error from a previous failure.
Errors were encountered while processing:
postfix
mailutils
E: Sub-process /usr/bin/dpkg returned an error code (1)
And then:
nitapika@nitapika-51:~$ sudo dpkg-reconfigure -plow postfix
/usr/sbin/dpkg-reconfigure: postfix is broken or not fully installed
Not sure how to fix this. I only need the logcheck app to send me abnormalities.
software-installation postfix
software-installation postfix
edited Apr 13 '17 at 12:25
Community♦
1
1
asked Oct 30 '15 at 12:18
Nazeem JansenNazeem Jansen
6516
6516
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Correct
mydomain
in/etc/postfix/main.cf
.04
is not a valid domain name - a valid value is an entry of the tourdomain.tld
.Change the value for
valid_hostname
as well.This is only a warning but hostnames are not numeric - use the output of
hostname --fqdn
After that execute:
sudo newaliases
sudo apt-get install -f
mydomain
The internet domain name of this mail system. The default is to use
$myhostname minus the first component, or "localdomain" (Postfix 2.3
and later). $mydomain is used as a default value for many other
configuration parameters.
myhostname
The internet hostname of this mail system. The default is to use the
fully-qualified domain name (FQDN) from gethostname(), or to use the
non-FQDN result from gethostname() and append ".$mydomain".$myhostname
is used as a default value for many other configuration parameters.
Thank you. This solved the email issue. Now on to the logcheck setup.
– Nazeem Jansen
Oct 30 '15 at 14:36
I tried to test by running: sudo -u logcheck logcheck -o -t and received error: Oct 30 16:42:26 rotaderp gnome-session[2756]: Could not locate Tomboy on D-Bus. Perhaps it's not running? Oct 30 16:42:26 rotaderp gnome-session[2756]: [Error 16:42:26.406] [UniverseManager] Error while updating item source "Torrents": Cannot access Transmission RPC service Oct 30 16:42:26 rotaderp gnome-session[2756]: [Error 16:42:26.769] [UniverseManager] Error while updating item source "Firefox Places": Cannot cast from source type to destination type. Should Tomboy be installed?
– Nazeem Jansen
Oct 30 '15 at 14:46
You have two completely different problems. I have solved the main problem. The other question is too specific. Ask a new question for this problem. Please accept this answer with a click on the check mark at the left side of the answer.
– A.B.
Oct 30 '15 at 14:51
Thanks for the answer. For some reasonsudo apt-get install -f
keeps changing the configuration in/etc/postfix/main.cf
to some invalid crapmyserver.168.1.25
so install fails all time miserably. Any ideas?
– Wtower
Dec 30 '16 at 6:31
add a comment |
first know your hostname using command : hostname
just edit /etc/postfix/main.cf
use:
sudo nano /etc/postfix/main.cf
change: myhostname =
to
myhostname = your_hostname (name of your hostname)
now logout the system and re-login
now run :
sudo apt install -f
New contributor
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f691903%2ferror-during-running-newaliases%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Correct
mydomain
in/etc/postfix/main.cf
.04
is not a valid domain name - a valid value is an entry of the tourdomain.tld
.Change the value for
valid_hostname
as well.This is only a warning but hostnames are not numeric - use the output of
hostname --fqdn
After that execute:
sudo newaliases
sudo apt-get install -f
mydomain
The internet domain name of this mail system. The default is to use
$myhostname minus the first component, or "localdomain" (Postfix 2.3
and later). $mydomain is used as a default value for many other
configuration parameters.
myhostname
The internet hostname of this mail system. The default is to use the
fully-qualified domain name (FQDN) from gethostname(), or to use the
non-FQDN result from gethostname() and append ".$mydomain".$myhostname
is used as a default value for many other configuration parameters.
Thank you. This solved the email issue. Now on to the logcheck setup.
– Nazeem Jansen
Oct 30 '15 at 14:36
I tried to test by running: sudo -u logcheck logcheck -o -t and received error: Oct 30 16:42:26 rotaderp gnome-session[2756]: Could not locate Tomboy on D-Bus. Perhaps it's not running? Oct 30 16:42:26 rotaderp gnome-session[2756]: [Error 16:42:26.406] [UniverseManager] Error while updating item source "Torrents": Cannot access Transmission RPC service Oct 30 16:42:26 rotaderp gnome-session[2756]: [Error 16:42:26.769] [UniverseManager] Error while updating item source "Firefox Places": Cannot cast from source type to destination type. Should Tomboy be installed?
– Nazeem Jansen
Oct 30 '15 at 14:46
You have two completely different problems. I have solved the main problem. The other question is too specific. Ask a new question for this problem. Please accept this answer with a click on the check mark at the left side of the answer.
– A.B.
Oct 30 '15 at 14:51
Thanks for the answer. For some reasonsudo apt-get install -f
keeps changing the configuration in/etc/postfix/main.cf
to some invalid crapmyserver.168.1.25
so install fails all time miserably. Any ideas?
– Wtower
Dec 30 '16 at 6:31
add a comment |
Correct
mydomain
in/etc/postfix/main.cf
.04
is not a valid domain name - a valid value is an entry of the tourdomain.tld
.Change the value for
valid_hostname
as well.This is only a warning but hostnames are not numeric - use the output of
hostname --fqdn
After that execute:
sudo newaliases
sudo apt-get install -f
mydomain
The internet domain name of this mail system. The default is to use
$myhostname minus the first component, or "localdomain" (Postfix 2.3
and later). $mydomain is used as a default value for many other
configuration parameters.
myhostname
The internet hostname of this mail system. The default is to use the
fully-qualified domain name (FQDN) from gethostname(), or to use the
non-FQDN result from gethostname() and append ".$mydomain".$myhostname
is used as a default value for many other configuration parameters.
Thank you. This solved the email issue. Now on to the logcheck setup.
– Nazeem Jansen
Oct 30 '15 at 14:36
I tried to test by running: sudo -u logcheck logcheck -o -t and received error: Oct 30 16:42:26 rotaderp gnome-session[2756]: Could not locate Tomboy on D-Bus. Perhaps it's not running? Oct 30 16:42:26 rotaderp gnome-session[2756]: [Error 16:42:26.406] [UniverseManager] Error while updating item source "Torrents": Cannot access Transmission RPC service Oct 30 16:42:26 rotaderp gnome-session[2756]: [Error 16:42:26.769] [UniverseManager] Error while updating item source "Firefox Places": Cannot cast from source type to destination type. Should Tomboy be installed?
– Nazeem Jansen
Oct 30 '15 at 14:46
You have two completely different problems. I have solved the main problem. The other question is too specific. Ask a new question for this problem. Please accept this answer with a click on the check mark at the left side of the answer.
– A.B.
Oct 30 '15 at 14:51
Thanks for the answer. For some reasonsudo apt-get install -f
keeps changing the configuration in/etc/postfix/main.cf
to some invalid crapmyserver.168.1.25
so install fails all time miserably. Any ideas?
– Wtower
Dec 30 '16 at 6:31
add a comment |
Correct
mydomain
in/etc/postfix/main.cf
.04
is not a valid domain name - a valid value is an entry of the tourdomain.tld
.Change the value for
valid_hostname
as well.This is only a warning but hostnames are not numeric - use the output of
hostname --fqdn
After that execute:
sudo newaliases
sudo apt-get install -f
mydomain
The internet domain name of this mail system. The default is to use
$myhostname minus the first component, or "localdomain" (Postfix 2.3
and later). $mydomain is used as a default value for many other
configuration parameters.
myhostname
The internet hostname of this mail system. The default is to use the
fully-qualified domain name (FQDN) from gethostname(), or to use the
non-FQDN result from gethostname() and append ".$mydomain".$myhostname
is used as a default value for many other configuration parameters.
Correct
mydomain
in/etc/postfix/main.cf
.04
is not a valid domain name - a valid value is an entry of the tourdomain.tld
.Change the value for
valid_hostname
as well.This is only a warning but hostnames are not numeric - use the output of
hostname --fqdn
After that execute:
sudo newaliases
sudo apt-get install -f
mydomain
The internet domain name of this mail system. The default is to use
$myhostname minus the first component, or "localdomain" (Postfix 2.3
and later). $mydomain is used as a default value for many other
configuration parameters.
myhostname
The internet hostname of this mail system. The default is to use the
fully-qualified domain name (FQDN) from gethostname(), or to use the
non-FQDN result from gethostname() and append ".$mydomain".$myhostname
is used as a default value for many other configuration parameters.
edited Oct 30 '15 at 14:55
answered Oct 30 '15 at 12:43
A.B.A.B.
69.6k12172266
69.6k12172266
Thank you. This solved the email issue. Now on to the logcheck setup.
– Nazeem Jansen
Oct 30 '15 at 14:36
I tried to test by running: sudo -u logcheck logcheck -o -t and received error: Oct 30 16:42:26 rotaderp gnome-session[2756]: Could not locate Tomboy on D-Bus. Perhaps it's not running? Oct 30 16:42:26 rotaderp gnome-session[2756]: [Error 16:42:26.406] [UniverseManager] Error while updating item source "Torrents": Cannot access Transmission RPC service Oct 30 16:42:26 rotaderp gnome-session[2756]: [Error 16:42:26.769] [UniverseManager] Error while updating item source "Firefox Places": Cannot cast from source type to destination type. Should Tomboy be installed?
– Nazeem Jansen
Oct 30 '15 at 14:46
You have two completely different problems. I have solved the main problem. The other question is too specific. Ask a new question for this problem. Please accept this answer with a click on the check mark at the left side of the answer.
– A.B.
Oct 30 '15 at 14:51
Thanks for the answer. For some reasonsudo apt-get install -f
keeps changing the configuration in/etc/postfix/main.cf
to some invalid crapmyserver.168.1.25
so install fails all time miserably. Any ideas?
– Wtower
Dec 30 '16 at 6:31
add a comment |
Thank you. This solved the email issue. Now on to the logcheck setup.
– Nazeem Jansen
Oct 30 '15 at 14:36
I tried to test by running: sudo -u logcheck logcheck -o -t and received error: Oct 30 16:42:26 rotaderp gnome-session[2756]: Could not locate Tomboy on D-Bus. Perhaps it's not running? Oct 30 16:42:26 rotaderp gnome-session[2756]: [Error 16:42:26.406] [UniverseManager] Error while updating item source "Torrents": Cannot access Transmission RPC service Oct 30 16:42:26 rotaderp gnome-session[2756]: [Error 16:42:26.769] [UniverseManager] Error while updating item source "Firefox Places": Cannot cast from source type to destination type. Should Tomboy be installed?
– Nazeem Jansen
Oct 30 '15 at 14:46
You have two completely different problems. I have solved the main problem. The other question is too specific. Ask a new question for this problem. Please accept this answer with a click on the check mark at the left side of the answer.
– A.B.
Oct 30 '15 at 14:51
Thanks for the answer. For some reasonsudo apt-get install -f
keeps changing the configuration in/etc/postfix/main.cf
to some invalid crapmyserver.168.1.25
so install fails all time miserably. Any ideas?
– Wtower
Dec 30 '16 at 6:31
Thank you. This solved the email issue. Now on to the logcheck setup.
– Nazeem Jansen
Oct 30 '15 at 14:36
Thank you. This solved the email issue. Now on to the logcheck setup.
– Nazeem Jansen
Oct 30 '15 at 14:36
I tried to test by running: sudo -u logcheck logcheck -o -t and received error: Oct 30 16:42:26 rotaderp gnome-session[2756]: Could not locate Tomboy on D-Bus. Perhaps it's not running? Oct 30 16:42:26 rotaderp gnome-session[2756]: [Error 16:42:26.406] [UniverseManager] Error while updating item source "Torrents": Cannot access Transmission RPC service Oct 30 16:42:26 rotaderp gnome-session[2756]: [Error 16:42:26.769] [UniverseManager] Error while updating item source "Firefox Places": Cannot cast from source type to destination type. Should Tomboy be installed?
– Nazeem Jansen
Oct 30 '15 at 14:46
I tried to test by running: sudo -u logcheck logcheck -o -t and received error: Oct 30 16:42:26 rotaderp gnome-session[2756]: Could not locate Tomboy on D-Bus. Perhaps it's not running? Oct 30 16:42:26 rotaderp gnome-session[2756]: [Error 16:42:26.406] [UniverseManager] Error while updating item source "Torrents": Cannot access Transmission RPC service Oct 30 16:42:26 rotaderp gnome-session[2756]: [Error 16:42:26.769] [UniverseManager] Error while updating item source "Firefox Places": Cannot cast from source type to destination type. Should Tomboy be installed?
– Nazeem Jansen
Oct 30 '15 at 14:46
You have two completely different problems. I have solved the main problem. The other question is too specific. Ask a new question for this problem. Please accept this answer with a click on the check mark at the left side of the answer.
– A.B.
Oct 30 '15 at 14:51
You have two completely different problems. I have solved the main problem. The other question is too specific. Ask a new question for this problem. Please accept this answer with a click on the check mark at the left side of the answer.
– A.B.
Oct 30 '15 at 14:51
Thanks for the answer. For some reason
sudo apt-get install -f
keeps changing the configuration in /etc/postfix/main.cf
to some invalid crap myserver.168.1.25
so install fails all time miserably. Any ideas?– Wtower
Dec 30 '16 at 6:31
Thanks for the answer. For some reason
sudo apt-get install -f
keeps changing the configuration in /etc/postfix/main.cf
to some invalid crap myserver.168.1.25
so install fails all time miserably. Any ideas?– Wtower
Dec 30 '16 at 6:31
add a comment |
first know your hostname using command : hostname
just edit /etc/postfix/main.cf
use:
sudo nano /etc/postfix/main.cf
change: myhostname =
to
myhostname = your_hostname (name of your hostname)
now logout the system and re-login
now run :
sudo apt install -f
New contributor
add a comment |
first know your hostname using command : hostname
just edit /etc/postfix/main.cf
use:
sudo nano /etc/postfix/main.cf
change: myhostname =
to
myhostname = your_hostname (name of your hostname)
now logout the system and re-login
now run :
sudo apt install -f
New contributor
add a comment |
first know your hostname using command : hostname
just edit /etc/postfix/main.cf
use:
sudo nano /etc/postfix/main.cf
change: myhostname =
to
myhostname = your_hostname (name of your hostname)
now logout the system and re-login
now run :
sudo apt install -f
New contributor
first know your hostname using command : hostname
just edit /etc/postfix/main.cf
use:
sudo nano /etc/postfix/main.cf
change: myhostname =
to
myhostname = your_hostname (name of your hostname)
now logout the system and re-login
now run :
sudo apt install -f
New contributor
New contributor
answered 14 mins ago
rishang bhavsarrishang bhavsar
1
1
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f691903%2ferror-during-running-newaliases%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown