[Solved] Can't remove nolisten on Xorg

I want to be able to do remote X forwarding without relying on ssh tunneling.
I removed -nolisten tcp from /etc/X11/xinit/xserverrc:
[nathanb@nathanb-box /etc/X11/xinit] cat xserverrc
exec /usr/bin/X "$@"
[nathanb@nathanb-box /etc/X11/xinit]
I can find no config file in /etc which has the text string "nolisten".
[root@nathanb-box etc]# find . | xargs grep nolisten
[root@nathanb-box etc]#
However:
[nathanb@nathanb-box /etc/X11/xinit] ps aux | grep X
root      1121  2.1  1.1 166332 69512 tty7     Ss+  15:48   0:11 /usr/bin/X :0 vt7 -nolisten tcp -auth /var/run/xauth/A:0-B1Vibc
I launch X by setting my default runlevel to 5 and then running kdm:
x:5:respawn:/usr/bin/kdm -nodaemon
Anyone have an idea about how I can do this?
Last edited by nathanb (2011-12-22 21:29:49)

https://wiki.archlinux.org/index.php/KD … rArgsLocal

Similar Messages

  • [SOLVED] Can I remove all xf86 drivers?

    Hello mates.
    So, I've notice that i've installed all xf86 drivers:
    xf86-video-apm 1.2.3-4
    xf86-video-ark 0.7.3-4
    xf86-video-ast 0.93.9-1
    xf86-video-ati 6.14.3-1
    xf86-video-chips 1.2.4-3
    xf86-video-cirrus 1.3.2-7
    xf86-video-dummy 0.3.4-5
    xf86-video-fbdev 0.4.2-5
    xf86-video-geode 2.11.12-3
    xf86-video-glint 1.2.6-1
    xf86-video-i128 1.3.4-4
    xf86-video-i740 1.3.2-7
    xf86-video-intel 2.17.0-2
    xf86-video-mach64 6.9.0-2
    xf86-video-mga 1.4.13-4
    xf86-video-neomagic 1.2.5-5
    xf86-video-nv 2.1.18-4
    xf86-video-r128 6.8.1-7
    xf86-video-rendition 4.2.4-5
    xf86-video-s3 0.6.3-6
    xf86-video-s3virge 1.10.4-6
    xf86-video-savage 2.3.3-1
    xf86-video-siliconmotion 1.7.5-3
    xf86-video-sis 0.10.3-5
    xf86-video-sisusb 0.9.4-5
    xf86-video-tdfx 1.4.3-7
    xf86-video-trident 1.3.4-5
    xf86-video-tseng 1.2.4-5
    xf86-video-v4l 0.2.0-9
    xf86-video-vesa 2.3.0-7
    xf86-video-vmware 11.1.0-1
    xf86-video-voodoo 1.2.4-5
    xf86-video-xgi 1.6.0-4
    xf86-video-xgixp 1.8.0-4
    ... but I recently installed NVIDIA drivers through here:
    https://wiki.archlinux.org/index.php/NVIDIA
    So... what can I remove securely from the above list?
    Thank you!
    Last edited by Dogzilla (2012-01-24 18:07:16)

    Dogzilla wrote:which I think it is the actual driver in use...
    It is

  • [SOLVED] Can't remove VLC launcher in KDE

    I've googled and searched the forum and can't seem to solve this. Recently a launcher for VLC began appearring on my KDE taskbar. If I delete this launcher it reappears at next login. I recall having a similar issue with a Firefox launcher (may not have been in Arch) and was able to solve it in plasma-desktop-appletsrc, however I see no mention of VLC or default media player in there now. Am I missing something obvious? It's not hugely important, but I don't need the launcher and it bothers me that I can't permanently remove it.
    Last edited by claudecat (2012-05-29 19:22:16)

    Figured it out - I had to comment out all lines in plasma-desktop-appletsrc that mention launchers, then logout, resulting in no launchers. I then readded the ones I wanted, logged out and in again and had only the ones I wanted. Strangely, the commented lines in plasma-desktop-appletsrc had disappearred. Marking this solved (like anyone here cares).

  • [Solved] Can't remove fam

    Hi,
    I had the same problem as this (fam would not start because of rpcbind). So I decided to replace fam with gamin.. But when I try removing fam with pacman -Rd fam, it fails the dependancy check and is not removed.
    How do I remove it? Hints?
    Thank you
    Last edited by pootzko (2011-05-13 10:25:21)

    pootzko wrote:
    Hi,
    I had the same problem as this (fam would not start because of rpcbind). So I decided to replace fam with gamin.. But when I try removing fam with pacman -Rd fam, it fails the dependancy check and is not removed.
    How do I remove it? Hints?
    Thank you
    Use -Rdd. And read the pacman manpage :-)

  • How can I remove the by-default text in the drop-down box in a fill-in-the-blank answer?

    I have this text in English "Select" for each drop-down list that is big enough:
    It appears in French at my project manager's place (in France).
    Question 1: Can we remove that text totally?
    Question 2: How can I make sure it will only appear in English?
    Many thanks

    I found it myself how to do it. The error says that it is not able to find the reference object i.e  it is asking us to refer to the table. The following piece of code will solve this problem. Have to implement this in WDDOMODIFYVIEW method of the view. This thing works comrades enjoy...
      DATA : lr_cmp_usage TYPE REF TO if_wd_component_usage,
             lr_if_controller  TYPE REF TO iwci_salv_wd_table,
             lr_cmdl   TYPE REF TO cl_salv_wd_config_table,
             lr_col    TYPE REF TO cl_salv_wd_column.
      DATA : node_year  TYPE REF TO if_wd_context_node,
             elem_year  TYPE REF TO if_wd_context_element,
             stru_year  TYPE if_alv_layout=>element_importing,
             item_year  LIKE stru_year-i_current_year,
             lf_string    TYPE char(x),
      DATA: lr_column TYPE REF TO cl_salv_wd_column.
      DATA: lr_column_header TYPE REF TO cl_salv_wd_column_header.
      DATA: lr_column_settings TYPE REF TO if_salv_wd_column_settings.
    Get the entered value from the input field of the screen
    node_year  = wd_context->get_child_node( name = 'IMPORTING_NODE' ).
    elem_year  = node_year->get_element( ).
      elem_year->get_attribute(
       EXPORTING
        name = 'IMPORT_NODE-PARAMETER'
       IMPORTING
        value = L_IMPORT_PARAM ).
      WRITE L_IMPORT_PARAM TO lf_string.
    Get the reference of the table
      lr_cmp_usage  =  wd_this->wd_cpuse_alv( ).
      IF lr_cmp_usage->has_active_component( ) IS INITIAL.
        lr_cmp_usage->create_component( ).
      ENDIF.
      lr_if_controller  = wd_this->wd_cpifc_alv( ).
      lr_column_settings = lr_if_controller->get_model( ).
    get column by specifying column name.
      IF lr_column_settings IS BOUND.
        lr_column = lr_column_settings->get_column( 'COLUMN_NAME').
    set Header Text as null
        lr_column_header = lr_column->get_header( ).
        lr_column_header->set_text( lf_string ).
    endif.

  • Can't Login to SharePoint as an invited External User / Can't Remove All Traces of External User with Microsoft Account

    Hi TechNet,
    I have an MS SharePoint Online (SharePoint Plan 2) team site, quite simple, one document library etc.
    I have successfully added all users (E3) within the organisation to groups, and permissioned correctly.
    I have added myself (separate organisation, also Office 365 E3) as an External User, and have access to the website without any problems by authenticating with my Organization account e-mail address.
    I have a single user (separate organisation, also Office 365 E3), who's setup is identical to mine (Also Office 365 E3).
    However, when this user is added as an External User, they are unable to login, and get "Sign In is not complete":
    That didn't work
    We're sorry, but [email protected] can't be found in the CLIENT1.sharepoint.com directory. Please try again later, while we try to automatically fix this for you. 
    Correlation ID: dc1f7f9c-092b-20b8-7b35-89348ba22f71
    Date and Time: 3/20/2014 7:06:55 AM
    URL: https://CLIENT1.sharepoint.com/
    User: [email protected]
    Issue Type: Partner User Invalid.    
    I then remove the user using the Site Collection, and using the PRofile Manager, and using Remove-SPOUser, and using Remove-SPOExternalUser. Which is great, he's gone. However when I go to add him back to a group, as soon as I type his e-mail address, it
    'Resolves' into his full name! If I have completely(?) removed him form the site, how is he being resolved? And therefore me trying to remove him to re-add him to try and solve the user/directory/auth issue is not working.
    Furthermore, upon clicking on said client's username inside SharePoint (after I've 'added him back' of course), his ID, in format: i:0#.f|membership|live.com#[email protected] has an entirely different e-mail address, his Microsoft Account! 
    I'm assuming he must have been already signed into his Microsoft Account when he clicked on the External User e-mail invite? If so, I clearly do not want this, how can I remove lal traces of his Microsoft Account, given that I have gone to the lengths as
    detailed above?
    I have already completed these steps: http://community.office365.com/en-us/forums/148/p/228263/709905.aspx
    Some possible further reading regarding Microsoft ID's and Organization ID's:
    http://sergeluca.wordpress.com/2013/09/23/sharepoint-online-and-external-users-this-invitation-has-already-been-accepted-with-another-account-bug-or-feature/
    Please let me know if you need any more information regarding this issue, and thanks in advance to anyone who can shed some light on this situation for me and anyone whom encounters it in the future.
    Regards,
    Evanly.

    Hi Scott,
    Thank you so much for taking the time to read and respond to my issue.
    Certainly, it makes sense that regardless of where the invitation it sent, the user would authenticate with their Microsoft ID.
    In my case, I want the user to authenticate using their Microsoft Organisation ID, that they use for their seperate Office 365 account.
    This is the way I was able to log in, and worked great. With my client, they are unable to access Sharepoint because once they sign in with their Microsoft Organisation / Office 365 ID, they are told they are not in the directory, because their Microsoft
    ID is in the directory and it doesn't match up.
    I am simultaneously trying to 1) Remove all traces of this users Microsoft ID, which so far using the above steps, has been unsuccessful; and 2) Invite the user using his Microsoft Organisation ID, and have him authenticate with that (which is proved to
    work, as my account uses this).
    Looking forward to any more suggestions. Thanks in advance!

  • Can't remove FF from add & remove, says FF 17.0. but in browser it says 19. and in this forum it says FF 6, help anyone

    .......... maybe someone a---whole lot smarter than me can help solve this major meltdown? but in firefox browser and as i open in help to find what version i'm using, it says 19.0.2. but this firefox site "" https://support.mozilla.org/en-US/kb/find-what-version-firefox-you-are-using#os=win7&browser=fx20 "" it says i'm using Firefox 6. and as i go into add and remove programs it says i'm using Mozilla Firefox 17.0. blah blah. but yet in add and remove programs, i can't remove it, it keeps asking simply to reboot, but will in no certain terms remove this morphed crap, please, anyone out there has a clue into fixing this mess. why i can't remove and redownload is beyond me. and i'm using Norton 360 with HP Windows 7, on a Dell 7100 Studio XPS, i've tried oh so many things, even to rid my self of Noton 360, but no-go....? help!!!

    ... anyone...? help. ya see, i picked up some kinda hitch hiker last week traveling this wide open world wide web, i'll be damned if-n it's not safe no more to just browse and melandering around these days. ya just can't wander around with out full body protection, like wearing a full bode suit of prophylactic covering ... who knew? damn hitch hikers who wanted in on my e-mail address book to send a bunch of spam to folks who once liked me, thanks Firefox. with the updated Java and weak way of having tree different FireFox editions did me in, this time. and it want let me even remove this crap. oh well,if someone could help me on down the road of browsing again, then i'd be off and searching unto the ends of the WWW....? i just wonder if-n anyone has reached the end of the web? i must ponder on this very thing. i must get back on my meds, sorry folks, i wondered off there a bit, opps.

  • How can i remove something from the favourite in finder?

    how can i remove something from the favourite in finder?

    previously you solved my problem but this time my preferneces>side bar is not displaying the item which i want to remove

  • How can I remove a Input device from my Mac?

    Hello, I would like to know how I can remove a input device from the Sound area in System Preferences. I installed Wiretap Anywhere a sound input program for my Mac and did not realize It was not supported for Moutain Lion. I put the application in the trash and then emptied the trash can. Now whenever I try to start GarageBand or a program like that it crashes my computer. In the Input tab of Sound (System Preferences) It is listed as Wiretap: System Audio.
    I would like to remove this from the Input tab so I can use my Mac reguarly. Any Ideas on how to fix it?
    Thanks,
    Justin

    Any third-party software that doesn't install by drag-and-drop into the Applications folder, and uninstall by drag-and-drop to the Trash, is a system modification.
    Whenever you remove system modifications, they must be removed completely, and the only way to do that is to use the uninstallation tool, if any, provided by the developers, or to follow their instructions. If the software has been incompletely removed, you may have to re-download or even reinstall it in order to finish the job.
    Here are some general guidelines. Suppose you want to remove something called “BrickYourMac.” First, consult the product's Help menu, if there is one, for instructions. Finding none there, look on the developer's website, say www.brickyourmac.com. (That may not be the actual name of the site; if necessary, search the Web for the product name.) If you don’t find anything on the website or in your search, contact the developer. While you're waiting for a response, download BrickYourMac.dmg and open it. There may be an application in there such as “Uninstall BrickYourMac.” If not, open “BrickYourMac.pkg” and look for an Uninstall button.
    You may have to log out or reboot in order to complete an uninstallation.
    If you can’t remove software in any other way, you’ll have to erase your boot volume and perform a clean reinstallation of OS X. Never install any third-party software unless you're sure you know how to uninstall it; otherwise you may create problems that are very hard to solve.
    Trying to remove complex system modifications by hunting for files by name often will not work and may make the problem worse. The same goes for "utilities" that purport to remove software.

  • Can we remove the Technical name appearing in the standard SAP BI Pop-Up.

    Hi,
    Can we remove the Technical name appearing in the standard SAP BI Pop-Up Varaiable Screen(Selection Screen)-When we create Variable screen for BI Reporting we should specify the technical name and create it,where it appears in the Pop-Up screen within the brackets,can technical name  be removed ?
    Please help me out to solve this issue.
    Thanks,
    Preethi

    Hi,
    As per my logic, one can change description of all bi objects which includes text Input variables also.
    If possbile be more specific what u want to change in Pop
    Regards,
    Sachinkumar.

  • [solved] Help me removing some daemon leftovers

    Since i removed a daemon (ioniced) from my system, i get the following error on shutdown:
    /etc/rc.shutdown: line 40: /etc/rc.d/ioniced: no such file or directory
    I already tried to delete /var/run/daemons/ioniced and it works for the next shutdown, but when i shutdown the machine again (the second time) the error is back again...
    Maybe it has something to do with the rc-script for ioniced, check it out here
    So, how can i remove this stuff completely?
    Thanks
    Last edited by funkyou (2007-11-20 13:06:51)

    My guess is that you have a file named ioniced left in /var/run/daemons/. Try to remove it and check if the problem disappears.
    Edit: I saw that you already tried it. Maybe it is started by another script. Anyway, it seems really strange that it reappears. Do you still have the ioniced script file in rc.d? You could try to rename it or move it somewhere else and see if that solves the problem.
    Last edited by PJ (2007-11-20 12:04:04)

  • I can't remove icons from the dock, they don't move at all when I try to drag and drop them off the dock

    I can't remove icons from the dock, they don't move at all when I try to drag and drop them off the dock any help out there?

    Restart and see if that solves your issue.

  • Two Adobe Reader versions installed: Can't remove ver 8.2.2

    I want to know how to remove one of the two versions of Adobe Reader, both of which are now installed (simultaneously) on my Windows XP Home Edition system.
    Add/Remove programs shows both of these:
    -- Reader v8.2.2 (This is the one I can't get rid of).
    -- Reader v9.3xx (This is the one I want to keep).
    I can't remove the v8.2.2 program. Error message says to ask the vendor how to do it (or, something like that). Here I am, asking politely.
    It should have been removed automatically (in my opinion) when I attempted to install version 9.3xx, but it didn't. Typical.
    I need a simple solution that works.
    Note: Version 10xx messed up my entire computer badly, therefore I do not want to install it again. It cost me a small fortune to get my OS running again. It was not a virus or malware, either. My system was clean before installing version 10xx.

    You are correct. It was Adobe Flash v10xx that I meant instead of Reader.
    I did a lot of reading in various web sites and forums about Microsoft's "Cleaner" tool that you recommended. Most people are saying that it can actually cause more problems than it solves. That's the main reason Microsoft stopped offering it. Apparently, the cleaner tool doesn't distinguish specific programs and their requirements when it removes dll's and other filetypes. It just removes all of them, which can disable other programs on my system that need them.
    I wrote, originally hoping that Adobe itself would know how to get rid of a program that THEY put on my system. Yes, I agreed to installing it, but I believe any company who produces something for the Windows user-market, should make certain that people can uninstall it completely. It's their product. I shouldn't have to beg for help, go to Microsoft or any other place to get utilities (which are no longer supported!), to merely uninstall a program.
    And, I noticed that this forum offers no way for me to EDIT my own posts! That's a shame, because I'd like to re-word it.
    Although I appreciate your replying to me very much, at this point I'm afraid to use the utility you suggested. There must, or should be some other way to get rid of a program (which ADD/REMOVE Programs can't do). Adobe is at fault.
    If I don't get another solution soon, I'll just delete this entire topic.
    Thank you, again.

  • I have a C5580 AND a C5280...and can't remove ink cartridges from either of them.

    I can't remove the ink cartridges in either printer. It looks like the little flat plastic plate that sits directly in front of the installed cartridges, is sitting too high and blocks the inks from being removed.  I think the plastic plate should probably be lowering itself automatically, when the cartridges move to the right and stop for easy removal...right? How can I fix that?
    This question was solved.
    View Solution.

    OK, sorry I could not help.  
    The service station is the assembly on the right, the capping station and plate that block access to the cartridges are all part of that mechanism.  If the plate is not moving out of the way the service station mechanism is not operating properly.
    Similarily, if there is a carriage jam message it is an indication that the carriage is not moving correctly, or that the sensor that detects carriage movement is not operating.  In the latter case the carriage would likely slam to the edge of the printer, that seems to not be the case so it is likely related to a blocked movement of the carriage.  This may be caused by a blocked service station.
    At any rate, I will not waste your time with any further discussion in this thread.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • I've a video with an extra translator voice how can I remove the translator and keep the original voice ?

    I've a video with an extra translator voice how can I remove the translator and keep the original voice ?

    I got the quicktime 7 pro but that did not solve my problem I need to listen to the origenal voice on my video  however  in window properties there is only delete the it deleted all the voices together :'( helllllllllp someone

Maybe you are looking for

  • AVCHD files crashing FCP using Perian

    Hi everyone, I'm wondering if anyone can help with a rather hard to pin down issue. AVCHD files on a SD card recorded on a Panasonic broadcast camera have started crashing FCP on random file transfers (log and transfer window), say I have 30 clips to

  • Apple TV sync problem

    When I start iTunes, Apple TV immediately starts to sync, but this causes my PC to go so slow as to make it unusable for anything else. Is there any way I can start iTunes without it syncing with Apple TV (apart from switching off Apple TV, which as

  • Plant to plant (STO)Inspection

    I want to Quality Inspetion (01-type) when material is transfer from one plant to Another plant.In another plant material is received under  MIGO against Delivary from first plant.I do not want Stock transfer Inspection(08).How can I do this if I wan

  • Can't login to hp eprint: eprint forwards to hpconnected forwards to eprint...

    I can't login to eprint anymore. Which means I can't change my eprint settings, authorized email Adresses, check my printers - I'm simply looked out. So the "service" is funamentaly broken to me. The reason? eprint is now hp connected for some reason

  • Can I convert a Labview 6.0 VI to a Labview 5.1 VI?

    I have some Labview 6.0 lib files, I wish to convert them to Labview 5.1 files. How can I do that?