OpenSUSE Install :: Bind Dns, Postfix, Cron - Failing At Boot Time
Mar 19, 2010
Somehow Bind dns, Postfix, Cron all fail to start automatically at boot time? All of them need to be started manually after the system is up in order to function.
View 1 Replies
ADVERTISEMENT
Sep 15, 2009
When I boot I get this error:
Starting CRON daemondone
Starting smartd done
Starting VirtualBox kernel moduledone
[code]....
View 1 Replies
View Related
Jul 18, 2011
I have installed "open-SUSE 11.4" on a "500GB Free Agent External Hard Drive". I didn't have any problem in booting since last week that I booted it from my laptop. Also I did it before several times from then when I try to boot it e.g. from an "Intel(R) Core(TM)2 Quad CPU Q9400 @ 2.66GHz" PC the time between loading INITRD and starting boot sequence messages lasts nearly 30 minutes!(i didn't actually measure it but it take a long time in the same order). after starting boot sequence which is showed on monitor everything looks normal. e.g copy of files would be done by speeds between 2MB/s to 30 MB/s depending on the targets.I used to use the external hard derive to boot from different laptops and PC's from start but I didn't have such a problem anytime.
View 1 Replies
View Related
Oct 9, 2010
I'm planning to migrate from ubuntu server to open suse serverI'm testing the migration in a virtual machine and I'm having problems with mdadmEvery time Open suse boots I need to run mdadm --assemble /dev/md0 and activate the volume group vgchange -ay VGNAMEDuring the boot time boot.md and mdadmd are running but (startup scripts only scan) I believe mdmad is not running because needs to be assemble every time.
View 9 Replies
View Related
Dec 26, 2010
Are there any easy special tricks to speed up the boot time?Coming from Linux Mint (GNOME), I could get to the Desktop from cold in less than 25 secs.Now in openSuse 11.3 (KDE4.5) it takes more than twice that.Is this a function of KDE or have Ubuntu done something that openSuse hasn't to speed up the boot?
View 9 Replies
View Related
Feb 9, 2010
we have a server that runs a backup (cron job) at 9:15 every night. When I log on in the morning I have mail message that gives me a long list of all the files that were backed up the night before. For a couple of weeks now, the mail message gives me an empty list. Yet, when I run the same job manually from a #prompt, it runs. I am not able to run this job with cron in the daytime because too many users are in it. I wanted to browse the tape to see if the backup is really failing to copy the files or if they are on the tape and the mail message is bogus.
Since the backkup was done with cpio instead of tar, I'm not sure if I can browse the tape with restore -i anyway.What would be the best way to browse the tape on /dev/rmt/1 without actually restoring anything ?This is an ancient DGUX system, not Linux, and I'm not a unix expert I just inherited this server recently, but a lot of things are very similar to Linux and it looked like this might be a good place to ask.
View 3 Replies
View Related
Jul 4, 2010
i have 2 partitions on dmraid. I am not able to configure them to mount with yast; yast partitioner gives an error stating that it can't mount a file system of unknown type. I am able to start the dmraid devices manually and mount them manually.
See bug:
https://bugzilla.novell.com/show_bug.cgi?id=619796 for more detailed info.
View 2 Replies
View Related
Aug 15, 2010
For some reason, every time I shut down and reboot my machine, the system time advances four hours. The local time here is EDT (-4hrs UTC). I have it set correctly in Yast and have the 'hardware clock is set to UTC' checked. However, for some reason, the next time I boot, the system time will be ahead four hours.
View 7 Replies
View Related
Oct 27, 2010
i have just installed opensuse 11.3 on a pc which was once a Windows XP,the configuration for opensuse installation well everything is good.The problem is when i switch off or reboot the pc,.at the 1er black screen where u see the 'boot' its says
Verifying DMI Pool Data........Update Success
(take 2mins almost then)
GRUB Loading stage 2......
(takes up to 10mins or more)
then i got this:
root (hd0,1)
Filesystem type is ext2fs,partition type 0x85
kernel /boot/vmlinuz -2.6.34.7-0.4-desktop root=/dev/disk/by-id/ata-HDS728080PL
[code]....
View 2 Replies
View Related
Dec 14, 2010
I use opensuse 11.3 and would like to see daemon status at boot time, instead of the chameleon with a progress bar
View 8 Replies
View Related
Mar 26, 2011
Though my upgrade from 11.3 to 11.4 went pretty well (X and apparmor/samba config to renew), I have a bunch of warnings at boot time. Sample: "* wil be removed in a future UDEV version..." On another box, I get some "/etc/*/ipv6" should have a .conf file. Should I worry / fix up something before next upgrade?
View 2 Replies
View Related
Apr 13, 2011
pm-hibernate and pm-suspend only work the first time after booting into runlevel 5. This behavior is reproducable. pm-hibernate starts out correctly but then hangs the system bevore it gets to save the image from memory to disk. The computer locks up and does not power down.
pm-suspend: on wake up there is no signal on the screen (pm-suspend called from X environment or text terminal shows same result). I spent some time reading information on s2ram s2disk and added the follwing options:
S2RAM_OPTS="-f" in
/etc/pm/config.d/00meine.config
(display adapter is GForce4 nvidia with the closed source nvidia driver for accel)
splash = n in
/etc/suspend.conf - to get some more information during the suspend / hibernate.
Any ideas to get pm-hibernate / pm-suspend to work more than one time after boot??? Hibernate would be a great start for daily work and for energy saving.
horstausdemwald PS: In runlevel 3 pm-hibernate works various times from a text terminal. Under the same condition pm-suspend leads to a scrambled text terminal after resuming (some help on this: using vga=normal in Grub). The computer continues to work - though without visual aid - when the text terminal is scarambled. For example Runlevel 5 can be called blindly from the text terminal.
View 8 Replies
View Related
Mar 11, 2010
Here is what i do: make clean make makefiles CCARGS='-DEF_CONFIG_DIR="/opt/product/postfix-2.6.5/etc"
-DEF_COMMAND_DIR="/opt/product/postfix-2.6.5"
-DEF_DAEMON_DIR="/opt/product/postfix-2.6.5/libexec"
-DEF_MAILQ_PATH="/opt/product/postfix-2.6.5/bin/mailq"
-DEF_DATA_DIR="/opt/product/postfix-2.6.5/lib"
-DEF_NEWALIAS_DIR="/opt/product/postfix-2.6.5/bin/newaliases"
[Code]...
make install then i got this error: postfix: fatal: chdir(/usr/libexec/postfix): No such file or directory make: *** [install] Error 1 I don't understand why it's checking the usr/libexec folder for the daemons although I've set the folder to /opt/product/postfix-2.6.5/libexec in the makefile. Here is also the cat of my makedefs.out:
[Code]....
View 1 Replies
View Related
Mar 12, 2010
opesnSuse 11.1, linux 2.6.27.45-0.1-default x86_64 This host has two samba shares that are located on an OS/2 server. Neither mount at boot time but they do mount from the command line.
kernel: CIFS VFS: cifs_mount failed w/return code = -6
There are 5 other client computers that mount the same shares at boot time using almost (different user/pass info) identical data. I do not see what is different about this host.
View 5 Replies
View Related
Mar 30, 2011
My hardware:
AMD Athlon X2 4800+ (2,5 GHz) + 2 GB DDR2 memory
MSI K9N V2 (nforce 520)
SAMSUNG HD250HJ (SATA, 250 GB)
I'm using OpenSUSE 11.2 with all the released updates are installed. I've got an Windows Xp SP3 on the same hard drive and it's works fine. S.M.A.R.T. says the hdd is 100%. A few days ago I realized that the boot time increased and the hard drive operations takes way too much time. So currently the boot sequence takes 11-14 minutes.
I've already tried to solve this problem but no effect:
1.) cleaned up the root directory to create more free space
2.) plugged the sata cable to another port
3.) changed from AHCI to IDE and reverse in BIOS settings
4.) added ahci, sata_nv into the /etc/sysconfig/kernel file and created a new initrd
5.) searched for problems in the syslog
Just to imagine how slow is currently the system/hdd:
View 9 Replies
View Related
Apr 11, 2011
At boot time I get asked to input my password to open the keyring. I don't need this level of security and want to either pass the password in a script or disable the keyring without disallowing my wireless connection. How do I do that and where do I find out about this keyring thing?
View 4 Replies
View Related
Apr 20, 2010
telling me if this behavior of my openSuSE 11.2 installation is normal? I use a 64-Bit openSuSE 11.2 with kernel 2.6.31.x with root partition ext4. After adding and updating from repository kernel:/HEAD/etc to 2.6.34-rc4 I can not boot anymore due to a lack of module ext4. I thought today ext4 is stable and fix built-in in the actual kernel releases, isn't it? The error message at boot time: FATAL: Module ext4 not found. Which is right because in /lib/modules/<kernelversion>/kernel/ there is NO 'fs' subfolder. Isn't the kernel:/HEAD/ repository the official update path to get a newer major kernel? (besides openSuSE's Updates for security reasons) Do you know how I can fix it without self-compiling?
View 5 Replies
View Related
Dec 7, 2010
LIVECD of 11.3 Gnome works fine in my old PC. I installed several times and each time system freezes/crashes during boot. I am linux newbie, so, I am trying to figure out my problems. In Livecd I noticed Hardware info list's my SATA disk as IDE. Driver Modules: "ata_piix"Attached to: #24 (IDE interface). Is it right? I have posted Hardware information output in 01: None 00.0: 10105 BIOS [Created at bios.186] - Suse 11.3 install problem My machine specs are: Intel DG31PR motherboard, Intel core2duo, 3 GB DDR2 Ram, 250 GB SATA harddisk
View 3 Replies
View Related
Mar 21, 2011
I have installed opensuse 11.4 64 bit on a dell optiplex 755 with 4 gigs of RAM. Everything seems to be functioning but when I try to install new apps through YAST or zypper, it starts to download the package and it's dependencies, but you see it quickly slow down on the download speed until it gets to nothing, and I get the Abort,Retry prompt. The internet connection is fine. I can install apps from the DVD medium.
View 3 Replies
View Related
Mar 18, 2011
I've run into a strange problem on one of the servers I maintain. It's running CentOS 5, fully up to date. The server has Monit installed via RPMforge, and runs Postfix as its MTA. Every day at about 4:20am, when cron is running, Monit loses its connection to Postfix. As far as I can tell, nothing is actually going wrong with Postfix and it's always restarted just fine. I run a couple of Debian servers with very similar setups, and the problem does not occur on them.
Perhaps related, other daemons on the CentOS box often lose their pid files at the time when cron runs, which results in Monit thinking they're not running. One service in particular (zarafa-dagent) is so bad for this that I've had to completely disable monitoring of it in Monit. Again, this problem doesn't occur on the Debian boxes I maintain.The problem isn't hugely urgent as everything still runs fine, but it does mean that pretty much every day I get false positive mail alerts from Monit, which is (a) annoying and (b) makes me more likely to miss a real alert.
View 5 Replies
View Related
Oct 6, 2010
I've been trying for awhile to install the restricted formats, but when in the download & and install process, YaST2 pops up saying that such and such RPM has failed. I hit ignore, and it happens again and again to all the other packages, bar the odd few that work.
View 9 Replies
View Related
Aug 14, 2010
I downloaded and burnt my copy of OpenSuse 11.3 yesterday and tried to install it on my old laptop. But the installation keeps failing for some reason. I will try to attach a picture.
View 9 Replies
View Related
Mar 15, 2011
I try to update my computer through the updater and it does not work, it fails, so it brings me to YaST, and that fails to... what is going on? Why are my updates failing?
View 4 Replies
View Related
Sep 14, 2010
11.3 ; looking to play with DNS; nothing of the kind is showing in Yast networking menus. Checked, and BIND shows as installed. Also, while I'm crying for help: cant see the windows box next to me; can ping it, and could browse to it with File Manager yesterday, but not working today ! Also; I tried KDE desktop (like new things) but it's driving me nuts (menus too small, I lose the choices as I move through submenus) and I'd like to go to Gnome ; how to ?
View 1 Replies
View Related
Apr 21, 2011
I just upgrade from 10.3 to 11.4. Everything went fairly smoothly and most things are still working execp nfsserver
getting:
/etc/init.d/nfsserver start
Starting kernel based NFS server: mountd statd nfsdrpc.nfsd: writing fd to kernel failed: errno 13 (Permission denied)
rpc.nfsd: unable to create inet6 TCP socket: errno 97 (Address family not supported by protocol)
rpc.nfsd: unable to set any sockets for nfsd failed
dmesg:
RPC: server localhost requires stronger authentication.
[ 2545.282736] svc: failed to register nfsaclv2 RPC service (errno 13).
[ 2545.282742] nfsd: last server has exited, flushing export cache
[ 2545.282852] RPC: server localhost requires stronger authentication.
[ 2545.282955] RPC: server localhost requires stronger authentication.
[ 2545.283848] RPC: server localhost requires stronger authentication.
[ 2545.283957] RPC: server localhost requires stronger authentication.
View 9 Replies
View Related
Feb 16, 2011
I wrote a simple command line script which is suppose to take my screenshot every 5 minutes.(using ImageMagick's "import" program)
Here is the script (shottr.sh):
This is working fine if I execute by hand i.e:
The script itself is being executed (I hear a voice saying: "Screenshot") but the actual screenshot is not taken.
Be assured that it is NOT permission issue (I placed a simple "touch" invocation and file was created)
May be if it's run from cron...it doesn't have a "window" so it can't take a screenshot from nowhere? If that is the case, then how can I workaround it?
View 1 Replies
View Related
Jan 18, 2011
During the development of a java application appearantly found that cannot bind more than 500 UDP sockets at the same time.
The developed java application is running on Fedora Core (x64)
Is there some procedure to check how many sockets I can bind at the same time on that linux distribution?
In case the limit exists, can it be increased easily?
$ uname -a result is :
View 2 Replies
View Related
Jan 4, 2010
I installed a second HD, and formatted it to ext4. I gave it the "/backup" label. I am trying to figure out how to mount it so that I can run cron to backup my home folder onto it once a week. This is what the fstab looks like now
[code]...
View 9 Replies
View Related
Aug 17, 2010
I've read a lot on how to setup a task in crontab. I think I understand how to edit the file, but when I try to save the changes, it says "no crontab for xxx." Then it says that it cannot create a new crontab. I have ubuntu desktop 9 running as a webserver. I've read the details in these posts and it isn't helping.
[URL]
View 3 Replies
View Related
Jan 22, 2011
I have a script to record a weekly radio show from a Sydney radio station.I am in Brisbane.Sydney and Brisbane are both in the same time zone but Sydney(NSW) bounces around on daylight savings time and Brisbane(QLD) does not. Is there a way to specify a timezone for a specific job in the crontab file? If so what would be the format for Sydney so it follows the daylight savings time changes? Right now I will just change the cron schedule when Sydney goes on and off DST.
View 9 Replies
View Related