public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* [ANNOUNCEMENT] New package: taglib-1.8-3
@ 2013-01-24  0:28 Yaakov
  2013-01-25 15:05 ` Problems with permissions after installing cygwin without admin privileges Alan
  0 siblings, 1 reply; 4+ messages in thread
From: Yaakov @ 2013-01-24  0:28 UTC (permalink / raw)
  To: cygwin

The following packages have been added to the Cygwin distribution:

*** libtag1-1.8-3
*** libtag-devel-1.8-3
*** libtag_c0-1.8-3
*** libtag_c-devel-1.8-3

TagLib is a library for reading and editing the meta-data of several
popular audio formats. Currently it supports both ID3v1 and ID3v2 for
MP3 files, Ogg Vorbis comments and ID3 tags and Vorbis comments in
FLAC, MPC, Speex, WavPack TrueAudio, WAV, AIFF, MP4 and ASF files.

-- 

Yaakov
Cygwin/X


CYGWIN-ANNOUNCE UNSUBSCRIBE INFO
================================

If you want to unsubscribe from the cygwin-announce mailing list, please
use the automated form at:

http://cygwin.com/lists.html#subscribe-unsubscribe

If this does not work, then look at the "List-Unsubscribe: " tag in the
email header of this message.  Send email to the address specified
there.  It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.com@cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Problems with permissions after installing cygwin without admin privileges
  2013-01-24  0:28 [ANNOUNCEMENT] New package: taglib-1.8-3 Yaakov
@ 2013-01-25 15:05 ` Alan
  2013-01-25 18:35   ` Alan Thompson
  2013-01-30  2:55   ` Larry Hall (Cygwin)
  0 siblings, 2 replies; 4+ messages in thread
From: Alan @ 2013-01-25 15:05 UTC (permalink / raw)
  To: cygwin

I have downloaded and installed cygwin on one machine and would like to install
it on a second machine which is non-networked and for which I don't have
administrator rights. However, I am running into some issues which are described
below.

I have created a Mapped Network Drive (X:) for the folder I wish to install
cygwin into, for which I have full access. I have copied the installer and local
package directory from the first machine to the second. I changed the name of
the cygwin installer to cygwin.exe and have run it as the non-administrator. I
have selected the option "install from Local Directory". I have selected
x:\cygwin as the root install directory and Install for "Just Me". I selected
the copied local package directory. I selected the basic install with no
additional packages. cygwin seems to install with no warnings or error, except
no Desktop icon is created. The cygwin terminal starts with no problem.

The first problem comes when I try to install the rxvt package. Running the
installer again with that package selected results in an error.

Package: rxvt rxvt.sh exit code 3

Running /etc/postinstall/rxvt.sh from the terminal gives these messages.

Using the default version of /etc/X11/app-defaults/Rxvt 
(/etc/defaults/etc/X11/app-defaults/Rxvt) 
/bin/touch: cannot touch `/etc/X11/app-defaults/Rxvt': No such
file or directory /bin/cp: cannot create regular file
`/etc/X11/app-defaults/Rxvt': No such file o r directory 
/usr/bin/mkdir: cannot
create directory `/cygdrive/c/Documents and Settings/All Users/Start
Menu/Programs/Cygwin': Permission denied 
mkshortcut: Saving "C:\Documents and
Settings\All Users\Start Menu\Programs\Cygw in\rxvt-native.lnk" failed; does the
target directory exist? 
mkshortcut: Saving "C:\Documents and Settings\All
Users\Start Menu\Programs\Cygw in\rxvt-x.lnk" failed; does the target directory
exist?

I am guessing the problem is I don't have permission to write to the folder
"C:\Documents and Settings\All Users\Start Menu\Programs\Cygw in\rxvt- x.lnk"

and will have to make the rxvt links by hand.

That problem seems solvable with some work. But is there a way to solve this
without hand tweaking?

The second problem I is I'd like to now install texlive. I have re-run the
installer selecting the package texlive-collection-latex. After several minutes,
the installer now reports

Package: fontconfig fontconfig.sh exit code 13 Package: texlive-collection-basic
texlive-collection-basic.sh exit code 11 Package: Unknown package rxvt.sh exit
code 3

and typing latex in the cygwin terminal returns

 -bash: /usr/bin/latex: cannot execute binary file

I find I cannot change the permissions on /usr/bin/latex with chmod (drive is
NTFS)

How do I fix this?



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Problems with permissions after installing cygwin without admin privileges
  2013-01-25 15:05 ` Problems with permissions after installing cygwin without admin privileges Alan
@ 2013-01-25 18:35   ` Alan Thompson
  2013-01-30  2:55   ` Larry Hall (Cygwin)
  1 sibling, 0 replies; 4+ messages in thread
From: Alan Thompson @ 2013-01-25 18:35 UTC (permalink / raw)
  To: cygwin

Hi - I'm not sure if this will help your problem, but in the past I
have had to install Cygwin to a number of non-networked machines.  For
me, the easiest way was to use setup.exe with the option of "save
files but don't install".  You can copy the saved folder and setup.exe
onto a CD and take it to each installation target machine in turn.
This eliminates any hassle with network permissions/visibility/latency
during the install, which can save headaches.

Since you seem to have gotten the first level of Cygwin installed over
the network, this may not be your problem but it might be worth a try.

Alan Thompson

On Fri, Jan 25, 2013 at 7:01 AM, Alan <alan.curtis3@gmail.com> wrote:
> I have downloaded and installed cygwin on one machine and would like to install
> it on a second machine which is non-networked and for which I don't have
> administrator rights. However, I am running into some issues which are described
> below.
>
> I have created a Mapped Network Drive (X:) for the folder I wish to install
> cygwin into, for which I have full access. I have copied the installer and local
> package directory from the first machine to the second. I changed the name of
> the cygwin installer to cygwin.exe and have run it as the non-administrator. I
> have selected the option "install from Local Directory". I have selected
> x:\cygwin as the root install directory and Install for "Just Me". I selected
> the copied local package directory. I selected the basic install with no
> additional packages. cygwin seems to install with no warnings or error, except
> no Desktop icon is created. The cygwin terminal starts with no problem.
>
> The first problem comes when I try to install the rxvt package. Running the
> installer again with that package selected results in an error.
>
> Package: rxvt rxvt.sh exit code 3
>
> Running /etc/postinstall/rxvt.sh from the terminal gives these messages.
>
> Using the default version of /etc/X11/app-defaults/Rxvt
> (/etc/defaults/etc/X11/app-defaults/Rxvt)
> /bin/touch: cannot touch `/etc/X11/app-defaults/Rxvt': No such
> file or directory /bin/cp: cannot create regular file
> `/etc/X11/app-defaults/Rxvt': No such file o r directory
> /usr/bin/mkdir: cannot
> create directory `/cygdrive/c/Documents and Settings/All Users/Start
> Menu/Programs/Cygwin': Permission denied
> mkshortcut: Saving "C:\Documents and
> Settings\All Users\Start Menu\Programs\Cygw in\rxvt-native.lnk" failed; does the
> target directory exist?
> mkshortcut: Saving "C:\Documents and Settings\All
> Users\Start Menu\Programs\Cygw in\rxvt-x.lnk" failed; does the target directory
> exist?
>
> I am guessing the problem is I don't have permission to write to the folder
> "C:\Documents and Settings\All Users\Start Menu\Programs\Cygw in\rxvt- x.lnk"
>
> and will have to make the rxvt links by hand.
>
> That problem seems solvable with some work. But is there a way to solve this
> without hand tweaking?
>
> The second problem I is I'd like to now install texlive. I have re-run the
> installer selecting the package texlive-collection-latex. After several minutes,
> the installer now reports
>
> Package: fontconfig fontconfig.sh exit code 13 Package: texlive-collection-basic
> texlive-collection-basic.sh exit code 11 Package: Unknown package rxvt.sh exit
> code 3
>
> and typing latex in the cygwin terminal returns
>
>  -bash: /usr/bin/latex: cannot execute binary file
>
> I find I cannot change the permissions on /usr/bin/latex with chmod (drive is
> NTFS)
>
> How do I fix this?
>
>
>
> --
> Problem reports:       http://cygwin.com/problems.html
> FAQ:                   http://cygwin.com/faq/
> Documentation:         http://cygwin.com/docs.html
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Problems with permissions after installing cygwin without admin privileges
  2013-01-25 15:05 ` Problems with permissions after installing cygwin without admin privileges Alan
  2013-01-25 18:35   ` Alan Thompson
@ 2013-01-30  2:55   ` Larry Hall (Cygwin)
  1 sibling, 0 replies; 4+ messages in thread
From: Larry Hall (Cygwin) @ 2013-01-30  2:55 UTC (permalink / raw)
  To: cygwin

On 1/25/2013 10:01 AM, Alan wrote:
> The first problem comes when I try to install the rxvt package. Running the
> installer again with that package selected results in an error.
>
> Package: rxvt rxvt.sh exit code 3

rxvt is a very old, practically deprecated package of a dead code-line.  If
you must have rxvt, I recommend urxvt from the rxvt-unicode* packages.
Otherwise, mintty is a good choice on Cygwin.

-- 
Larry

_____________________________________________________________________

A: Yes.
 > Q: Are you sure?
 >> A: Because it reverses the logical flow of conversation.
 >>> Q: Why is top posting annoying in email?

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-01-30  2:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-24  0:28 [ANNOUNCEMENT] New package: taglib-1.8-3 Yaakov
2013-01-25 15:05 ` Problems with permissions after installing cygwin without admin privileges Alan
2013-01-25 18:35   ` Alan Thompson
2013-01-30  2:55   ` Larry Hall (Cygwin)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).