Search Results

Search: Posts Made By: dr_mabuse
1,218
Posted By dr_mabuse
how to execute an exe at startup using rc.local
I want to execute a qt exe program at startup. That is after automatic login instead of loading Desktop and seeing it, the program quickly pop up to the screen. For this, I think we should add the...
1,838
Posted By dr_mabuse
device number registration
I would THANK if you answer my doubts in DETAILS please.

Here's a sample code to create a device:


if(scull_major) {
dev=MKDEV(scull_major, scull_minor);
...
Forum: Linux 07-16-2012
2,565
Posted By dr_mabuse
ethernet bonding
I need to enable Ethernet Bonding on three systems, connected together via switch. What I tried ended up with failure, slaves cannot be detected n added to bon0.

Here's what I did:

created file...
1,466
Posted By dr_mabuse
kernel hacking
As you know we can output a string to the kernel /init/main.c
using printk.
I want to know if there are other function to make the appearance look better. is there any drawing function? color...
2,253
Posted By dr_mabuse
upside-down reversed desktop
I got some problem at startup before login such screen splashing, startup blocking on "checking battery status" and screen going black.
Now, that I've solved the above problems I see the desktop...
1,034
Posted By dr_mabuse
crontab, automating tasks
I want to back up some of my system folders on a regular basis. Let's say some every day, but some other every week.
I kinda know how to get backup like this form:

tar cjf archive-$(date...
Forum: Linux 07-04-2012
5,599
Posted By dr_mabuse
bash:umount/: no such file or directory
I am trying to connect two system (let's say for time being) together such that it supports clustering.

for this I got the following packages:
# sudo apt-get install pacemaker...
Forum: Ubuntu 03-12-2012
8,542
Posted By dr_mabuse
i did add the ahci module built-in. Now, the...
i did add the ahci module built-in.
Now, the error is gone, though i still get a general one:



Gave up waiting for root device
-boot args (cat /proc/cmdline)
-check rootdelay = (did the...
Forum: Ubuntu 03-09-2012
8,542
Posted By dr_mabuse
WELL, these are all options from the .config...
WELL, these are all options from the .config file:


CONFIG_SATA_AHCI=m
CONFIG_SATA_AHCI_PLATFORM=m
CONFIG_SATA_INIC162X=m
CONFIG_SATA_ACARD_AHCI=m
CONFIG_SATA_SIL24=m
CONFIG_ATA_SFF=y
...
Forum: Ubuntu 03-09-2012
8,542
Posted By dr_mabuse
well, i solved the rtc problem, some RTC kernel...
well, i solved the rtc problem, some RTC kernel options were y to m, the error disappeared when i set them as y.

Now, the problem I have is this:

the disk drive for / is not ready yet or not...
Forum: Ubuntu 03-09-2012
8,542
Posted By dr_mabuse
unable to open rtc device (rtc0) n udev_fallback_graphics main process (914) termination
hi

I added some other modules in the .config file, looking from the current kernel configuration. Now, I the the the below two problem when I select the new kernel in boot loader in safe or normal...
Forum: Ubuntu 03-08-2012
8,542
Posted By dr_mabuse
well, I don't think if that's the case. I...
well, I don't think if that's the case. I included all the modules in the kernel <*>. I didn't set anything as <M>, you know if the kernel is gonna get customized minimally so let all the modules be...
Forum: Ubuntu 03-08-2012
8,542
Posted By dr_mabuse
This time I tried the installation on my own...
This time I tried the installation on my own laptop, again the same problem. I also check out what the uuid string points to.. and it's correct it points to the right device in my machine, which is...
Forum: Ubuntu 03-07-2012
8,542
Posted By dr_mabuse
new kernel comile, root file system fails to mount
well, thanks for the reply. I checked /dev/disk/by-uuid, you know, ../../dev/sda1 is the only device in this directory.
you know, my guess is that i probably don't select some particular modules...
Forum: Ubuntu 03-04-2012
8,542
Posted By dr_mabuse
kenel panic not syncing
I installed a new kernel 3.0.22 on ubuntu server 11.04 32 bit.
when I select the kenel from boot loader it stops when
Code:
loading initial ramdisk...
I added all_generic_ide at the...
2,299
Posted By dr_mabuse
mount failure
i am tryin to mount my shared folder on the server, I used a command suggested to me, but it also fails, any suggestions would be thankful

saman@saman-G41MT-ES2L:~$ sudo mount -t cifs...
4,480
Posted By dr_mabuse
.config for a minimal kernel
I need to install minimal kernel. the machine cpu is intel, it should support usb and wireless. and.. nothing else. The system is set up to run qt programs.
Can anyone having the same experience...
7,133
Posted By dr_mabuse
I tried your command, but it fails: ...
I tried your command, but it fails:

saman@saman-G41MT-ES2L:~$ sudo mount -t cifs //safe/tabatabaian_s -o username="myuser",password="mypass" /mnt/share
mount: wrong fs type, bad option, bad...
Forum: Ubuntu 03-02-2012
2,638
Posted By dr_mabuse
PAM, set_rlimits
I have installed a real time kernel on ubuntu, Now, I don't know how to run in real time mode. I tried to execute commands and like emerge, PAM and alike but none were found. Then I installed...
1,428
Posted By dr_mabuse
transfering kernel image to another system
my server system is low on disk. To install a new kernel I think i shall do the following:

1. compile the kernel on another system.
2. copy bzImage along with config, System.map and of course...
7,133
Posted By dr_mabuse
You suggest the best option is the best n telling...
You suggest the best option is the best n telling me not to use it i can't, so, what's the point then? m wasting all my comments, bcoz it ended up with nothing!
2,040
Posted By dr_mabuse
setting up ubuntu server as real time
0 down vote favorite (http://askubuntu.com/questions/109250/setting-up-ubuntu-server-as-real-time#) share [g+] share [fb] share [tw]
...
1,455
Posted By dr_mabuse
executing fglrx fails
m trying to install a new kernel. execution of fglrx fails when I aim for dpkg linux.deb. here is the output:


root@saman-HP-ProBook-4530s:/usr/src# dpkg -i...
Forum: Ubuntu 03-01-2012
1,658
Posted By dr_mabuse
linux patch files
can you anyone tell what the linux patch is? I want to install a real time kernel, so to compile the kernel first I need to add the downloaded real time patch to it :

patch -p1 < patch-rt-version...
7,133
Posted By dr_mabuse
Well, OK then I need to mount /dev/sda6 mount...
Well, OK then I need to mount /dev/sda6
mount -o ro /dev/sda6 /mnt/myDev


I don't understand this. how can i use the boot sector? and what do you mean that if the bootloader might get lost if...
Showing results 1 to 25 of 32

 
All times are GMT -4. The time now is 10:03 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy