[SOLVED] How to disable these messages at boot?

So I managed to install Arch, and set up the network. I have a Broadcom 4313 wireless chip, all I had to do is blacklist the bcma module, because it conflicted with the brcmsmac module, both are loaded by default (no need to add anything to MODULES=(), only the blacklist bcma entry to modprobe.conf)
So now I have a wlan0 interface that works perfectly fine, only I get these status messages during boot, that are totally unnecessary, see screenshot. These just pop up from nowhere, and annoy the heck out of me, disrupting the login and whatnot.
So can these be turned off somehow? I suspect they come from the brcmsmac module itself.
http://dl.dropbox.com/u/20678367/arch-n … ssages.png
Mod edit:
The image is too large: https://wiki.archlinux.org/index.php/Fo … s_and_Code
Last edited by bernarcher (2011-10-18 19:16:57)

junkie wrote:
Gusar wrote:Add "dmesg -n 3" to /etc/rc.local
That seems to solve my problem, thank you!
Just out of curiosity, what numbers, or levels are available for the -n switch? The man doesn't state that.
http://mailman.archlinux.org/pipermail/ … 21114.html
https://bbs.archlinux.de/viewtopic.php?pid=267954 (it's from the German Arch forum, but the loglevel= stuff is in English)
Full list: http://www.kernel.org/doc/Documentation … meters.txt
Last edited by karol (2011-10-18 14:02:47)

Similar Messages

  • How to disable SC message BBP_PD 008 and BBP_PD  882

    how to disable SC message BBP_PD 008 and BBP_PD  882

    Hi. Why do you want to disable 008? That message means no account assignment has been entered, you will not be able to save your cart.
    What is 882? I can not see that in SRM 5.
    Regards,
    Dave.

  • HT201262 how to disable discrete card on boot?

    how to disable discrete card on boot?
    My discrete card now total dead, i can only boot into safe mode, normal boot, some time very rare it pass discrete card check, then it boot in, then i used gfxGraphicsCard to force to use only integrated card, then it run fine.
    if some time i forgot to force. then run ios simulator then it auto switch to discrete card, then it's black screen and i must reboot.

    Do you have a mid 2010 15" Macbook Pro? If so, see here:
    http://support.apple.com/kb/ts4088
    If this is the problem you have, Apple will replace the logic board up to three years from date of purchase.

  • [SOLVED] how to prevent Xorg from clearing boot messages in scrollback

    I have an updated Arch install with MATE and LightDM. LightDM autologin is enabled, so I normally boot directly to my desktop. I like seeing the messages that flash by during boot, so I deleted the word "quiet" from the linux line in my grub.cfg. Because I want all the messages to still be there after flashing by (in case I want to scroll through them later), I followed the advice here https://wiki.archlinux.org/index.php/Di … t_messages and I also increased the scrollback buffer and enabled early KMS start.
    Despite all the above, I can only scroll back to the beginning of the boot messages if I boot into non-graphical mode (e.g., by adding "systemd.unit=multi-user.target" to GRUB command line). If I allow a normal boot to my destkop and THEN go to non-graphical mode with "sudo systemctl isolate multi-user.target" to look at the boot messages, I notice that I cannot scroll back very far at all--most of the messages that flashed by during boot are gone. Therefore, it seems to me that either lightDM or Xorg is resetting the scrollback buffer and erasing all but the last few boot messages.
    So, how do I tell LightDM or Xorg (whichever one is the culprit) *not* to clear the scrollback buffer, so that when I get out of graphical mode and into non-graphical mode the boot messages are all still there?
    Last edited by bdantas (2014-08-01 14:19:06)

    Since the answer to my original question seems to be "it is not possible," I will make this my last post to prevent the thread from going off-topic.
    I came up with a simple workaround that (almost) recreates the old /var/boot/log:
    1) put "quiet" on grub2's kernel command line so that only* [FAIL] messages show up, so that I don't have to deal with the scrollback buffer
    2) create a startup script with the following contents (script or at least the setterm command must run as root because the setterm command needs to be able to read from /dev/vcs1):
    #!/bin/bash
    # this script will dump the text of tty1 to /var/log/boot, with same formatting as on the screen
    export TERM=xterm
    setterm -dump 1 -file /var/log/boot
    exit 0
    * Unfortunately, even in quiet mode grub2 starts printing all the boot status messages to screen once it encounters a [FAIL]. Therefore, if the [FAIL] occurs early enough in the boot process, the beginning of the messages will scroll off the screen and the workaround won't work. I spun off my two questions related to this nuisance into their own threads:
    a) How to make grub2 actually only print [FAIL] messages during boot? https://bbs.archlinux.org/viewtopic.php?id=184702
    b) How to print the contents of console's scrollback buffer to a file? https://bbs.archlinux.org/viewtopic.php … 9#p1439359
    I hope I can figure out how to do one of the above, because then the workaround would be perfect.
    Thanks for the help, guys!
    Last edited by bdantas (2014-08-15 02:16:38)

  • [SOLVED]How to disable USB autosuspend?

    Hello!
    A long time ago I installed Arch on my notebook and configured it's power saving using laptop-mode-tools. I also installed pm-utils for suspend/hibernate. USB autosuspend worked correctly - on battery every device (including mouse) was suspending and no autosuspend at all on AC. Some time ago, I don't remember when exactly, it stopped working. Now, no matter what, my mouse turns off after 2 seconds.
    Here is what I did:
    1. Checked my laptop-mode-tools configuration (removed comments for brevity):
    cat /etc/laptop-mode/conf.d/usb-autosuspend.conf
    DEBUG=0
    CONTROL_USB_AUTOSUSPEND="auto"
    AUTOSUSPEND_USE_WHITELIST=0
    AUTOSUSPEND_USBID_BLACKLIST=""
    AUTOSUSPEND_USBTYPE_BLACKLIST=""
    AUTOSUSPEND_USBID_WHITELIST=""
    AUTOSUSPEND_USBTYPE_WHITELIST=""
    BATT_SUSPEND_USB=1
    LM_AC_SUSPEND_USB=0
    NOLM_AC_SUSPEND_USB=0
    AUTOSUSPEND_TIMEOUT=2
    So far looks good.
    2. According to wiki, pm-utils might conflict with laptop-mode-tools. So I created a dummy file in /etc/pm/power.d for each of the scripts from /usr/lib/pm-utils/power.d . For the moment I don't care if I disabled too much. I just hope laptop-mode-tools covers all powersaving features.
    ls -l /etc/pm/power.d
    -rw-r--r-- 1 root root 0 08-08 19:58 hal-cd-polling
    -rw-r--r-- 1 root root 0 08-08 19:58 intel-audio-powersave
    -rw-r--r-- 1 root root 0 08-08 19:58 journal-commit
    -rw-r--r-- 1 root root 0 08-08 19:36 laptop-mode
    -rw-r--r-- 1 root root 0 08-08 19:58 readahead
    -rw-r--r-- 1 root root 0 08-08 19:58 sata_alpm
    -rw-r--r-- 1 root root 0 08-08 19:58 sched_powersave
    -rw-r--r-- 1 root root 0 08-08 19:58 wireless
    -rw-r--r-- 1 root root 0 08-08 19:59 xfs_buffer
    ls -l /usr/lib/pm-utils/power.d
    -rwxr-xr-x 1 root root 1316 2013-05-30 hal-cd-polling*
    -rwxr-xr-x 1 root root 870 2013-05-30 intel-audio-powersave*
    -rwxr-xr-x 1 root root 1290 2013-05-30 journal-commit*
    -rwxr-xr-x 1 root root 2722 2013-05-30 laptop-mode*
    -rwxr-xr-x 1 root root 201 2013-05-30 pcie_aspm*
    -rwxr-xr-x 1 root root 1222 2013-05-30 readahead*
    -rwxr-xr-x 1 root root 1131 2013-05-30 sata_alpm*
    -rwxr-xr-x 1 root root 652 2013-05-30 sched-powersave*
    -rwxr-xr-x 1 root root 2495 2013-05-30 wireless*
    -rwxr-xr-x 1 root root 1642 2013-05-30 xfs_buffer*
    Still no luck.
    3. As I found out, there is some kernel option CONFIG_PM_RUNTIME, which allows the kernel to autosuspend usb devices: source. It's on:
    cat /proc/config.gz| gunzip | grep CONFIG_USB_SU
    CONFIG_USB_SUPPORT=y
    And as I read here I can disable usb autosuspend using boot parameter. So i edited my /etc/default.grub, and now my grub.cfg looks like this:
    sudo cat /boot/grub/grub.cfg | grep usb
    linux /boot/vmlinuz-linux root=UUID=d18cd4a4-2ebf-4874-80ff-8520016b0ed4 rw quiet usbcore.autosuspend=-1
    linux /boot/vmlinuz-linux root=UUID=d18cd4a4-2ebf-4874-80ff-8520016b0ed4 rw quiet usbcore.autosuspend=-1
    linux /boot/vmlinuz-linux root=UUID=d18cd4a4-2ebf-4874-80ff-8520016b0ed4 rw quiet usbcore.autosuspend=-1
    After rebooting I checked:
    cat /sys/module/usbcore/parameters/autosuspend
    -1
    Cool! It should work! But... it doesn't. The mouse still goes to sleep after 2 seconds, and:
    kolzi@kolzi-laptop ~ % for i in /sys/bus/usb/devices/*/power/autosuspend_delay_ms; do cat $i;done
    2000
    2000
    2000
    2000
    2000
    2000
    2000
    2000
    2000
    kolzi@kolzi-laptop ~ % for i in /sys/bus/usb/devices/*/power/autosuspend; do cat $i;done
    2
    2
    2
    2
    2
    2
    2
    2
    2
    Where doesn't this 2 (or 2000) come from? How disable this suspending and let laptop-mode-tools control it? What's going on?
    Last edited by PL_kolek (2014-08-09 13:14:23)

    For now I run
    sudo systemctl disable laptop-mode.service
    and changed in /etc/laptop-mode/laptop-mode.conf
    ENABLE_LAPTOP_MODE_TOOLS=0
    After rebooting I still have the same issues. Also, even after disabling laptop-mode-tools, the brightness changes after unplugging the laptop, so either the laptop mode wasn't disabled at all, or there is something else 'helping' me with powersaving.
    @brebs
    Thank you, but it looks for me more like a workaround than a solution. It could work, but it doesn't tell me what disables my mouse and where is the root of the problem.
    Last edited by PL_kolek (2014-08-09 12:39:39)

  • How to disable these parameters ?

    Hi All
    I trying to publish som reports on we ,i need to know how to disable the
    http://repwserver:port/reports/rwservlet/showenv?
    http://repwserver:port/reports/rwservlet/showmap?
    http://repwserver:port/reports/rwservlet/help?
    also i m trying to use keymapping ( CGICMD.dat) but it is not working.
    i tried to set some paramters in (rwservlet.properties) file but nothing change.
    any ideas how to solve this ?
    Thanks

    Hello,
    use :
    DIAGNOSTIC=NO
    in the file rwservlet.properties
    Oracle® Application Server Reports Services Publishing Reports to the Web
    10g (9.0.4)
    Part Number B13673-01
    3 Configuring OracleAS Reports Services
    3.3.3 Hiding Web Command Output
    Regards

  • How to disable nag message for easy-webprint EX install

    I didn't install Easy-WebPrint EX when setting up my Canon Pixma MP495 printer.  Ever since, I get a nagging message asking if I want to install Easy-WebPrint EX, but there is no option to disable the message that is very annoying.  How can the nag message be disabled?  I don't ever want the Easy-WebPrint software installed.
    Gary

     
    Group Policy settings
    The following Group Policy settings have been added for Terminal Services printing:
    Use Terminal Services Easy Print printer driver first
    This policy setting is located in the following node of the Local Group Policy Editor:
    Computer Configuration\Administrative Templates\Windows Components\Terminal Services\Terminal Server\Printer Redirection
    The possible values are:
    Enabled or Not configured: If this policy setting is enabled or not configured, the terminal server will first try to use the Terminal Services Easy Print driver to install all client printers. If for any reason the Terminal Services Easy Print driver cannot be used, a printer driver on the terminal server that matches the client printer will be used. If the terminal server does not have a printer driver that matches the client printer, the client printer will not be available for the Terminal Services session. By default, this policy setting is not configured.
    Disabled: If you disable this policy setting, the terminal server will try to find a suitable printer driver to install the client printer. If the terminal server does not have a printer driver that matches the client printer, the server will try to use the Terminal Services Easy Print driver to install the client printer. If for any reason the Terminal Services Easy Print driver cannot be used, the client printer will not be available for the Terminal Services session.
    -According to MS using TS Easy Print renders jobs faster, cause they are smaller in size then emf. 
    -There are steps to complete to see all user session printers, One was to add the "Print Server" role to the Terminal Server, add yourself to the "Print Operators" group and a few other things.  Do a search for it, you'll find it. 
    -Also all clients MUST be running XP sp3 OR Vista sp1 AND .NET Framework 3.0 sp1.  The .NET Framework is what makes it all work correctly.  As far as the Arabic thing, can't help!Network Administrator

  • How to disable the message from setUser and setPassword

    When I call OracleConnectionCacheImpl.setUser and setPassword,
    I get some message like this:
    Setting the user name and passwwdd xxxx xxxxx
    How can I disable this message?

    You are correct.  The only way to stop it, is to turn off iMessage.  Your frustration is actually the reason they made iMessage.  It was designed so you could be working on your Mac, and if you recieved a text message, you could reply with out having to locate your phone.  I understand it can be frustrating because in my expeirence, when I'm away from my desk, anyone with access to my computer can then sit there and enjoy my conversation with out me knowing about it... I have since started logging out of Messages on my Mac when I walk away.  then no one can see it, and when I log back in, the messages are synced back up again.  Good luck!!  Cheers!

  • How to disable upgrade message in DW CS5?

    Whenever I open one of my project folders, I get a flash of a message coming up which is too quick to read.  It's only started happening recently, since I had a problem with cache recreate.
    I haven't managed to see the whole of the message but did grab a bit of it using PrtScn and it reads: 
    "Upgrade to Dreamweaver CS5.5
    A must-have release with new CSS3.HTML"
    Does anyone know how to stop this message from appearing?
    Thanks

    Hi SnakEyez02 and thanks again for getting back to me.
    It was neither of the ways shown in your links.  As I'm new to all this, I've been doing quite a bit of testing with contact forms, light boxes etc.  These were set up as individual 'sites' on DW, although none were ever live.  I had quite a few folders like this so decided to put them all into one folder called DW-Testing.  The first folder went in ok (ContactTest), the second (LightboxTest)gave me the message:
    "The root folder you have chosen is the same as the folder for site 'ContactTest'. This may cause some operations, such as synchronization, to work incorrectly. Proceed anyway?".
    As they were just test sites, I decided to see what happened and ok'd it.  Unfortunately, neither worked after the move so I tried to move LightboxTest back to my desktop.  I got the message:
    "The cache will now be recreated because the name, root folder, HTTP address of cloaking settings of the site have been changed."
    I ok'd this and watched in horror as DW whizzed through 500+ files!!  I tried to escape out of it, but couldn't.
    When it had finished, I opened DW and found that LightboxTest was now a top level folder for literally everything on my desktop.  Below is a example of what I can see in Files Panel:
    TOP LEVEL: Site - Lightbox Test (C:/Users/myName/Desktop)
    Sub folder: Spotify.lnk (link to a music player)
    Sub folder: Lytebox Test (this is one of my test folders)
    Sub folder: Fancybox Test (this is one of test folders)
    Sub folder: Scanner (a folder containing my scanner software)
    Sub folder: EOS 40D (a folder contain my camera software)
    Sub folder: IsoBuster.lnk (link to software)
    If I delete a .lnk it removes it from my desktop.  If I put anything on my desktop, it appears in the Files Panel.
    I did everything through DW using Site > Manage Sites > select the site > Edit and then changed the path from
    C:/Users/myName/Desktop to C:/Users/myName/Desktop/DW-Testing.
    Any advice or guidance you can give as to what happened, and why would be much appreciated; along with how to stop the messages from appearing.
    Thanks again.

  • How to disable signature messages in Acrobat forms?

    I was using LiveCycle to create and store about 100 forms for my company. Recently I started redoing all the forms in Acrobat Pro v9 so I could use the same field names in merged documents, something I couldn't do with LiveCycle.
    Adobe Reader users are complaining about dialogue boxes and menu bar messages directing them to "Click 'Sign' to fill out and sign this form. When done, ou can save a copy by checking 'Done Signing'." There are no signature fields in any of the documents, although Acrobat's form wizard inserted many during the original creation of the document. I removed all signature fields and substituted them for plain text fields. Apparently though, the original signature fields leave behind a remnant that warns users about them ... even though they no longer exist.
    What can I do get rid of this warning in the new forms I've created and ensure that signature fields are not inserted when I create new forms using the form wizard?

    I'm experiencing a similar problem. I've created an interactive (but not reader-enabled) PDF with form fields and radio buttons using InDesign CS6. When my office distributes this PDF to users for them to fill out, we explain that they must be sure they are using version XI of Adobe Reader if they want to fill out the form and then electronically save it. But this "Click 'Sign'" message is giving people the false impression that they can use version X of Reader. Here is what is happening:
    When I open the PDF using Adobe Reader XI, I see a message in a purple banner--"Please fill out the following form. You can save data typed into this form."--which is what I would expect to see. Great!
    However, when I open the PDF using Adobe Reader X, I see a message in the purple banner which says, "Click 'Sign' to fill out and sign this form. When you are done you can save a copy by clicking 'Done Signing'." Moreover, when I click into the first form field to begin filling out the PDF, a pop-up appears that says "Form Can Be Filled and Signed Electronically," and also reiterates that "When you are done, you can save a copy by clicking 'Done Signing'." The problem with these messages is it gives our Reader X users the impression that they can fill out the form and then either save a local copy or electronically send (with EchoSign) a copy of the file with their filled-in responses; but since the PDF is not reader-enabled (our cumulative user base would exceed the licensing limit of 500), this is not in fact true. Thus, some of these Reader X users end up filling out the form, clicking the "Sign" tab, clicking the "Signed. Proceed to Send" button, and then sending it to us through EchoSign--and we receive a blank form. Yikes!
    It would be ideal if there were some way to prevent that "you can save a copy by clicking 'Done Signing'" message from appearing and misleading our Reader X users. Even if we put verbiage on the PDF to clarify that they cannot "save a copy"--at least, not a copy with any of their responses preserved--it is still confusing for the user to get mixed messages.
    I've also tried re-saving the PDF in Acrobat Pro 10.1.9, without any security settings, and then again with password protection and restricting changes allowed to "Filling in form fields and signing existing signature fields" (we have to keep the form fields accessible), but those PDFs behaved in exactly the same way.

  • How to disable the message that pops up every time i connect my iphone "photos in the camera roll of iphone cannot be imported because the device is locked with a passcode"?

    Wrongly posted in iPhoto forum, should probably be posted here instead.
    I want to remove the message that pops up every time i connect my IPhone that says: "Photos in the Camera Roll of "Name" cannot be imported because the device is locked with a passcode.".
    This computer is not one that I want to import photos to (or sync with the iPhone), so this message is just very annoying, and it pops up all the time. I cannot find a way to disable this message. It is constantly appearing. No application is launching, I have turned off the iPhoto launch in the Image Capture app as well as in iPhoto. Thanks in advance if anyone has any information about this.

    Because your computer sees your phone, as it would see any digital camera, as long as you have photos in your camera role. Since you state you don't sync with this computer & have a passcode on your phone, that's why you get that message. The only way to prevent that message is either start syncing with this computer; remove the photos from your camera roll prior to connecting; or first turn off your passcode before you connect. Either that, or you live with it.
    You shouldn't be storing photos in your camera roll anyway. iPhone camera roll is not designed for photo storage. You should be regularly importing them.

  • [SOLVED] How to disable "No mail." message upon login?

    This one's really stumping me. I disable the mail message a few months ago by creating a .hushlogin file in my home directory. That did the trick. Now, I am seeing the message again, and I don't know why. .hushlogin still exists in my home directory. Here's my /etc/login.defs:
    # /etc/login.defs - Configuration control definitions for the login package.
    # Three items must be defined: MAIL_DIR, ENV_SUPATH, and ENV_PATH.
    # If unspecified, some arbitrary (and possibly incorrect) value will
    # be assumed. All other items are optional - if not specified then
    # the described action or option will be inhibited.
    # Comment lines (lines beginning with "#") and blank lines are ignored.
    # Modified for Linux. --marekm
    # Delay in seconds before being allowed another attempt after a login failure
    FAIL_DELAY 3
    # Enable display of unknown usernames when login failures are recorded.
    LOG_UNKFAIL_ENAB no
    # Enable logging of successful logins
    LOG_OK_LOGINS no
    # Enable "syslog" logging of su activity - in addition to sulog file logging.
    # SYSLOG_SG_ENAB does the same for newgrp and sg.
    SYSLOG_SU_ENAB yes
    SYSLOG_SG_ENAB yes
    # If defined, either full pathname of a file containing device names or
    # a ":" delimited list of device names. Root logins will be allowed only
    # upon these devices.
    CONSOLE /etc/securetty
    #CONSOLE console:tty01:tty02:tty03:tty04
    # If defined, all su activity is logged to this file.
    #SULOG_FILE /var/log/sulog
    # If defined, file which maps tty line to TERM environment parameter.
    # Each line of the file is in a format something like "vt100 tty01".
    #TTYTYPE_FILE /etc/ttytype
    # If defined, the command name to display when running "su -". For
    # example, if this is defined as "su" then a "ps" will display the
    # command is "-su". If not defined, then "ps" would display the
    # name of the shell actually being run, e.g. something like "-sh".
    SU_NAME su
    # *REQUIRED*
    # Directory where mailboxes reside, _or_ name of file, relative to the
    # home directory. If you _do_ define both, MAIL_DIR takes precedence.
    # QMAIL_DIR is for Qmail
    #QMAIL_DIR Maildir
    MAIL_DIR /var/spool/mail
    # If defined, file which inhibits all the usual chatter during the login
    # sequence. If a full pathname, then hushed mode will be enabled if the
    # user's name or shell are found in the file. If not a full pathname, then
    # hushed mode will be enabled if the file exists in the user's home directory.
    HUSHLOGIN_FILE .hushlogin
    #HUSHLOGIN_FILE /etc/hushlogins
    # *REQUIRED* The default PATH settings, for superuser and normal users.
    # (they are minimal, add the rest in the shell startup files)
    ENV_SUPATH PATH=/sbin:/bin:/usr/sbin:/usr/bin
    ENV_PATH PATH=/bin:/usr/bin
    # Terminal permissions
    # TTYGROUP Login tty will be assigned this group ownership.
    # TTYPERM Login tty will be set to this permission.
    # If you have a "write" program which is "setgid" to a special group
    # which owns the terminals, define TTYGROUP to the group number and
    # TTYPERM to 0620. Otherwise leave TTYGROUP commented out and assign
    # TTYPERM to either 622 or 600.
    TTYGROUP tty
    TTYPERM 0600
    # Login configuration initializations:
    # ERASECHAR Terminal ERASE character ('\010' = backspace).
    # KILLCHAR Terminal KILL character ('\025' = CTRL/U).
    # UMASK Default "umask" value.
    # The ERASECHAR and KILLCHAR are used only on System V machines.
    # The ULIMIT is used only if the system supports it.
    # (now it works with setrlimit too; ulimit is in 512-byte units)
    # Prefix these values with "0" to get octal, "0x" to get hexadecimal.
    ERASECHAR 0177
    KILLCHAR 025
    UMASK 077
    # Password aging controls:
    # PASS_MAX_DAYS Maximum number of days a password may be used.
    # PASS_MIN_DAYS Minimum number of days allowed between password changes.
    # PASS_WARN_AGE Number of days warning given before a password expires.
    PASS_MAX_DAYS 99999
    PASS_MIN_DAYS 0
    PASS_WARN_AGE 7
    # Min/max values for automatic uid selection in useradd
    UID_MIN 1000
    UID_MAX 60000
    # System accounts
    SYS_UID_MIN 500
    SYS_UID_MAX 999
    # Min/max values for automatic gid selection in groupadd
    GID_MIN 1000
    GID_MAX 60000
    # System accounts
    SYS_GID_MIN 500
    SYS_GID_MAX 999
    # Max number of login retries if password is bad
    LOGIN_RETRIES 5
    # Max time in seconds for login
    LOGIN_TIMEOUT 60
    # Which fields may be changed by regular users using chfn - use
    # any combination of letters "frwh" (full name, room number, work
    # phone, home phone). If not defined, no changes are allowed.
    # For backward compatibility, "yes" = "rwh" and "no" = "frwh".
    CHFN_RESTRICT rwh
    # List of groups to add to the user's supplementary group set
    # when logging in on the console (as determined by the CONSOLE
    # setting). Default is none.
    # Use with caution - it is possible for users to gain permanent
    # access to these groups, even when not logged in on the console.
    # How to do it is left as an exercise for the reader...
    #CONSOLE_GROUPS floppy:audio:cdrom
    # Should login be allowed if we can't cd to the home directory?
    # Default in no.
    DEFAULT_HOME yes
    # If defined, this command is run when removing a user.
    # It should remove any at/cron/print jobs etc. owned by
    # the user to be removed (passed as the first argument).
    #USERDEL_CMD /usr/sbin/userdel_local
    # Enable setting of the umask group bits to be the same as owner bits
    # (examples: 022 -> 002, 077 -> 007) for non-root users, if the uid is
    # the same as gid, and username is the same as the primary group name.
    # This also enables userdel to remove user groups if no members exist.
    USERGROUPS_ENAB yes
    Please help.
    Last edited by nbtrap (2012-07-14 21:59:46)

    orbisvicis wrote:see "pam_mail.so" in /etc/pam.d/* and "man pam_mail". You most likely need the nopen argument.
    Thank you. I fixed it by changing a line in /etc/pam.d/system-login. Specifically, I changed
    session optional pam_mail.so dir=/var/spool/mail standard
    to
    session optional pam_mail.so dir=/var/spool/mail nopen

  • How to disable confirmation message when submitting a pdf form

    How do I disable the confirmation mesage, so that the user does not get at message like " you form has been recieved"  each time data is submitted?
    The reason for my question, is that i have a pdf form that i'd like to fill out offline, store the settings (data) in an array and the when I get online again run a loop that populates the form with the values storen in my array and submits them one at the time to formscentral.
    I'm able to make the loop work just fine, however I do not want to see the confirmation message each time data is submitted,  because my loop is paused each time the confirmation message appears, and the only way to resume it, is to click "ok".
    Hope someone can provide me with some help here

    Hi,
    >>however I do not want to see the confirmation message each time data is submitted,  because my loop is paused each time the confirmation message appears, and the only way to resume it, is to click "ok". 
    Sorry, disabling the confirmation message is not possible.  The confirmation is always enabled.
    Thanks,
    Lucia

  • [SOLVED] How do I start scripts at boot up?

    I've been looking around for awhile and can't find a way to auto-start scripts I've written in the console (the only ways I've found are for older systems using /etc/rc.local, but my system doesn't have this file.  The only things I've found for systemd are about starting daemons.  I'm not running a desktop environment on this system nor do I plan to (I'm using this machine as a server), so I can't put the scripts in a directory that auto-starts them like I can in KDE (and even then, I think that's only auto-starting them after login; I need these scripts to run without need of logging in).  And since my scripts aren't services I can't use "systemctl enable" to make them start at bootup.
    Does anyone know how to start scripts when the system boots?
    Last edited by Zukaro (2013-01-10 23:02:22)

    https://wiki.archlinux.org/index.php/Sy … process.3F

  • [SOLVED] How to disable built-in speaker when I use the jack port ?

    Hi,
    I own an Asus X52F-SX053V laptop which has built-in Altec Lancing speaker.
    Here is my problem: When I plug my external speaker, or my headphones in the Jack port; I hear the sound through the device plugged in, AND through the built-in speaker.
    I'd like to disable the built-in speaker when I'm using an external speaker/headphones.
    I currently don't know how to do that, I guess it is possible
    I can copy the output of all the commands needed.
    Thanks
    Last edited by Lowra (2010-12-28 23:17:28)

    [SOLVED] When I plug something in the jack port, built-in speakers are automatically disabled.
    Here is the trick:
    sudo nano /etc/modprobe.d/alsa-base.conf
    Add the following line:
    options snd-hda-intel model=hp-laptop
    Restart Alsa, or reboot your computer
    Have Fun !
    Note: I guess it should work with other Asus computer (A52F, X52F series) and even maybe with other computers which use the following chipset: Intel IbexPeak HDMI

Maybe you are looking for

  • Writing file scenario problem on XI / PI

    Hello folks, I have a regression on a simple XI scenario : File => XI => File (asynchronous). It worked well last week but it doesnu2019t since monday : my return file isn't create on the shared directory (I re-check the target path and the directory

  • A ? about buying a macbook pro in italy

    I am an American currently living in italy. I want to order a macbook pro from the italin apple site. if i purchase a macbook with the US/english keyboard will all the OS software be in english? this is important cause i dont speak or read italian. M

  • How to check replaced phone

    i had problem in my z3......so i submitted it to service centre.....after 50 days....they told me that company is going to replace my handset..... but when i got my new mobile(not sure)...i found there was a problem with phone speaker.....now i think

  • Program crash

    Hello, after a DB_LOCK_DEADLOCK detection, during a retry, the main program crashes when attempting to re-open the database. any ideas? thanks PS : Oops, question : when I close a database, do I have to simply re-open it or do I have to re-create it

  • Interface options

    I'm trying to figure out a way to interface online the SAP R/3 with an external non-SAP system. For example when a shipment is created in the R/3 environment, it is suppose to create the same shipment in an external system immediately. Which solution