Re: XDMCP Woes + Solaris

2004-12-09 Thread Roman Belenov
Mark Reis [EMAIL PROTECTED] writes:

 Any suggestions?

Try adding -from switch with your local IP address to command line; it helps
in some network configurations.

-- 
With regards, Roman.



Re: Strange redraw problem with multiwindow

2004-10-01 Thread Roman Belenov
Alexander Gottwald [EMAIL PROTECTED] writes:

 please send /tmp/XWin.log

Here it is



rootless.log
Description: X server log

-- 
With regards, Roman.


Re: Strange redraw problem with multiwindow

2004-10-01 Thread Roman Belenov
Alexander Gottwald [EMAIL PROTECTED] writes:

 Somehow the workarea got stripped.

Actually, it seems that I found the cause. I'm using Next-like application
launcher (BrLaunch) that uses left side of the screen to display button bar
(have been using it for years and so forgot to mention it in the first
message as something unusual). It resizes the desktop, so that when a window
is maximized, it doesn't cover the buttons. Seems that X server in multiwindow
mode gets confused.

Just tried X -multiwindow without BrLaunch launched, and it works fine. But it
would be nice if it operates correctly with resized desktop.

 Can you please run with more debug messages and send me the logfile again?

No problem.



rootless.log
Description: Binary data

-- 
With regards, Roman.


Re: Strange redraw problem with multiwindow

2004-10-01 Thread Roman Belenov
BTW moving standard Windows taskbar to the left of the screen causes the same
problem.

-- 
With regards, Roman.



Re: Russian Keymap

2004-03-23 Thread Roman Belenov
David Snopek [EMAIL PROTECTED] writes:

 So it knows when I press #1072; that its the cyrillic a but the
 XLookupString returns  as the represention?

Probably it's a locale issue (try setting LANG environment variable to ru
before starting xterm).

-- 
With regards, Roman.



Re: Another NON trivial Cyrillic question

2004-02-11 Thread Roman Belenov
Igor Pechtchanski [EMAIL PROTECTED] writes:

 After a cursory glance, it looks like it is locale-aware, so if you
 have your locale settings straight, cyrillic should print out just
 fine.

What does it mean to have your locale settings straight in cygwin ?
Is it possible to make cygwin respect Windows locale settings (it
seems that they don't affect cygwin out of the box) ? Or may be
one should install Unix-like locale database and use variables like
LANG to choose locale ?

-- 
With regards, Roman.


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



Re: Non-trivial Cyrillic question

2004-01-21 Thread Roman Belenov
Joshua Daniel Franklin [EMAIL PROTECTED] writes:

 Normally, our FAQ maintainer reads the list and you shouldn't need to
 pester anyone. However, he'd recently said he's very behind reading the
 list and so I updated the FAQ and Users' Guide since this change makes
 sense.

Note that less -r is rather crude workaround - using
LESSCHARSET/LESSCHARDEF is more correct (although requires some
thinking from the user).

-- 
With regards, Roman.


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



Re: Non-trivial Cyrillic question

2004-01-20 Thread Roman Belenov
Alexander Shopov [EMAIL PROTECTED] writes:

 However when I pipe it to less

 cat myfile | less

 it gets broken
 I get things like: CFD0C5CFC8D1CAC0

You should tell less what characters are supposed to be printable
using LESSCHARSET or LESSCHARDEF environment variable (man less for
details).

 ls *

 it is displayed like
 .txt

ls uses current locale to determine which characters are
printable. AFAIK cygwin isn't locale-aware (I can be mistaken); the
possible workaround is to use --show-control-chars switch to print all
characters literally.

BTW Is cp1251 the only 8-bit encoding used by Bulgarian locale in MS
Windows ? In Russia two encoding are used - cp866 as OEM (used, e.g.,
in console), cp1251 as ANSI.

-- 
With regards, Roman.


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



Re: cygcheck executable files of other compilers

2003-10-29 Thread Roman Belenov
Alex Vinokur [EMAIL PROTECTED] writes:

   1. How can the cygcheck utility know about DLLs in the Digital
   Mars executable file?

All DLLs used by a Win32 executable are listed in the executable.

   2. Why doesn't the cygcheck utility know about DLLs in the DJGPP
   executable file?

DJGPP is a DOS compiler that produces DOS executables that can not use
DLLs (at least using standard implicit loading), so there is nothing
to report in this case.

-- 
With regards, Roman.


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



Fullscreen mode and multiple monitors

2003-07-08 Thread Roman Belenov
Is it possible to start X server in fullscreen mode on the secondary
monitor ?

-- 
With regards, Roman.



Re: XFree86-cygwin KDE national keybord layouts

2003-02-24 Thread Roman Belenov
Lev Serebryakov [EMAIL PROTECTED] writes:

 Hello, cygwin-xfree! How are you?

   Does somebody use KDE under cygwin XFree86 (of course, KDE is
   started on UNIX, not on Win+cygwin) and national keyboard layout?

Works for me. It seems that KDE settings can only disable
international layout - I don't have keyboard switcher applet on the
panel, switching via control-shift (as defined by local xkb settings)
works.

-- 
With regards, Roman.



Re: Problem with less's output of man pages after update (ESC ...)

2002-12-20 Thread Roman Belenov
Update man (latest version is 1.5j-1) or just add -R to less switches
in /etc/man.config

Gary T. Leavens [EMAIL PROTECTED] writes:

 When I updated cygwin yesterday, everything works except for the formatting of
 manual pages.  When I do
-- skipped --
 groff   1.18.1-1
-- skipped --
 man 1.5g-2  

-- 
With regards, Roman.


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: Windows Manager

2002-12-18 Thread Roman Belenov
You need rootless mode (add -rootless to X server command-line). It's
not perfect (main window still exist, though invisible; you still
need to launch some X11 window manager to draw window borders);
multiwindow mode should provide seamless X11/Windows integraton when
it is finished.

Martín De Marchi [EMAIL PROTECTED] writes:
 There is any way to hide de X window ?
 That is, I want launch the remote program from
 a dos command line (cmd.exe) via ssh and I want
 see only the windows of this program and not the
 X main window...
 Can I make this?

-- 
With regards, Roman.




Re: Windows Manager

2002-12-17 Thread Roman Belenov
Martín De Marchi [EMAIL PROTECTED] writes:

 Can I launch the remote program from a cygwin shell (cygwin.bat)
 or a dos shell  (not a XWindows session, startxwin.bat) ?
 I try it in both ways and the message program: cannot connect to X sever
 is showed...
 There is any way for configure the X and launch the remote programs from
 a dos shell?

You should set DISPLAY environemnt variable to correct value, e.g.

set DISPLAY=127.0.0.1:0.0  (in cmd.exe) or
export DISPLAY=127.0.0.1:0.0 (in cygwin shell)

-- 
With regards, Roman.




Re: [ANNOUNCEMENT] Updated: groff-1.18.1-1

2002-12-16 Thread Roman Belenov
Christopher Faylor [EMAIL PROTECTED] writes:

 I've made a new version of groff available for download.  This is a
 refresh from the GNU web site, so it has whatever fixes are in this
 version.

Just installed it; on my system it generates Escape codes in formatted
pages and man displays them literally (less'ing produced pages does
the same). Reverting to 1.17.2-1 fixes the problem (it uses backspaces
for formatting to ascii).

-- 
With regards, Roman.


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: umask (was:Re: gcc, Write and Modify permissions (ntsec))

2002-12-04 Thread Roman Belenov
I usually use FAR manager (non-cygwin Norton Commander clone) (*) for
command-line work and run cygwin programs (like grep, gcc or make)
from it; modifying all programs or writings wrapper scripts for them
is not an option.

May be it makes sense to add umask option to CYGWIN environment
variable ? Probably there are other users with usage pattern similar
to mine.

(*) I know about Midnight Commander and use it on Linux, but FAR is
more usable on Windows.

Randall R Schulz [EMAIL PROTECTED] writes:

 At 08:00 2002-12-04, Randall R Schulz wrote:
Roman,

 Have them call umask(2). If that's not an option, invoke them via a
 Cygwin shell script that changes the umask first--it's my child
 processes just as environment variables are.

 I don't know what kind of editing snafu that was, but I meant:

  ... It's inherited by child processes just as ...

 RRS


Randall Schulz
Mountain View, CA USA


At 23:44 2002-12-03, Roman Belenov wrote:
Corinna Vinschen [EMAIL PROTECTED] writes:

  umask

How can I change umask of processes launched from Windows executables?

-- 
With regards, Roman.


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




umask (was:Re: gcc, Write and Modify permissions (ntsec))

2002-12-03 Thread Roman Belenov
Corinna Vinschen [EMAIL PROTECTED] writes:

 umask

How can I change umask of processes launched from Windows executables?

-- 
With regards, Roman.


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




gcc, Write and Modify permissions (ntsec)

2002-11-28 Thread Roman Belenov
I've noticed that executables generated by gcc (cygwin 1.3.17-1, gcc
3.2-3, binutils 20021117-1, Windows XP) have Read, ReadExecute and
Write permissions for group and others, ls -l shows their attributes
as -rwxrwxrwx . It seems rather strange - I guess that Write
permission for other users is not necessary. Another oddity is that
chmod always toggles Write and Modify permisisons together, while gcc
(or ld) sets only Write permission without Modify.

Is this an intended behaviour ? Are there any reasons for it ?


-- 
With regards, Roman.


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: YA in the try a snapshot series (was Re: latest cvs forkproblems)

2002-10-21 Thread Roman Belenov
I tried 20021020 snapshot (I experienced this fork problem too); now
cygwin fails on the second fork level :

E:\bash
bash-2.05b$ bash
bash-2.05b$ bash
   1076 [main] bash 3612 fhandler_disk_file::fixup_mmap_after_fork: requested 0x
9C != 0x0 mem alloc base 0x9C, state 0x2000, size 2088960, Win32 error 4
87
d:\apps\cygwin\bin\bash.exe: *** recreate_mmaps_after_fork_failed
152 [main] bash 2144 sync_with_child: child 3612(0x710) died before initiali
zation with status code 0x1
322 [main] bash 2144 sync_with_child: *** child state child loading dlls
bash: fork: Resource temporarily unavailable
bash-2.05b$

(In 1.3.13-2 I couldn't launch any program from the first instance of bash)


Christopher Faylor [EMAIL PROTECTED] writes:

 I was able to duplicate Jason's mmap problem with his version of exim
 and, so, I think I was also able to fix it.

 The latest snapshot should solve this problem.  The hanging problem that
 I mentioned previously seems to be gone, too...  or, more likely, it
 will manifest itself 10 seconds after I send this email.

-- 
With regards, Roman.


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: latest cvs fork problems

2002-10-14 Thread Roman Belenov

Same here with 1.3.13-2; it seems that all programs are affected (e.g. I can't run
anything from bash since bash can't fork). I'm using WIndows XP SP1.

Steve O [EMAIL PROTECTED] writes:

 On Mon, Oct 14, 2002 at 03:09:50AM -, [EMAIL PROTECTED] wrote:
 [EMAIL PROTECTED]:
 Sorry, only subscribers may post.  See the project web page for details: 
http://www.cygwin.com/lists.html (#5.7.2)

 Hi,
 I was trying to get the latest cygwin CVS working and ran into some 
 difficulties.  An strace of rxvt hangs as it forks:

-- strace log skipped --

-- 
With regards, Roman.


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: ntsec and NTFS inheritable permissions

2002-10-09 Thread Roman Belenov

Well, by groking I meant using them while deciding whether certain user
has access to file. And it seems that they are just ignored.

BTW Can you point me to this discussion in the list ? Searching list
archive I found only references to inheritable permissions problem
without description of the problem itself.

[EMAIL PROTECTED] [EMAIL PROTECTED] writes:

 I suppose it depends on what you mean when you say cygwin doesn't
 grok inheritable permissions.  This email list has discussed in the
 past that Cygwin's permissions are affected by the setting of
 inheritable permissions in Windows.  There is no corollary in POSIX
 permissions, which is the view that Cygwin takes and enforces.

-- 
With regards, Roman.


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




ntsec and NTFS inheritable permissions

2002-10-08 Thread Roman Belenov

It seems that cygwin doesn't grok inheritable permissions on my system
(I'm using Windows XP; CYGWIN environment variable contains
'ntsec'). Is it a feature (or, rather, abscence of it) or my fault ?

-- 
With regards, Roman.


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/