General :: Name Service Is Configured?
Apr 4, 2011i wanted to know how can i configure name service.
View 2 Repliesi wanted to know how can i configure name service.
View 2 Replieswill the command service httpd restart the apache service if i enable httpsd service in graphical mode
View 12 Replies View Relatedthere was something like <board name> and deconfig or something so that make menuconfig can be configured.
View 1 Replies View RelatedI have an ARM system that has been pre-loaded with some variant of Linux. I don't know the distribution; I can only see the kernel number in dmesg.
In /etc/network/interfaces, I set eth0 to
auto eth0
iface eth0 inet dhcp
After I save and reboot (or run ifdown eth0 followed by ifup eth0), I can see that the networking system is searching for a DHCP server and actually obtains a lease on a valid IP address, but when I run ifconfig, the interface has not been assigned the address that it pulled down from DHCP. It has been assigned a 192.168.. address.
I noticed in dmesg that a variable "ip" is passed to the kernel at boot with the same address that is overriding my DHCP address. How can I disable this overriding behavior? I noticed a dynamic environment variable in u-boot called ip. I set it dhcp and saved it to nv storage, but the problem persisted. I tried to set the u-boot environment variable ipaddr to dhcp, but was informed that this wasn't a valid value for the variable.How can I get the interface to be configured through DHCP?
What is the number of repositories for which i can configure YUM?
And are there any chances of instability when using number of repositories with yum?
I am using RHEL5.
And i suspect that i have configure my yum for DAG WIEERS.
How to know that?
On my last install I put Drive one windows on the first partioncreated a swap partitionlinux on the third partion rive twoLinux on the first partiton Grub found an old windows and made a menu for it So why does sfdisk -l return this? Code: Disk /dev/hda: 19457 cylinders, 255 heads, 63 sectors/trackUnits = cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0
Device Boot Start End #cyls #blocks Id System
/dev/hda1 * 0+ 2549 2550- 20482843+ 7 HPFS/NTFS
/dev/hda2 2550 10388 7839 62966767+ 5 Extended
[code]....
How can I check if my CentOS server has Apache configured with SSL enabled? I think Apache was installed with the default modules.
View 3 Replies View RelatedIs it possible to configure yum so that it will download packages from repos using wget?Sometimes in some repos yum will give up and terminate for "no more mirrors to retry". But when use "wget -c" to download that file, it will be successful
View 2 Replies View RelatedIs there a way to find the raid type without restarting the machine?
I m using linux operating system.
I have to perform a bonding in few of the redhat linux servers. This is the set of files I created in /etc/sysconfig/network-scripts
ifcfg-bond0
DEVICE=bond0
BOOTPROTO=static
IP=XXXX
NETMASK=XXXXX
[Code].....
Those two are showing still configured. What is the procedure to remove them from the configured list. I don't have a x display to do it graphically.
All I want to do is rename them to different file names and remove them from the network service.
Toshiba, Celeron, 64bit, Kubuntu 10.04 LTS I am trying desperately to get Audacity to record webcast streams. Neither the Audacity nor the Kubuntu Community have sufficient answers. get Audacity configured for recording web streams?
View 6 Replies View Relatedcan this utility be configured to add more system-config stuff?is there a man page for it?
View 1 Replies View RelatedI configured a svn server with apache. But while checking out it give the error as follows:
PHP Code:
It's on suse 10.
I would like an old desktop box to use my laptop as a router to access the internet. Here is my setup:
I have one ethernet port in the side of my laptop which I want to use to get internet access to my desktop computer. The laptop is connected to the LAN via a wireless link. Both systems run Linux. The desktop autoconfigures itself using DHCP. The laptop is a Kubuntu system. I do not have any crossover cables, though wireshark on the laptop sees the DHCP requests from the desktop just fine, so I doubt that I need one.
What do I have to do to make this work?
I'd like to add custom startup commands (for example starting a process, registering to a registration server, downloading a configuration file) to the Linux startup process. Those commands should be triggered on startup only. What is the standard/appropriate way to do this?
EDIT: Is /etc/profile the right place to trigger such things?
EDIT2: I'm using Ubuntu.
We have configured a script to be run at specific time using crontab.
Code:
# crontab -l
as per the crontab entry script should run every day 11.15 a.m
Every time when the script is executed i get a mail but when i run it using crontab it doesn't send any mail.
However when i execute it manually i get the mails.
Even the execution is getting logged in cron log.
Code:
I would like to see the last received IMAP email and its content with Fetchmail. Is it possible?
View 3 Replies View RelatedIs there a way to find out with what options a library was configured with when it was installed? I am trying to install a library on my system that depends on gasnet and it requires me to configure it with the very same options that gasnet was configured with. Gasnet was not originally installed by me, so I cannot tell. I can see bin/, include/, lib/ and share/ directories in the gasnet folder and no other information in it. To be specific, I need to use the same CFLAGS that were used during installation of gasnet. For example, if it was installed using '-g -O2', I have to make sure I use the same CFLAGS here.
View 4 Replies View RelatedI'm currently trying to get my wireless card to work with ndiswrapper after installing backtrack4 today, BUT.When I try and use the make command it tells me that some or another file is missing. I've checked and the output is right, There is no file of that name but there is neither a folder of that name.
Code:
root@bt:/usr/src/ndiswrapper-1.56/ndiswrapper-1.56# make
make -C driver
make[1]: Entering directory `/usr/src/ndiswrapper-1.56/ndiswrapper-1.56/driver'
[code]....
I have configured loopback IP address on my server as (10.10.10.10). My LAN card physical IP address is 10.10.10.20. I dont want my loopback IP address to broadcast the IP & arp. How can i achieve it? Right now i see the problem that both 10.10.10.10 & 10.10.10.20 ip address is broadcasted by same MAC & I have 10.10.10.10 is already with some other host too.
View 2 Replies View RelatedI have configured SVN server on suse 10 , My layout is like: multiple projects in a single repository.
I want that the corresponding users of the projects will get email notification on commit in their projects.
I have configured my system to connect to a wireless network on bootup, but now every time I boot I have to wait and watch it connect (it outputs some dhcp connect stuff) which delays the boot process. is there any way to just initialize the script and then go on with the boot process instead of letting it output some pointless crap and waiting for it to end?
View 5 Replies View RelatedI am running Server 10. I have a requirement to perform an action before the MySQL service starts, and perform another action after MySQL service stops.
I found the init script for MySQL under /etc/init/mysql.conf. I added my thing to the pre-start script there and works fine.
I am having trouble finding the script that stops the server so I can modify.
i can smb in centos 5 and i run service smb restart, it shows :smb: unrecognized service..... i run rpm -qa |grep samba,it shows
samba-common-3.0.33-3.7.el5
samba-client-3.0.33-3.7.el5
.....
I have a 64 bit Ubuntu 9.10 workstation with two virtualized guest OSes using KVM/QEMU. Also both 64-bit. One is Fedora 12 the other is beta of Ubuntu 10.04.
The problem is that I would like to use a larger size display that is configured by default.
Both guest OSes have a maximum screen resolution of 1024x768. I would like to increase this to something like 1280x900 or 1440x900. The resolution of the host system is 1920x1080.
This configuration appears to be a result of the installation detecting the resolution being reported by the virtual screen during installation.
The only information I have found on the subject suggests modifying the xorg.conf file in the /etc/X11 directory. Neither guest system has this file.
I tried creating one by hand in the Fedora system and managed to render it completely unusable. Not a big deal as this is recently installed and can be reinstalled easily.
I need a linux distro who provides the following:1) Has an partitioner who can resize fat , ntfs ,ext* , .....filesystems.2) Has an excellent hardware support3) The installer can install console or graphic mode 4) The updating can be done via console5) In console can be configured internet via: static IP , DHCP , PPPOE and preferably to have support for USB modems.
View 8 Replies View Relatedanybody used or configured KOHA (an open source Integrated Library System) on windows Xp or vista
View 1 Replies View RelatedI need to start a service before network service How to?
View 1 Replies View RelatedThe desktop search has stopped working in Gnome.I get a message that says 'Search Service not running' with a button that says 'Start Search Service'.When I click the button nothing happens
View 1 Replies View RelatedHow to add an application to start automatically on system startup in Linux? My distro: Mandriva 2009.1
View 3 Replies View Related