Red Hat / Fedora :: How To Create Data Source
May 30, 2011I am working in Redhad linux, how to create Data source Name in Linux..
View 1 RepliesI am working in Redhad linux, how to create Data source Name in Linux..
View 1 RepliesI am using liferay5.2 with tomcat 6. after installation of liferay5.2 i am unable to configure the datasource that points to the database mysql.without this liferay wont function. how to create a mail session in tomcat that points to the mail server. i am using fedora 6.
View 5 Replies View RelatedIs there any open source virtual machine so i can study the source in order to create my own? i'm gonna write my own, so it doesNT matter if license does not allow further development of the code.
View 1 Replies View RelatedThis is VL Chowdary, a software engineer in Bangalore,India.I am currently working on a project that deals with "Creation of Postmortem data log file on Linux platform".The project is on Fedora 12 with Kernel2.6.31.5 version.For that i need following things.1. Find the location of core utility in the kernel.2. Find the source file that consists of actual implementation of the core utility (On Fedora's kernel 2.6.31.5)3. Based on that i want to implement a core file with my own project requirements.4. Build the kernel with the above implemented corefile replacing the existing one.I couldn't get the source file that contains the implementation of core utility.
View 2 Replies View RelatedI have a software RAID array using mdraid that consists of two 1.5TB drives that I use for storage, the array is mounted at /Storage. I am running out of space in the array so I ordered two more 1.5TB drives to create a 4 drive RAID 1+0 array which will be 3TB big. My question is how do I create the new array and not lose any data?
The drives and partitions are sdc1, sdd1, and soon to be sde1, sdf1. I currently have 4 RAID arrays (md0,md1,md2,md3). I think I can create the RAID 1+0 array with the two new drives, copy the data from my current array to the new one, remove the old array, then add the two original drives to the new array. But I wanted to ask on here first to make sure my data doesn't go poof.
I am new to linux platform and my requirment is to write a makfile which can compile a tree for source file and create the output in separate directory .
View 1 Replies View RelatedI just installed F13 x86_64 on a system that used to be running Windows 7.
The boot drive is a SATA drive attached to the motherboard which is working fine.
However, my data drive is an NTFS partition filling a 3.6TB SATA raid.
It's GPT--Gparted sees 3 unknown partitions, and gdisk shows:
Code:
How do I mount this in Fedora 13? I had intended to shrink the NTFS partition so that I can create an ext4 partition to move the data to. Will this be possible?
I've got a LOT of valuable data on this drive, and nothing else big enough to store it.
Recently, I started downloading data from a website that shows houses for sale. My goal is to create a website on which people can find out about the pricing over the course of time and the length of time a house remains available. I have created a MySQL database, which is currently being fed each night. At this point, I have enough data records to start analyzing and mining this data.Now I have come to the part of starting a datawarehouse. I love to use a data modelling tool, like the one from MySQL. Yet, I have a hard time finding some documentation over data modelling a data vault datawarehouse using open source tools. Pentaho looks promising, but I need to keep this low-budget. So low-budget it needs to be free. MySQL Workbench has a moddelling tool as well. Yet it does not support a data vault scheme.Has anyone any experience in setting up a datawarehouse? Or in particular a data vault datawarehouse using open source tools?
View 5 Replies View RelatedUsing AWN 0.3.9 on Ubuntu 9.10. AWN calendar applet returns the message "Unable to return calendar data from external source" when started. It is configured to read Evolution which is functioning normally.
View 4 Replies View RelatedIs there a open-source data protection management tool that anyone knows about and/or can recommend?
View 1 Replies View RelatedRight now to install software from source I do a ./configure && make && make install which doesn't allow for easy uninstallation (some don't come with an 'uninstall' goal, and if they do you have to keep the source around). I'd like to learn how to create binary RPMs from source tar.gz files (one reason being that it makes for easier uninstallation). I tried the following but it complains with the following errors:
Code:
$ rpmbuild -ta mysource.tar.gz
error: Name field must be present in package: (main package)
error: Version field must be present in package: (main package)
error: Release field must be present in package: (main package)
error: Summary field must be present in package: (main package)
error: Group field must be present in package: (main package)
error: License field must be present in package: (main package)
Apparently that's what happens when there is no SPEC file in the tarball. But all the tars I've tried give this same error. Is there a simple way to create binary RPMs from source files - as an example, this source tar [URL].
I am running openSUSE 11.1. I installed the Hypervisor and tools and booted into: 2.6.27.23-0.1-xen. I'm trying to install Ubuntu LTS 8.04.3 as a guest using the "Create a Virtual Machine" GUI/wizard. I specify "other" since no Debian-based distro is offered under "Type of Operating System". Under "Installation Source" for "Operating System Installation" I Add a Virtual Disk of "phy:/dev/sr0" using protocol "phy". It can obviously read the drive since it recognizes that it is 0.6 GB (the media contains a burned & bootable (from ISO) DVD - the files are extracted).
However, when I proceed I am thrown an Error:
"The installation source is unusable." with Details:
"0.6 GB CD-ROM or DVD (phy:/dev/sr0)"
Am I supposed to do something different?
I have a project and would like to create a .deb package that brought on any computer with debian distribution installs it in your home user who is installing.I followed a guide and managed to create a deb package from my sources with FPM. But creates them with root permissions and tells me that I should create a script before installation to change the permissions.
View 2 Replies View RelatedI know that Linux is open source but there must be ways of creating non-open source programs to be run on a Linux system? Does such a thing exist and/or have a name? Would any source code that has been compiled be unable to be read by anyone properly unless the soruce code was released?
View 9 Replies View Relatedi just uppgraded to Centos 6. Linux 2.6.32-71.29.1.el6.i686 on i686. now im getting some troubble whit this file: wget [URL]... i create a downloads directory and download the source file and--
mkdir $HOME/downloads
cd $HOME/downloads
But when i try to build courier-authlib whit this comand: #sudo rpmbuild -ta courier-authlib-0.63.0.tar.bz2. I get this:
[code]...
what can be the reason?
I'm asked to create a network tool in C and a GUI API in linux platform by my company. I'm aware of the GPL & GLPL licenses , but not clear whether I can create a proprietary commercial software with the tools & libraries available in Linux: My tool will be written in C and will be using the some network library functions in the Linux and some header files .(Their license is GPL) , also the GUI i'm planning to develop is using GTK and Glade / Anjuta, (GTK is based on GLPL license) , I will be using GCC compiler for C programs,
Please let me know whether it is possible to create a closed source-commercial software using the above tools/libraries, if not possible is there any workaround is there for creating commerical tools in linux Can I make some part of my code closed and some parts open? Also please let me know which is the best GUI building programming language/IDE that can be used with C programs in linux
i am trying to generate a linux executable data (bin data) from my java source code.
View 4 Replies View Relatedinstalled the fedora 12, but dont know how to use the source dvd to install the source package.
View 3 Replies View RelatedI am using Open office 3.2 with Ubuntu 10.10. Trying to get it set up to print out the Christmas address labels. To register the data source its 'FILE'> 'WIZARDS' then' ADDRESS DATA SOURCE.' But OO doesn't show the 'ADDRESS DATA SOURCE' at the bottom of the list, so I am stuck. Apart from that, I have had no problems with ubuntu and its working well.
View 1 Replies View RelatedThe only API i have found for something like this is gdk_bitmap_create_from_data. But it requires XPM data, not raw. So, how can i make a bitmap from raw 'char[x*y/8]'?
View 3 Replies View RelatedI am usin ubuntu 10.10 and I want to create a new particion for storaging data. I have root, home and swap particion but I need one more like data storage. How can I create it during instalation.
View 1 Replies View RelatedI have a 160gb hard drive with no partitions. Ubuntu runs on the entire disc. I want to cut off 60gb from my file system as a storage drive without losing the data that i already have on it.
I don't want to reinstall Ubuntu and cannot afford to lose all my data. Is it possible to do so, without having to reinstall the OS.
I downloaded Gparted, whats next?
i want to create multiple cd's containing the data of one tar.gz file of course i can use data dump (the dd command) to cut the tar.gz into 700 MB pieces. yet then i must calculate the exact location where to cut, and use the skip, seek and count parameters to proceed. Does anybody here know, software that automatically creates 700 MB parts of a single file?
View 2 Replies View RelatedGNU/Linux kernel 2.6 Suppose I have 7.5GB file a I want to create two DVDs with it as simple data. Can I do this? And how do I retrieve the file afterwards?
View 4 Replies View Relatedi need create a DVD data from shell.I try this but nothing: # genisoimage -V "DVD1" -R -hide-rr-moved -J DVD1_Shapter1_8/ | wodim -v -eject dev=/ dev/dvd1 -the folder only contain 8 video in .mpg extension,
View 1 Replies View RelatedSuppose I have a 80 GB hard disk (sda) with 4GB of contents. Using a dd to copy to a different disk
Code:
dd if=/dev/sda of=/dev/sdb
copies all the contents (including free space). So sdb also needs to be 80GB.
You will notice that in VMWare or VirtualBox disk images, it is possible to set the disk to use only the amount of space of actual data. So a 80GB virtualbox/vmware image with 4GB of contents will be 4GB.
Is it possible to do that with an actual hard disk (sda) image? I want to create an image of an actual hard disk, copy it to DVD and transport it (in mail) for restoration on another computer (having same hard disk).
i'm trying to create simple form that will also upload only xml data. first, the user will need to upload an xml document only by clicking submit, the data will be posted to the server and the user will be redirected to uploader.php. This PHP file is going
to process the form data and do all the work.
PHP Code:
[code]....
since I had to re-install Slackware 13.1 on my netbook and I have now build Clementine on it. I can hear webstreams on my main machine, also running Slackware 13.1 and Clementine 0.5.When I try to play a stream I get this error message in the console:Quote:Couldn't create gstreamer source element for <streamURL>
View 3 Replies View RelatedI was trying to do some graphing of the Disk Usage of the my root partition.
I tried it with rrdtool,but I am not able to create any graph.
I followed the below steps
1. Creating a rrd database file
rrdtool create diskusage.rrd --start N DS:Usage:ABSOLUTE:600:1:100 RRA:AVERAGE:0.5:1:432
I then updated the rrd file with below cron entry code...
Why no data is coming into the rrd file ?
Used gparted to format a brand new iomega prestige 1 tb usb hard drive (ntfs) to ext4. The problem is that I can't create folders from nautilus because I don't have permission (root). There is one folder present already lost + found that appeared after reformatting. i can't access that folder because of permissions. Was any of this supposed to happen after formatting an external drive and how can I fix this? I intend to use grsync to back up important folders but can't create folders from grsync also. The only account on ubuntu is mine and i have access to root privileges.
View 9 Replies View Related