Ubuntu Networking :: CUPS Blocks From Logging Into Admin Page?

Nov 16, 2010

I am attempting to connect my new Brother HL-2230 printer over CUPS. However, when I try to log in to http://localhost:631/admin it asks me for authentication. When I enter the user name for my administrator account (limao) and password, it reprompts me for my username and password again. using

Code:
# lppasswd -a limao
Enter password:

[code]...

View 1 Replies


ADVERTISEMENT

Ubuntu :: Need To Admin CUPS For A Network Printer

Aug 11, 2011

I cannot navigate my windows network because of a unresolved issue.
see http://ubuntuforums.org/showthread.p...8#post11131098

The workaround is to use the IP address of the computers.

Problem is that CUPS has the printer address with the computer name as opposed to IP addresses.

CUPS will not let me manage the network printer. It asks for a user and password. My sudo name and password dont work.

I think the solution lies in the cups.conf but I am unsure how to fix it so that I can manage the printers.

View 4 Replies View Related

Fedora :: CUPS Admin Authorization?

Apr 6, 2011

I just discovered that using the web interface to CUPS on my localhost I cannot apparently, authenticate. The dialog pops up, but will not accept my root user name or any other. I tried using lppasswd to create add root, but it just keeps failing. Don't remember having this problem with F12, but I recently upgraded to F14...

View 2 Replies View Related

Server :: Cups Admin Fails?

Apr 9, 2011

I am unable to access cups admin via 631 port. Since I'm running non-desktop server I can't use localhost:631. In cupsd.conf I added a listen line for the client machine ip (the one I use to access cups) but no go. I also added Allow directives with this ip in the <Location> blocks. Nothing works. Cups server is running

View 3 Replies View Related

Ubuntu :: How To Authenticate On The CUPS Admin HTTP Interface

Aug 4, 2011

I can connect to the HTTP cups interface (localhost:631) but if I need admin priviledges, giving my id/pwd doesn't work. I don't see any "cups" group defined.

Otherwise, how do I enable a printer? I could disable it using the KDE printer management interface, but I can't re-enable it using same... Answer: /usr/sbin/cupsenable

View 1 Replies View Related

Fedora :: CUPS Server Has Hung / Unable To Do Any Admin Functions

Aug 25, 2011

My CUPS server has hung. Doesn't ask login user/pwd any more - goes straight to admin page. When I try to add printer I get an authorisation error. So unable to do any admin functions: add printers, disable Kerberos authentication etc.

View 1 Replies View Related

Debian Configuration :: Icew - Your Websense Policy Blocks This Page At All Times

Jan 25, 2010

Iceweasel told me "Your Websense policy blocks this page at all times". How can I disable websense in Iceweasel?

View 4 Replies View Related

Debian :: Iceweasel Can't Find File At /usr/share/doc/cups/online-docs/admin

May 12, 2010

[code]...

to do administrating job by clicking "Adding Printers and Classes" or whatever. However, unfortunately, what I get today is

Iceweasel can't find the file at /usr/share/doc/cups/online-docs/admin.

So, click "Overview of CUPS" insted, then scroll halfway down, click "Administration" under Where Do I Begin? BINGO, you can proceed. My penguin is Debian squeeze AMD64.

View 1 Replies View Related

General :: Getting An All BLACK Page From CUPS?

Jun 13, 2010

I have an Epson Stylus NX515 multifunction printer connected wirelessly to a COMPAQ Presario V4000. I was having no problem with the printer and it was working fine under Slackware 13.0 running CUPS 1.3.11 with the standard CUPS driver for Epson printers.I recently upgraded to Slackware 13.1 which comes with CUPS 1.4.3, during the set up I had CUPS search for my printer which it found and I loaded the standard driver. When I printed a page it comes out all black. I then down loaded the Avasys Epson-Stylus_NX515-pipslite-en.ppd and pipslite_1.4.0-5 software and installed them both. I restarted CUPS and odified the printer in CUPS to use the pipslite driver

View 2 Replies View Related

Ubuntu Servers :: CUPS Printing-Can Print Test Page & Nothing Else?

Mar 22, 2010

I recently built a server from an old box using Ubuntu Server 9.10. This is my first server and I am very new to the server world.I have an Epson Stylus NX400 connected via USB. I have managed to configure it to the point where I can see the printer listed on my client laptop and can print a test page. However, I cannot print anything else. When I access the job history through the CUPS adminI can see that the print jobs were recognized and marked as complete, even though the printer never physically engaged.

View 4 Replies View Related

OpenSUSE :: CUPS: Adding Custom Page Size To Ppd File?

Mar 24, 2010

I have a Canon i560 printer, which is rather well supported by Gutenprint drivers. I have been using those for a while and they serve my regular printing needs. However, when I try to print a good quality photo on glossy photo paper, strange stuff happens.The colour doesn't come out nice, but somewhat faded. Worse, no matter how I specify that I want to make a print on 10x15 glossy paper, the actual print is always cut off, printed landscape when I specify portrait, etc. The printer is shared via CUPS and when my wife prints from her Windows XP machine, the printer works normally and the colours look brilliant so there's no problem with the machine itself, it has to be in the driver.

I googled this problem extensively and in my search, I found out that Canon does in fact have a Linux driver for this printer, though it can't be found through their website. It is on their ftp server, however: ftp://download.canon.jp/pub/driver/bj/linux/I installed the driver from there, following instructions that I found on the web and I have the printer working. But...the photo paper size that I want to print on (10x15 centimetres) isn't available in the ppd file. I can also not specify a custom paper size to print on in digikam or gwenview, since that option is greyed out...Since a ppd file is a text file, I decided to see if I could add a custom paper size. I googled some more and found this page: Adding Custom Paper Sizes to a Custom Printer File Using a Text EditorWith the help of that page, I thought I had it nailed. I added the following to my ppd file:

*PageSize photo/Photo 10x15: "<</CNPageSizeName(photo)/PageSize[283 424]ImagingBBox null>>setpagedevice"
*PageRegion photo/Photo 10x15: "<</CNPageSizeName(photo)/PageSize[283 424]ImagingBBox

[code]...

View 5 Replies View Related

Programming :: Attempting To Record The Redirect Url Using Wget And Logging In In Seperate Page?

Feb 10, 2009

My friend has a website whereby once you have logged in on one page, you are redirected to another page, with a url similar to:

[URL]

the random string changes each time you log in, however the login page has a static url What i was attempting to do is run a script to get some data from the members page (after uve logged in) - however ive been having some trouble in how to do this, as the variable url with the random string will become invalid after a certain time, and i did not want to consantly change it.

While reading through some documentation i read that wget should be able to login to a form login website however ive had no luck, the command i was attempting to use was:

wget --user USERNAME -password PASSWORD [URL]

similarly i also tried

wget --post-data "username=USERNAME&password=PASSWORD" [URL]

and even both combined. However neither has worked as the html dl'd is simply the login page website. I cannot post a direct link to the website as it is private, however ive looked at the source coding and ive extracted (what i think) is the relevant bit, which is:

Code:

<form action="/cgi-bin/sblogin/login.cgi" method="post" name="login" id="login"><br /><br />
<div class="user_text"><span class="text3">USERNAME:</span></div><div class="user_box"><input type="text" class="text" name="uname"></div>

[code].....

View 1 Replies View Related

Ubuntu :: Mozilla 3.6.6 - Logging Into GoDaddy Account Keeps Displaying The Login Screen And Not My Accounts Page

Sep 7, 2010

Since I have upgraded to Lucid (and thus to Mozilla 3.6.6), I am experiencing a bunch of annoyances with Mozilla.

1) logging into my GoDaddy account keeps displaying the login screen and not my accounts page (yes, I checked the password)
2) creating an account in bugzilla resulted in an "Invalid OpenID transaction" error message instead of a confirmation page
3) the [URL] page popped up a parser error instead of the website.

Midori and Mozilla 3.0.8 work just fine. Does anybody else have problems with mozilla 3.6.6 and above?

View 3 Replies View Related

General :: Is There System Admin Tool For RHEL On Montioring And Logging System Memory

Apr 20, 2011

Is there a system admin tool for RHEL on montioring and logging system memory used and released that can dump to a log file?I'm having an issue with memory not being released when an application is closed. I need to have a tool monitor and log so I can troubleshoot to verify that it's an application not the OS.

View 2 Replies View Related

Software :: CUPS - Print Jobs Shows Completed, But Page Doesn't Print?

Dec 6, 2008

I initially had a problem accessing the CUPS interface (see my other post) and got that resolved by adding the user "cupsys". Now, everything "looks" ok, and when I print a test page, it shows it as completed (in CUPS). However, the page never prints.
The printer is a Canon MP600 (using the canonmp600en.ppd file to configure it). Here's the output of my conf file.

Code:
# Show troubleshooting information in error_log.
LogLevel debug

[code]...

View 8 Replies View Related

Slackware :: CUPS Print Jobs Print 1st Page OK, But All Others Are Overwritten?

Feb 26, 2011

Not sure when CUPS started acting up. I have the latest 13.1 current software installed.The first page to print is always OK, but all succeeding pages are overwritten. The second page shows the first page on top of it, and the third shows the preceding pages on top of it - and so on. Has anyone else seen this problem?I guess the printer buffer is not getting flushed correctly. If my configurations were trashed in some way, I don't know where to look for a fix.

View 14 Replies View Related

Ubuntu Networking :: Firestarter Blocks 192.168.1.1 And 100?

Jul 23, 2010

I have wireless connection between my router and PC. It is the only computer connected. Sometimes Firestarter blocks ports 1900 and 6771 from 192.168.1.100 IP address and sometimes port 68 from 192.168.1.1 IP. I'm a bit confused because 192.168.1.100 is the IP addres i use to open ports in router and 192.168.1.1 is used to access the router settings..

View 7 Replies View Related

Ubuntu Networking :: Ufw Blocks IPv6 Connections?

Jan 10, 2011

I've just started using ufw with the frontend gufw. I've configured it like this:

Accept everything in and out as default Block incoming FTP connections from a certain IPv4 address (brute-force for days)

Today I noticed that IPv6 connections don't work anymore. The connection to two hosts (IPv6 only) times out. As soon as I disable ufw entirely, the connections work again. The host I want to connect to is:

2001:638:a00:f00b:200:1cff:fedb:d38f port 7337
2001:638:a00:f00b:a00:6ff:fe07:cda2 port 7337

These are small telnet servers that print out a number (temperature nearby) and close again. I'm logging those values in a database.

Is ufw not IPv6-capable and blocks things it's not supposed to?

Update: ufw seems complete garbage to me... You can't even configure it while it's disabled! How am I supposed to safely activate it when the first thing it does is blocking all communications? I can't even configure it to let me in before I configure it to keep me out... And then, even if I explicitly let it pass port 7337, it still blocks it through IPv6.

View 4 Replies View Related

Ubuntu Networking :: My Wifi Blocks My Mobile Broadband

Jan 8, 2010

I have Ubuntu 9.10 installed as a dual boot on my Acer 5810T notebook. My problem is this, when I am connected to my home wifi connection (no internet, just used for printing) and to my mobile broadband (at&t tethered) neither chrome or firefox will download a web page. As soon as I disconnect from my wifi network, I can browse the internet fine. If I re-connect to my wifi network again the next time I click on a link nothing happens. Can I prioritize the connections so that the browsers look at the mobile broadband connection first?

View 1 Replies View Related

Ubuntu Networking :: Randomly Blocks Incoming Traffic?

Aug 5, 2010

I am running the latest ubuntu. Sometimes it randomly stops accepting ssh connections, afp/smb connections, and even stops responding to pinging. It is connected via WIFI.

I go over to the desktop and use the browser, and the internet still works fine. Then after a while, it starts accepting incoming traffic again.

View 3 Replies View Related

Ubuntu Networking :: Firewall - Other Security That Blocks Publicaccess

Feb 24, 2011

I Installed a game server on my ubuntu desktop which is on port 7777. I can join the gameserver without any problems on my local network but when I'm trying to join using my external IP address its not working.

This is what I did:I Forwarded my port inside my router but it still didn't work.

I Removed UFW from my ubuntu machine

I Tried portforwarding with an other machine (iMac) and it's working there

Is there any Security on Ubuntu Desktop that's blocking my gameserver

I Got 2 Network cards in my Ubuntu PC

1. Is A Ethernet card that I use to connect my iMac to the Ubuntu PC (Internet Sharing on my iMac) For fast file transfers.

2. Is A WLAN card that I use to connect my Ubuntu PC to our network.

View 1 Replies View Related

Ubuntu Networking :: Transmission For Torrent Download Blocks Internet

Jan 7, 2010

Everytime I use Transmission for torrent download, even if I only have a single torrent, my firefox is unable to access the internet. I assume this cannot be a bandwidth problem, so what is it.

View 5 Replies View Related

Ubuntu Networking :: Downloading Torrent Via Transmission Blocks Network

Feb 13, 2010

When I start downloading torrent via transmission, utorrent, deluge every time I get disconnected network which can be fixed with restarting DSL modem, I've never had the problem in Win7 an WinXP.

View 8 Replies View Related

OpenSUSE Network :: CUPS Does Not Recognize Ubuntu Cups Server On Intranet?

Feb 24, 2010

I have a printer configured on my Ubuntu server using CUPS amd made it available to the local network. The printer is recognized on my other Ubuntu machine without any problems.
But on my Suse laptop, the printer is not recognized. Using the YaST printer Configuations, I choose the option "Recieve Printer Information from Remote CUPS servers. But no printer is found.But... when I choose Do All Yout Printing Directly via One Remote CUPS server and enter the correct IP address (192.168.1.100), the printer is found andI am sure the printer info is broadcasted because it shows up on my second Ubuntu PC. But why is it not recognized by default on my Suse machine

View 2 Replies View Related

Ubuntu :: Cups Password / Add A Root Users To Access 127.0.0.1:631 Interface For CUPS?

Feb 26, 2010

I know this is listed somewhere but I cannot seem to find it -

How to I add a root users to access the 127.0.0.1:631 interface for CUPS?

View 1 Replies View Related

Ubuntu Security :: 631/tcp CUPS / Close Port / Stop This Service / Tell Update Manager To Shove Cups?

Feb 27, 2011

Running: Ubuntu 10.10

I'm in a bind and I don't know how to get what I want. Nmap shows ipp running cups on port 631. Great, simple enough I uninstall cups, along with its dependencies. A new portscan reveals that the port is closed SUCCESS, but... Ubuntu Update Manager nags me @ every restart about the "important security" updates. I can't lock the version of cups in Synaptic, because cups is not installed! So you see I'm in a bind. If I have cups installed I have an open port, and if I uninstall cups the update manager nags me. What do I do? I've tried:

- stopping the cups service and issuing the chkconfig cups off command... (doesn't close the port)
- uninstalling cups... (update manager nags)
- fuser -k 631/tcp (great, but @ reboot the port is still open)
Please teach me how to close this port / stop this service / tell update manager to shove cups.....

View 8 Replies View Related

Ubuntu Servers :: CUPS Not Forwarding To Other Polled CUPS' In 10.04?

Mar 22, 2011

I've been trying to figure this out for longer than I care to admit. We upgraded our print server (sysadmin) to 64 bit lucid and that moved our cups server from 1.3.7 to 1.4.3. We have a remote server that is still 1.3.7 (printhost1) but version difference doesn't seem to be relevant to the problem.

If I'm on console on sysadmin and do an lpr to a printer on printhost1, everything is copacetic. However, If I'm on a host that specifies "ServerName sysadmin" in its "/etc/cups/client.conf" access_log on sysadmin shows:

172.16.10.52 - - [22/Mar/2011:11:11:40 -0500] "POST /printers/103_hp4250 HTTP/1.1" 200 306 Create-Job client-error-not-authorized

and error_log shows:
E [22/Mar/2011:11:11:40 -0500] Returning IPP client-error-not-authorized for Create-Job (ipp://localhost:631/printers/103_hp4250) from 172.16.10.52

We've been using this method of sharing printers between locations for years and years so it not working now is a surprise.

cupsd.conf on sysadmin looks like this and is as open as I can imagine:

ServerName sysadmin
ServerAlias *
ServerAdmin webmaster
FileDevice Yes
SystemGroup staff
LogLevel info
code....

Additional symptoms are that only printers locally defined on sysadmin show up when the client uses System>Administration>Printing in gnome. Same thing when you browse printers in windows on our samba domain controller that backends on CUPS.

I just know that it's something simple that's going to make me facepalm but I'm at a loss.

View 6 Replies View Related

Ubuntu Networking :: Ndisgtk Blocks Network Manager For 120 Seconds And Causes Stack Trace

Jun 19, 2010

I've troubles getting my new Sweex wireless 300N USB adapter to work. Tried searching in several directions (see closed thread). Further investigations shows however it is caused by the NDISGTK wrapper for Windows drivers. Can anyone tell me whether Sweex is shipping a faulty driver (it is the latest available) or it is a fault in ndisgtk? Or maybe I'm doing something stupid myself, which I do not find completely imagenary below some more detailed information on my findings: Started with network off and examined the networkstatus

Quote:

tpeelen@CC-desktop:~$ sudo lshw -C network
*-network DISABLED
description: Ethernet interface
product: RTL8111/8168B PCI Express Gigabit Ethernet controller

[code]....

View 1 Replies View Related

Fedora Networking :: Firestarter Blocks Adhoc Wireless Printer

Aug 20, 2009

I have the following machine :
laptop : Dell Inspiron E1505
Wireless : Intel Pro Wireless 3945 (ipw3945-1.2.2 + ipw3945d-1.7.22 + ipw3945-ucode-1.14.2 / eth1)
Printer : HP C4580 Photosmart wireless (hplip-3.9.8)
Ethernet : Broadcom Corporation BCM4401-B0100Base-TX (b44.ko / eth0)
External Modem : Siemens CL-110 ADSL
OS : Fedora 6+11 (currently on fc6)

The external modem is connected via the laptop ethernet and provides the internet connection.
The printer is connected via wireless adhoc to the laptop's IPW3945 wireless card. I use firestarter as firewall. When firestarter is disabled everything works fine. If enabled it blocks my printer. I have tried to open every possible port via firestarter (according to several other threads) with no luck. My printer is set (under system-config-printer) as :

Code:
hp:/net/Photosmart_C4500_series?ip=192.168.2.5
$ netstat -rn .....

View 2 Replies View Related

Networking :: Packets Limiting - Blocks The Whole Port Instead Of Blocking Certain Hosts

Jun 13, 2010

I am currently having problems with my server. Its being DDOSed. I have a vps with Centos 64bit. The attack I want to block is udp flood. I was trying to do something like this: iptables -I INPUT -p udp --dport 123 -m limit --limit 40/s -j DROP but instead of blocking certain hosts it blocks the whole port and during the attack its unreachable. How to limit packets per host or any other way to protect from udp flood.

View 11 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved