3ware raid card6102 (2/27/2012 8:30:10 PM) comp.os.linux.misc Hello, We have a machine with 3ware 9500S-12MI raid cards. The problem is that if I pull a disk off of this controller and use somewhere else, the disk seems unusable. It gives a tremendous amount of read err... Vilmos
Problems with mountpoint detection regarging nfs039 (9/13/2011 6:26:37 PM) comp.os.linux.misc Hi, I am not really asking for help but to let everyone awarethat there is a bit of a problem with mountpoint detection under nfs. Nfsv4 has a new shiny feature called crossmnt (exports(5)) which allows mount... Vilmos
Downloading a single webpage for offline viewing251 (9/27/2010 4:49:27 PM) comp.os.linux.misc Hello, I would like to download a single webpage and all referenced files required to view the page offline (but nothing else). I was playing with wget (version 1.12) but couldn't accomplish my goal. I was try... Vilmos
Question about redirecting to stderr1638 (10/19/2009 8:40:13 PM) comp.os.linux.misc Hello, Here is a short bash script which exemplifies this problem. (the shell where I call this script is also bash): ------------ script starts #!/bin/bash echo hello >&2 echo world >&2 echo now >&2 ------... Vilmos
Scrollback while kernel panic630 (9/8/2009 6:04:33 PM) comp.os.linux.misc Hello, We have a brand new computer with new some hardwares which is not recognized by the install kernels. I am trying to compile a new kernel and put it onto a thumb drive. Grub works, The kernel boots, but... Vilmos
Incredibly strange behaviour133 (7/12/2009 7:03:31 PM) comp.os.linux.misc Hello, I am running Debian testing. Desktop is xfce4, browser is firefox 3.0.9. Everything is coming with Debian testing. Somebody sent me this video: http://whisperingwolves.hu/comment.php?comment.news.252 ... Vilmos
Bash question #5824 (6/10/2009 8:29:45 PM) comp.os.linux.misc Hello, Here is a bash script demonstrating my problem: ============================================================== #!/bin/bash for x in 1; do e="$e $x"; done ; echo $e for x in 2; do e="$e $... Vilmos
Audio misery725 (6/1/2009 4:30:27 PM) comp.os.linux.misc Hello, I have a multi-seat computer (Debian squeeze) for three people. Each of us has his/her own soundcard, and there is an additional bt878 card which also has some sound functions. Here is a list of the car... Vilmos
Bizarre cp/strace behaviour028 (5/2/2008 4:54:01 PM) comp.os.linux.misc Hello, We have an old Redhat 7.3 machine running 2.4.18-3smp kernel. The machine mounts a bunch of directories through nfs. We have a simple script which copies a bunch of around 6MB files from on nfs share t... Vilmos
Question about envvar in shell script230 (12/21/2007 5:40:54 PM) comp.os.linux.misc Hello, I have the following example script snipplet which demonstrates my misery: ################# starts ########################### function fff { sleep 1 Z=hello } fff echo $Z ###########... Vilmos
How do you print a web page from a shell script?1494 (3/10/2012 9:55:02 PM) comp.os.linux.misc I need to write a bash shell function that would take, as an argument, a URL of a webpage, and as the action it would print it on my printer. I want it to be completely automatic, without any point and click in... Ignoramus30777
3ware raid card6102 (2/27/2012 8:30:10 PM) comp.os.linux.misc Hello, We have a machine with 3ware 9500S-12MI raid cards. The problem is that if I pull a disk off of this controller and use somewhere else, the disk seems unusable. It gives a tremendous amount of read err... vilmos2(252)
Basic check of sound hardware?228 (11/5/2011 3:43:04 PM) comp.os.linux.hardware My MOBO has got the 3 sockets for sound, which I understand are: left out, mic in, right out. So just to confirm that the hardware is OK, what's the basic CLI command to: => input from mic-socket to a file; =>... no.top.post(346)
file can not be deleted1148 (10/27/2011 2:54:53 PM) comp.os.linux.misc Hello, I'm installing a new virtual server and in my /etc/mysql path is a file my.cnf stored, which is not accessable with the root- user. A ls -l shows ls: cannot access /etc/mysql/my.cnf: No such file or ... philipp.kraus(151)
shell question about the for loop1944 (10/13/2011 4:53:15 PM) comp.os.linux.misc Hello, Here is a simple shell (bash) for loop: for val in `/bin/ls -AQ` do echo $val done The problem I am having with is filenames with spaces in them. For instance: "Users Deposit Status-report data... jimoeDESPAM(94)
Turning subtitles off in an AVI file?3513 (1/23/2011 3:19:29 AM) comp.os.linux.misc Hi;
I have an AVI file I downloaded. It has subtitles in it I would like
to not to see.
When I got to Video > Subtitles I don't get a menu with an option to
turn them off, only a file dialog box to ... Steve
moving /bin1845 (1/13/2011 5:36:29 PM) comp.os.linux.misc I'm trying to move certain file systems to partitions on a SSD. So far I've successfully moved /usr and /var. But I've not been successful at moving /bin. The box boots but fails during the start-up. I'm runnin... BobT(1458)
For Comments: File Deduplicatin in bash1045 (1/7/2011 12:34:53 AM) comp.os.linux.misc I am probably asking for it, but here is a script submitted for your comments/improvements. BTW, I have only done minimal testing with it; USE AT YOUR OWN RISK! The script is fairly sparse, but it does some mi... none92(73)