screen-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[screen-devel] [bug #43894] Screen not able to recover if -c is passed t


From: anonymous
Subject: [screen-devel] [bug #43894] Screen not able to recover if -c is passed to a file on afs
Date: Fri, 26 Dec 2014 19:55:55 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/7.1.2 Safari/537.85.11

URL:
  <http://savannah.gnu.org/bugs/?43894>

                 Summary: Screen not able to recover if -c is passed to a file
on afs
                 Project: GNU Screen
            Submitted by: None
            Submitted on: Fr 26 Dez 2014 19:55:54 UTC
                Category: Program Logic
                Severity: 3 - Normal
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.3
           Fixed Release: None
         Planned Release: None
           Work Required: None

    _______________________________________________________

Details:

Hello,

I have a problem with screen when I use the -c launch option:

-c file
     override the default configuration file from "$HOME/.screenrc" to file.

My issue seems to be with afs. I have a workarea where my $HOME is set to
/afs/… and if I run the -c command in this place as follows, I got the issue
of unable to open file:


# On local
(%:~)- ssh server
# On server
# Here ~ is on /afs
(%:~)- cp .screenrc /tmp/wsfreund
(%:~)- screen -ls
No Sockets found in /var/run/screen/S-wsfreund.
(%:~)- screen -S test_using_afs -c .screenrc 
# Type C-a C-d
[detached]
(%:~)- screen -S test_not_using_afs -c /tmp/wsfreund/.screenrc
# Type C-a C-d
[detached]
(%:~)- screen -ls
There are screens on:
        14789.test_not_using_afs        (Detached)
        14144.test_using_afs    (Detached)
2 Sockets in /var/run/screen/S-wsfreund.
(%:~)- exit
# On local
(%:~)~ ssh server
# On server
(%:~)- screen -r test_not_using_afs
# Type C-a C-d
[detached]
(%:~)- screen -r test_using_afs
Unable to open ".screenrc".
(%:~)- screen -ls
There is a screen on:
        14789.test_not_using_afs        (Detached)
1 Socket in /var/run/screen/S-wsfreund.

So, when I use the file on afs it is unable to re-attach to screen and
destroys it, while the screenrc copied to /tmp/wsfreund is recovered without
any troubles.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?43894>

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]