Re: Debian 12 "bookworm" full upgrade

2023-06-28 Thread b w
n-reply-to=XiU7aqJHm8EPZSELf5B_eodPqg8yQVS1US81CJSRg_o7YU07_A8R6GHA3ZexhKAuYvB1Yjdu7AzWHUJz5bKAzu6a44i308CGtQ6zDXM_ns8=@protonmail.com

>I know a set of "instructions" for the install exists but Not for our needs.

That is a ridiculous statement.



Re: how to change boot screen image?

2023-06-09 Thread b w
/etc/grub.d/05_debian_theme  6059/6260
  96%

# First check whether the user has specified a background image explicitly.
# If so, try to use it. Don't try the other possibilities in that case
# (#608263).
if [ -n "${GRUB_BACKGROUND+x}" ]; then
set_background_image "${GRUB_BACKGROUND}" || set_default_theme
exit 0
fi

# Next search for pictures the user put into /boot/grub/ and use the first
one.
for background in *.jpg *.JPG *.jpeg *.JPEG *.png *.PNG *.tga *.TGA; do
if set_background_image "${background}"; then
exit 0
fi
done

# Next try to use the background image and colors specified by desktop-base.
if set_background_image "${WALLPAPER}" "${COLOR_NORMAL}"
"${COLOR_HIGHLIGHT}"; then
exit 0
fi

# If we haven't found a background image yet, use the default from
desktop-base.


Sid IMAP & PHP4, TWIG: cannot login

2003-07-01 Thread b . w
Hi,

Since I upgraded to sid (unstable) 10 days ago, I cannot log into TWIG
any more. But I believe it is not TWIG that's at fault, because after
installing aeromail I got exactly the same problem and message.

Here are the versions:

Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
ii  php4   4.2.3-14   A server-side, HTML-embedded scripting langu
ii  php4-imap  4.2.3-14   IMAP module for php4
ii  twig   2.7.7-2The Web Information Gateway
ii  uw-imapd   2002ddebian1-1 remote mail folder access server


TWIG keeps saying "Login failed - Probably a misspelled username or
password, please try again".

Looking at the IMAP log file, /var/log/mail.info, I see

 Jun 24 11:08:20 t88 imapd[11155]: Command stream end of file, 
   while reading line user=??? host=UNKNOWN

UW-imapd runs on the same machine as the web server.

Fragments of /etc/twig/config.inc/php3 included.

Any advice - or hints - welcome!

Bart

--

  $config["auth"]   = "forms";  
// Authorization Type (basic|forms)
 $config["auth_timeout"]  = 3600;   
// Set the auth cookie timeout value, in seconds. Set to 0 for session length cookies 
 $config["auth_logout_redirect"] = "";   
// Complete URL to redirect browsers to after they have been logged out
  $config["auth_provider"] = "imap-new";  
// Authorization Method (imap-new|imap|sqltable|mysql|pgsql|ldap|sqlimap|sqlopen|
// nntp|ibase|imap-limit|oracle|pop3)

 $config["security"]  = "basic";  
// Type of security to use (basic|advanced)



// IMAP Mail Server Settings
 $config["imap_servertype"] = "php-imap";  
// Mail system to use (defaults to php-imap) (php-imap|php-pop3)
 $config["imap_server"]  = "localhost";  
// IMAP Server Host (defaults to localhost)
 $config["imap_port"]  = "143";  
// IMAP Server Port (defaults to 143)
 $config["imap_path"]  = "mail/";  
// IMAP Mail Path (defaults to home dir)

// Set to "INBOX." for Cyrus and Courier IMAP servers.
 $config["mail_folder_delimiter"]= "/";   
// Character that divides heirarchical levels of folder names 
// ("/" for UofW IMAP, "." for Cyrus and Courier)

  $config["mail_sender"]  = "relay";  
// How to we deal with outgoing mail? (internal/relay/imap-mail)
 $config["smtp_server"]  = "localhost";  
// SMTP Relay server to send mail through
 $config["smtp_port"]  = "25";   
// SMTP Relay server port to send mail through
 $config["smtp_clientip"] = 0;   
// Add "X-Client-IP: " to SMTP headers.  (0|1)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]