Can't bind to /tmp/claws-mail-1000

When i try to start claws-mail i got this output:
[tirrenia@lappy ~]$ claws-mail
can't bind to /tmp/claws-mail-1000: Åtkomst nekas
Åtkomst nekas is Access/Permission Denied in Swedish.
Anybody have an idea?
Thanks

It is:
drwxr-xr-x 4 root root 136 12 aug 01.01 /tmp
And when i try to start xmms i got this:
[tirrenia@lappy ~]$ xmms
** CRITICAL **: setup_ctrlsocket(): Failed to assign /tmp/xmms_tirrenia.0 to a socket (Error: Åtkomst nekas)

Similar Messages

  • Claws-mail closes itself periodically

    Hello. Any claws-mail users here? Few weeks ago, perhaps after an update of installed software, I started to experience the problem that claws-mail just exits itself unexpectedly, typically after a few hours after it's started. If I run it from terminal, its output ends with something like this:
    claws.c:102:Starting Claws Mail version Claws Mail 3.9.2
    utils.c:1874:using default rc_dir /home/eugene/.claws-mail
    main.c:2336:Using control socket /tmp/claws-mail-1000/86d0c53ad6835731e60a9f38b484cb23
    main.c:2430:another Claws Mail instance is already running.
    ** (process:27103): WARNING **: Socket IO timeout
    ** (process:27103): WARNING **: [03:29:57] Socket IO timeout.
    Does anyone else happen to have this problem? Any suggestions?
    UPD: If there isn't any "normal" suggestion, I believe a hack will suit me. I thought about running claws-mail with a script like `while true; do claws-mail; done`, but then I need a way to exit claws-mail and the while loop as well...
    Last edited by statc (2013-07-11 06:26:34)

    Does it crash immediately after the warning? Searching the net, it seems like a problem with syncing (probably imap or pop3).
    In any case, you should report this upstream.

  • ClamAV fails to scan for viruses in emails [CLAWS MAIL]

    I've recently switched from Thunderbird to Claws Mail and ran into one small, but annoying, problem.
    I want to use ClamAV + the clamav extension for claws mail to scan for viruses, however it does seem to have permission problems.
    clamd is running, user and group clamav all have the relevant permissions as far as I can tell, however upon scanning my mail, I always end up with the following error:
    Scanning error:
    /home/username/.claws-mail/mimetmp/0000000e.mimetmp: lstat() failed: Permission denied. ERROR
    Here's my clamd.conf:
    ## Please read the clamd.conf(5) manual before editing this file.
    # Comment or remove the line below.
    #Example
    # Uncomment this option to enable logging.
    # LogFile must be writable for the user running daemon.
    # A full path is required.
    # Default: disabled
    LogFile /var/log/clamav/clamd.log
    # By default the log file is locked for writing - the lock protects against
    # running clamd multiple times (if want to run another clamd, please
    # copy the configuration file, change the LogFile variable, and run
    # the daemon with --config-file option).
    # This option disables log file locking.
    # Default: no
    #LogFileUnlock yes
    # Maximum size of the log file.
    # Value of 0 disables the limit.
    # You may use 'M' or 'm' for megabytes (1M = 1m = 1048576 bytes)
    # and 'K' or 'k' for kilobytes (1K = 1k = 1024 bytes). To specify the size
    # in bytes just don't use modifiers.
    # Default: 1M
    #LogFileMaxSize 2M
    # Log time with each message.
    # Default: no
    LogTime yes
    # Also log clean files. Useful in debugging but drastically increases the
    # log size.
    # Default: no
    #LogClean yes
    # Use system logger (can work together with LogFile).
    # Default: no
    #LogSyslog yes
    # Specify the type of syslog messages - please refer to 'man syslog'
    # for facility names.
    # Default: LOG_LOCAL6
    #LogFacility LOG_MAIL
    # Enable verbose logging.
    # Default: no
    #LogVerbose yes
    # Log additional information about the infected file, such as its
    # size and hash, together with the virus name.
    #ExtendedDetectionInfo yes
    # This option allows you to save a process identifier of the listening
    # daemon (main thread).
    # Default: disabled
    PidFile /run/clamav/clamd.pid
    # Optional path to the global temporary directory.
    # Default: system specific (usually /tmp or /var/tmp).
    TemporaryDirectory /tmp
    # Path to the database directory.
    # Default: hardcoded (depends on installation options)
    DatabaseDirectory /var/lib/clamav
    # Only load the official signatures published by the ClamAV project.
    # Default: no
    OfficialDatabaseOnly yes
    # The daemon can work in local mode, network mode or both.
    # Due to security reasons we recommend the local mode.
    # Path to a local socket file the daemon will listen on.
    # Default: disabled (must be specified by a user)
    LocalSocket /var/lib/clamav/clamd.sock
    # Sets the group ownership on the unix socket.
    # Default: disabled (the primary group of the user running clamd)
    LocalSocketGroup clamav
    # Sets the permissions on the unix socket to the specified mode.
    # Default: disabled (socket is world accessible)
    #LocalSocketMode 660
    # Remove stale socket after unclean shutdown.
    # Default: yes
    #FixStaleSocket yes
    # TCP port address.
    # Default: no
    #TCPSocket 3310
    # TCP address.
    # By default we bind to INADDR_ANY, probably not wise.
    # Enable the following to provide some degree of protection
    # from the outside world.
    # Default: no
    #TCPAddr 127.0.0.1
    # Maximum length the queue of pending connections may grow to.
    # Default: 200
    #MaxConnectionQueueLength 30
    # Clamd uses FTP-like protocol to receive data from remote clients.
    # If you are using clamav-milter to balance load between remote clamd daemons
    # on firewall servers you may need to tune the options below.
    # Close the connection when the data size limit is exceeded.
    # The value should match your MTA's limit for a maximum attachment size.
    # Default: 25M
    #StreamMaxLength 10M
    # Limit port range.
    # Default: 1024
    #StreamMinPort 30000
    # Default: 2048
    #StreamMaxPort 32000
    # Maximum number of threads running at the same time.
    # Default: 10
    #MaxThreads 20
    # Waiting for data from a client socket will timeout after this time (seconds).
    # Default: 120
    #ReadTimeout 300
    # This option specifies the time (in seconds) after which clamd should
    # timeout if a client doesn't provide any initial command after connecting.
    # Default: 5
    #CommandReadTimeout 5
    # This option specifies how long to wait (in miliseconds) if the send buffer is full.
    # Keep this value low to prevent clamd hanging
    # Default: 500
    #SendBufTimeout 200
    # Maximum number of queued items (including those being processed by MaxThreads threads)
    # It is recommended to have this value at least twice MaxThreads if possible.
    # WARNING: you shouldn't increase this too much to avoid running out of file descriptors,
    # the following condition should hold:
    # MaxThreads*MaxRecursion + (MaxQueue - MaxThreads) + 6< RLIMIT_NOFILE (usual max is 1024)
    # Default: 100
    #MaxQueue 200
    # Waiting for a new job will timeout after this time (seconds).
    # Default: 30
    #IdleTimeout 60
    # Don't scan files and directories matching regex
    # This directive can be used multiple times
    # Default: scan all
    #ExcludePath ^/proc/
    #ExcludePath ^/sys/
    # Maximum depth directories are scanned at.
    # Default: 15
    #MaxDirectoryRecursion 20
    # Follow directory symlinks.
    # Default: no
    #FollowDirectorySymlinks yes
    # Follow regular file symlinks.
    # Default: no
    #FollowFileSymlinks yes
    # Scan files and directories on other filesystems.
    # Default: yes
    #CrossFilesystems yes
    # Perform a database check.
    # Default: 600 (10 min)
    #SelfCheck 600
    # Execute a command when virus is found. In the command string %v will
    # be replaced with the virus name.
    # Default: no
    #VirusEvent /usr/local/bin/send_sms 123456789 "VIRUS ALERT: %v"
    # Run as another user (clamd must be started by root for this option to work)
    # Default: don't drop privileges
    User clamav
    # Initialize supplementary group access (clamd must be started by root).
    # Default: no
    #AllowSupplementaryGroups no
    # Stop daemon when libclamav reports out of memory condition.
    #ExitOnOOM yes
    # Don't fork into background.
    # Default: no
    #Foreground yes
    # Enable debug messages in libclamav.
    # Default: no
    #Debug yes
    # Do not remove temporary files (for debug purposes).
    # Default: no
    #LeaveTemporaryFiles yes
    # Detect Possibly Unwanted Applications.
    # Default: no
    #DetectPUA yes
    # Exclude a specific PUA category. This directive can be used multiple times.
    # See http://www.clamav.net/support/pua for the complete list of PUA
    # categories.
    # Default: Load all categories (if DetectPUA is activated)
    #ExcludePUA NetTool
    #ExcludePUA PWTool
    # Only include a specific PUA category. This directive can be used multiple
    # times.
    # Default: Load all categories (if DetectPUA is activated)
    #IncludePUA Spy
    #IncludePUA Scanner
    #IncludePUA RAT
    # In some cases (eg. complex malware, exploits in graphic files, and others),
    # ClamAV uses special algorithms to provide accurate detection. This option
    # controls the algorithmic detection.
    # Default: yes
    #AlgorithmicDetection yes
    ## Executable files
    # PE stands for Portable Executable - it's an executable file format used
    # in all 32 and 64-bit versions of Windows operating systems. This option allows
    # ClamAV to perform a deeper analysis of executable files and it's also
    # required for decompression of popular executable packers such as UPX, FSG,
    # and Petite. If you turn off this option, the original files will still be
    # scanned, but without additional processing.
    # Default: yes
    #ScanPE yes
    # Executable and Linking Format is a standard format for UN*X executables.
    # This option allows you to control the scanning of ELF files.
    # If you turn off this option, the original files will still be scanned, but
    # without additional processing.
    # Default: yes
    #ScanELF yes
    # With this option clamav will try to detect broken executables (both PE and
    # ELF) and mark them as Broken.Executable.
    # Default: no
    #DetectBrokenExecutables yes
    ## Documents
    # This option enables scanning of OLE2 files, such as Microsoft Office
    # documents and .msi files.
    # If you turn off this option, the original files will still be scanned, but
    # without additional processing.
    # Default: yes
    #ScanOLE2 yes
    # With this option enabled OLE2 files with VBA macros, which were not
    # detected by signatures will be marked as "Heuristics.OLE2.ContainsMacros".
    # Default: no
    #OLE2BlockMacros no
    # This option enables scanning within PDF files.
    # If you turn off this option, the original files will still be scanned, but
    # without decoding and additional processing.
    # Default: yes
    #ScanPDF yes
    ## Mail files
    # Enable internal e-mail scanner.
    # If you turn off this option, the original files will still be scanned, but
    # without parsing individual messages/attachments.
    # Default: yes
    #ScanMail yes
    # Scan RFC1341 messages split over many emails.
    # You will need to periodically clean up $TemporaryDirectory/clamav-partial directory.
    # WARNING: This option may open your system to a DoS attack.
    # Never use it on loaded servers.
    # Default: no
    #ScanPartialMessages yes
    # With this option enabled ClamAV will try to detect phishing attempts by using
    # signatures.
    # Default: yes
    #PhishingSignatures yes
    # Scan URLs found in mails for phishing attempts using heuristics.
    # Default: yes
    #PhishingScanURLs yes
    # Always block SSL mismatches in URLs, even if the URL isn't in the database.
    # This can lead to false positives.
    # Default: no
    #PhishingAlwaysBlockSSLMismatch no
    # Always block cloaked URLs, even if URL isn't in database.
    # This can lead to false positives.
    # Default: no
    #PhishingAlwaysBlockCloak no
    # Allow heuristic match to take precedence.
    # When enabled, if a heuristic scan (such as phishingScan) detects
    # a possible virus/phish it will stop scan immediately. Recommended, saves CPU
    # scan-time.
    # When disabled, virus/phish detected by heuristic scans will be reported only at
    # the end of a scan. If an archive contains both a heuristically detected
    # virus/phish, and a real malware, the real malware will be reported
    # Keep this disabled if you intend to handle "*.Heuristics.*" viruses
    # differently from "real" malware.
    # If a non-heuristically-detected virus (signature-based) is found first,
    # the scan is interrupted immediately, regardless of this config option.
    # Default: no
    #HeuristicScanPrecedence yes
    ## Data Loss Prevention (DLP)
    # Enable the DLP module
    # Default: No
    #StructuredDataDetection yes
    # This option sets the lowest number of Credit Card numbers found in a file
    # to generate a detect.
    # Default: 3
    #StructuredMinCreditCardCount 5
    # This option sets the lowest number of Social Security Numbers found
    # in a file to generate a detect.
    # Default: 3
    #StructuredMinSSNCount 5
    # With this option enabled the DLP module will search for valid
    # SSNs formatted as xxx-yy-zzzz
    # Default: yes
    #StructuredSSNFormatNormal yes
    # With this option enabled the DLP module will search for valid
    # SSNs formatted as xxxyyzzzz
    # Default: no
    #StructuredSSNFormatStripped yes
    ## HTML
    # Perform HTML normalisation and decryption of MS Script Encoder code.
    # Default: yes
    # If you turn off this option, the original files will still be scanned, but
    # without additional processing.
    #ScanHTML yes
    ## Archives
    # ClamAV can scan within archives and compressed files.
    # If you turn off this option, the original files will still be scanned, but
    # without unpacking and additional processing.
    # Default: yes
    #ScanArchive yes
    # Mark encrypted archives as viruses (Encrypted.Zip, Encrypted.RAR).
    # Default: no
    #ArchiveBlockEncrypted no
    ## Limits
    # The options below protect your system against Denial of Service attacks
    # using archive bombs.
    # This option sets the maximum amount of data to be scanned for each input file.
    # Archives and other containers are recursively extracted and scanned up to this
    # value.
    # Value of 0 disables the limit
    # Note: disabling this limit or setting it too high may result in severe damage
    # to the system.
    # Default: 100M
    #MaxScanSize 150M
    # Files larger than this limit won't be scanned. Affects the input file itself
    # as well as files contained inside it (when the input file is an archive, a
    # document or some other kind of container).
    # Value of 0 disables the limit.
    # Note: disabling this limit or setting it too high may result in severe damage
    # to the system.
    # Default: 25M
    #MaxFileSize 30M
    # Nested archives are scanned recursively, e.g. if a Zip archive contains a RAR
    # file, all files within it will also be scanned. This options specifies how
    # deeply the process should be continued.
    # Note: setting this limit too high may result in severe damage to the system.
    # Default: 16
    #MaxRecursion 10
    # Number of files to be scanned within an archive, a document, or any other
    # container file.
    # Value of 0 disables the limit.
    # Note: disabling this limit or setting it too high may result in severe damage
    # to the system.
    # Default: 10000
    #MaxFiles 15000
    ## Clamuko settings
    # Enable Clamuko. Dazuko must be configured and running. Clamuko supports
    # both Dazuko (/dev/dazuko) and DazukoFS (/dev/dazukofs.ctrl). DazukoFS
    # is the preferred option. For more information please visit www.dazuko.org
    # Default: no
    #ClamukoScanOnAccess yes
    # The number of scanner threads that will be started (DazukoFS only).
    # Having multiple scanner threads allows Clamuko to serve multiple
    # processes simultaneously. This is particularly beneficial on SMP machines.
    # Default: 3
    #ClamukoScannerCount 3
    # Don't scan files larger than ClamukoMaxFileSize
    # Value of 0 disables the limit.
    # Default: 5M
    #ClamukoMaxFileSize 10M
    # Set access mask for Clamuko (Dazuko only).
    # Default: no
    #ClamukoScanOnOpen yes
    #ClamukoScanOnClose yes
    #ClamukoScanOnExec yes
    # Set the include paths (all files inside them will be scanned). You can have
    # multiple ClamukoIncludePath directives but each directory must be added
    # in a seperate line. (Dazuko only)
    # Default: disabled
    #ClamukoIncludePath /home
    #ClamukoIncludePath /students
    # Set the exclude paths. All subdirectories are also excluded. (Dazuko only)
    # Default: disabled
    #ClamukoExcludePath /home/bofh
    # With this option you can whitelist specific UIDs. Processes with these UIDs
    # will be able to access all files.
    # This option can be used multiple times (one per line).
    # Default: disabled
    #ClamukoExcludeUID 0
    # With this option enabled ClamAV will load bytecode from the database.
    # It is highly recommended you keep this option on, otherwise you'll miss detections for many new viruses.
    # Default: yes
    #Bytecode yes
    # Set bytecode security level.
    # Possible values:
    # None - no security at all, meant for debugging. DO NOT USE THIS ON PRODUCTION SYSTEMS
    # This value is only available if clamav was built with --enable-debug!
    # TrustSigned - trust bytecode loaded from signed .c[lv]d files,
    # insert runtime safety checks for bytecode loaded from other sources
    # Paranoid - don't trust any bytecode, insert runtime checks for all
    # Recommended: TrustSigned, because bytecode in .cvd files already has these checks
    # Note that by default only signed bytecode is loaded, currently you can only
    # load unsigned bytecode in --enable-debug mode.
    # Default: TrustSigned
    #BytecodeSecurity TrustSigned
    # Set bytecode timeout in miliseconds.
    # Default: 5000
    # BytecodeTimeout 1000
    My freshclam.conf:
    ## Please read the freshclam.conf(5) manual before editing this file.
    # Comment or remove the line below.
    #Example
    # Path to the database directory.
    # WARNING: It must match clamd.conf's directive!
    # Default: hardcoded (depends on installation options)
    #DatabaseDirectory /var/lib/clamav
    # Path to the log file (make sure it has proper permissions)
    # Default: disabled
    UpdateLogFile /var/log/clamav/freshclam.log
    # Maximum size of the log file.
    # Value of 0 disables the limit.
    # You may use 'M' or 'm' for megabytes (1M = 1m = 1048576 bytes)
    # and 'K' or 'k' for kilobytes (1K = 1k = 1024 bytes).
    # in bytes just don't use modifiers.
    # Default: 1M
    #LogFileMaxSize 2M
    # Log time with each message.
    # Default: no
    #LogTime yes
    # Enable verbose logging.
    # Default: no
    #LogVerbose yes
    # Use system logger (can work together with UpdateLogFile).
    # Default: no
    #LogSyslog yes
    # Specify the type of syslog messages - please refer to 'man syslog'
    # for facility names.
    # Default: LOG_LOCAL6
    #LogFacility LOG_MAIL
    # This option allows you to save the process identifier of the daemon
    # Default: disabled
    #PidFile /var/run/freshclam.pid
    # By default when started freshclam drops privileges and switches to the
    # "clamav" user. This directive allows you to change the database owner.
    # Default: clamav (may depend on installation options)
    #DatabaseOwner clamav
    # Initialize supplementary group access (freshclam must be started by root).
    # Default: no
    #AllowSupplementaryGroups yes
    # Use DNS to verify virus database version. Freshclam uses DNS TXT records
    # to verify database and software versions. With this directive you can change
    # the database verification domain.
    # WARNING: Do not touch it unless you're configuring freshclam to use your
    # own database verification domain.
    # Default: current.cvd.clamav.net
    #DNSDatabaseInfo current.cvd.clamav.net
    # Uncomment the following line and replace XY with your country
    # code. See http://www.iana.org/cctld/cctld-whois.htm for the full list.
    # You can use db.XY.ipv6.clamav.net for IPv6 connections.
    #DatabaseMirror db.XY.clamav.net
    # database.clamav.net is a round-robin record which points to our most
    # reliable mirrors. It's used as a fall back in case db.XY.clamav.net is
    # not working. DO NOT TOUCH the following line unless you know what you
    # are doing.
    DatabaseMirror database.clamav.net
    # How many attempts to make before giving up.
    # Default: 3 (per mirror)
    #MaxAttempts 5
    # With this option you can control scripted updates. It's highly recommended
    # to keep it enabled.
    # Default: yes
    #ScriptedUpdates yes
    # By default freshclam will keep the local databases (.cld) uncompressed to
    # make their handling faster. With this option you can enable the compression;
    # the change will take effect with the next database update.
    # Default: no
    #CompressLocalDatabase no
    # With this option you can provide custom sources (http:// or file://) for
    # database files. This option can be used multiple times.
    # Default: no custom URLs
    #DatabaseCustomURL http://myserver.com/mysigs.ndb
    #DatabaseCustomURL file:///mnt/nfs/local.hdb
    # Number of database checks per day.
    # Default: 12 (every two hours)
    #Checks 24
    # Proxy settings
    # Default: disabled
    #HTTPProxyServer myproxy.com
    #HTTPProxyPort 1234
    #HTTPProxyUsername myusername
    #HTTPProxyPassword mypass
    # If your servers are behind a firewall/proxy which applies User-Agent
    # filtering you can use this option to force the use of a different
    # User-Agent header.
    # Default: clamav/version_number
    #HTTPUserAgent SomeUserAgentIdString
    # Use aaa.bbb.ccc.ddd as client address for downloading databases. Useful for
    # multi-homed systems.
    # Default: Use OS'es default outgoing IP address.
    #LocalIPAddress aaa.bbb.ccc.ddd
    # Send the RELOAD command to clamd.
    # Default: no
    NotifyClamd /etc/clamav/clamd.conf
    # Run command after successful database update.
    # Default: disabled
    #OnUpdateExecute command
    # Run command when database update process fails.
    # Default: disabled
    #OnErrorExecute command
    # Run command when freshclam reports outdated version.
    # In the command string %v will be replaced by the new version number.
    # Default: disabled
    #OnOutdatedExecute command
    # Don't fork into background.
    # Default: no
    #Foreground yes
    # Enable debug messages in libclamav.
    # Default: no
    #Debug yes
    # Timeout in seconds when connecting to database server.
    # Default: 30
    #ConnectTimeout 60
    # Timeout in seconds when reading from database server.
    # Default: 30
    #ReceiveTimeout 60
    # With this option enabled, freshclam will attempt to load new
    # databases into memory to make sure they are properly handled
    # by libclamav before replacing the old ones.
    # Default: yes
    #TestDatabases yes
    # When enabled freshclam will submit statistics to the ClamAV Project about
    # the latest virus detections in your environment. The ClamAV maintainers
    # will then use this data to determine what types of malware are the most
    # detected in the field and in what geographic area they are.
    # Freshclam will connect to clamd in order to get recent statistics.
    # Default: no
    #SubmitDetectionStats /path/to/clamd.conf
    # Country of origin of malware/detection statistics (for statistical
    # purposes only). The statistics collector at ClamAV.net will look up
    # your IP address to determine the geographical origin of the malware
    # reported by your installation. If this installation is mainly used to
    # scan data which comes from a different location, please enable this
    # option and enter a two-letter code (see http://www.iana.org/domains/root/db/)
    # of the country of origin.
    # Default: disabled
    #DetectionStatsCountry country-code
    # This option enables support for our "Personal Statistics" service.
    # When this option is enabled, the information on malware detected by
    # your clamd installation is made available to you through our website.
    # To get your HostID, log on http://www.stats.clamav.net and add a new
    # host to your host list. Once you have the HostID, uncomment this option
    # and paste the HostID here. As soon as your freshclam starts submitting
    # information to our stats collecting service, you will be able to view
    # the statistics of this clamd installation by logging into
    # http://www.stats.clamav.net with the same credentials you used to
    # generate the HostID. For more information refer to:
    # http://www.clamav.net/support/faq/faq-cctts/
    # This feature requires SubmitDetectionStats to be enabled.
    # Default: disabled
    #DetectionStatsHostID unique-id
    # This option enables support for Google Safe Browsing. When activated for
    # the first time, freshclam will download a new database file (safebrowsing.cvd)
    # which will be automatically loaded by clamd and clamscan during the next
    # reload, provided that the heuristic phishing detection is turned on. This
    # database includes information about websites that may be phishing sites or
    # possible sources of malware. When using this option, it's mandatory to run
    # freshclam at least every 30 minutes.
    # Freshclam uses the ClamAV's mirror infrastructure to distribute the
    # database and its updates but all the contents are provided under Google's
    # terms of use. See http://code.google.com/support/bin/answer.py?answer=70015
    # and http://safebrowsing.clamav.net for more information.
    # Default: disabled
    #SafeBrowsing yes
    # This option enables downloading of bytecode.cvd, which includes additional
    # detection mechanisms and improvements to the ClamAV engine.
    # Default: enabled
    #Bytecode yes
    # Download an additional 3rd party signature database distributed through
    # the ClamAV mirrors. Here you can find a list of available databases:
    # http://www.clamav.net/download/cvd/3rdparty
    # This option can be used multiple times.
    #ExtraDatabase dbname1
    #ExtraDatabase dbname2
    Any help is much appreciated.

    MatejLach wrote:
    clamd is running, user and group clamav all have the relevant permissions as far as I can tell, however upon scanning my mail, I always end up with the following error:
    Scanning error:
    /home/username/.claws-mail/mimetmp/0000000e.mimetmp: lstat() failed: Permission denied. ERROR
    Seems like a permissions error to me... maybe check the actual file it is attempting to scan... I know it is in your home folder, but just to be sure, you might want to check that everything is sane.

  • Claws mail calendar popup

    This script uses libnotify to pop up events from claws-mail "vCalendar" plugin:
    #!/bin/bash
    # diary
    # shows any claws-mail calendar events for today & tomorrow (& historical)
    # if called with one or more parameters, also shows other future events
    TODAY=`date +"%Y%m%d"`
    TOMORROW=`date +"%Y%m%d" --date=tomorrow`
    MSG=""
    OVERDUES="\r"
    TODAYS="\t\t"
    TOMORROWS="\t"
    OTHERS=""
    grep -e SUMMARY -e DTSTART ~/.claws-mail/vcalendar/internal.ics -A1 | grep "\:" |grep -v 1970 | sed -n -e ":a" -e "$ s/Z\n/ /gp;N;b a"| sort >/tmp/zz
    if [[ `pidof notification-daemon` == "" ]]
    then
    /usr/lib/notification-daemon-1.0/notification-daemon > /dev/null &
    sleep 10
    fi
    while read LINE
    do
    REVERSEDATE=`echo $LINE | cut -f2 -d":" | cut -b1-8`
    EVENT=`echo $LINE | cut -d":" -f3`
    if [[ $REVERSEDATE < $TODAY ]]
    then
    PRETTYDATE=`date +"%a %d %b" --date=$REVERSEDATE`
    OVERDUES=$OVERDUES$PRETTYDATE"\t"$EVENT"\r"
    elif [[ $REVERSEDATE == $TODAY ]]
    then
    TODAYS=$TODAYS$EVENT"\r\t\t\t"
    elif [[ $REVERSEDATE == $TOMORROW ]]
    then
    TOMORROWS=$TOMORROWS$EVENT"\r\t\t\t"
    elif [[ ${#1} > 0 ]]
    then
    PRETTYDATE=`date +"%a %d %b" --date=$REVERSEDATE`
    OTHERS=$OTHERS$PRETTYDATE"\t"$EVENT"\r"
    fi
    done < /tmp/zz
    if (( ${#OVERDUES} > 4 ))
    then
    MSG="HISTORY"$OVERDUES
    fi
    if (( ${#TODAYS} > 4 ))
    then
    MSG=$MSG"\rToday"$TODAYS
    fi
    if (( ${#TOMORROWS} > 4 ))
    then
    MSG=$MSG"\rTomorrow"$TOMORROWS
    fi
    if (( ${#OTHERS} > 4 ))
    then
    MSG=$MSG"\r"$OTHERS
    fi
    if (( ${#MSG} < 1 ))
    then
    MSG="all quiet"
    fi
    notify-send --expire-time=0 "What's happening ..." "$MSG"
    When I log in I like a notification of anything happening today or tomorrow (plus any historical events I've missed).
    $ cat .config/autostart/diary.desktop
    [Desktop Entry]
    Exec=/home/paul/diary
    Name=diary
    Type=Application
    Version=1.0
    When I click on the clock on lxpanel, I get all events from  vCalendar.
    So, digital clock settings, action when clicked:
    /home/paul/diary 1

    Hi
    I am guessing you are using a OS running with a non English language setting.
    Then I know what is the problem. Set your system language to English. Throw out Server.app. After some seconds the server will realize it is not a server anymor. Calm... all your mail folders and web sites are secure.
    Reinstall your system from recovery partition restart+alt choose recovery HD.
    When done... download and lauch Server.app again (Don't change your systems languages settings, it must be set to English, German, French or Japanese otherwise everything is a f-n ****.
    No... things should be better. Then, if you end up like me, the system will have made somwhat a mess of the settings files for the mail service.
    The main.cf file controling your mail settings exists in two places, apparently ?!?! both are used but open them in a editor and change all hash: and paths to point to
    /Library/Server/Mail/Config/postfix/....
    instead of
    /etc/postfix/...
    It should get you on the way. My Wiki still can't read its setting file but I haven't given it any attention yet.

  • XFCE4 & Preferred Applications; Mail reader 'claws mail' wont open

    Configuring my XFCE4 setup I wanted to set Claws Mail as my standard mail client, such that when I open links in my browser pointing to mail addresses (mailto:[email protected]) that specified mail clilent automatically opens and lets me type my mail right away.
    Now... that doesn't work. First Sylpheed Claws was set as my Mail Reader (apparently installing claws mails leads to two entries in the /usr/bin, one for Claws Mail and one for Sylpheed Claws). I switched to Claws Mail, and... it doesnt work.
    So, what is there to do about this issue? Any workarounds?
    I am using Epiphany as my browser, if that's relevant.
    Ah, I also wanted to track this problem down by opening Epiphany in the terminal and see what happens (error messages that is). But it won't open in the shell. I start it, it runs, but there is nothing printed in the prompt (if I close the terminal again, epiphany stays open). Can I force it to run inside the shell?

    Although the post is quite old -- I have the same problems using awesome window manager, epiphany browser and claws-mail.
    If someone still uses Epiphany with webkit see
    http://www.mail-archive.com/epiphany-li … 03090.html
    For epiphany 2.30 I tried
    $ mkdir -p ~/.gconf/desktop/gnome/url-handlers/mailto
    $ gconftool-2 --set /desktop/gnome/url-handlers/mailto/command -t string 'claws-mail --compose %s'
    $ gconftool-2 --set /desktop/gnome/url-handlers/mailto/enabled -t bool true
    But it won't work ;-( Has anyone ideas?

  • Unpredictable results in some apps (claws-mail, texmaker)

    Apologies in advance for the long explanation :-)
    A few months ago I was trying out claws-mail. It has a great feature where you can ask it to go through all your folders, and extract unique instances of all email addresses, and put them in your address book. The trouble was, on my machine (Solaris 10, Blade 1500), the results differed every time it was run, and it always missed some addresses. I queried this in their forum, and no-one else reported the same problem. Due to this giving me a lack of confidence with the software, I stopped using it (shame, really).
    I have since reinstalled the OS, and decided to put TeXmaker on it. Only I now have what I think is a similar problem. TeXmaker uses aspell as a spellchecker. It works fine under Windows, but on ths box if I repeatedly check the same document, sometimes it will find a misspelling, sometimes it wont. Aspell works fine if called directly from the command line.
    It may be my brain seeing a coincidence where there isn't one, but as these both appear to be search-and-match operations, I can't help wondering if there is a connection.
    Has anyone else had similar problems?
    Can anyone help me (or at least point me in the right direction) with starting to diagnose the cause of the problem?
    Thanks!

    Try this .Xdefaults which works with awesome/urxvt.
    *utf8: 1
    *faceSize: 10
    *jumpScroll: true
    *multiScroll: true
    *boldMode: false
    *scrollBar: false
    *cutNewline: false
    *scrollTtyOutput: false
    *scrollKey: true
    *cursorBlink: true
    *dynamicColors: true
    *saveLines: 5000
    *geometry: 125x45
    ! URxvt
    URxvt*termName: xterm
    URxvt.font: xft:Bitstream Vera Sans Mono:antialias=true:pixelsize=12
    !urxvt.font: xft:Bitstream Vera Sans Mono-12:antialias=true
    URxvt*transparent: false
    URxvt*tintColor: #666666
    URxvt*shading: 50
    URxvt*scrollBar: false
    URxvt*internalBorder: 5
    URxvt*urgentOnBell: true
    URxvt*scrollTtyKeypress: true
    URxvt*underlineColor: yellow
    URxvt*perl-ext-common: default,matcher
    URxvt*urlLauncher: firefox
    URxvt*matcher.button: 1
    URxvt*matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-]
    ! Colours
    *background: #303030
    *foreground: #f2f2f2
    *cursorColor: #999
    *highlightColor: #333
    *color0: #101010
    *color1: #f13a21
    *color2: #93f91d
    *color3: #ffd00a
    *color4: #404f9e
    *color5: #ec0048
    *color6: #2aa7e7
    *color7: #f2f2f2
    *color8: #1d202f
    *color9: #ff361e
    *color10: #ffc005
    *color11: #93ff00
    *color12: #3071ff
    *color13: #ef0051
    *color14: #4bb8fd
    *color15: #a020f0
    Last edited by r6 (2010-01-02 05:05:11)

  • Claws-mail won't start after the last pacman -Syu

    Get this error, when starting claws-mail
    The program 'claws-mail' received an X Window System error.
    This probably reflects a bug in the program.
    The error was 'BadMatch (invalid parameter attributes)'.
    (Details: serial 6151 error_code 8 request_code 2 minor_code 0)
    (Note to programmers: normally, X errors are reported asynchronously;
    that is, you will receive the error a while after causing it.
    To debug your program, run it with the --sync command line
    option to change this behavior. You can then get a meaningful
    backtrace from your debugger if you break on the gdk_x_error() function.)
    Were updated
    [2010-11-16 23:08] upgraded alsa-utils (1.0.23-2 -> 1.0.23-3)
    [2010-11-16 23:08] upgraded coreutils (8.6-1 -> 8.7-1)
    [2010-11-16 23:08] upgraded dia (0.97.1-2 -> 0.97.1-3)
    [2010-11-16 23:09] upgraded fpc (2.4.0-1 -> 2.4.2-1)
    [2010-11-16 23:09] upgraded fpc-src (2.4.0-1 -> 2.4.2-1)
    [2010-11-16 23:09] upgraded glib2 (2.26.0-2 -> 2.26.1-1)
    [2010-11-16 23:09] upgraded inputproto (2.0-1 -> 2.0.1-1)
    [2010-11-16 23:09] upgraded kdeedu-marble (4.5.3-1 -> 4.5.3-2)
    [2010-11-16 23:09] upgraded libgphoto2 (2.4.10-1 -> 2.4.10.1-1)
    [2010-11-16 23:09] upgraded libxi (1.3.2-1 -> 1.4.0-1)
    [2010-11-16 23:09] upgraded mercurial (1.7-1 -> 1.7.1-1)
    [2010-11-16 23:09] upgraded qtcurve-gtk2 (1.7.0-1 -> 1.7.1-1)
    [2010-11-16 23:09] upgraded qtcurve-kde4 (1.7.0-1 -> 1.7.1-1)
    [2010-11-16 23:09] upgraded wxgtk (2.8.11-1 -> 2.8.11-2)
    [2010-11-16 23:09] upgraded xorg-xgamma (1.0.3-1 -> 1.0.4-1)
    [2010-11-16 23:09] upgraded xorg-xinput (1.5.2-1 -> 1.5.3-1)
    [2010-11-16 23:09] upgraded xorg-xkill (1.0.2-1 -> 1.0.3-1)
    [2010-11-16 23:09] upgraded xorg-xrandr (1.3.3-1 -> 1.3.4-1)
    [2010-11-16 23:09] upgraded xorg-xrdb (1.0.6-1 -> 1.0.7-1)
    [2010-11-16 23:09] upgraded xorg-xrefresh (1.0.3-1 -> 1.0.4-1)
    [2010-11-16 23:09] upgraded xorg-xset (1.2.0-1 -> 1.2.1-1)
    [2010-11-16 23:09] upgraded xorg-xsetroot (1.0.3-1 -> 1.1.0-1)
    [2010-11-16 23:09] upgraded xorg-xwd (1.0.3-1 -> 1.0.4-1)
    [2010-11-16 23:09] upgraded xorg-xwud (1.0.2-1 -> 1.0.3-1)
    [2010-11-16 23:09] upgraded xproto (7.0.18-1 -> 7.0.19-1)
    Did anyone experienced the same? Should I create an issue in bugtracker?

    Hello.
    Thanks for your reply and suggestion.
    Downgrading glib2 does fix this issue. But reboot is needed after downgrading.
    edit:
    Still have my question:
    Do I need to report a bug? Where to report, If I do?
    Last edited by eDio (2010-11-17 21:04:52)

  • Claws mail with another program to fetch email

    Hi, I'm an Arch Linux user since a few weeks ago So, excuse me if I'm posting this question in the wrong place.
    So far so good, but today I've installed Claws mail and noticed that it lacks support for basic IMAP notification, i.e. push email. Fiddling with the options I've found that Claws can delegate the email fetching to another application and be a mere frontend.
    So, would it be possible to install a minimal email client (ideally with no GUI at all) with full IMAP support that cooperates with Claws? I know, I could even install Evolution or Thunderbird, but I'm trying the non obvious way
    Many thanks!

    Thanks ewigkeit for bringing up Mailnag into the conversation
    Can it move emails to folders based on filtering rules? To not lose this feature I consider critical, I was thinking if this scenario could be possible:
    Mailnag monitors the inbox folders of two IMAP accounts > When new email arrives it executes the command claws-mail --receive name-of-account > Claws Mail do all its stuff, including filters, pre and post processing and the like.
    If it's not possible in Mailnag execute different commands for each account, we could go with claws-mail --receive-all. In fact, Claws is apparently ignoring the name passed as argument and fetches email for each and every account. Maybe because of a problem parsing names like [email protected] I'm not sure...

  • Claws Mail color text.

    Is there a way to configure claws mail so that if a portion of the text body matches a pattern attribute a color... just like it can be done in mutt.

    berbae wrote:
    In a console can you post the output of :
    claws-mail --status
    then the output of :
    claws-mail --status | awk '{print $1}'  | sed 's/^0/ /'
    As I don't use claws-mail, I cannot test myself. But I think a simpler command could be used.
    $ claws-mail --status
    1 1 198
    $ claws-mail --status | awk '{print $1}' | sed 's/^0/ /'
    1
    The thing is, this conky object does work fine.. in a whole Even when claws-mail isn't running, it returns smart result:
    $ claws-mail --status
    0 Claws Mail not running.
    First numer is just new messages amount. I have noticed this awk leak once only during two days.
    So I can rephrase: which event can force awk to eat ram?
    Last edited by student975 (2011-04-18 16:33:57)

  • Claws-mail

    did  a new kernel update and this happened to Claws-Mail:
    Claws Mail version 2.8.1
    GTK+ version 2.10.11 / GLib 2.12.11
    Locale: en_US.utf8 (charset: UTF-8)
    Features: IPv6 iconv compface OpenSSL LDAP GNU/aspell libetpan libgnomeprint libSM
    Operating system: Linux 2.6.20-ARCH (i686)
    C Library: GNU libc 2.5
    (no debugging symbols found)
    Using host libthread_db library "/lib/libthread_db.so.1".
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    [Thread debugging using libthread_db enabled]
    [New Thread -1226873136 (LWP 13072)]
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    (no debugging symbols found)
    0xb7f4f410 in __kernel_vsyscall ()
    #0  0xb7f4f410 in __kernel_vsyscall ()
    #1  0xb7da1433 in __waitpid_nocancel () from /lib/libpthread.so.0
    #2  0x080b6dbf in ?? ()
    #3  0x00003316 in ?? ()
    #4  0x00000000 in ?? ()
    Kill the program being debugged? (y or n) [answered Y; input not from terminal]
    Tried to rebuild package and still fails.

    Thanks ewigkeit for bringing up Mailnag into the conversation
    Can it move emails to folders based on filtering rules? To not lose this feature I consider critical, I was thinking if this scenario could be possible:
    Mailnag monitors the inbox folders of two IMAP accounts > When new email arrives it executes the command claws-mail --receive name-of-account > Claws Mail do all its stuff, including filters, pre and post processing and the like.
    If it's not possible in Mailnag execute different commands for each account, we could go with claws-mail --receive-all. In fact, Claws is apparently ignoring the name passed as argument and fetches email for each and every account. Maybe because of a problem parsing names like [email protected] I'm not sure...

  • [Solved] Mailing list messages sorting in Claws-mail.

    Hello!
    I subscribe some mailing lists and I want to Claws-Mail store messages from mialing list in #mailing list 1 box not in my inbox, because there will be such a mess if I subscribe very active list...
    Can Claws-mail do that?
    Thanks.
    Last edited by SpeedVin (2010-09-04 19:57:27)

    lagagnon wrote:
    http://www.claws-mail.org/documentation … on=general
    See the section on filtering...
    Ok thanks for help!

  • Claws-Mail lost my settings

    Hey,
    first: Sorry for my bad english, but i do my best!
    After a Kernel and Claw-Mail-Theme-Update i have reboot my Laptop.
    After the reboot i logged in and start clawsmail. But only the wizard starts.
    I have an empty Clawsmail.
    The claws-mail folder in /home/username is present and my mails are in this folders ( i can see the mails ).
    But why clawmails didnt found the .claws-mail folder and starts with my mails?
    Best Regards.

    Downgrade doenst work.
    But i start Claws -> setup the Wizard (add a fake Email) -> claws starts and i see my 2 Emailaccoutns and the Fakemail. Then i delete the Fakemail and all runs great.
    Best Regards
    Okay, after a restart Claws want to start the Wizard again and now i see only the Fake Account
    Last edited by Bomb@ (2011-05-05 09:11:49)

  • Claws-mail default mail dir

    Hi,
    how do i change the default mail directory in claws-mail? He creates directories directly in my home dir. i couln't find any information on how to configure it to put it in .mail for example..
    do you know how to do it?
    ngerrit

    Yo nGerrit,
    I've had the same problem and didn't find any information how to place the mail folder into a directory other than the home dir. But you can at least specify the mail folder's name.
    If you add a new mailbox just type in ".mail" and claws-mail puts your mail into ".mail". It seems that it doesn't distinguish between mailbox name and mailbox path. But you cannot e.g. put your mail into ~/really/long/path AFAIK, only into a direct subdirectory in your home dir.
    But maybe we're lucky and somebody else has found a different approach to make the above possible, too.

  • Can't access recent Emails from mail tile in window 8.1

    Can't access recent Emails from mail tile in window 8.1.  Everything working fine until yesterday.  I can get my Emails by going to google Chrome and accessing my gmail but I like just hitting the mail tile in 8.1.  Also  is the start
    of something bad onmy computer?

    Hi,
    Could you please explain a bit for the " mail tile " mentioned here?
    If you mean to access e-mail with the Mail APP, and have issues when using it, we may first take a try with the
    Apps troubleshooter.
    More information regarding mail APP troubleshooting, please check the below TechNet Wiki:
    Troubleshooting the Modern Mail App on Windows 8
    Troubleshoot problems with an app
    If any further help needed, please feel free to update here.
    Best regards
    Michael Shao
    TechNet Community Support

  • Can not find some messages in Mail using search

    I have some problems with Mail.app I can not find some messages in Mail using search, the strange thing is that sometimes mail search finds some messages, but after rebuilding spotlight index the search displays other messages with the all messages searched using same search criteria. I have also tried to delete Envelope index file from the Mail folder in usr/library and forced mail to import all mailboxes but it started to crash importing some of mailboxes - I deleted the messages from that mailboxes, imported remaining mailboxes and tried to rebuild mailbox, but everything without a successes. Any ideas how to solve it?

    Hi lnaki vila
    I'm using pi 7.0 version
    i can see the other scenarios like SOAP to RFC, SOAP to IDOC,FILEto IDOC
    in sender side i'm not using any communication channel and adapter engine i'm just using http client tool for testing purpose
    i'm getting the response that's fine because its a synchronous communication
    i checked sxmb_adm in that -->integration configuration LOGGING parameter of category RUNTIME is set to  ENGINE_TYPE and current value is HUB(Integration server)
    thanks in advance
    regards
    Satish

Maybe you are looking for

  • Can't move files into trash by drag and drop

    with the latest update 10.8.5 I can't move files by drag and drop into the trash on my dock anymore. the files sticks to the cursor. anyone expierencing the same issue?

  • Budget version

    Hi guys, I have created a budget version DF1 in customising and ticked plan/actual as well as assigned it to exclusive use 0. Now i want to select it when doing the retraction of data from the BW system to BCS. How do i activate it so that i can be a

  • Certification Question Issue

    Hi, I am having this specific project and I know this setup is not supported. Can you help me verify. I am checking with Oracle Certification Matrix but since this is Oracle Forms 6 and Reports 6, it is no longer there. Server Specs: Intel Xeon CPU 3

  • IPhone 3gs Question please help me!!!

    Hi the only thing that is between me buying and not buying the iPhone is if i ever disconnect my iPhone (not that i'm going too just concerned) will my music on it be able to play and add more trough my computer iTunes and use it kind like a iPod tou

  • PELICULAS EN ESPAÑOL

    Porqué en apple TV el trailer de una pelicula está en español y despues bajas la pelicula y está en inglés.Como puedo saber que películas estan en español.