I am new to sudo and want to install sudo and configure it. I have downloaded TCMsudo-1.7.4p4-i386.pkg.gz package but the installation steps are as below.
bash> ./configure
bash> make
bash> make install
But all i see the .PKG file and no configure and install files. Are there a new steps that i need to use with .PKG files ? Also once installed how do i configure it.
I have Preinstalled Xp on my system.I have installed Solaris in one of my unused partition.when i installed the fedora 12 i didnot get the options for solaris booting though i have used different partition for solaris and fedora.How can i get the options for solaris or else i have made a mistake in installing fedora. In either case please guide me though how irritating it may be to guide a newbie.Also if i want to use Archlinux with all three above how can i do it.
My VM image is Linux Centos 5.2,I need to download some software from the internet to run on my VM's OS. The available download is for Solaris x64. Is this compatible with my OS?
Alright setting up a friends netbook, display has been a little iffy (slow. glxgears is giving like 100fps). Couple issues: xorg.conf doesn't exist (i know thats typically not an issue) and "sudo xorg -configure" and "sudo xorg --configure" both return "xorg command not found."
glxinfo say that its using Mesa for the software rasterizer and that the driver is from mesa. lspci says the VGA controller is from Intel. I'm thinking xorg is defaulting to vesa for drivers, but I need to know how to change that to the open source intel driver
i have installed on a 8Gb disk /sdc solaris-2009.6 i cannot mount suse in solaris or solaris in suse. i have tried installing xfs and its supports. i want to copy the solaris installation to a partition in /dev/sdb
I have centos 5.3 with text console onl, not X server, now I try install solaris 10 at xen with full virtualization (hvm)
Now I have some like "zombie domain"
How I can to kill this? If I reboot the server it doesn't help.
No fonts found; this probably means that the fontconfig library is not correctly configured. You may need to edit the fonts.conf configuration file. More information about fontconfig can be found in the fontconfig(3) manual page and on [url] Domain installation does not appear to have been successful. If it was, you can restart your domain by running 'virsh start solhvm123'; otherwise, please restart your installation.
Do you know what this a problem?
If I chagne --vnc to --sdl and run below command on my desktop to appear windows and disappear for 1-3 seconds, virt-install -n solekhvm3 --ram 1024 --hvm --disk path=/dev/vol1/solek --sdl --cdrom /dev/cdrom --os-variant solaris10 --force
I recently (fifteen minutes ago) started my old desktop again and tried to do an updateCode:sudo apt-getupdateWhich gives me:Code:E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.When I try this, my screen goes back and after a few seconds I end up back at the loginscreen (I not logged in anymore)The output of Code:sudo dpkg --configure -ais followingCode:Setting up ubudsl (1.0.0.77-7) ... System start/stop links for /etc/init.d/ubudsld already exist.Stopping UbuDSL daemon...No /usr/sbin/ubudsldaemon found running; none killed
I'm trying to fix a friends EeePC notebook (Asus) running a recently upgraded Ubuntu 10.04 from Karmic Koala. She used the update manager for the upgrade to 10.04 LTS and everything was fine until she had tried to install something from the Ubuntu Software Center (she doesn't remember what happened). After that, both Update manager and Synaptic stopped working.Update manager gives the following error:Quote:Software index is broken. ... Try to use synaptic for something?!...
Then Synaptic manager gives the following error:Quote:E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. E: _cache->open() failed, please report.And when I try that command, the terminal just keeps blinking with the cursor and does nothing for more than an hour. This is the output of the comand:Quote:
jasna@Jasna:~$ sudo dpkg --configure -a [sudo] password for jasna: Setting up moodle (1.9.4.dfsg-0ubuntu4) ...
I wanted to give Ubuntu Studio a try, for music production purpose, as a musician and composer-writer. So I started with a Ubuntu 10.10 generic install then processed with the installation of Ubuntu Studio packages, including RT kernel at last. Everything ran smoothly until I installed this RT kernel...The problem appears to be LILO and its config, as well as fstab. I fear all of this is far above my abilities, this is why I submit my problem to the community. Here's what I've discovered when trying to configure LILO: $ sudo liloconfig
What is the equivalent of read -r (solaris command ) in Linux ? read utility in solaris will read a single line from standard input and -r option is used not to treat backslash () as an escape character .
i need to get file from a remote solaris,but i can't telnet or ftp it to directly i have to go via another solaris server ,it goes like this windowsbox-proxyserver-mainserver
i have a linux mechine, in that i want to install solaris throug xen virtualization. (solaris content is in CD) while i am doing this there is an option "local install media" in installation method it was not highlighting so i can't install this. then what can i do now.
I am currently trying to use Kommander editor to create a GUI form to call the bash scripts that i have created. However, when i try to run it on Solaris 10, it says "Failed to execute child process kmdr-editor".
Error messege: sudo dpkg configure a' to correct the problem. I used synaptic package manager to install WIne....It stalls on"ttf-mscorefonts-installer (3.0". So, I try update manager and it asked me to restart computer which I do. When I try to re-run synaptic manager I get the above error.
first of all, i will be glad if i can get prebuild toolchain for target=arm1176jzf-s on host= sparc-sun-solaris2.10. ( i hav browsed but can't find prebuild one) so, i tried to establish by myself i hav established binutils first, but while trying to configure& build gcc(gcc4.4.0) , i was interrupted with following error.. error message: this error has come while building boot strap gcc for cross complier tools chain
checking build system type... sparc-sun-solaris2.10 checking host system type... arm-unknown-linux-gnu checking target system
I was wondering if in RHEL5_3 if you can add netgroups to your kickstart file like when you are jumpstarting Solaris boxes? Trying to see if I can have a group of machines use a certain DHCP or DNS server during my kickstart.
We have a 32bit Gui application created using C++. We ported the application from Solaris to Linux. Issue we are facing is the size of the library and executable is very large in LINUX compared to Solaris. Red Hat Enterprise Linux 5.4 is the Linux version we using. Please find a sample dynamic library created. We would like to know the following behavior of LINUX is normal or not. Consider we created two files test1.cc and test2.cc. Both having a single line of code.
I am able to build a shared library under solaris with /usr/local/bin/g++ -G -o output.so file1.o file2.o file3.o. How do I build the shared library under linux using the same files? I have tried to use the same command /usr/local/bin/g++ -g -o but I got some undefined references, even if those references are defined in one of the object files.