Strange you mention Apple mail - my apple mail app under Leopard works just fine with no issues. dictionary is useless to me, as I have another app for that.
If an email contains a photo from an https website, the photo won't appear. If this doesn't bother you, great! It bothered me a lot.my apple mail app under Leopard works just fine with no issues
I can test it later to see if it works.. from what i last saw a few months ago, Leo email was able to show the picture, and also Thunderbird.If an email contains a photo from an https website, the photo won't appear. If this doesn't bother you, great! It bothered me a lot.
Huh, that's weird. If Squid isn't running that means the proxy isn't working, right? I haven't noticed that behaviour on my Lion machines (I also have Dashboard disabled on them), but I'll take a closer look later.I noticed that Squid doesn't start at login unless Dashboard is launched: both 10.7 and 10.9 are affected.
I always try not to write off reports but that really doesn’t make any sense, are you sure it’s not something else?I noticed that Squid doesn't start at login unless Dashboard is launched: both 10.7 and 10.9 are affected.
SLEEP(1) BSD General Commands Manual SLEEP(1)
NAME
sleep -- suspend execution for an interval of time
SYNOPSIS
sleep seconds
DESCRIPTION
The sleep command suspends execution for a minimum of seconds.
If the sleep command receives a signal, it takes the standard action.
IMPLEMENTATION NOTES
The SIGALRM signal is not handled specially by this implementation.
The sleep command will accept and honor a non-integer number of specified seconds
(with a `.' character as a decimal point). This is a non-portable extension, and its
use will nearly guarantee that a shell script will not execute properly on another
system.
EXIT STATUS
The sleep utility exits 0 on success, and >0 if an error occurs.
EXAMPLES
To schedule the execution of a command for x number seconds later (with csh(1)):
(sleep 1800; sh command_file >& errors)&
This incantation would wait a half hour before running the script command_file. (See
the at(1) utility.)
To reiteratively run a command (with the csh(1)):
while (1)
if (! -r zzz.rawdata) then
sleep 300
else
foreach i (`ls *.rawdata`)
sleep 70
awk -f collapse_data $i >> results
end
break
endif
end
The scenario for a script such as this might be: a program currently running is tak-
ing longer than expected to process a series of files, and it would be nice to have
another program start processing the files created by the first program as soon as it
is finished (when zzz.rawdata is created). The script checks every five minutes for
the file zzz.rawdata, when the file is found, then another portion processing is done
courteously by sleeping for 70 seconds in between each awk job.
SEE ALSO
nanosleep(2), sleep(3)
STANDARDS
The sleep command is expected to be IEEE Std 1003.2 (``POSIX.2'') compatible.
HISTORY
A sleep command appeared in Version 4 AT&T UNIX.
BSD April 18, 1994 BSD
...I think I can reproduce this, now that I've been on the road more often. Squid seems to get stuck sometimes after my laptop wakes from deep sleep, at which point it needs to be restarted.In some hard cases, it won't launch at all until force restarted. With that in mind, I even created an Automator service (aka Quick Action) which uses the specific shell command.
echo MYPASS | sudo -S /Library/Squid/squid -k restart
2021/10/12 03:59:56| FATAL: getpwnam failed to find userid for effective user 'squid'
2021/10/12 03:59:56| Squid Cache (Version 4.15): Terminated abnormally.
CPU Usage: 0.011 seconds = 0.007 user + 0.004 sys
Maximum Resident Size: 14843904 KB
Page faults with physical i/o: 0
2021/10/20 04:06:08| WARNING: Could not determine this machines public hostname. Please configure one or set 'visible_hostname'.
2021/10/20 04:06:08| WARNING: Could not determine this machines public hostname. Please configure one or set 'visible_hostname'.
2021/10/20 04:06:08| WARNING: Could not determine this machines public hostname. Please configure one or set 'visible_hostname'.
2021/10/20 04:06:08| FATAL: getpwnam failed to find userid for effective user 'squid'
2021/10/20 04:06:08| Squid Cache (Version 4.15): Terminated abnormally.
CPU Usage: 0.032 seconds = 0.022 user + 0.010 sys
Maximum Resident Size: 18153472 KB
Page faults with physical i/o: 0
Yes.Also, is it normal that Activity Monitor shows 2 squid processes belong to my user?
I'm really trying to be mindful of the six stages of debugging (particularly stage 1 and 2), but at the moment I truly just can't imagine a lot of what you're seeing, it doesn't make any sense to me at all! That goes for this and the issue with Squid not restarting from the command line, etc.And, on Lion Squid still filters traffic to iphone-services.apple.com despite being explicitly told not to both in the config file and Wi-Fi Proxy settings. Additionally, trying to restart it I get the warning about a non-configured hostname of my machine:
configure options: '--prefix=/opt/local' '--disable-dependency-tracking' '--mandir=/opt/local/share/man' '--sysconfdir=/Library/Squid' '--datadir=/Library/Squid'
'--localstatedir=/Library/Squid' '--libexecdir=/Library/Squid' '--with-swapdir=/Library/Squid/cache' '--with-pidfile=/Library/Squid/squid.pid' '--disable-strict-error-checking'
'--disable-loadable-modules' '--disable-arch-native' '--without-cppunit' '--without-gnugss' '--without-gnutls' '--without-libxml2' '--without-mit-krb5' '--without-heimdal-krb5'
'--without-nettle' '--enable-delay-pools' '--enable-follow-x-forwarded-for' '--enable-zph-qos' '--enable-removal-policies' '--enable-storeio=ufs,aufs,diskd,rock' '--enable-log-daemon-helpers'
'--with-default-user=squid' '--disable-auth' '--disable-eui' '--with-openssl=/opt/local' '--enable-ssl-crtd' 'CC=/opt/local/bin/clang-mp-9.0' 'CFLAGS=-pipe -Os -arch x86_64 -arch i386'
'LDFLAGS=-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386' 'CPPFLAGS=-I/opt/local/include' 'CXX=/opt/local/bin/clang++-mp-9.0' 'CXXFLAGS=-pipe -Os -stdlib=libc++ -arch x86_64 -arch i386' --enable-ltdl-convenience
/Library/Squid/squid -k parse
2021/11/15 10:46:04| Processing Configuration File: /Library/Squid/squid.conf (depth 0)
2021/11/15 10:46:04| Processing: http_port 3128 ssl-bump generate-host-certificates=on cert=/Library/Squid/Certificates/squid.pem key=/Library/Squid/Certificates/squid-key.pem
2021/11/15 10:46:04| Processing: tls_outgoing_options cafile=/Library/Squid/Certificates/cacert.pem
2021/11/15 10:46:04| Processing: sslcrtd_program /Library/Squid/security_file_certgen
2021/11/15 10:46:04| Processing: acl local_addresses ssl::server_name_regex ^192\.[0-9]+\.[0-9]+\.[0-9]+$ ^10\.[0-9]+\.[0-9]+\.[0-9]+$ ^172\.(1[6-9]|2[0-9]|3[01])\.[0-9]+\.[0-9]+$
2021/11/15 10:46:04| Processing: acl loopback_addresses ssl::server_name_regex ^127\.[0-9]+\.[0-9]+\.[0-9]+$ ^::1$
2021/11/15 10:46:04| Processing: acl apple_domains ssl::server_name_regex ess\.apple\.com$ ^sw.*\.apple\.com$ myapps\.itunes\.apple\.com xp\.apple\.com iphone-services\.apple\.com comentarios\.apple\.com
2021/11/15 10:46:04| Processing: acl misc_domains ssl::server_name .pypi.org .pythonhosted.org
2021/11/15 10:46:04| Processing: acl excluded any-of local_addresses loopback_addresses apple_domains misc_domains
2021/11/15 10:46:04| Processing: ssl_bump splice excluded
2021/11/15 10:46:04| Processing: ssl_bump bump all
2021/11/15 10:46:04| Processing: acl fetched_certificate transaction_initiator certificate-fetching
2021/11/15 10:46:04| Processing: cache allow fetched_certificate
2021/11/15 10:46:04| Processing: http_access allow fetched_certificate
2021/11/15 10:46:04| Processing: sslproxy_cert_error deny all
2021/11/15 10:46:04| Processing: http_access allow localhost
2021/11/15 10:46:04| Processing: http_access deny to_localhost
2021/11/15 10:46:04| Processing: http_access deny all
2021/11/15 10:46:04| Processing: cache_log /dev/null
2021/11/15 10:46:04| Processing: access_log none
2021/11/15 10:46:04| Processing: logfile_rotate 0
2021/11/15 10:46:04| WARNING: MY_COMPUTER_NAME rDNS test failed: (22) Invalid argument
2021/11/15 10:46:04| WARNING: Could not determine this machines public hostname. Please configure one or set 'visible_hostname'.
2021/11/15 10:46:04| WARNING: MY_COMPUTER_NAME rDNS test failed: (22) Invalid argument
2021/11/15 10:46:04| WARNING: Could not determine this machines public hostname. Please configure one or set 'visible_hostname'.
2021/11/15 10:46:04| WARNING: MY_COMPUTER_NAME rDNS test failed: (22) Invalid argument
2021/11/15 10:46:04| WARNING: Could not determine this machines public hostname. Please configure one or set 'visible_hostname'.
2021/11/15 10:46:04| storeDirWriteCleanLogs: Starting...
2021/11/15 10:46:04| Finished. Wrote 0 entries.
2021/11/15 10:46:04| Took 0.00 seconds ( 0.00 entries/sec).
2021/11/15 10:46:04| FATAL: getpwnam failed to find userid for effective user 'squid'
2021/11/15 10:46:04| Squid Cache (Version 4.15): Terminated abnormally.
CPU Usage: 0.031 seconds = 0.022 user + 0.009 sys
Maximum Resident Size: 18317312 KB
Page faults with physical i/o: 4
I think I might reconsider my earlier stance on this.Quick note that today, I found a program called Proxifier which say sit can send specific apps through the proxy, without applying it for the entire system. If it works, it would get rid of the remaining minor weirdness of using the proxy—namely that it can occasionally cause problems in apps that use their own certificate store instead of Keychain Access. Instead of adding the proxy to System Preferences, you'd add it only to problem apps that need it.
Proxifier Legacy Downloads
www.proxifier.com
Be aware that:
- As of this writing, I haven't tried it (need a free day)
- It costs $40 after a free trial
When trying to open URL as "https" I get the certification trust alertAn error occurred while processing your request.
Reference #102.5761645f.1637711593.1571d60d
Access Denied
You don't have permission to access "http://ax.init.itunes.apple.com/" on this server.
Reference #18.eb30cc3.1637711696.82886b1
THEN we need to override those changes ! Tim Cook can’t get away with this.Squid still running w/out issue on my mini running snow leopard. As for itunes store it just recently broke on 10.5, 10.6 and 10.7 as well. Looks like apple made some changes unfortunately.
Cheers