Jump to content

mandrake_alf

Members
  • Posts

    67
  • Joined

  • Last visited

Everything posted by mandrake_alf

  1. mandrake_alf

    Menudrake

    well, my experience with menudrake is that it COMPLETE TRASHED my kde menu and once it happened, it kept happening and i was unable to find any help with it. In a way I'm kinda glad it happened because it got me using 'Fluxbox' which I have found is so easy to use. About 4 to 6 text files in $HOME/.fluxbox/ directory (depending on what functionality you want to use). Compare that to all the ?hit you get with KDE.. <g> oh welll... just letting off a little hot air and hope someone else might take a look at fluxbox and find it as useful as I did.. mike..
  2. Ok.. I'm using Kdar (a frontend to dar) to do my backups. It lets me 'split' the backup into cd/dvd sized slices so they can be copied to removable media. This works fine (even wonderful) with CDRW disks and even with DVDRW disks UNTIL the size of the slice exceeds 2gb. I know the file size isn't a problem for linux (dar creates 4+gb files easily) but I can't seem to overcome the issue with mkisofs, which complains IMMEDIATELY about the file size or with growisofs which happily 'appears' to put the file onto the disk but when it is done, the original 3.3GB file is a corrupted 586MB file on the DVD disk. The author of mkisofs claims there are issues with the 2.6.# linux kernel and since I'm using mdk 10.0 and a 2.6 kernel, then I'm guessing this may be the problem. He suggest that if users have problems with the software then they should go BACK to a 2.4.x kernel... something I'm NOT gona do!! Can anyone verify that (kernel 2.6 problem) for me, or maybe point me in the direction of some sort of resolution? As it stands now, I'm looking at changing my dvd script code to write 2 2GB files to the DVD with the multisession switch of growisofs. btw: i even obtained and compiled latest version of cdrtools. it didn't solve the problem. also updated dvd+rw package but still have same problem. NOTE: growisofs 'uses mkisofs' to write data to the DVD+RW media so the problem (in my mind) is totally with the cdrtools package, in particular the mkisofs application unless someone else has discovered otherwise.. TIA Mike Houston,Tx
  3. Gesh... :woops: sometimes i wonder if i'm to stupid to run linux ... uummm.... excuse me Mike... Have you heard of Mandrake Control Center... YIKES.... that's all it took... install... search <kernel> .... select 2.6.x .... and INSTALL it.. wow... what a concept... I really HATE getting older cause some days it's like walking in my sleep from the time i get up till i go back to bed... Next day i don't have a clue what happened the day before.. Anyway... updated from my CD and all is well in 'mikie land'... Thanks all for your replies and helpfull suggestions..
  4. I like the CD install better because I don't have broadband but your suggested code resulted in the following.. [mike@kirk mike]$ su - Password: [root@kirk root]# cd [root@kirk root]# urpmi kernel Everything already installed [root@kirk root]# Should I have had the CD 1 mounted?
  5. Installing mdk 10.0 and it did not see my CD so had to make boot disk and the only kernel that would boot and use my CD was 2.4.x I went through the README and Install notes on the CD before installing and tried all the tips and tricks to get 2.6 kernel to install but somehow it just never materialized... Is there a way using urpmi to upgrade my kernel to the newer 2.6.x and is it going to work farily well over a dialup line and 56k modem? Also, where are the new kernel rpm's for the upgrade located? I cant seem to find any.. [moved from Installing Mandrake by spinynorman]
  6. Admitedly I know nothing about LVM except that it stands for Logical Volume Mgmt and that one of the reasons for using it is to allow for partitions to grow beyond their physical size by treating two or more disks as one unit.. (uumm.. wish i had the resources to play with that..) Anyway.. have you actually looked to see if the LVM mod has been loaded like the webmin message suggested? lsmod | grep lvm (maybe) and if not loaded, then you need to find the name of the module (/lib/modules/<kernel version number.mdk/kernel/drivers/) and use modprobe to load it. Of course, there's probably tons of crud I'm forgetting or just to ignorant about this subject .. sooo... best of luck..
  7. A real easy way to administer background jobs is with Webmin (http://www.webmin.com/) although learning the CLI to cron is always hightly recommended. Every install of linux no matter who the vendor was, has had logrotate running by default so maybe you disabled it by accident?? Anyway... Webmin is a really useful tool for a LOT of admin tasks so you should install it for them as well as handling background jobs. cheers..
  8. Not sure exactly but think it is somehow related to power management. I have an old gigabyte mb that no matter WHAT flavor of Linux i used on it, gave me the exact same message. BUT.. not to worry... the message always comes AFTER a clean dismount of your drives so there not flagged as dirty and don't require a chkdisk on the next boot... (at least mine never did). i just finally gave up and learned to push the off button like in the PRE ATX days.. cheers..
  9. The dmesg file is located in /var/log/ and the dmesg command is used to display it. I prefer ( dmesg | less ) because you can scroll forward AND backwards one line or page at a time. Then just to be picky.. you can always use tail and head and their various switches but not really a practical solution unless you know for sure the text your looking for is at/near the top/bottom of the file.. good luck..
  10. "/tmp/28134", line 4235, terminal 'emx-base': resolution of use=ansi.sys failed "/tmp/28134", line 4291, terminal 'cygwinB19': resolution of use=ansi.sys failed What I noticed first off was the reference to cygwin which is a ms window$ reference then like someone slapping me on the back of the head.. I notice this.. ANSI.SYS <-- Linux dosn't use ANSI.SYS, windows does... Soooo... while I don't have a definative answer, I would see if you can run configure with something like --disable-windows or some other switch to keep the application from trying to use the ansi.sys file... Good Luck..
  11. Wanting to write GUI for an applications *rc file so I don't have to edit w/text editor all the time so trying to learn QT3 and wanting to use QT3 Designer. So far just expiermenting with GUI design (without coding any of the actions). I get a simple design then go to the directory with the files and use qmake to generate a Makefile then run make to compile it. Here is the resultant output from my last try.. Seems like I'm missing a package but I really have NO idea why, it just looks that way for some reason.. --- this is the directory contents after running qmake ---- drwxrwxr-x 2 mike mike 4096 Jun 21 03:22 images/ -rw-rw-r-- 1 mike mike 10928 Jun 21 03:22 mainform.ui -rw-rw-r-- 1 mike mike 9680 Jun 21 03:22 mainform.ui~ -rw-r--r-- 1 mike mike 4330 Jun 21 03:23 Makefile -rw-rw-r-- 1 mike mike 346 Jun 21 03:22 temp.pro ----- now the 'make' process ---------- [mike@kirk temp]$ make /usr/lib/qt3//bin/uic mainform.ui -o .ui/mainform.h /usr/lib/qt3//bin/uic mainform.ui -i mainform.h -o .ui/mainform.cpp g++ -c -pipe -Wall -W -O2 -fomit-frame-pointer -pipe -march=i586 -mcpu=penti o -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT -I/usr/lib/qt3/mkspecs/defa -I. -I/usr/lib/qt3//include -I.ui/ -I. -I.moc/ -o .obj/mainform.o .ui/mainfo pp /usr/lib/qt3//bin/uic -embed temp images/filenew images/fileopen images/fil e images/print images/undo images/redo images/editcut images/editcopy images tpaste images/searchfind images/xkill.png -o .ui/qmake_image_collection.cpp g++ -c -pipe -Wall -W -O2 -fomit-frame-pointer -pipe -march=i586 -mcpu=penti o -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT -I/usr/lib/qt3/mkspecs/defa -I. -I/usr/lib/qt3//include -I.ui/ -I. -I.moc/ -o .obj/qmake_image_collectio .ui/qmake_image_collection.cpp /usr/lib/qt3//bin/moc .ui/mainform.h -o .moc/moc_mainform.cpp g++ -c -pipe -Wall -W -O2 -fomit-frame-pointer -pipe -march=i586 -mcpu=penti o -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT -I/usr/lib/qt3/mkspecs/defa -I. -I/usr/lib/qt3//include -I.ui/ -I. -I.moc/ -o .obj/moc_mainform.o .moc/m ainform.cpp g++ -o temp .obj/mainform.o .obj/qmake_image_collection.o .obj/moc_mainform.o -L/usr/lib/qt3//lib -L/usr/X11R6/lib -lqt-mt -lXext -lX11 -lm >> this is where the error occurs.. Am I missing a *devel*.rpm of some kind? << /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.3.2/../../../crt1.o(.text+0x18): In function `_start': ../sysdeps/i386/elf/start.S:98: undefined reference to `main' collect2: ld returned 1 exit status make: *** [temp] Error 1 ----------------------- I'm baffled.. Any help at all?? (please!!)
  12. Had an after thought.. (wow..) Saw some other screenshots.. why not toss one up of mine LOL...
  13. I came here for another reason but when I saw this I just HAD to respond... IMHO Fluxbox is absolute the best WM around... My desktop shows absolutely nothing unless I decide to keep the slit open. Everything seems to reside at my fingertips right below the desktop image. You definately must explore the tabs option... I can't live without it now.... also I use a window maker application (wmdrawer) to provide ready access to my most common applications... Note however that Kwickshow from KDE will not work and I've inquired at fluxmod and the fluxbox IRC channel on freenode. Seems like everyone has the same problem... As for documentation, I find the man pages just WAY to helpful compared to so many others. I put it in my documentation menu (epiphany -n man:fluxobx) so I don't have to shell out to get to it. You could also do something like Eterm -e 'man fluxbox' but I prefer to read it in a browser. btw... I am still struggling some with FONTS in the style files but what the heck... linux wouldn't be fun if it was dummied down like the other os's.. good luck and feel free to email any questions ... I'll do what I can to make you a full time Flux user.. :D
  14. Damn... I forgot to mention I have almost 4GB of data that I absolutely HAVE to backup... Significantly larger than a single 700MB cd that significantly complicates this approach (doesn't it?).. :unsure:
  15. Ok... lets see if i have this right... tar the data i want to backup then mkisofs (of the tar.gz file?) then blank a CD-RW then burn the iso img of the backup to the CDRW disk REPEAT as often as necessary using the same disk till it wears out.. Right?
  16. Drakebackup does not see any CDRW devices even though K3B does. I'd do the tarball/k3b thing but damn, I just don't think it should be necessary to have too... In my old windoew$ days, I had a backup schedeuled for every day and when needed, i had access to extract any file without a big hassle.... Ok.. I'm no longer doing windows but where is all the 'ease of use' promised by these distros??? I think one of my problems is I have an IDE HDD and my CDRW is hanging on a SCSI II controller. I'll replace it w/IDE when it goes out but not befrore then JUST to make mdk happy and fuzzy with my hardware config haveing matching interface drives... Oh... btw.... one more issue with using K3B is I have no idea what application to use to READ the contents of a CDRW? I've tried lots on a disk that I 'blanked' with K3B but every application says there either isn't a disk in the drive or wants me to 'format' it first. Maybe I'm in over my head here and should just backup to floppy?
  17. i've looked for quite some time off and on for a Linux BACKUP solution that will use my CD-RW drive. I'm not in the frame of mind of getting my Segate TBU repaired (AGAIN) and I don't have adaquate access to offsite storage ... All I ask is for an appliation that will Read and Write my backups to a CDRW disk and do it without a truckload of 'techno babble'! Don''t get me wrong here... if a CLI solution is the best for the job I'll do it.. I"m definately not afraid of the CLI but at the same time, I'm sorta lazy and like 'point N click' convience. Thanx a bunch for your suggestions...
  18. I recently obtained for free (how kewl is that) an old Intel Smart Video Recorder III PCI card. Will it be worth my while to open up my Mandrake 9.1 box and install it? I do have a Video Camera with the proper ouput types to use it with this card. FYI: I put it in my test box running win2k and Mepis Linux and neither of the OS's seem to want to see or useit. When I try to install via CD in win2k I get message saying Win95 is required... Soooo... Anyone have any experience with this or do I need to try other resources? B) TIA
  19. got it... thanks... I didn't install all the development stuff cause it really isn't a system that will get used very much and the HD is so small and it is shared with win98... Guess I'll have to temp. install enough stuff to get it compiled then I can remove it again... BTW.. sound is STILL not working.. really p...ing me off..
  20. Unfortunately I think that may be pare of the problem... I did the upgrade from Mandrake Update site and since then this has been going on... I backsteped to this version but the problems seem to tag along.. :-(
  21. Absolutely... One of the first things I tried.. What annoyed me was the new profile Evolutuion created still had all my mail, tasks, contactss.... Now just where in the hell did THAT come from? The original /home/user/evolution directory had been moved to a backup and deleted... ???
  22. For sure.. No problem.. Here it is.. /dev/hda5 / ext3 defaults 1 1 /dev/hda1 /boot ext3 defaults 1 2 none /dev/pts devpts mode=0620 0 0 /dev/hda2 /mike ext3 defaults 1 2 none /mnt/cdrom supermount dev=/dev/scd0,fs=auto,ro,--,iocharset=iso8859-1,codepage=850,umask=0 0 0 none /mnt/floppy supermount dev=/dev/fd0,fs=auto,--,user,iocharset=iso8859-1,sync,codepage=850,umask=0 0 0 /dev/sdb1 /mnt/memory_card auto user,iocharset=iso8859-1,kudzu,codepage=850,noauto,umask=0,exec 0 0 /dev/sda1 /mnt/memory_card2 auto user,iocharset=iso8859-1,kudzu,codepage=850,noauto,umask=0,exec 0 0 /dev/sda4 /mnt/zip vfat user,iocharset=iso8859-1,codepage=850,suid,noauto,umask=0 0 0 none /proc proc defaults 0 0 /dev/hda3 swap swap defaults 0 0
  23. If I get email and want to add the senders address to my adbook, it appears to be successful for all of about 20 seconds then i get error msg that addressbook backend has crashed and will not work until i restart evolution. However, if I open the contact page, select Add new, it works ok.. Pretty much the same senerio with all the modules.. calender, tasks, but not email. Email seems to work fine... (send, reply, forward etc..) Issue started AFTER updating evolution from Mdk update list.. Eventually uninstalled that and went back to the original install CD version (mdk 9.1) but seems the problem is now systemic with any veriosn i use.. ideas?? suggestions??? actual solutions <g> ???? TIA
  24. Seems I never had problems reading/writing to my floppy or zip drive but all of a sudden they are mounted ro and when i change them to rw it causes more issues.. maybe I'm confused about fstab?? I don't know.. I thought it was the master table of all FS mounted and mtab was just a runtime copy (more or less) of the fstab... Wow.. sometimes i just get overwhelmed with this stuff... So..... ALL I want to do is (as myself, not root) read AND write to my floppy from any file manager I decide to use.. even from CLI if i need or choose to mv (this) or cp (that) or whatever.. I'm tired , frustrated , and ready to pull out hair i lost a long time ago... (pardon me while i sit here on my pitty pot a while.. ) Your comments, suggestions would be REALLY appreciated .. TIA
  25. What the heck.... I don't know whats goin on here... tried everything... Maybe this info can generate some solution.. When I log into KDE, I get error msg /dev/dsp can't be found.. and sure enough it isn't anywhere... On my desktop mdk puts it in /dev/sound/ but it's nowhere on the TP 600E so I reisntalled making sure I did all the MultiMedia stuff and still have the same identical problem.. Did get a PM that I'll try but to be honest.. i don't have much hope.. :-(
×
×
  • Create New...