OpenSUSE Install :: IAXMODEM Init Script ?
Dec 30, 2010
On finishing the install for IAXMODEM init script on OpenSuse 11.3_x64
When I place iaxmodem.init.suse or iaxmodem.init.fedora into /etc/rc.d/iaxmodem, then chkconfig --add iaxmodem drops:
Code:
View 1 Replies
ADVERTISEMENT
Jan 25, 2010
I use on my serwer openSuSe11.2 and init 3 /console.I need to put some commands/script
Code:
#!/bin/bash
mv /home/tcp-syn.dmp /home/eftepe/tcp-restart-`date +%d-%B-%Y--%H-%M`.dmp
[code]....
View 1 Replies
View Related
Nov 1, 2010
I'm running openSUSE 11.1. When I'm in Gnome or KDE or any Desktop session, the X server keeps running when I do an init 3, (i.e.) I'm still in the GUI instead of going to the console. When I type runlevel it shows that I'm in runlevel 3, but the X server is still running. The X server is not getting killed on an init 3.
View 2 Replies
View Related
Oct 29, 2010
I downloaded some application for Linux (program microcontroller LPCXpresso). When I trying to install it some error appears
Code:
Can't find a usable init.tcl in the following directories:
/installkitvfs/lib/tcl /installkitvfs/lib/tcl8.6 /home/damon/src/installkit-1.3.0/out/lib/tcl8.6 /media/lib/tcl8.6 /lib/tcl8.6 /media/library /library /tcl8.6b1.2/library /tcl8.6b1.2/library
This probably means that Tcl wasn't installed properly.I think Tcl is installed, maybe I need to reinstall it if so, how? What I need to do?
View 8 Replies
View Related
Mar 21, 2011
In short. I've cracked open the initrd file of the openSuSE installer to have a look - I've determined it's an initramfs which by default would execute ''/init''GREAT! But not so much... init should find the installation files et cetera - but I haven't a clue how it does this because it's a compiled binary So, my question is this - do anyone know where I can find the source for this file ?
If not, who should I contact to find it? I really, really need to look at it.. I'm trying to throw the installer over to a USB harddrive (with multiple other installers, each in their own directory etc. etc.) - the idea is to create a USB HDD with installation mediums for the OS's I use so the recommended methods of dedicating a partition to openSuSE is not going to work...
View 3 Replies
View Related
Apr 29, 2010
Currently I run into a rather confusing case. I met bellow mount errors when I was about to enter the rescue mode on SLES11:
Code:
Loading Rescue System (1/2) (19784 kB) - 100%
Loading Rescue System (2/2) (10268 kB) - 100%
Reading Driver Update...
[Code].....
Then I tried to extract the rescue image and to see what's wrong in the scrip, but it turn out that there is no boot script under /etc/init.d directory, either a similar one that may as it.
where is the script or which is the script does the mount things in rescue image?
PLUS, I can see /etc/init.d/boot script in SLES10 rescue image.
View 2 Replies
View Related
Mar 17, 2011
I tried to install OpenSuse via LiveCD this morning I got following Error Message: Kernel panic - not syncing:
[code]....
I am using the 32bit-Version of OpenSuse while running this on a 64bit Dualcore. Could that cause the issue?
View 4 Replies
View Related
Jan 1, 2011
I've been dual booting 10.10 with Windows7 for about a month. Today is the first time I've encountered a serious problem.
This morning, nothing functioned properly after trying to open several programs. The computer seemed to be "frozen", although the mouse was working fine.
I decided to reboot, but then encountered an even bigger problem.
It failed to boot and got this message: no init found. try passing init= bootarg
The problem now is that it requires a Live CD session and I keep getting this: GLib-WARNING **: getpwuid_r(): failed due to unknown user id (0)
In case it matters, I didn't install 10.10 from an ISO, I just upgraded from 10.04.
View 2 Replies
View Related
Jan 20, 2010
Ubuntu 9.10 will not boot! System froze this morning, I restarted and it is now failing to boot. Starts loading grub and I get this message:
mount: mounting /dev/disk/by-uuid/04aa3697-7bc0-45b5-b86a-77a1e6534bd5 on /root failed: invalid argument
mount: mounting /sys on /root/sys failed: no such file or directory
mount: mounting /dev on /root/sys failed: no such file or directory
[code]....
I booted with 9.04 LiveCD discovered the drive could not be mounted-ran fsck -ln and it told me the drive has no valid partition table. I have had intermittent problems mounting flash drives before this, so I'm kind of worried it might be a hardware issue.Also have files on that drive I would rather not lose, so reinstalling is hopefully a last resort.
View 9 Replies
View Related
Jul 29, 2010
me the difference between /etc/init.d scripts and /etc/init.d/rc?.d scripts.
View 3 Replies
View Related
Sep 17, 2010
I have written an init script and placed it in /etc/init.d/ directory.What I would like to know is, will the script run automatically or we need to install the script using "install_initd" command.If I have to invoke this command manullay, what will be the best place to do this ? Can I add this to "/etc/init.d/rcS" file
View 6 Replies
View Related
May 7, 2011
I'm trying to boot Emdebian lenny on my compact flash and it shows the following errors during boot time :
Code:
Mounting local filesystems ... done .
/etc/rc.d/S35mountall.sh : line 45 : uname : command not found .
[code]...
View 3 Replies
View Related
Mar 17, 2011
openSUSE 10.3 on Itronix IX260+ Stuck on command line, init 3, and all attempts at graphic init 5 fail. Get these messages:(EE) No devices detected; Fatal screen error: no screens found; AIGLX disabled Primary Device is PCI 01:00:0kernel:device-mapper:multipath round-robin:version 1.0.0 loaderkernel:device-mapper:table:253:0:multipath: error getting device
kernel:device-mapper:ioctl: error adding target to tableProblem would seem to be with the device-mapper, but have no idea how to fix it.
View 3 Replies
View Related
May 3, 2010
At boot, the system hangs before reaching runlevel 5. No X, no alternative non graphical shells.
Since I have a video card Radeon 9200 I checked the ATI issues. I am running with the radeonhd drivers as suggested. If I boot in failsafe mode, X starts with a really low definition (800x640?), but when booting normally, the system hangs again.
I tried to create a xorg.conf file. Sax hangs the same way as when booting. I created anyway a reasonable xorg.conf using
Code:
Xorg -configure
The first reboot works, from the second on I am stuck again.
I am running suse 11.2 32-bit on a AMD at 64 bit.
View 9 Replies
View Related
Jan 31, 2011
While I was using my computer a few days ago, the terminal stopped working properly, so I tried to reboot, and when it started up again it wouldn't boot and said "no init found. try passing init=bootarg"
This has happened twice before, so I really need to figure out what keeps happening, otherwise I can't continue to use linux. i reinstalled both times before. i think that this is caused by a process that prevents me from using the hard drive, because when I try to check the disk in the terminal or in gparted, it says Device or resource busy while trying to open /dev/sda1. Filesystem mounted or opened exclusively by another program?
Also, in the disk utility, in the lower right corner of the filesystem it has a spinning "loading wheel".(i'm not sure if that means anything)
I am using ubuntu 10.10, but am not sure what kernel I am using, but i tried a few different kernel options(there's three of them at start up). safe mode does not work either.
View 3 Replies
View Related
Apr 19, 2011
Im am building a Linux distro. It will be very tiny and fast.
I only have a minimal linuxkernel (bzImage) who is 1,2 mb big. And then I have Busybox who is 174,6 kb big.
The commands in busybox is: cd, ls, mkdir, rmdir, wget, httpd, clear, rm, poweroff, halt, reboot, fdisk, mount, umount, free, and cp.
When I compiled the kernel i use initramfs/initrd function and point it to a folder where initrd/initramfs source is.
The kernel works OK with others initramfs/initrd files. But not with my own.
Quote:
Here is how the end of the kernelcomplie look like.
Quote:
Here is my init file who is the initrd/initramfs source.
Quote:
The initramfs folder contains "bin" (folder) and "init" a file. No more.
The problem is that the kernel cannot find/read init file.
View 4 Replies
View Related
Sep 10, 2010
use command dpkg -i ****.deb let my deb install a file in /etc/init.d/ what i need to change in debin/rules file?
View 9 Replies
View Related
Jul 27, 2010
I was try to installed ubuntu 10.04 on the Macbook pro .But it was failed .I got following message:
/init: line 1: can't open /dev/sda: No medium found
I have already Bootcamp to create a partition to install Ubuntu . partition file system is FAT32.
View 9 Replies
View Related
Sep 4, 2010
I keep getting the error below even though I:
1. Added myself to vboxusers
2. Installed dkms
3. Ran the "sudo /etc/init.d/vboxdrv setup" command.
When I run "/etc/init.d/vboxdrv setup" it gives me the error: modprobe vboxdrv failed. use 'dmesg' to find out why
Code:
The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Please reinstall the kernel module by executing '/etc/init.d/vboxdrv setup'
as root. Users of Ubuntu, Fedora or Mandriva should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary. One other thing, I looked in the file system and there is no "/dev/vboxdrv". Is this correct?
View 9 Replies
View Related
Jul 9, 2009
The first server I installed installed fine. The second server, installed with the same config, went to "kernel panic not syncing no init found try passing init= option in kernel" error. I tried reinstalling but it keeps going to that error after install reboot. The storage is ISCSI connected via Intel Server Adapter, which allows it to boot from ISCSI. Not sure if that's the cause for the problem, but the first server is connected to the same ISCSI and installed just fine.
Is there a way that I can make sure ISCSI module installs during installation? Although I think it is installed since it's able to copy the files and setup /dev/sda. I just wana make sure that it installs during setup.
View 1 Replies
View Related
Jun 19, 2009
Lately I've been trying to install the Nvidia Cuda driver for Linux.In order to do this, I have to tun a .run file. When I run it in the console, It says that I can't install when running the X server. So I try to use "init 3".When I type it, and hit enter, the screen goes black, no blinky cursor thing, just a frozen black screen. I followed one of the nvidia tutorials on here to get the normal nvidia driver, and it worked successfully.Before I installed the nvidia driver, when I would use "init 3" I would get a colourful console window with random coloured blocks of random lettering. It seems that installing the nvidia form the tutorial turned this into a black screen.
View 4 Replies
View Related
Sep 9, 2009
I saw that there are 2 NTP services in /etc/init.d:
/etc/init.d/ntpd - the NTP daemon
/etc/init.d/ntpdate - what is this ? and what is the relation between the 2 services?
I mean... if there is ntpd to do all the clock sync, what is ntpdate's role?
View 3 Replies
View Related
Aug 4, 2010
After a fresh install of opensuse 11.3 x86_64, using a NET install CD, I noticed that the boot disk layout has overlapping partitions. I've noticed one other post that mentioned this at the very end. Is this a known problem already? Or is there something I'm missing that makes this okay?
View 9 Replies
View Related
Sep 29, 2010
I'm running openSUSE 11.3 and screwed some things up so that I can't install anything, including UNetbootin. So I decided to completely reinstall. I'm limited to using my hard drive as there's no CD/DVD or floppy drives installed on the machine and BIOS does not support booting from USB.
I found these instructions - Install any Linux distro directly from hard disk without burning any DVD - Just Another Linux Lover Blog
From the terminal enter these commands
sudo mkdir /distro
sudo chmod `whoami`:`whoami`
cp MYLINUX.iso /distro/distro.iso
Now extract Linux_kernel & Ram_disk to /distro#
Open /boot/grub/menu.lst
#ADD NEW ENTRY#
title Install Linux
root (hdX,X)
kernel /distro/Linux_kernel
initrd /distro/Ram_disk
Reboot and select "Install Linux" from grub. Blog Widget by LinkWithin
Creating the folder "distro" on root was easy and went smoothly. I can't seem to make the second 'whoami' command work, though. I copied-and-pasted "sudo chmod `whoami`:`whoami`" into the terminal. It asks me for the root password, I enter that and then get
chmod: missing operand after `holly:holly'
Try `chmod --help' for more information.
I didn't see anyone reply in the comments of that page saying they had trouble with it, so I think I'm just being an idiot. One person did suggest adding distro at the end on another page and it gets me
chmod: invalid mode: `holly:holly'
Try `chmod --help' for more information.
View 9 Replies
View Related
Jan 19, 2011
i know if u search a solution in forums u get so much confused information. i hope this little manual will help all with the nvidia driver problem! u dont need to edit or create a xorg.conf or something to run the driver correct and u need no blacklistedit too! if u did the standard opensuse 11.3 install its only about 2 kernel packages and the disabling of the x11noveau driver.
1. after standard installing opensuse 11.3 update and install the opensuse softwareupdates
2. install with the yast software re/installer:
(from Desktop or from the terminal. the terminal text command is: yast2)
[Code]...
u dont need to change the menu.lst after all, only u get many problems. run the midnight commander and delete the nomodeset word and the noveau driver would be normally still active after reboot.
View 6 Replies
View Related
Aug 28, 2015
ow Debian init system is organized actually (btw i am using stretch) ? I see systemd installed, with some services run from it (systemctl shows a small list), but at the same, i still see /etc/init.d full of traditional init scripts.
View 3 Replies
View Related
Aug 1, 2011
I need to start script I created every time so I created:
/etc/init.d/startflowcapture.
There I put:
flow-capture -w /var/netflow/ft 0/0/2055 -S5 -V5 -E1G -n 287 -N 0 -R /usr/local/netflow/bin/linkme
I made it executable:
chmod +x /etc/init.d/startflowcapture
But permanently adding it to rc defaults shows this error:
update-rc.d startflowcapture defaults
update-rc.d: using dependency based boot sequencing
insserv: warning: script 'K01startflowcapture' missing LSB tags and overrides
insserv: warning: script 'startflowcapture' missing LSB tags and overrides
View 6 Replies
View Related
Nov 11, 2009
im just stating in fedora..why does i cant restart/start/stop my /etc/rc.d/init.d/smb ? actually i notice that there are no "smb" or "samba" file exist in my /etc/rc.d/init.d/ or in /etc/init.d/
and there is no smb or samba found in my /sbin/chkconfig but i have my samba installed. Im using fedora 10
View 2 Replies
View Related
Jul 14, 2010
This is a minor annoyance, but I'd like to know how to fix it... When starting Fedora 12 with KDE, the KDE icon is twice the size of the other icons. I figure it is easy to make it the same size as all the other icons, but I don't know how. If this seems confusing, I am referring to the screen that appears after you enter your password and before the KDE desktop appears. A set of icons appear one at a time. The KDE icon is clearly twice as large as the others.
View 4 Replies
View Related
Aug 11, 2010
difference between init and telinit?
View 2 Replies
View Related