Sponsored Content
Full Discussion: CUPS has gone away
Top Forums UNIX for Advanced & Expert Users CUPS has gone away Post 303004320 by drl on Friday 29th of September 2017 11:08:04 AM
Old 09-29-2017
Hi.

Shot in the dark -- the sources.list.d directory is supposed to contain filenames that end in list. Here's an example from one of our systems (a CentOS box):
Code:
$ ls /etc/apt/sources.list.d/
rpmforge-extras.list  rpmforge-testing.list  rpmforge.list

And here is one from MiNT:
Code:
$ ls /etc/apt/sources.list.d/
getdeb.list  official-package-repositories.list

However, you apparently have a file name that ends in .d for some reason:
Code:
N: Ignoring file 'sources.list.d' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension

That would be something to correct, but as I say, a shot in the dark, so it may not amount to anything.

Good luck ... cheers, drl

Last edited by drl; 09-29-2017 at 12:15 PM..
 

9 More Discussions You Might Find Interesting

1. HP-UX

Installation of CUPS in HP-UX

Hi, Can anybody provide me the download link for CUPS on HP-UX 11i? and point me where i can get thorough help or howtos, certainly detailed, to get cups and hopefully my printer running? Thanks in advance. (6 Replies)
Discussion started by: meeraramanathan
6 Replies

2. UNIX for Dummies Questions & Answers

how does cups recognize a new driver?

hi there, i am attempting to recognize a network printer on my red hat box. i know the IP, i have procured the correct driver, however, CUPS (nor the add printer utility) doesn't recognize the driver nor the printer type. i am assuming this has to do with the location of the driver. can anyone... (8 Replies)
Discussion started by: vickenyon
8 Replies

3. Red Hat

Problem with compileing CUPS

Hi guys, I'm trying to install a newer version of CUPS and my compilation fails: # ./configure checking for gawk... gawk checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling...... (4 Replies)
Discussion started by: eliraza6
4 Replies

4. Red Hat

cups printing error

Hi All, Having searched for a solution to this issue i found no suggestions which help my particular problem. I am getting the following error message on 1 of the 3 printers i have configured: recoverable: Network host 'xxx.xxx.xxx.xxx' is busy; will retry in 30 seconds All 3 printers are... (0 Replies)
Discussion started by: Tommyk
0 Replies

5. UNIX for Advanced & Expert Users

Troubleshooting printing through Cups

Hello Experts, I have been facing an issue with printing through cups configured on Linux server. All was going on well but all of a sudden the printers started giving an error message, "Unsupported format application/postscript!" and we cant get any prints of any printer. Need your help as... (2 Replies)
Discussion started by: Rockyc3400
2 Replies

6. UNIX for Dummies Questions & Answers

CUPs automation

A little background information: We are a company that uses Sharp MFP devices for everyone to print on. We have a lot of MAC BYOD devices. All printing is done through a product called PaperCut which is ran on a Windows 2008 R2 server. Sharp charges our company for each print job done in... (1 Reply)
Discussion started by: jdmorecraft
1 Replies

7. Solaris

CUPS problems

I am running cups 2.0.2 on solaris 11, trying to get CUPS to report the page count of what was printed correctly. Right now I have the printer configured as post script both on solaris and on the windows box i am printing from. What happens is that when i print more pages than 2, the page count... (0 Replies)
Discussion started by: matt99199
0 Replies

8. UNIX for Dummies Questions & Answers

CUPS configuration

Hi, I just set up a CUPS server for my printers and want every computer in my home to use it. To connect to the print server with my Ubuntu 14.04 as a client which possibilities are there, if I don't want to use a client.conf in /etc/cups/ (1 Reply)
Discussion started by: Gajeela
1 Replies

9. UNIX for Dummies Questions & Answers

[CUPS] printers not shown after a while

I'm currently running a CUPS server and it shows the printers on other computers just fine, but after a while they disappear. I found out, that restarting /etc/init.d/cups-browsed fixes the problem (for about 15min). When the printers disappear, the cups-browsed service is still running, so I... (0 Replies)
Discussion started by: Gajeela
0 Replies
auto-apt(1)						      General Commands Manual						       auto-apt(1)

NAME
auto-apt - on demand package installation tool SYNOPSIS
auto-apt [options] [command] [args...] DESCRIPTION
This manual page documents briefly the auto-apt commands. auto-apt is a program that checks file access of programs running within auto-apt environments. If a program will access a file of unin- stalled package, auto-apt will install the package containing the file, by using apt-get. OPTIONS
A summary of options is included below. -h Usage. -s No action, perform a simulation of action. -y Automatic yes to prompt. -q Quiet -i Don't install in background process. -x Disable X interface. -X Enable X interface. Run apt-get in another x-terminal-emulator if you run in X environments. -a [dist[,dist...]] Select installable distribution from main,contrib,non-free,non-US or none. If you set "-a none", it means almost same as "-s". -p [hook[,hook...]] Select hook functions from exec,open,access,stat or none If you set "-p none", it means almost same as "-s". -D [dbfile] Change dbfile from default /var/cache/auto-apt/pkgcontents.db -F [filedb] Change filedb from default /var/cache/auto-apt/pkgfiles.db, which is generated by auto-apt update-local commands. It is used as default dbfile for commands with -local postfix. In many cases, it is used with -L option to detect file access -L [record.lists] Append file access data to record.lists file. COMMANDS
A summary of command is included below. run [command] Run command controlled by auto-apt. If command is not specified, user's shell will be used. update [ -a ] Recreate dbfile from sources.list information. dbfile can be specified by -D option. With -a option, all files are stored in dbfile. Note that dbfile become too big with -a option. update-local [ -a ] Generate filedb from installed package information. filedb can be specified by -F option. With -a option, all files are stored in dbfile. Note that dbfile become too big with -a option. merge [ -a ] Merge package,filename information to dbfile, which can be specified by -D option. With -a option, all files are stored in dbfile. Note that dbfile become too big with -a option. del package Delete file information of package from dbfile database. check [-v] [-f] file Check which package provides file, from dbfile database. options: -v means verbose. -f uses Contents-*.gz file instead of dbfile database. install [-s] [-d] [-u] [-y] [-v] file Try to install a package that provides file by using apt-get. You need root privilege to run apt-get install. list [-v] [-f] List file information in dbfile database. options: -v means verbose. -f uses Contents-*.gz file instead of dbfile database. search [-v] [-f] pattern Search file information by grep(1) pattern in dbfile database. options: -v means verbose. -f uses Contents-*.gz file instead of dbfile database. debuild [debuildopts] Run debuild(1) in auto-apt environments, and show Build-Depends: estimation. Recommended to use with -s option of auto-apt. status Show whether current environment is in auto-apt or not. FILES
o /etc/auto-apt/paths.list path lists o /var/cache/auto-apt cache/database directory o /etc/auto-apt/sources.list sources.list for auto-apt. if not found, symlink to apt-get's sources.list will be created. ENVIRONMENTS
o AUTO_APT_CACHEDIR override default cache/database directory BUGS
Known bugs. See /usr/share/doc/auto-apt/BUGS. and/or http://bugs.debian.org/auto-apt AUTHOR
This program was written by Fumitoshi UKAI <ukai@debian.or.jp>, inspired by idea/comments from Debian Guru (debian.gr.jp) and Project Dice members. 29 Jun 2000 auto-apt(1)
All times are GMT -4. The time now is 02:25 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy