Arch Linux (and general Linux) graphics and artists community

TheBodziO has started a discussion about the (Arch) linux graphics community. That gives me an idea. It would be nice to create an online (sub)community dedicated to graphics, DTP, and photography centered around Arch Linux. For now, I can only offer some ideas, my experience in graphics and DTP, and lots of hosting space on a non-dedicated server.
The ideas for the (sub)community:
* an open forum for discussion, not just Arch-related but 'graphics on Linux' in general
* a wiki for Linux artists
* a gallery (d'oh!)
* an Arch LiveCD for graphics artists
* a dedicated graphics repository
If you have suggestions and/or are interested to participate, please post below.

For start I want to say that I'm content that the new thread have been started to discuss the matters of cooperation of designers and developers communities. It's a good sign.
As foxbunny said the whole idea is *much* more than another art repository. I thought about creating a common ground - a meeting point - for both developers and designers. Developers have the skills to code. Designers have needs and ideas how to speed up/ease their work. Developers create tools that designers use and designers provide feedback and ideas. What I think free software world lacks is an organized way to provide the pan-project and pan-distro connection between these groups.
To illustrate the whole thing on a simple example: let's assume that I'd love to have a possibility to lock some operations on elements of my project with password. It's because my work will be given to someone else who will be responsible for placing a text in proper places on the design. I don't want to see him to move or delete something accidentally. It's possible that also some other designers will find that feature useful too. Then maybe some developer will be willing to implement that. The trouble is, that if I propose that feature and encourage its implementation in gimp, I would have to repeat the same process for scribus for example. But the idea is common. I want to state it once and see who will catch the bait . To some extent it will promote deeper integration between different projects.
Today graphic designers have the tools for editing vector graphics, raster graphics some page design tools. These tools often use the same methodologies! There are bezier curves in gimp, inkscape, scribus... whatever yet they are implemented redundantly. Perhaps thanks to one thoughts sharing panel it will be possible to come with some common solutions. Maybe some common libraries or platforms will emerge in time? I think that mentioned meeting point will keep us close to unix philosophy: do it for a single purpose and do it well. In other words I think that it will allow us to have powerful building blocks on which something even better than today state of the art apps could be build.
I want to at least start some discussion about the issue. Hopefully this will be only a beginning.
First I want to ask: do you believe that a subcommunity of archers that would be responsible for communication between the developers and designers would be useful? If so then we could more precisely state our goals and code of conduct.
Designers experience is of the essence if we want to make free software usable for demanding "art" community.
Last edited by TheBodziO (2007-10-28 20:35:15)

Similar Messages

  • How to open a .txt data and make a graphic and FFT

    I exported some data adquired by an accelerometer to excel. I edited this excel file and saved in .txt. I edited the extension to .lvm and I tryed to open it in labview (using read from measurement file) and I tryed to made a graphic. But the graphic is not correct. What I'm doing wrong? The way I'm doing it's in the file attached. The .txt file is attached too. (when I succeed to make the graphic I want to do a power spectrum with it)
    Thanks
    Attachments:
    Example 3.vi ‏30 KB
    Pontos.txt ‏383 KB

    Here is my modification of your VI.  I am not sure why yours does not work.
    It is possible that something got corrupted because I had some problems saving your VI after I modified it.
    The Read from Text File is there so I could see exactly what was in the file.
    Lynn
    edit: forgot to attach file.
    Attachments:
    Example 3.2.vi ‏45 KB

  • How to disable graphics and/or java in Firefox 23.0.1

    In previous versions of Firefox, like 19.0, it is a simply matter to disable graphics and/or java. Simply go to Firefox "Tools", "Options", "Content", unclick "Load images Automatically", unclick "Enable JavaScript".
    With Firefox 23.0.1, I don't see that as a option. How do I easily disable and enable the graphics and javascript?
    I am aware that "Adblock" has some capabilities to do some of this. Although I find Adblock more complicated and have not been able to achieve my goals with it.
    This is very important to me.

    "In Firefox 23, as part of an effort to simplify the Firefox options set and protect users from unintentially damaging their Firefox,"
    Are you kidding? so you mean to tell me that it helps users by requiring them to download third party addons(memory leaks and all) just to do something that use to be as simple as clicking a button?
    If i have to use untrusted third party add-ons that i need to download to my computer i may as well just ,i don't know, Download a new browser while im at it.
    If anything they should have just made it EASIER to find so users could EASILY undo what they EASILY done.
    it's hogwash to say "just use addons" I try to keep my add-ons and extensions to the bare necessities for a reason. And coming from a user who until recently was stuck with dialup(because there was no other options) the ability to remove images is key. That and if im in a public setting i don't want to put my facebook images on display.
    Overall, HUGE mistake by firefox.

  • A few wide and varied questions about Linux in general

    I've had a few "I wonder..." things noodling in the back of my head for a while now about the Linux kernel, and how Linux works in general. Yes, I could just install LFS to answer them, but I like knowing what I'm doing before I do it and asking is typically an awesome way to do that
    So, here are a bunch of questions. Answer what you know, speculate on what you think. Feel free to answer just one or all of them.
    Also, if you feel inspired from these questions or just this thread's very existance and want to ask questions of your own please do!
    Compilation questions
    When I compiled Openbox recently, it linked such that I can't move it out of my home folder, and additionally, when I run /usr/bin/openbox, I end up executing /Users/dav7/openbox/openbox-3.4.7.2/openbox/.libs/lt-openbox - why is this, and how can I make openbox... not do the weirdness it's currently doing?
    Library questions
    - In Arch's initramfs image, klibc is named "klibc-EcjIkSXUojTZn3VHC4IxoFgq9Kg.so", at least it was at my last check. Why is this? Why/how do other programs link with this crazily named copy of klibc? How does library linking work actually? How did the linker know to use this klibc name and not something else?
    - How do I specify that I want to link against a specific library, for example if I want to link a program against klibc when I have glibc installed? Do I have to create a chroot jail to convince the linker to see only the library I want it to?
    - Can I build the Kdrive X server with klibc, or do I need ulibc or glibc? How much (read: what "class" or category of programs) will klibc link against without problems, especially in the X area? Will I need ulibc to build anything X-based?
    -dav7
    Last edited by dav7 (2008-10-12 12:06:24)

    Er, I'm pretty sure I'm not an expert, so my "answers" will be almost surely incomplete/incorrect.
    1) I suppose by "compiling openbox" you mean the standard "./configure; make; make install" procedure. Well, the "./configure" step lets you choose various paths related to the final product. Crunch through "./configure --help". "./configure" script creates/modifies all the makefiles, so that they reflect your choices of paths, and that's what's going to be used.
    2) - dynamic linking is manages by /sbin/ldconfig - so have a look at 'man ldconfig'. that's how linker knows what's available.
    - with klibc, I think you need to have the whole toolchain (binutils, gcc, klibc) adapted to klibc available to compile against klibc. Then it's a matter of compiling with those tools. I think it's impossible to use the standard gcc and binutils to compile against klibc.
    - I have no idea about what compiles against klibc. I think not too much, and with heavy patching. I'm pretty sure you can compile some version of x server against uclibc (that's what openwrt does). Have a look at some small distros (slitaz, dsl) on how are they doing it.

  • Arch Linux as a server: advantages and disadvantages?

    Hello,
    I am about to create a hosting server for a great number of websites. Since i never actually did it myself it will be relatively new to me. For that reason I want to use Arch distro because I like it, understand it and have most experience with it.
    I wanted to hear opinions why Arch is suitable and why not for a server machine. Also, maybe someone could recommend other distros that are better fit for the job (provided there are any)
    Thanks!
    Last edited by Tsynique (2010-11-12 16:16:32)

    Short: CentOS is a pretty popular choice but I have no experience with it. You will need to make sure you have the latest security updates while also making sure that your keeping a good availability(up time), which could be a problem with Arch Linux.
    Long: Security updates and system up time/availability. Making sure you have the latest security updates may effect your server's availability. This can be a problem if you have paying clients as the updates may break stuff. Arch Linux doesn't have an official security team but there are some community efforts underway. Take a look at the wiki under security, firewalls and sysctl.conf hardening. Also keep your eye are ArchServer. I use Arch Linux on my VPS but its only been for hobby stuff so far. As I've been getting closer to relying on my website professionally I've been considering changing to a different dist. of Linux; the problem is I'm most familiar with Arch Linux, don't want to go back to Slackware and I'm not happy with the way Ubuntu does certain things[init system, sudo/root setup](I maintain an Ubuntu LAMP setup for our Intranet).

  • Want to install Oracle Linux Rel.6 and have a graphical interface

    After reading:
    Does Oracle Linux Rel.6 have graphical capabilities
    How do you install the GUI for Oracle Linux Rel 6?

    Dude wrote:
    I'm glad you did not take my remark to call you a Linux enthusiast in bad way. It certainly was not meant to be a bad comment, but it's was probably silly of me to make such a remark anyway. I do not take personally offence easily in a forum like this. No, if you want to offend me, post poor code and claim it as the best thing since slice bread. ;-)
    I guess I strive to be liberal, but by definition I don't think I really fit into any political wing.Likewise. Find politics a necessary evil to keep abreast of - such as the election in the US.
    Back to Linux and your example, I have used such interfaces for many years too. Unfortunately we often have to use what is provided. However, the reason for the text interface is no longer valid, unless your input device is only a text based terminal.Not as much the input device - heck, pure tty devices are pretty much a thing of the past. It is about the complexity of the infrastructure between you and the device you need to administer. And about the task you need to perform.
    The connectivity can mean being unable to run a GUI - due to performance, firewalls, router configurations and so on. The task at hand could very well be easily done, using the relevant o/s commands via a command line interface.
    I think there is nothing against a GUI app that runs on your PC to sends appropriate commands to a text interface over a slow serial link, apart from the effort that is required to interact with errors, etc.Much more complex than that. A terminal server is usually used - and it attaches to the serial/RS232 connections of multiple devices that need to be administered. It will typically reside on a separate management network too, and not on the local company/corporate intranet.
    So for you to access a device to administer, you need an open firewall to the management network to reach the management server that handles the serial console connection for the device you want to administer. You need a valid o/s account on that terminal server. You need to use ssh to access the command line of that terminal server. You need to enter the relevant command that will attach your ssh session to the RS232 console connection to the device to administer.
    There is no GUI app on your side that can not only automagically do all this for you, but also provide you with GUI admin widgets to send commands to the remote device. Even if that remote device being sysadmin'ed is Linux, different distros and different versions of the same distros, means different commands, variances in command line parameters for such commands, and so on.
    A sysadmin that cannot deal with such situations, and need a GUI as a crutch to administer a device.. I for one will not call that person a sysadmin. I would call the person incompetent instead. Harsh views perhaps, but being sysadmin is an unforgiving job. A mistake, or inability to access a device and fix it using the bare minimum, could result in severe financial loss for the company.

  • Bodhi Linux Arch-based build, need dev(s) and supporting team members

    Hello forum,
         First, apologies if I have posted this topic in the wrong thread. I am writing to inquire as to whether or not there are any other Arch users and/or developers that would be interested in assisting Jeff Hoogland with his new distro, Bodhi Linux, and working on an Arch-based build. Bodhi Linux is a Ubuntu-based distribution that uses Enlightenment as the desktop environment and is focused on promoting the light weight, beauty, and speed of Enlightenment while remaining minimalist. Jeff has plans to release a Fedora-based version of Bodhi in the future, as well as an Arch-based build, but he would need some help, specifically with the OS disc itself. He can work on the Enlightenment side of things. Is there anyone interested in working on such a project? If you haven't heard of Bodhi Linux already, please visit http://bodhilinux.com/

    Greg_S. wrote:ANOKNUSA, you think it's wasted energy? "Throw-away distro" is it?
    Sorry if this seems unduly harsh.  I wasn't trying to troll, but merely reiterating what others here have said.  The Bodhi Linux developers are certainly within their right to direct their efforts in any way they wish.  However, they have two serious conceptual flaws they need to consider and overcome:
    1)  Are the devs planning on releasing both x86 and AMD64 versions of Bodhi?  Even if not, this still means that once the project gets going, they'll need to build the entire E17 compilation three times a week; if so, they'll need to do so six times a week.  This is very tedious and time-consuming for a group of people working in their spare time, with no financial backing or chance for compensation.  Naturally, it leaves very little time to maintain the rest of the repos, discuss/research/pursue further development, track bug reports, etc.  The latter is worth noting, since
    2)  The devs will need to keep track of bugs and development roadmaps for three different distros, each with their own kernel patches, boot/init protocols, etc.  They'll need to build separate packages and "tune" separate repos for each spin, provide a forum(s) able to handle questions regarding each spin, with devs and moderators specializing in each spin.
    This is an awful lot of work to simply "showcase E17 and give it the 'love' it deserves."  The Enlightenment devs are the ones providing the weekly snapshots on SVN; the Bodhi devs just package them.  If promotion of Enlightenment DR17 is the ultimate goal, it could be better accomplished by establishing and promoting a PPA for Ubuntu, a PKGBUILD or PUR for Arch, and a (name of unofficial repo here) for Fedora.  This would make an up-to-date version of E17 readily available, and require only promotion and packaging on the part of the maintainers.  Bug reports could be sent directly to the Enlightenment folks with no need for an intermediary, as well as to the appropriate distro, rather than sending them to Bodhi which must then check to see if the problem is one extant in the base distro concerned before applying efforts to fix the problem.  Just think: you get a bug report and begin to reseach it, only to find out it's a problem you inherited from Ubuntu which in turn inherited it From Debian [unstable].  Where does that leave you?  If you do manage to fix the problem, then the only decent thing to do would be to share whatever patch/code changes you made with the folks upstream anyway.
    I ain't trying to be a killjoy here, and I'm definitely not trying to discourage the commitment and spirit of contribution the Bodhi folks obviously have; just the opposite.  Besides, it does look like you found at least one Archer willing to help you guys, so whatever ends up happening, I wish you all good luck with it.

  • Installed arch linux on windows 8 laptop and with GNOME

    Hi all,
    I am trying to learn more about linux and decided to go the Arch Linux way. I've battled through a bunch of issues before I got to this point so I might have fudged something along the way.
    The current issue is that I install GNOME, and it boots up into GNOME, and I select my username and type my password, and then I see black screen with blinking cursor for 10 seconds after which I am returned to GNOME login screen. It doesn't do a system reboot before going back to the login screen.
    The only way to stop this is to put in my livecd arch-linux usb drive and then delete GNOME, after which arch linux will boot back into terminal. (I wish I knew how to do this without using the usb drive)
    What should I look at for hints? I don't see any output when this loop happens.
    Thanks!

    Ok that works and I can log in. However I don't see any familiar drives mounted. Anyway, I have the output from journalctl. Here it is
    Mar 07 18:34:57 localhost systemd[1]: Started User Manager for UID 120.
    Mar 07 18:34:57 localhost org.a11y.Bus[311]: Activating service name='org.a11y.atspi.Registry'
    Mar 07 18:34:57 localhost org.a11y.Bus[311]: Successfully activated service 'org.a11y.atspi.Registry'
    Mar 07 18:34:57 localhost org.a11y.atspi.Registry[318]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
    Mar 07 18:34:57 localhost gnome-session[307]: gnome-session[307]: WARNING: Could not parse desktop file orca-autostart.desktop or it references a not found TryExec binary
    Mar 07 18:34:57 localhost gnome-session[307]: WARNING: Could not parse desktop file orca-autostart.desktop or it references a not found TryExec binary
    Mar 07 18:34:57 localhost dbus[209]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service'
    Mar 07 18:34:57 localhost systemd[1]: Starting Daemon for power management...
    Mar 07 18:34:57 localhost dbus[209]: [system] Successfully activated service 'org.freedesktop.UPower'
    Mar 07 18:34:57 localhost systemd[1]: Started Daemon for power management.
    Mar 07 18:34:57 localhost upowerd[335]: (upowerd:335): UPower-Linux-WARNING **: energy 49.705840 bigger than full 49.698200
    Mar 07 18:34:57 localhost systemd[1]: Mounting FUSE Control File System...
    Mar 07 18:34:57 localhost kernel: fuse init (API version 7.23)
    Mar 07 18:34:57 localhost systemd[1]: Mounted FUSE Control File System.
    Mar 07 18:34:57 localhost dbus[209]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service'
    Mar 07 18:34:57 localhost systemd[1]: Starting Manage, Install and Generate Color Profiles...
    Mar 07 18:34:57 localhost gnome-session[307]: Entering running state
    Mar 07 18:34:57 localhost dbus[209]: [system] Successfully activated service 'org.freedesktop.ColorManager'
    Mar 07 18:34:57 localhost systemd[1]: Started Manage, Install and Generate Color Profiles.
    Mar 07 18:34:57 localhost dbus[209]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service'
    Mar 07 18:34:57 localhost systemd[1]: Starting RealtimeKit Scheduling Policy Service...
    Mar 07 18:34:57 localhost dbus[209]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
    Mar 07 18:34:57 localhost rtkit-daemon[382]: Successfully called chroot.
    Mar 07 18:34:57 localhost rtkit-daemon[382]: Successfully dropped privileges.
    Mar 07 18:34:57 localhost rtkit-daemon[382]: Successfully limited resources.
    Mar 07 18:34:57 localhost rtkit-daemon[382]: Running.
    Mar 07 18:34:57 localhost rtkit-daemon[382]: Canary thread running.
    Mar 07 18:34:57 localhost rtkit-daemon[382]: Watchdog thread running.
    Mar 07 18:34:57 localhost systemd[1]: Started RealtimeKit Scheduling Policy Service.
    Mar 07 18:34:57 localhost gdm-Xorg-:0[241]: (II) intel(0): EDID vendor "SHP", prod id 5153
    Mar 07 18:34:57 localhost gdm-Xorg-:0[241]: (II) intel(0): Printing DDC gathered Modelines:
    Mar 07 18:34:57 localhost gdm-Xorg-:0[241]: (II) intel(0): Modeline "3200x1800"x0.0 373.25 3200 3248 3280 3360 1800 1803 1808 1852 -hsync -vsync (111.1 kHz eP)
    Mar 07 18:34:57 localhost rtkit-daemon[382]: Successfully made thread 381 of process 381 (/usr/bin/pulseaudio) owned by '120' high priority at nice level -11.
    Mar 07 18:34:57 localhost rtkit-daemon[382]: Supervising 1 threads of 1 processes of 1 users.
    Mar 07 18:34:57 localhost colord[374]: /usr/lib/colord/colord-sane: error while loading shared libraries: libsane.so.1: cannot open shared object file: No such file or directory
    Mar 07 18:34:57 localhost rtkit-daemon[382]: Supervising 1 threads of 1 processes of 1 users.
    Mar 07 18:34:57 localhost rtkit-daemon[382]: Successfully made thread 389 of process 381 (/usr/bin/pulseaudio) owned by '120' RT at priority 5.
    Mar 07 18:34:57 localhost rtkit-daemon[382]: Supervising 2 threads of 1 processes of 1 users.
    Mar 07 18:34:57 localhost dbus[209]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
    Mar 07 18:34:57 localhost dbus[209]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory.
    Mar 07 18:34:57 localhost pulseaudio[381]: [pulseaudio] module-gconf.c: Unable to read or parse data from client.
    Mar 07 18:34:57 localhost pulseaudio[381]: [pulseaudio] module.c: Failed to load module "module-gconf" (argument: ""): initialization failed.
    Mar 07 18:34:57 localhost pulseaudio[381]: [pulseaudio] main.c: Module load failed.
    Mar 07 18:34:57 localhost pulseaudio[381]: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.systemd1.LoadFailed: Unit dbus-org.bluez.service failed to load: No such file or directory.
    Mar 07 18:34:58 localhost dbus[209]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service'
    Mar 07 18:34:58 localhost systemd[1]: Starting Locale Service...
    Mar 07 18:34:58 localhost dbus[209]: [system] Successfully activated service 'org.freedesktop.locale1'
    Mar 07 18:34:58 localhost systemd[1]: Started Locale Service.
    Mar 07 18:34:58 localhost gnome-session[307]: Gjs-Message: JS LOG: Failed to launch ibus-daemon: Failed to execute child process "ibus-daemon" (No such file or directory)
    Mar 07 18:34:58 localhost dbus[209]: [system] Activating via systemd: service name='org.freedesktop.GeoClue2' unit='geoclue.service'
    Mar 07 18:34:58 localhost systemd[1]: Starting Location Lookup Service...
    Mar 07 18:34:58 localhost dbus[209]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service'
    Mar 07 18:34:58 localhost systemd[1]: Starting WPA supplicant...
    Mar 07 18:34:58 localhost dbus[209]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
    Mar 07 18:34:58 localhost systemd[1]: Started WPA supplicant.
    Mar 07 18:34:58 localhost dbus[209]: [system] Successfully activated service 'org.freedesktop.GeoClue2'
    Mar 07 18:34:58 localhost systemd[1]: Started Location Lookup Service.
    Mar 07 18:34:58 localhost polkitd[247]: Registered Authentication Agent for unix-session:c1 (system bus name :1.15 [gnome-shell --mode=gdm], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale C)
    Mar 07 18:34:58 localhost gnome-session[307]: Gjs-Message: JS LOG: No permission to trigger offline updates: Polkit.Error: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.packagekit.trigger-offline-update is not registered
    Mar 07 18:34:58 localhost org.gnome.OnlineAccounts[311]: goa-daemon-Message: goa-daemon version 3.14.3 starting
    Mar 07 18:34:58 localhost dbus[209]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service'
    Mar 07 18:34:58 localhost systemd[1]: Starting Disk Manager...
    Mar 07 18:34:58 localhost udisksd[428]: udisks daemon version 2.1.4 starting
    Mar 07 18:34:58 localhost dbus[209]: [system] Successfully activated service 'org.freedesktop.UDisks2'
    Mar 07 18:34:58 localhost udisksd[428]: Acquired the name org.freedesktop.UDisks2 on the system message bus
    Mar 07 18:34:58 localhost systemd[1]: Started Disk Manager.
    Mar 07 18:34:59 localhost gnome-session[307]: Gjs-Message: JS LOG: GNOME Shell started at Sat Mar 07 2015 18:34:58 GMT+0000 (UTC)
    Mar 07 18:35:11 localhost gdm-password][441]: pam_unix(gdm-password:session): session opened for user asadali by (uid=0)
    Mar 07 18:35:11 localhost systemd[1]: Starting user-1000.slice.
    Mar 07 18:35:11 localhost systemd[1]: Created slice user-1000.slice.
    Mar 07 18:35:11 localhost systemd[1]: Starting User Manager for UID 1000...
    Mar 07 18:35:11 localhost systemd[445]: pam_unix(systemd-user:session): session opened for user asadali by (uid=0)
    Mar 07 18:35:11 localhost systemd[1]: Starting Session c2 of user asadali.
    Mar 07 18:35:11 localhost systemd-logind[207]: New session c2 of user asadali.
    Mar 07 18:35:11 localhost systemd[1]: Started Session c2 of user asadali.
    Mar 07 18:35:11 localhost systemd[445]: Starting Sockets.
    Mar 07 18:35:11 localhost systemd[445]: Reached target Sockets.
    Mar 07 18:35:11 localhost systemd[445]: Starting Paths.
    Mar 07 18:35:11 localhost systemd[445]: Reached target Paths.
    Mar 07 18:35:11 localhost systemd[445]: Starting Timers.
    Mar 07 18:35:11 localhost systemd[445]: Reached target Timers.
    Mar 07 18:35:11 localhost systemd[445]: Starting Basic System.
    Mar 07 18:35:11 localhost systemd[445]: Reached target Basic System.
    Mar 07 18:35:11 localhost systemd[445]: Starting Default.
    Mar 07 18:35:11 localhost systemd[445]: Reached target Default.
    Mar 07 18:35:11 localhost systemd[445]: Startup finished in 4ms.
    Mar 07 18:35:11 localhost systemd[1]: Started User Manager for UID 1000.
    Mar 07 18:35:11 localhost gdm-Xorg-:0[241]: (II) AIGLX: Suspending AIGLX clients for VT switch
    Mar 07 18:35:32 localhost gnome-session[453]: WARNING: IceLockAuthFile failed: Permission denied
    Mar 07 18:35:32 localhost gdm-password][441]: pam_unix(gdm-password:session): session closed for user asadali
    Mar 07 18:35:32 localhost gnome-session[453]: gnome-session[453]: WARNING: IceLockAuthFile failed: Permission denied
    Mar 07 18:35:32 localhost gdm-Xorg-:0[241]: (II) AIGLX: Resuming AIGLX clients after VT switch
    Mar 07 18:35:32 localhost gdm-Xorg-:0[241]: (II) intel(0): switch to mode [email protected] on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
    Mar 07 18:35:32 localhost gdm-session-worker[441]: <3>GLib: Source ID 39 was not found when attempting to remove it
    Mar 07 18:35:32 localhost gdm-Xorg-:0[241]: (--) synaptics: DLL0665:01 06CB:76AD UNKNOWN: touchpad found
    Mar 07 18:37:09 localhost gdm-password][475]: pam_unix(gdm-password:session): session opened for user asadali by (uid=0)
    Mar 07 18:37:09 localhost systemd[1]: Starting Session c3 of user asadali.
    Mar 07 18:37:09 localhost systemd-logind[207]: New session c3 of user asadali.
    Mar 07 18:37:09 localhost systemd[1]: Started Session c3 of user asadali.
    Mar 07 18:37:09 localhost gdm[213]: GLib-GObject: g_object_set_data: assertion 'G_IS_OBJECT (object)' failed
    Mar 07 18:37:09 localhost gdm[213]: GLib-GObject: g_object_get: assertion 'G_IS_OBJECT (object)' failed
    Mar 07 18:37:09 localhost gdm[213]: GLib-GObject: g_object_set_data_full: assertion 'G_IS_OBJECT (object)' failed
    Mar 07 18:37:09 localhost gdm[213]: gdm_display_get_timed_login_details: assertion 'GDM_IS_DISPLAY (display)' failed
    Mar 07 18:37:10 localhost gdm-Xorg-:0[241]: (II) AIGLX: Suspending AIGLX clients for VT switch
    Mar 07 18:37:30 localhost gnome-session[484]: WARNING: IceLockAuthFile failed: Permission denied
    Mar 07 18:37:30 localhost gnome-session[484]: gnome-session[484]: WARNING: IceLockAuthFile failed: Permission denied
    Mar 07 18:37:30 localhost gdm-password][475]: pam_unix(gdm-password:session): session closed for user asadali
    Mar 07 18:37:30 localhost gdm-Xorg-:0[241]: (II) AIGLX: Resuming AIGLX clients after VT switch
    Mar 07 18:37:30 localhost gdm-Xorg-:0[241]: (II) intel(0): switch to mode [email protected] on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
    Mar 07 18:37:30 localhost gdm-session-worker[475]: <3>GLib: Source ID 40 was not found when attempting to remove it
    Mar 07 18:37:30 localhost gdm-Xorg-:0[241]: (--) synaptics: DLL0665:01 06CB:76AD UNKNOWN: touchpad found
    Mar 07 18:37:34 localhost gdm-Xorg-:0[241]: (II) AIGLX: Suspending AIGLX clients for VT switch
    Mar 07 18:38:21 localhost systemd[1]: Starting Getty on tty4...
    Mar 07 18:38:21 localhost systemd[1]: Started Getty on tty4.
    Mar 07 18:38:27 localhost login[503]: pam_unix(login:session): session opened for user asadali by LOGIN(uid=0)
    Mar 07 18:38:27 localhost systemd[1]: Starting Session c4 of user asadali.
    Mar 07 18:38:27 localhost systemd-logind[207]: New session c4 of user asadali.
    Mar 07 18:38:27 localhost systemd[1]: Started Session c4 of user asadali.
    Mar 07 18:38:27 localhost login[503]: LOGIN ON tty4 BY asadali
    Mar 07 18:40:43 localhost kernel: usb 1-2: USB disconnect, device number 2
    Mar 07 18:40:43 localhost systemd-udevd[163]: error opening USB device 'descriptors' file
    Mar 07 18:40:43 localhost colord[374]: /usr/lib/colord/colord-sane: error while loading shared libraries: libsane.so.1: cannot open shared object file: No such file or directory
    Mar 07 18:40:43 localhost kernel: usb 1-2: new high-speed USB device number 6 using xhci_hcd
    Mar 07 18:40:43 localhost colord[374]: /usr/lib/colord/colord-sane: error while loading shared libraries: libsane.so.1: cannot open shared object file: No such file or directory
    Mar 07 18:40:43 localhost colord[374]: /usr/lib/colord/colord-sane: error while loading shared libraries: libsane.so.1: cannot open shared object file: No such file or directory
    Mar 07 18:40:43 localhost kernel: usbcore: registered new interface driver cdc_ether
    Mar 07 18:40:43 localhost kernel: rndis_host 1-2:1.0 usb0: register 'rndis_host' at usb-0000:00:14.0-2, RNDIS device, 02:56:06:5d:63:36
    Mar 07 18:40:43 localhost kernel: usbcore: registered new interface driver rndis_host
    Mar 07 18:40:43 localhost colord[374]: /usr/lib/colord/colord-sane: error while loading shared libraries: libsane.so.1: cannot open shared object file: No such file or directory
    Mar 07 18:40:43 localhost kernel: rndis_host 1-2:1.0 enp0s20u2: renamed from usb0
    Mar 07 18:40:49 localhost sudo[526]: asadali : TTY=tty4 ; PWD=/home/asadali ; USER=root ; COMMAND=/usr/bin/systemctl restart dhcpcd
    I only posted a piece of it.
    By the way, I got this file by using startX (becuase otherwise i didnt have permissions), used > to output it to a file, mounted a usb flash drive, copied it to flash drive, used a windows computer to copy the file to my ubuntu laptop (because the folder wouldn't show up in the ubuntu computer) and then posted it here. There has to be a better way to post a debug manage on here.

  • I am using jboss 4.2, java5.0 and Fedora Linux Enterprise Version 4.0 with

    Hi,
    I am using jboss 4.2, java5.0 and Fedora Linux Enterprise Version 4.0 with kernel 2.6 and NPTL 2.3.4
    I am using open source network chart generation API provided by geosoft ( http://geosoft.no/graphics/). This API generates chart into swing window.
    I wrote the code to change this swing window into web browser compatible jpeg image. I used thread to generate the image. It is working fine, for one user and no other processes running on the application.
    ISSUE:- When more than 5 users hit the application at the same time, some images get generated, some donot, there is no fixed trend to this image generation process.
    I analyzed CPU timing, it is using 100% CPU and after the images are generated / not generated, the CU usage goes down to zero.
    When I used the same code with Linux 9.0 (kernel 2.4, NPTL � 0.6), rest remain the same, it is working perfectly fine with more than 10 users, with all images being generated within 30 secs
    Can somebody help me out to figure out whether it is a kernel issue / NPTL issue? Does it have something to do with thread processing?
    Code for network chart generation :-
    NetworkGenerator ntw=new NetworkGenerator();
    BufferedImage img;
    ntw.setVectRootNodes(vectRootNodes);
    ntw.setHashChildNodeNames(hashNodeData);
    ntw.setHashNodeRelation(hashNodeRelation);
    ntw.setHashNodesCreated(hashNodesCreated);
    ntw.setSupplyChainBean(supplyChainBean);
    Thread t=new Thread(ntw);
    t.setPriority(Thread.MAX_PRIORITY);
    t.start();
    try{
    t.join();
    catch(Exception e)
    DebugManager.doDebug(className.toString(),e);
    if(t!=null)
    System.out.println(t.getState().name());
    System.out.println(t.isAlive());
    public class NetworkGenerator extends JFrame implements Runnable{
    public void run()
    //call the garbage collector
    System.gc();
    // Create the graphic canvas
    window = new no.geosoft.cc.graphics.GWindow();
    window.getCanvas().setSize(screenWidth,screenHt );
    // Create the GUI
    JPanel topLevel = new JPanel();
    topLevel.setBackground(new Color(255,255,255)) ;
    topLevel.setLayout (new BorderLayout());
    getContentPane().add (topLevel);
    topLevel.add (window.getCanvas(), BorderLayout.CENTER);
    topLevel.setVisible(true);
    // Create scene with default viewport
    scene = new no.geosoft.cc.graphics.GScene(window, "My Scene"+ (new Date().getTime()));
    no.geosoft.cc.graphics.GStyle style = new no.geosoft.cc.graphics.GStyle();
    style.setForegroundColor (new Color (0, 0, 0));
    style.setBackgroundColor (new Color (255, 255, 255));
    style.setFont (new Font ("Arial", Font.BOLD, 10));
    scene.setStyle (style);
    int xPos=minY ;
    int yPos=0;
    int noofChild=vectRootNodes.size();
    int dev=(screenHt -minY )/(noofChild+1);
    int newDev=Math.round(dev-(dev/5));
    //log.debug("---------noofChild-----------------------------------"+noofChild);
    if(!hashNodesCreated.isEmpty())
    for(int i=0;i<noofChild;i++)
    yPos=minY +(dev*(i+1));
    String nodeName = vectRootNodes.get(i).toString();
    log.debug("root nodename===="+nodeName+" with ypos :"+yPos);
    //log.debug("nodeName=="+nodeName);
    //create root nodes
    Node rootNode = createChildNode( nodeName,minY,screenHt,xPos, yPos ,newDev,1);
    scene.add(rootNode);
    log.debug("screenWidth ===="+screenWidth );
    // if(screenWidth>minExtXval)
    // minExtXval = screenWidth;
    // w2 o
    // * |
    // * |
    // * |
    // * w0 o-------o w1
    double w0[] = {0.0,screenHt ,0.0};
    double w1[] = {screenWidth,screenHt,0.0};
    double w2[] = {0.0,0.0,0.0};
    scene.setWorldExtent (w0, w1, w2);
    this.pack();
    Thanks in advance.

    How do I do that as I checked for it in utilities and is not there? Thanks in advance

  • Screen lags with catalyst and kernel linux-3.10.6-2

    so I have been using arch for about a month now and it has been working fine. But since I installed linux-3.10.7-1 my screen started lagging.
    when moving windows around the screen lags and when scrolling down in thunar it lags very much.
    And I can't configure my monitors anymore in catalyst control center. same thing with the latest kernel: linux-3.10.9-1
    so I downgraded to linux-3.10.6-2 for now and everything works fine.
    catalyst version is catalyst 13.4-15, catalyst-utils 13.4-3
    xorg version is xorg-server 1.13.4-1
    I'm using openbox btw version = openbox 3.5.2-1
    GPU = AMD Radeon HD 7850
    Any idea what might cause this ?

    Radioactiveman wrote:
    Is the fglrx module loaded at all?
    And what's the output of 'fglrxinfo'?
    Most likely the fglrx module is incompatible with the recent kernel version.
    A simple solution for this problem is using catalyst-hook.
    THIS. You should do this because the kernel module in the catalyst package itself is compiled against the kernel Vi0L0 has on his/her system and there is no way to compile one for later kernels without installing the package Radioactiveman suggested.

  • [SOLVED] Dual monitors and raid - linux newb

    Hi
    I'm raginaot and I'll probably be asking a lot of dumb questions here in the near future
    I just decided to say goodbye to windows for a while. Been wasting too much time gaming and it was either - switch to linux or - sell my computer and move to the desert. I'm gonna try the former first and see how it goes.
    I managed to install arch and get gnome up and running with the help of the most awesome linux install guide I have ever seen and I installed the xf86-video-ati driver package but I'm having trouble getting it to recognise my 2 monitors.
    I'll list my hardware specs before I go any further:
    CPU: i7 920
    RAM: 12GB (3x4) Mushkin Silverline 1333MHz
    Motherboard: Gigabyte EX58-UD3R (rev 1.6)
    GPU: ATI HD5870 1GB
    Souncard: Auzentech X-fi forte
    Monitors: Samsung 2693HM and Samsung 226BW
    now the monitors seem to be stuck in mirrored mode, both showing the same image at 1280*1024 resolution
    when I try to set them both to on and their native resolutions (1920*1200 and 1680*1050) in the display settings I get a message that says:
    "the selected configuration for displays could not be applied
    required virtual size does not fit available size: requested=(3600, 1200), minimum=(320, 200), maximum=(1920, 1920"
    But when I unplug the 22" display, I can set the 26" to native res just fine and vice versa.
    Now to the second issue...
    I have 2 1TB drives in raid0, but in fdisk -l they appear as 2 seperate 1TB drives instead of 1 big 2TB like they're supposed to (see output below).
    I guess I have to mount them in some special way, but I have no idea how. The raid worked right away in linux mint.
    fdisk wrote:
    Disk /dev/sdb: 1000.2 GB, 1000203804160 bytes
    255 heads, 63 sectors/track, 121601 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x1c7fba32
       Device Boot      Start         End      Blocks   Id  System
    /dev/sdb1   *           1          13      102400    7  HPFS/NTFS
    Partition 1 does not end on cylinder boundary.
    /dev/sdb2              13       34421   276377600    7  HPFS/NTFS
    /dev/sdb3           34421      243202  1677035520    7  HPFS/NTFS
    Disk /dev/sdc: 1000.2 GB, 1000204886016 bytes
    255 heads, 63 sectors/track, 121601 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0xb876c595
    Disk /dev/sdc doesn't contain a valid partition table
    Thanks in advance.
    Last edited by raginaot (2010-11-24 03:29:46)

    Bregol wrote:
    Glad you were able to figure out the RAID part - I can't really help you with that.  As far as the dual monitor setup, I would suspect that you will need to do some stuff with the xorg config to get it working.  I would say that xorg.log would be the first thing to look at - to see what is limiting the modes available to X.  Maybe post the xorg.log and your x configuration
    My post in this thread might give a bit of background on how X comes up with what resolutions it lets you choose.
    https://bbs.archlinux.org/viewtopic.php?id=101547
    thanks
    I pasted the xorg logs here: Xorg log 0: http://pastebin.com/tHPqWVaw and Xorg log 1: http://pastebin.com/nPhdpCE0
    and here is the xorg.conf in /etc/X11 (hope that's the right file..)
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc/"
    FontPath "/usr/share/fonts/TTF/"
    FontPath "/usr/share/fonts/OTF/"
    FontPath "/usr/share/fonts/Type1/"
    FontPath "/usr/share/fonts/100dpi/"
    FontPath "/usr/share/fonts/75dpi/"
    EndSection
    Section "Module"
    Load "record"
    Load "glx"
    Load "extmod"
    Load "dri"
    Load "dri2"
    Load "dbe"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    #DisplaySize 470 300 # mm
    Identifier "Monitor0"
    VendorName "SAM"
    ModelName "SyncMaster"
    HorizSync 30.0 - 81.0
    VertRefresh 56.0 - 75.0
    Option "DPMS"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
    ### <percent>: "<f>%"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "Dac6Bit" # [<bool>]
    #Option "Dac8Bit" # [<bool>]
    #Option "BusType" # [<str>]
    #Option "CPPIOMode" # [<bool>]
    #Option "CPusecTimeout" # <i>
    #Option "AGPMode" # <i>
    #Option "AGPFastWrite" # [<bool>]
    #Option "AGPSize" # <i>
    #Option "GARTSize" # <i>
    #Option "RingSize" # <i>
    #Option "BufferSize" # <i>
    #Option "EnableDepthMoves" # [<bool>]
    #Option "EnablePageFlip" # [<bool>]
    #Option "NoBackBuffer" # [<bool>]
    #Option "DMAForXv" # [<bool>]
    #Option "FBTexPercent" # <i>
    #Option "DepthBits" # <i>
    #Option "PCIAPERSize" # <i>
    #Option "AccelDFS" # [<bool>]
    #Option "IgnoreEDID" # [<bool>]
    #Option "CustomEDID" # [<str>]
    #Option "DisplayPriority" # [<str>]
    #Option "PanelSize" # [<str>]
    #Option "ForceMinDotClock" # <freq>
    #Option "ColorTiling" # [<bool>]
    #Option "VideoKey" # <i>
    #Option "RageTheatreCrystal" # <i>
    #Option "RageTheatreTunerPort" # <i>
    #Option "RageTheatreCompositePort" # <i>
    #Option "RageTheatreSVideoPort" # <i>
    #Option "TunerType" # <i>
    #Option "RageTheatreMicrocPath" # <str>
    #Option "RageTheatreMicrocType" # <str>
    #Option "ScalerWidth" # <i>
    #Option "RenderAccel" # [<bool>]
    #Option "SubPixelOrder" # [<str>]
    #Option "ClockGating" # [<bool>]
    #Option "VGAAccess" # [<bool>]
    #Option "ReverseDDC" # [<bool>]
    #Option "LVDSProbePLL" # [<bool>]
    #Option "AccelMethod" # <str>
    #Option "DRI" # [<bool>]
    #Option "ConnectorTable" # <str>
    #Option "DefaultConnectorTable" # [<bool>]
    #Option "DefaultTMDSPLL" # [<bool>]
    #Option "TVDACLoadDetect" # [<bool>]
    #Option "ForceTVOut" # [<bool>]
    #Option "TVStandard" # <str>
    #Option "IgnoreLidStatus" # [<bool>]
    #Option "DefaultTVDACAdj" # [<bool>]
    #Option "Int10" # [<bool>]
    #Option "EXAVSync" # [<bool>]
    #Option "ATOMTVOut" # [<bool>]
    #Option "R4xxATOM" # [<bool>]
    #Option "ForceLowPowerMode" # [<bool>]
    #Option "DynamicPM" # [<bool>]
    #Option "NewPLL" # [<bool>]
    #Option "ZaphodHeads" # <str>
    Identifier "Card0"
    Driver "radeon"
    BusID "PCI:3:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Not sure what to look for here...
    The "#DisplaySize      470   300" line looks like something.
    I only have the 26" screen plugged in at the moment, if that matters. Does the xorg log change it self when I plug in another screen?

  • Portege R100 and Linux - Function Keys Not Working and Latest BIOS?

    Hi everyone,
    I have a Portege R100 (PPR10L-13G10P). I'm trying to install Linux and when attempting to access the function keys (F6) the computer doesn't allow me to... any ideas why?
    Also what is the latest BIOS version for this computer? And where can it be downloaded?
    Thanks in advance!
    Terrence

    Hi
    At first I must say that Toshiba doesn't support Linux in general so you are alone with this problem.
    Hopefully someone will be able to assist you a bit.
    If you want to find out the latest BIOS version just enter BIOS settings and check it out.
    Newer BIOS version will not help you at all so my opinion is that you should not change anything.
    Anyway, bio download page is - http://www.toshiba.eu/innovation/download_bios.jsp
    F keys functionality is on Windows supported by special designed tool and it works under Windows only.

  • Wiping WinXP and installing Linux

    Hello,
    I just joined today. I have a question about how I should go about updating certain things in my R51.
    I greatly favor Linux over Windows-- I use the Linux distro MEPIS 8.5 in one desktop tower, and the Linux distro sidux in another desktop tower. I just bought an R51 (type 2895-AU3) Thinkpad a few days ago- this is my first laptop. While I wasn't given any OS disc(s), it came loaded with WinXP. Shortly after getting home with the R51, I looked up what updates are available for it from Lenovo. For WinXP, there are a number of them but when I changed the OS option to Linux, only 3 turned up, as I recall, for the HDD and for the CD-RW/DVD. I'm wondering if, while I still have WinXP installed, I should update the BIOS and various other things for WinXP and then wipe the WindowsXP and install MEPIS.
    When I ran my MEPIS live CD in the R51 (and a Linux live CD doesn't install Linux, yet), I noticed that the boot info said the BIOS was outdated (and maybe it said it needs updating?) The BIOS is currently version 1.21 (1VET63WW) and is dated 21 Feb. 2005.
    Are there so many Lenovo-supplied updates for WinXP because that OS needs them in order for that OS to be optimized for use today, while so few updates for Linux because things are basically OK for Linux (except for the three I found in my seach)?
    So I'm asking:  Should I first do the Lenovo updates (BIOS, etc.) for WinXP, then wipe the WinXP and install MEPIS, doing later the Linux updates from Lenovo?
    [A short while ago I read about some bad update bug offered in a Lenovo BIOS update for some unspecified ThinkPad. I of course want to avoid anything that makes my laptop unuseable.]
    Thanks

    If I'm not too late, Just install Ubuntu. Not sure if it's the only one or not, But it can be installed inside windows like an program. When it boots you will have the option to choose windows or ubuntu. Best way to install it is to load the iso with any image loaders (poweriso, magiciso, deamontools) It will install faster than a burned CD. Also disconnect from the internet before install. Or it will install from the internet which will be over 30mins long. Ubuntu is very easy to use.
    IT Specialist and Consultant
    Lenovo Tablet Evangelist
    Current Machines: IdeaCentre A300, ThinkPad Tablet, IdeaPad U410, and Yoga 3 Pro Touch
    Deutsche Community   Comunidad en Español
    Lenovo - the latest in DOtabs, DOpads, DOcentre's, DOstations and DOservers!

  • Adobe AIR on RedHat and SUSE Linux

    Hi,
    I am trying to install AIR 2.5 runtime on RedHat Linux and SUSE Linux . When I try to do it on RedHat, I get the following error:
    error while loading shared libraries: libpangocairo-1.0.so.0: cannot open shared object file: No such file or directory
    Can anyone help me fix it. I assume I will get something on the same lines on SUSE as well? Also, has anyone successfully done what I am trying to do? I can see that Adobe AIR page doesn't mention RHEL and SUSE (but openSUSE) supported, but still.
    Thank you!
    -Amit

    The only version that works on RHEL 5 is 2.0.4. Check this thread for more details:
    http://www.cherpec.com/2010/12/adobe-air-2-5-1-glibc_2-7-error/
    It works as I tested on RHEL 5. But to ship AIR heelp to customers, this is for sure not a solution.

  • Oracle10G and oracle11gr1 for windows and Linux

    Hi
    Can you help me in getting these Softwares
    Oracle10G and oracle11gr1 for windows and Linux ,I am unable to get them .
    Thanks in advance
    Sanjeev Sen

    Oracle10G NOT SUPPORTED ANYMORE,NO SOFTWARE AVAILABLE TO DOWNLOAD TOO
    oracle11gr1 for windows and Linux > http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html

Maybe you are looking for

  • The list of blocked invoices is incomplete

    Hello, I have encountered a situation when running T-code MRBR to list all blocked invoice however get one message as below: The list of blocked invoices is incomplete Message no. M8 657 Kindly suggest us why So. Regards: Tata Reddy

  • My Second Generation iPod Nano isn't recognized by my Toshiba Laptop

    Hello, I have a problem and I was hoping someone on here would be able to help me. A couple of weeks ago I have bought a new Second Generation silver coloured 2GB iPod Nano. I have tried to hook it up with my Toshiba Sattelite A100 PSAA9 laptop witho

  • Flash app works in FF and Opera but not in IE

    Good day all, I am not a flash fundie, but i am part of a project which has run into a snag and i have been left to do research what is causing the snag. The testing browsers we used: FireFox 3.0.5 (used in linux and windows) with Shockwave Player 10

  • Camera video not saved after installing 8.02 on iPhone6

    Videos were being saved prior to installing the last update.  Video and slow-mo ARE NOT being saved to "Photos App" either in "Collections" or "Albums->Videos" after the update.  Photos are being saved. I tried a "Home/Power Button" reset and a full

  • TVSU recommends obsolete versions of Flash plug-ins

    As of June 3, 2008, ThinkVantage System Update is recommending I install the obsolete 9.0.115.0 version of Adobe Flash, which Adobe patched on April 8, 2008 to fix several vulnerabilities.  Interestingly, this obsolete version is the same version pro