Only one X session for all normal users combined possible

Hi, I'm currently experimenting with the new xorg-server 1.16 with which it is possible to start and run the X server as a user.
Setup: No display manager running. startx is used. No modifications of global xserverrc or other files.
~/.xinitrc looks like this for all users:
startxfce4
As root it is possible to start multiple X sessions (on different virtual terminals of course).
But as a user only one X session is possible.
After user flo has started a X session on tty1, the following occurs:
Permissions for tty2 before startx
crw------- 1 boolian tty 4, 2 24. Jul 10:24 /dev/tty2
If I try to start a second X session via startx on another virtual terminal (here: tty2), the process aborts with the following message:
X.Org X Server 1.16.0
Release Date: 2014-07-16
X Protocol Version 11, Revision 0
Build Operating System: Linux 3.15.1-1-ARCH x86_64
Current Operating System: Linux flo.tower 3.15.6-1-ARCH #1 SMP PREEMPT Fri Jul 18 07:06:42 CEST 2014 x86_64
Kernel command line: BOOT_IMAGE=../vmlinuz-linux root=/dev/sda1 rw initrd=../initramfs-linux.img
Build Date: 18 July 2014 07:12:40PM
Current version of pixman: 0.32.6
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/home/boolian/.local/share/xorg/Xorg.1.log", Time: Thu Jul 24 10:24:21 2014
(==) Using config directory: "/etc/X11/xorg.conf.d"
(EE)
Fatal server error:
(EE) xf86OpenConsole: Cannot open virtual console 2 (Permission denied)
(EE)
(EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
(EE) Please also check the log file at "/home/boolian/.local/share/xorg/Xorg.1.log" for additional information.
(EE)
(EE) Server terminated with error (1). Closing log file.
xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server error
After this unsuccessful call to startx, the permissions for the tty2 have changed, but only the owner not the rwx flags.
crw------- 1 root tty 4, 2 24. Jul 10:24 /dev/tty2
Interestingly the permissions for the tty with the running X server stay as expected all the time.
crw------- 1 flo tty 4, 1 24. Jul 10:37 /dev/tty1
My first guess was, that the suid bit of Xorg.wrap has something to do with it. But I moved the binary and the behavior stayed the same.
Another guess is, that systemd-logind has something to do with it as it is repsonsible for the permissions (see [0] and [1]).
Can anybody reproduce this behaviour?
Has anybody hints where to go next? I'm currently building a new kernel with the audit framework enabled to check which process changes the permission of the tty when startx is called.
I'm reluctant to open a bug report as I know too little about the problem or whether it is a bug at all.
Greetings.
[0]http://dvdhrm.wordpress.com/2013/08/24/ … -on-linux/
[1]http://dvdhrm.wordpress.com/2013/08/24/ … ing-works/

I have captured all systemcalls which go to /dev/tty2 (which is dev with major 4 and minor 2) with the following auditctl line:
-a always,exit -F arch=x86_64 -S all -F devmajor=4 -F devminor=2 -F key=vt2222
This is the result:
[root@flo rules.d]# ausearch -i -k vt2222
type=CONFIG_CHANGE msg=audit(24.07.2014 13:19:49.400:83) : auid=flo ses=1 op="add rule" key=vt2222 list=exit res=yes
type=PROCTITLE msg=audit(24.07.2014 13:19:53.749:84) : proctitle=/sbin/agetty
type=PATH msg=audit(24.07.2014 13:19:53.749:84) : item=0 name=/dev/tty2 inode=24 dev=00:05 mode=character,620 ouid=root ogid=tty rdev=04:02 nametype=NORMAL
type=CWD msg=audit(24.07.2014 13:19:53.749:84) : cwd=/
type=SYSCALL msg=audit(24.07.2014 13:19:53.749:84) : arch=x86_64 syscall=stat success=yes exit=0 a0=0x6665a0 a1=0x7fffea504e50 a2=0x7fffea504e50 a3=0x666590 items=1 ppid=1 pid=5903 auid=unset uid=root gid=root euid=root suid=root fsuid=root egid=root sgid=root fsgid=root tty=tty2 ses=unset comm=login exe=/usr/bin/login key=vt2222
type=PROCTITLE msg=audit(24.07.2014 13:19:53.749:85) : proctitle=/sbin/agetty
type=PATH msg=audit(24.07.2014 13:19:53.749:85) : item=0 name=/dev/tty2 inode=24 dev=00:05 mode=character,620 ouid=root ogid=tty rdev=04:02 nametype=NORMAL
type=CWD msg=audit(24.07.2014 13:19:53.749:85) : cwd=/
type=SYSCALL msg=audit(24.07.2014 13:19:53.749:85) : arch=x86_64 syscall=lstat success=yes exit=0 a0=0x6665a0 a1=0x7fffea5050c0 a2=0x7fffea5050c0 a3=0x7fffea504d00 items=1 ppid=1 pid=5903 auid=unset uid=root gid=root euid=root suid=root fsuid=root egid=root sgid=root fsgid=root tty=tty2 ses=unset comm=login exe=/usr/bin/login key=vt2222
type=PROCTITLE msg=audit(24.07.2014 13:19:53.749:86) : proctitle=/sbin/agetty
type=PATH msg=audit(24.07.2014 13:19:53.749:86) : item=0 name=/dev/tty2 inode=24 dev=00:05 mode=character,620 ouid=root ogid=tty rdev=04:02 nametype=NORMAL
type=CWD msg=audit(24.07.2014 13:19:53.749:86) : cwd=/
type=SYSCALL msg=audit(24.07.2014 13:19:53.749:86) : arch=x86_64 syscall=access success=yes exit=0 a0=0x6665a0 a1=W_OK|R_OK a2=0x7fffea5050c0 a3=0x7fffea504d00 items=1 ppid=1 pid=5903 auid=unset uid=root gid=root euid=root suid=root fsuid=root egid=root sgid=root fsgid=root tty=tty2 ses=unset comm=login exe=/usr/bin/login key=vt2222
type=PROCTITLE msg=audit(24.07.2014 13:19:53.749:87) : proctitle=/sbin/agetty
type=PATH msg=audit(24.07.2014 13:19:53.749:87) : item=0 name=(null) inode=24 dev=00:05 mode=character,620 ouid=root ogid=tty rdev=04:02 nametype=NORMAL
type=SYSCALL msg=audit(24.07.2014 13:19:53.749:87) : arch=x86_64 syscall=fchown success=yes exit=0 a0=0x0 a1=0x0 a2=0x0 a3=0x7fffea504d00 items=1 ppid=1 pid=5903 auid=unset uid=root gid=root euid=root suid=root fsuid=root egid=root sgid=root fsgid=root tty=tty2 ses=unset comm=login exe=/usr/bin/login key=vt2222
type=PROCTITLE msg=audit(24.07.2014 13:19:53.749:88) : proctitle=/sbin/agetty
type=PATH msg=audit(24.07.2014 13:19:53.749:88) : item=0 name=(null) inode=24 dev=00:05 mode=character,620 ouid=root ogid=root rdev=04:02 nametype=NORMAL
type=SYSCALL msg=audit(24.07.2014 13:19:53.749:88) : arch=x86_64 syscall=fchmod success=yes exit=0 a0=0x0 a1=0600 a2=0x0 a3=0x7fffea504d00 items=1 ppid=1 pid=5903 auid=unset uid=root gid=root euid=root suid=root fsuid=root egid=root sgid=root fsgid=root tty=tty2 ses=unset comm=login exe=/usr/bin/login key=vt2222
type=PROCTITLE msg=audit(24.07.2014 13:19:53.749:89) : proctitle=/sbin/agetty
type=PATH msg=audit(24.07.2014 13:19:53.749:89) : item=0 name=/dev/tty2 inode=24 dev=00:05 mode=character,600 ouid=root ogid=root rdev=04:02 nametype=NORMAL
type=CWD msg=audit(24.07.2014 13:19:53.749:89) : cwd=/
type=SYSCALL msg=audit(24.07.2014 13:19:53.749:89) : arch=x86_64 syscall=open success=yes exit=0 a0=0x6665a0 a1=O_RDWR|O_NONBLOCK a2=0x7f7a7bb9edf0 a3=0x7fffea504ce0 items=1 ppid=1 pid=5903 auid=unset uid=root gid=root euid=root suid=root fsuid=root egid=root sgid=root fsgid=root tty=tty2 ses=unset comm=login exe=/usr/bin/login key=vt2222
type=PROCTITLE msg=audit(24.07.2014 13:19:54.409:91) : proctitle=/sbin/agetty
type=PATH msg=audit(24.07.2014 13:19:54.409:91) : item=0 name=(null) inode=24 dev=00:05 mode=character,600 ouid=root ogid=root rdev=04:02 nametype=NORMAL
type=SYSCALL msg=audit(24.07.2014 13:19:54.409:91) : arch=x86_64 syscall=fchown success=yes exit=0 a0=0x0 a1=0x3e8 a2=0x5 a3=0x683ce7 items=1 ppid=1 pid=5903 auid=flo uid=root gid=root euid=root suid=root fsuid=root egid=root sgid=users fsgid=root tty=tty2 ses=15 comm=login exe=/usr/bin/login key=vt2222
type=PROCTITLE msg=audit(24.07.2014 13:19:54.409:92) : proctitle=/sbin/agetty
type=PATH msg=audit(24.07.2014 13:19:54.409:92) : item=0 name=(null) inode=24 dev=00:05 mode=character,600 ouid=flo ogid=tty rdev=04:02 nametype=NORMAL
type=SYSCALL msg=audit(24.07.2014 13:19:54.409:92) : arch=x86_64 syscall=fchmod success=yes exit=0 a0=0x0 a1=0600 a2=0x5 a3=0x683ce7 items=1 ppid=1 pid=5903 auid=flo uid=root gid=root euid=root suid=root fsuid=root egid=root sgid=users fsgid=root tty=tty2 ses=15 comm=login exe=/usr/bin/login key=vt2222
type=PROCTITLE msg=audit(24.07.2014 13:19:54.413:93) : proctitle=login -- flo
type=PATH msg=audit(24.07.2014 13:19:54.413:93) : item=0 name=/dev/tty2 inode=24 dev=00:05 mode=character,600 ouid=flo ogid=tty rdev=04:02 nametype=NORMAL
type=CWD msg=audit(24.07.2014 13:19:54.413:93) : cwd=/
type=SYSCALL msg=audit(24.07.2014 13:19:54.413:93) : arch=x86_64 syscall=open success=yes exit=3 a0=0x6665a0 a1=O_RDWR|O_NONBLOCK a2=0x0 a3=0x7fffea504d00 items=1 ppid=5903 pid=5914 auid=flo uid=root gid=users euid=root suid=root fsuid=root egid=users sgid=users fsgid=users tty=tty2 ses=15 comm=login exe=/usr/bin/login key=vt2222
type=PROCTITLE msg=audit(24.07.2014 13:19:54.416:94) : proctitle=/usr/bin/tty
type=PATH msg=audit(24.07.2014 13:19:54.416:94) : item=0 name=/dev/tty2 inode=24 dev=00:05 mode=character,600 ouid=flo ogid=tty rdev=04:02 nametype=NORMAL
type=CWD msg=audit(24.07.2014 13:19:54.416:94) : cwd=/home/flo
type=SYSCALL msg=audit(24.07.2014 13:19:54.416:94) : arch=x86_64 syscall=stat success=yes exit=0 a0=0x10d4060 a1=0x7fff388a7470 a2=0x7fff388a7470 a3=0x10d4050 items=1 ppid=5915 pid=5916 auid=flo uid=flo gid=users euid=flo suid=flo fsuid=flo egid=users sgid=users fsgid=users tty=tty2 ses=15 comm=tty exe=/usr/bin/tty key=vt2222
type=PROCTITLE msg=audit(24.07.2014 13:20:38.319:95) : proctitle=/usr/bin/Xorg.bin
type=PATH msg=audit(24.07.2014 13:20:38.319:95) : item=0 name=/dev/tty2 inode=24 dev=00:05 mode=character,600 ouid=root ogid=tty rdev=04:02 nametype=NORMAL
type=CWD msg=audit(24.07.2014 13:20:38.319:95) : cwd=/home/flo
type=SYSCALL msg=audit(24.07.2014 13:20:38.319:95) : arch=x86_64 syscall=open success=no exit=-13(Permission denied) a0=0x82715c a1=O_RDWR|O_NONBLOCK a2=0x0 a3=0x0 items=1 ppid=5937 pid=5938 auid=flo uid=flo gid=users euid=flo suid=flo fsuid=flo egid=users sgid=users fsgid=users tty=tty2 ses=15 comm=Xorg.bin exe=/usr/bin/Xorg.bin key=vt2222
Look at the last block in PATH and the block before the last. The ouid changes (owner of file) but there is no process which does this.
Am I deciphering this right?
Greetings

Similar Messages

  • How to force RH9 to use only one master stylesheet for all Word imports?

    I have set a stylesheet (css) as the default for my RH9 WebHelp project in project settings. When I import Word documents into the project, the edit import setting dialog does not show this stylesheet in the list of available stylesheets for the import.
    What is happening instead is a proliferation of unwanted stylesheets derived from all the imported documents. I then have to manually re-set all the new topics to the master stylesheet.
    How can I stop this, and force RH9 to use only the one master stylesheet for all imports?

    cid:[email protected]
    Hi Peter,
    That’s what I thought I was doing in the Project Settings>Import tab>CSS for Style Mapping selection. Maybe that isn’t what it’s meant to do. It’s just getting annoying having all these unneeded files popping up in the project manager so that I have trouble distinguishing the “real” topics from the extra stuff.
    Michael West | Business Improvement | Aurecon
    Ph: +61 3 8683 1996 | Fax: +61 3 8683 1444 | Mob: 0407 485 228
    Email: [email protected]
    PO Box 321, South Melbourne | VIC 3205 | Australia
    http://www.aurecongroup.com
    http://www.aurecongroup.com/apac/groupentity/

  • Should you use only one smtp address for all email accounts?

    My iPhone and iPad will not send mail from either of two email accounts. Ive checked the smtp settings and passwords several times. I have several email accounts with different providers/servers though, so should there only be one server chosen for all? Cant figure out why my email won't send! Anyone know an answer?

    No.  Each mail provider has its own SMTP server. And you won't be able to send email from one provider's email account through another provider's smtp server.
    Each account should have its provider's SMTP server set as its Primary Server.  And The rest of the smtp servers should be turned off for that particular account. 

  • Only one ringtone works for all contacts despite them having separate rings

    I have 25 rings (is that too much?)
    And 33 contacts. The majority of them have their own ringtone.
    However, despite me assigning them a ringtone-- only one tone (the one assigned under "Sounds" plays for all of them.
    I didn't have this problem before.

    You said you did not have this problem "Before", before what? What changed?
    33 is no too much, I have 50-60 or so, w/o issue.
    Try Resetting the iPhone
    Reset the iPhone by holding the sleep/wake button at the top right of the device and the home button at the bottom center of the face at the same time. Hold them both until you see the screen go black and the white Apple logo appear. When this happens, you can let go - the iPhone is rebooting.
    I have not seen this issue before, so basic troubleshooting may help.

  • How to avoid one active session for the same user account concurrently

    Hi all ,
    i am using model 1 architecture in my application.
    in my application ,if one user login through 2 browser at a time ,he can do it.
    But now ,i want to close first browser or redirect him to a exception page.
    plz guide me how can i do it.
    plz include case1.
    what happen if he close page ,not logoff
    case2
    what happen if power cut happen on client side.

    +You can use a column in the table to check the current user logged in status. Once the user gets logged in the application change the flag at the backend. In this way you can know whether the user is already logged in the apllication or not, and based on this you can show a proper message to the user.+
    +If the user closes the browser window without logging off the application, then in this case you can use the session Listoners.+
    Well not the right approach Listeners would it for you.For browser closure problem.If user does that automatically container destroys the session object as per configured session-timeout.
    *@OP*
    Problem 1:
    Try to a write an implementation of sessionListener / sessionAttributeListener (for having a check on user loggins and apply a global filter which checks available users who have already logged in)
    Hope the below thread might give you some idea of how to go about.
    http://forum.java.sun.com/thread.jspa?threadID=5226527&messageID=9922478
    Problem 2:
    consequently configure session-timeout parameter in minutes under web.xml for session browser close and inactivity state problems.
    REGARDS,
    RaHuL

  • HT5622 We family wants to use only one apple ID for all devices ie iMac ( 4 persons sharing desktop), IPads (2nos) how we should be going about sharing same

    And how to create separate log in IDs for each person on IMac PCM.
    I am first time user of IMac,

    iCloud is not designed for multi-user use. If everyone has the same login, then they will all see the same emails, contacts, calendars and so on. If you want them to be separate then everyone needs their own Apple ID and iCloud account. Each separate iCloud account needs to be on a different device or a different user account on your Mac.
    You should be aware that any one device can create a maximum of three iCloud accounts, so with more than three you will have to set up remaining accounts on another device - you can do this from iPads so you shouldn't have a problem.

  • WES610N - only one MAC address for all connected devices

    Hi! I use a WES610N 4-port WLAN bridge to connect my audio and video devices (Pioneer AV receiver, Samsung TV set and a WD Live TV box) to my E4200 router upstairs. This works fine and the WLAN connection works stable and fast. There's a Synology 212j NAS running DM 3.2 connected to my E4200 router. On this NAS a DLNA/UPnP media server is running to stream audio and video from the NAS to my Receiver, to my TV set and to the WD Live TV box. Audio and video is ok but i also want to send photos from the NAS direct to the TV and WD Live. To see the photos in the correct solution i have to configure a DLNA profile on the media server for each DLNA client which connects to the media server. I have to configute this based on the device name, IP address and MAC address shown in the clinet list of the media server. So far so good - and here's my problem: Every device connected to the WES610N is seen with the same MAC address - the one of the WES610 - by the media server. This confuses the server and it's not possible to assign a DLNA profile to each of the devices (TV, Receiver, WD box) because the IP - MAC pairing always changes when one of the devices sends data packets to the media server. So the assigned profile configuration gets lost and switches back to standard DLNA profile and photos can not be displayed correct by the devices. So what i would need is that every device connected to the WES610N is seen by the media server by it's on MAC address. Is there a solution or are there plans to implement this in future firmware versions? Thx, BR Christian

    You can try the following combination of settings :-
    A] With the help of Cisco Connect Software (if at all you have installed the router with the help of this software)
    1] Open the software and go to the option which says "Router Settings"
    2] Then click on the option which says "Advanced Settings" which will take you to the router's configuration page.
    3] Lower the MTU (Maximum Transmission Unit) from 1500 to 1400 or less (usually found on your routers main/ basic setup page)
    4] Then click on Security tab disable SPI Firewall Protection, uncheck Filter Anonymous Internet Requests...
    B] If you haven't installed Cisco Connect then you can log on to the router's user interface using it's default IP address in the browser which is 192.168.1.1 and type in 'admin' as the password leaving the user name field blank. This will take you to the router's web interface and then follow steps as mentioned above to make the changes.
    Then check the connectivity status...

  • I want only one apple ID for all my devices

    I have an apple ID and so does my wife.  Between the four family members we 8 plus apple devices.  I want to put everything on hers and just have one.  Mine has the least amount of music and apps.  Can it be done? How do you do it without losing anything?

    What exactly are you wanting to do. It is a little unclear from your post. You've also posted in the iTunes Match forum. Does your question have something to do with iTunes Match?
    Keep in mind that if you all have your own content purchased with indvidual iTunes Store accounts, trying to consolidate is going to cause everyone big headaches. But if you give us more details perhaps we can help you sort it out.

  • How to get One Selection Screen for all queries?

    Hi Experts,
    I have three queries having selection screens. All the selection screen have the same variables, but the reports are different.
    I have created a workbook having these three queries. Each time when the workbook opens, the three selection screen pops up one after the another. Same values are entered in all the selection screens.
    Now the user wants only one selection screen for all the three reports. Is it possible? I tried but I do not see any way.
    I think there should be some way of getting it done.
    Waiting for your inputs,
    With kind regards,
    Shreeem

    Hi
    If a workbook contains multiple queries that use the same variable, you are prompted to enter the variable values again for each query. To avoid this, set the Display Duplicate Variables Only Once flag.
    Goto Workbook Settings>Under Variables Tab>select Display Duplicate Variables only Once
    http://help.sap.com/saphelp_nw70ehp1/helpdata/EN/54/a493f7256b43698191a2623e5a0532/frameset.htm
    Hope this helps,
    Aparna Duvvuri

  • HT1660 how can I use one single library for all users on the same laptop?

    how can I use one single library for all users on the same laptop?

    You are most of the way there. Each user having access to hard drive is the key. If users are limited in file privileges this is harder.
    Any files you add to your library and any files she adds to her library are available to the other. Just not automatically. Each user must add the files to their own library using the add file or add folder option from menu bar.
    What I have done is set library location to a location outside of My Documents\My Music. On my network storage I have a folder names s:\itunes. Both accounts iTunes are set to use this location for the library.

  • Can a page only have 1 style for all users?

    Portal 3.0.6
    I was wondering if there is a way to allow users to apply page styles to their page version of the standard page only. We have a multi-tab page that all users have. I would like the ability for users to select / create new styles for their version of the page without affecting other users. If we grant manage style on the page they can modify the style, but it effects all users which is no good. Also, we are constantly announcing new portlets, so we cannot have the user copy the default page to their own.
    So the short question is:
    Can a page only have 1 style for all users?
    Thanks,
    Tom Hillson
    null

    There is an option on setting a style for a page to use the User's default style. User's can create a style and set it as their default through the Navigator. Any page with the user's default style selected will pick up that style or if the user doesn't have a default, it will fall back on the overall portal default set in global settings.

  • Query regarding the fields details in particular form for all the users in

    Dear All,
                  I have one query regarding the fields details in particular form for all the users in company.
    Let take an exapmle if i had created Purchase Order having fields in content tab as 1.Item No. 2.Quantity 3.Unit Proce   4.Total   5. Location.
    While Login in User manager i set these fields only for Purchase order , but when i login from other user and open the similar purchase order the defaults fields are also seen including  above 4 fieds .
    Now my question is how to set the User choice fiels for the particular form that are common to all users.
    Means whenever i login in any user and opens the same document the same fields should be seen....Thanksssss.........

    You have to login with each and every user and do the Form Settings of every forms, so that all the forms look same for all the users.
    This is a manual job and you have do do it with every user login.
    Alternately, you can try out this link that explains
    [How to Copy One Screen Layout to Another User|http://www.sbonotes.com/2008/03/how-to-copy-one-screen-layout-to.html]

  • Bill reduction for all Vision users

    it is well documented on this forum and even agreed by the BT techies on the phone, that Vision is suffering terribly since the upgrade, picture issues, sound issues, freezing and loss of service. BT are well aware of the issues and two months ago told me that it would be resolved promptly
    Last week i rang the Indian techies again beacause of yet more Vision faults, this time to be told that they had no idea how long the BT Vision service would be compromised.
    so come on BT, how much are you going to give to Us Vision users in compensation for a failing service?????
    I think BT will lose customers from this and they rightly deserve to, they are very apathetic

    Why wouild they give a bill reduction for all Vision users when only a small minority are affected?
    I have had BT Vision for years and never had one problem and now on the new software it a great improvement over the old version.

  • Execute Webdynpro4Abap Application with same ERP-User for all portal-users?

    Hi,
    is it possible to let a Webdynpro4Abap application run with only one ERP-User for all portal-users? Therefore not needing an ERP-license for every portal-user?
    Somekind of mapping maybe?
    Regards
    Jan

    Jan,
    It is possible but it all depends on the type of application .If you want to show same data for all users you can use one user but if data is different for all users then you cannot go with this approach.
    to configure single backend user for your application go to tcode SICF and look for that application and go to logon data tab by double clicking and give one common user details
    Thanks
    Bala Duvvuri

  • ACSE - Max. number of simultaneous sessions for a given user?

    Hi,
    I know in the ACSE one can limit the number of simultaneous sessions for a given user; but is there a maximum number of sessions any one user can have open if they aren't specifically limited? (i.e. - Is there anything to prevent one user from having, say 50 sessions open?)
    Thanks,Nick

    Hi Nick,
    ACS only provide authentication (and authorization and accounting) services with various ability like limiting LOGIN sessions to/through a device, controlling what command to execure (tacacs+) and so on.
    However, I don't think ACS has the ability to limit how many sessions can be opened/established from a client to a server or application. This should be controlled by either by the servers or applications.
    A device like firewall (PIX/ASA) can only limit connection to a server, but not from a device.
    Rgds,
    AK

Maybe you are looking for

  • Closing stock

    I have a query regarding one entry on closing stock. When we get rate difference from our vendor, we raise AP Credit Memo and select Service. And in GL A/c we select closing stock of plates. Because of this entry we are getting difference in Inventor

  • Problems in accessing exported VIs in Labview 8.2.1 (in contrast to 7.1)

    In a local client / server arrangement I use a server sided global VI for buffering information from the server to the client. Server VI and global VI are assumed to run in a common application, the client in another. The server exports the global VI

  • Disabling selected Purchase Order field(s) after released/approved

    Hi Experts, I have a requirement to disable specific Purchase Order fields after released via ME29N. For example, in Purchase Requisition - I can "Release Indicator - Field Selection Key" to control Purchase Requisition screen layout. However, for Pu

  • ITunes 11.1 go to current song no longer works

    Now when I hit command L i just get the beachball and have to force quit every time.

  • Creating or editing subclips

    Hi all, When I want to edit the audio of a subclip created in FCP, the entire clip opens in Soundtrack, not just the portion of it that I've made into a subclip. Even if I mark the In and Out in FCP, it opens without showing this segment, so I can't