Colors in console

Im writing some output to the command line is there any way to change the color of this? or can you only change colors in applets etc.
System.out.print("Hello World");i.e. change it so it prints "hello world" in green.
Message was edited by:
fat_shadow

not easily. In fact from the little I've seen, it is quite convoluted to do this. My recommendations are if you want GUI functionality, you might as well code a GUI app. Having said this, I'm all for it if someone shows me to be wrong and gives you an easy solution.

Similar Messages

  • Ability to change font size and font color thru console

    I have a console that a client can pretty much do all the
    changes they
    want.. now they want to be able to change the font sizes for
    certain titles
    and also the color..
    Since 95% of the site is controlled with CSS is there
    something i can add
    to the console page to allow them to change the size and
    color of the titles
    and text?
    ASP, SQL2005, DW8 VBScript

    Here's what I have done in the past. Maybe not elegant, but
    it works. (I
    use PHP, but I'm sure you can modify for ASP.)
    In the HEAD of each web page, include regular old embedded
    STYLE tags,
    but INCLUDE an external PHP file:
    <head>
    <style type="text/css">
    <?php include('styles/testcss.php'); ?>
    </style>
    </head>
    Now in that included PHP file, just have CSS code which pulls
    in your
    dynamic data. Here's an example snippet:
    body {
    color: #600;
    background-color: <?php echo
    $row_recordset['bgcolor'];?>
    Of course, you'll need the code for the recordset somewhere
    too.
    Alec
    Adobe Community Expert

  • Changing Color Of Console Cursor

    I've searched for about five hours trying to uncover the method of changing the color of the console cursor
    in Linux. Specifically I'm not trying to change the color of the cursor in terminals, I know how to do that, but I don't know how change them in the console. I've looked at the How To on the bash prompt which cover cursor movement but says nothing about color. I've seen a blinking green cursor in a console in one of the source distros but have no idea of how that was done. Is this a variable set in /etc/profile or ~/.bashrc? Can anyone help?
    jlowell

    export PS1='[33[01;32m]u@[33[1;34m]h [33[01;36m]W $ [33[00m]'
    Ok, if you just wanted say the cursor in bold cyan but still wanted all that information
    export PS1='u@h W[33[1;36m] $ [33[00m]'
    That will make the prompt cyan--if you want it blue then change the 36m to 34m, if you want it green then change it to 32m.
    Here's what's happening, more or less--my memory, however, is a little hazy so someone correct mistakes.
    PS1='
    That part's obvious.  It begins with a single quote.
    Then, various things that I want indicated, user, hostname (only the first part and working directory.  The u is user, the h is hostname (only the personal name--hrrm, that ~can't be the right word, but I mean the first part of the FQDN (Fully Qualified Domain Name).
    Now, the color stuff begins and this is where my memory is hazy.  I believe the [33 part indicates that you're doing something with the colors---note that you have to escape the brackets with backslashes.  So, we start indicating there will be color with [33
    Then the [1;36m 
    That part indicates which color--I forget all the codes, looked this stuff up a long time ago and settled upon what I like.  I just know the green blue and cyan because I use them in my prompts.   1;31m is red.  Then we end the color with another ] and the $ for the prompt.  I put spaces in, you might choose to do so or not.  I like a space between the prompt and command.  Then, we need to close the colors with another [33[00m]'
    (Don't forget the single quote at the end.)
    One way to fool around with it is to make a little file called, for example, ps1.txt
    u@h W[33[1;31m] $ [33[00m]
    Note there are no quotes in that.
    Now you can just do
    PS1=`cat ps1.txt`
    Note that those are backticks, the little mark under the ~, not single quotes.  That particular one will give you a red $.  You can edit your ps1.txt file for instance trying 1;31m 1;32m etc to see what you like, and rather than having to type the whole thing each time, just do that
    PS1=`cat ps1.txt` each time you want to try a new color.  So, you just have to change a number in your ps1.txt file. (I'm very lazy and hate typing--if I were really playing with it, I'd probably make a script to do that called ps1x or something, which would simply read
    PS1=`cat ps1.txt`
    However, that's being quite lazy.
    Sorry for the long winded explanation, but hopefully it helped you.  If I told you many things you already know, I apologize, but maybe some newcomer, browsing archives will find it helpful.
    Scott

  • [solved] Vim: console and urxvt have different colors

    Well, as you can see, vim in console (vc/1) and in urxvt has different colors:
    I'd like to have the same colors of console in urxvt (and not the opposite), is there a way?
    I don't know from where the colors of urxvt come from. That blue with which is written '#include' and that green/cyan with which is written 'int' aren't even in my .Xdefaults.
    TIA
    Last edited by andre.ramaciotti (2009-03-08 12:17:16)

    andre.ramaciotti wrote:Is there a way to trick vim so it thinks that urxvt is only 16-colours capable? A $parameter or an option I can set in .vimrc?
    set t_Co=16

  • Write coloured characters on console in Java

    I am making a cosole application in Java, means this application will always be run from command prompt and it will show all the outputs on console window.
    I want to show this output in different color on console window. How this can be achieved in Java?
    I am able to do this in VB but, no clue how to do this in Java.
    Please help. It's urgent.

    I'm not sure there is any way in which to tell the console what colours to use unless you use native code.
    Obviously, you found this article when you searched the net, but I thought I'd post this here for others who might not have done the research you have:
    http://addressof.com/blog/articles/227.aspx

  • [SOLVED]External drive (SATA in enclosure) not showing up (USB)

    I have had my drive working for ages, but recently it has stopped showing up in fdisk -l. dmesg shows some detection but I think it's something to do with systemd, which I switched over to recently coinciding with this.
    dmesg on plugging drive in:
    [393067.614072] usb 2-2: new high-speed USB device number 5 using ehci_hcd
    [393412.238224] usb 2-2: USB disconnect, device number 5
    [393428.780693] usb 1-6: new high-speed USB device number 10 using ehci_hcd
    Also systemctl output:
    └─> systemctl
    UNIT LOAD ACTIVE SUB DESCRIPTION
    proc-sys-fs-binfmt_misc.automount loaded active running Arbitrary Executable File Formats File System Automount Point
    sys-devices-pci0000:00-0000:00:1c.5-0000:02:00.0-net-eth0.device loaded active plugged 88E8056 PCI-E Gigabit Ethernet Controller
    sys-devices-pci0000:00-0000:00:1e.0-0000:05:01.0-sound-card0.device loaded active plugged VT1720/24 [Envy24PT/HT] PCI Multi-Channel Audio Controller
    sys-devices-pci0000:00-0000:00:1f.2-ata4-host3-target3:0:0-3:0:0:0-block-sda-sda1.device loaded active plugged OCZ-VERTEX4
    sys-devices-pci0000:00-0000:00:1f.2-ata4-host3-target3:0:0-3:0:0:0-block-sda-sda2.device loaded active plugged OCZ-VERTEX4
    sys-devices-pci0000:00-0000:00:1f.2-ata4-host3-target3:0:0-3:0:0:0-block-sda-sda3.device loaded active plugged OCZ-VERTEX4
    sys-devices-pci0000:00-0000:00:1f.2-ata4-host3-target3:0:0-3:0:0:0-block-sda-sda5.device loaded active plugged OCZ-VERTEX4
    sys-devices-pci0000:00-0000:00:1f.2-ata4-host3-target3:0:0-3:0:0:0-block-sda-sda6.device loaded active plugged OCZ-VERTEX4
    sys-devices-pci0000:00-0000:00:1f.2-ata4-host3-target3:0:0-3:0:0:0-block-sda-sda7.device loaded active plugged OCZ-VERTEX4
    sys-devices-pci0000:00-0000:00:1f.2-ata4-host3-target3:0:0-3:0:0:0-block-sda.device loaded active plugged OCZ-VERTEX4
    sys-devices-pci0000:00-0000:00:1f.2-ata5-host4-target4:0:0-4:0:0:0-block-sdb-sdb1.device loaded active plugged ST32000641AS
    sys-devices-pci0000:00-0000:00:1f.2-ata5-host4-target4:0:0-4:0:0:0-block-sdb.device loaded active plugged ST32000641AS
    sys-devices-pci0000:00-0000:00:1f.2-ata6-host5-target5:0:0-5:0:0:0-block-sdc-sdc1.device loaded active plugged SAMSUNG_HD154UI
    sys-devices-pci0000:00-0000:00:1f.2-ata6-host5-target5:0:0-5:0:0:0-block-sdc.device loaded active plugged SAMSUNG_HD154UI
    sys-devices-pci0000:00-0000:00:1f.2-ata7-host6-target6:0:0-6:0:0:0-block-sr0.device loaded active plugged PIONEER_DVD-RW_DVR-212D
    sys-devices-pci0000:00-0000:00:1f.2-ata8-host7-target7:0:0-7:0:0:0-block-sdd-sdd1.device loaded active plugged WDC_WD1001FALS-00J7B0
    sys-devices-pci0000:00-0000:00:1f.2-ata8-host7-target7:0:0-7:0:0:0-block-sdd.device loaded active plugged WDC_WD1001FALS-00J7B0
    sys-devices-platform-serial8250-tty-ttyS1.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS1
    sys-devices-platform-serial8250-tty-ttyS2.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS2
    sys-devices-platform-serial8250-tty-ttyS3.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS3
    sys-devices-pnp0-00:09-tty-ttyS0.device loaded active plugged /sys/devices/pnp0/00:09/tty/ttyS0
    sys-module-fuse.device loaded active plugged /sys/module/fuse
    sys-subsystem-net-devices-eth0.device loaded active plugged 88E8056 PCI-E Gigabit Ethernet Controller
    -.mount loaded active mounted /
    dev-hugepages.mount loaded active mounted Huge Pages File System
    dev-mqueue.mount loaded active mounted POSIX Message Queue File System
    home.mount loaded active mounted /home
    media-newpics.mount loaded active mounted /media/newpics
    media-stuff.mount loaded active mounted /media/stuff
    media-video.mount loaded active mounted /media/video
    media-win7.mount loaded active mounted /media/win7
    proc-sys-fs-binfmt_misc.mount loaded active mounted Arbitrary Executable File Formats File System
    run-user-1000-gvfs.mount loaded active mounted /run/user/1000/gvfs
    sys-fs-fuse-connections.mount loaded active mounted FUSE Control File System
    sys-kernel-debug.mount loaded active mounted Debug File System
    tmp.mount loaded active mounted Temporary Directory
    cups.path loaded active running CUPS Printer Service Spool
    systemd-ask-password-console.path loaded active waiting Dispatch Password Requests to Console Directory Watch
    systemd-ask-password-wall.path loaded active waiting Forward Password Requests to Wall Directory Watch
    avahi-daemon.service loaded active running Avahi mDNS/DNS-SD Stack
    colord.service loaded active running Manage, Install and Generate Color Profiles
    console-kit-daemon.service loaded active running Console Manager
    console-kit-log-system-start.service loaded active exited Console System Startup Logging
    cronie.service loaded active running Periodic Command Scheduler
    cups.service loaded active running CUPS Printing Service
    dbus.service loaded active running D-Bus System Message Bus
    [email protected] loaded active running Getty on tty1
    [email protected] loaded active running Getty on tty2
    lm_sensors.service loaded active exited Initialize hardware monitoring sensors
    mysqld.service loaded active running MySQL Server
    network.service loaded active running LEGACY unit for "network" rc script
    nmbd.service loaded active running Samba NetBIOS name server
    ntpd.service loaded active running Network Time Service
    polkit.service loaded active running Authorization Manager
    rc-local.service loaded active exited /etc/rc.local Compatibility
    sickbeard.service loaded active running SickBeard Daemon
    smbd.service loaded active running Samba SMB/CIFS server
    sshd.service loaded active running OpenSSH Daemon
    systemd-journald.service loaded active running Journal Service
    systemd-logind.service loaded active running Login Service
    systemd-modules-load.service loaded failed failed Load Kernel Modules
    systemd-remount-fs.service loaded active exited Remount Root and Kernel File Systems
    systemd-sysctl.service loaded active exited Apply Kernel Variables
    systemd-tmpfiles-setup.service loaded active exited Recreate Volatile Files and Directories
    systemd-udev-trigger.service loaded active exited udev Coldplug all Devices
    systemd-udevd.service loaded active running udev Kernel Device Manager
    systemd-user-sessions.service loaded active exited Permit User Sessions
    systemd-vconsole-setup.service loaded active exited Setup Virtual Console
    timidity.service loaded active running TiMidity++ Daemon
    udisks.service loaded active running UDisks
    udisks2.service loaded active running Disk Manager
    upower.service loaded active running Daemon for power management
    avahi-daemon.socket loaded active listening Avahi mDNS/DNS-SD Stack Activation Socket
    cups.socket loaded active running CUPS Printing Service Sockets
    dbus.socket loaded active running D-Bus System Message Bus Socket
    systemd-initctl.socket loaded active listening /dev/initctl Compatibility Named Pipe
    systemd-journald.socket loaded active running Journal Socket
    systemd-shutdownd.socket loaded active listening Delayed Shutdown Socket
    systemd-udevd-control.socket loaded active running udev Control Socket
    systemd-udevd-kernel.socket loaded active running udev Kernel Socket
    dev-sda5.swap loaded active active /dev/sda5
    arch-daemons.target loaded active active Arch Daemons
    basic.target loaded active active Basic System
    cryptsetup.target loaded active active Encrypted Volumes
    getty.target loaded active active Login Prompts
    graphical.target loaded active active Graphical Interface
    local-fs-pre.target loaded active active Local File Systems (Pre)
    local-fs.target loaded active active Local File Systems
    multi-user.target loaded active active Multi-User
    remote-fs.target loaded active active Remote File Systems
    sockets.target loaded active active Sockets
    sound.target loaded active active Sound Card
    swap.target loaded active active Swap
    sysinit.target loaded active active System Initialization
    systemd-tmpfiles-clean.timer loaded active waiting Daily Cleanup of Temporary Directories
    LOAD = Reflects whether the unit definition was properly loaded.
    ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
    SUB = The low-level unit activation state, values depend on unit type.
    95 loaded units listed. Pass --all to see loaded but inactive units, too.
    To show all installed unit files use 'systemctl list-unit-files'.
    Drive has always been NTFS and no issues, so not sure what's going on. I also just plugged it into my Win 7 laptop and it was detected and I'm reading/writing to it. Appreciate any help!
    Edit: I also used it just fine in my Win7 dual boot on same computer.
    Last edited by colbert (2012-12-03 19:57:31)

    Yeah it is working now, it may have been a reboot Thanks!

  • [SOLVED] Can not shutdown/restart from KDE with systemd

    Hello,
      Recently, following I switched to a pure systemd setup.  The process was simple and most things worked "right out of the bpx".  However, I can not shutdown or restart from KDE!
    Let's say that I do the 3 finger salute (ALT-CTRL-DEL) and select "Turn off computer" what I get is KDE shutting down, but then I will only get a console (TTY) login prompt.  Pressing ALT-CTRL-DEL then will trigger a reboot.  I can also login and use "systemctl poweroff".  However, I don't understand why it doesn't work straight from KDE.
    Are there some packages I must install?  Are there some systemd services that I must enable?  What other relevant info should I include in this post?
    Active units :
    UNIT LOAD ACTIVE SUB JOB DESCRIPTION
    proc-sys...misc.automount loaded active waiting Arbitrary Executable File Formats File System Automount Point
    sys-devi...d-card0.device loaded active plugged MCP79 High Definition Audio
    sys-devi...da-sda1.device loaded active plugged ST9500420ASG
    sys-devi...da-sda2.device loaded active plugged ST9500420ASG
    sys-devi...da-sda3.device loaded active plugged ST9500420ASG
    sys-devi...da-sda4.device loaded active plugged ST9500420ASG
    sys-devi...da-sda5.device loaded active plugged ST9500420ASG
    sys-devi...da-sda6.device loaded active plugged ST9500420ASG
    sys-devi...ock-sda.device loaded active plugged ST9500420ASG
    sys-devi...et-eth0.device loaded active plugged RTL8111/8168B PCI Express Gigabit Ethernet controller
    sys-devi...t-wlan0.device loaded active plugged AR928X Wireless Network Adapter (PCI-Express)
    sys-devi...y-ttyS0.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS0
    sys-devi...y-ttyS1.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS1
    sys-devi...y-ttyS2.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS2
    sys-devi...y-ttyS3.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS3
    sys-module-fuse.device loaded active plugged /sys/module/fuse
    -.mount loaded active mounted /
    dev-hugepages.mount loaded active mounted Huge Pages File System
    dev-mqueue.mount loaded active mounted POSIX Message Queue File System
    home.mount loaded active mounted /home
    run-user-1000-gvfs.mount loaded active mounted /run/user/1000/gvfs
    sys-fs-f...nections.mount loaded active mounted FUSE Control File System
    sys-kernel-debug.mount loaded active mounted Debug File System
    tmp.mount loaded active mounted /tmp
    cups.path loaded active waiting CUPS Printer Service Spool
    systemd-...d-console.path loaded active waiting Dispatch Password Requests to Console Directory Watch
    systemd-...word-wall.path loaded active waiting Forward Password Requests to Wall Directory Watch
    bluetooth.service loaded active running Bluetooth service
    colord-sane.service loaded active running Daemon for monitoring attached scanners and registering them with colord
    colord.service loaded active running Manage, Install and Generate Color Profiles
    console-...daemon.service loaded active running Console Manager
    console-...-start.service loaded active exited Console System Startup Logging
    cups.service loaded active running CUPS Printing Service
    dbus.service loaded active running D-Bus System Message Bus
    [email protected] loaded active running Getty on tty1
    kdm.service loaded active running K Display Manager
    NetworkManager.service loaded active running Network Manager
    sshd.service loaded active running OpenSSH Daemon
    systemd-journald.service loaded active running Journal Service
    systemd-logind.service loaded active running Login Service
    systemd-...s-load.service loaded active exited Load Kernel Modules
    systemd-...unt-fs.service loaded active exited Remount Root and Kernel File Systems
    systemd-sysctl.service loaded active exited Apply Kernel Variables
    systemd-...-setup.service loaded active exited Recreate Volatile Files and Directories
    systemd-...rigger.service loaded active exited udev Coldplug all Devices
    systemd-udevd.service loaded active running udev Kernel Device Manager
    systemd-...ssions.service loaded active exited Permit User Sessions
    systemd-...-setup.service loaded active exited Setup Virtual Console
    udisks2.service loaded active running Storage Daemon
    upower.service loaded active running Daemon for power management
    wpa_supplicant.service loaded active running WPA supplicant
    cups.socket loaded active running CUPS Printing Service Sockets
    dbus.socket loaded active running D-Bus System Message Bus Socket
    systemd-initctl.socket loaded active listening /dev/initctl Compatibility Named Pipe
    systemd-journald.socket loaded active running Journal Socket
    systemd-shutdownd.socket loaded active listening Delayed Shutdown Socket
    systemd-...control.socket loaded active listening udev Control Socket
    systemd-...-kernel.socket loaded active running udev Kernel Socket
    basic.target loaded active active Basic System
    cryptsetup.target loaded active active Encrypted Volumes
    getty.target loaded active active Login Prompts
    graphical.target loaded active active Graphical Interface
    local-fs-pre.target loaded active active Local File Systems (Pre)
    local-fs.target loaded active active Local File Systems
    multi-user.target loaded active active Multi-User
    network.target loaded active active Network
    remote-fs.target loaded active active Remote File Systems
    sockets.target loaded active active Sockets
    sound.target loaded active active Sound Card
    swap.target loaded active active Swap
    sysinit.target loaded active active System Initialization
    systemd-...es-clean.timer loaded active waiting Daily Cleanup of Temporary Directories
    LOAD = Reflects whether the unit definition was properly loaded.
    ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
    SUB = The low-level unit activation state, values depend on unit type.
    JOB = Pending job for the unit.
    72 units listed. Pass --all to see inactive units, too.
    Last edited by Prozzaks (2012-08-20 17:35:48)

    Demon wrote:For me the system only halts, it does not poweroff. How I can solve this?
    As bgc1954 said, there is also a symlink "/sbin/poweroff". Just edit the file "/usr/share/config/kdm/kdmrc", go to [shutdown] an replace the line "HaltCmd=/sbin/halt" with "HaltCmd=/sbin/poweroff".

  • G4 no longer booting under 10.4.7

    When using the startup disk or normal booting and holding command-v, this is what i get,
    Stand true slicing quantity is 10000 us
    VM_page
    Mig_table
    Color video console
    IO Kit component version 6.0
    Roon (rc builder)
    IO device tree support done
    Recroding startup extensions
    Copyright info
    Using 1966 Buffer headers and 1966 cluster IO buffer headers (last line-freezes here)
    That is it. all white text on a black screen and if i let it sit for three days,it will sit there with the same screen. any ideas from you code readers out there ?

    All I can add to this is that based on my years of experience with oder Mac and OS 9.1 I found that when it would not load past the smiling face that you either had an extension issue, or a hardware issue. When you boot from the 9.1 CD and hold down the space bar it should boot up into the extension manager. Once it does that you might try disabling an extension that is not needed. If you had some old PCI cards installed that are now not there then there may be an extension that it trying to load to run the card and because the card is not there the extension cannot do what it needs to and may be preventing the boot process from completing. If you can get it to boot try running disk first aid and see what happens.
    What were you doing when this problem started? Had you just loaded any new applications? Did you have power failure?
    One other thing, make sure you remove all peripheral devices except the keyboard, mouse and monitor when troubleshooting. Disconnect the printer and any external drives.
    If you can't get it to boot from a CD or any other drive then it could be a hardware problem that may require a trip to a service facility.

  • Very Strange Internet Access Behavior After upgrade to systemd

    Currently I'm having very strange issues with my wireless connection. Currently, if I connect using netcfg to a wireless access point, I have the following behavior:
      1. chromium can connect to any website
      2. thunderbird can send/receive emails
      3. curl, firefox and opera can connect to some https sites but not http (yes: https://www.facebook.com, https://bbs.archlinux.org, no: https://archlinux.org, https://github.com)
      4. wget does not connect, neither does pacman -Syu
    after I upgraded to systemd, I was getting errors because of groups, so I removed extra groups. Here's what I have now:
    There is currently no rc.conf in /etc
    $ id ambantis
    uid=1000(ambantis) gid=100(users) groups=100(users)
    $ id root
    uid=0(root) gid=0(root) groups=0(root),1(bin),2(daemon),3(sys),4(adm),19(log),1000(wheel)
    If I try to remove the wheel group, then netcfg does not allow me to connect, neither can I connect manually with wpa_supplicant and dhcpcd
    Here's the output of $ systemctrl
    UNIT                                                                                        LOAD   ACTIVE SUB       JOB DESCRIPTION
    proc-sys-fs-binfmt_misc.automount                                                           loaded active waiting       Arbitrary Executable File Formats File System Automount Point
    sys-devices-pci0000:00-0000:00:16.3-tty-ttyS0.device                                        loaded active plugged       5 Series/3400 Series Chipset KT Controller
    sys-devices-pci0000:00-0000:00:19.0-net-eth0.device                                         loaded active plugged       82577LM Gigabit Network Connection
    sys-devices-pci0000:00-0000:00:1a.0-usb1-1\x2d1-1\x2d1.4-1\x2d1.4:1.0-bluetooth-hci0.device loaded active plugged       /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/bluetooth/hci0
    sys-devices-pci0000:00-0000:00:1b.0-sound-card0.device                                      loaded active plugged       5 Series/3400 Series Chipset High Definition Audio
    sys-devices-pci0000:00-0000:00:1c.1-0000:03:00.0-net-wlan0.device                           loaded active plugged       RTL8191SEvB Wireless LAN Controller
    sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device    loaded active plugged       ST9500420AS
    sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device    loaded active plugged       ST9500420AS
    sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device    loaded active plugged       ST9500420AS
    sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device    loaded active plugged       ST9500420AS
    sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device    loaded active plugged       ST9500420AS
    sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device    loaded active plugged       ST9500420AS
    sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device    loaded active plugged       ST9500420AS
    sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device         loaded active plugged       ST9500420AS
    sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device         loaded active plugged       HL-DT-ST_DVDRAM_GU40N
    sys-devices-platform-serial8250-tty-ttyS1.device                                            loaded active plugged       /sys/devices/platform/serial8250/tty/ttyS1
    sys-devices-platform-serial8250-tty-ttyS2.device                                            loaded active plugged       /sys/devices/platform/serial8250/tty/ttyS2
    sys-devices-platform-serial8250-tty-ttyS3.device                                            loaded active plugged       /sys/devices/platform/serial8250/tty/ttyS3
    sys-devices-platform-thinkpad_acpi-sound-card29.device                                      loaded active plugged       /sys/devices/platform/thinkpad_acpi/sound/card29
    sys-module-fuse.device                                                                      loaded active plugged       /sys/module/fuse
    sys-subsystem-bluetooth-devices-hci0.device                                                 loaded active plugged       /sys/subsystem/bluetooth/devices/hci0
    sys-subsystem-net-devices-eth0.device                                                       loaded active plugged       82577LM Gigabit Network Connection
    sys-subsystem-net-devices-wlan0.device                                                      loaded active plugged       RTL8191SEvB Wireless LAN Controller
    -.mount                                                                                     loaded active mounted       /
    boot.mount                                                                                  loaded active mounted       /boot
    dev-hugepages.mount                                                                         loaded active mounted       Huge Pages File System
    dev-mqueue.mount                                                                            loaded active mounted       POSIX Message Queue File System
    home.mount                                                                                  loaded active mounted       /home
    run-user-1000-gvfs.mount                                                                    loaded active mounted       /run/user/1000/gvfs
    sys-fs-fuse-connections.mount                                                               loaded active mounted       FUSE Control File System
    sys-kernel-debug.mount                                                                      loaded active mounted       Debug File System
    tmp.mount                                                                                   loaded active mounted       /tmp
    cups.path                                                                                   loaded active running       CUPS Printer Service Spool
    systemd-ask-password-console.path                                                           loaded active waiting       Dispatch Password Requests to Console Directory Watch
    systemd-ask-password-wall.path                                                              loaded active waiting       Forward Password Requests to Wall Directory Watch
    colord.service                                                                              loaded active running       Manage, Install and Generate Color Profiles
    console-kit-log-system-start.service                                                        loaded active exited        Console System Startup Logging
    cronie.service                                                                              loaded active running       Periodic Command Scheduler
    cups.service                                                                                loaded active running       CUPS Printing Service
    dbus.service                                                                                loaded active running       D-Bus System Message Bus
    [email protected]                                                                          loaded active running       Getty on tty1
    healthd.service                                                                             loaded active running       A daemon which can be used to alert you in the event of a hardware health monitoring alarm
    netcfg.service                                                                              loaded active exited        Netcfg multi-profile daemon
    ntpd.service                                                                                loaded active running       Network Time Service
    polkit.service                                                                              loaded active running       Authorization Manager
    slim.service                                                                                loaded active running       SLiM Simple Login Manager
    sshd.service                                                                                loaded active running       OpenSSH Daemon
    syslog-ng.service                                                                           loaded active running       System Logger Daemon
    systemd-journald.service                                                                    loaded active running       Journal Service
    systemd-logind.service                                                                      loaded active running       Login Service
    systemd-modules-load.service                                                                loaded active exited        Load Kernel Modules
    systemd-remount-fs.service                                                                  loaded active exited        Remount Root and Kernel File Systems
    systemd-sysctl.service                                                                      loaded active exited        Apply Kernel Variables
    systemd-tmpfiles-setup.service                                                              loaded active exited        Recreate Volatile Files and Directories
    systemd-udev-trigger.service                                                                loaded active exited        udev Coldplug all Devices
    systemd-udevd.service                                                                       loaded active running       udev Kernel Device Manager
    systemd-user-sessions.service                                                               loaded active exited        Permit User Sessions
    systemd-vconsole-setup.service                                                              loaded active exited        Setup Virtual Console
    udisks2.service                                                                             loaded active running       Disk Manager
    upower.service                                                                              loaded active running       Daemon for power management
    cups.socket                                                                                 loaded active listening     CUPS Printing Service Sockets
    dbus.socket                                                                                 loaded active running       D-Bus System Message Bus Socket
    syslog.socket                                                                               loaded active running       Syslog Socket
    systemd-initctl.socket                                                                      loaded active listening     /dev/initctl Compatibility Named Pipe
    systemd-journald.socket                                                                     loaded active running       Journal Socket
    systemd-shutdownd.socket                                                                    loaded active listening     Delayed Shutdown Socket
    systemd-udevd-control.socket                                                                loaded active listening     udev Control Socket
    systemd-udevd-kernel.socket                                                                 loaded active running       udev Kernel Socket
    dev-sda5.swap                                                                               loaded active active        /dev/sda5
    basic.target                                                                                loaded active active        Basic System
    bluetooth.target                                                                            loaded active active        Bluetooth
    cryptsetup.target                                                                           loaded active active        Encrypted Volumes
    getty.target                                                                                loaded active active        Login Prompts
    graphical.target                                                                            loaded active active        Graphical Interface
    local-fs-pre.target                                                                         loaded active active        Local File Systems (Pre)
    local-fs.target                                                                             loaded active active        Local File Systems
    multi-user.target                                                                           loaded active active        Multi-User
    network.target                                                                              loaded active active        Network
    remote-fs.target                                                                            loaded active active        Remote File Systems
    sockets.target                                                                              loaded active active        Sockets
    sound.target                                                                                loaded active active        Sound Card
    swap.target                                                                                 loaded active active        Swap
    sysinit.target                                                                              loaded active active        System Initialization
    syslog.target                                                                               loaded active active        Syslog
    systemd-tmpfiles-clean.timer                                                                loaded active waiting       Daily Cleanup of Temporary Directories
    LOAD   = Reflects whether the unit definition was properly loaded.
    ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
    SUB    = The low-level unit activation state, values depend on unit type.
    JOB    = Pending job for the unit.
    85 loaded units listed. Pass --all to see loaded but inactive units, too.
    To show all installed unit files use 'systemctl list-unit-files'.

    UPDATE:
    I've managed to make changes to the passwd file so that uuidd is in fact uuidd (instead of uuid). I've also gone through and restored the groups of postgres and tomcat. I'm still having the same behavior. After booting up, here are the new entries from /var/log/errors.log:
    Nov 21 13:09:55 localhost /usr/sbin/crond[339]: (CRON) INFO (Syslog will be used instead of sendmail.): No such file or directory
    Nov 21 13:16:17 localhost dhcpcd[803]: wlan0: sendmsg: Cannot assign requested address
    Nov 21 13:30:27 localhost dhcpcd[814]: wlan0: sendmsg: Cannot assign requested address
    Nov 21 13:34:28 localhost dhcpcd[1285]: wlan0: sendmsg: Cannot assign requested address
    Also, here's debug info from netcfg:
    [root@okosmos 1000]# NETCFG_DEBUG="yes" netcfg GroundWork
    DEBUG: Loading profile GroundWork
    DEBUG: Configuring interface wlan0
    :: GroundWork up [ BUSY ] DEBUG: status reported to profile_up as:
    DEBUG: Loading profile GroundWork
    DEBUG: Configuring interface wlan0
    DEBUG: wireless_up start_wpa wlan0 /run/network/wpa.wlan0/wpa.conf nl80211,wext
    DEBUG: wireless_up scanning
    DEBUG: wpa_cli -i wlan0 -p /run/wpa_supplicant scan
    DEBUG: wpa_cli -i wlan0 -p /run/wpa_supplicant scan_results
    DEBUG: wpa_find_essid "GroundWork"
    DEBUG: wireless_up Configuration generated at /run/network/wpa.wlan0/wpa.conf
    DEBUG: wireless_up wpa_reconfigure wlan0
    DEBUG: wpa_cli -i wlan0 -p /run/wpa_supplicant reconfigure
    DEBUG: wireless_up ifup
    DEBUG: wireless_up wpa_check
    DEBUG: Loading profile GroundWork
    DEBUG: Configuring interface wlan0
    DEBUG: ethernet_up bring_interface up wlan0
    DEBUG: ethernet_up dhcpcd -qL -t 10 wlan0
    DEBUG:
    DEBUG: ethernet_up hostname okosmos
    Finally, here is current output from id and systemctl
    [root@okosmos ~]# id
    uid=0(root) gid=0(root) groups=0(root),1(bin),2(daemon),3(sys),4(adm),6(disk),10(wheel),19(log)
    [root@okosmos ~]# id root
    uid=0(root) gid=0(root) groups=0(root),1(bin),2(daemon),3(sys),4(adm),6(disk),10(wheel),19(log)
    [root@okosmos ~]# id ambantis
    uid=1000(ambantis) gid=100(users) groups=100(users)
    and $ systemctl
    UNIT LOAD ACTIVE SUB JOB DESCRIPTION
    proc-sys-fs-binfmt_misc.automount loaded active waiting Arbitrary Executable File Formats File System Automount Point
    sys-devices-pci0000:00-0000:00:16.3-tty-ttyS0.device loaded active plugged 5 Series/3400 Series Chipset KT Controller
    sys-devices-pci0000:00-0000:00:19.0-net-eth0.device loaded active plugged 82577LM Gigabit Network Connection
    sys-devices-pci0000:00-0000:00:1a.0-usb1-1\x2d1-1\x2d1.4-1\x2d1.4:1.0-bluetooth-hci0.device loaded active plugged /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/bluetooth/hci0
    sys-devices-pci0000:00-0000:00:1b.0-sound-card0.device loaded active plugged 5 Series/3400 Series Chipset High Definition Audio
    sys-devices-pci0000:00-0000:00:1c.1-0000:03:00.0-net-wlan0.device loaded active plugged RTL8191SEvB Wireless LAN Controller
    sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda1.device loaded active plugged ST9500420AS
    sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda2.device loaded active plugged ST9500420AS
    sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda3.device loaded active plugged ST9500420AS
    sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda4.device loaded active plugged ST9500420AS
    sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda5.device loaded active plugged ST9500420AS
    sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda6.device loaded active plugged ST9500420AS
    sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda-sda7.device loaded active plugged ST9500420AS
    sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device loaded active plugged ST9500420AS
    sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sr0.device loaded active plugged HL-DT-ST_DVDRAM_GU40N
    sys-devices-platform-serial8250-tty-ttyS1.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS1
    sys-devices-platform-serial8250-tty-ttyS2.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS2
    sys-devices-platform-serial8250-tty-ttyS3.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS3
    sys-devices-platform-thinkpad_acpi-sound-card29.device loaded active plugged /sys/devices/platform/thinkpad_acpi/sound/card29
    sys-module-fuse.device loaded active plugged /sys/module/fuse
    sys-subsystem-bluetooth-devices-hci0.device loaded active plugged /sys/subsystem/bluetooth/devices/hci0
    sys-subsystem-net-devices-eth0.device loaded active plugged 82577LM Gigabit Network Connection
    sys-subsystem-net-devices-wlan0.device loaded active plugged RTL8191SEvB Wireless LAN Controller
    -.mount loaded active mounted /
    boot.mount loaded active mounted /boot
    dev-hugepages.mount loaded active mounted Huge Pages File System
    dev-mqueue.mount loaded active mounted POSIX Message Queue File System
    home.mount loaded active mounted /home
    run-user-1000-gvfs.mount loaded active mounted /run/user/1000/gvfs
    sys-fs-fuse-connections.mount loaded active mounted FUSE Control File System
    sys-kernel-debug.mount loaded active mounted Debug File System
    tmp.mount loaded active mounted /tmp
    cups.path loaded active running CUPS Printer Service Spool
    systemd-ask-password-console.path loaded active waiting Dispatch Password Requests to Console Directory Watch
    systemd-ask-password-wall.path loaded active waiting Forward Password Requests to Wall Directory Watch
    colord.service loaded active running Manage, Install and Generate Color Profiles
    console-kit-log-system-start.service loaded active exited Console System Startup Logging
    cronie.service loaded active running Periodic Command Scheduler
    cups.service loaded active running CUPS Printing Service
    dbus.service loaded active running D-Bus System Message Bus
    [email protected] loaded active running Getty on tty1
    healthd.service loaded active running A daemon which can be used to alert you in the event of a hardware health monitoring alarm
    netcfg.service loaded active exited Netcfg multi-profile daemon
    ntpd.service loaded failed failed Network Time Service
    polkit.service loaded active running Authorization Manager
    slim.service loaded active running SLiM Simple Login Manager
    sshd.service loaded active running OpenSSH Daemon
    syslog-ng.service loaded active running System Logger Daemon
    systemd-journald.service loaded active running Journal Service
    systemd-logind.service loaded active running Login Service
    systemd-modules-load.service loaded active exited Load Kernel Modules
    systemd-remount-fs.service loaded active exited Remount Root and Kernel File Systems
    systemd-sysctl.service loaded active exited Apply Kernel Variables
    systemd-tmpfiles-setup.service loaded active exited Recreate Volatile Files and Directories
    systemd-udev-trigger.service loaded active exited udev Coldplug all Devices
    systemd-udevd.service loaded active running udev Kernel Device Manager
    systemd-user-sessions.service loaded active exited Permit User Sessions
    systemd-vconsole-setup.service loaded active exited Setup Virtual Console
    udisks2.service loaded active running Disk Manager
    upower.service loaded active running Daemon for power management
    cups.socket loaded active listening CUPS Printing Service Sockets
    dbus.socket loaded active running D-Bus System Message Bus Socket
    syslog.socket loaded active running Syslog Socket
    systemd-initctl.socket loaded active listening /dev/initctl Compatibility Named Pipe
    systemd-journald.socket loaded active running Journal Socket
    systemd-shutdownd.socket loaded active listening Delayed Shutdown Socket
    systemd-udevd-control.socket loaded active listening udev Control Socket
    systemd-udevd-kernel.socket loaded active running udev Kernel Socket
    dev-sda5.swap loaded active active /dev/sda5
    basic.target loaded active active Basic System
    bluetooth.target loaded active active Bluetooth
    cryptsetup.target loaded active active Encrypted Volumes
    getty.target loaded active active Login Prompts
    graphical.target loaded active active Graphical Interface
    local-fs-pre.target loaded active active Local File Systems (Pre)
    local-fs.target loaded active active Local File Systems
    multi-user.target loaded active active Multi-User
    network.target loaded active active Network
    remote-fs.target loaded active active Remote File Systems
    sockets.target loaded active active Sockets
    sound.target loaded active active Sound Card
    swap.target loaded active active Swap
    sysinit.target loaded active active System Initialization
    syslog.target loaded active active Syslog
    systemd-tmpfiles-clean.timer loaded active waiting Daily Cleanup of Temporary Directories
    LOAD = Reflects whether the unit definition was properly loaded.
    ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
    SUB = The low-level unit activation state, values depend on unit type.
    JOB = Pending job for the unit.
    85 loaded units listed. Pass --all to see loaded but inactive units, too.
    To show all installed unit files use 'systemctl list-unit-files'.
    The only error I see is with ntpd, and I believe it is because it can't access the internet connection.

  • Startup shows grey screen only.

    PowerMac G4 dual 1.25 GHz.
    Pulled all HDDs from machine so only the original combo drive is left. Attempt to boot Tiger install disc and I get a grey screen with the Apple logo. I boot the supplied hardware test disc and it boots up and runs the tests in a loop for several days and doesn't report any errors.
    Any ideas on what I can try?
    Thanks,
    -Mark

    When I boot from a HD (which I put back into the machine):
    Darwin Kernel Version 9.2.0...
    (I have to type all of this in since I can't copy it so please excuse typos, I'll try not to make too many)
    MAC Framework successfully initialized
    using 6553 buffer headers and 4096 cluster IO buffer headers
    ApplePlatformExpert::getGMTTimeOfDay can not provide time of day RTC did not show up
    mbinit:done
    Security auditing service present
    BSM auditing present
    rooting via boot-uuid from /chosen: 8E7E87B0....
    Waiting on <dict ID="0"><key>IOProviderClasss</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string.<dict>
    Still waiting for root device
    Still waiting for root device
    (this message repeats)
    ==========================================
    When I boot from the Tiger install DVD:
    standard timeslicing quantum is 10000 us
    vmpagebootstrap: 316273 free pages
    migtable_maxdispl = 70
    Copyright notice
    using 3276 buffer headers and 3276 cluster IO buffer headers
    Extension "com.appe.driver.KeyLargoATA" has no kernel dependency.
    Extension "com.apple.driver.AppleDACAAudio" has no kernel dependency.
    Extension "com.apple.driver.Apple02Audio" has no kernel dependency.
    Extension "com.apple.driver.Apple02DBDMAAudio" has no kernel dependency.
    Extension "com.apple.driver.Apple02DBDMAAudio" has no kernel dependency.
    Extension "com.apple.driver.AppleTexasAudio" has no kernel dependency.
    Extension "com.apple.driver.Apple02Audio" has no kernel dependency.
    Extension "com.apple.driver.Apple02DBDMAAudio" has no kernel dependency.
    ========================
    Original 10.2.3 software and install disc that came with the machine:
    standard timeslicing quantum is 10000 us
    vmpagebootstram: 315704 free pages
    migtable_maxdispl = 64
    COLOR video console at 0x9c00800 (1600x1200x8)
    IOkit Component Version 6.3
    Wed Jan 8 19:08:03 PST 2003; root(rcbuilder):RELEASE_PPC/iokit/RELEASE
    _cppInit done
    IODeviceTreeSupport done
    Recording startup extensions.
    Copryright notice
    using 3276 buffer headers and 3276 cluster IO buffer headers
    we have cy2213
    ATIRadeon8500: using AGP
    ApplePlatformExpert::getGMTTimeOfDay can not provide time of day RTC did not show up
    devfs enabled
    IOKitBSDInit
    From path: "/pci@f2000000/mac-io@17/ata-3@20000/disk@0:9,/mach_kernel", Waiting on <dict ID="0"...
    Still waiting for root device
    (and this last message repeats)
    =================================================
    I had to type these in on a different machine so please excuse the typos - I didn't put in the Copyright notice and I just noted the repeated messages.

  • How do I get more colors in the console?

    I'm wanting to experiment with using emacs in the console ($TERM = linux) but it only has 8 colors, all of them ugly. Is there a way to have it provide more than 8 colors? (This will be without X, obviously).

    Which version did you install? According to their homepage fbterm provides 256 colors since version 1.4.
    How did you try to install? Installing fbterm-1.7.0-2 from the AUR using yaourt went flawlessly here. Dependencies are pretty standard (gcc-libs, libx86, fontconfig) so there should be no problem, really.
    (I didn't run it, though.)
    Last edited by bernarcher (2010-11-27 21:53:21)

  • Printing in color on the LV RT Console

    Hi guy's,
    Is it possible to have some colors  when outputing on the LV RT console using LV RT DebugString ?
    Best regards,
    Pierre R...
    Certified LabVIEW Developer

    Hi Pierre,
    What exactly do you want to display in color ?
    What version of LabVIEW Real-Time, and which RTOS are you using?
    Regards
    Yann C.
    France

  • Multiline string color property is too slow, why is console so much quicker?

    I have a *vi that I am trying to use to format a multi-line string indicator with colors.  The idea is that the data represents network traffic and must be formatted as shown in columns.  I realize that there is an upper limit on the horizontal size of the string control of around 2000 characters.  The standard console can be 9999 character wide.  Second issue is that when I use a property node the iterations take forever to process since I am not able to concurrently apply the formatting to the string as I right them to the string window.  I realize that I am using white space as filler and that this is causing a delay but in general this is taking way too long to format.  Is there anyway to speed this up and go more than 2000 characters wide?  If not is there a simple way to invoke the windows console in Labview and use the format parameter show in the attached *.cpp file?
    I have attached the vi along with a sample Dev C++ project showing how fast the console is in comparison when apply colors to large amounts of text data. 
    Solved!
    Go to Solution.
    Attachments:
    main3.cpp ‏1 KB
    Trial_071030.vi ‏236 KB

    Ouch! This looks like a literal translation of text code whcih is not al all optimized for dataflow. All these local variables cause extra data copies. Your code constantly needs to switch to the UI thread.
    Two ideas:
    Defer panel updates while doing all the coloring.
    Use shift registers instead of local variables.
    Why is your 3D picture set to scale with the panel? How big is your monitor?
    Message Edited by altenbach on 10-30-2007 08:23 AM
    LabVIEW Champion . Do more with less code and in less time .

  • New User Here: Changing the color scheme of console

    Hi there...
    My name is Zia and I am from Pakistan. I am primarily a Ubuntu user. But I needed a lightweight console-only operating system specifically for some work in Intel Assembly and a few other things which do not need X. Someone told me Arch was what I was looking for. So I installed Arch base as guest on VirtualBox and so far, it is impressively. It is running on mere 128M physical and 4GB pre-allocated HDD with very nice results. I did hack away with a few things and set the basic configs up myself. That's no big deal since I have a little background knowledge of how Linux works, from my experience with Ubuntu. Ubuntu, however is a little more resource hungry so I am going for Arch on VM.
    Enough with my boring chatter. I am here to ask help. Please direct me.
    The console looks pretty boring. I changed the console font while installing and I think I can change it again in /etc/rc.d if I want, but the font looks good. The major problem is colors. I googled it and there are plenty of threads specifying how to change the background/foregriund colors of TTY. But that is not what I want. You see, when I list the contents of the directory, I want all the sub-directories to be listed in blue, all the executables in green and rest of the normal files simply white or grey, whatever... The problem is, I am not sure how I would do that.
    Someone at some thread mentioned an .Xdefaults. I didn't come across such a file tampering with my Ubuntu box so naturally I am not familiar with it. If that is what I need to master before in order to get what I want, I shall need links or on-thread help, please.
    Thanking in anticipation. Zia
    EDIT: I have not installed X. Just the base system with samba and a few other things. Should the .Xdefaults still control the console colors? I am not talking about the terminal inside X. I am talking about TTY.
    Last edited by zia.newversion (2011-01-17 20:33:57)

    echo "alias ls='ls --color=auto'" >> ~/.bashrc
    That will append the alias mentioned in post 2 to your .bashrc which is where aliases are stored (you should run this as user for user's bashrc and root for root's bashrc). You will need to logout or issue
    source ~/.bashrc
    to get it to work.
    For example I've aliased ls to ls -sh to give me file sizes
    edit: fixed typo
    Last edited by SS4 (2011-01-17 21:39:35)

  • Regarding Background color change in OIM admin and user console

    Hi all,
    I tried to change the Background color and Text modification in Login Page,Register Page of OIM Adminstration and user console.
    As per the Oracle® Fusion Middleware Developer's Guide for Oracle Identity Manager 11g guide i did Style Sheet Modifications.I created the skin the trinidad-skins.xml and myskin.css in admin.war and iam-consoles0faces.war.Even after it not reflecting on oim admin and user console.
    After modifiacetions i cleared purgecache.sh as well as tmp [$DOMAIN_ROOT/servers/oim_server1/tmp/] directory.
    I think i have done modifications in wrong way.Can anyone please suggest me to do the correct modifications as soon possible.
    Regards,
    Karthick.

    Hi Kevin,
    Thanks,
    I am not able recall any major change.
    All i can recall is changing some files for customization like changing some text through filexlWebApp.war and i also i have not i am still to run patch utility. I guess this should not be the reason.
    Which configuration file i should look for this ?
    Ritu

Maybe you are looking for