On 01/03/2014 12:48 AM, Chris Murphy wrote:
I meant how big files, i.e. content, can you send to the journal, not the size of journal itself.
It accepts a stream with a configurable rate limiter.
No size limit? How does it show up in the kernel? Say that I have the following data, how is it presented, and how do I retrieve it?
--- start text /etc/cron.hourly/0yum-hourly.cron:
Traceback (most recent call last): File "/usr/sbin/yum-cron", line 721, in <module> main() File "/usr/sbin/yum-cron", line 718, in main base.updatesCheck() File "/usr/sbin/yum-cron", line 606, in updatesCheck self.populateUpdateMetadata() File "/usr/sbin/yum-cron", line 418, in populateUpdateMetadata self.upinfo File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 1113, in <lambda> upinfo = property(fget=lambda self: self._getUpdateinfo(), File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 1023, in _getUpdateinfo if 'updateinfo' not in repo.repoXML.fileTypes(): File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1670, in <lambda> repoXML = property(fget=lambda self: self._getRepoXML(), File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1666, in _getRepoXML self._loadRepoXML(text=self.ui_id) File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1657, in _loadRepoXML return self._groupLoadRepoXML(text, self._mdpolicy2mdtypes()) File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1631, in _groupLoadRepoXML if self._commonLoadRepoXML(text): File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1456, in _commonLoadRepoXML result = self._getFileRepoXML(local, text) File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1234, in _getFileRepoXML size=102400) # setting max size as 100K File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1030, in _getFile raise e yum.Errors.NoMoreMirrorsRepoError: failure: repodata/repomd.xml from fedora-chromium-stable: [Errno 256] No more mirrors to try. http://repos.fedorapeople.org/repos/spot/chromium-stable/fedora-20/x86_64/re...: [Errno 14] HTTP Error 404 - Not Found --- end text
Even if I set up /etc/aliases I'm not informed if I don't use the local system to receive emails. And even if I do, it's not going to send those emails to gmail is it?
OK, the documentation should have let you now how to set up /etc/aliases, *and* also inform you to set up the mail client of your choice to receive that mail.
The following solves the gmail "problem" (/etc/aliases): root: user@gmal.com
Lars