56 Solved Topics

Remove Filter
Member Avatar for
Member Avatar for Syrne

Hi there, I am not sure if this is the correct forum for this, but I am currently working with an HPC machine for business use and it is currently running Ubuntu 11.04 (I have yet to update due to software incompatibilities). Anyways, some of the users would prefer to …

Member Avatar for jbennet
0
358
Member Avatar for mjdodd

I use a eeepc and had ubuntu natty 10.** and all worked well but reverted to eeebuntu as not enough memory. I had a Kingston 4GB ext 4 formatted sd memory stick but now eeebuntu says that it can only read ext 3. So do I upgrade (and lose memory) …

Member Avatar for mjdodd
0
179
Member Avatar for iamthesgt

In setting up an embedded system, a Linux box needed to have a read-only root partition. However, the OS must be able to write to certain files (the drive was partitioned into /, /home, /tmp, /usr, /var with the only read-only being / ). So I created symbolic links to …

Member Avatar for iamthesgt
0
232
Member Avatar for BLUEC0RE

Hey Guys, I am trying to figure out how Linux determines whether an object in directory is a file or folder. There's got to be a property (I am guessing in Stat) that Linux references from which lets it know quickly. It's hard to find information on google because when …

Member Avatar for shibblez
0
558
Member Avatar for Santi1986

how many stacks does the kernel maintain/keep track of...say if there are 12 kernel threads and around 50 user processes??

Member Avatar for rubberman
0
197
Member Avatar for vijay496

Hi friends, help me out Generally If the call to fork() is executed successfully Unix will create identical copies address spaces and the execution starts from the next statement of the fork() So, in such case output of the following prog must be #include<stdio.h> { printf("\nwelcome to"); fork(); printf("\nDaniWeb Discussion"); …

Member Avatar for rubberman
1
190
Member Avatar for alaa sam

Hi Ok guys I'm trying to make my own environment variables but it's not working , please help me with this . Also please don't give me a link to something you got by googling , because i can search it myself but i need some simple explanation .

Member Avatar for alaa sam
0
205
Member Avatar for Staric

I have some machines with ubuntu which are experiencing issues when printing. I know it is a driver issue, Savin doesn't have a linux driver on the webpage. Any ideas anyone?

Member Avatar for rubberman
0
349
Member Avatar for Onlineshade

I am very new in Linux. I only set up it. Which one is best for me for practicing basic application in Linux? I have set up Fedora 15.

Member Avatar for Onlineshade
0
230
Member Avatar for linuxaomi

Using LINUX MINT along with XAMPP seems to be a perfect combination. As I am monitoring most of relevant aspects from different fields (PHP, apache, MySQL, disks, network amm.) there is a question from my side regarding interrupts: [ICODE]cat /proc/interrupts[/ICODE] Why so many RES rescheduling interrupts ? I am complaining …

Member Avatar for linuxaomi
0
1K
Member Avatar for Onlineshade

Can any one say what is the difference between the Desktop edition and server edition of Linux ( such as Fedora Desktop and Fedora server edition ).

Member Avatar for Onlineshade
0
168
Member Avatar for MeSam0804

how can I read or copy such files , so that I can use them or know what they include ? I know it's because of that they are protected and not shared while use , but I want to use these data maybe it can be done bysome kind …

Member Avatar for MeSam0804
0
162
Member Avatar for nishad_forums

Hi, I am currently using [COLOR="Red"]Windows 7 professional (64-bit)[/COLOR] in my desktop. But i want to use Linux concurrently to Windows. Every time i try to install Linux using Live-CD,[COLOR="red"] it gets struck in the process[/COLOR]. I just see the Icon for a few minutes then my PC hangs. I …

Member Avatar for flagstar
0
343
Member Avatar for ravanan

hi all, I'm woundering why mounting of floppy drive takes lot of time in 2.6 when compard to 2.4 kernel? can antone please explain.or did i made any mistake in mounting. For mounting i gave #mount sourcedir destnationdir Thanks in advance.

0
105
Member Avatar for murnesty

our arm9 board kernel os version is just able to support 2.6.13 or below. and we fail to update the new kernel os version. So we decide to find a arm-linux-gcc version that fit the kernel os version. Anyone knows which arm-linux-gcc version fit? we tried arm-linux-gcc 4.4.3 and 4.3.2. …

Member Avatar for rubberman
0
130
Member Avatar for roxie148

I forgot what my password was when Linux/Ubuntu was installed. I cannot update or install my printer without it. Please help me retrieve my password.

Member Avatar for roxie148
0
169
Member Avatar for 1ML

HI, I've just installed Ubuntu Linux on my Packard Bell i3 PC which is great, except that now I have to develop stuff in Java [Android, no groans please]. I've used and developed in Linux a long time ago, but I can't seem top find anything that can open and …

Member Avatar for 1ML
0
321
Member Avatar for mwaidyanatha

Hi, I want to get installed Xen kernels & initrds in my computer using a python code. When I do a ls /boot I get the following results. config-2.6.26-2-686 config-2.6.26-2-xen-686 grub initrd.img-2.6.26-2-686 initrd.img-2.6.26-2-686.bak initrd.img-2.6.26-2-xen-686 initrd.img-2.6.26-2-xen-686.bak System.map-2.6.26-2-686 System.map-2.6.26-2-xen-686 vmlinuz-2.6.26-2-686 vmlinuz-2.6.26-2-xen-686 xen-3.2-1-i386.gz and what I want is "vmlinuz-2.6.26-2-xen-686" & "initrd.img-2.6.26-2-xen-686". We can …

Member Avatar for Gribouillis
0
273
Member Avatar for Hayzam_#include

How to compile linux i put the kernel in a sony memory stick pro duo i need real help i know C++ but not linux Thanks In advance

Member Avatar for maba001
0
214
Member Avatar for majestic0110

Hi all, I hope you are well. I am very new to Ubuntu and I am experiencing occasional screen flickers (the monitor will go black for a split second, then resume as normal). Now, I have tried googling for a solution but I have not found one yet that satisfies …

Member Avatar for regularStranger
0
513
Member Avatar for Dan08

Hello, I think it was yesterday, that I turned on my computer and my mouse wasn't working. First, [URL="http://www.daniweb.com/forums/thread276352.html"]Mozilla Firefox doesn't start [/URL] and then I cannot move the pointer on my screen, I don't think both problems are related, but I might have deleted some file(s) or while removing …

Member Avatar for Dan08
0
225
Member Avatar for bala1486

Hello, I am trying to create a debugfs file using the debugfs_create_file(...). I have written a sample code for this. static int __init mmapexample_module_init(void) { file1 = debugfs_create_file("mmap_example", 0644, NULL, NULL, &my_fops)\ ; printk(KERN_ALERT "Hello, World\n"); if(file1==NULL) { printk(KERN_ALERT "Error occured\n"); } if(file1==-ENODEV) { printk(KERN_ALERT "ENODEV occured\n"); } return 0; …

Member Avatar for bala1486
0
356
Member Avatar for Durrah

Hello everybody. I have a SIS-based dtk MiBook S52 laptop (SIS chipset, SIS ethernet, SIS vga ...) I have tried to setup linux on it, but the installer hung up and I can't determine the problem the distribution I tried are: 1- RedHat 2- open SUSE 10.2 3- Fedora 10 …

Member Avatar for Durrah
0
280
Member Avatar for Bhram

Hi, I have pinnacle tv tuner card installed in my machine. I have a dual boot machine (win xp & Ubuntu 8.04). Earlier it was working well in both (with tvtime in ubuntu). Recently I have been facing a problem in both OS - in Windows, the sound control is …

Member Avatar for Bhram
0
138
Member Avatar for normanallen

Very simple question - can a Ubuntu 9.10 distro format a hard drive in ntfs format?

Member Avatar for normanallen
0
160
Member Avatar for rashid47010

I installed the centOS 5.2 on 80GB harddisk. /dev/hda1 and /dev/hda2 Device Boot Start end Blocks id system /dev/hda1 * 1 15 83 linux /dev/hda2 16 9729 8e linux LVM DO I HAVE SOME REMAINING SPACE.......? and If I want to do further partitions in existing then how......? here their …

Member Avatar for Crash~Override
0
200
Member Avatar for Garrosh

I've been running a linux box with a quad core for nearly a year now. I've managed to make work most of everything I set my mind to except for one very important thing: the four cores. As I gather, I would need to compile my kernel with "the right …

Member Avatar for Garrosh
0
202
Member Avatar for Dukane

I have an Asus Eee 900A with Ubuntu NBR 9.04 installed. When I installed the system, I made one partition on the internal SSD and mounted as /. I left 32 MB for swap space. I mounted the /home directory to a 16GB SD card installed in the memory card …

Member Avatar for Dukane
0
302
Member Avatar for vishalkhialani

Hi, Like many of the earlier users I am also facing a problem on my touchpad. I am new to linux. I first tried to use the xinput list and the below result shows no touchpad Virtual core pointer" id=0 [XPointer] Num_buttons is 32 Num_axes is 2 Mode is Relative …

Member Avatar for vishalkhialani
0
269
Member Avatar for HLA91

Hi all I just bought an external 60GB HDD I cant say what brand name as it doesn't have one written on it. I know there are problems unmounting HDD's and then they do not spin down and I am having the same problem. It is in /dev/sdc and the …

Member Avatar for HLA91
0
183

The End.