General :: Print Share Is Not Accessible (RHEL 5.4 X86)
Dec 22, 2010
I have a windows machine on which a printer is installed and configured. This printer is already shared. Now, I have a linux server (RHEL 5.4 x86) in which we have our Oracle Application Instance running. Requirement is to to print reports from Oracle Application erp software to the printer attached to the windows machine. I am trying to configure the printer from linux to print to that printer. I getting the following error: "This print share is not accessible."
View 5 Replies
ADVERTISEMENT
Jan 28, 2010
I'm running slack64-current.I setup samba to share a printer on my home network. I can print to the printer locally.The printer is visible on the network. However when I try to print anything on the printer via samba (or cups for that matter) from either the local machine or the remote machine, everything acts as if the job went through, but nothing happens. I'm sure I've seen this before on another slack machine that is currently unavailable, but I can't remember what the answer was, and I'm trying to be more precise with this setup so that I actually learn something.
smb.conf
PHP Code:
#======================= Global Settings=====================================
[code]....
View 3 Replies
View Related
Nov 21, 2010
I used Samba to share some files. But when I try to share /home/username/download, it is not accessible by WindowsXP. But when I modified the dir to /opt/*. It is OK.
View 2 Replies
View Related
Jun 16, 2010
I have a large NFS share with a variety of software ISOs on it. I've only tried this on Red Hat Enterprise Linux, but when trying to do the following, the mount comes back with an error indicating no permissions to mount. Why would this be happening?NFS is mounted thusly:mediaserver:path/to/isos /media/nfsThis is the mount call that failsmount -o loop /media/nfs/product.iso /tmp/productIf I copy the ISO, there is no issue. The NFS share is mounted rw.How can I loop mount the ISO from the NFS share without copying it first?
View 2 Replies
View Related
Oct 28, 2010
I'm running Ubuntu 10.04 and Samba 4.The folder I've shared is on NTFS partition and though is visible from other Windows 7 system on LAN, can't be browsed. Even from my own computer if go to network places the folder is there but when I double click on it I get
View 9 Replies
View Related
Apr 27, 2010
using OEL 5.4, which uses Gnome 2.16 interface I can see my share from Windows, but whatever I do, I get messages that my share is not accessible. The whole user thing is quite complex, dont understand what user I should use on Windows, what password, what user should have what rights on linux.
I'll post smb.conf tomorrow ... The problem is that Windows lacks any decent error message, stating what kind of error message. Is there no Samba client for Windows?
View 6 Replies
View Related
Jan 17, 2010
I have a spare machine that has windows XP installed on it and pretty much sits there doing nothing. Both myself and my GF have laptops that we use as our primary machines so I figured I'd just use the spare machine as a file and print share.
Now, I know that I can simply keep XP on there and enable what I need, but Im wondering if I might be better of wiping the thing and installing a linux based os instead.
There's no real reason for me to do this (except that I want to play with linux) so I guess my questions are, is there any point in me doing this? If so what can I do with this machine other than filesharing and what do you reccomend as a fairly light linux installation? Also what else could I use this spare machine for?
View 6 Replies
View Related
Jun 10, 2010
I have a share accessible from XP. However if I go for lunch and come back when I click on the share in Explorer it says its not accessible. When I click on it again it works. Its like the network card in the Suse server is going to sleep but I cant see any settings for it. I know where they are in XP and wonder if they are somewhere in openSuse? Or if there is some other explanation.
View 6 Replies
View Related
Oct 19, 2010
have a server here running opensuse 11.3 that I need to access via network using samba.
Samba is working so far and I can ping the serve and browse the shares from windows (WinXP) computers; but only via the IP.Now I've read up on samba on this forum and other sources, like the official samba documentation and compared my smb.conf with an older one on another server which works (and even copied this one over to the new one) - to no avail.I seem to be missing something and I just can't find it.Since the problem is probably not in the smb.conf (previously working one doesn't work on new server) - where else could I have screwed up?
View 6 Replies
View Related
Feb 2, 2011
I'd like to share files between two Fedora 14 systems, but I'm having difficulty with making a share accessible via NFS.
Here's what I've tried so far:
Tried following mount commands:
Password:
Unable to find suitable address.
Used both the user and root password with this second mount command.
View 7 Replies
View Related
Feb 13, 2010
I have Linux installed on one machine with samba running and a second machine running XP. They are going through my router and I am using the same username/passwords for both machines and I have even gone to the point of allowing access to everyone for the share I created and the worgroup in samba is MSHOME just like my XP machine. When I view (or search) my workgroup computers my Linux machine shows up and so do the shares I created but when I try to open them I just get a message that permission is denied and I may not have permission to use this resource. I even tried setting access to the shared folder to 777 but still I can't open this share. Has anyone got any idea of why this is?
View 3 Replies
View Related
Jan 5, 2010
We have about four workstations and a server. What we need is authenticating with the server, and when you log on, you should see your own desktip and documents idnependent on which workstation you use. Could this be solved by placing the user's home on a server share?We also need a server share accessible from both Linux, Windows an Mac, readable and writeable, as some prefers to bring their laptops to the office.I've read a little bit about terminal servers, but using the workstations as thin clients sounds like a waste, as they're just as powerful as the server. "Fat" clients sounds better,
View 9 Replies
View Related
Jun 24, 2010
I have Samba 3.5.3-61 running on a Fedora Core 13 system. I created a share that is browseable to all systems, and I made sure to create a user account via the smbpasswd utility. When I try to connect to the server from a Windows XP system, I am able to enter the appropriate sharename as well as the username and password.
View 3 Replies
View Related
Mar 31, 2011
I've got a NFS server on my network with an IP of 10.1.1.50/24. I installed NFS and configured /etc/exports as follows:
Code:
/data10.1.10.0/24(ro,sync)
/data10.1.1.0/24(rw,sync)
I was able to successfully mount the NFS share from my Ubuntu workstation (10.1.10.204/24) but it failed to mount from the RHEL 6 server which is 10.1.1.50/24 with the error below:
Code:
[root@cmtools /]# mount 10.1.1.31:/data share
mount.nfs: rpc.statd is not running but is required for remote locking.
mount.nfs: Either use '-o nolock' to keep locks local, or start statd.
mount.nfs: an incorrect mount option was specified
I think the RHEL 6 server is missing some RPM's or packages to allow NFS mounts or something to that nature.
View 9 Replies
View Related
Jun 4, 2010
I have a computer with ubuntu 10.04 and one with windows 7 and i want to be able to print from one computer to the other (both have printers) how am i to do this ?
View 5 Replies
View Related
Feb 25, 2010
I have a DLink 323 NAS with a USB port for a printer. Im trying to setup the printer. When I get to the part where I have to enter the username and password for the NAS, no matter what I put in for a password and username, I get the same error message (see attached screenshot). I can not get my network printer to work because of this.
View 7 Replies
View Related
May 28, 2011
xxxxxx:/etc/samba$ uname -aLinux xxxxxx 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:50 UTC 2011 i686 i686 i386 GNU/LinuxI have a printer shared off of Windows XP. I have always been able to print to this from Ubuntu by adding a network printer through the "Windows Printer via Samba" gui.Now, in Natty, I can set up the printer no problem but all jobs fail. In the printer properties gui I can see this text briefly: "Processing - unable to connect to cifs host".The errors in /var/log/cups/error_log are:
E [28/May/2011:14:32:31 -0700] [Job 15] Tree connect failed (NT_STATUS_BAD_NETWORK_NAME)
E [28/May/2011:14:32:31 -0700] [Job 15] Tree connect failed (NT_STATUS_BAD_NETWORK_NAME)
E [28/May/2011:14:32:31 -0700] [Job 15] Tree connect failed (NT_STATUS_BAD_NETWORK_NAME)
[code]....
View 6 Replies
View Related
Aug 30, 2010
I'm giving up in ever hoping that I'll get printing working with windows 7 with the strange comments I've found on the net. Basically I have a samsung ML2240 printer shared on the network, everything can print to it fine except for my windows 7 laptop. It's shared via Samba.
Quote:
Once you have extracted the driver files, copy the 32-bit drivers to the /usr/share/cups/drivers directory and the 64-bit drivers to the /usr/share/cups/drivers/x64 directory exactly as named below:
[Windows 2000 and higher]
ps5ui.dll
pscript.hlp
pscript.ntf
pscript5.dll
However after checking this, I dont have the files named within int he correct folder on my windows system :
%WINDIR%SYSTEM32SPOOLDRIVERSX643 folder for 64-bit drivers.I've tried installing the printer via the windows installer, however this adds the driver then tells me its not working and fails to print. I really dont know where to turn with this one. I've tried installing the samsung supplied drivers from the website. However they still fail to connect.
View 4 Replies
View Related
Jul 26, 2010
I am trying to configure linux printer Server.
Setup : Using Centos 5.3
Printer : hp 4350
At present we are using windows print server getting user name and authenticated from domain server. I need your suggestion to configure linux printer server and how to share the printer to users and how to limit the user in taking printouts.
View 1 Replies
View Related
Mar 23, 2010
How can I combine multiple single page prints into a single print job? For example, using Firefox on Linux one can print a web page such that each sheet of paper has four pages printed upon it. I would like to combine several separate web pages so that for example, web-page-a, web-page-b and web-page-c (each less than one print page long) are printed on a single sheet of paper.
I would like to do this without having to use some form of image editor to combine and manage manually created temporary files.
View 1 Replies
View Related
May 1, 2011
can not ping from host (RHEL 6) to RHEL 5 in (virtual)? I have stopped iptables on both machines. But still not able to ping from host machine to virtual.
View 1 Replies
View Related
Dec 23, 2009
I am trying to download RHEL 5.4 AS version for testing..But under [URL] There is no specific link for AS version or ES version..How can I detect which iso is for AS and which one for ES..? There are separate links for AS and ES version for RHEL 4.x version but why is it not available for RHEL 5.x versions?
View 3 Replies
View Related
Feb 3, 2011
difference between rhel 5 and rhel 6 - basic difference.
View 3 Replies
View Related
Nov 18, 2009
i have old RHEL 3 system which has kernel 2.4 installed into it. I wasnt to upgrade it to RHEL 5.x so i downloaded a kernel 2.6 package but was not able to compile it.
View 1 Replies
View Related
Mar 14, 2011
I am facing a little problem with names servers.have a VPS with Kloxo installed on itI have registered 2 name servers (i.e. ns1.domain.com and ns2.domain.com) past one month.These nameservers are not accessible yet. I have check the nameserver on internic site and they are registered with the correct IP. But if I access it online via Internet explorer or nslookup I get server not found. And if I put ip address in IE I get the default page of my server
View 6 Replies
View Related
Mar 25, 2010
I have an application driver that I can insert into the linux-2.6.22.6 kernel, but when I run other application to call this driver in the kernel, it seems like the call can not access the driver
View 2 Replies
View Related
Jun 26, 2011
I am not able to access yum repository from client but able to access yum from server through ftp.I am getting the below error from client system as,
Client Config:--
[root@Client ~]# cat /etc/yum.repos.d/client.repo
[Client]
name=Client Repo
baseurl=ftp://1.1.1.1/pub/package
[Code].....
I also had remove the repodata directory from server & again configured the yum repository through createrepo but still getting the same error from client.
Is there any SElinux policy need to be enabled ?
I am able to ping 1.1.1.1 (server) from 1.1.1.2 (client).
View 6 Replies
View Related
Dec 13, 2010
When i first install ubuntu 10.10 the other day my entire windows shared network was visible and accessible through places/network ect.i only had an issue creating a link.Now , for some reason i can no longer see the other windows comp or any of its folders but i can see my sons laptop ( running vista) . obviously i still have access to the network and i have checked the sharing settings on the windows machine.
View 3 Replies
View Related
May 8, 2010
I know in windows, there are such files that even if you don't have the original, the link is still in place, and you can at least get a thumbnail. My computer crashed with my camera card in it, and...partially restored my camera card? So, the pictures I took last night, have hodgepodged with other files, making them useless. The only possible backup I have for these pictures is any kind of history file ubuntu 10.02 may have made while I viewed them off the card.
View 8 Replies
View Related
Aug 5, 2010
I Want to be able to let my girlfriend view my pictures folder while at the same time keeping my sister out. So I created a group "JessAndI" and made myself and her apart of that group. I changed the group of the directory recursively to "JessAndI" and gave the permissions to 770. She still isn't able to access or even view the directory unless i change the permissions to allow others whether it be 774 or 777. Am i doing something wrong? I've checked and double checked to make sure she is part of the group and the group is the group on the directory and all the sub-directories and files.
View 2 Replies
View Related