Tulostin ilmoittaa : Cups- toiminnon"failed to connect to server" aikana tapahtui virhe.
ja Konsolissa näin
"lxx@lxx-NC10:~$ print
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/%{ <-- HERE (.*?)}/ at /usr/bin/print line 528."
ja printin rivi on muodossa....
# "needsterminal" should expect, but it seems sensible to
# arrange that both stdin and stdout are the terminal for
# "needsterminal" with "%s".
#
if ($needsterminal) {
$comm .= ' <&1';
}
} else {
# no name means same as "-"... read from stdin
}
}
$comm =~ s!([^%])%t!$1$type!g;
$comm =~ s!([^%])%F!$1!g;
$comm =~ s!%{(.*?)}!$_="'$ENV{$1}'";s/\`//g;s/\'\'//g;$_!ge; Rivi 528
$comm =~ s!\\(.)!$1!g;
$comm =~ s!\'\'!\'!g;
$comm =~ s!$quotedsemi!;!go;
$comm =~ s!$quotedprct!%!go;
print STDERR " - executing: $comm\n" if $debug;
if ($norun) {
print $comm,"\n";
$res = 0;
} else {
$res = system $comm;
lisä ominaisuus : tulostimia ei pysty poistamaan eikä muokkaamaan.
"apuva" vai pitääkö odottaa uutta korjaavaa päivitystä
kari