[U2] UV and Mount -t CIFS

2013-10-09 Thread George Gallen
Ok...

When I had RHEL5 and UV 10.0.2 running, If I did a mount using type cifs
   All I needed to do in UV was 1F , 2/mnt/mountname, 3D_SOURCE

And I could list the directory, no problem.


Due to a server issue, we had to put an emergency server in place that is
Running Fedora19 (64 bit) and installed the UV 10.0.2 - which appears to
Run fine.

EXCEPT - when I mount the share

Now when I attempt to LIST the File (or OPENPATH /mnt/sharename) it bombs out
Gives me Unable to open -filename-

I can as non-root, go into this share, create files, delete files and modify 
files so it
Also works as root.

So, I'm not sure if this is a UV related issue or a Fedora19/Windows machine 
share problem.

Any ideas?

I'm currently doing:
mount -t cifs -o rw,username=windowsloginname 
//Sharename,file_mode=0777,dir_mode=0777,cifsacl /mnt/printwizard

What we do is use lpd to print our PCL to printwizard (which works)
Printwizard then produces a PDF (which works)
Then we read the PDF from the share on the printwizard machine (which is what 
is not working).
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] UV and Mount -t CIFS

2013-10-09 Thread Bob Little
I had to add the sec=ntlm to the line in my /etc/fstab since about FC18 or so:

//shareName   mountPointcifs
rw,credentials=.myCredentials,_netdev,sec=ntlm,users,nounix,nosetuids,file_mode=0644,dir_mode=0775
   0 0

bob little
applications architect
independent contractor
market america, inc.
1302 pleasant ridge rd.
greensboro, nc  27409
Phone: 336-698-4367
Cell: 248-675-5515
Skype: boblittle904



From: u2-users-boun...@listserver.u2ug.org 
[u2-users-boun...@listserver.u2ug.org] on behalf of George Gallen 
[ggal...@wyanokegroup.com]
Sent: Wednesday, October 09, 2013 10:16 AM
To: U2 Users
Subject: [U2] UV and Mount -t CIFS

Ok...

When I had RHEL5 and UV 10.0.2 running, If I did a mount using type cifs
   All I needed to do in UV was 1F , 2/mnt/mountname, 3D_SOURCE

And I could list the directory, no problem.


Due to a server issue, we had to put an emergency server in place that is
Running Fedora19 (64 bit) and installed the UV 10.0.2 - which appears to
Run fine.

EXCEPT - when I mount the share

Now when I attempt to LIST the File (or OPENPATH /mnt/sharename) it bombs out
Gives me Unable to open -filename-

I can as non-root, go into this share, create files, delete files and modify 
files so it
Also works as root.

So, I'm not sure if this is a UV related issue or a Fedora19/Windows machine 
share problem.

Any ideas?

I'm currently doing:
mount -t cifs -o rw,username=windowsloginname 
//Sharename,file_mode=0777,dir_mode=0777,cifsacl /mnt/printwizard

What we do is use lpd to print our PCL to printwizard (which works)
Printwizard then produces a PDF (which works)
Then we read the PDF from the share on the printwizard machine (which is what 
is not working).
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] UV and Mount -t CIFS

2013-10-09 Thread Brian Leach
Have you got the ALLOWNFS setting in your uvconfig set to 1 ?

Brian

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of George Gallen
Sent: 09 October 2013 15:16
To: U2 Users
Subject: [U2] UV and Mount -t CIFS

Ok...

When I had RHEL5 and UV 10.0.2 running, If I did a mount using type cifs
   All I needed to do in UV was 1F , 2/mnt/mountname, 3D_SOURCE

And I could list the directory, no problem.


Due to a server issue, we had to put an emergency server in place that is
Running Fedora19 (64 bit) and installed the UV 10.0.2 - which appears to Run
fine.

EXCEPT - when I mount the share

Now when I attempt to LIST the File (or OPENPATH /mnt/sharename) it bombs
out Gives me Unable to open -filename-

I can as non-root, go into this share, create files, delete files and modify
files so it Also works as root.

So, I'm not sure if this is a UV related issue or a Fedora19/Windows machine
share problem.

Any ideas?

I'm currently doing:
mount -t cifs -o rw,username=windowsloginname
//Sharename,file_mode=0777,dir_mode=0777,cifsacl /mnt/printwizard

What we do is use lpd to print our PCL to printwizard (which works)
Printwizard then produces a PDF (which works) Then we read the PDF from the
share on the printwizard machine (which is what is not working).
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] UV and Mount -t CIFS

2013-10-09 Thread George Gallen
No, it's not - it's a 0.

But...I didn't have it set to 1 on the old server either, and it worked.

If I change it.I assume I would need to bring UV down and restart?

What I essentially do is I backup the /uv directory on the old system,
Did a fresh install of UV on the new server, then overwrite the /uv directory
From the old system 

It's worked fine in the past - and UV seems to be running healthy on F19

For now, I'm going to use an ftp workaround - I can't bring down UV at the 
moment.

George


-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Brian Leach
Sent: Wednesday, October 09, 2013 11:46 AM
To: 'U2 Users List'
Subject: Re: [U2] UV and Mount -t CIFS

Have you got the ALLOWNFS setting in your uvconfig set to 1 ?

Brian

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of George Gallen
Sent: 09 October 2013 15:16
To: U2 Users
Subject: [U2] UV and Mount -t CIFS

Ok...

When I had RHEL5 and UV 10.0.2 running, If I did a mount using type cifs
   All I needed to do in UV was 1F , 2/mnt/mountname, 3D_SOURCE

And I could list the directory, no problem.


Due to a server issue, we had to put an emergency server in place that is
Running Fedora19 (64 bit) and installed the UV 10.0.2 - which appears to Run
fine.

EXCEPT - when I mount the share

Now when I attempt to LIST the File (or OPENPATH /mnt/sharename) it bombs
out Gives me Unable to open -filename-

I can as non-root, go into this share, create files, delete files and modify
files so it Also works as root.

So, I'm not sure if this is a UV related issue or a Fedora19/Windows machine
share problem.

Any ideas?

I'm currently doing:
mount -t cifs -o rw,username=windowsloginname
//Sharename,file_mode=0777,dir_mode=0777,cifsacl /mnt/printwizard

What we do is use lpd to print our PCL to printwizard (which works)
Printwizard then produces a PDF (which works) Then we read the PDF from the
share on the printwizard machine (which is what is not working).
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] UV and Mount -t CIFS

2013-10-09 Thread George Gallen
Thanks...

I tried all the variations of sec - most mounted - some failed - but none 
allowed UV to LIST the directory
I also added ver=1.0

I may need to setup a ftp server on the printwizard machine, and work around 
that way until I figure it out.

We will be upgrading the RHEL5 to RHEL6 once our server issues are fixed - so 
maybe RHEL6 will be ok (or not)
Found a bunch of things different from RHEL5 to Fedora19  (switches in ftp, 
mailx and attachments and
Few others I forget at the moment).

George

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Bob Little
Sent: Wednesday, October 09, 2013 10:31 AM
To: U2 Users List
Subject: Re: [U2] UV and Mount -t CIFS

I had to add the sec=ntlm to the line in my /etc/fstab since about FC18 or so:

//shareName   mountPointcifs
rw,credentials=.myCredentials,_netdev,sec=ntlm,users,nounix,nosetuids,file_mode=0644,dir_mode=0775
   0 0

bob little
applications architect
independent contractor
market america, inc.
1302 pleasant ridge rd.
greensboro, nc  27409
Phone: 336-698-4367
Cell: 248-675-5515
Skype: boblittle904



From: u2-users-boun...@listserver.u2ug.org 
[u2-users-boun...@listserver.u2ug.org] on behalf of George Gallen 
[ggal...@wyanokegroup.com]
Sent: Wednesday, October 09, 2013 10:16 AM
To: U2 Users
Subject: [U2] UV and Mount -t CIFS

Ok...

When I had RHEL5 and UV 10.0.2 running, If I did a mount using type cifs
   All I needed to do in UV was 1F , 2/mnt/mountname, 3D_SOURCE

And I could list the directory, no problem.


Due to a server issue, we had to put an emergency server in place that is
Running Fedora19 (64 bit) and installed the UV 10.0.2 - which appears to
Run fine.

EXCEPT - when I mount the share

Now when I attempt to LIST the File (or OPENPATH /mnt/sharename) it bombs out
Gives me Unable to open -filename-

I can as non-root, go into this share, create files, delete files and modify 
files so it
Also works as root.

So, I'm not sure if this is a UV related issue or a Fedora19/Windows machine 
share problem.

Any ideas?

I'm currently doing:
mount -t cifs -o rw,username=windowsloginname 
//Sharename,file_mode=0777,dir_mode=0777,cifsacl /mnt/printwizard

What we do is use lpd to print our PCL to printwizard (which works)
Printwizard then produces a PDF (which works)
Then we read the PDF from the share on the printwizard machine (which is what 
is not working).
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] UV and Mount -t CIFS

2013-10-09 Thread Bob Little
Is SELINUX enabled?  That's caused me headaches in the past.

bob little
applications architect
independent contractor
market america, inc.
1302 pleasant ridge rd.
greensboro, nc  27409
Phone: 336-698-4367
Cell: 248-675-5515
Skype: boblittle904



From: u2-users-boun...@listserver.u2ug.org 
[u2-users-boun...@listserver.u2ug.org] on behalf of George Gallen 
[ggal...@wyanokegroup.com]
Sent: Wednesday, October 09, 2013 1:34 PM
To: U2 Users List
Subject: Re: [U2] UV and Mount -t CIFS

Thanks...

I tried all the variations of sec - most mounted - some failed - but none 
allowed UV to LIST the directory
I also added ver=1.0

I may need to setup a ftp server on the printwizard machine, and work around 
that way until I figure it out.

We will be upgrading the RHEL5 to RHEL6 once our server issues are fixed - so 
maybe RHEL6 will be ok (or not)
Found a bunch of things different from RHEL5 to Fedora19  (switches in ftp, 
mailx and attachments and
Few others I forget at the moment).

George

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Bob Little
Sent: Wednesday, October 09, 2013 10:31 AM
To: U2 Users List
Subject: Re: [U2] UV and Mount -t CIFS

I had to add the sec=ntlm to the line in my /etc/fstab since about FC18 or so:

//shareName   mountPointcifs
rw,credentials=.myCredentials,_netdev,sec=ntlm,users,nounix,nosetuids,file_mode=0644,dir_mode=0775
   0 0

bob little
applications architect
independent contractor
market america, inc.
1302 pleasant ridge rd.
greensboro, nc  27409
Phone: 336-698-4367
Cell: 248-675-5515
Skype: boblittle904



From: u2-users-boun...@listserver.u2ug.org 
[u2-users-boun...@listserver.u2ug.org] on behalf of George Gallen 
[ggal...@wyanokegroup.com]
Sent: Wednesday, October 09, 2013 10:16 AM
To: U2 Users
Subject: [U2] UV and Mount -t CIFS

Ok...

When I had RHEL5 and UV 10.0.2 running, If I did a mount using type cifs
   All I needed to do in UV was 1F , 2/mnt/mountname, 3D_SOURCE

And I could list the directory, no problem.


Due to a server issue, we had to put an emergency server in place that is
Running Fedora19 (64 bit) and installed the UV 10.0.2 - which appears to
Run fine.

EXCEPT - when I mount the share

Now when I attempt to LIST the File (or OPENPATH /mnt/sharename) it bombs out
Gives me Unable to open -filename-

I can as non-root, go into this share, create files, delete files and modify 
files so it
Also works as root.

So, I'm not sure if this is a UV related issue or a Fedora19/Windows machine 
share problem.

Any ideas?

I'm currently doing:
mount -t cifs -o rw,username=windowsloginname 
//Sharename,file_mode=0777,dir_mode=0777,cifsacl /mnt/printwizard

What we do is use lpd to print our PCL to printwizard (which works)
Printwizard then produces a PDF (which works)
Then we read the PDF from the share on the printwizard machine (which is what 
is not working).
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] UV and Mount -t CIFS

2013-10-09 Thread George Gallen
No that was the first thing I disabled!

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Bob Little
Sent: Wednesday, October 09, 2013 2:05 PM
To: U2 Users List
Subject: Re: [U2] UV and Mount -t CIFS

Is SELINUX enabled?  That's caused me headaches in the past.

bob little
applications architect
independent contractor
market america, inc.
1302 pleasant ridge rd.
greensboro, nc  27409
Phone: 336-698-4367
Cell: 248-675-5515
Skype: boblittle904



From: u2-users-boun...@listserver.u2ug.org 
[u2-users-boun...@listserver.u2ug.org] on behalf of George Gallen 
[ggal...@wyanokegroup.com]
Sent: Wednesday, October 09, 2013 1:34 PM
To: U2 Users List
Subject: Re: [U2] UV and Mount -t CIFS

Thanks...

I tried all the variations of sec - most mounted - some failed - but none 
allowed UV to LIST the directory
I also added ver=1.0

I may need to setup a ftp server on the printwizard machine, and work around 
that way until I figure it out.

We will be upgrading the RHEL5 to RHEL6 once our server issues are fixed - so 
maybe RHEL6 will be ok (or not)
Found a bunch of things different from RHEL5 to Fedora19  (switches in ftp, 
mailx and attachments and
Few others I forget at the moment).

George

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Bob Little
Sent: Wednesday, October 09, 2013 10:31 AM
To: U2 Users List
Subject: Re: [U2] UV and Mount -t CIFS

I had to add the sec=ntlm to the line in my /etc/fstab since about FC18 or so:

//shareName   mountPointcifs
rw,credentials=.myCredentials,_netdev,sec=ntlm,users,nounix,nosetuids,file_mode=0644,dir_mode=0775
   0 0

bob little
applications architect
independent contractor
market america, inc.
1302 pleasant ridge rd.
greensboro, nc  27409
Phone: 336-698-4367
Cell: 248-675-5515
Skype: boblittle904



From: u2-users-boun...@listserver.u2ug.org 
[u2-users-boun...@listserver.u2ug.org] on behalf of George Gallen 
[ggal...@wyanokegroup.com]
Sent: Wednesday, October 09, 2013 10:16 AM
To: U2 Users
Subject: [U2] UV and Mount -t CIFS

Ok...

When I had RHEL5 and UV 10.0.2 running, If I did a mount using type cifs
   All I needed to do in UV was 1F , 2/mnt/mountname, 3D_SOURCE

And I could list the directory, no problem.


Due to a server issue, we had to put an emergency server in place that is
Running Fedora19 (64 bit) and installed the UV 10.0.2 - which appears to
Run fine.

EXCEPT - when I mount the share

Now when I attempt to LIST the File (or OPENPATH /mnt/sharename) it bombs out
Gives me Unable to open -filename-

I can as non-root, go into this share, create files, delete files and modify 
files so it
Also works as root.

So, I'm not sure if this is a UV related issue or a Fedora19/Windows machine 
share problem.

Any ideas?

I'm currently doing:
mount -t cifs -o rw,username=windowsloginname 
//Sharename,file_mode=0777,dir_mode=0777,cifsacl /mnt/printwizard

What we do is use lpd to print our PCL to printwizard (which works)
Printwizard then produces a PDF (which works)
Then we read the PDF from the share on the printwizard machine (which is what 
is not working).
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] UV and Mount -t CIFS

2013-10-09 Thread Wols Lists
On 09/10/13 16:59, George Gallen wrote:
 No, it's not - it's a 0.
 
 But...I didn't have it set to 1 on the old server either, and it worked.
 
 If I change it.I assume I would need to bring UV down and restart?
 
 What I essentially do is I backup the /uv directory on the old system,
 Did a fresh install of UV on the new server, then overwrite the /uv directory
From the old system 

Are your user numbers the same on the new system as the old - check who
owns the files by listing them on the machine the disk is physically in.

Cheers,
Wol
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] UV and Mount -t CIFS

2013-10-09 Thread George Gallen
Yes, when I setup the server, I added each user and manually assigned them the 
uid/gid from the other server,

This way when I overlay the data from the other system, everything works as 
planned (at least I keep telling
Myself that).

George

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wols Lists
Sent: Wednesday, October 09, 2013 2:07 PM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] UV and Mount -t CIFS

On 09/10/13 16:59, George Gallen wrote:
 No, it's not - it's a 0.
 
 But...I didn't have it set to 1 on the old server either, and it worked.
 
 If I change it.I assume I would need to bring UV down and restart?
 
 What I essentially do is I backup the /uv directory on the old system,
 Did a fresh install of UV on the new server, then overwrite the /uv directory
From the old system 

Are your user numbers the same on the new system as the old - check who
owns the files by listing them on the machine the disk is physically in.

Cheers,
Wol
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users